@coinbase/cdp-hooks 0.0.53 → 0.0.55

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.
@@ -1,12 +1,15 @@
1
- import { panicReasons as a } from "./index97.js";
2
- import { BaseError as s } from "./index93.js";
3
- import { ContractFunctionRevertedError as t } from "./index96.js";
4
- function d(e, o) {
5
- if (!(e instanceof s))
6
- return !1;
7
- const r = e.walk((n) => n instanceof t);
8
- return r instanceof t ? !!(r.data?.errorName === "ResolverNotFound" || r.data?.errorName === "ResolverWildcardNotSupported" || r.data?.errorName === "ResolverNotContract" || r.data?.errorName === "ResolverError" || r.data?.errorName === "HttpError" || r.reason?.includes("Wildcard on non-extended resolvers is not supported") || o === "reverse" && r.reason === a[50]) : !1;
1
+ function r() {
2
+ return {
3
+ current: 0,
4
+ take() {
5
+ return this.current++;
6
+ },
7
+ reset() {
8
+ this.current = 0;
9
+ }
10
+ };
9
11
  }
12
+ const t = /* @__PURE__ */ r();
10
13
  export {
11
- d as isNullUniversalResolverError
14
+ t as idCache
12
15
  };
@@ -1,19 +1,12 @@
1
- import { stringToBytes as i } from "./index119.js";
2
- import { encodeLabelhash as h } from "./index261.js";
3
- import { labelhash as f } from "./index118.js";
4
- function y(s) {
5
- const o = s.replace(/^\.|\.$/gm, "");
6
- if (o.length === 0)
7
- return new Uint8Array(1);
8
- const e = new Uint8Array(i(o).byteLength + 2);
9
- let t = 0;
10
- const l = o.split(".");
11
- for (let r = 0; r < l.length; r++) {
12
- let n = i(l[r]);
13
- n.byteLength > 255 && (n = i(h(f(l[r])))), e[t] = n.length, e.set(n, t + 1), t += n.length + 1;
14
- }
15
- return e.byteLength !== t + 1 ? e.slice(0, t + 1) : e;
1
+ import { panicReasons as a } from "./index97.js";
2
+ import { BaseError as s } from "./index93.js";
3
+ import { ContractFunctionRevertedError as t } from "./index96.js";
4
+ function d(e, o) {
5
+ if (!(e instanceof s))
6
+ return !1;
7
+ const r = e.walk((n) => n instanceof t);
8
+ return r instanceof t ? !!(r.data?.errorName === "ResolverNotFound" || r.data?.errorName === "ResolverWildcardNotSupported" || r.data?.errorName === "ResolverNotContract" || r.data?.errorName === "ResolverError" || r.data?.errorName === "HttpError" || r.reason?.includes("Wildcard on non-extended resolvers is not supported") || o === "reverse" && r.reason === a[50]) : !1;
16
9
  }
17
10
  export {
18
- y as packetToBytes
11
+ d as isNullUniversalResolverError
19
12
  };
@@ -1,25 +1,19 @@
1
- import { parseAvatarUri as o, parseNftUri as f, getNftTokenUri as v, resolveAvatarUri as l, getJsonImage as A, getMetadataAvatarUri as N } from "./index262.js";
2
- async function b(r, { gatewayUrls: t, record: e }) {
3
- return /eip155:/i.test(e) ? U(r, { gatewayUrls: t, record: e }) : o({ uri: e, gatewayUrls: t });
4
- }
5
- async function U(r, { gatewayUrls: t, record: e }) {
6
- const i = f(e), s = await v(r, { nft: i }), { uri: a, isOnChain: c, isEncoded: p } = l({ uri: s, gatewayUrls: t });
7
- if (c && (a.includes("data:application/json;base64,") || a.startsWith("{"))) {
8
- const d = p ? (
9
- // if it is encoded, decode it
10
- atob(a.replace("data:application/json;base64,", ""))
11
- ) : (
12
- // if it isn't encoded assume it is a JSON string, but it could be anything (it will error if it is)
13
- a
14
- ), u = JSON.parse(d);
15
- return o({ uri: A(u), gatewayUrls: t });
1
+ import { stringToBytes as i } from "./index119.js";
2
+ import { encodeLabelhash as h } from "./index261.js";
3
+ import { labelhash as f } from "./index118.js";
4
+ function y(s) {
5
+ const o = s.replace(/^\.|\.$/gm, "");
6
+ if (o.length === 0)
7
+ return new Uint8Array(1);
8
+ const e = new Uint8Array(i(o).byteLength + 2);
9
+ let t = 0;
10
+ const l = o.split(".");
11
+ for (let r = 0; r < l.length; r++) {
12
+ let n = i(l[r]);
13
+ n.byteLength > 255 && (n = i(h(f(l[r])))), e[t] = n.length, e.set(n, t + 1), t += n.length + 1;
16
14
  }
17
- let n = i.tokenID;
18
- return i.namespace === "erc1155" && (n = n.replace("0x", "").padStart(64, "0")), N({
19
- gatewayUrls: t,
20
- uri: a.replace(/(?:0x)?{id}/, n)
21
- });
15
+ return e.byteLength !== t + 1 ? e.slice(0, t + 1) : e;
22
16
  }
23
17
  export {
24
- b as parseAvatarRecord
18
+ y as packetToBytes
25
19
  };
@@ -1,33 +1,25 @@
1
- import { fromNumber as a } from "./index263.js";
2
- import { toRpc as e } from "./index264.js";
3
- function n(t) {
4
- return {
5
- ...typeof t.baseFeePerGas == "bigint" && {
6
- baseFeePerGas: a(t.baseFeePerGas)
7
- },
8
- ...typeof t.blobBaseFee == "bigint" && {
9
- blobBaseFee: a(t.blobBaseFee)
10
- },
11
- ...typeof t.feeRecipient == "string" && {
12
- feeRecipient: t.feeRecipient
13
- },
14
- ...typeof t.gasLimit == "bigint" && {
15
- gasLimit: a(t.gasLimit)
16
- },
17
- ...typeof t.number == "bigint" && {
18
- number: a(t.number)
19
- },
20
- ...typeof t.prevRandao == "bigint" && {
21
- prevRandao: a(t.prevRandao)
22
- },
23
- ...typeof t.time == "bigint" && {
24
- time: a(t.time)
25
- },
26
- ...t.withdrawals && {
27
- withdrawals: t.withdrawals.map(e)
28
- }
29
- };
1
+ import { parseAvatarUri as o, parseNftUri as f, getNftTokenUri as v, resolveAvatarUri as l, getJsonImage as A, getMetadataAvatarUri as N } from "./index262.js";
2
+ async function b(r, { gatewayUrls: t, record: e }) {
3
+ return /eip155:/i.test(e) ? U(r, { gatewayUrls: t, record: e }) : o({ uri: e, gatewayUrls: t });
4
+ }
5
+ async function U(r, { gatewayUrls: t, record: e }) {
6
+ const i = f(e), s = await v(r, { nft: i }), { uri: a, isOnChain: c, isEncoded: p } = l({ uri: s, gatewayUrls: t });
7
+ if (c && (a.includes("data:application/json;base64,") || a.startsWith("{"))) {
8
+ const d = p ? (
9
+ // if it is encoded, decode it
10
+ atob(a.replace("data:application/json;base64,", ""))
11
+ ) : (
12
+ // if it isn't encoded assume it is a JSON string, but it could be anything (it will error if it is)
13
+ a
14
+ ), u = JSON.parse(d);
15
+ return o({ uri: A(u), gatewayUrls: t });
16
+ }
17
+ let n = i.tokenID;
18
+ return i.namespace === "erc1155" && (n = n.replace("0x", "").padStart(64, "0")), N({
19
+ gatewayUrls: t,
20
+ uri: a.replace(/(?:0x)?{id}/, n)
21
+ });
30
22
  }
31
23
  export {
32
- n as toRpc
24
+ b as parseAvatarRecord
33
25
  };
@@ -1,4 +1,33 @@
1
- const a = "0x82ad56cb";
1
+ import { fromNumber as a } from "./index263.js";
2
+ import { toRpc as e } from "./index264.js";
3
+ function n(t) {
4
+ return {
5
+ ...typeof t.baseFeePerGas == "bigint" && {
6
+ baseFeePerGas: a(t.baseFeePerGas)
7
+ },
8
+ ...typeof t.blobBaseFee == "bigint" && {
9
+ blobBaseFee: a(t.blobBaseFee)
10
+ },
11
+ ...typeof t.feeRecipient == "string" && {
12
+ feeRecipient: t.feeRecipient
13
+ },
14
+ ...typeof t.gasLimit == "bigint" && {
15
+ gasLimit: a(t.gasLimit)
16
+ },
17
+ ...typeof t.number == "bigint" && {
18
+ number: a(t.number)
19
+ },
20
+ ...typeof t.prevRandao == "bigint" && {
21
+ prevRandao: a(t.prevRandao)
22
+ },
23
+ ...typeof t.time == "bigint" && {
24
+ time: a(t.time)
25
+ },
26
+ ...t.withdrawals && {
27
+ withdrawals: t.withdrawals.map(e)
28
+ }
29
+ };
30
+ }
2
31
  export {
3
- a as aggregate3Signature
32
+ n as toRpc
4
33
  };
@@ -1,16 +1,4 @@
1
- import { CallExecutionError as c } from "./index96.js";
2
- import { UnknownNodeError as i } from "./index112.js";
3
- import { getNodeError as u } from "./index236.js";
4
- function a(r, { docsPath: t, ...o }) {
5
- const e = (() => {
6
- const n = u(r, o);
7
- return n instanceof i ? r : n;
8
- })();
9
- return new c(e, {
10
- docsPath: t,
11
- ...o
12
- });
13
- }
1
+ const a = "0x82ad56cb";
14
2
  export {
15
- a as getCallError
3
+ a as aggregate3Signature
16
4
  };
@@ -1,15 +1,16 @@
1
- function y(t, { format: r }) {
2
- if (!r)
3
- return {};
4
- const e = {};
5
- function i(c) {
6
- const s = Object.keys(c);
7
- for (const n of s)
8
- n in t && (e[n] = t[n]), c[n] && typeof c[n] == "object" && !Array.isArray(c[n]) && i(c[n]);
9
- }
10
- const o = r(t || {});
11
- return i(o), e;
1
+ import { CallExecutionError as c } from "./index96.js";
2
+ import { UnknownNodeError as i } from "./index112.js";
3
+ import { getNodeError as u } from "./index237.js";
4
+ function a(r, { docsPath: t, ...o }) {
5
+ const e = (() => {
6
+ const n = u(r, o);
7
+ return n instanceof i ? r : n;
8
+ })();
9
+ return new c(e, {
10
+ docsPath: t,
11
+ ...o
12
+ });
12
13
  }
13
14
  export {
14
- y as extract
15
+ a as getCallError
15
16
  };
@@ -1,50 +1,15 @@
1
- import { InvalidAddressError as a } from "./index115.js";
2
- import { InvalidBytesLengthError as d } from "./index116.js";
3
- import { AccountStateConflictError as u, StateAssignmentConflictError as h } from "./index103.js";
4
- import { isAddress as l } from "./index142.js";
5
- import { numberToHex as c } from "./index120.js";
6
- function s(r) {
7
- if (!(!r || r.length === 0))
8
- return r.reduce((t, { slot: e, value: n }) => {
9
- if (e.length !== 66)
10
- throw new d({
11
- size: e.length,
12
- targetSize: 66,
13
- type: "hex"
14
- });
15
- if (n.length !== 66)
16
- throw new d({
17
- size: n.length,
18
- targetSize: 66,
19
- type: "hex"
20
- });
21
- return t[e] = n, t;
22
- }, {});
23
- }
24
- function m(r) {
25
- const { balance: t, nonce: e, state: n, stateDiff: o, code: f } = r, i = {};
26
- if (f !== void 0 && (i.code = f), t !== void 0 && (i.balance = c(t)), e !== void 0 && (i.nonce = c(e)), n !== void 0 && (i.state = s(n)), o !== void 0) {
27
- if (i.state)
28
- throw new h();
29
- i.stateDiff = s(o);
30
- }
31
- return i;
32
- }
33
- function A(r) {
1
+ function y(t, { format: r }) {
34
2
  if (!r)
35
- return;
36
- const t = {};
37
- for (const { address: e, ...n } of r) {
38
- if (!l(e, { strict: !1 }))
39
- throw new a({ address: e });
40
- if (t[e])
41
- throw new u({ address: e });
42
- t[e] = m(n);
3
+ return {};
4
+ const e = {};
5
+ function i(c) {
6
+ const s = Object.keys(c);
7
+ for (const n of s)
8
+ n in t && (e[n] = t[n]), c[n] && typeof c[n] == "object" && !Array.isArray(c[n]) && i(c[n]);
43
9
  }
44
- return t;
10
+ const o = r(t || {});
11
+ return i(o), e;
45
12
  }
46
13
  export {
47
- m as serializeAccountStateOverride,
48
- s as serializeStateMapping,
49
- A as serializeStateOverride
14
+ y as extract
50
15
  };
@@ -1,12 +1,50 @@
1
- import { recoverAddress as i } from "./index160.js";
2
- import { hashAuthorization as e } from "./index265.js";
3
- async function a(o) {
4
- const { authorization: r, signature: t } = o;
5
- return i({
6
- hash: e(r),
7
- signature: t ?? r
8
- });
1
+ import { InvalidAddressError as a } from "./index115.js";
2
+ import { InvalidBytesLengthError as d } from "./index116.js";
3
+ import { AccountStateConflictError as u, StateAssignmentConflictError as h } from "./index103.js";
4
+ import { isAddress as l } from "./index142.js";
5
+ import { numberToHex as c } from "./index120.js";
6
+ function s(r) {
7
+ if (!(!r || r.length === 0))
8
+ return r.reduce((t, { slot: e, value: n }) => {
9
+ if (e.length !== 66)
10
+ throw new d({
11
+ size: e.length,
12
+ targetSize: 66,
13
+ type: "hex"
14
+ });
15
+ if (n.length !== 66)
16
+ throw new d({
17
+ size: n.length,
18
+ targetSize: 66,
19
+ type: "hex"
20
+ });
21
+ return t[e] = n, t;
22
+ }, {});
23
+ }
24
+ function m(r) {
25
+ const { balance: t, nonce: e, state: n, stateDiff: o, code: f } = r, i = {};
26
+ if (f !== void 0 && (i.code = f), t !== void 0 && (i.balance = c(t)), e !== void 0 && (i.nonce = c(e)), n !== void 0 && (i.state = s(n)), o !== void 0) {
27
+ if (i.state)
28
+ throw new h();
29
+ i.stateDiff = s(o);
30
+ }
31
+ return i;
32
+ }
33
+ function A(r) {
34
+ if (!r)
35
+ return;
36
+ const t = {};
37
+ for (const { address: e, ...n } of r) {
38
+ if (!l(e, { strict: !1 }))
39
+ throw new a({ address: e });
40
+ if (t[e])
41
+ throw new u({ address: e });
42
+ t[e] = m(n);
43
+ }
44
+ return t;
9
45
  }
10
46
  export {
11
- a as recoverAuthorizationAddress
47
+ m as serializeAccountStateOverride,
48
+ s as serializeStateMapping,
49
+ A as serializeStateOverride
12
50
  };
@@ -1,16 +1,12 @@
1
- import { EstimateGasExecutionError as i } from "./index111.js";
2
- import { UnknownNodeError as m } from "./index112.js";
3
- import { getNodeError as s } from "./index236.js";
4
- function a(r, { docsPath: e, ...o }) {
5
- const n = (() => {
6
- const t = s(r, o);
7
- return t instanceof m ? r : t;
8
- })();
9
- return new i(n, {
10
- docsPath: e,
11
- ...o
1
+ import { recoverAddress as i } from "./index160.js";
2
+ import { hashAuthorization as e } from "./index265.js";
3
+ async function a(o) {
4
+ const { authorization: r, signature: t } = o;
5
+ return i({
6
+ hash: e(r),
7
+ signature: t ?? r
12
8
  });
13
9
  }
14
10
  export {
15
- a as getEstimateGasError
11
+ a as recoverAuthorizationAddress
16
12
  };
@@ -1,17 +1,16 @@
1
- import { BaseError as t } from "./index93.js";
2
- class r extends t {
3
- constructor({ address: o }) {
4
- super(`No EIP-712 domain found on contract "${o}".`, {
5
- metaMessages: [
6
- "Ensure that:",
7
- `- The contract is deployed at the address "${o}".`,
8
- "- `eip712Domain()` function exists on the contract.",
9
- "- `eip712Domain()` function matches signature to ERC-5267 specification."
10
- ],
11
- name: "Eip712DomainNotFoundError"
12
- });
13
- }
1
+ import { EstimateGasExecutionError as i } from "./index111.js";
2
+ import { UnknownNodeError as m } from "./index112.js";
3
+ import { getNodeError as s } from "./index237.js";
4
+ function a(r, { docsPath: e, ...o }) {
5
+ const n = (() => {
6
+ const t = s(r, o);
7
+ return t instanceof m ? r : t;
8
+ })();
9
+ return new i(n, {
10
+ docsPath: e,
11
+ ...o
12
+ });
14
13
  }
15
14
  export {
16
- r as Eip712DomainNotFoundError
15
+ a as getEstimateGasError
17
16
  };
@@ -1,11 +1,17 @@
1
- function r(a) {
2
- return {
3
- baseFeePerGas: a.baseFeePerGas.map((e) => BigInt(e)),
4
- gasUsedRatio: a.gasUsedRatio,
5
- oldestBlock: BigInt(a.oldestBlock),
6
- reward: a.reward?.map((e) => e.map((t) => BigInt(t)))
7
- };
1
+ import { BaseError as t } from "./index93.js";
2
+ class r extends t {
3
+ constructor({ address: o }) {
4
+ super(`No EIP-712 domain found on contract "${o}".`, {
5
+ metaMessages: [
6
+ "Ensure that:",
7
+ `- The contract is deployed at the address "${o}".`,
8
+ "- `eip712Domain()` function exists on the contract.",
9
+ "- `eip712Domain()` function matches signature to ERC-5267 specification."
10
+ ],
11
+ name: "Eip712DomainNotFoundError"
12
+ });
13
+ }
8
14
  }
9
15
  export {
10
- r as formatFeeHistory
16
+ r as Eip712DomainNotFoundError
11
17
  };
@@ -1,18 +1,11 @@
1
- import { hexToNumber as a } from "./index153.js";
2
- function t(e) {
3
- return e.map((n) => ({
4
- ...n,
5
- value: BigInt(n.value)
6
- }));
7
- }
8
- function o(e) {
1
+ function r(a) {
9
2
  return {
10
- ...e,
11
- balance: e.balance ? BigInt(e.balance) : void 0,
12
- nonce: e.nonce ? a(e.nonce) : void 0,
13
- storageProof: e.storageProof ? t(e.storageProof) : void 0
3
+ baseFeePerGas: a.baseFeePerGas.map((e) => BigInt(e)),
4
+ gasUsedRatio: a.gasUsedRatio,
5
+ oldestBlock: BigInt(a.oldestBlock),
6
+ reward: a.reward?.map((e) => e.map((t) => BigInt(t)))
14
7
  };
15
8
  }
16
9
  export {
17
- o as formatProof
10
+ r as formatFeeHistory
18
11
  };
@@ -1,27 +1,18 @@
1
- import { BaseError as a } from "./index93.js";
2
- import { ExecutionRevertedError as s, FeeCapTooHighError as r, FeeCapTooLowError as i, NonceTooHighError as c, NonceTooLowError as u, NonceMaxValueError as d, InsufficientFundsError as f, IntrinsicGasTooHighError as w, IntrinsicGasTooLowError as E, TransactionTypeNotSupportedError as m, TipAboveFeeCapError as g, UnknownNodeError as F } from "./index112.js";
3
- function G(e, n) {
4
- const o = (e.details || "").toLowerCase(), t = e instanceof a ? e.walk((x) => x?.code === s.code) : e;
5
- return t instanceof a ? new s({
6
- cause: e,
7
- message: t.details
8
- }) : s.nodeMessage.test(o) ? new s({
9
- cause: e,
10
- message: e.details
11
- }) : r.nodeMessage.test(o) ? new r({
12
- cause: e,
13
- maxFeePerGas: n?.maxFeePerGas
14
- }) : i.nodeMessage.test(o) ? new i({
15
- cause: e,
16
- maxFeePerGas: n?.maxFeePerGas
17
- }) : c.nodeMessage.test(o) ? new c({ cause: e, nonce: n?.nonce }) : u.nodeMessage.test(o) ? new u({ cause: e, nonce: n?.nonce }) : d.nodeMessage.test(o) ? new d({ cause: e, nonce: n?.nonce }) : f.nodeMessage.test(o) ? new f({ cause: e }) : w.nodeMessage.test(o) ? new w({ cause: e, gas: n?.gas }) : E.nodeMessage.test(o) ? new E({ cause: e, gas: n?.gas }) : m.nodeMessage.test(o) ? new m({ cause: e }) : g.nodeMessage.test(o) ? new g({
18
- cause: e,
19
- maxFeePerGas: n?.maxFeePerGas,
20
- maxPriorityFeePerGas: n?.maxPriorityFeePerGas
21
- }) : new F({
22
- cause: e
23
- });
1
+ import { hexToNumber as a } from "./index153.js";
2
+ function t(e) {
3
+ return e.map((n) => ({
4
+ ...n,
5
+ value: BigInt(n.value)
6
+ }));
7
+ }
8
+ function o(e) {
9
+ return {
10
+ ...e,
11
+ balance: e.balance ? BigInt(e.balance) : void 0,
12
+ nonce: e.nonce ? a(e.nonce) : void 0,
13
+ storageProof: e.storageProof ? t(e.storageProof) : void 0
14
+ };
24
15
  }
25
16
  export {
26
- G as getNodeError
17
+ o as formatProof
27
18
  };
@@ -1,14 +1,27 @@
1
- import { from as t } from "./index266.js";
2
- import { encode as m } from "./index267.js";
3
- import { concat as c } from "./index263.js";
4
- function s(o, e) {
5
- const { bytecode: r, args: n } = e;
6
- return c(r, o.inputs?.length && n?.length ? m(o.inputs, n) : "0x");
7
- }
8
- function u(o) {
9
- return t(o);
1
+ import { BaseError as a } from "./index93.js";
2
+ import { ExecutionRevertedError as s, FeeCapTooHighError as r, FeeCapTooLowError as i, NonceTooHighError as c, NonceTooLowError as u, NonceMaxValueError as d, InsufficientFundsError as f, IntrinsicGasTooHighError as w, IntrinsicGasTooLowError as E, TransactionTypeNotSupportedError as m, TipAboveFeeCapError as g, UnknownNodeError as F } from "./index112.js";
3
+ function G(e, n) {
4
+ const o = (e.details || "").toLowerCase(), t = e instanceof a ? e.walk((x) => x?.code === s.code) : e;
5
+ return t instanceof a ? new s({
6
+ cause: e,
7
+ message: t.details
8
+ }) : s.nodeMessage.test(o) ? new s({
9
+ cause: e,
10
+ message: e.details
11
+ }) : r.nodeMessage.test(o) ? new r({
12
+ cause: e,
13
+ maxFeePerGas: n?.maxFeePerGas
14
+ }) : i.nodeMessage.test(o) ? new i({
15
+ cause: e,
16
+ maxFeePerGas: n?.maxFeePerGas
17
+ }) : c.nodeMessage.test(o) ? new c({ cause: e, nonce: n?.nonce }) : u.nodeMessage.test(o) ? new u({ cause: e, nonce: n?.nonce }) : d.nodeMessage.test(o) ? new d({ cause: e, nonce: n?.nonce }) : f.nodeMessage.test(o) ? new f({ cause: e }) : w.nodeMessage.test(o) ? new w({ cause: e, gas: n?.gas }) : E.nodeMessage.test(o) ? new E({ cause: e, gas: n?.gas }) : m.nodeMessage.test(o) ? new m({ cause: e }) : g.nodeMessage.test(o) ? new g({
18
+ cause: e,
19
+ maxFeePerGas: n?.maxFeePerGas,
20
+ maxPriorityFeePerGas: n?.maxPriorityFeePerGas
21
+ }) : new F({
22
+ cause: e
23
+ });
10
24
  }
11
25
  export {
12
- s as encode,
13
- u as from
26
+ G as getNodeError
14
27
  };
@@ -1,27 +1,14 @@
1
- import { from as c, fromAbi as m, NotFoundError as i, getSelector as s } from "./index266.js";
2
- import { encode as u } from "./index267.js";
3
- import { concat as d } from "./index263.js";
4
- function S(o, ...t) {
5
- const { overloads: r } = o, e = r ? p([o, ...r], o.name, {
6
- args: t[0]
7
- }) : o, n = l(e), f = t.length > 0 ? u(e.inputs, t[0]) : void 0;
8
- return f ? d(n, f) : n;
1
+ import { from as t } from "./index266.js";
2
+ import { encode as m } from "./index267.js";
3
+ import { concat as c } from "./index263.js";
4
+ function s(o, e) {
5
+ const { bytecode: r, args: n } = e;
6
+ return c(r, o.inputs?.length && n?.length ? m(o.inputs, n) : "0x");
9
7
  }
10
- function $(o, t = {}) {
11
- return c(o, t);
12
- }
13
- function p(o, t, r) {
14
- const e = m(o, t, r);
15
- if (e.type !== "function")
16
- throw new i({ name: t, type: "function" });
17
- return e;
18
- }
19
- function l(o) {
20
- return s(o);
8
+ function u(o) {
9
+ return t(o);
21
10
  }
22
11
  export {
23
- S as encodeData,
24
- $ as from,
25
- p as fromAbi,
26
- l as getSelector
12
+ s as encode,
13
+ u as from
27
14
  };
@@ -1,54 +1,27 @@
1
- import { universalSignatureValidatorAbi as d } from "./index83.js";
2
- import { universalSignatureValidatorByteCode as l } from "./index85.js";
3
- import { CallExecutionError as g } from "./index96.js";
4
- import { encodeDeployData as y } from "./index145.js";
5
- import { getAddress as S } from "./index130.js";
6
- import { isAddressEqual as h } from "./index152.js";
7
- import { isHex as v } from "./index156.js";
8
- import { bytesToHex as x } from "./index120.js";
9
- import { getAction as b } from "./index218.js";
10
- import { isErc6492Signature as A } from "./index166.js";
11
- import { recoverAddress as w } from "./index160.js";
12
- import { serializeErc6492Signature as E } from "./index167.js";
13
- import { serializeSignature as V } from "./index164.js";
14
- import { call as D } from "./index35.js";
15
- import { encodeFunctionData as H } from "./index148.js";
16
- import { hexToBool as z } from "./index153.js";
17
- async function Q(o, p) {
18
- const { address: i, factory: n, factoryData: s, hash: a, signature: r, universalSignatureVerifierAddress: f = o.chain?.contracts?.universalSignatureVerifier?.address, ...m } = p, t = v(r) ? r : typeof r == "object" && "r" in r && "s" in r ? V(r) : x(r), c = await (async () => !n && !s || A(t) ? t : E({
19
- address: n,
20
- data: s,
21
- signature: t
22
- }))();
23
- try {
24
- const e = f ? {
25
- to: f,
26
- data: H({
27
- abi: d,
28
- functionName: "isValidSig",
29
- args: [i, a, c]
30
- }),
31
- ...m
32
- } : {
33
- data: y({
34
- abi: d,
35
- args: [i, a, c],
36
- bytecode: l
37
- }),
38
- ...m
39
- }, { data: u } = await b(o, D, "call")(e);
40
- return z(u ?? "0x0");
41
- } catch (e) {
42
- try {
43
- if (h(S(i), await w({ hash: a, signature: r })))
44
- return !0;
45
- } catch {
46
- }
47
- if (e instanceof g)
48
- return !1;
49
- throw e;
50
- }
1
+ import { from as c, fromAbi as m, NotFoundError as i, getSelector as s } from "./index266.js";
2
+ import { encode as u } from "./index267.js";
3
+ import { concat as d } from "./index263.js";
4
+ function S(o, ...t) {
5
+ const { overloads: r } = o, e = r ? p([o, ...r], o.name, {
6
+ args: t[0]
7
+ }) : o, n = l(e), f = t.length > 0 ? u(e.inputs, t[0]) : void 0;
8
+ return f ? d(n, f) : n;
9
+ }
10
+ function $(o, t = {}) {
11
+ return c(o, t);
12
+ }
13
+ function p(o, t, r) {
14
+ const e = m(o, t, r);
15
+ if (e.type !== "function")
16
+ throw new i({ name: t, type: "function" });
17
+ return e;
18
+ }
19
+ function l(o) {
20
+ return s(o);
51
21
  }
52
22
  export {
53
- Q as verifyHash
23
+ S as encodeData,
24
+ $ as from,
25
+ p as fromAbi,
26
+ l as getSelector
54
27
  };
@@ -1,20 +1,54 @@
1
- function x(e) {
2
- const { scheme: n, statement: t, ...c } = e.match(f)?.groups ?? {}, { chainId: s, expirationTime: i, issuedAt: o, notBefore: r, requestId: a, ...d } = e.match(p)?.groups ?? {}, u = e.split("Resources:")[1]?.split(`
3
- - `).slice(1);
4
- return {
5
- ...c,
6
- ...d,
7
- ...s ? { chainId: Number(s) } : {},
8
- ...i ? { expirationTime: new Date(i) } : {},
9
- ...o ? { issuedAt: new Date(o) } : {},
10
- ...r ? { notBefore: new Date(r) } : {},
11
- ...a ? { requestId: a } : {},
12
- ...u ? { resources: u } : {},
13
- ...n ? { scheme: n } : {},
14
- ...t ? { statement: t } : {}
15
- };
1
+ import { universalSignatureValidatorAbi as d } from "./index83.js";
2
+ import { universalSignatureValidatorByteCode as l } from "./index85.js";
3
+ import { CallExecutionError as g } from "./index96.js";
4
+ import { encodeDeployData as y } from "./index145.js";
5
+ import { getAddress as S } from "./index130.js";
6
+ import { isAddressEqual as h } from "./index152.js";
7
+ import { isHex as v } from "./index156.js";
8
+ import { bytesToHex as x } from "./index120.js";
9
+ import { getAction as b } from "./index218.js";
10
+ import { isErc6492Signature as A } from "./index166.js";
11
+ import { recoverAddress as w } from "./index160.js";
12
+ import { serializeErc6492Signature as E } from "./index167.js";
13
+ import { serializeSignature as V } from "./index164.js";
14
+ import { call as D } from "./index35.js";
15
+ import { encodeFunctionData as H } from "./index148.js";
16
+ import { hexToBool as z } from "./index153.js";
17
+ async function Q(o, p) {
18
+ const { address: i, factory: n, factoryData: s, hash: a, signature: r, universalSignatureVerifierAddress: f = o.chain?.contracts?.universalSignatureVerifier?.address, ...m } = p, t = v(r) ? r : typeof r == "object" && "r" in r && "s" in r ? V(r) : x(r), c = await (async () => !n && !s || A(t) ? t : E({
19
+ address: n,
20
+ data: s,
21
+ signature: t
22
+ }))();
23
+ try {
24
+ const e = f ? {
25
+ to: f,
26
+ data: H({
27
+ abi: d,
28
+ functionName: "isValidSig",
29
+ args: [i, a, c]
30
+ }),
31
+ ...m
32
+ } : {
33
+ data: y({
34
+ abi: d,
35
+ args: [i, a, c],
36
+ bytecode: l
37
+ }),
38
+ ...m
39
+ }, { data: u } = await b(o, D, "call")(e);
40
+ return z(u ?? "0x0");
41
+ } catch (e) {
42
+ try {
43
+ if (h(S(i), await w({ hash: a, signature: r })))
44
+ return !0;
45
+ } catch {
46
+ }
47
+ if (e instanceof g)
48
+ return !1;
49
+ throw e;
50
+ }
16
51
  }
17
- const f = /^(?:(?<scheme>[a-zA-Z][a-zA-Z0-9+-.]*):\/\/)?(?<domain>[a-zA-Z0-9+-.]*(?::[0-9]{1,5})?) (?:wants you to sign in with your Ethereum account:\n)(?<address>0x[a-fA-F0-9]{40})\n\n(?:(?<statement>.*)\n\n)?/, p = /(?:URI: (?<uri>.+))\n(?:Version: (?<version>.+))\n(?:Chain ID: (?<chainId>\d+))\n(?:Nonce: (?<nonce>[a-zA-Z0-9]+))\n(?:Issued At: (?<issuedAt>.+))(?:\nExpiration Time: (?<expirationTime>.+))?(?:\nNot Before: (?<notBefore>.+))?(?:\nRequest ID: (?<requestId>.+))?/;
18
52
  export {
19
- x as parseSiweMessage
53
+ Q as verifyHash
20
54
  };
@@ -1,17 +1,20 @@
1
- import { isAddress as f } from "./index142.js";
2
- import { isAddressEqual as o } from "./index152.js";
3
- function l(n) {
4
- const { address: r, domain: s, message: e, nonce: t, scheme: a, time: i = /* @__PURE__ */ new Date() } = n;
5
- if (s && e.domain !== s || t && e.nonce !== t || a && e.scheme !== a || e.expirationTime && i >= e.expirationTime || e.notBefore && i < e.notBefore)
6
- return !1;
7
- try {
8
- if (!e.address || !f(e.address, { strict: !1 }) || r && !o(e.address, r))
9
- return !1;
10
- } catch {
11
- return !1;
12
- }
13
- return !0;
1
+ function x(e) {
2
+ const { scheme: n, statement: t, ...c } = e.match(f)?.groups ?? {}, { chainId: s, expirationTime: i, issuedAt: o, notBefore: r, requestId: a, ...d } = e.match(p)?.groups ?? {}, u = e.split("Resources:")[1]?.split(`
3
+ - `).slice(1);
4
+ return {
5
+ ...c,
6
+ ...d,
7
+ ...s ? { chainId: Number(s) } : {},
8
+ ...i ? { expirationTime: new Date(i) } : {},
9
+ ...o ? { issuedAt: new Date(o) } : {},
10
+ ...r ? { notBefore: new Date(r) } : {},
11
+ ...a ? { requestId: a } : {},
12
+ ...u ? { resources: u } : {},
13
+ ...n ? { scheme: n } : {},
14
+ ...t ? { statement: t } : {}
15
+ };
14
16
  }
17
+ const f = /^(?:(?<scheme>[a-zA-Z][a-zA-Z0-9+-.]*):\/\/)?(?<domain>[a-zA-Z0-9+-.]*(?::[0-9]{1,5})?) (?:wants you to sign in with your Ethereum account:\n)(?<address>0x[a-fA-F0-9]{40})\n\n(?:(?<statement>.*)\n\n)?/, p = /(?:URI: (?<uri>.+))\n(?:Version: (?<version>.+))\n(?:Chain ID: (?<chainId>\d+))\n(?:Nonce: (?<nonce>[a-zA-Z0-9]+))\n(?:Issued At: (?<issuedAt>.+))(?:\nExpiration Time: (?<expirationTime>.+))?(?:\nNot Before: (?<notBefore>.+))?(?:\nRequest ID: (?<requestId>.+))?/;
15
18
  export {
16
- l as validateSiweMessage
19
+ x as parseSiweMessage
17
20
  };
@@ -1,14 +1,17 @@
1
- import { LruMap as u } from "./index190.js";
2
- const t = /* @__PURE__ */ new u(8192);
3
- function s(r, { enabled: o = !0, id: e }) {
4
- if (!o || !e)
5
- return r();
6
- if (t.get(e))
7
- return t.get(e);
8
- const n = r().finally(() => t.delete(e));
9
- return t.set(e, n), n;
1
+ import { isAddress as f } from "./index142.js";
2
+ import { isAddressEqual as o } from "./index152.js";
3
+ function l(n) {
4
+ const { address: r, domain: s, message: e, nonce: t, scheme: a, time: i = /* @__PURE__ */ new Date() } = n;
5
+ if (s && e.domain !== s || t && e.nonce !== t || a && e.scheme !== a || e.expirationTime && i >= e.expirationTime || e.notBefore && i < e.notBefore)
6
+ return !1;
7
+ try {
8
+ if (!e.address || !f(e.address, { strict: !1 }) || r && !o(e.address, r))
9
+ return !1;
10
+ } catch {
11
+ return !1;
12
+ }
13
+ return !0;
10
14
  }
11
15
  export {
12
- t as promiseCache,
13
- s as withDedupe
16
+ l as validateSiweMessage
14
17
  };
@@ -1,15 +1,14 @@
1
- function r() {
2
- return {
3
- current: 0,
4
- take() {
5
- return this.current++;
6
- },
7
- reset() {
8
- this.current = 0;
9
- }
10
- };
1
+ import { LruMap as u } from "./index190.js";
2
+ const t = /* @__PURE__ */ new u(8192);
3
+ function s(r, { enabled: o = !0, id: e }) {
4
+ if (!o || !e)
5
+ return r();
6
+ if (t.get(e))
7
+ return t.get(e);
8
+ const n = r().finally(() => t.delete(e));
9
+ return t.set(e, n), n;
11
10
  }
12
- const t = /* @__PURE__ */ r();
13
11
  export {
14
- t as idCache
12
+ t as promiseCache,
13
+ s as withDedupe
15
14
  };
@@ -1,7 +1,7 @@
1
1
  import { TimeoutError as m, HttpRequestError as i } from "./index24.js";
2
2
  import { withTimeout as j } from "./index188.js";
3
3
  import { stringify as c } from "./index114.js";
4
- import { idCache as y } from "./index243.js";
4
+ import { idCache as y } from "./index223.js";
5
5
  function E(s, o = {}) {
6
6
  return {
7
7
  async request(p) {
@@ -4,10 +4,10 @@ import { encodeFunctionData as R } from "./index148.js";
4
4
  import { getChainContractAddress as b } from "./index184.js";
5
5
  import { trim as w } from "./index133.js";
6
6
  import { toHex as C } from "./index120.js";
7
- import { isNullUniversalResolverError as y } from "./index223.js";
7
+ import { isNullUniversalResolverError as y } from "./index224.js";
8
8
  import { localBatchGatewayUrl as x } from "./index174.js";
9
9
  import { namehash as i } from "./index123.js";
10
- import { packetToBytes as N } from "./index224.js";
10
+ import { packetToBytes as N } from "./index225.js";
11
11
  import { getAction as B } from "./index218.js";
12
12
  import { readContract as T } from "./index66.js";
13
13
  async function J(a, o) {
@@ -1,4 +1,4 @@
1
- import { parseAvatarRecord as m } from "./index225.js";
1
+ import { parseAvatarRecord as m } from "./index226.js";
2
2
  import { getAction as u } from "./index218.js";
3
3
  import { getEnsText as f } from "./index34.js";
4
4
  async function y(t, { blockNumber: a, blockTag: e, assetGatewayUrls: n, name: o, gatewayUrls: c, strict: i, universalResolverAddress: s }) {
@@ -1,8 +1,8 @@
1
1
  import { universalResolverReverseAbi as f } from "./index83.js";
2
2
  import { getChainContractAddress as u } from "./index184.js";
3
3
  import { toHex as h } from "./index120.js";
4
- import { isNullUniversalResolverError as p } from "./index223.js";
5
- import { packetToBytes as C } from "./index224.js";
4
+ import { isNullUniversalResolverError as p } from "./index224.js";
5
+ import { packetToBytes as C } from "./index225.js";
6
6
  import { getAction as w } from "./index218.js";
7
7
  import { readContract as A } from "./index66.js";
8
8
  async function b(e, { address: t, blockNumber: s, blockTag: i, gatewayUrls: a, strict: c, universalResolverAddress: d }) {
@@ -1,6 +1,6 @@
1
1
  import { getChainContractAddress as l } from "./index184.js";
2
2
  import { toHex as u } from "./index120.js";
3
- import { packetToBytes as v } from "./index224.js";
3
+ import { packetToBytes as v } from "./index225.js";
4
4
  import { getAction as f } from "./index218.js";
5
5
  import { readContract as m } from "./index66.js";
6
6
  async function A(o, r) {
@@ -3,10 +3,10 @@ import { decodeFunctionResult as p } from "./index141.js";
3
3
  import { encodeFunctionData as A } from "./index148.js";
4
4
  import { getChainContractAddress as R } from "./index184.js";
5
5
  import { toHex as b } from "./index120.js";
6
- import { isNullUniversalResolverError as g } from "./index223.js";
6
+ import { isNullUniversalResolverError as g } from "./index224.js";
7
7
  import { localBatchGatewayUrl as w } from "./index174.js";
8
8
  import { namehash as x } from "./index123.js";
9
- import { packetToBytes as C } from "./index224.js";
9
+ import { packetToBytes as C } from "./index225.js";
10
10
  import { getAction as y } from "./index218.js";
11
11
  import { readContract as N } from "./index66.js";
12
12
  async function j(n, e) {
@@ -1,7 +1,7 @@
1
- import { toRpc as $ } from "./index226.js";
1
+ import { toRpc as $ } from "./index227.js";
2
2
  import { parseAccount as W } from "./index22.js";
3
3
  import { multicall3Abi as O } from "./index83.js";
4
- import { aggregate3Signature as I } from "./index227.js";
4
+ import { aggregate3Signature as I } from "./index228.js";
5
5
  import { deploylessCallViaBytecodeBytecode as J, deploylessCallViaFactoryBytecode as K } from "./index85.js";
6
6
  import { BaseError as N } from "./index93.js";
7
7
  import { ClientChainNotConfiguredError as P, ChainDoesNotSupportContract as Q } from "./index108.js";
@@ -11,11 +11,11 @@ import { encodeDeployData as T } from "./index145.js";
11
11
  import { encodeFunctionData as Z } from "./index148.js";
12
12
  import { getChainContractAddress as tt } from "./index184.js";
13
13
  import { numberToHex as V } from "./index120.js";
14
- import { getCallError as at } from "./index228.js";
15
- import { extract as et } from "./index229.js";
14
+ import { getCallError as at } from "./index229.js";
15
+ import { extract as et } from "./index230.js";
16
16
  import { formatTransactionRequest as rt } from "./index155.js";
17
17
  import { createBatchScheduler as ot } from "./index26.js";
18
- import { serializeStateOverride as ct } from "./index230.js";
18
+ import { serializeStateOverride as ct } from "./index231.js";
19
19
  import { assertRequest as nt } from "./index168.js";
20
20
  import { parseAbi as z } from "./index208.js";
21
21
  async function Et(t, a) {
@@ -1,7 +1,7 @@
1
1
  import { parseAccount as P } from "./index22.js";
2
2
  import { numberToHex as y } from "./index120.js";
3
- import { getCallError as F } from "./index228.js";
4
- import { extract as L } from "./index229.js";
3
+ import { getCallError as F } from "./index229.js";
4
+ import { extract as L } from "./index230.js";
5
5
  import { formatTransactionRequest as A } from "./index155.js";
6
6
  import { assertRequest as G } from "./index168.js";
7
7
  async function _(t, e) {
@@ -1,11 +1,11 @@
1
1
  import { parseAccount as R } from "./index22.js";
2
2
  import { BaseError as _ } from "./index93.js";
3
- import { recoverAuthorizationAddress as A } from "./index231.js";
3
+ import { recoverAuthorizationAddress as A } from "./index232.js";
4
4
  import { numberToHex as x } from "./index120.js";
5
- import { getEstimateGasError as E } from "./index232.js";
6
- import { extract as N } from "./index229.js";
5
+ import { getEstimateGasError as E } from "./index233.js";
6
+ import { extract as N } from "./index230.js";
7
7
  import { formatTransactionRequest as S } from "./index155.js";
8
- import { serializeStateOverride as I } from "./index230.js";
8
+ import { serializeStateOverride as I } from "./index231.js";
9
9
  import { assertRequest as V } from "./index168.js";
10
10
  import { prepareTransactionRequest as C } from "./index80.js";
11
11
  import { getBalance as j } from "./index45.js";
@@ -1,4 +1,4 @@
1
- import { Eip712DomainNotFoundError as u } from "./index233.js";
1
+ import { Eip712DomainNotFoundError as u } from "./index234.js";
2
2
  import { getAction as d } from "./index218.js";
3
3
  import { readContract as f } from "./index66.js";
4
4
  async function E(a, o) {
@@ -1,5 +1,5 @@
1
1
  import { numberToHex as o } from "./index120.js";
2
- import { formatFeeHistory as f } from "./index234.js";
2
+ import { formatFeeHistory as f } from "./index235.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",
@@ -1,5 +1,5 @@
1
1
  import { numberToHex as c } from "./index120.js";
2
- import { formatProof as s } from "./index235.js";
2
+ import { formatProof as s } from "./index236.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",
@@ -1,4 +1,4 @@
1
- import { toRpc as R } from "./index226.js";
1
+ import { toRpc as R } from "./index227.js";
2
2
  import { parseAccount as q } from "./index22.js";
3
3
  import { AbiDecodingZeroDataError as D } from "./index90.js";
4
4
  import { RawContractError as S } from "./index96.js";
@@ -8,11 +8,11 @@ import { encodeFunctionData as C } from "./index148.js";
8
8
  import { concat as F } from "./index124.js";
9
9
  import { numberToHex as H } from "./index120.js";
10
10
  import { getContractError as U } from "./index191.js";
11
- import { getNodeError as A } from "./index236.js";
11
+ import { getNodeError as A } from "./index237.js";
12
12
  import { formatBlock as _ } from "./index125.js";
13
13
  import { formatLog as z } from "./index128.js";
14
14
  import { formatTransactionRequest as I } from "./index155.js";
15
- import { serializeStateOverride as L } from "./index230.js";
15
+ import { serializeStateOverride as L } from "./index231.js";
16
16
  import { assertRequest as V } from "./index168.js";
17
17
  async function nr(p, g) {
18
18
  const { blockNumber: b, blockTag: x = p.experimental_blockTag ?? "latest", blocks: k, returnFullTransactions: v, traceTransfers: w, validation: N } = g;
@@ -1,5 +1,5 @@
1
- import { encode as J, from as K } from "./index237.js";
2
- import { encodeData as M, from as o } from "./index238.js";
1
+ import { encode as J, from as K } from "./index238.js";
2
+ import { encodeData as M, from as o } from "./index239.js";
3
3
  import { parseAccount as Q } from "./index22.js";
4
4
  import { zeroAddress as t, ethAddress as S } from "./index84.js";
5
5
  import { deploylessCallViaBytecodeBytecode as W } from "./index85.js";
@@ -1,5 +1,5 @@
1
1
  import { hashMessage as h } from "./index193.js";
2
- import { verifyHash as i } from "./index239.js";
2
+ import { verifyHash as i } from "./index240.js";
3
3
  async function m(r, { address: a, message: o, factory: s, factoryData: t, signature: e, ...f }) {
4
4
  const c = h(o);
5
5
  return i(r, {
@@ -1,5 +1,5 @@
1
1
  import { hashTypedData as m } from "./index158.js";
2
- import { verifyHash as d } from "./index239.js";
2
+ import { verifyHash as d } from "./index240.js";
3
3
  async function D(a, t) {
4
4
  const { address: r, factory: e, factoryData: o, signature: s, message: y, primaryType: c, types: f, domain: i, ...n } = t, p = m({ message: y, primaryType: c, types: f, domain: i });
5
5
  return d(a, {
@@ -1,7 +1,7 @@
1
1
  import { hashMessage as g } from "./index193.js";
2
- import { parseSiweMessage as l } from "./index240.js";
3
- import { validateSiweMessage as p } from "./index241.js";
4
- import { verifyHash as h } from "./index239.js";
2
+ import { parseSiweMessage as l } from "./index241.js";
3
+ import { validateSiweMessage as p } from "./index242.js";
4
+ import { verifyHash as h } from "./index240.js";
5
5
  async function S(a, r) {
6
6
  const { address: i, domain: t, message: s, nonce: o, scheme: n, signature: d, time: m = /* @__PURE__ */ new Date(), ...f } = r, e = l(s);
7
7
  if (!e.address || !p({
@@ -2,7 +2,7 @@ import { BaseError as $ } from "./index93.js";
2
2
  import { HttpRequestError as M } from "./index24.js";
3
3
  import { MethodNotSupportedRpcError as c, UnknownRpcError as g, UserRejectedRequestError as s, AtomicityNotSupportedError as h, AtomicReadyWalletRejectedUpgradeError as p, BundleTooLargeError as f, UnknownBundleIdError as E, DuplicateIdError as m, UnsupportedChainIdError as l, UnsupportedNonOptionalCapabilityError as R, SwitchChainError as y, ChainDisconnectedError as I, ProviderDisconnectedError as U, UnsupportedProviderMethodError as v, UnauthorizedProviderError as b, JsonRpcVersionUnsupportedError as N, LimitExceededRpcError as u, TransactionRejectedRpcError as q, ResourceUnavailableRpcError as C, ResourceNotFoundRpcError as D, InvalidInputRpcError as P, InternalRpcError as a, InvalidParamsRpcError as x, MethodNotFoundRpcError as A, InvalidRequestRpcError as j, ParseRpcError as B } from "./index107.js";
4
4
  import { stringToHex as z } from "./index120.js";
5
- import { withDedupe as J } from "./index242.js";
5
+ import { withDedupe as J } from "./index243.js";
6
6
  import { withRetry as O } from "./index186.js";
7
7
  import { stringify as V } from "./index114.js";
8
8
  function ee(r, S = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cdp-hooks",
3
- "version": "0.0.53",
3
+ "version": "0.0.55",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/**",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": ">=18.2.0",
18
- "@coinbase/cdp-core": "^0.0.53"
18
+ "@coinbase/cdp-core": "^0.0.55"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@testing-library/jest-dom": "^6.6.3",
@@ -30,7 +30,7 @@
30
30
  "@size-limit/webpack": "^11.2.0",
31
31
  "@size-limit/webpack-why": "^11.2.0",
32
32
  "size-limit": "^11.2.0",
33
- "@coinbase/cdp-core": "^0.0.53"
33
+ "@coinbase/cdp-core": "^0.0.55"
34
34
  },
35
35
  "size-limit": [
36
36
  {