-
Notifications
You must be signed in to change notification settings - Fork 43
/
.gitmodules
31 lines (31 loc) · 1.58 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
[submodule "crates/contracts/contracts/lib/account-abstraction-versions/v0_7"]
path = crates/contracts/contracts/lib/account-abstraction-versions/v0_7
url = https://github.com/eth-infinitism/account-abstraction
branch = releases/v0.7
[submodule "crates/contracts/contracts/lib/account-abstraction-versions/v0_6"]
path = crates/contracts/contracts/lib/account-abstraction-versions/v0_6
url = https://github.com/eth-infinitism/account-abstraction
branch = releases/v0.6
[submodule "crates/contracts/contracts/lib/forge-std"]
path = crates/contracts/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = chore/v1.5.0
[submodule "crates/contracts/contracts/lib/openzeppelin-contracts-versions/v5_0"]
path = crates/contracts/contracts/lib/openzeppelin-contracts-versions/v5_0
url = https://github.com/OpenZeppelin/openzeppelin-contracts
branch = release-v5.0
[submodule "crates/contracts/contracts/lib/openzeppelin-contracts-versions/v4_9"]
path = crates/contracts/contracts/lib/openzeppelin-contracts-versions/v4_9
url = https://github.com/OpenZeppelin/openzeppelin-contracts
branch = release-v4.9
[submodule "test/spec-tests/v0_6/bundler-spec-tests"]
path = test/spec-tests/v0_6/bundler-spec-tests
url = [email protected]:alchemyplatform/bundler-spec-tests.git
ignore = dirty
[submodule "test/spec-tests/v0_7/bundler-spec-tests"]
path = test/spec-tests/v0_7/bundler-spec-tests
url = [email protected]:alchemyplatform/bundler-spec-tests.git
ignore = dirty
[submodule "crates/bindings/fastlz/fastlz"]
path = crates/bindings/fastlz/fastlz
url = https://github.com/ariya/FastLZ