diff --git a/.gitmodules b/.gitmodules index 0efdf39..bec3c9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ -[submodule "light-account"] - path = light-account - url = https://github.com/AAStarCommunity/light-account [submodule "lib/forge-std"] path = lib/forge-std url = https://github.com/foundry-rs/forge-std -[submodule "account-abstraction"] - path = account-abstraction - url = https://github.com/eth-infinitism/account-abstraction/ +[submodule "lib/light-account"] + path = lib/light-account + url = https://github.com/alchemyplatform/light-account.git diff --git a/account-abstraction b/account-abstraction deleted file mode 160000 index 6f02f5a..0000000 --- a/account-abstraction +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6f02f5a28a20e804d0410b4b5b570dd4b076dcf9 diff --git a/light-account b/lib/light-account similarity index 100% rename from light-account rename to lib/light-account