From dd4b671a462ea419eec63715200dd4c3991fd043 Mon Sep 17 00:00:00 2001 From: Paul Abraham <103801437+hiddenPaul@users.noreply.github.com> Date: Sat, 11 Feb 2023 19:28:36 -0600 Subject: [PATCH] Add Canto Testnet - Chain 740 (#2266) * Add chain 740 - Canto Testnet * Correct typo * Change name/chain to Canto Testnet * Update short name --- _data/chains/eip155-740.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-740.json diff --git a/_data/chains/eip155-740.json b/_data/chains/eip155-740.json new file mode 100644 index 00000000..013d2f6e --- /dev/null +++ b/_data/chains/eip155-740.json @@ -0,0 +1,22 @@ +{ + "name": "Canto Testnet", + "chain": "Canto Tesnet", + "rpc": ["https://eth.plexnode.wtf/"], + "faucets": [], + "nativeCurrency": { + "name": "Canto", + "symbol": "CANTO", + "decimals": 18 + }, + "infoURL": "https://canto.io", + "shortName": "tcanto", + "chainId": 740, + "networkId": 740, + "explorers": [ + { + "name": "Canto Tesnet Explorer (Neobase)", + "url": "http://testnet-explorer.canto.neobase.one", + "standard": "none" + } + ] +}