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

Hotfix: mismatch network error #3834

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Hotfix: mismatch network error #3834

merged 1 commit into from
Aug 2, 2023

Conversation

alter-eggo
Copy link
Collaborator

@alter-eggo alter-eggo commented Aug 2, 2023

Description

Actions should be disabled if network is mismatched

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency changes
  • Code refactor / cleanup
  • Documentation or wording changes
  • Other

How should this be tested?

Please provide instructions so we can test. Please also list any relevant details for your test configuration.

  • Test A
  • Test B

Visual context

Please provide any relevant visual context for UI changes or additions. This could be static screenshots or a loom screencast.

Checklist:

  • I have performed a self-review of my own code
  • I have requested at least 1 review (If the PR is significant enough, use best judgement here)
  • I have commented my code where relevant, particularly in hard-to-understand areas
  • If package-lock.json has changes, it was intentional.
  • The base of this PR is master if hotfix, develop if not

@vercel
Copy link

vercel bot commented Aug 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
beta-app-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 2, 2023 0:46am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
app-v2 ⬜️ Ignored (Inspect) Visit Preview Aug 2, 2023 0:46am

Copy link
Contributor

@timjrobinson timjrobinson left a comment

Choose a reason for hiding this comment

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

This also needs to be done for the sync veBAL modal. It can still error if on the wrong network.

Also is there a way we can have a hover/alt text saying "You are on the wrong network"? So it's clear why the button is disabled. Or even better if the button could be replaced with a "Switch Network" button and you click it to switch to the correct network. That could be a future PR though.

@alter-eggo
Copy link
Collaborator Author

thanks @timjrobinson , fixed for the sync modal.
yeah, I also feel like simple disabling is not best solution here, wdyt @pkattera

@garethfuller garethfuller merged commit 7bb06aa into master Aug 2, 2023
4 checks passed
garethfuller added a commit that referenced this pull request Aug 2, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
garethfuller added a commit that referenced this pull request Aug 2, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

