From 9a4d10992e02be8895887343d12440047eaf416f Mon Sep 17 00:00:00 2001 From: "Srinivas Kota (Sai)" Date: Wed, 31 Aug 2022 16:09:39 +0400 Subject: [PATCH] add: Canto Mainnet (#1527) * add: canto newtork * fix: compilation issue, rm: icon key * fix: naming --- _data/chains/eip155-7700.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _data/chains/eip155-7700.json diff --git a/_data/chains/eip155-7700.json b/_data/chains/eip155-7700.json new file mode 100644 index 00000000..ca5cbcef --- /dev/null +++ b/_data/chains/eip155-7700.json @@ -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" + } + ] +}