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.8.0 to 1.9.0

2

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

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

@@ -83,5 +83,5 @@ import { BigNumber, BigNumberish, ethers } from 'ethers'

}
// this.accountContract = SimpleAccount__factory.connect(this.accountAddress!, this.provider)
// return await this.accountContract.nonce;
return await this.provider.getTransactionCount(this.accountAddress || '0x0000000000000000000000000000000000000000');
this.accountContract = SimpleAccount__factory.connect(this.accountAddress!, this.provider)
return await this.accountContract.nonce;
// return await this.provider.getTransactionCount(this.accountAddress || '0x0000000000000000000000000000000000000000');
}

@@ -88,0 +88,0 @@

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