Skip to content

Commit 87cf5de

Browse files
chore(chains): update chains (#2688)
Co-authored-by: GitHub Action <action@github.com>
1 parent 4e19c2f commit 87cf5de

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

legacy_packages/chains/chains/282.ts

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "CronosZkEVMTestnet",
4+
"chainId": 282,
5+
"explorers": [
6+
{
7+
"name": "Cronos zkEVM Testnet Explorer",
8+
"url": "https://zkevm-t0.cronos.org/explorer",
9+
"standard": "none"
10+
}
11+
],
12+
"faucets": [
13+
"https://zkevm-t0.cronos.org/faucet"
14+
],
15+
"infoURL": "https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet",
16+
"name": "Cronos zkEVM Testnet",
17+
"nativeCurrency": {
18+
"name": "Cronos zkEVM Test Coin",
19+
"symbol": "TCRO",
20+
"decimals": 18
21+
},
22+
"networkId": 282,
23+
"rpc": [
24+
"https://282.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://rpc-zkevm-t0.cronos.org"
26+
],
27+
"shortName": "zktcro",
28+
"slip44": 1,
29+
"slug": "cronos-zkevm-testnet",
30+
"testnet": true
31+
} as const satisfies Chain;

0 commit comments

Comments
 (0)