-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
57 lines (57 loc) · 2.58 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[submodule "lottery/lib/forge-std"]
path = lottery/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lottery/lib/chainlink-brownie-contracts"]
path = lottery/lib/chainlink-brownie-contracts
url = https://github.com/smartcontractkit/chainlink-brownie-contracts
[submodule "lottery/lib/solmate"]
path = lottery/lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "lottery/lib/foundry-devops"]
path = lottery/lib/foundry-devops
url = https://github.com/ChainAccelOrg/foundry-devops
[submodule "erc20/lib/forge-std"]
path = erc20/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "erc20/lib/openzeppelin-contracts"]
path = erc20/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "nft/lib/forge-std"]
path = nft/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "nft/lib/openzeppelin-contracts"]
path = nft/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "nft/lib/foundry-devops"]
path = nft/lib/foundry-devops
url = https://github.com/ChainAccelOrg/foundry-devops
[submodule "DeFi/lib/forge-std"]
path = DeFi/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "DeFi/lib/openzeppelin-contracts"]
path = DeFi/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "DeFi/lib/chainlink-brownie-contracts"]
path = DeFi/lib/chainlink-brownie-contracts
url = https://github.com/smartcontractkit/chainlink-brownie-contracts
[submodule "UpgradableContract/lib/forge-std"]
path = UpgradableContract/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "UpgradableContract/lib/openzeppelin-contracts-upgradeable"]
path = UpgradableContract/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "UpgradableContract/lib/openzeppelin-contracts"]
path = UpgradableContract/lib/openzeppelin-contracts
url = https://github.com/Openzeppelin/openzeppelin-contracts
[submodule "UpgradableContract/lib/foundry-devops"]
path = UpgradableContract/lib/foundry-devops
url = https://github.com/chainaccelorg/foundry-devops
[submodule "DAO/lib/forge-std"]
path = DAO/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "DAO/lib/openzeppelin-contracts"]
path = DAO/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "EthernautChalanges/lib/forge-std"]
path = EthernautChalanges/lib/forge-std
url = https://github.com/foundry-rs/forge-std