@lumiapassport/ui-kit 1.9.2 → 1.9.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/iframe/index.html +1 -1
- package/dist/iframe/main.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -5223,7 +5223,7 @@ async function sendUserOperation(session, callTarget, amountWei, innerData = "0x
|
|
|
5223
5223
|
}
|
|
5224
5224
|
const ensureGenerousDefaults = () => {
|
|
5225
5225
|
const toHex2 = (v) => `0x${v.toString(16)}`;
|
|
5226
|
-
const minCallGas =
|
|
5226
|
+
const minCallGas = 0x7a120n;
|
|
5227
5227
|
const minVerificationGas = 0x989680n;
|
|
5228
5228
|
const minPreVerificationGas = 0x30d40n;
|
|
5229
5229
|
if (BigInt(userOp.callGasLimit || "0x0") < minCallGas) userOp.callGasLimit = toHex2(minCallGas);
|
|
@@ -5410,7 +5410,7 @@ async function prepareUserOperation(session, callTarget, amountWei, innerData =
|
|
|
5410
5410
|
}
|
|
5411
5411
|
const ensureGenerousDefaults = () => {
|
|
5412
5412
|
const toHex2 = (v) => `0x${v.toString(16)}`;
|
|
5413
|
-
const minCallGas =
|
|
5413
|
+
const minCallGas = 0x7a120n;
|
|
5414
5414
|
const minVerificationGas = 0x989680n;
|
|
5415
5415
|
const minPreVerificationGas = 0x30d40n;
|
|
5416
5416
|
if (BigInt(userOp.callGasLimit || "0x0") < minCallGas) userOp.callGasLimit = toHex2(minCallGas);
|
|
@@ -8668,7 +8668,7 @@ function useLumiaPassportLinkedProfiles() {
|
|
|
8668
8668
|
// package.json
|
|
8669
8669
|
var package_default = {
|
|
8670
8670
|
name: "@lumiapassport/ui-kit",
|
|
8671
|
-
version: "1.9.
|
|
8671
|
+
version: "1.9.3",
|
|
8672
8672
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
8673
8673
|
type: "module",
|
|
8674
8674
|
main: "./dist/index.cjs",
|