Skip to content

Commit 3dc22ca

Browse files
committed
update block start
1 parent 76547a3 commit 3dc22ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/indexer/ponder.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default createConfig({
2222
network: {
2323
unichain: {
2424
address: "0x1F98400000000000000000000000000000000004",
25-
startBlock: 28799000, // poolManagerStartBlock,
25+
startBlock: 31650000, // poolManagerStartBlock,
2626
},
2727
},
2828
abi: PoolManagerAbi,
@@ -31,7 +31,7 @@ export default createConfig({
3131
network: {
3232
unichain: {
3333
address: hookAddress,
34-
startBlock: 28799000, // hookStartBlock,
34+
startBlock: 31650000, // hookStartBlock,
3535
},
3636
},
3737
abi: AsyncSwapAbi,

0 commit comments

Comments
 (0)