Skip to content

Commit 279e49c

Browse files
authored
Merge pull request #791 from balancer/sonic-new-factories
Sonic new factories
2 parents 07ef7fb + dd5f5fd commit 279e49c

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.changeset/dry-moons-create.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@balancer/sdk": patch
3+
---
4+
5+
bump viem from 2.44.4 to 2.45.0.
6+
Update Sonic deployments with new factory addresses.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"graphql-tag": "^2.12.6",
5353
"pino-pretty": "13.0.0",
5454
"ts-node": "10.9.2",
55+
"tsx": "^4.8.1",
5556
"tsup": "8.4.0",
5657
"typescript": "5.8.3",
5758
"vite": "6.4.1",

pnpm-lock.yaml

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/balancerV3Contracts.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export const balancerV3Contracts = {
133133
[ChainId.OPTIMISM]: '0x1780e8185199DAc45284039Bb3E3B64060D943AB',
134134
[ChainId.PLASMA]: '0x65A22Ec32c37835Ad5E77Eb6f7452Ac59E113a9F',
135135
[ChainId.SEPOLIA]: '0x472FAE37a8A05474fDe0CcfF6d239719f8881fF5',
136-
[ChainId.SONIC]: '0x482eE54595f79B6BA34b75754A4983134148Affb',
136+
[ChainId.SONIC]: '0x3ed9B71B5cC9CB5987Ecb63B88923824C890e0f9',
137137
[ChainId.X_LAYER]: '0x1702067424096F07A60e62cceE3dE9420068492D',
138138
},
139139
StableSurgeHook: {
@@ -161,7 +161,7 @@ export const balancerV3Contracts = {
161161
[ChainId.OPTIMISM]: '0xFD214210587Fb84798cbE7F37235e12898f3128f',
162162
[ChainId.PLASMA]: '0x7c1b7A97BfAcD39975dE53e989A16c7BC4C78275',
163163
[ChainId.SEPOLIA]: '0x8573CAF1EC065c5956006d2b34117D2DBa326955',
164-
[ChainId.SONIC]: '0x3D9319BB29DAF6081D01DC56b6203EfcC90f0bAD',
164+
[ChainId.SONIC]: '0x8e2E3058702FEB83D45dD27311dEd693f7CD162b',
165165
[ChainId.X_LAYER]: '0x8e3fEaAB11b7B351e3EA1E01247Ab6ccc847dD52',
166166
},
167167
UnbalancedAddViaSwapRouter: {
@@ -230,7 +230,7 @@ export const balancerV3Contracts = {
230230
[ChainId.OPTIMISM]: '0x254F3A2974b97dc2E675f6115c845567C55f83b0',
231231
[ChainId.PLASMA]: '0x86705Ee19c0509Ff68F1118C55ee2ebdE383D122',
232232
[ChainId.SEPOLIA]: '0xc383B240B40660cca6c5b6Fbf4fbAb85E9F4de24',
233-
[ChainId.SONIC]: '0x4726Eb55c37F0353F6d5011B5652d44A87d60fc3',
233+
[ChainId.SONIC]: '0x7F43e26A3f58446C4dF021a690dc56a3968962ED',
234234
[ChainId.X_LAYER]: '0x25EA7b202CD8447e8E6F4A7C59b19C66DfEf1925',
235235
},
236236
} as const;

0 commit comments

Comments
 (0)