Add hardhat-web3 for example task

This commit is contained in:
Oskar Thoren 2021-02-05 19:57:12 +08:00
parent 77e6c79ba3
commit bbd31b7b10
No known key found for this signature in database
GPG Key ID: BDB55C8C0EF29911
2 changed files with 1793 additions and 275 deletions

2064
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,9 @@
"hardhat": "^2.0.8"
},
"dependencies": {
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^3.3.0",
"ethers-eip712": "^0.2.0"
"ethers-eip712": "^0.2.0",
"web3": "^1.3.4"
}
}