forked from ARPA-Network/BLS-TSS-Network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
19 lines (18 loc) · 819 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1.4.0
[submodule "contracts/lib/Staking-v0.1"]
path = contracts/lib/Staking-v0.1
url = https://github.com/ARPA-Network/Staking-v0.1
[submodule "contracts/lib/openzeppelin-contracts"]
path = contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
branch = release-v4.9
[submodule "contracts/lib/openzeppelin-contracts-upgradeable"]
path = contracts/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
branch = release-v4.9
[submodule "contracts/lib/Randcast-User-Contract"]
path = contracts/lib/Randcast-User-Contract
url = https://github.com/ARPA-Network/Randcast-User-Contract