Skip to content

Commit

Permalink
chore: 🧪 Final modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
RomThpt committed Nov 4, 2024
1 parent 2c14b9e commit 23d3a3a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "lib/foundry-devops"]
path = lib/foundry-devops
url = https://github.com/cyfrin/foundry-devops
[submodule "lib/chainlink-brownie-contracts"]
path = lib/chainlink-brownie-contracts
url = https://github.com/smartcontractkit/chainlink-brownie-contracts
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ src = "src"
out = "out"
libs = ["lib"]
remappings=["@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/"]
ffi = true
# ffi = true
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
1 change: 1 addition & 0 deletions lib/chainlink-brownie-contracts
1 change: 1 addition & 0 deletions lib/forge-std
Submodule forge-std added at 978ac6
1 change: 1 addition & 0 deletions lib/foundry-devops
Submodule foundry-devops added at df9f90

0 comments on commit 23d3a3a

Please sign in to comment.