Skip to content

Commit 77eb6f8

Browse files
authored
apply for chainid 19966 (#2176)
1 parent 212125a commit 77eb6f8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
export const data = {
2+
"name": "ATRNXOS Chain",
3+
"chain": "ATRNXOS",
4+
"rpc": [
5+
"https://rpc.bas.atrnx.com",
6+
],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "ATRNXOS",
10+
"symbol": "EATB",
11+
"decimals": 18
12+
},
13+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
14+
"infoURL": "https://atrnx.org",
15+
"shortName": "atrnxos",
16+
"chainId": 19966,
17+
"networkId": 19966,
18+
"icon": "https://atrnxos.github.io/images/atrnxos-icon.png",
19+
"explorers": [{
20+
"name": "ATRNXOS Explorer",
21+
"url": "https://explorer.bas.atrnx.com",
22+
}]
23+
}

0 commit comments

Comments
 (0)