-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy path.gitmodules
24 lines (24 loc) · 1.06 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "protocol-units/zkfp/vendors/move"]
path = protocol-units/zkfp/vendors/move
url = https://github.com/movemntdev/move
branch = zkp
[submodule "movement-sdk/vendors/aptos-core"]
path = movement-sdk/vendors/aptos-core
url = https://github.com/movemntdev/aptos-core
branch = canonical
[submodule "movement-sdk/vendors/asui"]
path = movement-sdk/vendors/asui
url = https://github.com/movemntdev/sui
branch = canonical
[submodule "vendors/x25519-dalek"]
path = movement-sdk/vendors/x25519-dalek
url = https://github.com/movemntdev/x25519-dalek
[submodule "vendors/ed25519-dalek"]
path = movement-sdk/vendors/ed25519-dalek
url = https://github.com/movemntdev/ed25519-dalek
[submodule "protocol-units/eth-settlement/contracts/lib/forge-std"]
path = protocol-units/eth-settlement/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "protocol-units/eth-settlement/contracts/lib/openzeppelin-contracts"]
path = protocol-units/eth-settlement/contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts