Skip to content

Commit

Permalink
chore: move dependency submodules to third-party.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Nov 13, 2023
1 parent da18748 commit c4a0ec0
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 174 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "aptos-core"]
path = aptos-core
path = third-party/aptos-core
url = https://github.com/movemntdev/aptos-core
branch = m1
[submodule "x25519-dalek"]
path = x25519-dalek
path = third-party/x25519-dalek
url = https://github.com/movemntdev/x25519-dalek
[submodule "ed25519-dalek"]
path = ed25519-dalek
path = third-party/ed25519-dalek
url = https://github.com/movemntdev/ed25519-dalek
[submodule "ecosystem/evm-runtime"]
path = ecosystem/evm-runtime
Expand All @@ -15,6 +15,6 @@
path = ecosystem/subnet-request-proxy
url = https://github.com/movemntdev/subnet-request-proxy
[submodule "aptos-pre-core-v2"]
path = aptos-core-1.7
path = third-party/aptos-core-1.7
url = https://github.com/movemntdev/aptos-core
branch = m1-pre-core-v2
Loading

0 comments on commit c4a0ec0

Please sign in to comment.