diff --git a/examples/CandideAccountExamples/CreateAccountAndSendBatchTransactions/package.json b/examples/CandideAccountExamples/CreateAccountAndSendBatchTransactions/package.json index d97c3f3..1e11b7e 100644 --- a/examples/CandideAccountExamples/CreateAccountAndSendBatchTransactions/package.json +++ b/examples/CandideAccountExamples/CreateAccountAndSendBatchTransactions/package.json @@ -11,7 +11,7 @@ }, "license": "MIT", "dependencies": { - "abstractionkit": "^0.0.7", + "abstractionkit": "^0.0.8", "dotenv": "^16.3.1", "ethers": "^6.6.7", "typescript": "^5.1.6" diff --git a/examples/CandideAccountExamples/CreateAccountAndSendGaslessTransaction/package.json b/examples/CandideAccountExamples/CreateAccountAndSendGaslessTransaction/package.json index b95d1d5..985ed75 100644 --- a/examples/CandideAccountExamples/CreateAccountAndSendGaslessTransaction/package.json +++ b/examples/CandideAccountExamples/CreateAccountAndSendGaslessTransaction/package.json @@ -11,7 +11,7 @@ }, "license": "MIT", "dependencies": { - "abstractionkit": "0.0.7", + "abstractionkit": "0.0.8", "dotenv": "^16.3.1", "ethers": "^6.6.7", "typescript": "^5.1.6" diff --git a/examples/CandideAccountExamples/CreateAccountAndSendTransaction/package.json b/examples/CandideAccountExamples/CreateAccountAndSendTransaction/package.json index 4aad3f5..b774c5f 100644 --- a/examples/CandideAccountExamples/CreateAccountAndSendTransaction/package.json +++ b/examples/CandideAccountExamples/CreateAccountAndSendTransaction/package.json @@ -11,7 +11,7 @@ }, "license": "MIT", "dependencies": { - "abstractionkit": "^0.0.7", + "abstractionkit": "^0.0.8", "dotenv": "^16.3.1", "ethers": "^6.6.7", "typescript": "^5.1.6" diff --git a/examples/CandideAccountExamples/CreateAccountAndSendTransactionUsingPaymaster/package.json b/examples/CandideAccountExamples/CreateAccountAndSendTransactionUsingPaymaster/package.json index 1ae9e8a..75b02aa 100644 --- a/examples/CandideAccountExamples/CreateAccountAndSendTransactionUsingPaymaster/package.json +++ b/examples/CandideAccountExamples/CreateAccountAndSendTransactionUsingPaymaster/package.json @@ -11,7 +11,7 @@ }, "license": "MIT", "dependencies": { - "abstractionkit": "^0.0.7", + "abstractionkit": "^0.0.8", "dotenv": "^16.3.1", "ethers": "^6.6.7", "typescript": "^5.1.6" diff --git a/examples/SimpleAccountExamples/CreateAccountAndSendTransaction/package.json b/examples/SimpleAccountExamples/CreateAccountAndSendTransaction/package.json index 4aad3f5..b774c5f 100644 --- a/examples/SimpleAccountExamples/CreateAccountAndSendTransaction/package.json +++ b/examples/SimpleAccountExamples/CreateAccountAndSendTransaction/package.json @@ -11,7 +11,7 @@ }, "license": "MIT", "dependencies": { - "abstractionkit": "^0.0.7", + "abstractionkit": "^0.0.8", "dotenv": "^16.3.1", "ethers": "^6.6.7", "typescript": "^5.1.6" diff --git a/package.json b/package.json index f15f105..7a6a6ba 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "Candidelabs", "url": "https://candide.dev" }, - "version": "0.0.7", + "version": "0.0.8", "description": "Account Abstraction 4337 SDK by Candidelabs", "main": "dist/index.js", "module": "dist/index.m.js",