From ceb0364e8f271fa150487cc77442740cbce61b07 Mon Sep 17 00:00:00 2001 From: Gareth Fuller Date: Tue, 2 Apr 2024 09:34:54 +0100 Subject: [PATCH 01/10] Hotfix: Remove trade redirect (dm) (#5493) * chore: Add 33tBTC-33WETH-33USDbC pool to base allowlist (#5468) Co-authored-by: balopco * 1.143.1 * chore: Add 50OLAS-50USDC pool to base allowlist * 1.143.2 * chore: Add MATIC-USDC-BTC-ETH/S-Token-Superpool pool to polygon allowlist * chore: Add 9WMATIC-18WBTC-9USDC-9ETH-S-9MATIC-S-9USD-S-18BTC-S-19STARV3/StarSeeds_Protocol pool to polygon allowlist * chore: Add 9WMATIC-9USDC-18ETH-S-9MATIC-S-9USD-S-18WETH-9BTC-S-19STARV3/StarSeeds_Protocol pool to polygon allowlist * chore: Add 33GHST-33stMATIC-33LDO pool to polygon allowlist * 1.143.3 * 1.143.4 * 1.143.5 * 1.143.6 * Update pools.ts (#5478) * 1.143.7 * chore: Add 50USDC-50USDT pool to arbitrum allowlist * chore: Add points meta (#5480) * chore: Add Kelp points * chore: Add all gyro pools * 1.143.8 * chore: Add 45ezETH-55WBTC pool to arbitrum allowlist * fix pools composition * chore: Add 99goldCOMP-1WETH pool to ethereum allowlist * chore: Add 30DFX-30GHST-40GROSH pool to polygon allowlist * chore: Add MER/USD pool to arbitrum allowlist * chore: Add 994POOL-BPT-1MER pool to arbitrum allowlist * 1.143.9 * 1.143.10 * 1.143.11 * 1.143.12 * 1.143.13 * Update pools.ts * 1.143.14 * chore: Add 16WBTC-16ETH-S-16MATIC-S-16USD-S-16BTC-S-20STARV3/StarSeeds_Protocol pool to polygon allowlist * 1.143.15 * 1.143.16 * chore: Add 20WMATIC-15ETH-S-15MATIC-S-15USD-S-15BTC-S-20STARV3/StarSeeds_Protocol pool to polygon allowlist * 1.143.17 * 1.143.18 * chore: Add sfrxETH/cbETH pool to base allowlist (#5491) Co-authored-by: balopco * 1.143.19 * chore: Remove trade redirect --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: balopco Co-authored-by: Automated Version Bump Co-authored-by: Tritium <11885129+Tritium-VLK@users.noreply.github.com> Co-authored-by: Alberto Gualis Co-authored-by: Zen-Maxi <85650601+Zen-Maxi@users.noreply.github.com> Co-authored-by: mendesfabio Co-authored-by: ZeKraken <79888567+zekraken-bot@users.noreply.github.com> --- package-lock.json | 4 +- package.json | 2 +- .../pages/vebal/LMVoting/GaugesTable.vue | 2 +- src/composables/usePoints.ts | 3 +- src/lib/config/arbitrum/pools.ts | 4 + src/lib/config/base/pools.ts | 3 + src/lib/config/gnosis-chain/pools.ts | 1 + src/lib/config/mainnet/pools.ts | 139 ++++++++++++++++++ src/lib/config/polygon/pools.ts | 7 + src/plugins/router/index.ts | 7 - src/types/pools.ts | 2 +- 11 files changed, 161 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e4482374a..4834d8c240 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balancer/frontend-v2", - "version": "1.143.0", + "version": "1.143.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@balancer/frontend-v2", - "version": "1.143.0", + "version": "1.143.19", "license": "MIT", "devDependencies": { "@aave/protocol-js": "^4.3.0", diff --git a/package.json b/package.json index 539b2ad575..6fea87219b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balancer/frontend-v2", - "version": "1.143.0", + "version": "1.143.19", "engines": { "node": "=16", "npm": ">=8" diff --git a/src/components/contextual/pages/vebal/LMVoting/GaugesTable.vue b/src/components/contextual/pages/vebal/LMVoting/GaugesTable.vue index c1cde96f39..d9aad09197 100644 --- a/src/components/contextual/pages/vebal/LMVoting/GaugesTable.vue +++ b/src/components/contextual/pages/vebal/LMVoting/GaugesTable.vue @@ -252,7 +252,7 @@ function getPickedTokens(tokens: VotingPool['tokens']) {