Add hardhat dependencies & update fork-blocks
This commit is contained in:
parent
4a876ee7d0
commit
ed130ad30f
10
package.json
10
package.json
@ -4,8 +4,8 @@
|
||||
"description": "Proposal to restore old rewards value (as before hack) after redeploying Staking contract",
|
||||
"scripts": {
|
||||
"computeRewards": "npx ts-node scripts/writeStakersData.ts",
|
||||
"test": "forge test -vvv --fork-url https://rpc.mevblocker.io --fork-block-number 17414821",
|
||||
"testGas": "forge test -vvv --fork-url https://rpc.mevblocker.io --fork-block-number 17414821 --gas-report"
|
||||
"test": "forge test -vvv --fork-url https://rpc.mevblocker.io --fork-block-number 17466009",
|
||||
"testGas": "forge test -vvv --fork-url https://rpc.mevblocker.io --fork-block-number 17466009 --gas-report"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,6 +23,12 @@
|
||||
"torn-token": "^1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nomiclabs/hardhat-ethers": "^2.2.3",
|
||||
"@nomiclabs/hardhat-waffle": "^2.0.6",
|
||||
"chai": "^4.3.7",
|
||||
"ethereum-waffle": "^4.0.10",
|
||||
"ethers": "^6.5.1",
|
||||
"hardhat": "^2.15.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.1.3"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user