-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
39 lines (39 loc) · 2.02 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
[submodule "jwt_validator/lib/forge-std"]
path = jwt_validator/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "test1/lib/forge-std"]
path = test1/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "account-factory/lib/forge-std"]
path = account-factory/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "account-factory/lib/openzeppelin-foundry-upgrades"]
path = account-factory/lib/openzeppelin-foundry-upgrades
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
[submodule "account-factory/lib/openzeppelin-contracts"]
path = account-factory/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "account-factory/lib/openzeppelin-contracts-upgradeable"]
path = account-factory/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "account-factory/lib/account-abstraction"]
path = account-factory/lib/account-abstraction
url = https://github.com/eth-infinitism/account-abstraction
[submodule "payment-handler/lib/forge-std"]
path = payment-handler/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "payment-handler/lib/openzeppelin-foundry-upgrades"]
path = payment-handler/lib/openzeppelin-foundry-upgrades
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
[submodule "payment-handler/lib/openzeppelin-contracts-upgradeable"]
path = payment-handler/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "payment-handler/lib/smart-contracts"]
path = payment-handler/lib/smart-contracts
url = https://github.com/EthRome/smart-contracts
[submodule "account-factory/lib/light-account"]
path = account-factory/lib/light-account
url = https://github.com/alchemyplatform/light-account
[submodule "payment-handler/lib/account-abstraction"]
path = payment-handler/lib/account-abstraction
url = https://github.com/eth-infinitism/account-abstraction