Skip to content

Commit e89ee6f

Browse files
garethfullertimjrobinsonzekraken-botAutomated Version Bumpgithub-actions[bot]
authored
chore: bump SDK (dm) (#4127)
* Update walletNetwork tag when user changes network * Fix erroring on unknown network ID's * weekly gauges add (#4112) * weekly gauges add * additional adds * 1.121.1 * chore: Add 80T-20TBTC pool to ethereum allowlist (#4114) Co-authored-by: balopco <[email protected]> * 1.121.2 * chore: Add 33DPX-33VSTA-33LINK pool to arbitrum allowlist (#4113) Co-authored-by: balopco <[email protected]> * 1.121.3 * chore: Add title key for CS v5 on gnosis (#4121) * 1.121.4 * chore: Add STAR/USDC-BPT pool to arbitrum allowlist (#4124) Co-authored-by: balopco <[email protected]> * 1.121.5 * chore: Add ECLP-wstETH-cbETH pool to ethereum allowlist (#4123) Co-authored-by: balopco <[email protected]> * 1.121.6 * chore: Add USDF/USDC pool to arbitrum allowlist (#4120) Co-authored-by: balopco <[email protected]> Co-authored-by: Tim Robinson <[email protected]> * 1.121.7 * chore: Bump SDK version --------- Co-authored-by: Tim Robinson <[email protected]> Co-authored-by: Tim Robinson <[email protected]> Co-authored-by: ZeKraken <[email protected]> Co-authored-by: Automated Version Bump <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: balopco <[email protected]>
1 parent 090ef84 commit e89ee6f

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balancer/frontend-v2",
3-
"version": "1.121.3",
3+
"version": "1.121.7",
44
"engines": {
55
"node": "=16",
66
"npm": ">=8"
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@aave/protocol-js": "^4.3.0",
4444
"@balancer-labs/assets": "github:balancer-labs/assets#master",
45-
"@balancer-labs/sdk": "^1.1.4-beta.23",
45+
"@balancer-labs/sdk": "^1.1.5-beta.0",
4646
"@balancer-labs/typechain": "^1.0.0",
4747
"@balancer-labs/v2-deployments": "^3.2.0",
4848
"@cowprotocol/contracts": "^1.3.1",

src/lib/config/arbitrum/pools.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ const pools: Pools = {
6666
'0x0c8972437a38b389ec83d1e666b69b8a4fcf8bfd00000000000000000000049e', // wstETH/rETH/sfrxETH
6767
'0xee7e36b8b24a1c60c28e7336e937d43f74aad7400000000000000000000004a4', // STAR-USDC.e
6868
'0xa7952cd7ea8effbd81c2b4de72a1e5b9bd1b3e2a0000000000000000000004a1', // USDF/4pool
69+
'0x6b9f3f6b9054a45702d3f2c6e3d32a60204934cb0000000000000000000004a7', // USDF/USDC
70+
'0xead7e0163e3b33bf0065c9325fc8fb9b18cc82130000000000000000000004a9', // STAR/USDC-BPT
6971
],
7072
},
7173
Investment: {

src/lib/config/mainnet/pools.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ const pools: Pools = {
200200
'0x6f0ed6f346007563d3266de350d174a831bde0ca0001000000000000000005db', // KNC/WETH/USDC
201201
'0xf01b0684c98cd7ada480bfdf6e43876422fa1fc10002000000000000000005de', // ECLP-wstETH-wETH
202202
'0x6228f64d5ba8376652bfe7e36569d595347cf6fb0002000000000000000005df', // 80T-20TBTC
203+
'0xf7a826d47c8e02835d94fb0aa40f0cc9505cb1340002000000000000000005e0', // ECLP-wstETH-cbETH
203204
],
204205
},
205206
Factories: {

0 commit comments

Comments
 (0)