File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
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 ;
You can’t perform that action at this time.
0 commit comments