@coinbase/cdp-hooks 0.0.19 → 0.0.20

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 (59) hide show
  1. package/README.md +13 -5
  2. package/dist/esm/index14.js +1 -1
  3. package/dist/esm/index15.js +1 -1
  4. package/dist/esm/index18.js +3 -3
  5. package/dist/esm/index19.js +2 -2
  6. package/dist/esm/index20.js +3 -3
  7. package/dist/esm/index205.js +36 -7
  8. package/dist/esm/index206.js +15 -6
  9. package/dist/esm/index207.js +8 -36
  10. package/dist/esm/index208.js +12 -15
  11. package/dist/esm/index209.js +9 -8
  12. package/dist/esm/index21.js +2 -2
  13. package/dist/esm/index210.js +16 -12
  14. package/dist/esm/index211.js +7 -9
  15. package/dist/esm/index212.js +21 -15
  16. package/dist/esm/index213.js +30 -22
  17. package/dist/esm/index214.js +2 -31
  18. package/dist/esm/index215.js +14 -2
  19. package/dist/esm/index216.js +12 -13
  20. package/dist/esm/index217.js +45 -10
  21. package/dist/esm/index218.js +5 -46
  22. package/dist/esm/index22.js +3 -3
  23. package/dist/esm/index225.js +1 -1
  24. package/dist/esm/index226.js +1 -1
  25. package/dist/esm/index227.js +1 -1
  26. package/dist/esm/index23.js +5 -5
  27. package/dist/esm/index24.js +2 -2
  28. package/dist/esm/index244.js +125 -144
  29. package/dist/esm/index245.js +155 -9
  30. package/dist/esm/index246.js +7 -134
  31. package/dist/esm/index248.js +1 -1
  32. package/dist/esm/index249.js +1 -1
  33. package/dist/esm/index25.js +1 -1
  34. package/dist/esm/index258.js +1 -1
  35. package/dist/esm/index259.js +1 -1
  36. package/dist/esm/index26.js +1 -1
  37. package/dist/esm/index263.js +1 -1
  38. package/dist/esm/index264.js +1 -1
  39. package/dist/esm/index27.js +1 -1
  40. package/dist/esm/index28.js +1 -1
  41. package/dist/esm/index29.js +1 -1
  42. package/dist/esm/index30.js +1 -1
  43. package/dist/esm/index31.js +2 -2
  44. package/dist/esm/index32.js +1 -1
  45. package/dist/esm/index40.js +1 -1
  46. package/dist/esm/index41.js +1 -1
  47. package/dist/esm/index50.js +1 -1
  48. package/dist/esm/index53.js +1 -1
  49. package/dist/esm/index54.js +1 -1
  50. package/dist/esm/index55.js +2 -2
  51. package/dist/esm/index57.js +1 -1
  52. package/dist/esm/index61.js +3 -3
  53. package/dist/esm/index62.js +3 -3
  54. package/dist/esm/index63.js +3 -3
  55. package/dist/esm/index64.js +3 -3
  56. package/dist/esm/index65.js +3 -3
  57. package/dist/esm/index66.js +3 -3
  58. package/dist/esm/index68.js +1 -1
  59. package/package.json +3 -3
@@ -1,139 +1,12 @@
1
- import { readContract as w } from "./index54.js";
2
- import { EnsAvatarUriResolutionError as d, EnsAvatarInvalidNftUriError as p, EnsAvatarUnsupportedNamespaceError as I, EnsAvatarInvalidMetadataError as y } from "./index98.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" });
1
+ import { fromNumber as e } from "./index245.js";
2
+ function r(o) {
90
3
  return {
91
- chainID: Number.parseInt(i),
92
- namespace: c.toLowerCase(),
93
- contractAddress: s,
94
- tokenID: r
4
+ address: o.address,
5
+ amount: e(o.amount),
6
+ index: e(o.index),
7
+ validatorIndex: e(o.validatorIndex)
95
8
  };
96
9
  }
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 });
129
- }
130
10
  export {
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
11
+ r as toRpc
139
12
  };
@@ -1,6 +1,6 @@
1
1
  import { BaseError as y } from "./index256.js";
2
2
  import { keccak256 as v } from "./index259.js";
3
- import { validate as $, slice as A, fromString as S } from "./index244.js";
3
+ import { validate as $, slice as A, fromString as S } from "./index245.js";
4
4
  import { isArgOfType as E, normalizeSignature as p, getAmbiguousTypes as B } from "./index260.js";
5
5
  import { parseAbiItem as l } from "./index199.js";
6
6
  import { formatAbiItem as h } from "./index191.js";
@@ -1,6 +1,6 @@
1
1
  import { assert as p } from "./index261.js";
2
2
  import { BaseError as u } from "./index256.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 "./index244.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 "./index245.js";
