Skip to content

Commit

Permalink
chore(deps): update @openzeppelin remappings
Browse files Browse the repository at this point in the history
ensure consistent imports by adding `@openzeppelin` remapping.
  • Loading branch information
nekofar committed Aug 12, 2024
1 parent 719d546 commit 820b2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ libs = ["lib", "node_modules"]
gas_reports = ["*"]
solc_version = "0.8.26"
remappings = [
"@openzeppelin/=node_modules/@openzeppelin/",
"@openzeppelin/foundry-upgrades=lib/openzeppelin-foundry-upgrades/src/",
]

Expand Down
1 change: 1 addition & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@openzeppelin/=node_modules/@openzeppelin/
@openzeppelin/foundry-upgrades/=lib/openzeppelin-foundry-upgrades/src/
ds-test/=lib/openzeppelin-foundry-upgrades/lib/solidity-stringutils/lib/ds-test/src/
eth-gas-reporter/=node_modules/eth-gas-reporter/
Expand Down

0 comments on commit 820b2a5

Please sign in to comment.