@coinbase/cdp-hooks 0.0.32 → 0.0.34
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/README.md +155 -7
- package/dist/esm/index.js +18 -15
- package/dist/esm/index15.js +1 -1
- package/dist/esm/index19.js +3 -3
- package/dist/esm/index190.js +40 -7
- package/dist/esm/index191.js +2 -7
- package/dist/esm/index192.js +4 -36
- package/dist/esm/index193.js +10 -15
- package/dist/esm/index194.js +19 -8
- package/dist/esm/index195.js +7 -40
- package/dist/esm/index196.js +12 -2
- package/dist/esm/index197.js +66 -4
- package/dist/esm/index198.js +64 -9
- package/dist/esm/index199.js +183 -17
- package/dist/esm/index20.js +2 -2
- package/dist/esm/index200.js +22 -7
- package/dist/esm/index201.js +41 -10
- package/dist/esm/index202.js +72 -62
- package/dist/esm/index203.js +36 -61
- package/dist/esm/index204.js +15 -184
- package/dist/esm/index205.js +12 -21
- package/dist/esm/index206.js +7 -42
- package/dist/esm/index207.js +6 -76
- package/dist/esm/index208.js +36 -40
- package/dist/esm/index209.js +15 -16
- package/dist/esm/index21.js +3 -3
- package/dist/esm/index210.js +8 -13
- package/dist/esm/index212.js +9 -11
- package/dist/esm/index213.js +16 -9
- package/dist/esm/index214.js +21 -15
- package/dist/esm/index215.js +30 -22
- package/dist/esm/index216.js +2 -31
- package/dist/esm/index217.js +14 -2
- package/dist/esm/index218.js +12 -13
- package/dist/esm/index219.js +45 -10
- package/dist/esm/index22.js +2 -2
- package/dist/esm/index220.js +9 -47
- package/dist/esm/index221.js +12 -8
- package/dist/esm/index222.js +14 -13
- package/dist/esm/index223.js +8 -14
- package/dist/esm/index224.js +13 -6
- package/dist/esm/index225.js +24 -15
- package/dist/esm/index226.js +11 -24
- package/dist/esm/index227.js +23 -10
- package/dist/esm/index228.js +51 -24
- package/dist/esm/index229.js +17 -51
- package/dist/esm/index23.js +3 -3
- package/dist/esm/index230.js +14 -17
- package/dist/esm/index231.js +11 -14
- package/dist/esm/index236.js +1 -1
- package/dist/esm/index24.js +6 -6
- package/dist/esm/index244.js +3 -16
- package/dist/esm/index245.js +136 -3
- package/dist/esm/index246.js +144 -125
- package/dist/esm/index247.js +9 -155
- package/dist/esm/index248.js +16 -9
- package/dist/esm/index249.js +3 -3
- package/dist/esm/index25.js +2 -2
- package/dist/esm/index250.js +1 -1
- package/dist/esm/index259.js +1 -1
- package/dist/esm/index26.js +1 -1
- package/dist/esm/index260.js +1 -1
- package/dist/esm/index264.js +1 -1
- package/dist/esm/index265.js +1 -1
- package/dist/esm/index27.js +1 -1
- package/dist/esm/index28.js +1 -1
- package/dist/esm/index29.js +1 -1
- package/dist/esm/index3.js +95 -85
- package/dist/esm/index30.js +1 -1
- package/dist/esm/index31.js +1 -1
- package/dist/esm/index32.js +4 -4
- package/dist/esm/index33.js +1 -1
- package/dist/esm/index41.js +1 -1
- package/dist/esm/index42.js +2 -2
- package/dist/esm/index43.js +1 -1
- package/dist/esm/index48.js +1 -1
- package/dist/esm/index51.js +1 -1
- package/dist/esm/index54.js +1 -1
- package/dist/esm/index55.js +1 -1
- package/dist/esm/index56.js +3 -3
- package/dist/esm/index57.js +2 -2
- package/dist/esm/index58.js +1 -1
- package/dist/esm/index60.js +1 -1
- package/dist/esm/index61.js +1 -1
- package/dist/esm/index62.js +3 -3
- package/dist/esm/index63.js +3 -3
- package/dist/esm/index64.js +3 -3
- package/dist/esm/index65.js +3 -3
- package/dist/esm/index66.js +3 -3
- package/dist/esm/index67.js +3 -3
- package/dist/esm/index68.js +3 -3
- package/dist/esm/index69.js +1 -1
- package/dist/esm/index71.js +1 -1
- package/dist/types/index.d.ts +17 -0
- package/package.json +3 -3
package/dist/esm/index247.js
CHANGED
|
@@ -1,158 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
if (typeof t != "string")
|
|
10
|
-
throw new f(t);
|
|
11
|
-
if (r && !/^0x[0-9a-fA-F]*$/.test(t))
|
|
12
|
-
throw new l(t);
|
|
13
|
-
if (!t.startsWith("0x"))
|
|
14
|
-
throw new l(t);
|
|
15
|
-
}
|
|
16
|
-
function B(...t) {
|
|
17
|
-
return `0x${t.reduce((e, r) => e + r.replace("0x", ""), "")}`;
|
|
18
|
-
}
|
|
19
|
-
function P(t, e = {}) {
|
|
20
|
-
const r = `0x${Number(t)}`;
|
|
21
|
-
return typeof e.size == "number" ? (g(r, e.size), x(r, e.size)) : r;
|
|
22
|
-
}
|
|
23
|
-
function w(t, e = {}) {
|
|
24
|
-
let r = "";
|
|
25
|
-
for (let i = 0; i < t.length; i++)
|
|
26
|
-
r += h[t[i]];
|
|
27
|
-
const n = `0x${r}`;
|
|
28
|
-
return typeof e.size == "number" ? (g(n, e.size), E(n, e.size)) : n;
|
|
29
|
-
}
|
|
30
|
-
function V(t, e = {}) {
|
|
31
|
-
const { signed: r, size: n } = e, i = BigInt(t);
|
|
32
|
-
let s;
|
|
33
|
-
n ? r ? s = (1n << BigInt(n) * 8n - 1n) - 1n : s = 2n ** (BigInt(n) * 8n) - 1n : typeof t == "number" && (s = BigInt(Number.MAX_SAFE_INTEGER));
|
|
34
|
-
const u = typeof s == "bigint" && r ? -s - 1n : 0;
|
|
35
|
-
if (s && i > s || i < u) {
|
|
36
|
-
const a = typeof t == "bigint" ? "n" : "";
|
|
37
|
-
throw new O({
|
|
38
|
-
max: s ? `${s}${a}` : void 0,
|
|
39
|
-
min: `${u}${a}`,
|
|
40
|
-
signed: r,
|
|
41
|
-
size: n,
|
|
42
|
-
value: `${t}${a}`
|
|
43
|
-
});
|
|
44
|
-
}
|
|
45
|
-
const c = `0x${(r && i < 0 ? (1n << BigInt(n * 8)) + BigInt(i) : i).toString(16)}`;
|
|
46
|
-
return n ? x(c, n) : c;
|
|
47
|
-
}
|
|
48
|
-
function j(t, e = {}) {
|
|
49
|
-
return w($.encode(t), e);
|
|
50
|
-
}
|
|
51
|
-
function x(t, e) {
|
|
52
|
-
return d(t, { dir: "left", size: e });
|
|
53
|
-
}
|
|
54
|
-
function E(t, e) {
|
|
55
|
-
return d(t, { dir: "right", size: e });
|
|
56
|
-
}
|
|
57
|
-
function v(t, e, r, n = {}) {
|
|
58
|
-
const { strict: i } = n;
|
|
59
|
-
p(t, e);
|
|
60
|
-
const s = `0x${t.replace("0x", "").slice((e ?? 0) * 2, (r ?? t.length) * 2)}`;
|
|
61
|
-
return i && m(s, e, r), s;
|
|
62
|
-
}
|
|
63
|
-
function A(t) {
|
|
64
|
-
return Math.ceil((t.length - 2) / 2);
|
|
65
|
-
}
|
|
66
|
-
function N(t, e = {}) {
|
|
67
|
-
const { strict: r = !1 } = e;
|
|
68
|
-
try {
|
|
69
|
-
return y(t, { strict: r }), !0;
|
|
70
|
-
} catch {
|
|
71
|
-
return !1;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
class O extends o {
|
|
75
|
-
constructor({ max: e, min: r, signed: n, size: i, value: s }) {
|
|
76
|
-
super(`Number \`${s}\` is not in safe${i ? ` ${i * 8}-bit` : ""}${n ? " signed" : " unsigned"} integer range ${e ? `(\`${r}\` to \`${e}\`)` : `(above \`${r}\`)`}`), Object.defineProperty(this, "name", {
|
|
77
|
-
enumerable: !0,
|
|
78
|
-
configurable: !0,
|
|
79
|
-
writable: !0,
|
|
80
|
-
value: "Hex.IntegerOutOfRangeError"
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
class f extends o {
|
|
85
|
-
constructor(e) {
|
|
86
|
-
super(`Value \`${typeof e == "object" ? b(e) : e}\` of type \`${typeof e}\` is an invalid hex type.`, {
|
|
87
|
-
metaMessages: ['Hex types must be represented as `"0x${string}"`.']
|
|
88
|
-
}), Object.defineProperty(this, "name", {
|
|
89
|
-
enumerable: !0,
|
|
90
|
-
configurable: !0,
|
|
91
|
-
writable: !0,
|
|
92
|
-
value: "Hex.InvalidHexTypeError"
|
|
93
|
-
});
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
class l extends o {
|
|
97
|
-
constructor(e) {
|
|
98
|
-
super(`Value \`${e}\` is an invalid hex value.`, {
|
|
99
|
-
metaMessages: [
|
|
100
|
-
'Hex values must start with `"0x"` and contain only hexadecimal characters (0-9, a-f, A-F).'
|
|
101
|
-
]
|
|
102
|
-
}), Object.defineProperty(this, "name", {
|
|
103
|
-
enumerable: !0,
|
|
104
|
-
configurable: !0,
|
|
105
|
-
writable: !0,
|
|
106
|
-
value: "Hex.InvalidHexValueError"
|
|
107
|
-
});
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
class _ extends o {
|
|
111
|
-
constructor({ givenSize: e, maxSize: r }) {
|
|
112
|
-
super(`Size cannot exceed \`${r}\` bytes. Given size: \`${e}\` bytes.`), Object.defineProperty(this, "name", {
|
|
113
|
-
enumerable: !0,
|
|
114
|
-
configurable: !0,
|
|
115
|
-
writable: !0,
|
|
116
|
-
value: "Hex.SizeOverflowError"
|
|
117
|
-
});
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
class M extends o {
|
|
121
|
-
constructor({ offset: e, position: r, size: n }) {
|
|
122
|
-
super(`Slice ${r === "start" ? "starting" : "ending"} at offset \`${e}\` is out-of-bounds (size: \`${n}\`).`), Object.defineProperty(this, "name", {
|
|
123
|
-
enumerable: !0,
|
|
124
|
-
configurable: !0,
|
|
125
|
-
writable: !0,
|
|
126
|
-
value: "Hex.SliceOffsetOutOfBoundsError"
|
|
127
|
-
});
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
class R extends o {
|
|
131
|
-
constructor({ size: e, targetSize: r, type: n }) {
|
|
132
|
-
super(`${n.charAt(0).toUpperCase()}${n.slice(1).toLowerCase()} size (\`${e}\`) exceeds padding size (\`${r}\`).`), Object.defineProperty(this, "name", {
|
|
133
|
-
enumerable: !0,
|
|
134
|
-
configurable: !0,
|
|
135
|
-
writable: !0,
|
|
136
|
-
value: "Hex.SizeExceedsPaddingSizeError"
|
|
137
|
-
});
|
|
138
|
-
}
|
|
1
|
+
import { fromNumber as e } from "./index246.js";
|
|
2
|
+
function r(o) {
|
|
3
|
+
return {
|
|
4
|
+
address: o.address,
|
|
5
|
+
amount: e(o.amount),
|
|
6
|
+
index: e(o.index),
|
|
7
|
+
validatorIndex: e(o.validatorIndex)
|
|
8
|
+
};
|
|
139
9
|
}
|
|
140
10
|
export {
|
|
141
|
-
|
|
142
|
-
f as InvalidHexTypeError,
|
|
143
|
-
l as InvalidHexValueError,
|
|
144
|
-
R as SizeExceedsPaddingSizeError,
|
|
145
|
-
_ as SizeOverflowError,
|
|
146
|
-
M as SliceOffsetOutOfBoundsError,
|
|
147
|
-
y as assert,
|
|
148
|
-
B as concat,
|
|
149
|
-
P as fromBoolean,
|
|
150
|
-
w as fromBytes,
|
|
151
|
-
V as fromNumber,
|
|
152
|
-
j as fromString,
|
|
153
|
-
x as padLeft,
|
|
154
|
-
E as padRight,
|
|
155
|
-
A as size,
|
|
156
|
-
v as slice,
|
|
157
|
-
N as validate
|
|
11
|
+
r as toRpc
|
|
158
12
|
};
|
package/dist/esm/index248.js
CHANGED
|
@@ -1,12 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { concatHex as i } from "./index113.js";
|
|
2
|
+
import { hexToBytes as m } from "./index108.js";
|
|
3
|
+
import { numberToHex as c } from "./index109.js";
|
|
4
|
+
import { toRlp as d } from "./index154.js";
|
|
5
|
+
import { keccak256 as f } from "./index110.js";
|
|
6
|
+
function b(o) {
|
|
7
|
+
const { chainId: t, nonce: r, to: s } = o, e = o.contractAddress ?? o.address, n = f(i([
|
|
8
|
+
"0x05",
|
|
9
|
+
d([
|
|
10
|
+
t ? c(t) : "0x",
|
|
11
|
+
e,
|
|
12
|
+
r ? c(r) : "0x"
|
|
13
|
+
])
|
|
14
|
+
]));
|
|
15
|
+
return s === "bytes" ? m(n) : n;
|
|
9
16
|
}
|
|
10
17
|
export {
|
|
11
|
-
|
|
18
|
+
b as hashAuthorization
|
|
12
19
|
};
|
package/dist/esm/index249.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseError as y } from "./index257.js";
|
|
2
2
|
import { keccak256 as v } from "./index260.js";
|
|
3
|
-
import { validate as $, slice as A, fromString as S } from "./
|
|
3
|
+
import { validate as $, slice as A, fromString as S } from "./index246.js";
|
|
4
4
|
import { isArgOfType as E, normalizeSignature as p, getAmbiguousTypes as B } from "./index261.js";
|
|
5
|
-
import { parseAbiItem as l } from "./
|
|
6
|
-
import { formatAbiItem as h } from "./
|
|
5
|
+
import { parseAbiItem as l } from "./index200.js";
|
|
6
|
+
import { formatAbiItem as h } from "./index192.js";
|
|
7
7
|
function H(e, r = {}) {
|
|
8
8
|
const { prepare: i = !0 } = r, n = Array.isArray(e) ? l(e) : typeof e == "string" ? l(e) : e;
|
|
9
9
|
return {
|
package/dist/esm/index25.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { parseAccount as P } from "./index11.js";
|
|
2
2
|
import { numberToHex as y } from "./index109.js";
|
|
3
|
-
import { getCallError as F } from "./
|
|
4
|
-
import { extract as L } from "./
|
|
3
|
+
import { getCallError as F } from "./index217.js";
|
|
4
|
+
import { extract as L } from "./index218.js";
|
|
5
5
|
import { formatTransactionRequest as A } from "./index144.js";
|
|
6
6
|
import { assertRequest as G } from "./index157.js";
|
|
7
7
|
async function _(t, e) {
|
package/dist/esm/index250.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { assert as p } from "./index262.js";
|
|
2
2
|
import { BaseError as u } from "./index257.js";
|
|
3
|
-
import { size as y, padLeft as f, fromString as x, fromBoolean as w, fromNumber as E, padRight as P, concat as g } from "./
|
|
3
|
+
import { size as y, padLeft as f, fromString as x, fromBoolean as w, fromNumber as E, padRight as P, concat as g } from "./index246.js";
|
|
4
4
|
import { integerRegex as A, bytesRegex as $, arrayRegex as L } from "./index263.js";
|
|
5
5
|
import { prepareParameters as z, encode as I } from "./index264.js";
|
|
6
6
|
function N(n, e, t) {
|
package/dist/esm/index259.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SizeExceedsPaddingSizeError as s, size as i, SliceOffsetOutOfBoundsError as f, SizeOverflowError as p } from "./
|
|
1
|
+
import { SizeExceedsPaddingSizeError as s, size as i, SliceOffsetOutOfBoundsError as f, SizeOverflowError as p } from "./index246.js";
|
|
2
2
|
function c(t, e) {
|
|
3
3
|
if (i(t) > e)
|
|
4
4
|
throw new p({
|
package/dist/esm/index26.js
CHANGED
package/dist/esm/index260.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { keccak_256 as f } from "./index184.js";
|
|
2
2
|
import { from as m } from "./index265.js";
|
|
3
|
-
import { fromBytes as s } from "./
|
|
3
|
+
import { fromBytes as s } from "./index246.js";
|
|
4
4
|
function p(t, o = {}) {
|
|
5
5
|
const { as: e = typeof t == "string" ? "Hex" : "Bytes" } = o, r = f(m(t));
|
|
6
6
|
return e === "Bytes" ? r : s(r);
|
package/dist/esm/index264.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { InvalidTypeError as g, InvalidArrayError as b, ArrayLengthMismatchError as w, BytesSizeMismatchError as z } from "./index250.js";
|
|
2
2
|
import { assert as x } from "./index262.js";
|
|
3
3
|
import { BaseError as S } from "./index257.js";
|
|
4
|
-
import { size as d, fromNumber as f, concat as p, padLeft as h, fromBoolean as A, IntegerOutOfRangeError as E, padRight as y, fromString as I, slice as B } from "./
|
|
4
|
+
import { size as d, fromNumber as f, concat as p, padLeft as h, fromBoolean as A, IntegerOutOfRangeError as E, padRight as y, fromString as I, slice as B } from "./index246.js";
|
|
5
5
|
import { integerRegex as L } from "./index263.js";
|
|
6
6
|
function q({ checksumAddress: e, parameters: n, values: r }) {
|
|
7
7
|
const t = [];
|
package/dist/esm/index265.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseError as c } from "./index257.js";
|
|
2
|
-
import { padRight as h } from "./
|
|
2
|
+
import { padRight as h } from "./index246.js";
|
|
3
3
|
import { charCodeToBase16 as b, assertSize as g, pad as m } from "./index266.js";
|
|
4
4
|
import { assertSize as p } from "./index259.js";
|
|
5
5
|
const l = /* @__PURE__ */ new TextEncoder();
|
package/dist/esm/index27.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { encodeEventTopics as l } from "./index136.js";
|
|
2
2
|
import { numberToHex as s } from "./index109.js";
|
|
3
|
-
import { createFilterRequestScope as u } from "./
|
|
3
|
+
import { createFilterRequestScope as u } from "./index207.js";
|
|
4
4
|
async function h(r, a) {
|
|
5
5
|
const { address: m, abi: n, args: i, eventName: e, fromBlock: t, strict: p, toBlock: o } = a, f = u(r, {
|
|
6
6
|
method: "eth_newFilter"
|
package/dist/esm/index28.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { encodeEventTopics as b } from "./index136.js";
|
|
2
2
|
import { numberToHex as m } from "./index109.js";
|
|
3
|
-
import { createFilterRequestScope as h } from "./
|
|
3
|
+
import { createFilterRequestScope as h } from "./index207.js";
|
|
4
4
|
async function l(r, { address: p, args: a, event: e, events: c, fromBlock: n, strict: f, toBlock: i } = {}) {
|
|
5
5
|
const o = c ?? (e ? [e] : void 0), u = h(r, {
|
|
6
6
|
method: "eth_newFilter"
|
package/dist/esm/index29.js
CHANGED
package/dist/esm/index3.js
CHANGED
|
@@ -1,77 +1,84 @@
|
|
|
1
|
-
import { getAccessToken as y, sendUserOperation as O, signInWithEmail as
|
|
2
|
-
import { useState as u, useEffect as
|
|
1
|
+
import { getAccessToken as y, sendUserOperation as O, signInWithEmail as A, signInWithSms as I, verifyEmailOTP as U, verifySmsOTP as P, signOut as k, signEvmHash as C, signEvmTransaction as W, sendEvmTransaction as H, signEvmMessage as x, signEvmTypedData as b, exportEvmAccount as D, signSolanaTransaction as M, sendSolanaTransaction as V, getUserOperation as F } from "@coinbase/cdp-core";
|
|
2
|
+
import { useState as u, useEffect as f, useMemo as z, useCallback as h } from "react";
|
|
3
3
|
import { useCDP as p } from "./index2.js";
|
|
4
|
-
import { useAutoPolling as
|
|
5
|
-
import { getPublicClient as
|
|
6
|
-
const
|
|
7
|
-
const { config:
|
|
8
|
-
return { config:
|
|
9
|
-
},
|
|
10
|
-
const { isInitialized:
|
|
11
|
-
return { isInitialized:
|
|
12
|
-
},
|
|
13
|
-
const { isSignedIn:
|
|
14
|
-
return { isSignedIn:
|
|
15
|
-
},
|
|
16
|
-
const { currentUser:
|
|
17
|
-
return { currentUser:
|
|
18
|
-
},
|
|
19
|
-
const { currentUser:
|
|
4
|
+
import { useAutoPolling as G } from "./index4.js";
|
|
5
|
+
import { getPublicClient as j } from "./index5.js";
|
|
6
|
+
const Q = () => {
|
|
7
|
+
const { config: n } = p();
|
|
8
|
+
return { config: n };
|
|
9
|
+
}, X = () => {
|
|
10
|
+
const { isInitialized: n } = p();
|
|
11
|
+
return { isInitialized: n };
|
|
12
|
+
}, Y = () => ({ signInWithEmail: S(A) }), Z = () => ({ signInWithSms: S(I) }), _ = () => ({ verifyEmailOTP: S(U) }), $ = () => ({ verifySmsOTP: S(P) }), R = () => {
|
|
13
|
+
const { isSignedIn: n } = p();
|
|
14
|
+
return { isSignedIn: n };
|
|
15
|
+
}, w = () => {
|
|
16
|
+
const { currentUser: n } = p();
|
|
17
|
+
return { currentUser: n };
|
|
18
|
+
}, nn = () => ({ signOut: i(k) }), en = () => ({ getAccessToken: y }), tn = () => {
|
|
19
|
+
const { currentUser: n } = w();
|
|
20
|
+
return {
|
|
21
|
+
evmAddress: n?.evmSmartAccounts?.[0] ?? n?.evmAccounts?.[0] ?? null
|
|
22
|
+
};
|
|
23
|
+
}, rn = () => {
|
|
24
|
+
const { currentUser: n } = w();
|
|
20
25
|
return {
|
|
21
|
-
|
|
26
|
+
solanaAddress: n?.solanaAccounts?.[0] ?? null
|
|
22
27
|
};
|
|
23
|
-
},
|
|
24
|
-
const [
|
|
25
|
-
async (
|
|
26
|
-
const
|
|
27
|
-
return
|
|
28
|
+
}, sn = () => ({ signEvmHash: i(C) }), an = () => ({ signEvmTransaction: i(W) }), on = () => {
|
|
29
|
+
const [n, e] = u(null), [s, t] = u(null), [c, l] = u(null), { config: a } = p(), d = i(
|
|
30
|
+
async (g) => {
|
|
31
|
+
const o = await H(g);
|
|
32
|
+
return e({ hash: o.transactionHash, network: g.network }), l(null), t(null), o;
|
|
28
33
|
}
|
|
29
34
|
);
|
|
30
|
-
|
|
31
|
-
if (!
|
|
35
|
+
f(() => {
|
|
36
|
+
if (!n) return;
|
|
32
37
|
(async () => {
|
|
33
38
|
try {
|
|
34
|
-
const
|
|
35
|
-
hash:
|
|
39
|
+
const E = await j(n.network, a).waitForTransactionReceipt({
|
|
40
|
+
hash: n.hash
|
|
36
41
|
});
|
|
37
|
-
t(
|
|
38
|
-
} catch (
|
|
39
|
-
|
|
42
|
+
t(E);
|
|
43
|
+
} catch (o) {
|
|
44
|
+
l(o instanceof Error ? o : new Error(String(o)));
|
|
40
45
|
}
|
|
41
46
|
})();
|
|
42
|
-
}, [
|
|
43
|
-
const m =
|
|
47
|
+
}, [n]);
|
|
48
|
+
const m = z(() => n ? s ? { status: "success", receipt: s } : c ? { status: "error", error: c } : { status: "pending", hash: n.hash } : { status: "idle" }, [n, s, c]);
|
|
44
49
|
return {
|
|
45
50
|
sendEvmTransaction: d,
|
|
46
51
|
data: m
|
|
47
52
|
};
|
|
48
|
-
},
|
|
49
|
-
|
|
50
|
-
|
|
53
|
+
}, cn = () => ({ signEvmMessage: i(x) }), un = () => ({ signEvmTypedData: i(b) }), pn = () => ({ exportEvmAccount: i(D) }), dn = () => ({ signSolanaTransaction: i(M) }), mn = () => ({
|
|
54
|
+
sendSolanaTransaction: i(V)
|
|
55
|
+
}), i = (n) => {
|
|
56
|
+
const { isSignedIn: e } = p();
|
|
57
|
+
return h(
|
|
51
58
|
async (...t) => {
|
|
52
|
-
if (!
|
|
59
|
+
if (!e)
|
|
53
60
|
throw new Error("User is not authenticated");
|
|
54
|
-
return
|
|
61
|
+
return n(...t);
|
|
55
62
|
},
|
|
56
|
-
[
|
|
63
|
+
[e, n]
|
|
57
64
|
);
|
|
58
|
-
},
|
|
59
|
-
const { isSignedIn:
|
|
60
|
-
return
|
|
65
|
+
}, S = (n) => {
|
|
66
|
+
const { isSignedIn: e } = p();
|
|
67
|
+
return h(
|
|
61
68
|
async (...t) => {
|
|
62
|
-
if (
|
|
69
|
+
if (e)
|
|
63
70
|
throw new Error("User is already authenticated. Please sign out first.");
|
|
64
|
-
return
|
|
71
|
+
return n(...t);
|
|
65
72
|
},
|
|
66
|
-
[
|
|
73
|
+
[e, n]
|
|
67
74
|
);
|
|
68
|
-
},
|
|
69
|
-
const [
|
|
75
|
+
}, ln = () => {
|
|
76
|
+
const [n, e] = u(void 0), { status: s, data: t, error: c } = q(n);
|
|
70
77
|
return {
|
|
71
|
-
sendUserOperation:
|
|
78
|
+
sendUserOperation: i(
|
|
72
79
|
async (a) => {
|
|
73
80
|
const d = await O(a);
|
|
74
|
-
return
|
|
81
|
+
return e({
|
|
75
82
|
userOperationHash: d.userOperationHash,
|
|
76
83
|
evmSmartAccount: a.evmSmartAccount,
|
|
77
84
|
network: a.network
|
|
@@ -79,20 +86,20 @@ const L = () => {
|
|
|
79
86
|
}
|
|
80
87
|
),
|
|
81
88
|
data: t,
|
|
82
|
-
error:
|
|
89
|
+
error: c,
|
|
83
90
|
status: s
|
|
84
91
|
};
|
|
85
|
-
},
|
|
86
|
-
const { userOperationHash:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}, [
|
|
90
|
-
const v =
|
|
91
|
-
return
|
|
92
|
+
}, q = (n = {}) => {
|
|
93
|
+
const { userOperationHash: e, evmSmartAccount: s, network: t, enabled: c } = n, [l, a] = u("idle"), [d, m] = u(void 0), [g, o] = u(void 0), { currentUser: E } = w();
|
|
94
|
+
f(() => {
|
|
95
|
+
e && s && t && (a(c !== !1 ? "pending" : "idle"), m(void 0), o(void 0));
|
|
96
|
+
}, [e, s, t, c]);
|
|
97
|
+
const v = c !== !1 && !!(e && s && t && E);
|
|
98
|
+
return G(
|
|
92
99
|
{
|
|
93
100
|
pollFn: async () => {
|
|
94
|
-
const r = await
|
|
95
|
-
userOperationHash:
|
|
101
|
+
const r = await F({
|
|
102
|
+
userOperationHash: e,
|
|
96
103
|
evmSmartAccount: s,
|
|
97
104
|
network: t
|
|
98
105
|
});
|
|
@@ -105,41 +112,44 @@ const L = () => {
|
|
|
105
112
|
m(r), a("success");
|
|
106
113
|
else if (r.status === "failed") {
|
|
107
114
|
const T = r.receipts?.[0]?.revert?.message || "User operation failed";
|
|
108
|
-
|
|
115
|
+
o(new Error(T)), a("error");
|
|
109
116
|
} else
|
|
110
117
|
m(r), a("error");
|
|
111
118
|
},
|
|
112
119
|
onError: (r) => {
|
|
113
|
-
|
|
120
|
+
o(r), a("error");
|
|
114
121
|
}
|
|
115
122
|
},
|
|
116
|
-
[
|
|
123
|
+
[e, s, t, v]
|
|
117
124
|
), {
|
|
118
|
-
status:
|
|
125
|
+
status: l,
|
|
119
126
|
data: d,
|
|
120
|
-
error:
|
|
127
|
+
error: g
|
|
121
128
|
};
|
|
122
129
|
};
|
|
123
130
|
export {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
131
|
+
Q as useConfig,
|
|
132
|
+
w as useCurrentUser,
|
|
133
|
+
i as useEnforceAuthenticated,
|
|
134
|
+
S as useEnforceUnauthenticated,
|
|
135
|
+
tn as useEvmAddress,
|
|
136
|
+
pn as useExportEvmAccount,
|
|
137
|
+
en as useGetAccessToken,
|
|
138
|
+
X as useIsInitialized,
|
|
139
|
+
R as useIsSignedIn,
|
|
140
|
+
on as useSendEvmTransaction,
|
|
141
|
+
mn as useSendSolanaTransaction,
|
|
142
|
+
ln as useSendUserOperation,
|
|
143
|
+
sn as useSignEvmHash,
|
|
144
|
+
cn as useSignEvmMessage,
|
|
145
|
+
an as useSignEvmTransaction,
|
|
146
|
+
un as useSignEvmTypedData,
|
|
147
|
+
Y as useSignInWithEmail,
|
|
148
|
+
Z as useSignInWithSms,
|
|
149
|
+
nn as useSignOut,
|
|
150
|
+
dn as useSignSolanaTransaction,
|
|
151
|
+
rn as useSolanaAddress,
|
|
152
|
+
_ as useVerifyEmailOTP,
|
|
153
|
+
$ as useVerifySmsOTP,
|
|
154
|
+
q as useWaitForUserOperation
|
|
145
155
|
};
|
package/dist/esm/index30.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { parseAccount as u } from "./index11.js";
|
|
2
2
|
import { encodeFunctionData as f } from "./index137.js";
|
|
3
3
|
import { getContractError as p } from "./index180.js";
|
|
4
|
-
import { getAction as g } from "./
|
|
4
|
+
import { getAction as g } from "./index206.js";
|
|
5
5
|
import { estimateGas as G } from "./index32.js";
|
|
6
6
|
async function A(s, i) {
|
|
7
7
|
const { abi: a, address: o, args: r, functionName: c, dataSuffix: e, ...t } = i, m = f({
|
package/dist/esm/index31.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseFeeScalarError as p, Eip1559FeesNotSupportedError as F } from "./index95.js";
|
|
2
|
-
import { getAction as l } from "./
|
|
2
|
+
import { getAction as l } from "./index206.js";
|
|
3
3
|
import { internal_estimateMaxPriorityFeePerGas as u } from "./index33.js";
|
|
4
4
|
import { getBlock as G } from "./index36.js";
|
|
5
5
|
import { getGasPrice as b } from "./index46.js";
|
package/dist/esm/index32.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { parseAccount as R } from "./index11.js";
|
|
2
2
|
import { BaseError as _ } from "./index82.js";
|
|
3
|
-
import { recoverAuthorizationAddress as A } from "./
|
|
3
|
+
import { recoverAuthorizationAddress as A } from "./index220.js";
|
|
4
4
|
import { numberToHex as x } from "./index109.js";
|
|
5
|
-
import { getEstimateGasError as E } from "./
|
|
6
|
-
import { extract as N } from "./
|
|
5
|
+
import { getEstimateGasError as E } from "./index221.js";
|
|
6
|
+
import { extract as N } from "./index218.js";
|
|
7
7
|
import { formatTransactionRequest as S } from "./index144.js";
|
|
8
|
-
import { serializeStateOverride as I } from "./
|
|
8
|
+
import { serializeStateOverride as I } from "./index219.js";
|
|
9
9
|
import { assertRequest as V } from "./index157.js";
|
|
10
10
|
import { prepareTransactionRequest as C } from "./index69.js";
|
|
11
11
|
import { getBalance as j } from "./index34.js";
|
package/dist/esm/index33.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Eip1559FeesNotSupportedError as f } from "./index95.js";
|
|
2
2
|
import { hexToBigInt as u } from "./index142.js";
|
|
3
|
-
import { getAction as s } from "./
|
|
3
|
+
import { getAction as s } from "./index206.js";
|
|
4
4
|
import { getBlock as c } from "./index36.js";
|
|
5
5
|
import { getGasPrice as y } from "./index46.js";
|
|
6
6
|
async function h(e, o) {
|
package/dist/esm/index41.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getAbiItem as p } from "./index89.js";
|
|
2
|
-
import { getAction as v } from "./
|
|
2
|
+
import { getAction as v } from "./index206.js";
|
|
3
3
|
import { getLogs as l } from "./index47.js";
|
|
4
4
|
async function y(n, r) {
|
|
5
5
|
const { abi: t, address: s, args: c, blockHash: i, eventName: e, fromBlock: m, toBlock: a, strict: f } = r, o = e ? p({ abi: t, name: e }) : void 0, g = o ? void 0 : t.filter((d) => d.type === "event");
|
package/dist/esm/index42.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Eip712DomainNotFoundError as u } from "./
|
|
2
|
-
import { getAction as d } from "./
|
|
1
|
+
import { Eip712DomainNotFoundError as u } from "./index222.js";
|
|
2
|
+
import { getAction as d } from "./index206.js";
|
|
3
3
|
import { readContract as f } from "./index55.js";
|
|
4
4
|
async function E(a, o) {
|
|
5
5
|
const { address: e, factory: r, factoryData: i } = o;
|
package/dist/esm/index43.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { numberToHex as o } from "./index109.js";
|
|
2
|
-
import { formatFeeHistory as f } from "./
|
|
2
|
+
import { formatFeeHistory as f } from "./index223.js";
|
|
3
3
|
async function u(r, { blockCount: i, blockNumber: e, blockTag: n = "latest", rewardPercentiles: s }) {
|
|
4
4
|
const t = typeof e == "bigint" ? o(e) : void 0, a = await r.request({
|
|
5
5
|
method: "eth_feeHistory",
|
package/dist/esm/index48.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { numberToHex as c } from "./index109.js";
|
|
2
|
-
import { formatProof as s } from "./
|
|
2
|
+
import { formatProof as s } from "./index224.js";
|
|
3
3
|
async function d(t, { address: e, blockNumber: o, blockTag: r, storageKeys: n }) {
|
|
4
4
|
const f = r ?? "latest", a = o !== void 0 ? c(o) : void 0, m = await t.request({
|
|
5
5
|
method: "eth_getProof",
|
package/dist/esm/index51.js
CHANGED
package/dist/esm/index54.js
CHANGED
|
@@ -6,7 +6,7 @@ import { decodeFunctionResult as q } from "./index130.js";
|
|
|
6
6
|
import { encodeFunctionData as B } from "./index137.js";
|
|
7
7
|
import { getChainContractAddress as O } from "./index173.js";
|
|
8
8
|
import { getContractError as E } from "./index180.js";
|
|
9
|
-
import { getAction as T } from "./
|
|
9
|
+
import { getAction as T } from "./index206.js";
|
|
10
10
|
import { readContract as Z } from "./index55.js";
|
|
11
11
|
async function W(n, w) {
|
|
12
12
|
const { account: b, allowFailure: u = !0, batchSize: F, blockNumber: p, blockTag: j, multicallAddress: y, stateOverride: N } = w, d = w.contracts, C = F ?? (typeof n.batch?.multicall == "object" && n.batch.multicall.batchSize || 1024);
|
package/dist/esm/index55.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { decodeFunctionResult as m } from "./index130.js";
|
|
2
2
|
import { encodeFunctionData as s } from "./index137.js";
|
|
3
3
|
import { getContractError as f } from "./index180.js";
|
|
4
|
-
import { getAction as l } from "./
|
|
4
|
+
import { getAction as l } from "./index206.js";
|
|
5
5
|
import { call as p } from "./index24.js";
|
|
6
6
|
async function x(n, e) {
|
|
7
7
|
const { abi: t, address: c, args: o, functionName: r, ...d } = e, i = s({
|