mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-12 16:44:23 +00:00
4ad5b6065e
Updates hardhat and solidity Uses personal_sign instead of eth_sign, because ethers.js also uses personal_sign, and eth_sign is now broken in hardhat (arguments are reversed). Co-authored-by: Adam Uhlíř <adam@uhlir.dev>
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@openzeppelin/contracts": "^4.4.2",
|
|
"ethers": "^6.11.1",
|
|
"hardhat": "^2.22.1",
|
|
"hardhat-deploy": "^0.11.34",
|
|
"hardhat-deploy-ethers": "^0.4.1"
|
|
},
|
|
"scripts": {
|
|
"start": "hardhat node --export 'deployment.json'"
|
|
}
|
|
}
|