-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy path.gitmodules
99 lines (99 loc) · 5.04 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[submodule "section3/SimpleSwap/lib/forge-std"]
path = section3/SimpleSwap/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section3/UniswapV2Practice/lib/forge-std"]
path = section3/UniswapV2Practice/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section3/UniswapV2Practice/lib/v2-core"]
path = section3/UniswapV2Practice/lib/v2-core
url = https://github.com/Uniswap/v2-core
[submodule "section3/UniswapV2Practice/lib/v2-periphery"]
path = section3/UniswapV2Practice/lib/v2-periphery
url = https://github.com/Uniswap/v2-periphery
[submodule "section3/UniswapV2Practice/lib/openzeppelin-contracts"]
path = section3/UniswapV2Practice/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "section3/SandwichPractice/lib/forge-std"]
path = section3/SandwichPractice/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section3/SandwichPractice/lib/v2-periphery"]
path = section3/SandwichPractice/lib/v2-periphery
url = https://github.com/Uniswap/v2-periphery
[submodule "section3/SandwichPractice/lib/v2-core"]
path = section3/SandwichPractice/lib/v2-core
url = https://github.com/Uniswap/v2-core
[submodule "section3/FlashSwapPractice/lib/forge-std"]
path = section3/FlashSwapPractice/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section3/FlashSwapPractice/lib/v2-core"]
path = section3/FlashSwapPractice/lib/v2-core
url = https://github.com/Uniswap/v2-core
[submodule "section3/FlashSwapPractice/lib/v2-periphery"]
path = section3/FlashSwapPractice/lib/v2-periphery
url = https://github.com/Uniswap/v2-periphery
[submodule "section3/CompoundPractice/lib/forge-std"]
path = section3/CompoundPractice/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section3/CompoundPractice/lib/compound-protocol"]
path = section3/CompoundPractice/lib/compound-protocol
url = https://github.com/compound-finance/compound-protocol
[submodule "section3/FlashLoanPractice/lib/forge-std"]
path = section3/FlashLoanPractice/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section3/FlashLoanPractice/lib/openzeppelin-contracts"]
path = section3/FlashLoanPractice/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "section3/FlashLoanPractice/lib/aave-v3-core"]
path = section3/FlashLoanPractice/lib/aave-v3-core
url = https://github.com/aave/aave-v3-core
[submodule "section3/FlashLoanPractice/lib/v2-core"]
path = section3/FlashLoanPractice/lib/v2-core
url = https://github.com/uniswap/v2-core
[submodule "section3/FlashLoanPractice/lib/compound-protocol"]
path = section3/FlashLoanPractice/lib/compound-protocol
url = https://github.com/compound-finance/compound-protocol
[submodule "section3/FlashLoanPractice/lib/v2-periphery"]
path = section3/FlashLoanPractice/lib/v2-periphery
url = https://github.com/uniswap/v2-periphery
[submodule "section2/whitelist/lib/forge-std"]
path = section2/whitelist/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section2/whitelist/lib/murky"]
path = section2/whitelist/lib/murky
url = https://github.com/dmfxyz/murky
[submodule "section2/whitelist/lib/openzeppelin-contracts"]
path = section2/whitelist/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "section2/ProxyPattern/lib/forge-std"]
path = section2/ProxyPattern/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section2/ProxyPattern/lib/openzeppelin-contracts"]
path = section2/ProxyPattern/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "section2/RugPullHw/lib/forge-std"]
path = section2/RugPullHw/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section2/RugPullHw/lib/solmate"]
path = section2/RugPullHw/lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "section2/StandardProxy/lib/forge-std"]
path = section2/StandardProxy/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section3/CompoundGovernancePractice/lib/forge-std"]
path = section3/CompoundGovernancePractice/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section3/CompoundGovernancePractice/lib/compound-protocol"]
path = section3/CompoundGovernancePractice/lib/compound-protocol
url = https://github.com/compound-finance/compound-protocol
[submodule "section3/CompoundGovernancePractice/lib/openzeppelin-contracts"]
path = section3/CompoundGovernancePractice/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "section3/LatenRisk/lib/forge-std"]
path = section3/LatenRisk/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "section3/LatenRisk/lib/openzeppelin-contracts"]
path = section3/LatenRisk/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "section3/LatenRisk/lib/curta"]
path = section3/LatenRisk/lib/curta
url = https://github.com/waterfall-mkt/curta