diff --git a/examples/SafeAccountExamples/CreateAccountAndSendTransaction/package.json b/examples/SafeAccountExamples/CreateAccountAndSendTransaction/package.json index b9c1f0d..c8863a0 100644 --- a/examples/SafeAccountExamples/CreateAccountAndSendTransaction/package.json +++ b/examples/SafeAccountExamples/CreateAccountAndSendTransaction/package.json @@ -13,6 +13,6 @@ "dependencies": { "dotenv": "^16.3.1", "typescript": "^5.1.6", - "abstractionkit": "^0.1.2" + "abstractionkit": "^0.1.3" } } diff --git a/examples/SafeAccountExamples/CreateAccountAndSendTransactionMultiSigners/package.json b/examples/SafeAccountExamples/CreateAccountAndSendTransactionMultiSigners/package.json index b9c1f0d..c8863a0 100644 --- a/examples/SafeAccountExamples/CreateAccountAndSendTransactionMultiSigners/package.json +++ b/examples/SafeAccountExamples/CreateAccountAndSendTransactionMultiSigners/package.json @@ -13,6 +13,6 @@ "dependencies": { "dotenv": "^16.3.1", "typescript": "^5.1.6", - "abstractionkit": "^0.1.2" + "abstractionkit": "^0.1.3" } } diff --git a/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingSponsorPaymaster/package.json b/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingSponsorPaymaster/package.json index 47e6a94..18a6366 100644 --- a/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingSponsorPaymaster/package.json +++ b/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingSponsorPaymaster/package.json @@ -14,6 +14,6 @@ "dotenv": "^16.3.1", "ethers": "^6.6.7", "typescript": "^5.1.6", - "abstractionkit": "^0.1.2" + "abstractionkit": "^0.1.3" } } diff --git a/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingTokenPaymaster/package.json b/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingTokenPaymaster/package.json index 47e6a94..18a6366 100644 --- a/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingTokenPaymaster/package.json +++ b/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingTokenPaymaster/package.json @@ -14,6 +14,6 @@ "dotenv": "^16.3.1", "ethers": "^6.6.7", "typescript": "^5.1.6", - "abstractionkit": "^0.1.2" + "abstractionkit": "^0.1.3" } } diff --git a/examples/UsingBundlerRPC/package.json b/examples/UsingBundlerRPC/package.json index c36a2b9..8fe3e82 100644 --- a/examples/UsingBundlerRPC/package.json +++ b/examples/UsingBundlerRPC/package.json @@ -11,7 +11,7 @@ }, "license": "MIT", "dependencies": { - "abstractionkit": "^0.1.0", + "abstractionkit": "^0.1.3", "typescript": "^5.1.6" } } diff --git a/package.json b/package.json index f45f104..b6cd8ab 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "Candidelabs", "url": "https://candide.dev" }, - "version": "0.1.2", + "version": "0.1.3", "description": "Account Abstraction 4337 SDK by Candidelabs", "main": "dist/index.js", "module": "dist/index.m.js",