From 1bd176bcc7d7f809a1fc3f5a4d2180c1b0372c51 Mon Sep 17 00:00:00 2001 From: Jayden Windle Date: Wed, 3 May 2023 09:09:53 -0700 Subject: [PATCH] Updated to account abstraction v0.6.0 --- .gitmodules | 6 +++--- lib/account-abstraction | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 44f3c84..7117335 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,9 @@ [submodule "lib/openzeppelin-contracts"] path = lib/openzeppelin-contracts url = https://github.com/openzeppelin/openzeppelin-contracts -[submodule "lib/account-abstraction"] - path = lib/account-abstraction - url = https://github.com/eth-infinitism/account-abstraction [submodule "lib/reference"] path = lib/reference url = https://github.com/erc6551/reference +[submodule "lib/account-abstraction"] + path = lib/account-abstraction + url = https://github.com/eth-infinitism/account-abstraction diff --git a/lib/account-abstraction b/lib/account-abstraction index ff97e0b..abff2ac 160000 --- a/lib/account-abstraction +++ b/lib/account-abstraction @@ -1 +1 @@ -Subproject commit ff97e0b94f753dd799c69172ba59b34855f2b3d5 +Subproject commit abff2aca61a8f0934e533d0d352978055fddbd96