Skip to content

Commit

Permalink
Merge pull request #5619 from balancer/release/1.144.0
Browse files Browse the repository at this point in the history
Release 1.144.0
  • Loading branch information
garethfuller authored Apr 29, 2024
2 parents 8f89f26 + f483ca9 commit 62a7c97
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balancer/frontend-v2",
"version": "1.143.107",
"version": "1.144.0",
"engines": {
"node": "=16",
"npm": ">=8"
Expand Down
1 change: 1 addition & 0 deletions src/lib/config/base/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ const pools: Pools = {
'0x52e281318fed4efffb8e46c0847a8f9b71a461a8000200000000000000000018',
'0x036d68e4e0005da4ef1c9ebd53b948d2c083495e00020000000000000000001a',
'0x990a0f03c3ee397cafda61cad277de18280751fd0002000000000000000000b6',
'0x98bedb6a3c0b6feebbe662e6419481a6877d9681000000000000000000000104',
],
AllowList: [
'0x868f0efc81a6c1df16298dcc82f7926b9099946b00020000000000000000000b', // Bald/weth
Expand Down
1 change: 1 addition & 0 deletions src/lib/config/optimism/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const pools: Pools = {
'0x004700ba0a4f5f22e1e78a277fca55e36f47e09c000000000000000000000104', // rEth/ankrEth
'0x9da11ff60bfc5af527f58fd61679c3ac98d040d9000000000000000000000100', // usdc/usdcE/usdt/dai
'0xc4ee406970047a70aed14621d97b3b460a7dea0b00000000000000000000010b', // SWEEP/USDC
'0x250a1381f79593b96b462fb0d575c75795f8033200000000000000000000012f', // weETH/WETH
],
},
Investment: {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config/zkevm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config: Config = {
unknown: false,
visibleInUI: true,
testNetwork: false,
rpc: `https://polygonzkevm-mainnet.g.alchemy.com/v2/${keys.alchemy}`,
rpc: `https://zkevm-rpc.com`,
ws: ``,
publicRpc: 'https://zkevm-rpc.com',
explorer: 'https://zkevm.polygonscan.com/',
Expand Down

0 comments on commit 62a7c97

Please sign in to comment.