@coinbase/cdp-hooks 0.0.32 → 0.0.33

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.
Files changed (91) hide show
  1. package/dist/esm/index15.js +1 -1
  2. package/dist/esm/index19.js +3 -3
  3. package/dist/esm/index190.js +40 -7
  4. package/dist/esm/index191.js +2 -7
  5. package/dist/esm/index192.js +4 -36
  6. package/dist/esm/index193.js +10 -15
  7. package/dist/esm/index194.js +19 -8
  8. package/dist/esm/index195.js +7 -40
  9. package/dist/esm/index196.js +12 -2
  10. package/dist/esm/index197.js +66 -4
  11. package/dist/esm/index198.js +64 -9
  12. package/dist/esm/index199.js +183 -17
  13. package/dist/esm/index20.js +2 -2
  14. package/dist/esm/index200.js +22 -7
  15. package/dist/esm/index201.js +41 -10
  16. package/dist/esm/index202.js +72 -62
  17. package/dist/esm/index203.js +36 -61
  18. package/dist/esm/index204.js +15 -184
  19. package/dist/esm/index205.js +12 -21
  20. package/dist/esm/index206.js +7 -42
  21. package/dist/esm/index207.js +6 -76
  22. package/dist/esm/index208.js +36 -40
  23. package/dist/esm/index209.js +15 -16
  24. package/dist/esm/index21.js +3 -3
  25. package/dist/esm/index210.js +8 -13
  26. package/dist/esm/index212.js +9 -11
  27. package/dist/esm/index213.js +16 -9
  28. package/dist/esm/index214.js +21 -15
  29. package/dist/esm/index215.js +30 -22
  30. package/dist/esm/index216.js +2 -31
  31. package/dist/esm/index217.js +14 -2
  32. package/dist/esm/index218.js +12 -13
  33. package/dist/esm/index219.js +45 -10
  34. package/dist/esm/index22.js +2 -2
  35. package/dist/esm/index220.js +9 -47
  36. package/dist/esm/index221.js +12 -8
  37. package/dist/esm/index222.js +14 -13
  38. package/dist/esm/index223.js +8 -14
  39. package/dist/esm/index224.js +13 -6
  40. package/dist/esm/index225.js +24 -15
  41. package/dist/esm/index226.js +11 -24
  42. package/dist/esm/index227.js +23 -10
  43. package/dist/esm/index228.js +51 -24
  44. package/dist/esm/index229.js +17 -51
  45. package/dist/esm/index23.js +3 -3
  46. package/dist/esm/index230.js +14 -17
  47. package/dist/esm/index231.js +11 -14
  48. package/dist/esm/index236.js +1 -1
  49. package/dist/esm/index24.js +6 -6
  50. package/dist/esm/index244.js +3 -16
  51. package/dist/esm/index245.js +136 -3
  52. package/dist/esm/index246.js +144 -125
  53. package/dist/esm/index247.js +9 -155
  54. package/dist/esm/index248.js +16 -9
  55. package/dist/esm/index249.js +3 -3
  56. package/dist/esm/index25.js +2 -2
  57. package/dist/esm/index250.js +1 -1
  58. package/dist/esm/index259.js +1 -1
  59. package/dist/esm/index26.js +1 -1
  60. package/dist/esm/index260.js +1 -1
  61. package/dist/esm/index264.js +1 -1
  62. package/dist/esm/index265.js +1 -1
  63. package/dist/esm/index27.js +1 -1
  64. package/dist/esm/index28.js +1 -1
  65. package/dist/esm/index29.js +1 -1
  66. package/dist/esm/index30.js +1 -1
  67. package/dist/esm/index31.js +1 -1
  68. package/dist/esm/index32.js +4 -4
  69. package/dist/esm/index33.js +1 -1
  70. package/dist/esm/index41.js +1 -1
  71. package/dist/esm/index42.js +2 -2
  72. package/dist/esm/index43.js +1 -1
  73. package/dist/esm/index48.js +1 -1
  74. package/dist/esm/index51.js +1 -1
  75. package/dist/esm/index54.js +1 -1
  76. package/dist/esm/index55.js +1 -1
  77. package/dist/esm/index56.js +3 -3
  78. package/dist/esm/index57.js +2 -2
  79. package/dist/esm/index58.js +1 -1
  80. package/dist/esm/index60.js +1 -1
  81. package/dist/esm/index61.js +1 -1
  82. package/dist/esm/index62.js +3 -3
  83. package/dist/esm/index63.js +3 -3
  84. package/dist/esm/index64.js +3 -3
  85. package/dist/esm/index65.js +3 -3
  86. package/dist/esm/index66.js +3 -3
  87. package/dist/esm/index67.js +3 -3
  88. package/dist/esm/index68.js +3 -3
  89. package/dist/esm/index69.js +1 -1
  90. package/dist/esm/index71.js +1 -1
  91. package/package.json +3 -3
