generated from matter-labs/Best-README-Template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitmodules
21 lines (21 loc) · 1021 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "l1-contracts/lib/forge-std"]
path = l1-contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "l1-contracts/lib/openzeppelin-contracts"]
path = l1-contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "l2-contracts/lib/forge-std"]
path = l2-contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "l2-contracts/lib/murky"]
path = l2-contracts/lib/murky
url = https://github.com/dmfxyz/murky
[submodule "l2-contracts/lib/openzeppelin-contracts-upgradeable"]
path = l2-contracts/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "l2-contracts/lib/openzeppelin-contracts"]
path = l2-contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "l2-contracts/lib/flexible-voting"]
path = l2-contracts/lib/flexible-voting
url = https://github.com/ScopeLift/flexible-voting