-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitmodules
27 lines (21 loc) · 1.09 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
25
26
27
[submodule "examples/sample-foundry-project/lib/forge-std"]
path = examples/sample-foundry-project/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "examples/sample-foundry-project/lib/cannon-std"]
path = examples/sample-foundry-project/lib/cannon-std
url = https://github.com/usecannon/cannon-std
[submodule "packages/contracts/lib/openzeppelin-contracts"]
path = packages/contracts/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "packages/cli/test/e2e/helpers/bats"]
path = packages/cli/test/e2e/helpers/bats
url = https://github.com/bats-core/bats.git
[submodule "packages/cli/test/e2e/helpers/bats-support"]
path = packages/cli/test/e2e/helpers/bats-support
url = https://github.com/bats-core/bats-support.git
[submodule "packages/cli/test/e2e/helpers/bats-assert"]
path = packages/cli/test/e2e/helpers/bats-assert
url = https://github.com/bats-core/bats-assert.git
[submodule "packages/cli/test/e2e/helpers/bats-file"]
path = packages/cli/test/e2e/helpers/bats-file
url = https://github.com/bats-core/bats-file.git