File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " viem " : patch
3+ ---
4+
5+ Added cronoszkEVM chain.
Original file line number Diff line number Diff line change 1+ import { defineChain } from '../../utils/chain/defineChain.js'
2+
3+ export const cronoszkEVM = /*#__PURE__*/ defineChain ( {
4+ id : 388 ,
5+ name : 'Cronos zkEVM Mainnet' ,
6+ nativeCurrency : {
7+ decimals : 18 ,
8+ name : 'Cronos zkEVM CRO' ,
9+ symbol : 'zkCRO' ,
10+ } ,
11+ rpcUrls : {
12+ default : { http : [ 'https://mainnet.zkevm.cronos.org' ] } ,
13+ } ,
14+ blockExplorers : {
15+ default : {
16+ name : 'Cronos zkEVM (Mainnet) Chain Explorer' ,
17+ url : 'https://explorer.zkevm.cronos.org' ,
18+ } ,
19+ } ,
20+ } )
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ export { confluxESpaceTestnet } from './definitions/confluxESpaceTestnet.js'
6767export { coreDao } from './definitions/coreDao.js'
6868export { crab } from './definitions/crab.js'
6969export { cronos } from './definitions/cronos.js'
70+ export { cronoszkEVM } from './definitions/cronoszkEVM.js'
7071export { cronoszkEVMTestnet } from './definitions/cronoszkEVMTestnet.js'
7172export { cronosTestnet } from './definitions/cronosTestnet.js'
7273export { crossbell } from './definitions/crossbell.js'
You can’t perform that action at this time.
0 commit comments