forked from AppWorks-School/Blockchain-Resource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
81 lines (81 loc) · 4.05 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
[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