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

Commit 34dbf20

Browse files
committed
Update V4 Quoter for Base Sepolia
1 parent f2e62dc commit 34dbf20

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

packages/doppler-v4-sdk/src/addresses.ts

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ export const DOPPLER_V4_ADDRESSES: { [chainId: number]: DopplerV4Addresses } = {
1111
v3Initializer: '0x9F4e56be80f08ba1A2445645EFa6d231E27b43ec' as Address,
1212
v4Initializer: '0x2F2BAcd46d3F5c9EE052Ab392b73711dB89129DB' as Address,
1313
governanceFactory: '0x99C94B9Df930E1E21a4E4a2c105dBff21bF5c5aE' as Address,
14-
noOpGovernanceFactory: '0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
14+
noOpGovernanceFactory:
15+
'0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
1516
migrator: '0xf6023127f6E937091D5B605680056A6D27524bad' as Address,
16-
streamableFeesLocker: '0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
17+
streamableFeesLocker:
18+
'0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
1719
universalRouter: '0xef740bf23acae26f6492b10de645d6b98dc8eaf3' as Address,
1820
v4Quoter: '0x333e3c607b141b18ff6de9f258db6e77fe7491e0' as Address,
1921
stateView: '0x86e8631a016f9068c3f085faf484ee3f5fdee8f2' as Address,
@@ -27,9 +29,11 @@ export const DOPPLER_V4_ADDRESSES: { [chainId: number]: DopplerV4Addresses } = {
2729
v4Initializer: '0x992375478626E67F4e639d3298EbCAaE51C3dF0b' as Address,
2830
v3Initializer: '0x7Fb9a622186B4660A5988C223ebb9d3690dD5007' as Address,
2931
governanceFactory: '0x1E4332EEfAE9e4967C2D186f7b2d439D778e81cC' as Address,
30-
noOpGovernanceFactory: '0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
32+
noOpGovernanceFactory:
33+
'0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
3134
migrator: '0x44C448E38A2C3D206c9132E7f645510dFbBC946b' as Address,
32-
streamableFeesLocker: '0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
35+
streamableFeesLocker:
36+
'0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
3337
universalRouter: '0xf70536B3bcC1bD1a972dc186A2cf84cC6da6Be5D' as Address,
3438
stateView: '0xc199F1072a74D4e905ABa1A84d9a45E2546B6222' as Address,
3539
v4Quoter: '0x56dcd40a3f2d466f48e7f48bdbe5cc9b92ae4472' as Address,
@@ -39,17 +43,20 @@ export const DOPPLER_V4_ADDRESSES: { [chainId: number]: DopplerV4Addresses } = {
3943
airlock: '0x3411306ce66c9469bff1535ba955503c4bde1c6e' as Address,
4044
tokenFactory: '0x9d8fd79b2a59c5d91ccbd79c3aeb4de56451bb02' as Address,
4145
// Multicurve initializer (V4)
42-
v4MulticurveInitializer: '0xdb67214d5de4b8c1bc81fd15a858072d3c451cbe' as Address,
46+
v4MulticurveInitializer:
47+
'0xdb67214d5de4b8c1bc81fd15a858072d3c451cbe' as Address,
4348
governanceFactory: '0x9dbfaadc8c0cb2c34ba698dd9426555336992e20' as Address,
44-
noOpGovernanceFactory: '0x7bd798fafc99a3b17e261f8308a8c11b56935ea1' as Address,
49+
noOpGovernanceFactory:
50+
'0x7bd798fafc99a3b17e261f8308a8c11b56935ea1' as Address,
4551
migrator: '0x04a898f3722c38f9def707bd17dc78920efa977c' as Address,
46-
streamableFeesLocker: '0x3345e557c5c0b474be1eb4693264008b8562aa9c' as Address,
52+
streamableFeesLocker:
53+
'0x3345e557c5c0b474be1eb4693264008b8562aa9c' as Address,
4754
dopplerDeployer: '0x82d727ffda3f874da802663fc2f3f4b83dc3aaba' as Address,
4855
v4Initializer: '0x832e4763deecb9941a768f2bbd18583219f018cc' as Address,
4956
poolManager: '0x05E73354cFDd6745C338b50BcFDfA3Aa6fA03408' as Address,
5057
v3Initializer: '0x4c3062b9ccfdbcb10353f57c1b59a29d4c5cfa47' as Address,
5158
universalRouter: '0x492e6456d9528771018deb9e87ef7750ef184104' as Address,
52-
v4Quoter: '0x4a8d81db741248a36d9eb3bc6ef648bf798b47a7' as Address,
59+
v4Quoter: '0x43d0d97ec9241a8f05a264f94b82a1d2e600f2b3' as Address,
5360
stateView: '0x571291b572ed32ce6751a2cb2486ebee8defb9b4' as Address,
5461
},
5562
// base
@@ -61,9 +68,11 @@ export const DOPPLER_V4_ADDRESSES: { [chainId: number]: DopplerV4Addresses } = {
6168
tokenFactory: '0xFAafdE6a5b658684cC5eb0C5c2c755B00A246F45' as Address,
6269
v3Initializer: '0xaA47D2977d622DBdFD33eeF6a8276727c52EB4e5' as Address,
6370
governanceFactory: '0xa82c66b6ddeb92089015c3565e05b5c9750b2d4b' as Address,
64-
noOpGovernanceFactory: '0xe7dfbd5b0a2c3b4464653a9becdc489229ef090e' as Address,
71+
noOpGovernanceFactory:
72+
'0xe7dfbd5b0a2c3b4464653a9becdc489229ef090e' as Address,
6573
migrator: '0x5328a67747c9db61457eb1a23be16bd73d1659c6' as Address,
66-
streamableFeesLocker: '0x0a00775d71a42cd33d62780003035e7f5b47bd3a' as Address,
74+
streamableFeesLocker:
75+
'0x0a00775d71a42cd33d62780003035e7f5b47bd3a' as Address,
6776
universalRouter: '0x6ff5693b99212da76ad316178a184ab56d299b43' as Address,
6877
stateView: '0xa3c0c9b65bad0b08107aa264b0f3db444b867a71' as Address,
6978
v4Quoter: '0x43d0d97ec9241a8f05a264f94b82a1d2e600f2b3' as Address,
@@ -76,9 +85,11 @@ export const DOPPLER_V4_ADDRESSES: { [chainId: number]: DopplerV4Addresses } = {
7685
tokenFactory: '0xFAafdE6a5b658684cC5eb0C5c2c755B00A246F45' as Address,
7786
v3Initializer: '0xaA47D2977d622DBdFD33eeF6a8276727c52EB4e5' as Address,
7887
governanceFactory: '0xb4deE32EB70A5E55f3D2d861F49Fb3D79f7a14d9' as Address,
79-
noOpGovernanceFactory: '0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
88+
noOpGovernanceFactory:
89+
'0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
8090
migrator: '0x5F3bA43D44375286296Cb85F1EA2EBfa25dde731' as Address,
81-
streamableFeesLocker: '0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
91+
streamableFeesLocker:
92+
'0x0000000000000000000000000000000000000000' as Address, // TODO: Deploy and update
8293
v4Initializer: '0xC99b485499f78995C6F1640dbB1413c57f8BA684' as Address,
8394
v4Quoter: '0x3972c00f7ed4885e145823eb7c655375d275a1c5' as Address,
8495
stateView: '0x76fd297e2d437cd7f76d50f01afe6160f86e9990' as Address,

0 commit comments

Comments
 (0)