forked from LayerZero-Labs/devtools
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
39 lines (39 loc) · 1.99 KB
/
Copy path.gitmodules
File metadata and controls
39 lines (39 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[submodule "toolbox-foundry/forge-std"]
path = packages/toolbox-foundry/src/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "toolbox-foundry/ds-test"]
path = packages/toolbox-foundry/src/ds-test
url = https://github.com/dapphub/ds-test
[submodule "tests-user/bats-core"]
path = tests-user/lib/bats-core
url = https://github.com/bats-core/bats-core.git
[submodule "tests-user/bats-support"]
path = tests-user/lib/bats-support
url = https://github.com/bats-core/bats-support.git
[submodule "tests-user/bats-assert"]
path = tests-user/lib/bats-assert
url = https://github.com/bats-core/bats-assert.git
[submodule "deploy-move-oft-adapter/lib/forge-std"]
path = deploy-move-oft-adapter/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "deploy-move-oft-adapter/lib/openzeppelin-contracts"]
path = deploy-move-oft-adapter/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "deploy-move-oft-adapter/lib/devtools"]
path = deploy-move-oft-adapter/lib/devtools
url = https://github.com/LayerZero-Labs/devtools
[submodule "deploy-move-oft-adapter/lib/layerzero-v2"]
path = deploy-move-oft-adapter/lib/layerzero-v2
url = https://github.com/LayerZero-Labs/layerzero-v2
[submodule "examples/oft-evm-move-adapters/deploy-eth/lib/forge-std"]
path = examples/oft-evm-move-adapters/deploy-eth/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "examples/oft-evm-move-adapters/deploy-eth/lib/openzeppelin-contracts"]
path = examples/oft-evm-move-adapters/deploy-eth/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "examples/oft-evm-move-adapters/deploy-eth/lib/devtools"]
path = examples/oft-evm-move-adapters/deploy-eth/lib/devtools
url = https://github.com/LayerZero-Labs/devtools
[submodule "examples/oft-evm-move-adapters/deploy-eth/lib/layerzero-v2"]
path = examples/oft-evm-move-adapters/deploy-eth/lib/layerzero-v2
url = https://github.com/LayerZero-Labs/layerzero-v2