mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
0049415967
* update: canto explorer & rpc endpoints * update: rpc order * fix: exp name * ci: apply prettier * rf: links order
37 lines
782 B
JSON
37 lines
782 B
JSON
{
|
|
"name": "Canto",
|
|
"chain": "Canto",
|
|
"rpc": [
|
|
"https://canto.slingshot.finance",
|
|
"https://canto.neobase.one",
|
|
"https://mainnode.plexnode.org:8545"
|
|
],
|
|
"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",
|
|
"url": "https://cosmos-explorers.neobase.one",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Canto EVM Explorer (Blockscout)",
|
|
"url": "https://tuber.build",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|