@coinbase/cdp-hooks 0.0.21 → 0.0.22

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 (61) hide show
  1. package/README.md +87 -73
  2. package/dist/esm/index15.js +1 -1
  3. package/dist/esm/index16.js +1 -1
  4. package/dist/esm/index19.js +3 -3
  5. package/dist/esm/index20.js +1 -1
  6. package/dist/esm/index206.js +36 -7
  7. package/dist/esm/index207.js +15 -6
  8. package/dist/esm/index208.js +8 -36
  9. package/dist/esm/index209.js +12 -15
  10. package/dist/esm/index21.js +3 -3
  11. package/dist/esm/index210.js +9 -8
  12. package/dist/esm/index211.js +16 -9
  13. package/dist/esm/index212.js +7 -16
  14. package/dist/esm/index216.js +1 -1
  15. package/dist/esm/index219.js +6 -9
  16. package/dist/esm/index22.js +2 -2
  17. package/dist/esm/index220.js +8 -12
  18. package/dist/esm/index221.js +13 -14
  19. package/dist/esm/index222.js +14 -8
  20. package/dist/esm/index223.js +6 -13
  21. package/dist/esm/index224.js +15 -24
  22. package/dist/esm/index225.js +24 -11
  23. package/dist/esm/index226.js +10 -23
  24. package/dist/esm/index227.js +24 -51
  25. package/dist/esm/index228.js +51 -17
  26. package/dist/esm/index229.js +17 -14
  27. package/dist/esm/index23.js +3 -3
  28. package/dist/esm/index230.js +14 -11
  29. package/dist/esm/index231.js +11 -12
  30. package/dist/esm/index26.js +1 -1
  31. package/dist/esm/index27.js +1 -1
  32. package/dist/esm/index28.js +1 -1
  33. package/dist/esm/index29.js +1 -1
  34. package/dist/esm/index3.js +105 -105
  35. package/dist/esm/index30.js +1 -1
  36. package/dist/esm/index31.js +1 -1
  37. package/dist/esm/index32.js +2 -2
  38. package/dist/esm/index33.js +1 -1
  39. package/dist/esm/index41.js +1 -1
  40. package/dist/esm/index42.js +2 -2
  41. package/dist/esm/index43.js +1 -1
  42. package/dist/esm/index48.js +1 -1
  43. package/dist/esm/index51.js +1 -1
  44. package/dist/esm/index54.js +1 -1
  45. package/dist/esm/index55.js +1 -1
  46. package/dist/esm/index56.js +1 -1
  47. package/dist/esm/index57.js +2 -2
  48. package/dist/esm/index58.js +1 -1
  49. package/dist/esm/index60.js +1 -1
  50. package/dist/esm/index61.js +1 -1
  51. package/dist/esm/index62.js +3 -3
  52. package/dist/esm/index63.js +3 -3
  53. package/dist/esm/index64.js +3 -3
  54. package/dist/esm/index65.js +3 -3
  55. package/dist/esm/index66.js +3 -3
  56. package/dist/esm/index67.js +3 -3
  57. package/dist/esm/index68.js +3 -3
  58. package/dist/esm/index69.js +1 -1
  59. package/dist/esm/index71.js +1 -1
  60. package/dist/types/index.d.ts +22 -19
  61. package/package.json +3 -3
@@ -1,27 +1,18 @@
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 { 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
+ };
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 "./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);
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
+ });
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 "./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;
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");
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 "./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
- }
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;
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 "./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 "./index212.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
+ }
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 "./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
+ 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
  };
@@ -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 "./index211.js";
6
+ import { isNullUniversalResolverError as g } from "./index210.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 "./index212.js";
10
- import { getAction as y } from "./index206.js";
9
+ import { packetToBytes as C } from "./index211.js";
10
+ import { getAction as y } from "./index212.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,14 +1,17 @@
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;
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;
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 "./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;
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,4 +1,4 @@
1
- import { createFilterRequestScope as r } from "./index207.js";
1
+ import { createFilterRequestScope as r } from "./index219.js";
2
2
  async function i(e) {
3
3
  const o = r(e, {
4
4
  method: "eth_newBlockFilter"
@@ -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 "./index207.js";
3
+ import { createFilterRequestScope as u } from "./index219.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"
@@ -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 "./index207.js";
3
+ import { createFilterRequestScope as h } from "./index219.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"
@@ -1,4 +1,4 @@
1
- import { createFilterRequestScope as r } from "./index207.js";
1
+ import { createFilterRequestScope as r } from "./index219.js";
2
2
  async function a(e) {
3
3
  const n = r(e, {
4
4
  method: "eth_newPendingTransactionFilter"