Skip to content

Commit

Permalink
chore: refactor provider utils to sdk (#1737)
Browse files Browse the repository at this point in the history
* chore: refactor provider utils to sdk

Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>

* chore: fix bug

Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>

* improve: remove unneeded packages

Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>

* chore: bump sdk

Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>

* chore: bump SDK to reflect changes

Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>

* chore: use local instance

Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>

* chore: re-migrate the timeout

Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>

---------

Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
Co-authored-by: Paul <108695806+pxrl@users.noreply.github.com>
  • Loading branch information
james-a-morris and pxrl committed Sep 5, 2024
1 parent 955d2da commit 1596ada
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 596 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@across-protocol/constants": "^3.1.14",
"@across-protocol/contracts": "^3.0.10",
"@across-protocol/sdk": "^3.1.27",
"@across-protocol/sdk": "^3.1.31",
"@arbitrum/sdk": "^3.1.3",
"@consensys/linea-sdk": "^0.2.1",
"@defi-wonderland/smock": "^2.3.5",
Expand All @@ -27,7 +27,6 @@
"@openzeppelin/hardhat-upgrades": "^1.28.0",
"@uma/common": "2.33.0",
"@uma/logger": "^1.3.0",
"async": "^3.2.4",
"axios": "^1.6.1",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
Expand Down Expand Up @@ -73,7 +72,6 @@
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^6.1.6",
"@types/async-retry": "^1.4.5",
"@types/bluebird": "^3.5.38",
"@types/chai": "^4.3.5",
"@types/minimist": "^1.2.2",
Expand Down
Loading

0 comments on commit 1596ada

Please sign in to comment.