4
4
  import { integerRegex as A, bytesRegex as $, arrayRegex as L } from "./index262.js";
5
5
  import { prepareParameters as z, encode as I } from "./index263.js";
6
6
  function N(n, e, t) {
@@ -1,4 +1,4 @@
1
- import { createFilterRequestScope as r } from "./index206.js";
1
+ import { createFilterRequestScope as r } from "./index218.js";
2
2
  async function i(e) {
3
3
  const o = r(e, {
4
4
  method: "eth_newBlockFilter"
@@ -1,4 +1,4 @@
1
- import { SizeExceedsPaddingSizeError as s, size as i, SliceOffsetOutOfBoundsError as f, SizeOverflowError as p } from "./index244.js";
1
+ import { SizeExceedsPaddingSizeError as s, size as i, SliceOffsetOutOfBoundsError as f, SizeOverflowError as p } from "./index245.js";
2
2
  function c(t, e) {
3
3
  if (i(t) > e)
4
4
  throw new p({
@@ -1,6 +1,6 @@
1
1
  import { keccak_256 as f } from "./index183.js";
2
2
  import { from as m } from "./index264.js";
3
- import { fromBytes as s } from "./index244.js";
3
+ import { fromBytes as s } from "./index245.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);
@@ -1,6 +1,6 @@
1
1
  import { encodeEventTopics as l } from "./index135.js";
2
2
  import { numberToHex as s } from "./index108.js";
3
- import { createFilterRequestScope as u } from "./index206.js";
3
+ import { createFilterRequestScope as u } from "./index218.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,7 +1,7 @@
1
1
  import { InvalidTypeError as g, InvalidArrayError as b, ArrayLengthMismatchError as w, BytesSizeMismatchError as z } from "./index249.js";
2
2
  import { assert as x } from "./index261.js";
3
3
  import { BaseError as S } from "./index256.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 "./index244.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 "./index245.js";
5
5
  import { integerRegex as L } from "./index262.js";
6
6
  function q({ checksumAddress: e, parameters: n, values: r }) {
7
7
  const t = [];
@@ -1,5 +1,5 @@
1
1
  import { BaseError as c } from "./index256.js";
2
- import { padRight as h } from "./index244.js";
2
+ import { padRight as h } from "./index245.js";
3
3
  import { charCodeToBase16 as b, assertSize as g, pad as m } from "./index265.js";
4
4
  import { assertSize as p } from "./index258.js";
5
5
  const l = /* @__PURE__ */ new TextEncoder();
@@ -1,6 +1,6 @@
1
1
  import { encodeEventTopics as b } from "./index135.js";
2
2
  import { numberToHex as m } from "./index108.js";
3
- import { createFilterRequestScope as h } from "./index206.js";
3
+ import { createFilterRequestScope as h } from "./index218.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 "./index206.js";
1
+ import { createFilterRequestScope as r } from "./index218.js";
2
2
  async function a(e) {
3
3
  const n = r(e, {
4
4
  method: "eth_newPendingTransactionFilter"
@@ -1,7 +1,7 @@
1
1
  import { parseAccount as u } from "./index10.js";
2
2
  import { encodeFunctionData as f } from "./index136.js";
3
3
  import { getContractError as p } from "./index179.js";
4
- import { getAction as g } from "./index205.js";
4
+ import { getAction as g } from "./index211.js";
5
5
  import { estimateGas as G } from "./index31.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({
@@ -1,5 +1,5 @@
1
1
  import { BaseFeeScalarError as p, Eip1559FeesNotSupportedError as F } from "./index94.js";
2
- import { getAction as l } from "./index205.js";
2
+ import { getAction as l } from "./index211.js";
3
3
  import { internal_estimateMaxPriorityFeePerGas as u } from "./index32.js";
4
4
  import { getBlock as G } from "./index35.js";
5
5
  import { getGasPrice as b } from "./index45.js";
@@ -3,9 +3,9 @@ import { BaseError as _ } from "./index81.js";
3
3
  import { recoverAuthorizationAddress as A } from "./index219.js";
4
4
  import { numberToHex as x } from "./index108.js";
5
5
  import { getEstimateGasError as E } from "./index220.js";
6
- import { extract as N } from "./index217.js";
6
+ import { extract as N } from "./index216.js";
7
7
  import { formatTransactionRequest as S } from "./index143.js";
8
- import { serializeStateOverride as I } from "./index218.js";
8
+ import { serializeStateOverride as I } from "./index217.js";
9
9
  import { assertRequest as V } from "./index156.js";
10
10
  import { prepareTransactionRequest as C } from "./index68.js";
11
11
  import { getBalance as j } from "./index33.js";
@@ -1,6 +1,6 @@
1
1
  import { Eip1559FeesNotSupportedError as f } from "./index94.js";
2
2
  import { hexToBigInt as u } from "./index141.js";
3
- import { getAction as s } from "./index205.js";
3
+ import { getAction as s } from "./index211.js";
4
4
  import { getBlock as c } from "./index35.js";
5
5
  import { getGasPrice as y } from "./index45.js";
6
6
  async function h(e, o) {
@@ -1,5 +1,5 @@
1
1
  import { getAbiItem as p } from "./index88.js";
2
- import { getAction as v } from "./index205.js";
2
+ import { getAction as v } from "./index211.js";
3
3
  import { getLogs as l } from "./index46.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");
@@ -1,5 +1,5 @@
1
1
  import { Eip712DomainNotFoundError as u } from "./index221.js";
2
- import { getAction as d } from "./index205.js";
2
+ import { getAction as d } from "./index211.js";
3
3
  import { readContract as f } from "./index54.js";
4
4
  async function E(a, o) {
5
5
  const { address: e, factory: r, factoryData: i } = o;
@@ -1,4 +1,4 @@
1
- import { getAction as n } from "./index205.js";
1
+ import { getAction as n } from "./index211.js";
2
2
  import { getBlockNumber as a } from "./index36.js";
3
3
  import { getTransaction as m } from "./index49.js";
4
4
  async function f(o, { hash: r, transactionReceipt: e }) {
@@ -6,7 +6,7 @@ import { decodeFunctionResult as q } from "./index129.js";
6
6
  import { encodeFunctionData as B } from "./index136.js";
7
7
  import { getChainContractAddress as O } from "./index172.js";
8
8
  import { getContractError as E } from "./index179.js";
9
- import { getAction as T } from "./index205.js";
9
+ import { getAction as T } from "./index211.js";
10
10
  import { readContract as Z } from "./index54.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);
@@ -1,7 +1,7 @@
1
1
  import { decodeFunctionResult as m } from "./index129.js";
2
2
  import { encodeFunctionData as s } from "./index136.js";
3
3
  import { getContractError as f } from "./index179.js";
4
- import { getAction as l } from "./index205.js";
4
+ import { getAction as l } from "./index211.js";
5
5
  import { call as p } from "./index23.js";
6
6
  async function x(n, e) {
7
7
  const { abi: t, address: c, args: o, functionName: r, ...d } = e, i = s({
@@ -1,4 +1,4 @@
1
- import { toRpc as R } from "./index214.js";
1
+ import { toRpc as R } from "./index213.js";
2
2
  import { parseAccount as q } from "./index10.js";
3
3
  import { AbiDecodingZeroDataError as D } from "./index78.js";
4
4
  import { RawContractError as S } from "./index84.js";
@@ -12,7 +12,7 @@ import { getNodeError as A } from "./index224.js";
12
12
  import { formatBlock as _ } from "./index113.js";
13
13
  import { formatLog as z } from "./index116.js";
14
14
  import { formatTransactionRequest as I } from "./index143.js";
15
- import { serializeStateOverride as L } from "./index218.js";
15
+ import { serializeStateOverride as L } from "./index217.js";
16
16
  import { assertRequest as V } from "./index156.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;
@@ -2,7 +2,7 @@ import { parseAccount as p } from "./index10.js";
2
2
  import { decodeFunctionResult as h } from "./index129.js";
3
3
  import { encodeFunctionData as x } from "./index136.js";
4
4
  import { getContractError as b } from "./index179.js";
5
- import { getAction as g } from "./index205.js";
5
+ import { getAction as g } from "./index211.js";
6
6
  import { call as A } from "./index23.js";
7
7
  async function R(s, m) {
8
8
  const { abi: t, address: r, args: o, dataSuffix: n, functionName: a, ...c } = m, e = c.account ? p(c.account) : s.account, d = x({ abi: t, args: o, functionName: a });
@@ -1,8 +1,8 @@
1
1
  import { BlockNotFoundError as D } from "./index83.js";
2
2
  import { WaitForTransactionReceiptTimeoutError as M, TransactionNotFoundError as O, TransactionReceiptNotFoundError as W } from "./index92.js";
3
- import { getAction as l } from "./index205.js";
4
- import { observe as q } from "./index207.js";
5
- import { withResolvers as z } from "./index209.js";
3
+ import { getAction as l } from "./index211.js";
4
+ import { observe as q } from "./index205.js";
5
+ import { withResolvers as z } from "./index207.js";
6
6
  import { withRetry as B } from "./index174.js";
7
7
  import { stringify as G } from "./index102.js";
8
8
  import { getBlock as H } from "./index35.js";
@@ -1,7 +1,7 @@
1
1
  import { hexToBigInt as w } from "./index141.js";
2
- import { getAction as g } from "./index205.js";
3
- import { observe as k } from "./index207.js";
4
- import { poll as h } from "./index208.js";
2
+ import { getAction as g } from "./index211.js";
3
+ import { observe as k } from "./index205.js";
4
+ import { poll as h } from "./index206.js";
5
5
  import { stringify as y } from "./index102.js";
6
6
  import { getBlockNumber as v } from "./index36.js";
7
7
  function H(r, { emitOnBegin: c = !1, emitMissed: a = !1, onBlockNumber: l, onError: b, poll: i, pollingInterval: m = r.pollingInterval }) {
@@ -1,6 +1,6 @@
1
- import { getAction as p } from "./index205.js";
2
- import { observe as h } from "./index207.js";
3
- import { poll as v } from "./index208.js";
1
+ import { getAction as p } from "./index211.js";
2
+ import { observe as h } from "./index205.js";
3
+ import { poll as v } from "./index206.js";
4
4
  import { stringify as S } from "./index102.js";
5
5
  import { getBlock as i } from "./index35.js";
6
6
  function P(r, { blockTag: l = r.experimental_blockTag ?? "latest", emitMissed: y = !1, emitOnBegin: m = !1, onBlock: k, onError: f, includeTransactions: B, poll: d, pollingInterval: w = r.pollingInterval }) {
@@ -3,9 +3,9 @@ import { InvalidInputRpcError as T } from "./index95.js";
3
3
  import { decodeEventLog as z } from "./index125.js";
4
4
  import { encodeEventTopics as A } from "./index135.js";
5
5
  import { formatLog as B } from "./index116.js";
6
- import { getAction as g } from "./index205.js";
7
- import { observe as F } from "./index207.js";
8
- import { poll as O } from "./index208.js";
6
+ import { getAction as g } from "./index211.js";
7
+ import { observe as F } from "./index205.js";
8
+ import { poll as O } from "./index206.js";
9
9
  import { stringify as D } from "./index102.js";
10
10
  import { createContractEventFilter as R } from "./index26.js";
11
11
  import { getBlockNumber as U } from "./index36.js";
@@ -1,12 +1,12 @@
1
1
  import { encodeEventTopics as S } from "./index135.js";
2
- import { observe as B } from "./index207.js";
3
- import { poll as C } from "./index208.js";
2
+ import { observe as B } from "./index205.js";
3
+ import { poll as C } from "./index206.js";
4
4
  import { stringify as T } from "./index102.js";
5
5
  import { DecodeLogDataMismatch as z, DecodeLogTopicsMismatch as A } from "./index78.js";
6
6
  import { InvalidInputRpcError as O } from "./index95.js";
7
7
  import { decodeEventLog as P } from "./index125.js";
8
8
  import { formatLog as I } from "./index116.js";
9
- import { getAction as u } from "./index205.js";
9
+ import { getAction as u } from "./index211.js";
10
10
  import { createEventFilter as R } from "./index27.js";
11
11
  import { getBlockNumber as U } from "./index36.js";
12
12
  import { getFilterChanges as j } from "./index43.js";
@@ -1,6 +1,6 @@
1
- import { getAction as c } from "./index205.js";
2
- import { observe as p } from "./index207.js";
3
- import { poll as b } from "./index208.js";
1
+ import { getAction as c } from "./index211.js";
2
+ import { observe as p } from "./index205.js";
3
+ import { poll as b } from "./index206.js";
4
4
  import { stringify as m } from "./index102.js";
5
5
  import { createPendingTransactionFilter as d } from "./index28.js";
6
6
  import { getFilterChanges as h } from "./index43.js";
@@ -8,7 +8,7 @@ import { blobsToCommitments as q } from "./index163.js";
8
8
  import { blobsToProofs as V } from "./index167.js";
9
9
  import { commitmentsToVersionedHashes as _ } from "./index166.js";
10
10
  import { toBlobSidecars as B } from "./index168.js";
11
- import { getAction as p } from "./index205.js";
11
+ import { getAction as p } from "./index211.js";
12
12
  import { assertRequest as E } from "./index156.js";
13
13
  import { getTransactionType as M } from "./index145.js";
14
14
  import { getChainId as N } from "./index38.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cdp-hooks",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/**",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "peerDependencies": {
16
16
  "react": ">=18.2.0",
17
- "@coinbase/cdp-core": "^0.0.19"
17
+ "@coinbase/cdp-core": "^0.0.20"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@testing-library/jest-dom": "^6.6.3",
@@ -29,7 +29,7 @@
29
29
  "@size-limit/webpack": "^11.2.0",
30
30
  "@size-limit/webpack-why": "^11.2.0",
31
31
  "size-limit": "^11.2.0",
32
- "@coinbase/cdp-core": "^0.0.19"
32
+ "@coinbase/cdp-core": "^0.0.20"
33
33
  },
34
34
  "size-limit": [
35
35
  {