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

Commit f2e62dc

Browse files
committed
chore(testnet): update addresses to latest
1 parent e398903 commit f2e62dc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/doppler-v4-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "doppler-v4-sdk",
33
"author": "Whetstone Research",
4-
"version": "0.2.16",
4+
"version": "0.2.17",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ export const DOPPLER_V4_ADDRESSES: { [chainId: number]: DopplerV4Addresses } = {
3737
// base sepolia
3838
84532: {
3939
airlock: '0x3411306ce66c9469bff1535ba955503c4bde1c6e' as Address,
40-
tokenFactory: '0xc69ba223c617f7d936b3cf2012aa644815dbe9ff' as Address,
40+
tokenFactory: '0x9d8fd79b2a59c5d91ccbd79c3aeb4de56451bb02' as Address,
4141
// Multicurve initializer (V4)
4242
v4MulticurveInitializer: '0xdb67214d5de4b8c1bc81fd15a858072d3c451cbe' as Address,
4343
governanceFactory: '0x9dbfaadc8c0cb2c34ba698dd9426555336992e20' as Address,
44-
noOpGovernanceFactory: '0x916b8987e4ad325c10d58ed8dc2036a6ff5eb228' as Address,
45-
migrator: '0xb2ec6559704467306d04322a5dc082b2af4562dd' as Address,
46-
streamableFeesLocker: '0x4da7d7a8034510c0ffd38a9252237ae8dba3cb61' as Address,
47-
dopplerDeployer: '0x60a039e4add40ca95e0475c11e8a4182d06c9aa0' as Address,
48-
v4Initializer: '0x8e891d249f1ecbffa6143c03eb1b12843aef09d3' as Address,
44+
noOpGovernanceFactory: '0x7bd798fafc99a3b17e261f8308a8c11b56935ea1' as Address,
45+
migrator: '0x04a898f3722c38f9def707bd17dc78920efa977c' as Address,
46+
streamableFeesLocker: '0x3345e557c5c0b474be1eb4693264008b8562aa9c' as Address,
47+
dopplerDeployer: '0x82d727ffda3f874da802663fc2f3f4b83dc3aaba' as Address,
48+
v4Initializer: '0x832e4763deecb9941a768f2bbd18583219f018cc' as Address,
4949
poolManager: '0x05E73354cFDd6745C338b50BcFDfA3Aa6fA03408' as Address,
5050
v3Initializer: '0x4c3062b9ccfdbcb10353f57c1b59a29d4c5cfa47' as Address,
5151
universalRouter: '0x492e6456d9528771018deb9e87ef7750ef184104' as Address,

0 commit comments

Comments
 (0)