-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
39 lines (39 loc) · 1.91 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
[submodule "foundry-fund-me/lib/forge-std"]
path = foundry-fund-me/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "foundry-fund-me/lib/chainlink-brownie-contracts"]
path = foundry-fund-me/lib/chainlink-brownie-contracts
url = https://github.com/smartcontractkit/chainlink-brownie-contracts
[submodule "foundry-lottery-game/lib/forge-std"]
path = foundry-lottery-game/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "foundry-lottery-game/lib/chainlink-brownie-contracts"]
path = foundry-lottery-game/lib/chainlink-brownie-contracts
url = https://github.com/smartcontractkit/chainlink-brownie-contracts
[submodule "foundry-lottery-game/lib/solmate"]
path = foundry-lottery-game/lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "foundry-lottery-game/lib/foundry-devops"]
path = foundry-lottery-game/lib/foundry-devops
url = https://github.com/Cyfrin/foundry-devops
[submodule "ERC-20-Token/lib/forge-std"]
path = ERC-20-Token/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "ERC-20-Token/lib/openzeppelin-contracts"]
path = ERC-20-Token/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "ERC-721-Token/lib/openzeppelin-contracts"]
path = ERC-721-Token/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "ERC-721-Token/lib/foundry-devops"]
path = ERC-721-Token/lib/foundry-devops
url = https://github.com/Cyfrin/foundry-devops
[submodule "ERC-721-Token/lib/forge-std"]
path = ERC-721-Token/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "StableCoin-DeFi/lib/forge-std"]
path = StableCoin-DeFi/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "StableCoin-DeFi/lib/openzeppelin-contracts"]
path = StableCoin-DeFi/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts