From 13117d258cf469ed102ac374c9f8683fca64e25e Mon Sep 17 00:00:00 2001 From: Anthea <78806365+aw126@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:08:45 -0500 Subject: [PATCH] Deprecate Old Version of Cronos zkEVM chain (#6052) * Deprecate Old Version of Cronos zkEVM chain @ligi, there's a new iteration of Cronos zkEVM testnet and the official chainId has changed from `282` to `240`. This PR is deprecating the older version of testnet. I will create another PR to add a new chainId. * Update RPC in eip155-282.json * Update the chain and shortName info --- _data/chains/eip155-282.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-282.json b/_data/chains/eip155-282.json index 27678e83dd7c..a76286dcfc43 100644 --- a/_data/chains/eip155-282.json +++ b/_data/chains/eip155-282.json @@ -1,7 +1,7 @@ { - "name": "Cronos zkEVM Testnet", - "chain": "CronosZkEVMTestnet", - "rpc": ["https://testnet.zkevm.cronos.org"], + "name": "Deprecated Cronos zkEVM Testnet", + "chain": "deprecatedCronosZkEVMTestnet", + "rpc": ["https://deprecated.testnet.zkevm.cronos.org"], "faucets": ["https://zkevm.cronos.org/faucet"], "nativeCurrency": { "name": "Cronos zkEVM Test Coin", @@ -9,7 +9,7 @@ "decimals": 18 }, "infoURL": "https://docs-zkevm.cronos.org", - "shortName": "zkTCRO", + "shortName": "deprecated-zkTCRO", "chainId": 282, "networkId": 282, "slip44": 1, @@ -19,5 +19,6 @@ "url": "https://explorer.zkevm.cronos.org/testnet", "standard": "none" } - ] + ], + "status": "deprecated" }