mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@9a4d10992e 🚀
This commit is contained in:
parent
60fec4f65f
commit
dec7e08842
File diff suppressed because one or more lines are too long
27
chains/eip155-7700.json
Normal file
27
chains/eip155-7700.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Canto",
|
||||
"chain": "Canto",
|
||||
"rpc": ["https://canto.evm.chandrastation.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Canto",
|
||||
"symbol": "CANTO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://canto.io",
|
||||
"shortName": "canto",
|
||||
"chainId": 7700,
|
||||
"networkId": 7700,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Canto EVM Explorer (Blockscout)",
|
||||
"url": "https://evm.explorer.canto.io",
|
||||
"standard": "none"
|
||||
},
|
||||
{
|
||||
"name": "Canto Cosmos Explorer (BigDipper)",
|
||||
"url": "https://cosmos.explorer.canto.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3950,6 +3950,19 @@
|
|||
"rpc": ["https://rpc.shyft.network/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://shyft.network"
|
||||
}, {
|
||||
"name": "Canto",
|
||||
"chainId": 7700,
|
||||
"shortName": "canto",
|
||||
"networkId": 7700,
|
||||
"nativeCurrency": {
|
||||
"name": "Canto",
|
||||
"symbol": "CANTO",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://canto.evm.chandrastation.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://canto.io"
|
||||
}, {
|
||||
"name": "Rise of the Warbots Testnet",
|
||||
"chainId": 7777,
|
||||
|
|
|
@ -5568,6 +5568,29 @@
|
|||
"url": "https://bx.shyft.network",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Canto",
|
||||
"chain": "Canto",
|
||||
"rpc": ["https://canto.evm.chandrastation.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Canto",
|
||||
"symbol": "CANTO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://canto.io",
|
||||
"shortName": "canto",
|
||||
"chainId": 7700,
|
||||
"networkId": 7700,
|
||||
"explorers": [{
|
||||
"name": "Canto EVM Explorer (Blockscout)",
|
||||
"url": "https://evm.explorer.canto.io",
|
||||
"standard": "none"
|
||||
}, {
|
||||
"name": "Canto Cosmos Explorer (BigDipper)",
|
||||
"url": "https://cosmos.explorer.canto.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Rise of the Warbots Testnet",
|
||||
"chain": "nmactest",
|
||||
|
|
|
@ -303,6 +303,7 @@
|
|||
"tombchain": "eip155:6969",
|
||||
"ELLA": "eip155:7027",
|
||||
"shyft": "eip155:7341",
|
||||
"canto": "eip155:7700",
|
||||
"RiseOfTheWarbotsTestnet": "eip155:7777",
|
||||
"tscas": "eip155:7878",
|
||||
"teleport": "eip155:8000",
|
||||
|
|
Loading…
Reference in New Issue
Block a user