@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/iframe/index.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
|
|
16
16
|
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin" />
|
|
17
17
|
|
|
18
|
-
<title>Lumia Passport Secure Wallet - iframe version 1.9.
|
|
18
|
+
<title>Lumia Passport Secure Wallet - iframe version 1.9.3</title>
|
|
19
19
|
|
|
20
20
|
<!-- Styles will be injected by build process -->
|
|
21
21
|
<style>
|
package/dist/iframe/main.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -5215,7 +5215,7 @@ async function sendUserOperation(session, callTarget, amountWei, innerData = "0x
|
|
|
5215
5215
|
}
|
|
5216
5216
|
const ensureGenerousDefaults = () => {
|
|
5217
5217
|
const toHex2 = (v) => `0x${v.toString(16)}`;
|
|
5218
|
-
const minCallGas =
|
|
5218
|
+
const minCallGas = 0x7a120n;
|
|
5219
5219
|
const minVerificationGas = 0x989680n;
|
|
5220
5220
|
const minPreVerificationGas = 0x30d40n;
|
|
5221
5221
|
if (BigInt(userOp.callGasLimit || "0x0") < minCallGas) userOp.callGasLimit = toHex2(minCallGas);
|
|
@@ -5402,7 +5402,7 @@ async function prepareUserOperation(session, callTarget, amountWei, innerData =
|
|
|
5402
5402
|
}
|
|
5403
5403
|
const ensureGenerousDefaults = () => {
|
|
5404
5404
|
const toHex2 = (v) => `0x${v.toString(16)}`;
|
|
5405
|
-
const minCallGas =
|
|
5405
|
+
const minCallGas = 0x7a120n;
|
|
5406
5406
|
const minVerificationGas = 0x989680n;
|
|
5407
5407
|
const minPreVerificationGas = 0x30d40n;
|
|
5408
5408
|
if (BigInt(userOp.callGasLimit || "0x0") < minCallGas) userOp.callGasLimit = toHex2(minCallGas);
|
|
@@ -8701,7 +8701,7 @@ function useLumiaPassportLinkedProfiles() {
|
|
|
8701
8701
|
// package.json
|
|
8702
8702
|
var package_default = {
|
|
8703
8703
|
name: "@lumiapassport/ui-kit",
|
|
8704
|
-
version: "1.9.
|
|
8704
|
+
version: "1.9.3",
|
|
8705
8705
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
8706
8706
|
type: "module",
|
|
8707
8707
|
main: "./dist/index.cjs",
|