@coinbase/cdp-hooks 0.0.53 → 0.0.54

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 (51) hide show
  1. package/dist/esm/index223.js +12 -9
  2. package/dist/esm/index224.js +9 -16
  3. package/dist/esm/index225.js +15 -21
  4. package/dist/esm/index226.js +22 -30
  5. package/dist/esm/index227.js +31 -2
  6. package/dist/esm/index228.js +2 -14
  7. package/dist/esm/index229.js +13 -12
  8. package/dist/esm/index230.js +10 -45
  9. package/dist/esm/index231.js +47 -9
  10. package/dist/esm/index232.js +8 -12
  11. package/dist/esm/index233.js +13 -14
  12. package/dist/esm/index234.js +14 -8
  13. package/dist/esm/index235.js +6 -13
  14. package/dist/esm/index236.js +15 -24
  15. package/dist/esm/index237.js +24 -11
  16. package/dist/esm/index238.js +10 -23
  17. package/dist/esm/index239.js +24 -51
  18. package/dist/esm/index240.js +51 -17
  19. package/dist/esm/index241.js +17 -14
  20. package/dist/esm/index242.js +14 -11
  21. package/dist/esm/index243.js +11 -12
  22. package/dist/esm/index261.js +16 -3
  23. package/dist/esm/index262.js +3 -136
  24. package/dist/esm/index263.js +125 -144
  25. package/dist/esm/index264.js +155 -9
  26. package/dist/esm/index265.js +9 -16
  27. package/dist/esm/index266.js +1 -1
  28. package/dist/esm/index267.js +1 -1
  29. package/dist/esm/index27.js +1 -1
  30. package/dist/esm/index277.js +1 -1
  31. package/dist/esm/index278.js +1 -1
  32. package/dist/esm/index282.js +1 -1
  33. package/dist/esm/index284.js +1 -1
  34. package/dist/esm/index30.js +2 -2
  35. package/dist/esm/index31.js +1 -1
  36. package/dist/esm/index32.js +2 -2
  37. package/dist/esm/index33.js +1 -1
  38. package/dist/esm/index34.js +2 -2
  39. package/dist/esm/index35.js +5 -5
  40. package/dist/esm/index36.js +2 -2
  41. package/dist/esm/index43.js +4 -4
  42. package/dist/esm/index53.js +1 -1
  43. package/dist/esm/index54.js +1 -1
  44. package/dist/esm/index59.js +1 -1
  45. package/dist/esm/index67.js +3 -3
  46. package/dist/esm/index68.js +2 -2
  47. package/dist/esm/index71.js +1 -1
  48. package/dist/esm/index72.js +1 -1
  49. package/dist/esm/index79.js +3 -3
  50. package/dist/esm/index82.js +1 -1
  51. package/package.json +3 -3
@@ -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 "./index262.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 "./index263.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 "./index264.js";
2
+ import { toRpc as e } from "./index265.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 "./index261.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 "./index264.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
  };