We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76547a3 commit 3dc22caCopy full SHA for 3dc22ca
packages/indexer/ponder.config.ts
@@ -22,7 +22,7 @@ export default createConfig({
22
network: {
23
unichain: {
24
address: "0x1F98400000000000000000000000000000000004",
25
- startBlock: 28799000, // poolManagerStartBlock,
+ startBlock: 31650000, // poolManagerStartBlock,
26
},
27
28
abi: PoolManagerAbi,
@@ -31,7 +31,7 @@ export default createConfig({
31
32
33
address: hookAddress,
34
- startBlock: 28799000, // hookStartBlock,
+ startBlock: 31650000, // hookStartBlock,
35
36
37
abi: AsyncSwapAbi,
0 commit comments