This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
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.
- Loading branch information
Showing
97 changed files
with
1,549 additions
and
62 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
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,32 @@ | ||
{ | ||
"name": "Creditcoin", | ||
"chain": "CTC", | ||
"icon": "creditcoin", | ||
"rpc": ["https://mainnet3.creditcoin.network"], | ||
"features": [ | ||
{ | ||
"name": "EIP155" | ||
}, | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"nativeCurrency": { | ||
"name": "CTC", | ||
"symbol": "CTC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://creditcoin.org", | ||
"shortName": "ctc", | ||
"chainId": 102030, | ||
"networkId": 102030, | ||
"faucets": [], | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://creditcoin.blockscout.com", | ||
"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,32 @@ | ||
{ | ||
"name": "Creditcoin Devnet", | ||
"chain": "CTC", | ||
"icon": "creditcoin", | ||
"rpc": ["https://rpc.cc3-devnet.creditcoin.network"], | ||
"features": [ | ||
{ | ||
"name": "EIP155" | ||
}, | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"nativeCurrency": { | ||
"name": "Devnet CTC", | ||
"symbol": "devCTC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://creditcoin.org", | ||
"shortName": "ctcdev", | ||
"chainId": 102032, | ||
"networkId": 102032, | ||
"faucets": [], | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://creditcoin-devnet.blockscout.com", | ||
"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,23 @@ | ||
{ | ||
"name": "KB Chain", | ||
"chain": "KB", | ||
"rpc": ["https://mainnet-rpc.kbcfoundation.com"], | ||
"faucets": [], | ||
"features": [{ "name": "EIP155" }], | ||
"nativeCurrency": { | ||
"name": "KBC", | ||
"symbol": "KBC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://kbcfoundation.com", | ||
"shortName": "KBC", | ||
"chainId": 11000, | ||
"networkId": 11000, | ||
"explorers": [ | ||
{ | ||
"name": "KBC Explorer", | ||
"url": "https://scan.kbcfoundation.com", | ||
"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": "Thanos Sepolia", | ||
"chain": "ETH", | ||
"rpc": [ | ||
"https://rpc.thanos-sepolia.tokamak.network", | ||
"wss://rpc.thanos-sepolia.tokamak.network" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Tokamak Network", | ||
"symbol": "TON", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://tokamak.network", | ||
"shortName": "thanos-sepolia", | ||
"chainId": 111551119090, | ||
"networkId": 111551119090, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://explorer.thanos-sepolia.tokamak.network", | ||
"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
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,24 @@ | ||
{ | ||
"name": "Zeroth Testnet", | ||
"chain": "Zeroth", | ||
"icon": "zeroth", | ||
"rpc": ["https://test-my.zeroth.run"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Zeroth", | ||
"symbol": "ZRHt", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.zeroth.foundation", | ||
"shortName": "ZRHt", | ||
"chainId": 14088, | ||
"networkId": 14088, | ||
"explorers": [ | ||
{ | ||
"name": "Zeroth Explorer", | ||
"url": "https://test-scan.zeroth.run", | ||
"icon": "zeroth", | ||
"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,22 @@ | ||
{ | ||
"name": "Story Testnet", | ||
"chain": "Story Testnet", | ||
"rpc": ["https://testnet.storyrpc.io"], | ||
"faucets": ["https://faucet.story.foundation"], | ||
"chainId": 1513, | ||
"networkId": 1513, | ||
"nativeCurrency": { | ||
"name": "IP", | ||
"symbol": "IP", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.story.foundation", | ||
"shortName": "Story", | ||
"explorers": [ | ||
{ | ||
"name": "Story Iliad Network explorer", | ||
"url": "https://testnet.storyscan.xyz", | ||
"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
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": "Zchains", | ||
"chain": "Zchains", | ||
"rpc": ["https://rpc.zchains.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "ZCD", | ||
"symbol": "ZCD", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.zchains.com/", | ||
"shortName": "zchains", | ||
"chainId": 168168, | ||
"networkId": 168168, | ||
"icon": "zchain", | ||
"explorers": [ | ||
{ | ||
"name": "zchains", | ||
"url": "https://scan.zchains.com", | ||
"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,24 @@ | ||
{ | ||
"name": "CO2e Ledger", | ||
"chain": "CO2E", | ||
"rpc": ["https://rpc.co2ledger.xyz"], | ||
"faucets": [], | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"nativeCurrency": { | ||
"name": "CO2e Token", | ||
"symbol": "CO2E", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://co2ledger.xyz", | ||
"shortName": "CO2e", | ||
"chainId": 171, | ||
"networkId": 171, | ||
"icon": "co2e", | ||
"explorers": [ | ||
{ | ||
"name": "CO2e Explorer", | ||
"url": "https://exp.co2ledger.xyz", | ||
"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,16 @@ | ||
{ | ||
"name": "Fair Testnet", | ||
"chain": "FAIR", | ||
"rpc": ["https://rpc-testnet.xfair.ai", "wss://rpc-testnet.xfair.ai"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "FAIR", | ||
"symbol": "FAIR", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }], | ||
"infoURL": "https://xfair.ai", | ||
"shortName": "fairt", | ||
"chainId": 171000, | ||
"networkId": 171000 | ||
} |
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,33 @@ | ||
{ | ||
"name": "Silicon zkEVM Sepolia Testnet", | ||
"title": "Silicon zkEVM Sepolia Testnet", | ||
"chain": "Silicon", | ||
"rpc": [ | ||
"https://rpc-sepolia.silicon.network", | ||
"https://silicon-testnet.nodeinfra.com" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Sepolia Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://docs.silicon.network", | ||
"shortName": "silicon-sepolia-testnet", | ||
"chainId": 1722641160, | ||
"networkId": 1722641160, | ||
"icon": "silicon", | ||
"explorers": [ | ||
{ | ||
"name": "siliconscope-sepolia", | ||
"url": "https://scope-sepolia.silicon.network", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111", | ||
"bridges": [{ "url": "https://bridge-sepolia.silicon.network" }] | ||
}, | ||
"status": "active" | ||
} |
Oops, something went wrong.