From 0f22220c3c94e813664b527e4134aefec1b59668 Mon Sep 17 00:00:00 2001 From: Anthea <78806365+aw126@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:29:16 -0500 Subject: [PATCH] Add New Version of Cronos zkEVM Testnet (#6053) We deprecated our previous version of Cronos zkEVM testnet and made the deprecate request here: https://github.com/ethereum-lists/chains/pull/6052 This PR adds a new chainID and networkID for new version of testnet. --- _data/chains/eip155-240.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-240.json diff --git a/_data/chains/eip155-240.json b/_data/chains/eip155-240.json new file mode 100644 index 000000000000..223c2c379117 --- /dev/null +++ b/_data/chains/eip155-240.json @@ -0,0 +1,23 @@ +{ + "name": "Cronos zkEVM Testnet", + "chain": "CronosZkEVMTestnet", + "rpc": ["https://testnet.zkevm.cronos.org"], + "faucets": ["https://zkevm.cronos.org/faucet"], + "nativeCurrency": { + "name": "Cronos zkEVM Test Coin", + "symbol": "zkTCRO", + "decimals": 18 + }, + "infoURL": "https://docs-zkevm.cronos.org", + "shortName": "zkTCRO", + "chainId": 240, + "networkId": 240, + "slip44": 1, + "explorers": [ + { + "name": "Cronos zkEVM Testnet Explorer", + "url": "https://explorer.zkevm.cronos.org/testnet", + "standard": "none" + } + ] +}