-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
24 lines (24 loc) · 1.12 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
[submodule "stablecoin/lib/forge-std"]
path = stablecoin/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "stablecoin/lib/openzeppelin-contracts"]
path = stablecoin/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "stablecoin/lib/chainlink-brownie-contracts"]
path = stablecoin/lib/chainlink-brownie-contracts
url = https://github.com/smartcontractkit/chainlink-brownie-contracts
[submodule "nft-marketplace/lib/forge-std"]
path = nft-marketplace/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "nft-marketplace/lib/openzeppelin-contracts"]
path = nft-marketplace/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "nft-marketplace/lib/foundry-devops"]
path = nft-marketplace/lib/foundry-devops
url = https://github.com/Cyfrin/foundry-devops
[submodule "erc20/lib/forge-std"]
path = erc20/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "smart-contract-lottery/lib/forge-std"]
path = smart-contract-lottery/lib/forge-std
url = https://github.com/foundry-rs/forge-std