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