Skip to content

Commit 37db087

Browse files
aw126thomas-nguy
andauthored
Create EIP155-282 for Cronos zkEVM Testnet (ethereum-lists#4748)
* 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]>
1 parent 70abfda commit 37db087

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

_data/chains/eip155-282.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Cronos zkEVM Testnet",
3+
"chain": "CronosZkEVMTestnet",
4+
"rpc": ["https://rpc-zkevm-t0.cronos.org"],
5+
"faucets": ["https://zkevm-t0.cronos.org/faucet"],
6+
"nativeCurrency": {
7+
"name": "Cronos zkEVM Test Coin",
8+
"symbol": "TCRO",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet",
12+
"shortName": "zktcro",
13+
"chainId": 282,
14+
"networkId": 282,
15+
"slip44": 1,
16+
"explorers": [
17+
{
18+
"name": "Cronos zkEVM Testnet Explorer",
19+
"url": "https://zkevm-t0.cronos.org/explorer",
20+
"standard": "none"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)