We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212125a commit 77eb6f8Copy full SHA for 77eb6f8
constants/additionalChainRegistry/chainid-19966.js
@@ -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