Skip to content

Commit

Permalink
Added ethers to dependencies (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR authored Nov 13, 2023
1 parent baaa997 commit 0c420c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarity/hardhat-migrate",
"version": "2.0.0-alpha.14",
"version": "2.0.0-alpha.15",
"description": "Automatic deployment and verification of smart contracts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -44,6 +44,7 @@
"@nomicfoundation/hardhat-verify": "1.1.1",
"@nomiclabs/hardhat-truffle5": "2.0.7",
"axios": "1.5.0",
"ethers": "6.8.0",
"ora": "5.4.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 0c420c2

Please sign in to comment.