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

Commit 3ce0d1c

Browse files
committed
Use correct V4 Quoter address for Base Sepolia
1 parent 34dbf20 commit 3ce0d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const DOPPLER_V4_ADDRESSES: { [chainId: number]: DopplerV4Addresses } = {
5656
poolManager: '0x05E73354cFDd6745C338b50BcFDfA3Aa6fA03408' as Address,
5757
v3Initializer: '0x4c3062b9ccfdbcb10353f57c1b59a29d4c5cfa47' as Address,
5858
universalRouter: '0x492e6456d9528771018deb9e87ef7750ef184104' as Address,
59-
v4Quoter: '0x43d0d97ec9241a8f05a264f94b82a1d2e600f2b3' as Address,
59+
v4Quoter: '0x4a6513c898fe1b2d0e78d3b0e0a4a151589b1cba' as Address,
6060
stateView: '0x571291b572ed32ce6751a2cb2486ebee8defb9b4' as Address,
6161
},
6262
// base

0 commit comments

Comments
 (0)