@dorafactory/maci-sdk 0.1.2-pre.2 → 0.1.2-pre.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -7040,7 +7040,9 @@ var MaciClient2 = class {
7040
7040
  address,
7041
7041
  contractAddress
7042
7042
  }) {
7043
- address = await this.getAddress(signer);
7043
+ if (address === void 0) {
7044
+ address = await this.getAddress(signer);
7045
+ }
7044
7046
  return await this.maci.hasFeegrant({
7045
7047
  address,
7046
7048
  contractAddress