This repository was archived by the owner on Feb 25, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
packages/doppler-v3-indexer Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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} ) ;
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments