From b46856d66df236703fc529802cd32f67666fbea3 Mon Sep 17 00:00:00 2001 From: jessepinkman9900 Date: Sun, 2 Apr 2023 02:19:25 -0500 Subject: [PATCH] add: canto testnet (#2324) * add: canto testnet * reformat w prettier * update: currency name * fix: currency symbol name * update: short name * up: 740 as deprecated & fix: 7701 short name --- _data/chains/eip155-740.json | 3 ++- _data/chains/eip155-7701.json | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 _data/chains/eip155-7701.json diff --git a/_data/chains/eip155-740.json b/_data/chains/eip155-740.json index ad675d92..7f26691d 100644 --- a/_data/chains/eip155-740.json +++ b/_data/chains/eip155-740.json @@ -18,5 +18,6 @@ "url": "https://testnet-explorer.canto.neobase.one", "standard": "none" } - ] + ], + "status": "deprecated" } diff --git a/_data/chains/eip155-7701.json b/_data/chains/eip155-7701.json new file mode 100644 index 00000000..71d0d25d --- /dev/null +++ b/_data/chains/eip155-7701.json @@ -0,0 +1,22 @@ +{ + "name": "Canto Tesnet", + "chain": "Canto", + "rpc": ["https://testnet-archive.plexnode.wtf"], + "faucets": [], + "nativeCurrency": { + "name": "Testnet Canto", + "symbol": "CANTO", + "decimals": 18 + }, + "infoURL": "https://canto.io", + "shortName": "TestnetCanto", + "chainId": 7701, + "networkId": 7701, + "explorers": [ + { + "name": "Canto Testnet EVM Explorer (Blockscout)", + "url": "https://testnet.tuber.build", + "standard": "none" + } + ] +}