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 8034967 commit a1c36fbCopy full SHA for a1c36fb
packages/indexer/ponder.config.ts
@@ -31,7 +31,7 @@ export default createConfig({
31
network: {
32
unichain: {
33
address: "0x1F98400000000000000000000000000000000004",
34
- startBlock: 27859493, // poolManagerStartBlock,
+ startBlock: 28199000, // poolManagerStartBlock,
35
},
36
37
abi: PoolManagerAbi,
@@ -40,7 +40,7 @@ export default createConfig({
40
41
42
address: hookAddress,
43
- startBlock: 27859493, // hookStartBlock,
+ startBlock: 28199000, // hookStartBlock,
44
45
46
abi: AsyncSwapAbi,
0 commit comments