Skip to content

Commit

Permalink
hotfix: Bump SDK (dm) (#3740)
Browse files Browse the repository at this point in the history
* fix: Original error recording (#3713)

* chore: Ensure all BalActionStep errors are marked as fatal

* chore: Improve original error parsing

* 1.114.1

* Hotfix: idle/usdc whitelist (#3717)

* 1.114.2

* weekly gauges add (#3722)

* 1.114.3

* chore: Bump SDK version (#3724)

* 1.114.4

* Hotfix: Add approval check to swap (#3712)

* Use tokenApprovalActions for Swaps

Refactor swapping to use TokenApprovalActions so that it checks the user
has made their allowance high enough to swap their token.

* Rename isEthSwap to isNativeAssetSwap to be clearer for Polygon

* Make Lido rate provider work on Goerli

* Disable swap button into approvals have loaded

* 1.114.5

* hotfix: Extending Error for sentry (#3720)

* 1.114.6

* hotfix: Bump WC modal package (#3698)

* 1.114.7

* Hotfix: Re-trigger exit queries on wallet change (#3718)

* fix: Exit queries need to be retrigged if the wallet changes

* fix: Only trigger single asset max refetch on bpt balance change

* 1.114.8

* hotfix: Add metadata to cowswap errors (#3727)

* 1.114.9

* hotfix: Add metadata action as tag (#3728)

* 1.114.10

* Adding 80RATE/20WETH pool to weighted allowlist (#3729)

* 1.114.11

* hotfix: Send original error to capture (#3736)

* fix: Try to capture original error

* chore: fix lint

* 1.114.12

* chore: Bump SDK

---------

Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: daniel <[email protected]>
Co-authored-by: oddaf <[email protected]>
  • Loading branch information
6 people authored Jul 18, 2023
1 parent 307b209 commit 3b89526
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balancer/frontend-v2",
"version": "1.114.11",
"version": "1.114.12",
"engines": {
"node": "=16",
"npm": ">=8"
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@aave/protocol-js": "^4.3.0",
"@balancer-labs/assets": "github:balancer-labs/assets#master",
"@balancer-labs/sdk": "^1.1.3-beta.10",
"@balancer-labs/sdk": "^1.1.3-beta.13",
"@balancer-labs/typechain": "^1.0.0",
"@balancer-labs/v2-deployments": "^3.2.0",
"@cowprotocol/contracts": "^1.3.1",
Expand Down

1 comment on commit 3b89526

@vercel
Copy link

@vercel vercel bot commented on 3b89526 Jul 18, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.