-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitmodules
More file actions
110 lines (110 loc) · 4.56 KB
/
.gitmodules
File metadata and controls
110 lines (110 loc) · 4.56 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[submodule "validators/webauthn/lib/forge-std"]
path = validators/webauthn/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "signers/ecdsa/lib/forge-std"]
path = signers/ecdsa/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "validators/webauthn/lib/openzeppelin-contracts"]
path = validators/webauthn/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "signers/ecdsa/lib/kernel_v3"]
path = signers/ecdsa/lib/kernel_v3
url = https://github.com/zerodevapp/kernel
branch = release/v3.1
[submodule "signers/ecdsa/lib/solady"]
path = signers/ecdsa/lib/solady
url = https://github.com/vectorized/solady
[submodule "policies/signature-caller/lib/forge-std"]
path = policies/signature-caller/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "policies/signature-caller/lib/kernel_v3"]
path = policies/signature-caller/lib/kernel_v3
url = https://github.com/zerodevapp/kernel
branch = release/v3.1
[submodule "policies/call-policy/lib/forge-std"]
path = policies/call-policy/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "policies/call-policy/lib/kernel_v3"]
path = policies/call-policy/lib/kernel_v3
url = https://github.com/zerodevapp/kernel
branch = release/v3.1
[submodule "policies/ratelimit/lib/forge-std"]
path = policies/ratelimit/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "policies/gas/lib/forge-std"]
path = policies/gas/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "policies/gas/lib/kernel_v3"]
path = policies/gas/lib/kernel_v3
url = https://github.com/zerodevapp/kernel
branch = release/v3.1
[submodule "policies/ratelimit/lib/kernel_v3"]
path = policies/ratelimit/lib/kernel_v3
url = https://github.com/zerodevapp/kernel
branch = release/v3.1
[submodule "policies/timestamp/lib/forge-std"]
path = policies/timestamp/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "policies/timestamp/lib/kernel_v3"]
path = policies/timestamp/lib/kernel_v3
url = https://github.com/zerodevapp/kernel
branch = release/v3.1
[submodule "signers/webauthn/lib/forge-std"]
path = signers/webauthn/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "signers/webauthn/lib/openzeppelin-contracts"]
path = signers/webauthn/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "policies/sudo/lib/forge-std"]
path = policies/sudo/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "policies/sudo/lib/kernel_v3"]
path = policies/sudo/lib/kernel_v3
url = https://github.com/zerodevapp/kernel
branch = release/v3.1
[submodule "actions/recovery/lib/forge-std"]
path = actions/recovery/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "actions/recovery/lib/kernel_v3"]
path = actions/recovery/lib/kernel_v3
url = https://github.com/zerodevapp/kernel
branch = release/v3.1
[submodule "hooks/onlyEntrypoint/lib/forge-std"]
path = hooks/onlyEntrypoint/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "hooks/onlyEntrypoint/lib/kernel_v3"]
path = hooks/onlyEntrypoint/lib/kernel_v3
url = https://github.com/zerodevapp/kernel
branch = release/v3.1
[submodule "signers/webauthn/lib/kernel"]
path = signers/webauthn/lib/kernel
url = https://github.com/zerodevapp/kernel
branch = release/v3.1
[submodule "hooks/spendlingLimits/lib/forge-std"]
path = hooks/spendlingLimits/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "hooks/spendlingLimits/lib/kernel"]
path = hooks/spendlingLimits/lib/kernel
url = https://github.com/zerodevapp/kernel
branch = release/v3.1
[submodule "hooks/spendlingLimits/lib/solady"]
path = hooks/spendlingLimits/lib/solady
url = https://github.com/vectorized/solady
[submodule "hooks/caller/lib/forge-std"]
path = hooks/caller/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "hooks/caller/lib/kernel"]
path = hooks/caller/lib/kernel
url = https://github.com/zerodevapp/kernel
[submodule "validators/erc1271/lib/forge-std"]
path = validators/erc1271/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "validators/erc1271/lib/kernel"]
path = validators/erc1271/lib/kernel
url = https://github.com/zerodevapp/kernel
[submodule "validators/erc1271/lib/safe-smart-account"]
path = validators/erc1271/lib/safe-smart-account
url = https://github.com/safe-global/safe-smart-account
[submodule "lib/safe-smart-account"]
path = lib/safe-smart-account
url = https://github.com/safe-global/safe-smart-account