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

Commit f542d9d

Browse files
add ds-test and remappings
1 parent 4aca3de commit f542d9d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "lib/openzeppelin-contracts-upgradeable"]
88
path = lib/openzeppelin-contracts-upgradeable
99
url = https://github.com/openzeppelin/openzeppelin-contracts-upgradeable
10+
[submodule "lib/ds-test"]
11+
path = lib/ds-test
12+
url = https://github.com/dapphub/ds-test

foundry.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ solc = '0.8.17'
77
remappings = [
88
'openzeppelin-contracts/=lib/openzeppelin-contracts/contracts',
99
'openzeppelin-contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts',
10+
'forge-std/=lib/forge-std/src/',
11+
'ds-test/=lib/ds-test/src/',
1012
]
1113
# for compatibility with token contracts deployed with 0.8.20 on Ethereum mainnet
1214
# should not affect local compilation and simulation of non-Shanghai chains

lib/ds-test

Submodule ds-test added at e282159

0 commit comments

Comments
 (0)