We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110008b commit a54a304Copy full SHA for a54a304
common/src/consts.ts
@@ -78,7 +78,7 @@ export const INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN: {
78
Blast: '0',
79
Base: '0',
80
Sei: '0',
81
- Wormchain: '0',
+ Wormchain: '4495661',
82
PolygonSepolia: '2379275',
83
},
84
['Devnet']: {},
watcher/src/index.ts
@@ -45,7 +45,7 @@ const supportedChains: Chain[] =
45
'Sei',
46
'Blast',
47
'Scroll',
48
- // 'Wormchain',
+ 'Wormchain',
49
'Sepolia',
50
'ArbitrumSepolia',
51
'BaseSepolia',
0 commit comments