Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
deps(contracts): reinstalled libs with forge (#24)
Browse files Browse the repository at this point in the history
* imp: stop using gitmodules

* imp: removed incorrect libs dir

* imp: removed libs

* forge install: sp1-contracts

v1.0.5-testnet

* forge install: forge-std

v1.8.2
  • Loading branch information
srdtrk authored Jun 24, 2024
1 parent 14e395a commit d70bb83
Show file tree
Hide file tree
Showing 134 changed files with 6 additions and 62,469 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts/lib/sp1-contracts"]
path = contracts/lib/sp1-contracts
url = https://github.com/succinctlabs/sp1-contracts
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
2 changes: 1 addition & 1 deletion contracts/foundry.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[profile.default]
src = "src"
out = "out"
libs = ["lib", "ibc-lite-shared"]
libs = ["lib"]
fs_permissions = [{ access = "read-write", path = "./" }]

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
1 change: 1 addition & 0 deletions contracts/lib/forge-std
Submodule forge-std added at 978ac6
1 change: 0 additions & 1 deletion contracts/lib/forge-std/.gitattributes

This file was deleted.

134 changes: 0 additions & 134 deletions contracts/lib/forge-std/.github/workflows/ci.yml

This file was deleted.

29 changes: 0 additions & 29 deletions contracts/lib/forge-std/.github/workflows/sync.yml

This file was deleted.

4 changes: 0 additions & 4 deletions contracts/lib/forge-std/.gitignore

This file was deleted.

203 changes: 0 additions & 203 deletions contracts/lib/forge-std/LICENSE-APACHE

This file was deleted.

Loading

0 comments on commit d70bb83

Please sign in to comment.