Skip to content

Commit

Permalink
Deprecate Old Version of Cronos zkEVM chain (#6052)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
aw126 authored Oct 25, 2024
1 parent 7ef51e7 commit 13117d2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _data/chains/eip155-282.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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",
"symbol": "zkTCRO",
"decimals": 18
},
"infoURL": "https://docs-zkevm.cronos.org",
"shortName": "zkTCRO",
"shortName": "deprecated-zkTCRO",
"chainId": 282,
"networkId": 282,
"slip44": 1,
Expand All @@ -19,5 +19,6 @@
"url": "https://explorer.zkevm.cronos.org/testnet",
"standard": "none"
}
]
],
"status": "deprecated"
}

0 comments on commit 13117d2

Please sign in to comment.