We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1c190 commit 1a49d60Copy full SHA for 1a49d60
.gitignore
@@ -13,9 +13,6 @@ node_modules
13
/coverage
14
/coverage.json
15
16
-# Hardhat Ignition default folder for deployments against a local node
17
-ignition/deployments/chain-31337
18
-
19
# Compiler files
20
cache_forge/
21
out/
@@ -38,5 +35,10 @@ build
38
35
.pnpm
39
36
lcov.info
40
37
+# Hardhat Ignition
+ignition/deployments/chain-*
+
41
+genesis-output.json
42
43
# Soldeer
44
/dependencies
foundry.toml
@@ -19,7 +19,7 @@
[profile.default]
src = 'contracts'
out = 'out'
22
- libs = ['node_modules', 'lib', 'dependencies']
+ libs = ['node_modules', 'lib']
23
test = 'test'
24
cache_path = 'cache_forge'
25
solc = "0.8.27"
0 commit comments