Skip to content

Commit

Permalink
Update allow list (#3577)
Browse files Browse the repository at this point in the history
* Allowlist 50ETHx-50WETH and 80BIDS-20WETH in mainnet.
* Allowlist uniETH-WETH in goerli.
  • Loading branch information
agualis authored Jun 26, 2023
1 parent b29770c commit 4fff3d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.108.8",
"version": "1.108.9",
"engines": {
"node": "=16",
"npm": ">=8"
Expand Down
1 change: 1 addition & 0 deletions src/lib/config/goerli/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const pools: Pools = {
'0x00a62d31b6c776b6813543bc99ff265f7222dbe100000000000000000000011e',
'0x0c925fce89a22e36ebd9b3c6e0262234e853d2f600000000000000000000019c',
'0x1542b8783e5e884b6fe7422dd2f71a42c5edb86d0000000000000000000002f3',
'0xa7c0335079841076dfff02f621730927e896dd9700020000000000000000083a', // uniETH / WETH
],
},
Investment: {
Expand Down
4 changes: 4 additions & 0 deletions src/lib/config/mainnet/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ const pools: Pools = {
'0xc5dc1316ab670a2eed5716d7f19ced321191f38200000000000000000000056e', // wstETH/morpho weth
'0x156c02f3f7fef64a3a9d80ccf7085f23cce91d76000000000000000000000570', // vETH/WETH
'0x0bbc7b78ff8453c40718e290b33f1d00ee67274e000000000000000000000563', // baoeth/beth
'0x911fc393355fe415a667893d55fff6703c57c72e000200000000000000000574', // 50ETHx-50WETH
'0xd8721e92ba0f8235b375e9ec9a7b697ec4e2d6c6000200000000000000000575', // 80BIDS-20WETH
],
},
Investment: {
Expand Down Expand Up @@ -138,6 +140,8 @@ const pools: Pools = {
'0x18fdf15ff782e44c1f9b6c5846ff6b0f0004f6a2000200000000000000000560', // OHM/LUSD
'0x3b9fb87f7d081ceddb1289258fa5660d955317b6000200000000000000000544', // baoeth/bao
'0x4729f67394030472e853cb61954fe784bfb36c3b000100000000000000000569', // 25WBTC-50USDC-25WETH
'0xd8721e92ba0f8235b375e9ec9a7b697ec4e2d6c6000200000000000000000575', // 80BIDS-20WETH
'0x911fc393355fe415a667893d55fff6703c57c72e000200000000000000000574', // 50ETHx-50WETH
],
},
Factories: {
Expand Down

1 comment on commit 4fff3d4

@vercel
Copy link

@vercel vercel bot commented on 4fff3d4 Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.