From 36fe1d75bfd39fd5245338fffb685851f6806952 Mon Sep 17 00:00:00 2001 From: Anthea <78806365+aw126@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:35:24 -0500 Subject: [PATCH 1/3] 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. --- _data/chains/eip155-282.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-282.json b/_data/chains/eip155-282.json index 27678e83dd7c..89dddb704051 100644 --- a/_data/chains/eip155-282.json +++ b/_data/chains/eip155-282.json @@ -1,5 +1,5 @@ { - "name": "Cronos zkEVM Testnet", + "name": "Deprecated Cronos zkEVM Testnet", "chain": "CronosZkEVMTestnet", "rpc": ["https://testnet.zkevm.cronos.org"], "faucets": ["https://zkevm.cronos.org/faucet"], @@ -19,5 +19,6 @@ "url": "https://explorer.zkevm.cronos.org/testnet", "standard": "none" } - ] + ], + "status": "deprecated" } From 35f1ec9635e8a569de9c2ec78dac4b9287f6cfe2 Mon Sep 17 00:00:00 2001 From: Anthea <78806365+aw126@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:25:59 -0500 Subject: [PATCH 2/3] Update RPC in eip155-282.json --- _data/chains/eip155-282.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-282.json b/_data/chains/eip155-282.json index 89dddb704051..4c2d970cd275 100644 --- a/_data/chains/eip155-282.json +++ b/_data/chains/eip155-282.json @@ -1,7 +1,7 @@ { "name": "Deprecated Cronos zkEVM Testnet", "chain": "CronosZkEVMTestnet", - "rpc": ["https://testnet.zkevm.cronos.org"], + "rpc": ["https://deprecated.testnet.zkevm.cronos.org"], "faucets": ["https://zkevm.cronos.org/faucet"], "nativeCurrency": { "name": "Cronos zkEVM Test Coin", From 898ef2436765bd35bee9b015fa88760590cca03c Mon Sep 17 00:00:00 2001 From: Anthea <78806365+aw126@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:28:37 -0500 Subject: [PATCH 3/3] Update the chain and shortName info --- _data/chains/eip155-282.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-282.json b/_data/chains/eip155-282.json index 4c2d970cd275..a76286dcfc43 100644 --- a/_data/chains/eip155-282.json +++ b/_data/chains/eip155-282.json @@ -1,6 +1,6 @@ { "name": "Deprecated Cronos zkEVM Testnet", - "chain": "CronosZkEVMTestnet", + "chain": "deprecatedCronosZkEVMTestnet", "rpc": ["https://deprecated.testnet.zkevm.cronos.org"], "faucets": ["https://zkevm.cronos.org/faucet"], "nativeCurrency": { @@ -9,7 +9,7 @@ "decimals": 18 }, "infoURL": "https://docs-zkevm.cronos.org", - "shortName": "zkTCRO", + "shortName": "deprecated-zkTCRO", "chainId": 282, "networkId": 282, "slip44": 1,