Socket
Socket
Sign inDemoInstall

space-bico-account-abstraction

Package Overview
Dependencies
54
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.6.0

2

package.json
{
"name": "space-bico-account-abstraction",
"version": "1.5.0",
"version": "1.6.0",
"main": "./dist/src/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -84,4 +84,2 @@ import { BigNumber, BigNumberish, ethers } from 'ethers'

this.accountContract = SimpleAccount__factory.connect(this.accountAddress!, this.provider)
console.log("🚀 ~ file: SimpleAccountAPI.ts:84 ~ SimpleAccountAPI ~ getNonce ~ this.accountContract:", this.accountContract)
// return '888'
return await this.accountContract.nonce;

@@ -88,0 +86,0 @@ // return await this.provider.getTransactionCount(this.accountAddress || '0x0000000000000000000000000000000000000000');

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