-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
24 lines (24 loc) · 935 Bytes
/
.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
[submodule "lib/rain.flare"]
path = lib/rain.flare
url = https://github.com/rainlanguage/rain.flare
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/rain.factory"]
path = lib/rain.factory
url = https://github.com/rainlanguage/rain.factory
[submodule "lib/rain.math.fixedpoint"]
path = lib/rain.math.fixedpoint
url = https://github.com/rainlanguage/rain.math.fixedpoint
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/rain.tier.interface"]
path = lib/rain.tier.interface
url = https://github.com/rainlanguage/rain.tier.interface
[submodule "lib/solady"]
path = lib/solady
url = https://github.com/Vectorized/solady
[submodule "lib/rain.string"]
path = lib/rain.string
url = https://github.com/rainlanguage/rain.string