Skip to content

Commit

Permalink
Update @oasisdex/dma-library to version 0.6.52 (#3793)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka authored Apr 16, 2024
1 parent 7bac5d3 commit 5fe18f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions features/omni-kit/helpers/getOmniValidations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ export const getOmniValidations =
...lendingValidations.localErrors,
...mapSimulationValidation({
collateralToken,
items: simulationErrors.filter(
({ name }) =>
!['deposit-amount-exceeds-supply-cap', 'debt-amount-exceeds-borrow-cap'].includes(name),
),
items: simulationErrors,
productType,
protocol,
quoteToken,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@metamask/eth-sig-util": "^5.0.2",
"@oasisdex/addresses": "0.1.60",
"@oasisdex/automation": "1.6.5",
"@oasisdex/dma-library": "0.6.51",
"@oasisdex/dma-library": "0.6.52",
"@oasisdex/multiply": "^0.2.11",
"@oasisdex/transactions": "0.1.4-alpha.0",
"@oasisdex/utils": "^0.0.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2425,10 +2425,10 @@
dependencies:
ethers "^5.6.2"

"@oasisdex/[email protected].51":
version "0.6.51"
resolved "https://registry.yarnpkg.com/@oasisdex/dma-library/-/dma-library-0.6.51.tgz#8bb3c5d9ab988f4d2bd90e398a4f83d9d6805fb7"
integrity sha512-CfQljGM4KfLS0fL/lWyj27yH38jEHKHUwqb9+rxNu/An+ATinqBasVJn2Gdxqwl/XTrHWBviItQevNbXLFkMsA==
"@oasisdex/[email protected].52":
version "0.6.52"
resolved "https://registry.yarnpkg.com/@oasisdex/dma-library/-/dma-library-0.6.52.tgz#e71460bc79af2b394749bab22f9ae581216a134f"
integrity sha512-mKd8zRzSquRjeBkNNqAD+q1UEZBAO2bCPBvJI9eshfgZgnM+Szir9UaI1Mqrihb7KGNOtnpzt15YcnydfZxcGw==
dependencies:
bignumber.js "9.0.1"
ethers "^5.7.2"
Expand Down

0 comments on commit 5fe18f3

Please sign in to comment.