Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Use modified paraswap package version #2493

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@
"use-count-up": "^2.2.5",
"wcag-contrast": "^3.0.0",
"web-vitals": "^2.1.0",
"web3": "^1.7.0",
"web3-providers-http": "^1.7.0",
"web3-providers-ws": "^1.7.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

why do we need to add web3?
I think the whole point is that we don't need it, because we use ethersjs

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because the dex-js needs it, otherwise the build doesn't work.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ahh, because is peer dependency... okok
maybe should be optional in dex-js (since we don't use it), but fine

"webpack-bundle-analyzer": "^4.5.0",
"workbox-core": "^6.1.0",
"workbox-precaching": "^6.1.0",
Expand Down Expand Up @@ -225,7 +228,7 @@
"fast-safe-stringify": "^2.0.8",
"firebase": "^9.1.3",
"ipfs-http-client": "^52.0.3",
"paraswap": "^5.0.1",
"paraswap": "npm:@nenad91/paraswap#5.1.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

cool!

"react-appzi": "^1.0.4",
"react-inlinesvg": "^2.3.0",
"react-router-hash-link": "^2.4.0",
Expand Down
Loading