Skip to content

Commit

Permalink
Create EIP155-282 for Cronos zkEVM Testnet (ethereum-lists#4748)
Browse files Browse the repository at this point in the history
* Create eip155-282.json

Hello @ligi, this PR is to add the details of Cronos zkEVM Testnet on Chainlist (in addition to the current Cronos Testnet).  
The previous PR ethereum-lists#4267 was closed due to no activity.

Official document: https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet

Network info:
```
Name: Cronos zkEVM Testnet
New RPC URL: https://rpc-zkevm-t0.cronos.org
Chain ID: 282
Symbol: TCRO
Block explorer URL: https://zkevm-t0.cronos.org/explorer
```

* Update _data/chains/eip155-282.json

Co-authored-by: Thomas Nguy <[email protected]>

* Update _data/chains/eip155-282.json

Co-authored-by: Thomas Nguy <[email protected]>

---------

Co-authored-by: Thomas Nguy <[email protected]>
  • Loading branch information
aw126 and thomas-nguy authored Apr 4, 2024
1 parent 70abfda commit 37db087
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-282.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Cronos zkEVM Testnet",
"chain": "CronosZkEVMTestnet",
"rpc": ["https://rpc-zkevm-t0.cronos.org"],
"faucets": ["https://zkevm-t0.cronos.org/faucet"],
"nativeCurrency": {
"name": "Cronos zkEVM Test Coin",
"symbol": "TCRO",
"decimals": 18
},
"infoURL": "https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet",
"shortName": "zktcro",
"chainId": 282,
"networkId": 282,
"slip44": 1,
"explorers": [
{
"name": "Cronos zkEVM Testnet Explorer",
"url": "https://zkevm-t0.cronos.org/explorer",
"standard": "none"
}
]
}

0 comments on commit 37db087

Please sign in to comment.