* hotfix: Single asset exit options (#3839)

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* 1.116.14

* chore: Add buffer dep

* chore: Import deps required in claim.worker

* chore: Add comment

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
garethfuller added a commit that referenced this pull request Aug 3, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

* hotfix: Single asset exit options (#3839)

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* 1.116.14

* Hotfix: Merkle Orchard claiming (#3846)

* chore: Add buffer dep

* chore: Import deps required in claim.worker

* chore: Add comment

* 1.116.15

* chore: Add 50miMATIC-50USDT pool to polygon allowlist (#3845)

Co-authored-by: balopco <[email protected]>

* 1.116.16

* add additional weekly voting gauges (#3849)

* 1.116.17

* add 80HATCHY-20WAVAX pool to allowlist on avalanche (#3850)

Co-authored-by: asnogordo <[email protected]>

* 1.116.18

* chore: Add 80ASX-20WETH pool to mainnet allowlist (#3853)

Co-authored-by: balopco <[email protected]>

* 1.116.19

* chore: Add DUSD/bbaUSD pool to polygon allowlist (#3844)

Co-authored-by: balopco <[email protected]>

* 1.116.20

* chore: Add DUSD/bbaUSD pool to arbitrum allowlist (#3848)

Co-authored-by: balopco <[email protected]>

* 1.116.21

* fix: bump-sdk to improve Avax routing

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: Asno <[email protected]>
Co-authored-by: asnogordo <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
garethfuller added a commit that referenced this pull request Aug 3, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

* hotfix: Single asset exit options (#3839)

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* 1.116.14

* Hotfix: Merkle Orchard claiming (#3846)

* chore: Add buffer dep

* chore: Import deps required in claim.worker

* chore: Add comment

* 1.116.15

* chore: Add 50miMATIC-50USDT pool to polygon allowlist (#3845)

Co-authored-by: balopco <[email protected]>

* 1.116.16

* add additional weekly voting gauges (#3849)

* 1.116.17

* add 80HATCHY-20WAVAX pool to allowlist on avalanche (#3850)

Co-authored-by: asnogordo <[email protected]>

* 1.116.18

* chore: Add 80ASX-20WETH pool to mainnet allowlist (#3853)

Co-authored-by: balopco <[email protected]>

* 1.116.19

* chore: Add DUSD/bbaUSD pool to polygon allowlist (#3844)

Co-authored-by: balopco <[email protected]>

* 1.116.20

* chore: Add DUSD/bbaUSD pool to arbitrum allowlist (#3848)

Co-authored-by: balopco <[email protected]>

* 1.116.21

* fix: bump-sdk to improve Avax routing (#3855)

* 1.116.22

* 1.117.0

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
Co-authored-by: Gareth Fuller <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: Asno <[email protected]>
Co-authored-by: asnogordo <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
garethfuller added a commit that referenced this pull request Aug 4, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

* hotfix: Single asset exit options (#3839)

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* 1.116.14

* Hotfix: Merkle Orchard claiming (#3846)

* chore: Add buffer dep

* chore: Import deps required in claim.worker

* chore: Add comment

* 1.116.15

* chore: Add 50miMATIC-50USDT pool to polygon allowlist (#3845)

Co-authored-by: balopco <[email protected]>

* 1.116.16

* add additional weekly voting gauges (#3849)

* 1.116.17

* add 80HATCHY-20WAVAX pool to allowlist on avalanche (#3850)

Co-authored-by: asnogordo <[email protected]>

* 1.116.18

* chore: Add 80ASX-20WETH pool to mainnet allowlist (#3853)

Co-authored-by: balopco <[email protected]>

* 1.116.19

* chore: Add DUSD/bbaUSD pool to polygon allowlist (#3844)

Co-authored-by: balopco <[email protected]>

* 1.116.20

* chore: Add DUSD/bbaUSD pool to arbitrum allowlist (#3848)

Co-authored-by: balopco <[email protected]>

* 1.116.21

* fix: bump-sdk to improve Avax routing (#3855)

* 1.116.22

* 1.117.0

* Base network promotion (#3859)

* base promo banner

* Updated promo banner, new badges, removed Avax

* Fixed padding

* Make factories lower case

* Add WETH/DAI to allowlist

---------

Co-authored-by: Tim Robinson <[email protected]>

* 1.117.1

* Add 3 pools to base staking list (#3861)

* 1.117.2

* chore: Add 50wstETH-50ARB pool to arbitrum allowlist (#3863)

Co-authored-by: balopco <[email protected]>

* 1.117.3

* add metadata

* 1.117.4

* chore: Alternate between promos 50/50

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: Asno <[email protected]>
Co-authored-by: asnogordo <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: pkattera <[email protected]>
garethfuller added a commit that referenced this pull request Aug 4, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

* hotfix: Single asset exit options (#3839)

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* 1.116.14

* Hotfix: Merkle Orchard claiming (#3846)

* chore: Add buffer dep

* chore: Import deps required in claim.worker

* chore: Add comment

* 1.116.15

* chore: Add 50miMATIC-50USDT pool to polygon allowlist (#3845)

Co-authored-by: balopco <[email protected]>

* 1.116.16

* add additional weekly voting gauges (#3849)

* 1.116.17

* add 80HATCHY-20WAVAX pool to allowlist on avalanche (#3850)

Co-authored-by: asnogordo <[email protected]>

* 1.116.18

* chore: Add 80ASX-20WETH pool to mainnet allowlist (#3853)

Co-authored-by: balopco <[email protected]>

* 1.116.19

* chore: Add DUSD/bbaUSD pool to polygon allowlist (#3844)

Co-authored-by: balopco <[email protected]>

* 1.116.20

* chore: Add DUSD/bbaUSD pool to arbitrum allowlist (#3848)

Co-authored-by: balopco <[email protected]>

* 1.116.21

* fix: bump-sdk to improve Avax routing (#3855)

* 1.116.22

* 1.117.0

* Base network promotion (#3859)

* base promo banner

* Updated promo banner, new badges, removed Avax

* Fixed padding

* Make factories lower case

* Add WETH/DAI to allowlist

---------

Co-authored-by: Tim Robinson <[email protected]>

* 1.117.1

* Add 3 pools to base staking list (#3861)

* 1.117.2

* chore: Add 50wstETH-50ARB pool to arbitrum allowlist (#3863)

Co-authored-by: balopco <[email protected]>

* 1.117.3

* add metadata

* 1.117.4

* chore: Alternate between promos 50/50 (#3867)

* 1.117.5

* chore: Wait for more confirmations on Ava and Base

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: Asno <[email protected]>
Co-authored-by: asnogordo <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: pkattera <[email protected]>
garethfuller added a commit that referenced this pull request Aug 4, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

* hotfix: Single asset exit options (#3839)

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* 1.116.14

* Hotfix: Merkle Orchard claiming (#3846)

* chore: Add buffer dep

* chore: Import deps required in claim.worker

* chore: Add comment

* 1.116.15

* chore: Add 50miMATIC-50USDT pool to polygon allowlist (#3845)

Co-authored-by: balopco <[email protected]>

* 1.116.16

* add additional weekly voting gauges (#3849)

* 1.116.17

* add 80HATCHY-20WAVAX pool to allowlist on avalanche (#3850)

Co-authored-by: asnogordo <[email protected]>

* 1.116.18

* chore: Add 80ASX-20WETH pool to mainnet allowlist (#3853)

Co-authored-by: balopco <[email protected]>

* 1.116.19

* chore: Add DUSD/bbaUSD pool to polygon allowlist (#3844)

Co-authored-by: balopco <[email protected]>

* 1.116.20

* chore: Add DUSD/bbaUSD pool to arbitrum allowlist (#3848)

Co-authored-by: balopco <[email protected]>

* 1.116.21

* fix: bump-sdk to improve Avax routing (#3855)

* 1.116.22

* 1.117.0

* Base network promotion (#3859)

* base promo banner

* Updated promo banner, new badges, removed Avax

* Fixed padding

* Make factories lower case

* Add WETH/DAI to allowlist

---------

Co-authored-by: Tim Robinson <[email protected]>

* 1.117.1

* Add 3 pools to base staking list (#3861)

* 1.117.2

* chore: Add 50wstETH-50ARB pool to arbitrum allowlist (#3863)

Co-authored-by: balopco <[email protected]>

* 1.117.3

* add metadata

* 1.117.4

* chore: Alternate between promos 50/50 (#3867)

* 1.117.5

* chore: Use tenderly RPC for base

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: Asno <[email protected]>
Co-authored-by: asnogordo <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: pkattera <[email protected]>
garethfuller added a commit that referenced this pull request Aug 4, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

* hotfix: Single asset exit options (#3839)

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* 1.116.14

* Hotfix: Merkle Orchard claiming (#3846)

* chore: Add buffer dep

* chore: Import deps required in claim.worker

* chore: Add comment

* 1.116.15

* chore: Add 50miMATIC-50USDT pool to polygon allowlist (#3845)

Co-authored-by: balopco <[email protected]>

* 1.116.16

* add additional weekly voting gauges (#3849)

* 1.116.17

* add 80HATCHY-20WAVAX pool to allowlist on avalanche (#3850)

Co-authored-by: asnogordo <[email protected]>

* 1.116.18

* chore: Add 80ASX-20WETH pool to mainnet allowlist (#3853)

Co-authored-by: balopco <[email protected]>

* 1.116.19

* chore: Add DUSD/bbaUSD pool to polygon allowlist (#3844)

Co-authored-by: balopco <[email protected]>

* 1.116.20

* chore: Add DUSD/bbaUSD pool to arbitrum allowlist (#3848)

Co-authored-by: balopco <[email protected]>

* 1.116.21

* fix: bump-sdk to improve Avax routing (#3855)

* 1.116.22

* 1.117.0

* Base network promotion (#3859)

* base promo banner

* Updated promo banner, new badges, removed Avax

* Fixed padding

* Make factories lower case

* Add WETH/DAI to allowlist

---------

Co-authored-by: Tim Robinson <[email protected]>

* 1.117.1

* Add 3 pools to base staking list (#3861)

* 1.117.2

* chore: Add 50wstETH-50ARB pool to arbitrum allowlist (#3863)

Co-authored-by: balopco <[email protected]>

* 1.117.3

* add metadata

* 1.117.4

* chore: Alternate between promos 50/50 (#3867)

* 1.117.5

* Hotfix: Wait for more confirmations on Ava and Base (#3869)

* 1.117.6

* chore: Use tenderly RPC for base (#3870)

* 1.117.7

* chore: Catch ens failure (#3874)

* 1.117.8

* chore: Add VotingEscrowDelegationProxy addresses for Base & Ava

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: Asno <[email protected]>
Co-authored-by: asnogordo <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: pkattera <[email protected]>
garethfuller added a commit that referenced this pull request Aug 7, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

* hotfix: Single asset exit options (#3839)

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* 1.116.14

* Hotfix: Merkle Orchard claiming (#3846)

* chore: Add buffer dep

* chore: Import deps required in claim.worker

* chore: Add comment

* 1.116.15

* chore: Add 50miMATIC-50USDT pool to polygon allowlist (#3845)

Co-authored-by: balopco <[email protected]>

* 1.116.16

* add additional weekly voting gauges (#3849)

* 1.116.17

* add 80HATCHY-20WAVAX pool to allowlist on avalanche (#3850)

Co-authored-by: asnogordo <[email protected]>

* 1.116.18

* chore: Add 80ASX-20WETH pool to mainnet allowlist (#3853)

Co-authored-by: balopco <[email protected]>

* 1.116.19

* chore: Add DUSD/bbaUSD pool to polygon allowlist (#3844)

Co-authored-by: balopco <[email protected]>

* 1.116.20

* chore: Add DUSD/bbaUSD pool to arbitrum allowlist (#3848)

Co-authored-by: balopco <[email protected]>

* 1.116.21

* fix: bump-sdk to improve Avax routing (#3855)

* 1.116.22

* 1.117.0

* Base network promotion (#3859)

* base promo banner

* Updated promo banner, new badges, removed Avax

* Fixed padding

* Make factories lower case

* Add WETH/DAI to allowlist

---------

Co-authored-by: Tim Robinson <[email protected]>

* 1.117.1

* Add 3 pools to base staking list (#3861)

* 1.117.2

* chore: Add 50wstETH-50ARB pool to arbitrum allowlist (#3863)

Co-authored-by: balopco <[email protected]>

* 1.117.3

* add metadata

* 1.117.4

* chore: Alternate between promos 50/50 (#3867)

* 1.117.5

* Hotfix: Wait for more confirmations on Ava and Base (#3869)

* 1.117.6

* chore: Use tenderly RPC for base (#3870)

* chore: Add 50wstETH-50ankrETH pool to arbitrum allowlist

* 1.117.7

* chore: Add 50ankrMATIC-50stMATIC pool to polygon allowlist

* chore: Catch ens failure (#3874)

* 1.117.8

* Hotfix: Add VotingEscrowDelegationProxy addresses for Base & Ava (#3878)

* 1.117.9

* chore: Add 50RDNT-50USDT pool to arbitrum allowlist

* add axlUSD to whitelist

* 1.117.10

* Add tetubal pool to whitelist (#3877)

* Add tetubal pool to whitelist

* Update pools.ts

* 1.117.11

* Add weighted OGRE80-WETH20 to allowlist (base chain)

* 1.117.12

* 1.117.13

* chore: Add 50WBTC-50MaticX pool to polygon allowlist

* 1.117.14

* chore: Add 50DAI-50miMATIC pool to polygon allowlist

* 1.117.15

* 1.117.16

* 1.117.17

* chore: Set forceMax to false for veBal approval

* 1.117.18

* Manual Allowlist Linu weth

* 1.117.19

* Add missing chains to allowlist script (#3895)

* 1.117.20

* chore: Add 50WETH/50USDbC pool to base allowlist

* 1.117.21

* chore: Add migration notice to polygon pool

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: Asno <[email protected]>
Co-authored-by: asnogordo <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: pkattera <[email protected]>
Co-authored-by: Tritium <[email protected]>
Co-authored-by: BIP Bot <[email protected]>
Co-authored-by: Tritium-VLK <[email protected]>
agualis added a commit that referenced this pull request Aug 8, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

* hotfix: Single asset exit options (#3839)

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* 1.116.14

* Hotfix: Merkle Orchard claiming (#3846)

* chore: Add buffer dep

* chore: Import deps required in claim.worker

* chore: Add comment

* 1.116.15

* chore: Add 50miMATIC-50USDT pool to polygon allowlist (#3845)

Co-authored-by: balopco <[email protected]>

* 1.116.16

* add additional weekly voting gauges (#3849)

* 1.116.17

* add 80HATCHY-20WAVAX pool to allowlist on avalanche (#3850)

Co-authored-by: asnogordo <[email protected]>

* 1.116.18

* chore: Add 80ASX-20WETH pool to mainnet allowlist (#3853)

Co-authored-by: balopco <[email protected]>

* 1.116.19

* chore: Add DUSD/bbaUSD pool to polygon allowlist (#3844)

Co-authored-by: balopco <[email protected]>

* 1.116.20

* chore: Add DUSD/bbaUSD pool to arbitrum allowlist (#3848)

Co-authored-by: balopco <[email protected]>

* 1.116.21

* fix: bump-sdk to improve Avax routing (#3855)

* 1.116.22

* 1.117.0

* Base network promotion (#3859)

* base promo banner

* Updated promo banner, new badges, removed Avax

* Fixed padding

* Make factories lower case

* Add WETH/DAI to allowlist

---------

Co-authored-by: Tim Robinson <[email protected]>

* 1.117.1

* Add 3 pools to base staking list (#3861)

* 1.117.2

* chore: Add 50wstETH-50ARB pool to arbitrum allowlist (#3863)

Co-authored-by: balopco <[email protected]>

* 1.117.3

* add metadata

* 1.117.4

* chore: Alternate between promos 50/50 (#3867)

* 1.117.5

* Hotfix: Wait for more confirmations on Ava and Base (#3869)

* 1.117.6

* chore: Use tenderly RPC for base (#3870)

* chore: Add 50wstETH-50ankrETH pool to arbitrum allowlist

* 1.117.7

* chore: Add 50ankrMATIC-50stMATIC pool to polygon allowlist

* chore: Catch ens failure (#3874)

* 1.117.8

* Hotfix: Add VotingEscrowDelegationProxy addresses for Base & Ava (#3878)

* 1.117.9

* chore: Add 50RDNT-50USDT pool to arbitrum allowlist

* add axlUSD to whitelist

* 1.117.10

* Add tetubal pool to whitelist (#3877)

* Add tetubal pool to whitelist

* Update pools.ts

* 1.117.11

* Add weighted OGRE80-WETH20 to allowlist (base chain)

* 1.117.12

* 1.117.13

* chore: Add 50WBTC-50MaticX pool to polygon allowlist

* 1.117.14

* chore: Add 50DAI-50miMATIC pool to polygon allowlist

* 1.117.15

* 1.117.16

* 1.117.17

* chore: Set forceMax to false for veBal approval

* 1.117.18

* Manual Allowlist Linu weth

* 1.117.19

* Add missing chains to allowlist script (#3895)

* 1.117.20

* chore: Add 50WETH/50USDbC pool to base allowlist

* 1.117.21

* chore: Add migration notice to polygon pool (#3900)

* 1.117.22

* adding btc to pool to stakable (#3899)

* 1.117.23

* fix: Set lower min tx buffers on L2s

* 1.117.24

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: Asno <[email protected]>
Co-authored-by: asnogordo <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: pkattera <[email protected]>
Co-authored-by: Tritium <[email protected]>
Co-authored-by: BIP Bot <[email protected]>
Co-authored-by: Tritium-VLK <[email protected]>
agualis added a commit that referenced this pull request Aug 9, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

* hotfix: Single asset exit options (#3839)

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* 1.116.14

* Hotfix: Merkle Orchard claiming (#3846)

* chore: Add buffer dep

* chore: Import deps required in claim.worker

* chore: Add comment

* 1.116.15

* chore: Add 50miMATIC-50USDT pool to polygon allowlist (#3845)

Co-authored-by: balopco <[email protected]>

* 1.116.16

* add additional weekly voting gauges (#3849)

* 1.116.17

* add 80HATCHY-20WAVAX pool to allowlist on avalanche (#3850)

Co-authored-by: asnogordo <[email protected]>

* 1.116.18

* chore: Add 80ASX-20WETH pool to mainnet allowlist (#3853)

Co-authored-by: balopco <[email protected]>

* 1.116.19

* chore: Add DUSD/bbaUSD pool to polygon allowlist (#3844)

Co-authored-by: balopco <[email protected]>

* 1.116.20

* chore: Add DUSD/bbaUSD pool to arbitrum allowlist (#3848)

Co-authored-by: balopco <[email protected]>

* 1.116.21

* fix: bump-sdk to improve Avax routing (#3855)

* 1.116.22

* 1.117.0

* Base network promotion (#3859)

* base promo banner

* Updated promo banner, new badges, removed Avax

* Fixed padding

* Make factories lower case

* Add WETH/DAI to allowlist

---------

Co-authored-by: Tim Robinson <[email protected]>

* 1.117.1

* Add 3 pools to base staking list (#3861)

* 1.117.2

* chore: Add 50wstETH-50ARB pool to arbitrum allowlist (#3863)

Co-authored-by: balopco <[email protected]>

* 1.117.3

* add metadata

* 1.117.4

* chore: Alternate between promos 50/50 (#3867)

* 1.117.5

* Hotfix: Wait for more confirmations on Ava and Base (#3869)

* 1.117.6

* chore: Use tenderly RPC for base (#3870)

* chore: Add 50wstETH-50ankrETH pool to arbitrum allowlist

* 1.117.7

* chore: Add 50ankrMATIC-50stMATIC pool to polygon allowlist

* chore: Catch ens failure (#3874)

* 1.117.8

* Hotfix: Add VotingEscrowDelegationProxy addresses for Base & Ava (#3878)

* 1.117.9

* chore: Add 50RDNT-50USDT pool to arbitrum allowlist

* add axlUSD to whitelist

* 1.117.10

* Add tetubal pool to whitelist (#3877)

* Add tetubal pool to whitelist

* Update pools.ts

* 1.117.11

* Add weighted OGRE80-WETH20 to allowlist (base chain)

* 1.117.12

* 1.117.13

* chore: Add 50WBTC-50MaticX pool to polygon allowlist

* 1.117.14

* chore: Add 50DAI-50miMATIC pool to polygon allowlist

* 1.117.15

* 1.117.16

* 1.117.17

* chore: Set forceMax to false for veBal approval

* 1.117.18

* Manual Allowlist Linu weth

* 1.117.19

* Add missing chains to allowlist script (#3895)

* 1.117.20

* chore: Add 50WETH/50USDbC pool to base allowlist

* 1.117.21

* chore: Add migration notice to polygon pool (#3900)

* 1.117.22

* adding btc to pool to stakable (#3899)

* 1.117.23

* fix: Set lower min tx buffers on L2s (#3906)

* 1.117.24

* Disable staking when there's no preferential gauge (#3910)

* 1.117.25

* chore: Add 50USDC-50USDT pool to mainnet allowlist (#3902)

Co-authored-by: balopco <[email protected]>

* 1.117.26

* chore: Add 50somm-50WETH pool to mainnet allowlist (#3903)

Co-authored-by: balopco <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>

* 1.117.27

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
Co-authored-by: Gareth Fuller <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: Asno <[email protected]>
Co-authored-by: asnogordo <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: pkattera <[email protected]>
Co-authored-by: Tritium <[email protected]>
Co-authored-by: BIP Bot <[email protected]>
Co-authored-by: Tritium-VLK <[email protected]>
agualis added a commit that referenced this pull request Aug 10, 2023
* feat: add gyro card for pools on mainnet

* Add BETS to whitelisr

* 1.116.7

* 1.116.8

* 1.116.9

* Update pools.ts (#3808)

AllowList UAHT pools

* 1.116.10

* hotfix: Await nextTick before exiting pool (#3837)

* 1.116.11

* hotfix: mismatch network error (#3834)

* 1.116.12

* fix: Dont display withdrawals with preminted BPT (#3838)

* 1.116.13

* hotfix: Single asset exit options (#3839)

* fix: Dont display withdrawals with preminted BPT

* fix: Allow swap exits from composable pools that are not paused

* 1.116.14

* Hotfix: Merkle Orchard claiming (#3846)

* chore: Add buffer dep

* chore: Import deps required in claim.worker

* chore: Add comment

* 1.116.15

* chore: Add 50miMATIC-50USDT pool to polygon allowlist (#3845)

Co-authored-by: balopco <[email protected]>

* 1.116.16

* add additional weekly voting gauges (#3849)

* 1.116.17

* add 80HATCHY-20WAVAX pool to allowlist on avalanche (#3850)

Co-authored-by: asnogordo <[email protected]>

* 1.116.18

* chore: Add 80ASX-20WETH pool to mainnet allowlist (#3853)

Co-authored-by: balopco <[email protected]>

* 1.116.19

* chore: Add DUSD/bbaUSD pool to polygon allowlist (#3844)

Co-authored-by: balopco <[email protected]>

* 1.116.20

* chore: Add DUSD/bbaUSD pool to arbitrum allowlist (#3848)

Co-authored-by: balopco <[email protected]>

* 1.116.21

* fix: bump-sdk to improve Avax routing (#3855)

* 1.116.22

* 1.117.0

* Base network promotion (#3859)

* base promo banner

* Updated promo banner, new badges, removed Avax

* Fixed padding

* Make factories lower case

* Add WETH/DAI to allowlist

---------

Co-authored-by: Tim Robinson <[email protected]>

* 1.117.1

* Add 3 pools to base staking list (#3861)

* 1.117.2

* chore: Add 50wstETH-50ARB pool to arbitrum allowlist (#3863)

Co-authored-by: balopco <[email protected]>

* 1.117.3

* add metadata

* 1.117.4

* chore: Alternate between promos 50/50 (#3867)

* 1.117.5

* Hotfix: Wait for more confirmations on Ava and Base (#3869)

* 1.117.6

* chore: Use tenderly RPC for base (#3870)

* chore: Add 50wstETH-50ankrETH pool to arbitrum allowlist

* 1.117.7

* chore: Add 50ankrMATIC-50stMATIC pool to polygon allowlist

* chore: Catch ens failure (#3874)

* 1.117.8

* Hotfix: Add VotingEscrowDelegationProxy addresses for Base & Ava (#3878)

* 1.117.9

* chore: Add 50RDNT-50USDT pool to arbitrum allowlist

* add axlUSD to whitelist

* 1.117.10

* Add tetubal pool to whitelist (#3877)

* Add tetubal pool to whitelist

* Update pools.ts

* 1.117.11

* Add weighted OGRE80-WETH20 to allowlist (base chain)

* 1.117.12

* 1.117.13

* chore: Add 50WBTC-50MaticX pool to polygon allowlist

* 1.117.14

* chore: Add 50DAI-50miMATIC pool to polygon allowlist

* 1.117.15

* 1.117.16

* 1.117.17

* chore: Set forceMax to false for veBal approval

* 1.117.18

* Manual Allowlist Linu weth

* 1.117.19

* Add missing chains to allowlist script (#3895)

* 1.117.20

* chore: Add 50WETH/50USDbC pool to base allowlist

* 1.117.21

* chore: Add migration notice to polygon pool (#3900)

* 1.117.22

* adding btc to pool to stakable (#3899)

* 1.117.23

* fix bal claiming on zkevm

* fix: Set lower min tx buffers on L2s (#3906)

* 1.117.24

* Disable staking when there's no preferential gauge (#3910)

* 1.117.25

* chore: Add 50USDC-50USDT pool to mainnet allowlist (#3902)

Co-authored-by: balopco <[email protected]>

* 1.117.26

* chore: Add 50somm-50WETH pool to mainnet allowlist (#3903)

Co-authored-by: balopco <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>

* 1.117.27

* chore: Add 50bb-s-DAI-50bb-a-USD pool to mainnet allowlist (#3912)

Co-authored-by: balopco <[email protected]>

* 1.117.28

* 1.117.29

* add axUSD to stakable (#3913)

* add axUSD to stakable

* Update pools.ts

* add dusd to metadata

* add DUSD to metadata

* add DUSD to deep

* 1.117.30

* chore: Add 20wstETH-50ETHx-20sfrxETH-10rETH pool to mainnet allowlist

* chore: Add 50bb-a-WETH-50YieldETH pool to mainnet allowlist

* 1.117.31

* 1.117.32

* fix: disable boosts in base

* 1.117.33

* add tbtc pools (#3920)

* 1.117.34

* add gold to base whitelist

* 1.117.35

* weekly gauges (#3923)

* 1.117.36

* hotfix: bump sdk (#3924)

* 1.117.37

* chore: Add 33WBTC-33WETH-33NEX pool to polygon allowlist (#3925)

Co-authored-by: balopco <[email protected]>

* 1.117.38

* new gauge for this week

* 1.117.39

* update gauge list

* 1.117.40

---------

Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: starscrowding.com <[email protected]>
Co-authored-by: Gareth Fuller <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: Asno <[email protected]>
Co-authored-by: asnogordo <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: pkattera <[email protected]>
Co-authored-by: Tritium <[email protected]>
Co-authored-by: BIP Bot <[email protected]>
Co-authored-by: Tritium-VLK <[email protected]>
Co-authored-by: Fábio Mendes <[email protected]>
Co-authored-by: Fábio Mendes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants