Skip to content

Commit

Permalink
init foundry next to hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
tmsdkeys committed Feb 15, 2024
1 parent f3ecd66 commit 367ee7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "lib/vibc-core-smart-contracts"]
path = lib/vibc-core-smart-contracts
url = https://github.com/open-ibc/vibc-core-smart-contracts
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
6 changes: 6 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test'
cache_path = 'cache_forge'
1 change: 1 addition & 0 deletions lib/forge-std
Submodule forge-std added at ae570f
2 changes: 1 addition & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
@lazyledger/protobuf3-solidity-lib/=lib/protobuf3-solidity-lib/
ds-test/=lib/forge-std/lib/ds-test/src/
forge-std/=lib/forge-std/src/
lib/forge-std:ds-test/=lib/forge-std/lib/ds-test/src/

0 comments on commit 367ee7a

Please sign in to comment.