Skip to content

Commit

Permalink
fix: bo
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 24, 2024
1 parent 09ed597 commit 86f08ab
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 6 deletions.
130 changes: 128 additions & 2 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "contracts",
"version": "0.1.0",
"dependencies": {
"hardhat": "^2.13.1",
"hardhat-ethers": "^2.0.2"
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"ethers": "^6.13.4",
"hardhat": "^2.13.1"
}
}
}
2 changes: 1 addition & 1 deletion tests/test_fork_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def test_hardhat_command(
"version": "0.1.0",
"dependencies": {
"hardhat": "^2.13.1",
"hardhat-ethers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.8"
},
}

Expand Down

0 comments on commit 86f08ab

Please sign in to comment.