Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
add ds-test and remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
operatorfilterer committed Jun 6, 2023
1 parent 4aca3de commit f542d9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -7,3 +7,6 @@
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/openzeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/ds-test"]
path = lib/ds-test
url = https://github.com/dapphub/ds-test
2 changes: 2 additions & 0 deletions foundry.toml
Expand Up @@ -7,6 +7,8 @@ solc = '0.8.17'
remappings = [
'openzeppelin-contracts/=lib/openzeppelin-contracts/contracts',
'openzeppelin-contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts',
'forge-std/=lib/forge-std/src/',
'ds-test/=lib/ds-test/src/',
]
# for compatibility with token contracts deployed with 0.8.20 on Ethereum mainnet
# should not affect local compilation and simulation of non-Shanghai chains
Expand Down
1 change: 1 addition & 0 deletions lib/ds-test
Submodule ds-test added at e28215

0 comments on commit f542d9d

Please sign in to comment.