mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add: Canto Mainnet (#1527)
* add: canto newtork * fix: compilation issue, rm: icon key * fix: naming
This commit is contained in:
parent
7020019ca9
commit
9a4d10992e
27
_data/chains/eip155-7700.json
Normal file
27
_data/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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user