Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 5dea878

Browse files
committed
chore(multicurve): bump ponder@latest & add multicurve base deployments
1 parent 15b789b commit 5dea878

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

bun.lockb

168 Bytes
Binary file not shown.

packages/doppler-v3-indexer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@uniswap/v3-sdk": "^3.24.0",
1616
"hono": "^4.6.19",
1717
"jsbi": "^4.3.0",
18-
"ponder": "^0.12.21",
18+
"ponder": "^0.13.3",
1919
"viem": "2.30.1"
2020
},
2121
"devDependencies": {

packages/doppler-v3-indexer/ponder.config.multichain.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,11 +393,21 @@ export default createConfig({
393393
// neither of these are deployed to prod yet
394394
UniswapV4MulticurveInitializer: {
395395
abi: UniswapV4MulticurveInitializerABI,
396-
chain: {},
396+
chain: {
397+
base: {
398+
startBlock: base.startBlock,
399+
address: base.addresses.v4.v4MulticurveInitializer,
400+
}
401+
},
397402
},
398403
UniswapV4MulticurveInitializerHook: {
399404
abi: UniswapV4MulticurveInitializerHookABI,
400-
chain: {},
405+
chain: {
406+
base: {
407+
startBlock: base.startBlock,
408+
address: base.addresses.v4.v4MulticurveInitializerHook,
409+
}
410+
},
401411
},
402412
},
403413
});

packages/doppler-v3-indexer/src/config/chains/base.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ export const baseConfig: ChainConfig = {
9797
"0x82Ac010C67f70BACf7655cd8948a4AD92A173CAC" as Address,
9898
v4InitializerLatest: "0xED344444633B965cd148F8fFCE3765938A179094" as Address,
9999
v4MulticurveInitializer:
100-
"0x359b5952a254baaa0105381825daedb8986bb55c" as Address,
100+
"0x917da361072ce968acD810BbfC9B64079426ebf0" as Address,
101101
v4MulticurveInitializerHook:
102-
"0x06f5bbb7e503c87d78b6811077d6572fd8a3ed40" as Address,
102+
"0x0b295972a3feBD121a0EfeBbE26c7Fa8a6526d40" as Address,
103103
},
104104
zora: {
105105
zoraFactory: "0x777777751622c0d3258f214F9DF38E35BF45baF3" as Address,

0 commit comments

Comments
 (0)