-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
15 lines (15 loc) · 1.05 KB
/
.gitmodules
File metadata and controls
15 lines (15 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[submodule "src/tests/integration/data/contracts/stylus-hello-world"]
path = src/tests/integration/data/contracts/stylus-hello-world
url = https://github.com/OffchainLabs/stylus-hello-world
[submodule "src/tests/integration/data/contracts/test-foundry-hello/lib/forge-std"]
path = src/tests/integration/data/contracts/test-foundry-hello/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "src/tests/integration/data/contracts/test-foundry-simple/lib/forge-std"]
path = src/tests/integration/data/contracts/test-foundry-simple/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "src/tests/integration/data/contracts/test-foundry-simple/lib/kontrol-cheatcodes"]
path = src/tests/integration/data/contracts/test-foundry-simple/lib/kontrol-cheatcodes
url = https://github.com/runtimeverification/kontrol-cheatcodes
[submodule "src/tests/integration/data/contracts/test-stylus-from-foundry/lib/forge-std"]
path = src/tests/integration/data/contracts/test-stylus-from-foundry/lib/forge-std
url = https://github.com/foundry-rs/forge-std