@pafi-dev/issuer 0.5.25 → 0.5.27

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.cjs CHANGED
@@ -2151,6 +2151,8 @@ var PafiBackendClient = class {
2151
2151
  callGasLimit: json.callGasLimit != null ? BigInt(json.callGasLimit) : void 0,
2152
2152
  verificationGasLimit: json.verificationGasLimit != null ? BigInt(json.verificationGasLimit) : void 0,
2153
2153
  preVerificationGas: json.preVerificationGas != null ? BigInt(json.preVerificationGas) : void 0,
2154
+ maxFeePerGas: json.maxFeePerGas != null ? BigInt(json.maxFeePerGas) : void 0,
2155
+ maxPriorityFeePerGas: json.maxPriorityFeePerGas != null ? BigInt(json.maxPriorityFeePerGas) : void 0,
2154
2156
  expiresAt: json.expiresAt
2155
2157
  };
2156
2158
  }