Skip to content

Commit a54a304

Browse files
committed
watcher: add wormchain to testnet
1 parent 110008b commit a54a304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/src/consts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN: {
7878
Blast: '0',
7979
Base: '0',
8080
Sei: '0',
81-
Wormchain: '0',
81+
Wormchain: '4495661',
8282
PolygonSepolia: '2379275',
8383
},
8484
['Devnet']: {},

watcher/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const supportedChains: Chain[] =
4545
'Sei',
4646
'Blast',
4747
'Scroll',
48-
// 'Wormchain',
48+
'Wormchain',
4949
'Sepolia',
5050
'ArbitrumSepolia',
5151
'BaseSepolia',

0 commit comments

Comments
 (0)