-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
18 lines (18 loc) · 1.02 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "backend/lib/forge-std"]
path = backend/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "backend/lib/openzeppelin-foundry-upgrades"]
path = backend/lib/openzeppelin-foundry-upgrades
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
[submodule "backend/foundry_ethkipu/lib/forge-std"]
path = backend/foundry_ethkipu/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "backend/foundry_ethkipu/lib/openzeppelin-foundry-upgrades"]
path = backend/foundry_ethkipu/lib/openzeppelin-foundry-upgrades
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
[submodule "backend/foundry_ethkipu/lib/openzeppelin-contracts-upgradeable"]
path = backend/foundry_ethkipu/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "backend/foundry_ethkipu/lib/openzeppelin-contracts"]
path = backend/foundry_ethkipu/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts