-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
92 lines (92 loc) · 3.79 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
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
[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