Skip to content

Commit c3961a4

Browse files
authored
Use hardhat-predeploy (#5804)
1 parent da1dfe6 commit c3961a4

33 files changed

+190
-185
lines changed

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ out = 'out'
88
libs = ['node_modules', 'lib']
99
test = 'test'
1010
cache_path = 'cache_forge'
11-
fs_permissions = [{ access = "read", path = "./test/bin" }]
11+
fs_permissions = [{ access = "read", path = "./node_modules/hardhat-predeploy/bin" }]
1212

1313
[fuzz]
1414
runs = 5000

hardhat.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ require('@nomicfoundation/hardhat-ethers');
6161
require('hardhat-exposed');
6262
require('hardhat-gas-reporter');
6363
require('hardhat-ignore-warnings');
64+
require('hardhat-predeploy');
6465
require('solidity-coverage');
6566
require('solidity-docgen');
6667

hardhat/common-contracts.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

package-lock.json

Lines changed: 114 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"hardhat-exposed": "^0.3.15",
7676
"hardhat-gas-reporter": "^2.1.0",
7777
"hardhat-ignore-warnings": "^0.2.11",
78+
"hardhat-predeploy": "^0.2.0",
7879
"husky": "^9.1.7",
7980
"interoperable-addresses": "^0.1.3",
8081
"lint-staged": "^16.0.0",

0 commit comments

Comments
 (0)