Skip to content

Commit

Permalink
Release 1.98.0 (#3260)
Browse files Browse the repository at this point in the history
* feat: optimise veBal pools table render (#3123)

* feat: optimise vebal table render

* feat: change root margin

* refactor: remove migration constants file (#3124)

* feat: change relayer addresses

* feat: rename batch relayer

* feat: remove migrations

* chore: bump to 1.95.6

* feat: add deprecated migration card

* refactor: migrations

* feat: remove constants file

* Fix Gnosis Chain Wallet Connect (DM) (#3167)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

---------

Co-authored-by: Gareth Fuller <[email protected]>

* feature: Add prefetch capability to desktop links (#3160)

* Add prefetch capability to desktop links

* Add prefetch to all main navigation links

* update gauge voting list (DM) (#3171)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

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

* Delete voting gauge pools file (#3170)

* feat: change tx relayer signature step texts (#3168)

* fix: Ignore invalid JSON in pretch matches (#3172)

* spike: Use API pricing (#2998)

* chore: Add api url to config

* chore: Add api client

* chore: test client query on home page

* chore: type response

* chore: fix type

* add support for graphql codegen

* add eslint comment

* chore: revert large lock changes

* chore: Npm install from develop pkg lock

* chore: Update api client

* refactor: Price fetching

* chore: Update script key

* chore: Remove price fetching from app comp

* chore: Remove api from config

* refactor: Remove fiat key from price schema

* refactor: Cleanup redundant code

* fix: Use env var

* chore: Update api types

* chore: Only fetch prices initially, then every 5 minutes

* chore: Don't wait for prices when injecting tokens

* Add MSW mock for token prices

* Log price fetching errors to Sentry. Update API URL

* Fix imports and wrong types

* Fix token price fetching tests

- Add a new mock for the new Balancer API that mocks out the
  GetCurrentTokenPrices function in the same way the old balancer-sdk
used to mock it so that the tokens provider spec works correctly with
it.
- Remove .usd and .eth references on prices as prices are just one USD
  value now.

* Fix useTokenPricesQuery test

---------

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

* chore: Add weighted v4 factory key (#3176)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key

* chore: Bump version

---------

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

* update voting gauges (DM) (#3178)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (DM) (#3180)

* update whitelist and gauges

* lock

---------

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

* Rename usePool to usePoolHelpers (#3183)

* Rename usePool to usePoolHelpers

* Remove .js extension

* Rename usePool composable function to usePoolHelper

* Add plural

* Bump testing dependency versions, avoid .only tests, delete unused code (#3181)

* Bump testing dependency versions, avoid .only tests, delete unsused constants

* Add test builder

* refactor: Replace uses of WETH with wrappedNativeAsset (#3184)

* feat: add rules checkbox on wallet select (#3182)

* feat: add bal rules checkbox

* feat: change balradio modifier

* feat: add ls key

* add new pool helpers (#3185)

* chore: Bump SDK version

* feat: weighted pool creation using V4 contract (#3174)

* Re-enable pool creation

* Remove mock from weigthed pool service test

* Remove mock from usePoolCreation test

* Simplify web3 provider mock by using Web3ProviderMock constructor

* Migrate weigthed pool creation to V4 contract

* Simplify ethersv6 utils

* Fix mocks to use V4 weighted pools

* Fix price token edition in pool creation

* Show warning icon when token is unlisted

* Fix terminology

Co-authored-by: Gareth Fuller <[email protected]>

* Update src/components/cards/CreatePool/ChooseWeights.vue

Co-authored-by: Gareth Fuller <[email protected]>

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Fixes references to old SDK functions (#3190)

* feat: Add new component for controlling 2 column layouts (#3189)

* feat: Add user tokens provider (#3187)

* feat: Add user tokens provider

* Add tests for user-tokens.provider

---------

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

* feat: Add new pool provider (#3186)

* feat: Add new pool provider

* Add tests for use-pool-provider

---------

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

* update pool whitelist (#3194)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* update pool whitelist

---------

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

* chore: update whitelist pool (DM) (#3196)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* update whitelist pool

---------

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

* chore: update aave boosted metadata (DM) (#3199)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* update aave boosted metadata

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: Bump version

---------

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

* chore: Add new voting gauges (DM) (#3203)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* add new voting gauges

* bump

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Bump version

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: zekraken <[email protected]>
Co-authored-by: dave <[email protected]>

* fix: Change of COIL/USDC in allowlist to lower case (DM) (#3205)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Add new voting gauges (#3201)

* add new voting gauges

* bump

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Pool ID casing

* chore: Bump version

---------

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

* chore: Generalize price impact label

* chore: Update allowlists (DM) (#3216)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Add new voting gauges (#3201)

* add new voting gauges

* bump

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Change of COIL/USDC in allowlist to lower case (#3204)

* fix: Pool ID casing

* chore: Bump version

* feat: add migration addresses

* chore: bump to 1.97.13

* feat: remove polygon migrations addresses

* fix: migrate text

* chore: Adds new AGVE GNO pool to AllowList  (#3207)

* Adds 50AGVE-50GNO pool to AllowList on Gnosis Chain

* Bump version

* chore: Add unieth to allowlist

* chore: Add Arbitrum CRV/wBTC/wstETH/gDAI/UNI/LINK pool

* chore: Add 20AGI/80WETH to allowlist

* chore: Bump version

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: dave <[email protected]>
Co-authored-by: alter-eggo <[email protected]>

* refactor: balancer sdk dependency (#3213)

* Rename getBalancer into getBalancerSDK

* Rename getBalancer into getBalancerSDK (missing files)

* chore: Update pool metadata (DM) (#3225)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Add new voting gauges (#3201)

* add new voting gauges

* bump

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Change of COIL/USDC in allowlist to lower case (#3204)

* fix: Pool ID casing

* chore: Bump version

* feat: add migration addresses

* chore: bump to 1.97.13

* feat: remove polygon migrations addresses

* fix: migrate text

* chore: Adds new AGVE GNO pool to AllowList  (#3207)

* Adds 50AGVE-50GNO pool to AllowList on Gnosis Chain

* Bump version

* chore: Update allowlists (#3215)

* chore: Add unieth to allowlist

* chore: Add Arbitrum CRV/wBTC/wstETH/gDAI/UNI/LINK pool

* chore: Add 20AGI/80WETH to allowlist

* chore: Bump version

* update pool metadata

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: dave <[email protected]>
Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: zekraken <[email protected]>

* Hotfix: Bump SDK version (DM) (#3228)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Add new voting gauges (#3201)

* add new voting gauges

* bump

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Change of COIL/USDC in allowlist to lower case (#3204)

* fix: Pool ID casing

* chore: Bump version

* feat: add migration addresses

* chore: bump to 1.97.13

* feat: remove polygon migrations addresses

* fix: migrate text

* chore: Adds new AGVE GNO pool to AllowList  (#3207)

* Adds 50AGVE-50GNO pool to AllowList on Gnosis Chain

* Bump version

* chore: Update allowlists (#3215)

* chore: Add unieth to allowlist

* chore: Add Arbitrum CRV/wBTC/wstETH/gDAI/UNI/LINK pool

* chore: Add 20AGI/80WETH to allowlist

* chore: Bump version

* chore: update pool metadata (#3223)

* chore: Bump SDK version

* fix: Typecheck

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: dave <[email protected]>
Co-authored-by: alter-eggo <[email protected]>

* Add usePropMaxJoin composable (#3214)

* Add PoolFallbackRepository to injected dependencies

* Add usePropMaxJoin composable with tests

* Use goerli WETH address in test mocks

* fix: polygon native asset address (#3224)

* Hotfix: Use tokenlists repo for voting gauge list assets (DM) (#3230)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Add new voting gauges (#3201)

* add new voting gauges

* bump

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Change of COIL/USDC in allowlist to lower case (#3204)

* fix: Pool ID casing

* chore: Bump version

* feat: add migration addresses

* chore: bump to 1.97.13

* feat: remove polygon migrations addresses

* fix: migrate text

* chore: Adds new AGVE GNO pool to AllowList  (#3207)

* Adds 50AGVE-50GNO pool to AllowList on Gnosis Chain

* Bump version

* chore: Update allowlists (#3215)

* chore: Add unieth to allowlist

* chore: Add Arbitrum CRV/wBTC/wstETH/gDAI/UNI/LINK pool

* chore: Add 20AGI/80WETH to allowlist

* chore: Bump version

* chore: update pool metadata (#3223)

* chore: Use tokenlists repo for voting gauge list assets

* chore: Bump version

* feat: Support network specific token addresses for assets
In the tokenlists repo we have one network specific address clash so we identify those by placing the network then an underscore in the file name.

* chore: update voting gauges

* fix: Bump SDK version (#3227)

* chore: Bump SDK version

* fix: Typecheck

* chore: Bump version

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: dave <[email protected]>
Co-authored-by: alter-eggo <[email protected]>

* chore: Remove TODO to issue in checks

* Add recovery-exit handler (#3233)

* Add recovery-exit.handler

* Add test for queryExit

* chore(deps): bump yaml from 2.2.1 to 2.2.2 (#3235)

Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Hotfix: Bump sdk (DM) (#3239)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Add new voting gauges (#3201)

* add new voting gauges

* bump

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Change of COIL/USDC in allowlist to lower case (#3204)

* fix: Pool ID casing

* chore: Bump version

* feat: add migration addresses

* chore: bump to 1.97.13

* feat: remove polygon migrations addresses

* fix: migrate text

* chore: Adds new AGVE GNO pool to AllowList  (#3207)

* Adds 50AGVE-50GNO pool to AllowList on Gnosis Chain

* Bump version

* chore: Update allowlists (#3215)

* chore: Add unieth to allowlist

* chore: Add Arbitrum CRV/wBTC/wstETH/gDAI/UNI/LINK pool

* chore: Add 20AGI/80WETH to allowlist

* chore: Bump version

* chore: update pool metadata (#3223)

* fix: Bump SDK version (#3227)

* chore: Bump SDK version

* fix: Typecheck

* Hotfix: Use tokenlists repo for voting gauge list assets (#3226)

* chore: Use tokenlists repo for voting gauge list assets

* chore: Bump version

* feat: Support network specific token addresses for assets
In the tokenlists repo we have one network specific address clash so we identify those by placing the network then an underscore in the file name.

* chore: update voting gauges

* chore: Bump version

* chore: Bump SDK version

* chore: Bump version

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: dave <[email protected]>
Co-authored-by: alter-eggo <[email protected]>

* Remove Invest prefix from add-liquidity components (#3234)

* Remove Invest prefix from add-liquidity components

* Remove Invest prefix from add-liquidity components 2

* Add new exact-in join handler (#3237)

* Hotfix: update voting gauges (DM) (#3240)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Add new voting gauges (#3201)

* add new voting gauges

* bump

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Change of COIL/USDC in allowlist to lower case (#3204)

* fix: Pool ID casing

* chore: Bump version

* feat: add migration addresses

* chore: bump to 1.97.13

* feat: remove polygon migrations addresses

* fix: migrate text

* chore: Adds new AGVE GNO pool to AllowList  (#3207)

* Adds 50AGVE-50GNO pool to AllowList on Gnosis Chain

* Bump version

* chore: Update allowlists (#3215)

* chore: Add unieth to allowlist

* chore: Add Arbitrum CRV/wBTC/wstETH/gDAI/UNI/LINK pool

* chore: Add 20AGI/80WETH to allowlist

* chore: Bump version

* chore: update pool metadata (#3223)

* fix: Bump SDK version (#3227)

* chore: Bump SDK version

* fix: Typecheck

* Hotfix: Use tokenlists repo for voting gauge list assets (#3226)

* chore: Use tokenlists repo for voting gauge list assets

* chore: Bump version

* feat: Support network specific token addresses for assets
In the tokenlists repo we have one network specific address clash so we identify those by placing the network then an underscore in the file name.

* chore: update voting gauges

* chore: Bump version

* update voting gauges

* bump

* support l0 child chain gauges

* fix child chain pools with multiple recipients

* update voting gauges json

* Hotfix: Bump sdk (#3238)

* chore: Bump SDK version

* chore: Bump version

* chore: Bump version

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: dave <[email protected]>
Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: zekraken <[email protected]>
Co-authored-by: Fábio Mendes <[email protected]>

* Hotfix: update a few pools (DM) (#3244)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Add new voting gauges (#3201)

* add new voting gauges

* bump

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Change of COIL/USDC in allowlist to lower case (#3204)

* fix: Pool ID casing

* chore: Bump version

* feat: add migration addresses

* chore: bump to 1.97.13

* feat: remove polygon migrations addresses

* fix: migrate text

* chore: Adds new AGVE GNO pool to AllowList  (#3207)

* Adds 50AGVE-50GNO pool to AllowList on Gnosis Chain

* Bump version

* chore: Update allowlists (#3215)

* chore: Add unieth to allowlist

* chore: Add Arbitrum CRV/wBTC/wstETH/gDAI/UNI/LINK pool

* chore: Add 20AGI/80WETH to allowlist

* chore: Bump version

* chore: update pool metadata (#3223)

* fix: Bump SDK version (#3227)

* chore: Bump SDK version

* fix: Typecheck

* Hotfix: Use tokenlists repo for voting gauge list assets (#3226)

* chore: Use tokenlists repo for voting gauge list assets

* chore: Bump version

* feat: Support network specific token addresses for assets
In the tokenlists repo we have one network specific address clash so we identify those by placing the network then an underscore in the file name.

* chore: update voting gauges

* chore: Bump version

* Hotfix: Bump sdk (#3238)

* chore: Bump SDK version

* chore: Bump version

* hotfix: update voting gauges (#3236)

* update voting gauges

* bump

* support l0 child chain gauges

* fix child chain pools with multiple recipients

* update voting gauges json

* chore: Bump version

---------

Co-authored-by: Fábio Mendes <[email protected]>
Co-authored-by: Gareth Fuller <[email protected]>

* update a few pools

* chore: Undo changes

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: dave <[email protected]>
Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: Fábio Mendes <[email protected]>
Co-authored-by: zekraken <[email protected]>

* feat: add restake btn in staking incentives card (#3241)

* feat: add restake btn in staking incentives card

* fix: problem with texts in restake action

* feat: change warning text

* feat: remove date from text

* feat: Allow user to specify signature support (DM) (#3248)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Add new voting gauges (#3201)

* add new voting gauges

* bump

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Change of COIL/USDC in allowlist to lower case (#3204)

* fix: Pool ID casing

* chore: Bump version

* feat: add migration addresses

* chore: bump to 1.97.13

* feat: remove polygon migrations addresses

* fix: migrate text

* chore: Adds new AGVE GNO pool to AllowList  (#3207)

* Adds 50AGVE-50GNO pool to AllowList on Gnosis Chain

* Bump version

* chore: Update allowlists (#3215)

* chore: Add unieth to allowlist

* chore: Add Arbitrum CRV/wBTC/wstETH/gDAI/UNI/LINK pool

* chore: Add 20AGI/80WETH to allowlist

* chore: Bump version

* chore: update pool metadata (#3223)

* fix: Bump SDK version (#3227)

* chore: Bump SDK version

* fix: Typecheck

* Hotfix: Use tokenlists repo for voting gauge list assets (#3226)

* chore: Use tokenlists repo for voting gauge list assets

* chore: Bump version

* feat: Support network specific token addresses for assets
In the tokenlists repo we have one network specific address clash so we identify those by placing the network then an underscore in the file name.

* chore: update voting gauges

* chore: Bump version

* feat: Add supportSignatures to user settings

* chore: Use supportSignatures in app and transaction setting popovers

* chore: Bump version

* chore: Use local keys

* chore: Update tooltip label

* Hotfix: Bump sdk (#3238)

* chore: Bump SDK version

* chore: Bump version

* hotfix: update voting gauges (#3236)

* update voting gauges

* bump

* support l0 child chain gauges

* fix child chain pools with multiple recipients

* update voting gauges json

* chore: Bump version

---------

Co-authored-by: Fábio Mendes <[email protected]>
Co-authored-by: Gareth Fuller <[email protected]>

* Hotfix: update a few pools (#3242)

* chore: Bump version

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: dave <[email protected]>
Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: Fábio Mendes <[email protected]>

* hotfix: add polygon pool migration addresses (DM) (#3249)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Add new voting gauges (#3201)

* add new voting gauges

* bump

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Change of COIL/USDC in allowlist to lower case (#3204)

* fix: Pool ID casing

* chore: Bump version

* feat: add migration addresses

* chore: bump to 1.97.13

* feat: remove polygon migrations addresses

* fix: migrate text

* chore: Adds new AGVE GNO pool to AllowList  (#3207)

* Adds 50AGVE-50GNO pool to AllowList on Gnosis Chain

* Bump version

* chore: Update allowlists (#3215)

* chore: Add unieth to allowlist

* chore: Add Arbitrum CRV/wBTC/wstETH/gDAI/UNI/LINK pool

* chore: Add 20AGI/80WETH to allowlist

* chore: Bump version

* chore: update pool metadata (#3223)

* fix: Bump SDK version (#3227)

* chore: Bump SDK version

* fix: Typecheck

* Hotfix: Use tokenlists repo for voting gauge list assets (#3226)

* chore: Use tokenlists repo for voting gauge list assets

* chore: Bump version

* feat: Support network specific token addresses for assets
In the tokenlists repo we have one network specific address clash so we identify those by placing the network then an underscore in the file name.

* chore: update voting gauges

* chore: Bump version

* Hotfix: Bump sdk (#3238)

* chore: Bump SDK version

* chore: Bump version

* hotfix: update voting gauges (#3236)

* update voting gauges

* bump

* support l0 child chain gauges

* fix child chain pools with multiple recipients

* update voting gauges json

* chore: Bump version

---------

Co-authored-by: Fábio Mendes <[email protected]>
Co-authored-by: Gareth Fuller <[email protected]>

* Hotfix: update a few pools (#3242)

* feat: add polygon pool migrations addresses

* chore: bump to 1.97.22

* feat: Allow user to specify signature support  (#3232)

* feat: Add supportSignatures to user settings

* chore: Use supportSignatures in app and transaction setting popovers

* chore: Bump version

* chore: Use local keys

* chore: Update tooltip label

* chore: Bump version

* chore: Bump version

* merge dev

---------

Co-authored-by: Gareth Fuller <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: dave <[email protected]>
Co-authored-by: Fábio Mendes <[email protected]>

* update pool metadata (#3253) (#3254)

* update pool metadata

* add coil to voting list

* revert coil add

* Revert "revert coil add"

This reverts commit 8edca0af23519532888b6fe9025082a1801b26f1.

* Revert "add coil to voting list"

This reverts commit 10b56d478040770b24c272c55369b2c1ab14838d.

* add peg to whilelist

* Reset package files to master

* 1.97.25

---------

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

* Hotfix: add frxETH metadata (DM) (#3257)

* Hotfix - Fix Gnosis Chain Wallet Connect (#3166)

* Remove hardcoded networks list in walletconnect connector

- Remove hardcoded network RPC list
- Make it work with Gnosis Chain (previously missing from list)

* 1.97.1

* chore: update gauge voting list (#3169)

* Update gauges

* Update gauges

* Update the voting list

* update voting list

* adding jonesdao wrapped aura to whitelist

* chore: Revert changes to deprecated file

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Add weighted v4 factory key (#3175)

* chore: Add weighted v4 factory key

* chore: Bump version

* Hotfix/update voting gauges (#3177)

* Update voting gauges

* 1.97.4

* Add new polygon + mainnet gauges and regenerate

* Add new pools to allowlist

* update gauges and whitelists (#3179)

* update whitelist and gauges

* lock

* Revert voting-gauge-pools changes as this file is no longer used

---------

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

* chore: update pool whitelist (#3193)

* chore: update whitelist pool (#3195)

* chore: update pool whitelist  (#3197)

* add dvt/weth lbp

* Bump version

* chore: update aave boosted metadata (#3198)

* update aave boosted metadata

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* chore: Adds new BAL WETH GNO wxDAI pool to AllowList (#3200)

* adds 25WETH-25BAL-25GNO-25wxDAI pool to AllowList

* Bump version

* Bump version

* chore: Add new voting gauges (#3201)

* add new voting gauges

* bump

* chore: Bump version

---------

Co-authored-by: Gareth Fuller <[email protected]>

* fix: Change of COIL/USDC in allowlist to lower case (#3204)

* fix: Pool ID casing

* chore: Bump version

* feat: add migration addresses

* chore: bump to 1.97.13

* feat: remove polygon migrations addresses

* fix: migrate text

* chore: Adds new AGVE GNO pool to AllowList  (#3207)

* Adds 50AGVE-50GNO pool to AllowList on Gnosis Chain

* Bump version

* chore: Update allowlists (#3215)

* chore: Add unieth to allowlist

* chore: Add Arbitrum CRV/wBTC/wstETH/gDAI/UNI/LINK pool

* chore: Add 20AGI/80WETH to allowlist

* chore: Bump version

* chore: update pool metadata (#3223)

* fix: Bump SDK version (#3227)

* chore: Bump SDK version

* fix: Typecheck

* Hotfix: Use tokenlists repo for voting gauge list assets (#3226)

* chore: Use tokenlists repo for voting gauge list assets

* chore: Bump version

* feat: Support network specific token addresses for assets
In the tokenlists repo we have one network specific address clash so we identify those by placing the network then an underscore in the file name.

* chore: update voting gauges

* chore: Bump version

* Hotfix: Bump sdk (#3238)

* chore: Bump SDK version

* chore: Bump version

* hotfix: update voting gauges (#3236)

* update voting gauges

* bump

* support l0 child chain gauges

* fix child chain pools with multiple recipients

* update voting gauges json

* chore: Bump version

---------

Co-authored-by: Fábio Mendes <[email protected]>
Co-authored-by: Gareth Fuller <[email protected]>

* Hotfix: update a few pools (#3242)

* feat: add polygon pool migrations addresses

* chore: bump to 1.97.22

* feat: Allow user to specify signature support  (#3232)

* feat: Add supportSignatures to user settings

* chore: Use supportSignatures in app and transaction setting popovers

* chore: Bump version

* chore: Use local keys

* chore: Update tooltip label

* chore: Bump version

* chore: Bump version

* Fix case of pool ID (#3250)

* Changes pool id to lower case

* Bump version

* update pool metadata (#3253)

* update pool metadata

* add coil to voting list

* revert coil add

* Revert "revert coil add"

This reverts commit 8edca0af23519532888b6fe9025082a1801b26f1.

* Revert "add coil to voting list"

This reverts commit 10b56d478040770b24c272c55369b2c1ab14838d.

* add peg to whilelist

* Reset package files to master

* 1.97.25

---------

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

* update pool metadata

* add to isdeep

* add cbeth to isdeep

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: dave <[email protected]>
Co-authored-by: alter-eggo <[email protected]>
Co-authored-by: Fábio Mendes <[email protected]>
Co-authored-by: zekraken-bot <[email protected]>

* chore: Bump version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Anastasios <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: zekraken <[email protected]>
Co-authored-by: Daniel <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: jianlinjiang <[email protected]>
Co-authored-by: dave <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fábio Mendes <[email protected]>
  • Loading branch information
13 people authored May 2, 2023
1 parent 56f8193 commit 8e2134a
Show file tree
Hide file tree
Showing 233 changed files with 24,883 additions and 15,663 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ public/data/tokenlists/*.json
package-lock.json
components.d.ts
auto-imports.d.ts
**/*.graphql
12 changes: 12 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ module.exports = {
message:
'Please import from src/dependencies to make this dependency more testable',
},
{
group: ['@balancer-labs/sdk'],
importNames: ['PoolsFallbackRepository'],
message:
'Please import from src/dependencies to make this dependency more testable',
},
{
group: ['@/lib/utils/balancer/contract'],
importNames: ['Multicaller'],
Expand Down Expand Up @@ -103,5 +109,11 @@ module.exports = {
jest: true,
},
},
{
files: ['src/services/api/graphql/generated/**/*.ts'],
rules: {
'@typescript-eslint/no-unused-vars': 'off',
},
},
],
};
3 changes: 0 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: TODO to Issue
uses: alstr/todo-to-issue-action@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down
21 changes: 21 additions & 0 deletions codegen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
overwrite: true
generates:
src/services/api/graphql/generated/api-types.ts:
schema: ${BALANCER_API_URL:https://api-v3.balancer.fi/graphql}
documents: 'src/**/*.graphql'
plugins:
- typescript
- typescript-operations
- typescript-graphql-request
config:
scalars:
BigInt: string
Bytes: string
BigDecimal: string
src/services/api/graphql/generated/api-schema.graphql:
schema: ${BALANCER_API_URL:https://api-v3.balancer.fi/graphql}
plugins:
- schema-ast
hooks:
afterOneFileWrite:
- npm run lint:fix
Loading

0 comments on commit 8e2134a

Please sign in to comment.