Skip to content

Commit

Permalink
fix: remappings for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
simonDos committed Oct 30, 2024
1 parent 4e135a3 commit 701fce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[profile.default]
src = 'contracts'
out = 'out'
script = 'scripts'
libs = ['node_modules', 'lib']
no-match-contract = 'StakeManagerTestable'
optimizer = true
Expand All @@ -11,7 +12,7 @@ verbosity = 2

ffi = true
remappings = [
"openzeppelin-solidity/=node_modules/openzeppelin-solidity/",
"openzeppelin-solidty/=node_modules/openzeppelin-solidity/",
"solidity-rlp/=node_modules/solidity-rlp/",
"@ensdomains/=node_modules/@ensdomains/",
"eth-gas-reporter/=node_modules/eth-gas-reporter/",
Expand Down

0 comments on commit 701fce5

Please sign in to comment.