Deploying to gh-pages from @ ethereum-lists/chains@9a4d10992e 🚀

This commit is contained in:
ligi 2022-08-31 12:12:51 +00:00
parent 60fec4f65f
commit dec7e08842
6 changed files with 66 additions and 2 deletions

File diff suppressed because one or more lines are too long

27
chains/eip155-7700.json Normal file
View 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

View File

@ -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,

View File

@ -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",

View File

@ -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",