@@ -1,18 +1,27 @@
1
- import { hexToNumber as a } from "./index142.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
- };
1
+ import { BaseError as a } from "./index82.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 "./index101.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
+ });
15
24
  }
16
25
  export {
17
- o as formatProof
26
+ G as getNodeError
18
27
  };
@@ -1,27 +1,14 @@
1
- import { BaseError as a } from "./index82.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 "./index101.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 { from as t } from "./index249.js";
2
+ import { encode as m } from "./index250.js";
3
+ import { concat as c } from "./index246.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);
24
10
  }
25
11
  export {
26
- G as getNodeError
12
+ s as encode,
13
+ u as from
27
14
  };
@@ -1,14 +1,27 @@
1
- import { from as t } from "./index249.js";
2
- import { encode as m } from "./index250.js";
3
- import { concat as c } from "./index247.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");
1
+ import { from as c, fromAbi as m, NotFoundError as i, getSelector as s } from "./index249.js";
2
+ import { encode as u } from "./index250.js";
3
+ import { concat as d } from "./index246.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;
7
9
  }
8
- function u(o) {
9
- return t(o);
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);
10
21
  }
11
22
  export {
12
- s as encode,
13
- u as from
23
+ S as encodeData,
24
+ $ as from,
25
+ p as fromAbi,
26
+ l as getSelector
14
27
  };
@@ -1,27 +1,54 @@
1
- import { from as c, fromAbi as m, NotFoundError as i, getSelector as s } from "./index249.js";
2
- import { encode as u } from "./index250.js";
3
- import { concat as d } from "./index247.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);
1
+ import { universalSignatureValidatorAbi as d } from "./index72.js";
2
+ import { universalSignatureValidatorByteCode as l } from "./index74.js";
3
+ import { CallExecutionError as g } from "./index85.js";
4
+ import { encodeDeployData as y } from "./index134.js";
5
+ import { getAddress as S } from "./index119.js";
6
+ import { isAddressEqual as h } from "./index141.js";
7
+ import { isHex as v } from "./index145.js";
8
+ import { bytesToHex as x } from "./index109.js";
9
+ import { getAction as b } from "./index206.js";
10
+ import { isErc6492Signature as A } from "./index155.js";
11
+ import { recoverAddress as w } from "./index149.js";
12
+ import { serializeErc6492Signature as E } from "./index156.js";
13
+ import { serializeSignature as V } from "./index153.js";
14
+ import { call as D } from "./index24.js";
15
+ import { encodeFunctionData as H } from "./index137.js";
16
+ import { hexToBool as z } from "./index142.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
+ }
21
51
  }
22
52
  export {
23
- S as encodeData,
24
- $ as from,
25
- p as fromAbi,
26
- l as getSelector
53
+ Q as verifyHash
27
54
  };
