Skip to content

Commit

Permalink
Merge branch 'master' into add-ham-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoguimaraes authored Jun 5, 2024
2 parents 45eeb19 + abd617a commit 39da2ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _data/chains/eip155-282.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "Cronos zkEVM Testnet",
"chain": "CronosZkEVMTestnet",
"rpc": ["https://rpc-zkevm-t0.cronos.org"],
"faucets": ["https://zkevm-t0.cronos.org/faucet"],
"rpc": ["https://testnet.zkevm.cronos.org"],
"faucets": ["https://zkevm.cronos.org/faucet"],
"nativeCurrency": {
"name": "Cronos zkEVM Test Coin",
"symbol": "TCRO",
"symbol": "zkTCRO",
"decimals": 18
},
"infoURL": "https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet",
"shortName": "zktcro",
"infoURL": "https://docs-zkevm.cronos.org",
"shortName": "zkTCRO",
"chainId": 282,
"networkId": 282,
"slip44": 1,
"explorers": [
{
"name": "Cronos zkEVM Testnet Explorer",
"url": "https://zkevm-t0.cronos.org/explorer",
"url": "https://explorer.zkevm.cronos.org/testnet",
"standard": "none"
}
]
Expand Down

0 comments on commit 39da2ec

Please sign in to comment.