Skip to content

Commit

Permalink
Add New Version of Cronos zkEVM Testnet
Browse files Browse the repository at this point in the history
We deprecated our previous version of Cronos zkEVM testnet and made the deprecate request here: #6052 

This PR adds a new chainID and networkID for new version of testnet.
  • Loading branch information
aw126 authored Oct 23, 2024
1 parent b80dbcc commit 08a1424
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-240.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 08a1424

Please sign in to comment.