add: Canto Mainnet (#1527)

* add: canto newtork

* fix: compilation issue, rm: icon key

* fix: naming
This commit is contained in:
Srinivas Kota (Sai) 2022-08-31 16:09:39 +04:00 committed by GitHub
parent 7020019ca9
commit 9a4d10992e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]
}