Skip to content

Commit

Permalink
patch submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll committed Feb 12, 2024
1 parent 4b3015f commit 434e023
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**/target
/vendor
/build/*
circuits/plonky2x/build
**input.bin
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[submodule "circuits/plonky2x/contracts/forge/lib/forge-std"]
path = circuits/plonky2x/contracts/forge/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "vendor/starkyx"]
path = vendor/starkyx
url = [email protected]:succinctlabs/starkyx.git
[submodule "vendor/succinctx"]
path = vendor/succinctx
url = [email protected]:succinctlabs/succinctx.git
2 changes: 1 addition & 1 deletion .taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ compact_arrays = false
# Alphabetically reorder keys that are not separated by empty lines.
reorder_keys = true

exclude = [ "vendor/*", "build/*", ".direnv/*" ]
exclude = [ "vendor/**", "build/**", ".direnv/**" ]
1 change: 1 addition & 0 deletions vendor/starkyx
Submodule starkyx added at 7f676e
1 change: 1 addition & 0 deletions vendor/succinctx
Submodule succinctx added at 9698a5

0 comments on commit 434e023

Please sign in to comment.