@@ -1,54 +1,20 @@
1
- import { universalSignatureValidatorAbi as d } from "./index72.js";
2
- import { universalSignatureValidatorByteCode as l } from "./index74.js";
3
- import { CallExecutionError as g } from "./index85.js";
4
- import { encodeDeployData as y } from "./index134.js";
5
- import { getAddress as S } from "./index119.js";
6
- import { isAddressEqual as h } from "./index141.js";
7
- import { isHex as v } from "./index145.js";
8
- import { bytesToHex as x } from "./index109.js";
9
- import { getAction as b } from "./index190.js";
10
- import { isErc6492Signature as A } from "./index155.js";
11
- import { recoverAddress as w } from "./index149.js";
12
- import { serializeErc6492Signature as E } from "./index156.js";
13
- import { serializeSignature as V } from "./index153.js";
14
- import { call as D } from "./index24.js";
15
- import { encodeFunctionData as H } from "./index137.js";
16
- import { hexToBool as z } from "./index142.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
+ 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
+ };
51
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>.+))?/;
52
18
  export {
53
- Q as verifyHash
19
+ x as parseSiweMessage
54
20
  };
@@ -3,11 +3,11 @@ import { decodeFunctionResult as p } from "./index130.js";
3
3
  import { encodeFunctionData as A } from "./index137.js";
4
4
  import { getChainContractAddress as R } from "./index173.js";
5
5
  import { toHex as b } from "./index109.js";
6
- import { isNullUniversalResolverError as g } from "./index213.js";
6
+ import { isNullUniversalResolverError as g } from "./index212.js";
7
7
  import { localBatchGatewayUrl as w } from "./index163.js";
8
8
  import { namehash as x } from "./index112.js";
9
- import { packetToBytes as C } from "./index214.js";
10
- import { getAction as y } from "./index190.js";
9
+ import { packetToBytes as C } from "./index213.js";
10
+ import { getAction as y } from "./index206.js";
11
11
  import { readContract as N } from "./index55.js";
