Skip to content

Commit

Permalink
feat: use forge install to manage the dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlasoin committed Nov 15, 2024
1 parent 8dbf47a commit 939287d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 43 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/ovm-contracts"]
path = lib/ovm-contracts
url = https://github.com/webisopen/ovm-contracts
2 changes: 0 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[profile.default]
libs = ["node_modules","lib"]

auto_detect_solc = false
bytecode_hash = "none"
evm_version = "paris"
Expand Down
1 change: 1 addition & 0 deletions lib/ovm-contracts
Submodule ovm-contracts added at 2ceaea
35 changes: 0 additions & 35 deletions package-lock.json

This file was deleted.

6 changes: 0 additions & 6 deletions package.json

This file was deleted.

0 comments on commit 939287d

Please sign in to comment.