forked from Elytro-eth/soul-wallet-contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
28 lines (25 loc) · 938 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
25
26
27
28
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = chore/v1.5.6
[submodule "lib/account-abstraction"]
path = lib/account-abstraction
url = https://github.com/proofofsoulprotocol/account-abstraction
branch = ver0.6.0
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/Openzeppelin/openzeppelin-contracts
branch = release-v4.8
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
branch = release-v4.9
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "lib/nitro-contracts"]
path = lib/nitro-contracts
url = https://github.com/OffchainLabs/nitro-contracts
[submodule "lib/solady"]
path = lib/solady
url = https://github.com/vectorized/solady