Skip to content

Commit a1c36fb

Browse files
committed
feat: update to anvil fork
1 parent 8034967 commit a1c36fb

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
@@ -31,7 +31,7 @@ export default createConfig({
3131
network: {
3232
unichain: {
3333
address: "0x1F98400000000000000000000000000000000004",
34-
startBlock: 27859493, // poolManagerStartBlock,
34+
startBlock: 28199000, // poolManagerStartBlock,
3535
},
3636
},
3737
abi: PoolManagerAbi,
@@ -40,7 +40,7 @@ export default createConfig({
4040
network: {
4141
unichain: {
4242
address: hookAddress,
43-
startBlock: 27859493, // hookStartBlock,
43+
startBlock: 28199000, // hookStartBlock,
4444
},
4545
},
4646
abi: AsyncSwapAbi,

0 commit comments

Comments
 (0)