Socket
Socket
Sign inDemoInstall

@account-abstraction/utils

Package Overview
Dependencies
49
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

5

dist/src/postExecCheck.js

@@ -21,2 +21,7 @@ "use strict";

const req = await entryPoint.queryFilter(entryPoint.filters.UserOperationEvent(requestId));
if (req.length === 0) {
console.log('postExecutionCheck: failed to read event (not mined)');
// @ts-ignore
return { gasUsed: 0, gasPaid: 0, success: false, userOp: {} };
}
const transactionReceipt = await req[0].getTransactionReceipt();

@@ -23,0 +28,0 @@ const tx = await req[0].getTransaction();

4

package.json
{
"name": "@account-abstraction/utils",
"version": "0.2.1",
"version": "0.2.2",
"main": "./dist/src/index.js",

@@ -30,3 +30,3 @@ "license": "MIT",

},
"gitHead": "254bc326631ce99d43a6fd8acbcc86dba246d97b"
"gitHead": "afc964ddfe371212848ca83ec573dd8327120693"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc