Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.112.0 (DM) #3672

Merged
merged 24 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
488c93f
Merge pull request #3614 from balancer/hotfix/refetch-allowances
timjrobinson Jul 3, 2023
16b8356
1.110.1
gh-action-bump-version Jul 3, 2023
be1ff7d
weekly gauge add
zekraken-bot Jul 3, 2023
fbd19a6
Merge pull request #3616 from balancer/zekraken_gauge
timjrobinson Jul 4, 2023
b4145dd
1.110.2
gh-action-bump-version Jul 4, 2023
1156054
Remove sentry log when price is not found for a token, as it's very n…
timjrobinson Jul 4, 2023
2fba5d0
Refetch allowances before getting required approvals again
timjrobinson Jul 4, 2023
20d0316
Merge pull request #3618 from balancer/remove-price-error
timjrobinson Jul 4, 2023
a0620e7
1.110.3
gh-action-bump-version Jul 4, 2023
659127b
chore: Remove promo banner (#3629)
garethfuller Jul 5, 2023
b60067e
1.110.4
gh-action-bump-version Jul 5, 2023
31e08a8
chore: Add 10WBTC-10USDC-40WETH-40NEX pool to polygon allowlist (#3633)
github-actions[bot] Jul 6, 2023
85e2b0c
1.110.5
gh-action-bump-version Jul 6, 2023
71d89e6
1.111.0
garethfuller Jul 6, 2023
d897d7d
Merge branch 'master' into release/1.111.0
garethfuller Jul 6, 2023
df7358d
Merge pull request #3641 from balancer/release/1.111.0
garethfuller Jul 6, 2023
0775b74
Bump @walletconnect/ethereum-provider (#3647)
agualis Jul 6, 2023
815ecd2
1.111.1
gh-action-bump-version Jul 6, 2023
4c31baa
chore: Bump SDK (#3654)
garethfuller Jul 7, 2023
64d37aa
1.111.2
gh-action-bump-version Jul 7, 2023
905e345
Update pools.ts (#3670)
zekraken-bot Jul 9, 2023
83ab774
1.111.3
gh-action-bump-version Jul 9, 2023
9b401f0
Merge remote-tracking branch 'origin/master' into release/1.112.0
alter-eggo Jul 10, 2023
f061d09
1.112.0
alter-eggo Jul 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.111.1",
"version": "1.112.0",
"engines": {
"node": "=16",
"npm": ">=8"
Expand Down
8 changes: 8 additions & 0 deletions src/lib/config/mainnet/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ const pools: Pools = {
'0x4729f67394030472e853cb61954fe784bfb36c3b000100000000000000000569', // 25WBTC-50USDC-25WETH
'0x911fc393355fe415a667893d55fff6703c57c72e000200000000000000000574', // 50ETHx-50WETH
'0x8334215586e93ee85e3f1a281eaf66e52015754d00020000000000000000057e', // 50WETH-50FIEF
'0x4228290ee9cab692938ff0b4ba303fbcdb68e9f200020000000000000000057d', // bbaweth-ethx
],
},
Factories: {
Expand Down Expand Up @@ -454,6 +455,12 @@ const pools: Pools = {
boosted: true,
boostedProtocols: [BoostedProtocol.Morpho],
},
'0x4228290ee9cab692938ff0b4ba303fbcdb68e9f200020000000000000000057d': {
name: 'ETHx/Boosted Aave v3 WETH',
hasIcon: false,
boosted: true,
boostedProtocols: [BoostedProtocol.Aave],
},
},
Deep: [
'0x7b50775383d3d6f0215a8f290f2c9e2eebbeceb20000000000000000000000fe', // bb-a-USD1 (mainnet)
Expand Down Expand Up @@ -490,6 +497,7 @@ const pools: Pools = {
'0x481c5fc05d63a58aa2f0f2aa417c021b5d419cb200000000000000000000056a', // reth/bb-a-weth
'0x26c2b83fc8535deead276f5cc3ad9c1a2192e02700020000000000000000056b', // OHM/bbaDAI
'0xc5dc1316ab670a2eed5716d7f19ced321191f38200000000000000000000056e', // wstETH/morpho weth
'0x4228290ee9cab692938ff0b4ba303fbcdb68e9f200020000000000000000057d', // bbaweth-ethx
],
BoostedApr: [
'0x7b50775383d3d6f0215a8f290f2c9e2eebbeceb2', // bb-a-USD1 (mainnet)
Expand Down