space-bico-account-abstraction
Advanced tools
Comparing version 1.9.1 to 1.9.2
{ | ||
"name": "space-bico-account-abstraction", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9739860