forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add-icon-validation
- Loading branch information
Showing
42 changed files
with
691 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "Argochain", | ||
"chain": "Argochain", | ||
"icon": "argochain", | ||
"rpc": ["https://rpc.devolvedai.com", "https://rpc-mainnet.devolvedai.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "AGC", | ||
"symbol": "AGC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://devolvedai.com", | ||
"shortName": "AGC", | ||
"chainId": 1299, | ||
"networkId": 1299, | ||
"explorers": [ | ||
{ | ||
"name": "Argochain Scanner", | ||
"url": "https://scanner.argoscan.net", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "Flame Testnet", | ||
"chain": "Flame", | ||
"rpc": ["https://rpc.flame.dawn-1.astria.org"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "TIA", | ||
"symbol": "TIA", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"infoURL": "https://astria.org", | ||
"shortName": "flame-testnet", | ||
"chainId": 16604737732183, | ||
"networkId": 16604737732183, | ||
"icon": "flame", | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://explorer.flame.dawn-1.astria.org", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "Swell Network", | ||
"chain": "Swell L2", | ||
"rpc": ["https://swell-mainnet.alt.technology"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://app.swellnetwork.io/layer2/swell-l2", | ||
"shortName": "swell-l2", | ||
"chainId": 1923, | ||
"networkId": 1923, | ||
"explorers": [ | ||
{ | ||
"name": "swell-l2", | ||
"icon": "swell", | ||
"url": "https://swell-mainnet-explorer.alt.technology", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "Arvix Testnet", | ||
"chain": "Arvix", | ||
"rpc": [ | ||
"https://rpc-testnet-market.arvix.network", | ||
"https://rpc-dev-testnet.arvix.network" | ||
], | ||
"faucets": ["https://claim-faucet.arvix.network"], | ||
"nativeCurrency": { | ||
"name": "Arvix Testnet Native Token", | ||
"symbol": "tARV", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://arvix.network", | ||
"shortName": "arvix", | ||
"chainId": 1927, | ||
"networkId": 1927, | ||
"icon": "arvix", | ||
"explorers": [ | ||
{ | ||
"name": "Arvix Explorer Testnet", | ||
"url": "https://testnet.arvixscan.com", | ||
"standard": "EIP3091", | ||
"icon": "arvix" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "Zytron Linea Testnet", | ||
"chain": "ETH", | ||
"icon": "zytron", | ||
"rpc": ["https://linea-testnet-zytron.zypher.game/"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "ETH", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://zytron.zypher.network/", | ||
"shortName": "zytron-linea-testnet", | ||
"chainId": 19546, | ||
"networkId": 19546, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://linea-testnet-zytron-blockscout.zypher.game", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "Xphere Testnet", | ||
"chain": "Xphere Testnet", | ||
"icon": "xphere", | ||
"rpc": ["http://testnet.x-phere.com"], | ||
"features": [ | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Xphere Testnet", | ||
"symbol": "XPT", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://x-phere.com/", | ||
"shortName": "xp-test", | ||
"chainId": 1998991, | ||
"networkId": 1998991, | ||
"explorers": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Coinweb BNB shard", | ||
"title": "Coinweb BNB shard", | ||
"chain": "CWEB BNB", | ||
"rpc": ["https://api-cloud.coinweb.io/eth-rpc-service/bnb"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "CWEB", | ||
"symbol": "CWEB", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://coinweb.io", | ||
"shortName": "cweb-bnb", | ||
"chainId": 2222222, | ||
"networkId": 2222222, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "Coinweb block explorer", | ||
"url": "https://explorer.coinweb.io", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "Cronos zkEVM Testnet", | ||
"chain": "CronosZkEVMTestnet", | ||
"rpc": ["https://testnet.zkevm.cronos.org"], | ||
"faucets": ["https://zkevm.cronos.org/faucet"], | ||
"nativeCurrency": { | ||
"name": "Cronos zkEVM Test Coin", | ||
"symbol": "zkTCRO", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://docs-zkevm.cronos.org", | ||
"shortName": "zkTCRO", | ||
"chainId": 240, | ||
"networkId": 240, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "Cronos zkEVM Testnet Explorer", | ||
"url": "https://explorer.zkevm.cronos.org/testnet", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "Flame", | ||
"chain": "Flame", | ||
"rpc": ["https://rpc.flame.astria.org"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "TIA", | ||
"symbol": "TIA", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"infoURL": "https://astria.org", | ||
"shortName": "flame", | ||
"chainId": 253368190, | ||
"networkId": 253368190, | ||
"icon": "flame", | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://explorer.flame.astria.org", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "Nxy Area 51", | ||
"chain": "NXY", | ||
"rpc": ["https://nxy.social/testnet"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Nxy", | ||
"symbol": "NXY", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://nxy.social/l1", | ||
"shortName": "nxytest", | ||
"chainId": 272247, | ||
"networkId": 272247, | ||
"slip44": 272247, | ||
"icon": "nxy", | ||
"explorers": [ | ||
{ | ||
"name": "Nxy Explorer", | ||
"url": "https://explorer.nxy.social", | ||
"standard": "none", | ||
"icon": "nxy" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "Nxy Oasis", | ||
"chain": "NXY", | ||
"rpc": ["https://nxy.social/mainnet"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Nxy", | ||
"symbol": "NXY", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://nxy.social/l1", | ||
"shortName": "nxy", | ||
"chainId": 272520, | ||
"networkId": 272520, | ||
"slip44": 272520, | ||
"icon": "nxy", | ||
"explorers": [ | ||
{ | ||
"name": "Nxy Explorer", | ||
"url": "https://explorer.nxy.social", | ||
"standard": "none", | ||
"icon": "nxy" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "Nexa MetaTest", | ||
"chain": "NEXA", | ||
"rpc": ["https://nexa.sh/metatest"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Nexa", | ||
"symbol": "NEXA", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://nexa.sh/meta", | ||
"shortName": "nexatest", | ||
"chainId": 29225, | ||
"networkId": 29225, | ||
"slip44": 29225, | ||
"icon": "nexameta", | ||
"explorers": [ | ||
{ | ||
"name": "NexaShell", | ||
"url": "https://nexa.sh", | ||
"standard": "none", | ||
"icon": "nexashell" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "ZERO Network", | ||
"chain": "ZERONetwork", | ||
"icon": "zero", | ||
"rpc": ["https://rpc.zerion.io/v1/zero"], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-1", | ||
"bridges": [{ "url": "https://bridge.zero.network" }] | ||
}, | ||
"faucets": [], | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://docs.zero.network", | ||
"shortName": "zero-network", | ||
"chainId": 543210, | ||
"networkId": 543210, | ||
"explorers": [ | ||
{ | ||
"name": "ZERO Network Explorer", | ||
"url": "https://explorer.zero.network", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
Oops, something went wrong.