-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitmodules
78 lines (78 loc) · 3.65 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
[submodule "Week1/lib/forge-std"]
path = Week1/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "Week1/erc1363-exercises/lib/openzeppelin-contracts"]
path = Week1/erc1363-exercises/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "Week1/erc1363-exercises/lib/erc1363-payable-token"]
path = Week1/erc1363-exercises/lib/erc1363-payable-token
url = https://github.com/vittominacori/erc1363-payable-token
[submodule "Week2/lib/forge-std"]
path = Week2/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "Week2/lib/openzeppelin-contracts"]
path = Week2/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "Week2/exercise1/lib/forge-std"]
path = Week2/exercise1/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "Week2/exercise1/lib/openzeppelin-contracts"]
path = Week2/exercise1/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "Week2/exercise1/lib/murky"]
path = Week2/exercise1/lib/murky
url = https://github.com/dmfxyz/murky
[submodule "Week2/exercise1/lib/RSA-presale-allowlist"]
path = Week2/exercise1/lib/RSA-presale-allowlist
url = https://github.com/RareSkills/RSA-presale-allowlist
[submodule "Week2/exercise2/lib/forge-std"]
path = Week2/exercise2/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "Week2/exercise2/lib/openzeppelin-contracts"]
path = Week2/exercise2/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "Week2/exercise3/lib/forge-std"]
path = Week2/exercise3/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "Week2/exercise3/lib/openzeppelin-contracts"]
path = Week2/exercise3/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "Week4/day1/exercise1/lib/forge-std"]
path = Week4/day1/exercise1/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "Week4/day2/exercise2-foundry/lib/forge-std"]
path = Week4/day2/exercise2-foundry/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "Week4/day3/lib/forge-std"]
path = Week4/day3/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "Week4/day3/lib/openzeppelin-contracts"]
path = Week4/day3/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "Week5/lib/forge-std"]
path = Week5/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "Week11/RareSkills-gas-puzzles"]
path = Week11/RareSkills-gas-puzzles
url = https://github.com/zigtur/RareSkills-gas-puzzles
[submodule "Week13-15/erc1155-huff/lib/forge-std"]
path = Week13-15/erc1155-huff/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "Week13-15/erc1155-yul/lib/openzeppelin-contracts"]
path = Week13-15/erc1155-yul/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "Week13-15/erc1155-huff/lib/foundry-huff"]
path = Week13-15/erc1155-huff/lib/foundry-huff
url = https://github.com/huff-language/foundry-huff
[submodule "Week13-15/erc1155-huff/lib/solmate"]
path = Week13-15/erc1155-huff/lib/solmate
url = https://github.com/Rari-Capital/solmate
[submodule "Week18-19/lib/forge-std"]
path = Week18-19/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "Week18-19/lib/openzeppelin-contracts"]
path = Week18-19/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "Week18-19/lib/prb-math"]
path = Week18-19/lib/prb-math
url = https://github.com/PaulRBerg/prb-math