Skip to content

Commit 62a7c97

Browse files
authored
Merge pull request #5619 from balancer/release/1.144.0
Release 1.144.0
2 parents 8f89f26 + f483ca9 commit 62a7c97

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balancer/frontend-v2",
3-
"version": "1.143.107",
3+
"version": "1.144.0",
44
"engines": {
55
"node": "=16",
66
"npm": ">=8"

src/lib/config/base/pools.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ const pools: Pools = {
217217
'0x52e281318fed4efffb8e46c0847a8f9b71a461a8000200000000000000000018',
218218
'0x036d68e4e0005da4ef1c9ebd53b948d2c083495e00020000000000000000001a',
219219
'0x990a0f03c3ee397cafda61cad277de18280751fd0002000000000000000000b6',
220+
'0x98bedb6a3c0b6feebbe662e6419481a6877d9681000000000000000000000104',
220221
],
221222
AllowList: [
222223
'0x868f0efc81a6c1df16298dcc82f7926b9099946b00020000000000000000000b', // Bald/weth

src/lib/config/optimism/pools.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const pools: Pools = {
3131
'0x004700ba0a4f5f22e1e78a277fca55e36f47e09c000000000000000000000104', // rEth/ankrEth
3232
'0x9da11ff60bfc5af527f58fd61679c3ac98d040d9000000000000000000000100', // usdc/usdcE/usdt/dai
3333
'0xc4ee406970047a70aed14621d97b3b460a7dea0b00000000000000000000010b', // SWEEP/USDC
34+
'0x250a1381f79593b96b462fb0d575c75795f8033200000000000000000000012f', // weETH/WETH
3435
],
3536
},
3637
Investment: {

src/lib/config/zkevm/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config: Config = {
2020
unknown: false,
2121
visibleInUI: true,
2222
testNetwork: false,
23-
rpc: `https://polygonzkevm-mainnet.g.alchemy.com/v2/${keys.alchemy}`,
23+
rpc: `https://zkevm-rpc.com`,
2424
ws: ``,
2525
publicRpc: 'https://zkevm-rpc.com',
2626
explorer: 'https://zkevm.polygonscan.com/',

0 commit comments

Comments
 (0)