12
12
  async function j(n, e) {
13
13
  const { blockNumber: s, blockTag: m, key: d, name: t, gatewayUrls: u, strict: f } = e, { chain: o } = n, v = (() => {
@@ -1,20 +1,17 @@
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 { isAddress as f } from "./index131.js";
2
+ import { isAddressEqual as o } from "./index141.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;
16
14
  }
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
15
  export {
19
- x as parseSiweMessage
16
+ l as validateSiweMessage
20
17
  };
@@ -1,17 +1,14 @@
1
- import { isAddress as f } from "./index131.js";
2
- import { isAddressEqual as o } from "./index141.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
+ import { LruMap as u } from "./index179.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;
14
10
  }
15
11
  export {
16
- l as validateSiweMessage
12
+ t as promiseCache,
13
+ s as withDedupe
17
14
  };
@@ -1,5 +1,5 @@
1
1
  import { normalizeSignature as o } from "./index237.js";
2
- import { formatAbiItem as n } from "./index197.js";
2
+ import { formatAbiItem as n } from "./index192.js";
3
3
  const m = (r) => {
4
4
  const t = typeof r == "string" ? r : n(r);
5
5
  return o(t);
@@ -1,7 +1,7 @@
1
- import { toRpc as $ } from "./index216.js";
1
+ import { toRpc as $ } from "./index215.js";
2
2
  import { parseAccount as W } from "./index11.js";
3
3
  import { multicall3Abi as O } from "./index72.js";
4
- import { aggregate3Signature as I } from "./index217.js";
4
+ import { aggregate3Signature as I } from "./index216.js";
5
5
  import { deploylessCallViaBytecodeBytecode as J, deploylessCallViaFactoryBytecode as K } from "./index74.js";
6
6
  import { BaseError as N } from "./index82.js";
7
7
  import { ClientChainNotConfiguredError as P, ChainDoesNotSupportContract as Q } from "./index97.js";
@@ -11,13 +11,13 @@ import { encodeDeployData as T } from "./index134.js";
11
11
  import { encodeFunctionData as Z } from "./index137.js";
12
12
  import { getChainContractAddress as tt } from "./index173.js";
13
13
  import { numberToHex as V } from "./index109.js";
14
- import { getCallError as at } from "./index218.js";
15
- import { extract as et } from "./index219.js";
14
+ import { getCallError as at } from "./index217.js";
15
+ import { extract as et } from "./index218.js";
16
16
  import { formatTransactionRequest as rt } from "./index144.js";
17
17
  import { createBatchScheduler as ot } from "./index15.js";
18
- import { serializeStateOverride as ct } from "./index220.js";
18
+ import { serializeStateOverride as ct } from "./index219.js";
19
19
  import { assertRequest as nt } from "./index157.js";
20
- import { parseAbi as z } from "./index201.js";
20
+ import { parseAbi as z } from "./index196.js";
21
21
  async function Et(t, a) {
22
22
  const { account: e = t.account, authorizationList: n, batch: r = !!t.batch?.multicall, blockNumber: m, blockTag: C = t.experimental_blockTag ?? "latest", accessList: x, blobs: D, blockOverrides: d, code: p, data: o, factory: u, factoryData: s, gas: B, gasPrice: b, maxFeePerBlobGas: h, maxFeePerGas: y, maxPriorityFeePerGas: g, nonce: k, to: f, value: H, stateOverride: L, ...j } = a, R = e ? W(e) : void 0;
23
23
  if (p && (u || s))
@@ -1,19 +1,6 @@
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;
1
+ function n(e) {
2
+ return `[${e.slice(2)}]`;
16
3
  }
17
4
  export {
18
- b as hashAuthorization
5
+ n as encodeLabelhash
19
6
  };
@@ -1,6 +1,139 @@
1
- function n(e) {
2
- return `[${e.slice(2)}]`;
1
+ import { readContract as w } from "./index55.js";
2
+ import { EnsAvatarUriResolutionError as d, EnsAvatarInvalidNftUriError as p, EnsAvatarUnsupportedNamespaceError as I, EnsAvatarInvalidMetadataError as y } from "./index99.js";
3
+ const v = /(?<protocol>https?:\/\/[^\/]*|ipfs:\/|ipns:\/|ar:\/)?(?<root>\/)?(?<subpath>ipfs\/|ipns\/)?(?<target>[\w\-.]+)(?<subtarget>\/.*)?/, A = /^(Qm[1-9A-HJ-NP-Za-km-z]{44,}|b[A-Za-z2-7]{58,}|B[A-Z2-7]{58,}|z[1-9A-HJ-NP-Za-km-z]{48,}|F[0-9A-F]{50,})(\/(?<target>[\w\-.]+))?(?<subtarget>\/.*)?$/, b = /^data:([a-zA-Z\-/+]*);base64,([^"].*)/, E = /^data:([a-zA-Z\-/+]*)?(;[a-zA-Z0-9].*?)?(,)/;
4
+ async function k(e) {
5
+ try {
6
+ const t = await fetch(e, { method: "HEAD" });
7
+ return t.status === 200 ? t.headers.get("content-type")?.startsWith("image/") : !1;
8
+ } catch (t) {
9
+ return typeof t == "object" && typeof t.response < "u" || !globalThis.hasOwnProperty("Image") ? !1 : new Promise((n) => {
10
+ const a = new Image();
11
+ a.onload = () => {
12
+ n(!0);
13
+ }, a.onerror = () => {
14
+ n(!1);
15
+ }, a.src = e;
16
+ });
17
+ }
18
+ }
19
+ function l(e, t) {
20
+ return e ? e.endsWith("/") ? e.slice(0, -1) : e : t;
21
+ }
22
+ function C({ uri: e, gatewayUrls: t }) {
23
+ const n = b.test(e);
24
+ if (n)
25
+ return { uri: e, isOnChain: !0, isEncoded: n };
26
+ const a = l(t?.ipfs, "https://ipfs.io"), r = l(t?.arweave, "https://arweave.net"), f = e.match(v), { protocol: i, subpath: c, target: s, subtarget: h = "" } = f?.groups || {}, u = i === "ipns:/" || c === "ipns/", m = i === "ipfs:/" || c === "ipfs/" || A.test(e);
27
+ if (e.startsWith("http") && !u && !m) {
28
+ let g = e;
29
+ return t?.arweave && (g = e.replace(/https:\/\/arweave.net/g, t?.arweave)), { uri: g, isOnChain: !1, isEncoded: !1 };
30
+ }
31
+ if ((u || m) && s)
32
+ return {
33
+ uri: `${a}/${u ? "ipns" : "ipfs"}/${s}${h}`,
34
+ isOnChain: !1,
35
+ isEncoded: !1
36
+ };
37
+ if (i === "ar:/" && s)
38
+ return {
39
+ uri: `${r}/${s}${h || ""}`,
40
+ isOnChain: !1,
41
+ isEncoded: !1
42
+ };
43
+ let o = e.replace(E, "");
44
+ if (o.startsWith("<svg") && (o = `data:image/svg+xml;base64,${btoa(o)}`), o.startsWith("data:") || o.startsWith("{"))
45
+ return {
46
+ uri: o,
47
+ isOnChain: !0,
48
+ isEncoded: !1
49
+ };
50
+ throw new d({ uri: e });
51
+ }
52
+ function U(e) {
53
+ if (typeof e != "object" || !("image" in e) && !("image_url" in e) && !("image_data" in e))
54
+ throw new y({ data: e });
55
+ return e.image || e.image_url || e.image_data;
56
+ }
57
+ async function $({ gatewayUrls: e, uri: t }) {
58
+ try {
59
+ const n = await fetch(t).then((r) => r.json());
60
+ return await R({
61
+ gatewayUrls: e,
62
+ uri: U(n)
63
+ });
64
+ } catch {
65
+ throw new d({ uri: t });
66
+ }
67
+ }
68
+ async function R({ gatewayUrls: e, uri: t }) {
69
+ const { uri: n, isOnChain: a } = C({ uri: t, gatewayUrls: e });
70
+ if (a || await k(n))
71
+ return n;
72
+ throw new d({ uri: t });
73
+ }
74
+ function D(e) {
75
+ let t = e;
76
+ t.startsWith("did:nft:") && (t = t.replace("did:nft:", "").replace(/_/g, "/"));
77
+ const [n, a, r] = t.split("/"), [f, i] = n.split(":"), [c, s] = a.split(":");
78
+ if (!f || f.toLowerCase() !== "eip155")
79
+ throw new p({ reason: "Only EIP-155 supported" });
80
+ if (!i)
81
+ throw new p({ reason: "Chain ID not found" });
82
+ if (!s)
83
+ throw new p({
84
+ reason: "Contract address not found"
85
+ });
86
+ if (!r)
87
+ throw new p({ reason: "Token ID not found" });
88
+ if (!c)
89
+ throw new p({ reason: "ERC namespace not found" });
90
+ return {
91
+ chainID: Number.parseInt(i),
92
+ namespace: c.toLowerCase(),
93
+ contractAddress: s,
94
+ tokenID: r
95
+ };
96
+ }
97
+ async function O(e, { nft: t }) {
98
+ if (t.namespace === "erc721")
99
+ return w(e, {
100
+ address: t.contractAddress,
101
+ abi: [
102
+ {
103
+ name: "tokenURI",
104
+ type: "function",
105
+ stateMutability: "view",
106
+ inputs: [{ name: "tokenId", type: "uint256" }],
107
+ outputs: [{ name: "", type: "string" }]
108
+ }
109
+ ],
110
+ functionName: "tokenURI",
111
+ args: [BigInt(t.tokenID)]
112
+ });
113
+ if (t.namespace === "erc1155")
114
+ return w(e, {
115
+ address: t.contractAddress,
116
+ abi: [
117
+ {
118
+ name: "uri",
119
+ type: "function",
120
+ stateMutability: "view",
121
+ inputs: [{ name: "_id", type: "uint256" }],
122
+ outputs: [{ name: "", type: "string" }]
123
+ }
124
+ ],
125
+ functionName: "uri",
126
+ args: [BigInt(t.tokenID)]
127
+ });
128
+ throw new I({ namespace: t.namespace });
3
129
  }
4
130
  export {
5
- n as encodeLabelhash
131
+ l as getGateway,
132
+ U as getJsonImage,
133
+ $ as getMetadataAvatarUri,
134
+ O as getNftTokenUri,
135
+ k as isImageUri,
136
+ R as parseAvatarUri,
137
+ D as parseNftUri,
138
+ C as resolveAvatarUri
6
139
  };