@gardenfi/swap 0.1.3-beta.21 → 0.1.3-beta.23

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 (93) hide show
  1. package/dist/index109.cjs +1 -1
  2. package/dist/index109.js +1 -1
  3. package/dist/index116.cjs +1 -1
  4. package/dist/index116.js +2 -2
  5. package/dist/index117.cjs +1 -1
  6. package/dist/index117.js +1 -1
  7. package/dist/index118.cjs +1 -1
  8. package/dist/index118.js +1 -1
  9. package/dist/index119.cjs +1 -1
  10. package/dist/index119.js +1 -1
  11. package/dist/index120.cjs +1 -1
  12. package/dist/index120.js +2 -2
  13. package/dist/index128.cjs +1 -1
  14. package/dist/index128.js +1 -1
  15. package/dist/index130.cjs +1 -1
  16. package/dist/index130.js +1 -1
  17. package/dist/index138.cjs +1 -1
  18. package/dist/index138.js +1 -1
  19. package/dist/index139.cjs +1 -1
  20. package/dist/index139.js +1 -1
  21. package/dist/index144.cjs +1 -1
  22. package/dist/index144.js +1 -1
  23. package/dist/index152.cjs +1 -1
  24. package/dist/index152.js +2 -2
  25. package/dist/index163.cjs +1 -1
  26. package/dist/index163.js +2 -2
  27. package/dist/index168.cjs +1 -1
  28. package/dist/index168.js +1 -1
  29. package/dist/index24.cjs +1 -1
  30. package/dist/index24.js +2 -2
  31. package/dist/index275.cjs +1 -1
  32. package/dist/index275.js +1 -1
  33. package/dist/index29.cjs +1 -1
  34. package/dist/index29.js +1 -1
  35. package/dist/index30.cjs +1 -1
  36. package/dist/index30.js +2 -2
  37. package/dist/index306.cjs +1 -1
  38. package/dist/index306.js +11 -9
  39. package/dist/index307.cjs +1 -1
  40. package/dist/index307.js +9 -16
  41. package/dist/index308.cjs +1 -1
  42. package/dist/index308.js +15 -21
  43. package/dist/index309.cjs +1 -1
  44. package/dist/index309.js +21 -12
  45. package/dist/index310.cjs +1 -1
  46. package/dist/index310.js +10 -10
  47. package/dist/index311.cjs +1 -1
  48. package/dist/index311.js +13 -14
  49. package/dist/index312.cjs +1 -1
  50. package/dist/index312.js +14 -9
  51. package/dist/index313.cjs +1 -1
  52. package/dist/index313.js +7 -13
  53. package/dist/index314.cjs +1 -1
  54. package/dist/index314.js +14 -24
  55. package/dist/index315.cjs +1 -1
  56. package/dist/index315.js +21 -27
  57. package/dist/index316.cjs +1 -2
  58. package/dist/index316.js +31 -18
  59. package/dist/index317.cjs +2 -1
  60. package/dist/index317.js +18 -14
  61. package/dist/index318.cjs +1 -1
  62. package/dist/index318.js +14 -11
  63. package/dist/index327.cjs +1 -1
  64. package/dist/index327.js +1 -1
  65. package/dist/index351.cjs +1 -1
  66. package/dist/index351.js +1 -1
  67. package/dist/index358.cjs +1 -1
  68. package/dist/index358.js +16 -14
  69. package/dist/index359.cjs +1 -1
  70. package/dist/index359.js +14 -16
  71. package/dist/index361.cjs +1 -1
  72. package/dist/index361.js +50 -204
  73. package/dist/index362.cjs +1 -1
  74. package/dist/index362.js +204 -50
  75. package/dist/index364.cjs +1 -1
  76. package/dist/index364.js +140 -3
  77. package/dist/index365.cjs +1 -1
  78. package/dist/index365.js +3 -140
  79. package/dist/index370.cjs +1 -1
  80. package/dist/index370.js +1 -1
  81. package/dist/index371.cjs +1 -1
  82. package/dist/index371.js +1 -1
  83. package/dist/index39.cjs +1 -1
  84. package/dist/index39.js +83 -24
  85. package/dist/index40.cjs +1 -1
  86. package/dist/index40.js +11 -15
  87. package/dist/index41.cjs +1 -1
  88. package/dist/index41.js +24 -103
  89. package/dist/index42.cjs +1 -1
  90. package/dist/index42.js +16 -86
  91. package/dist/index43.cjs +1 -1
  92. package/dist/index43.js +105 -11
  93. package/package.json +5 -5
package/dist/index310.js CHANGED
@@ -1,16 +1,16 @@
1
- import { UnknownNodeError as c } from "./index196.js";
2
- import { TransactionExecutionError as i } from "./index189.js";
3
- import { getNodeError as u } from "./index273.js";
4
- function s(r, { docsPath: t, ...o }) {
5
- const e = (() => {
6
- const n = u(r, o);
7
- return n instanceof c ? r : n;
1
+ import { EstimateGasExecutionError as i } from "./index193.js";
2
+ import { UnknownNodeError as m } from "./index196.js";
3
+ import { getNodeError as s } from "./index273.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
8
  })();
9
- return new i(e, {
10
- docsPath: t,
9
+ return new i(n, {
10
+ docsPath: e,
11
11
  ...o
12
12
  });
13
13
  }
14
14
  export {
15
- s as getTransactionError
15
+ a as getEstimateGasError
16
16
  };
package/dist/index311.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index179.cjs");class e extends t.BaseError{constructor({address:o}){super(`No EIP-712 domain found on contract "${o}".`,{metaMessages:["Ensure that:",`- The contract is deployed at the address "${o}".`,"- `eip712Domain()` function exists on the contract.","- `eip712Domain()` function matches signature to ERC-5267 specification."],name:"Eip712DomainNotFoundError"})}}exports.Eip712DomainNotFoundError=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./index196.cjs"),i=require("./index189.cjs"),s=require("./index273.cjs");function u(r,{docsPath:o,...e}){const t=(()=>{const n=s.getNodeError(r,e);return n instanceof c.UnknownNodeError?r:n})();return new i.TransactionExecutionError(t,{docsPath:o,...e})}exports.getTransactionError=u;
package/dist/index311.js CHANGED
@@ -1,17 +1,16 @@
1
- import { BaseError as t } from "./index179.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 { UnknownNodeError as c } from "./index196.js";
2
+ import { TransactionExecutionError as i } from "./index189.js";
3
+ import { getNodeError as u } from "./index273.js";
4
+ function s(r, { docsPath: t, ...o }) {
5
+ const e = (() => {
6
+ const n = u(r, o);
7
+ return n instanceof c ? r : n;
8
+ })();
9
+ return new i(e, {
10
+ docsPath: t,
11
+ ...o
12
+ });
14
13
  }
15
14
  export {
16
- r as Eip712DomainNotFoundError
15
+ s as getTransactionError
17
16
  };
package/dist/index312.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function o(e){var t;return{baseFeePerGas:e.baseFeePerGas.map(a=>BigInt(a)),gasUsedRatio:e.gasUsedRatio,oldestBlock:BigInt(e.oldestBlock),reward:(t=e.reward)==null?void 0:t.map(a=>a.map(r=>BigInt(r)))}}exports.formatFeeHistory=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index179.cjs");class e extends t.BaseError{constructor({address:o}){super(`No EIP-712 domain found on contract "${o}".`,{metaMessages:["Ensure that:",`- The contract is deployed at the address "${o}".`,"- `eip712Domain()` function exists on the contract.","- `eip712Domain()` function matches signature to ERC-5267 specification."],name:"Eip712DomainNotFoundError"})}}exports.Eip712DomainNotFoundError=e;
package/dist/index312.js CHANGED
@@ -1,12 +1,17 @@
1
- function s(a) {
2
- var t;
3
- return {
4
- baseFeePerGas: a.baseFeePerGas.map((e) => BigInt(e)),
5
- gasUsedRatio: a.gasUsedRatio,
6
- oldestBlock: BigInt(a.oldestBlock),
7
- reward: (t = a.reward) == null ? void 0 : t.map((e) => e.map((r) => BigInt(r)))
8
- };
1
+ import { BaseError as t } from "./index179.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
+ }
9
14
  }
10
15
  export {
11
- s as formatFeeHistory
16
+ r as Eip712DomainNotFoundError
12
17
  };
package/dist/index313.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index74.cjs");function a(e){return e.map(n=>({...n,value:BigInt(n.value)}))}function r(e){return{...e,balance:e.balance?BigInt(e.balance):void 0,nonce:e.nonce?t.hexToNumber(e.nonce):void 0,storageProof:e.storageProof?a(e.storageProof):void 0}}exports.formatProof=r;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function o(e){var t;return{baseFeePerGas:e.baseFeePerGas.map(a=>BigInt(a)),gasUsedRatio:e.gasUsedRatio,oldestBlock:BigInt(e.oldestBlock),reward:(t=e.reward)==null?void 0:t.map(a=>a.map(r=>BigInt(r)))}}exports.formatFeeHistory=o;
package/dist/index313.js CHANGED
@@ -1,18 +1,12 @@
1
- import { hexToNumber as a } from "./index74.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 s(a) {
2
+ var t;
9
3
  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
4
+ baseFeePerGas: a.baseFeePerGas.map((e) => BigInt(e)),
5
+ gasUsedRatio: a.gasUsedRatio,
6
+ oldestBlock: BigInt(a.oldestBlock),
7
+ reward: (t = a.reward) == null ? void 0 : t.map((e) => e.map((r) => BigInt(r)))
14
8
  };
15
9
  }
16
10
  export {
17
- o as formatProof
11
+ s as formatFeeHistory
18
12
  };
package/dist/index314.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index366.cjs"),b=require("./index353.cjs"),d=require("./index280.cjs");function m(...t){var e;const[o,r]=(()=>{if(Array.isArray(t[0])){const[s,f]=t;return[c(s),f]}return t})(),{bytecode:u,args:n}=r;return d.concat(u,(e=o.inputs)!=null&&e.length&&(n!=null&&n.length)?b.encode(o.inputs,n):"0x")}function y(t){return i.from(t)}function c(t){const o=t.find(r=>r.type==="constructor");if(!o)throw new i.NotFoundError({name:"constructor"});return o}exports.encode=m;exports.from=y;exports.fromAbi=c;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index74.cjs");function a(e){return e.map(n=>({...n,value:BigInt(n.value)}))}function r(e){return{...e,balance:e.balance?BigInt(e.balance):void 0,nonce:e.nonce?t.hexToNumber(e.nonce):void 0,storageProof:e.storageProof?a(e.storageProof):void 0}}exports.formatProof=r;
package/dist/index314.js CHANGED
@@ -1,28 +1,18 @@
1
- import { from as f, NotFoundError as s } from "./index366.js";
2
- import { encode as m } from "./index353.js";
3
- import { concat as p } from "./index280.js";
4
- function h(...o) {
5
- var c;
6
- const [n, r] = (() => {
7
- if (Array.isArray(o[0])) {
8
- const [e, u] = o;
9
- return [d(e), u];
10
- }
11
- return o;
12
- })(), { bytecode: i, args: t } = r;
13
- return p(i, (c = n.inputs) != null && c.length && (t != null && t.length) ? m(n.inputs, t) : "0x");
1
+ import { hexToNumber as a } from "./index74.js";
2
+ function t(e) {
3
+ return e.map((n) => ({
4
+ ...n,
5
+ value: BigInt(n.value)
6
+ }));
14
7
  }
15
- function A(o) {
16
- return f(o);
17
- }
18
- function d(o) {
19
- const n = o.find((r) => r.type === "constructor");
20
- if (!n)
21
- throw new s({ name: "constructor" });
22
- return n;
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
+ };
23
15
  }
24
16
  export {
25
- h as encode,
26
- A as from,
27
- d as fromAbi
17
+ o as formatProof
28
18
  };
package/dist/index315.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index366.cjs"),l=require("./index353.cjs"),A=require("./index280.cjs");function y(...t){const[e,n=[]]=(()=>{if(Array.isArray(t[0])){const[m,g,a]=t;return[c(m,g,{args:a}),a]}const[b,d]=t;return[b,d]})(),{overloads:o}=e,i=o?c([e,...o],e.name,{args:n}):e,u=f(i),s=n.length>0?l.encode(i.inputs,n):void 0;return s?A.concat(u,s):u}function S(t,e={}){return r.from(t,e)}function c(t,e,n){const o=r.fromAbi(t,e,n);if(o.type!=="function")throw new r.NotFoundError({name:e,type:"function"});return o}function f(t){return r.getSelector(t)}exports.encodeData=y;exports.from=S;exports.fromAbi=c;exports.getSelector=f;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index366.cjs"),b=require("./index353.cjs"),d=require("./index280.cjs");function m(...t){var e;const[o,r]=(()=>{if(Array.isArray(t[0])){const[s,f]=t;return[c(s),f]}return t})(),{bytecode:u,args:n}=r;return d.concat(u,(e=o.inputs)!=null&&e.length&&(n!=null&&n.length)?b.encode(o.inputs,n):"0x")}function y(t){return i.from(t)}function c(t){const o=t.find(r=>r.type==="constructor");if(!o)throw new i.NotFoundError({name:"constructor"});return o}exports.encode=m;exports.from=y;exports.fromAbi=c;
package/dist/index315.js CHANGED
@@ -1,34 +1,28 @@
1
- import { from as g, fromAbi as b, NotFoundError as l, getSelector as p } from "./index366.js";
2
- import { encode as A } from "./index353.js";
3
- import { concat as y } from "./index280.js";
4
- function w(...o) {
5
- const [t, n = []] = (() => {
1
+ import { from as f, NotFoundError as s } from "./index366.js";
2
+ import { encode as m } from "./index353.js";
3
+ import { concat as p } from "./index280.js";
4
+ function h(...o) {
5
+ var c;
6
+ const [n, r] = (() => {
6
7
  if (Array.isArray(o[0])) {
7
- const [m, d, f] = o;
8
- return [u(m, d, { args: f }), f];
8
+ const [e, u] = o;
9
+ return [d(e), u];
9
10
  }
10
- const [s, a] = o;
11
- return [s, a];
12
- })(), { overloads: r } = t, e = r ? u([t, ...r], t.name, {
13
- args: n
14
- }) : t, c = F(e), i = n.length > 0 ? A(e.inputs, n) : void 0;
15
- return i ? y(c, i) : c;
11
+ return o;
12
+ })(), { bytecode: i, args: t } = r;
13
+ return p(i, (c = n.inputs) != null && c.length && (t != null && t.length) ? m(n.inputs, t) : "0x");
16
14
  }
17
- function v(o, t = {}) {
18
- return g(o, t);
15
+ function A(o) {
16
+ return f(o);
19
17
  }
20
- function u(o, t, n) {
21
- const r = b(o, t, n);
22
- if (r.type !== "function")
23
- throw new l({ name: t, type: "function" });
24
- return r;
25
- }
26
- function F(o) {
27
- return p(o);
18
+ function d(o) {
19
+ const n = o.find((r) => r.type === "constructor");
20
+ if (!n)
21
+ throw new s({ name: "constructor" });
22
+ return n;
28
23
  }
29
24
  export {
30
- w as encodeData,
31
- v as from,
32
- u as fromAbi,
33
- F as getSelector
25
+ h as encode,
26
+ A as from,
27
+ d as fromAbi
34
28
  };
package/dist/index316.cjs CHANGED
@@ -1,2 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function x(e){var c,d,f;const{scheme:n,statement:t,...p}=((c=e.match(h))==null?void 0:c.groups)??{},{chainId:s,expirationTime:i,issuedAt:o,notBefore:r,requestId:a,...m}=((d=e.match(A))==null?void 0:d.groups)??{},u=(f=e.split("Resources:")[1])==null?void 0:f.split(`
2
- - `).slice(1);return{...p,...m,...s?{chainId:Number(s)}:{},...i?{expirationTime:new Date(i)}:{},...o?{issuedAt:new Date(o)}:{},...r?{notBefore:new Date(r)}:{},...a?{requestId:a}:{},...u?{resources:u}:{},...n?{scheme:n}:{},...t?{statement:t}:{}}}const h=/^(?:(?<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)?/,A=/(?: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>.+))?/;exports.parseSiweMessage=x;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index366.cjs"),l=require("./index353.cjs"),A=require("./index280.cjs");function y(...t){const[e,n=[]]=(()=>{if(Array.isArray(t[0])){const[m,g,a]=t;return[c(m,g,{args:a}),a]}const[b,d]=t;return[b,d]})(),{overloads:o}=e,i=o?c([e,...o],e.name,{args:n}):e,u=f(i),s=n.length>0?l.encode(i.inputs,n):void 0;return s?A.concat(u,s):u}function S(t,e={}){return r.from(t,e)}function c(t,e,n){const o=r.fromAbi(t,e,n);if(o.type!=="function")throw new r.NotFoundError({name:e,type:"function"});return o}function f(t){return r.getSelector(t)}exports.encodeData=y;exports.from=S;exports.fromAbi=c;exports.getSelector=f;
package/dist/index316.js CHANGED
@@ -1,21 +1,34 @@
1
- function A(e) {
2
- var c, d, f;
3
- const { scheme: n, statement: t, ...p } = ((c = e.match(m)) == null ? void 0 : c.groups) ?? {}, { chainId: s, expirationTime: i, issuedAt: o, notBefore: r, requestId: a, ...x } = ((d = e.match(h)) == null ? void 0 : d.groups) ?? {}, u = (f = e.split("Resources:")[1]) == null ? void 0 : f.split(`
4
- - `).slice(1);
5
- return {
6
- ...p,
7
- ...x,
8
- ...s ? { chainId: Number(s) } : {},
9
- ...i ? { expirationTime: new Date(i) } : {},
10
- ...o ? { issuedAt: new Date(o) } : {},
11
- ...r ? { notBefore: new Date(r) } : {},
12
- ...a ? { requestId: a } : {},
13
- ...u ? { resources: u } : {},
14
- ...n ? { scheme: n } : {},
15
- ...t ? { statement: t } : {}
16
- };
1
+ import { from as g, fromAbi as b, NotFoundError as l, getSelector as p } from "./index366.js";
2
+ import { encode as A } from "./index353.js";
3
+ import { concat as y } from "./index280.js";
4
+ function w(...o) {
5
+ const [t, n = []] = (() => {
6
+ if (Array.isArray(o[0])) {
7
+ const [m, d, f] = o;
8
+ return [u(m, d, { args: f }), f];
9
+ }
10
+ const [s, a] = o;
11
+ return [s, a];
12
+ })(), { overloads: r } = t, e = r ? u([t, ...r], t.name, {
13
+ args: n
14
+ }) : t, c = F(e), i = n.length > 0 ? A(e.inputs, n) : void 0;
15
+ return i ? y(c, i) : c;
16
+ }
17
+ function v(o, t = {}) {
18
+ return g(o, t);
19
+ }
20
+ function u(o, t, n) {
21
+ const r = b(o, t, n);
22
+ if (r.type !== "function")
23
+ throw new l({ name: t, type: "function" });
24
+ return r;
25
+ }
26
+ function F(o) {
27
+ return p(o);
17
28
  }
18
- const m = /^(?:(?<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)?/, h = /(?: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>.+))?/;
19
29
  export {
20
- A as parseSiweMessage
30
+ w as encodeData,
31
+ v as from,
32
+ u as fromAbi,
33
+ F as getSelector
21
34
  };
package/dist/index317.cjs CHANGED
@@ -1 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./index82.cjs"),f=require("./index101.cjs");function u(n){const{address:s,domain:r,message:e,nonce:t,scheme:i,time:a=new Date}=n;if(r&&e.domain!==r||t&&e.nonce!==t||i&&e.scheme!==i||e.expirationTime&&a>=e.expirationTime||e.notBefore&&a<e.notBefore)return!1;try{if(!e.address||!d.isAddress(e.address,{strict:!1})||s&&!f.isAddressEqual(e.address,s))return!1}catch{return!1}return!0}exports.validateSiweMessage=u;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function x(e){var c,d,f;const{scheme:n,statement:t,...p}=((c=e.match(h))==null?void 0:c.groups)??{},{chainId:s,expirationTime:i,issuedAt:o,notBefore:r,requestId:a,...m}=((d=e.match(A))==null?void 0:d.groups)??{},u=(f=e.split("Resources:")[1])==null?void 0:f.split(`
2
+ - `).slice(1);return{...p,...m,...s?{chainId:Number(s)}:{},...i?{expirationTime:new Date(i)}:{},...o?{issuedAt:new Date(o)}:{},...r?{notBefore:new Date(r)}:{},...a?{requestId:a}:{},...u?{resources:u}:{},...n?{scheme:n}:{},...t?{statement:t}:{}}}const h=/^(?:(?<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)?/,A=/(?: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>.+))?/;exports.parseSiweMessage=x;
package/dist/index317.js CHANGED
@@ -1,17 +1,21 @@
1
- import { isAddress as f } from "./index82.js";
2
- import { isAddressEqual as o } from "./index101.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 A(e) {
2
+ var c, d, f;
3
+ const { scheme: n, statement: t, ...p } = ((c = e.match(m)) == null ? void 0 : c.groups) ?? {}, { chainId: s, expirationTime: i, issuedAt: o, notBefore: r, requestId: a, ...x } = ((d = e.match(h)) == null ? void 0 : d.groups) ?? {}, u = (f = e.split("Resources:")[1]) == null ? void 0 : f.split(`
4
+ - `).slice(1);
5
+ return {
6
+ ...p,
7
+ ...x,
8
+ ...s ? { chainId: Number(s) } : {},
9
+ ...i ? { expirationTime: new Date(i) } : {},
10
+ ...o ? { issuedAt: new Date(o) } : {},
11
+ ...r ? { notBefore: new Date(r) } : {},
12
+ ...a ? { requestId: a } : {},
13
+ ...u ? { resources: u } : {},
14
+ ...n ? { scheme: n } : {},
15
+ ...t ? { statement: t } : {}
16
+ };
14
17
  }
18
+ const m = /^(?:(?<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)?/, h = /(?: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
19
  export {
16
- l as validateSiweMessage
20
+ A as parseSiweMessage
17
21
  };
package/dist/index318.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index220.cjs"),t=new o.LruMap(8192);function i(r,{enabled:n=!0,id:e}){if(!n||!e)return r();if(t.get(e))return t.get(e);const u=r().finally(()=>t.delete(e));return t.set(e,u),u}exports.promiseCache=t;exports.withDedupe=i;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./index82.cjs"),f=require("./index101.cjs");function u(n){const{address:s,domain:r,message:e,nonce:t,scheme:i,time:a=new Date}=n;if(r&&e.domain!==r||t&&e.nonce!==t||i&&e.scheme!==i||e.expirationTime&&a>=e.expirationTime||e.notBefore&&a<e.notBefore)return!1;try{if(!e.address||!d.isAddress(e.address,{strict:!1})||s&&!f.isAddressEqual(e.address,s))return!1}catch{return!1}return!0}exports.validateSiweMessage=u;
package/dist/index318.js CHANGED
@@ -1,14 +1,17 @@
1
- import { LruMap as u } from "./index220.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 "./index82.js";
2
+ import { isAddressEqual as o } from "./index101.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
  };
package/dist/index327.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const H=require("./index321.cjs"),a=require("./index361.cjs");/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const d=BigInt(0),f=BigInt(1),h=BigInt(2),K=BigInt(3),I=BigInt(4),L=BigInt(5),T=BigInt(8);function g(t,n){const o=t%n;return o>=d?o:n+o}function Q(t,n,o){let r=t;for(;n-- >d;)r*=r,r%=o;return r}function B(t,n){if(t===d)throw new Error("invert: expected non-zero number");if(n<=d)throw new Error("invert: expected positive modulus, got "+n);let o=g(t,n),r=n,s=d,l=f;for(;o!==d;){const c=r/o,e=r%o,i=s-l*c;r=o,o=e,s=l,l=i}if(r!==f)throw new Error("invert: does not exist");return g(s,n)}function x(t,n){const o=(t.ORDER+f)/I,r=t.pow(n,o);if(!t.eql(t.sqr(r),n))throw new Error("Cannot find square root");return r}function V(t,n){const o=(t.ORDER-L)/T,r=t.mul(n,h),s=t.pow(r,o),l=t.mul(n,s),u=t.mul(t.mul(l,h),s),c=t.mul(l,t.sub(u,t.ONE));if(!t.eql(t.sqr(c),n))throw new Error("Cannot find square root");return c}function _(t){if(t<BigInt(3))throw new Error("sqrt is not defined for small field");let n=t-f,o=0;for(;n%h===d;)n/=h,o++;let r=h;const s=Z(t);for(;y(s,r)===1;)if(r++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(o===1)return x;let l=s.pow(r,n);const u=(n+f)/h;return function(e,i){if(e.is0(i))return i;if(y(e,i)!==1)throw new Error("Cannot find square root");let w=o,v=e.mul(e.ONE,l),b=e.pow(i,n),E=e.pow(i,u);for(;!e.eql(b,e.ONE);){if(e.is0(b))return e.ZERO;let q=1,m=e.sqr(b);for(;!e.eql(m,e.ONE);)if(q++,m=e.sqr(m),q===w)throw new Error("Cannot find square root");const z=f<<BigInt(w-q-1),S=e.pow(v,z);w=q,v=e.sqr(S),b=e.mul(b,v),E=e.mul(E,S)}return E}}function M(t){return t%I===K?x:t%T===L?V:_(t)}const Y=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function k(t){const n={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},o=Y.reduce((r,s)=>(r[s]="function",r),n);return a.validateObject(t,o)}function O(t,n,o){if(o<d)throw new Error("invalid exponent, negatives unsupported");if(o===d)return t.ONE;if(o===f)return n;let r=t.ONE,s=n;for(;o>d;)o&f&&(r=t.mul(r,s)),s=t.sqr(s),o>>=f;return r}function A(t,n,o=!1){const r=new Array(n.length).fill(o?t.ZERO:void 0),s=n.reduce((u,c,e)=>t.is0(c)?u:(r[e]=u,t.mul(u,c)),t.ONE),l=t.inv(s);return n.reduceRight((u,c,e)=>t.is0(c)?u:(r[e]=t.mul(u,r[e]),t.mul(u,c)),l),r}function y(t,n){const o=(t.ORDER-f)/h,r=t.pow(n,o),s=t.eql(r,t.ONE),l=t.eql(r,t.ZERO),u=t.eql(r,t.neg(t.ONE));if(!s&&!l&&!u)throw new Error("invalid Legendre symbol result");return s?1:l?0:-1}function C(t,n){n!==void 0&&H.anumber(n);const o=n!==void 0?n:t.toString(2).length,r=Math.ceil(o/8);return{nBitLength:o,nByteLength:r}}function Z(t,n,o=!1,r={}){if(t<=d)throw new Error("invalid field: expected ORDER > 0, got "+t);const{nBitLength:s,nByteLength:l}=C(t,n);if(l>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let u;const c=Object.freeze({ORDER:t,isLE:o,BITS:s,BYTES:l,MASK:a.bitMask(s),ZERO:d,ONE:f,create:e=>g(e,t),isValid:e=>{if(typeof e!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof e);return d<=e&&e<t},is0:e=>e===d,isOdd:e=>(e&f)===f,neg:e=>g(-e,t),eql:(e,i)=>e===i,sqr:e=>g(e*e,t),add:(e,i)=>g(e+i,t),sub:(e,i)=>g(e-i,t),mul:(e,i)=>g(e*i,t),pow:(e,i)=>O(c,e,i),div:(e,i)=>g(e*B(i,t),t),sqrN:e=>e*e,addN:(e,i)=>e+i,subN:(e,i)=>e-i,mulN:(e,i)=>e*i,inv:e=>B(e,t),sqrt:r.sqrt||(e=>(u||(u=M(t)),u(c,e))),toBytes:e=>o?a.numberToBytesLE(e,l):a.numberToBytesBE(e,l),fromBytes:e=>{if(e.length!==l)throw new Error("Field.fromBytes: expected "+l+" bytes, got "+e.length);return o?a.bytesToNumberLE(e):a.bytesToNumberBE(e)},invertBatch:e=>A(c,e),cmov:(e,i,w)=>w?i:e});return Object.freeze(c)}function N(t){if(typeof t!="bigint")throw new Error("field order must be bigint");const n=t.toString(2).length;return Math.ceil(n/8)}function j(t){const n=N(t);return n+Math.ceil(n/2)}function P(t,n,o=!1){const r=t.length,s=N(n),l=j(n);if(r<16||r<l||r>1024)throw new Error("expected "+l+"-1024 bytes of input, got "+r);const u=o?a.bytesToNumberLE(t):a.bytesToNumberBE(t),c=g(u,n-f)+f;return o?a.numberToBytesLE(c,s):a.numberToBytesBE(c,s)}exports.Field=Z;exports.FpInvertBatch=A;exports.FpLegendre=y;exports.FpPow=O;exports.FpSqrt=M;exports.getFieldBytesLength=N;exports.getMinHashLength=j;exports.invert=B;exports.mapHashToField=P;exports.mod=g;exports.nLength=C;exports.pow2=Q;exports.tonelliShanks=_;exports.validateField=k;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const H=require("./index321.cjs"),a=require("./index362.cjs");/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const d=BigInt(0),f=BigInt(1),h=BigInt(2),K=BigInt(3),I=BigInt(4),L=BigInt(5),T=BigInt(8);function g(t,n){const o=t%n;return o>=d?o:n+o}function Q(t,n,o){let r=t;for(;n-- >d;)r*=r,r%=o;return r}function B(t,n){if(t===d)throw new Error("invert: expected non-zero number");if(n<=d)throw new Error("invert: expected positive modulus, got "+n);let o=g(t,n),r=n,s=d,l=f;for(;o!==d;){const c=r/o,e=r%o,i=s-l*c;r=o,o=e,s=l,l=i}if(r!==f)throw new Error("invert: does not exist");return g(s,n)}function x(t,n){const o=(t.ORDER+f)/I,r=t.pow(n,o);if(!t.eql(t.sqr(r),n))throw new Error("Cannot find square root");return r}function V(t,n){const o=(t.ORDER-L)/T,r=t.mul(n,h),s=t.pow(r,o),l=t.mul(n,s),u=t.mul(t.mul(l,h),s),c=t.mul(l,t.sub(u,t.ONE));if(!t.eql(t.sqr(c),n))throw new Error("Cannot find square root");return c}function _(t){if(t<BigInt(3))throw new Error("sqrt is not defined for small field");let n=t-f,o=0;for(;n%h===d;)n/=h,o++;let r=h;const s=Z(t);for(;y(s,r)===1;)if(r++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(o===1)return x;let l=s.pow(r,n);const u=(n+f)/h;return function(e,i){if(e.is0(i))return i;if(y(e,i)!==1)throw new Error("Cannot find square root");let w=o,v=e.mul(e.ONE,l),b=e.pow(i,n),E=e.pow(i,u);for(;!e.eql(b,e.ONE);){if(e.is0(b))return e.ZERO;let q=1,m=e.sqr(b);for(;!e.eql(m,e.ONE);)if(q++,m=e.sqr(m),q===w)throw new Error("Cannot find square root");const z=f<<BigInt(w-q-1),S=e.pow(v,z);w=q,v=e.sqr(S),b=e.mul(b,v),E=e.mul(E,S)}return E}}function M(t){return t%I===K?x:t%T===L?V:_(t)}const Y=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function k(t){const n={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},o=Y.reduce((r,s)=>(r[s]="function",r),n);return a.validateObject(t,o)}function O(t,n,o){if(o<d)throw new Error("invalid exponent, negatives unsupported");if(o===d)return t.ONE;if(o===f)return n;let r=t.ONE,s=n;for(;o>d;)o&f&&(r=t.mul(r,s)),s=t.sqr(s),o>>=f;return r}function A(t,n,o=!1){const r=new Array(n.length).fill(o?t.ZERO:void 0),s=n.reduce((u,c,e)=>t.is0(c)?u:(r[e]=u,t.mul(u,c)),t.ONE),l=t.inv(s);return n.reduceRight((u,c,e)=>t.is0(c)?u:(r[e]=t.mul(u,r[e]),t.mul(u,c)),l),r}function y(t,n){const o=(t.ORDER-f)/h,r=t.pow(n,o),s=t.eql(r,t.ONE),l=t.eql(r,t.ZERO),u=t.eql(r,t.neg(t.ONE));if(!s&&!l&&!u)throw new Error("invalid Legendre symbol result");return s?1:l?0:-1}function C(t,n){n!==void 0&&H.anumber(n);const o=n!==void 0?n:t.toString(2).length,r=Math.ceil(o/8);return{nBitLength:o,nByteLength:r}}function Z(t,n,o=!1,r={}){if(t<=d)throw new Error("invalid field: expected ORDER > 0, got "+t);const{nBitLength:s,nByteLength:l}=C(t,n);if(l>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let u;const c=Object.freeze({ORDER:t,isLE:o,BITS:s,BYTES:l,MASK:a.bitMask(s),ZERO:d,ONE:f,create:e=>g(e,t),isValid:e=>{if(typeof e!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof e);return d<=e&&e<t},is0:e=>e===d,isOdd:e=>(e&f)===f,neg:e=>g(-e,t),eql:(e,i)=>e===i,sqr:e=>g(e*e,t),add:(e,i)=>g(e+i,t),sub:(e,i)=>g(e-i,t),mul:(e,i)=>g(e*i,t),pow:(e,i)=>O(c,e,i),div:(e,i)=>g(e*B(i,t),t),sqrN:e=>e*e,addN:(e,i)=>e+i,subN:(e,i)=>e-i,mulN:(e,i)=>e*i,inv:e=>B(e,t),sqrt:r.sqrt||(e=>(u||(u=M(t)),u(c,e))),toBytes:e=>o?a.numberToBytesLE(e,l):a.numberToBytesBE(e,l),fromBytes:e=>{if(e.length!==l)throw new Error("Field.fromBytes: expected "+l+" bytes, got "+e.length);return o?a.bytesToNumberLE(e):a.bytesToNumberBE(e)},invertBatch:e=>A(c,e),cmov:(e,i,w)=>w?i:e});return Object.freeze(c)}function N(t){if(typeof t!="bigint")throw new Error("field order must be bigint");const n=t.toString(2).length;return Math.ceil(n/8)}function j(t){const n=N(t);return n+Math.ceil(n/2)}function P(t,n,o=!1){const r=t.length,s=N(n),l=j(n);if(r<16||r<l||r>1024)throw new Error("expected "+l+"-1024 bytes of input, got "+r);const u=o?a.bytesToNumberLE(t):a.bytesToNumberBE(t),c=g(u,n-f)+f;return o?a.numberToBytesLE(c,s):a.numberToBytesBE(c,s)}exports.Field=Z;exports.FpInvertBatch=A;exports.FpLegendre=y;exports.FpPow=O;exports.FpSqrt=M;exports.getFieldBytesLength=N;exports.getMinHashLength=j;exports.invert=B;exports.mapHashToField=P;exports.mod=g;exports.nLength=C;exports.pow2=Q;exports.tonelliShanks=_;exports.validateField=k;
package/dist/index327.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { anumber as C } from "./index321.js";
2
- import { numberToBytesLE as I, numberToBytesBE as y, bitMask as Z, bytesToNumberLE as S, bytesToNumberBE as x, validateObject as z } from "./index361.js";
2
+ import { numberToBytesLE as I, numberToBytesBE as y, bitMask as Z, bytesToNumberLE as S, bytesToNumberBE as x, validateObject as z } from "./index362.js";
3
3
  /*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
4
4
  const d = BigInt(0), f = BigInt(1), g = /* @__PURE__ */ BigInt(2), j = /* @__PURE__ */ BigInt(3), L = /* @__PURE__ */ BigInt(4), _ = /* @__PURE__ */ BigInt(5), T = /* @__PURE__ */ BigInt(8);
5
5
  function w(t, n) {
package/dist/index351.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index281.cjs"),s=require("./index280.cjs"),o=require("./index362.cjs"),S=require("./index282.cjs"),x=new TextDecoder,E=new TextEncoder;function p(e){return e instanceof Uint8Array?e:typeof e=="string"?b(e):g(e)}function g(e){return e instanceof Uint8Array?e:new Uint8Array(e)}function b(e,t={}){const{size:n}=t;let r=e;n&&(S.assertSize(e,n),r=s.padRight(e,n));let i=r.slice(2);i.length%2&&(i=`0${i}`);const u=i.length/2,d=new Uint8Array(u);for(let f=0,c=0;f<u;f++){const l=o.charCodeToBase16(i.charCodeAt(c++)),y=o.charCodeToBase16(i.charCodeAt(c++));if(l===void 0||y===void 0)throw new a.BaseError(`Invalid byte sequence ("${i[c-2]}${i[c-1]}" in "${i}").`);d[f]=l<<4|y}return d}function w(e,t={}){const{size:n}=t,r=E.encode(e);return typeof n=="number"?(o.assertSize(r,n),h(r,n)):r}function h(e,t){return o.pad(e,{dir:"right",size:t})}function $(e){return e.length}function v(e,t,n,r={}){const{strict:i}=r;return e.slice(t,n)}function A(e,t={}){const{size:n}=t;typeof n<"u"&&o.assertSize(e,n);const r=s.fromBytes(e,t);return s.toBigInt(r,t)}function I(e,t={}){const{size:n}=t;let r=e;if(typeof n<"u"&&(o.assertSize(r,n),r=m(r)),r.length>1||r[0]>1)throw new B(r);return!!r[0]}function O(e,t={}){const{size:n}=t;typeof n<"u"&&o.assertSize(e,n);const r=s.fromBytes(e,t);return s.toNumber(r,t)}function P(e,t={}){const{size:n}=t;let r=e;return typeof n<"u"&&(o.assertSize(r,n),r=z(r)),x.decode(r)}function m(e){return o.trim(e,{dir:"left"})}function z(e){return o.trim(e,{dir:"right"})}class B extends a.BaseError{constructor(t){super(`Bytes value \`${t}\` is not a valid boolean.`,{metaMessages:["The bytes array must contain a single byte of either a `0` or `1` value."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.InvalidBytesBooleanError"})}}class C extends a.BaseError{constructor({givenSize:t,maxSize:n}){super(`Size cannot exceed \`${n}\` bytes. Given size: \`${t}\` bytes.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.SizeOverflowError"})}}class R extends a.BaseError{constructor({size:t,targetSize:n,type:r}){super(`${r.charAt(0).toUpperCase()}${r.slice(1).toLowerCase()} size (\`${t}\`) exceeds padding size (\`${n}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.SizeExceedsPaddingSizeError"})}}exports.InvalidBytesBooleanError=B;exports.SizeExceedsPaddingSizeError=R;exports.SizeOverflowError=C;exports.from=p;exports.fromArray=g;exports.fromHex=b;exports.fromString=w;exports.padRight=h;exports.size=$;exports.slice=v;exports.toBigInt=A;exports.toBoolean=I;exports.toNumber=O;exports.toString=P;exports.trimLeft=m;exports.trimRight=z;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index281.cjs"),s=require("./index280.cjs"),o=require("./index361.cjs"),S=require("./index282.cjs"),x=new TextDecoder,E=new TextEncoder;function p(e){return e instanceof Uint8Array?e:typeof e=="string"?b(e):g(e)}function g(e){return e instanceof Uint8Array?e:new Uint8Array(e)}function b(e,t={}){const{size:n}=t;let r=e;n&&(S.assertSize(e,n),r=s.padRight(e,n));let i=r.slice(2);i.length%2&&(i=`0${i}`);const u=i.length/2,d=new Uint8Array(u);for(let f=0,c=0;f<u;f++){const l=o.charCodeToBase16(i.charCodeAt(c++)),y=o.charCodeToBase16(i.charCodeAt(c++));if(l===void 0||y===void 0)throw new a.BaseError(`Invalid byte sequence ("${i[c-2]}${i[c-1]}" in "${i}").`);d[f]=l<<4|y}return d}function w(e,t={}){const{size:n}=t,r=E.encode(e);return typeof n=="number"?(o.assertSize(r,n),h(r,n)):r}function h(e,t){return o.pad(e,{dir:"right",size:t})}function $(e){return e.length}function v(e,t,n,r={}){const{strict:i}=r;return e.slice(t,n)}function A(e,t={}){const{size:n}=t;typeof n<"u"&&o.assertSize(e,n);const r=s.fromBytes(e,t);return s.toBigInt(r,t)}function I(e,t={}){const{size:n}=t;let r=e;if(typeof n<"u"&&(o.assertSize(r,n),r=m(r)),r.length>1||r[0]>1)throw new B(r);return!!r[0]}function O(e,t={}){const{size:n}=t;typeof n<"u"&&o.assertSize(e,n);const r=s.fromBytes(e,t);return s.toNumber(r,t)}function P(e,t={}){const{size:n}=t;let r=e;return typeof n<"u"&&(o.assertSize(r,n),r=z(r)),x.decode(r)}function m(e){return o.trim(e,{dir:"left"})}function z(e){return o.trim(e,{dir:"right"})}class B extends a.BaseError{constructor(t){super(`Bytes value \`${t}\` is not a valid boolean.`,{metaMessages:["The bytes array must contain a single byte of either a `0` or `1` value."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.InvalidBytesBooleanError"})}}class C extends a.BaseError{constructor({givenSize:t,maxSize:n}){super(`Size cannot exceed \`${n}\` bytes. Given size: \`${t}\` bytes.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.SizeOverflowError"})}}class R extends a.BaseError{constructor({size:t,targetSize:n,type:r}){super(`${r.charAt(0).toUpperCase()}${r.slice(1).toLowerCase()} size (\`${t}\`) exceeds padding size (\`${n}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.SizeExceedsPaddingSizeError"})}}exports.InvalidBytesBooleanError=B;exports.SizeExceedsPaddingSizeError=R;exports.SizeOverflowError=C;exports.from=p;exports.fromArray=g;exports.fromHex=b;exports.fromString=w;exports.padRight=h;exports.size=$;exports.slice=v;exports.toBigInt=A;exports.toBoolean=I;exports.toNumber=O;exports.toString=P;exports.trimLeft=m;exports.trimRight=z;
package/dist/index351.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { BaseError as c } from "./index281.js";
2
2
  import { padRight as g, fromBytes as m, toNumber as h, toBigInt as z } from "./index280.js";
3
- import { charCodeToBase16 as b, assertSize as o, trim as y, pad as p } from "./index362.js";
3
+ import { charCodeToBase16 as b, assertSize as o, trim as y, pad as p } from "./index361.js";
4
4
  import { assertSize as x } from "./index282.js";
5
5
  const B = /* @__PURE__ */ new TextDecoder(), $ = /* @__PURE__ */ new TextEncoder();
6
6
  function U(e) {
package/dist/index358.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index284.cjs");function u(e,n={}){return typeof e.chainId=="string"?r(e):{...e,...n.signature}}function r(e){const{address:n,chainId:t,nonce:c}=e,o=s.extract(e);return{address:n,chainId:Number(t),nonce:BigInt(c),...o}}exports.from=u;exports.fromRpc=r;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index83.cjs"),u=require("./index204.cjs"),c=require("./index84.cjs"),a=require("./index85.cjs"),h=require("./index216.cjs");function d(e){const{chainId:t,nonce:o,to:r}=e,s=e.contractAddress??e.address,n=h.keccak256(i.concatHex(["0x05",a.toRlp([t?c.numberToHex(t):"0x",s,o?c.numberToHex(o):"0x"])]));return r==="bytes"?u.hexToBytes(n):n}exports.hashAuthorization=d;
package/dist/index358.js CHANGED
@@ -1,17 +1,19 @@
1
- import { extract as f } from "./index284.js";
2
- function d(n, r = {}) {
3
- return typeof n.chainId == "string" ? s(n) : { ...n, ...r.signature };
4
- }
5
- function s(n) {
6
- const { address: r, chainId: e, nonce: c } = n, t = f(n);
7
- return {
8
- address: r,
9
- chainId: Number(e),
10
- nonce: BigInt(c),
11
- ...t
12
- };
1
+ import { concatHex as i } from "./index83.js";
2
+ import { hexToBytes as m } from "./index204.js";
3
+ import { numberToHex as c } from "./index84.js";
4
+ import { toRlp as d } from "./index85.js";
5
+ import { keccak256 as f } from "./index216.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;
13
16
  }
14
17
  export {
15
- d as from,
16
- s as fromRpc
18
+ b as hashAuthorization
17
19
  };
package/dist/index359.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index83.cjs"),u=require("./index204.cjs"),c=require("./index84.cjs"),a=require("./index85.cjs"),h=require("./index216.cjs");function d(e){const{chainId:t,nonce:o,to:r}=e,s=e.contractAddress??e.address,n=h.keccak256(i.concatHex(["0x05",a.toRlp([t?c.numberToHex(t):"0x",s,o?c.numberToHex(o):"0x"])]));return r==="bytes"?u.hexToBytes(n):n}exports.hashAuthorization=d;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index284.cjs");function u(e,n={}){return typeof e.chainId=="string"?r(e):{...e,...n.signature}}function r(e){const{address:n,chainId:t,nonce:c}=e,o=s.extract(e);return{address:n,chainId:Number(t),nonce:BigInt(c),...o}}exports.from=u;exports.fromRpc=r;
package/dist/index359.js CHANGED
@@ -1,19 +1,17 @@
1
- import { concatHex as i } from "./index83.js";
2
- import { hexToBytes as m } from "./index204.js";
3
- import { numberToHex as c } from "./index84.js";
4
- import { toRlp as d } from "./index85.js";
5
- import { keccak256 as f } from "./index216.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
+ import { extract as f } from "./index284.js";
2
+ function d(n, r = {}) {
3
+ return typeof n.chainId == "string" ? s(n) : { ...n, ...r.signature };
4
+ }
5
+ function s(n) {
6
+ const { address: r, chainId: e, nonce: c } = n, t = f(n);
7
+ return {
8
+ address: r,
9
+ chainId: Number(e),
10
+ nonce: BigInt(c),
11
+ ...t
12
+ };
16
13
  }
17
14
  export {
18
- b as hashAuthorization
15
+ d as from,
16
+ s as fromRpc
19
17
  };
package/dist/index361.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const w=BigInt(0),m=BigInt(1);function y(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function d(t){if(!y(t))throw new Error("Uint8Array expected")}function I(t,e){if(typeof e!="boolean")throw new Error(t+" boolean expected, got "+e)}function N(t){const e=t.toString(16);return e.length&1?"0"+e:e}function h(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return t===""?w:BigInt("0x"+t)}const U=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",_=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function E(t){if(d(t),U)return t.toHex();let e="";for(let r=0;r<t.length;r++)e+=_[t[r]];return e}const u={_0:48,_9:57,A:65,F:70,a:97,f:102};function B(t){if(t>=u._0&&t<=u._9)return t-u._0;if(t>=u.A&&t<=u.F)return t-(u.A-10);if(t>=u.a&&t<=u.f)return t-(u.a-10)}function A(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);if(U)return Uint8Array.fromHex(t);const e=t.length,r=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const n=new Uint8Array(r);for(let o=0,i=0;o<r;o++,i+=2){const a=B(t.charCodeAt(i)),f=B(t.charCodeAt(i+1));if(a===void 0||f===void 0){const c=t[i]+t[i+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+i)}n[o]=a*16+f}return n}function k(t){return h(E(t))}function O(t){return d(t),h(E(Uint8Array.from(t).reverse()))}function T(t,e){return A(t.toString(16).padStart(e*2,"0"))}function F(t,e){return T(t,e).reverse()}function M(t,e,r){let n;if(typeof e=="string")try{n=A(e)}catch(i){throw new Error(t+" must be hex string or Uint8Array, cause: "+i)}else if(y(e))n=Uint8Array.from(e);else throw new Error(t+" must be hex string or Uint8Array");const o=n.length;if(typeof r=="number"&&o!==r)throw new Error(t+" of length "+r+" expected, got "+o);return n}function v(...t){let e=0;for(let n=0;n<t.length;n++){const o=t[n];d(o),e+=o.length}const r=new Uint8Array(e);for(let n=0,o=0;n<t.length;n++){const i=t[n];r.set(i,o),o+=i.length}return r}const b=t=>typeof t=="bigint"&&w<=t;function H(t,e,r){return b(t)&&b(e)&&b(r)&&e<=t&&t<r}function R(t,e,r,n){if(!H(e,r,n))throw new Error("expected valid "+t+": "+r+" <= n < "+n+", got "+e)}function j(t){let e;for(e=0;t>w;t>>=m,e+=1);return e}const V=t=>(m<<BigInt(t))-m,p=t=>new Uint8Array(t),x=t=>Uint8Array.from(t);function z(t,e,r){if(typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof r!="function")throw new Error("hmacFn must be a function");let n=p(t),o=p(t),i=0;const a=()=>{n.fill(1),o.fill(0),i=0},f=(...s)=>r(o,n,...s),c=(s=p(0))=>{o=f(x([0]),s),n=f(),s.length!==0&&(o=f(x([1]),s),n=f())},S=()=>{if(i++>=1e3)throw new Error("drbg: tried 1000 values");let s=0;const l=[];for(;s<e;){n=f();const g=n.slice();l.push(g),s+=n.length}return v(...l)};return(s,l)=>{a(),c(s);let g;for(;!(g=l(S()));)c();return a(),g}}const C={bigint:t=>typeof t=="bigint",function:t=>typeof t=="function",boolean:t=>typeof t=="boolean",string:t=>typeof t=="string",stringOrUint8Array:t=>typeof t=="string"||y(t),isSafeInteger:t=>Number.isSafeInteger(t),array:t=>Array.isArray(t),field:(t,e)=>e.Fp.isValid(t),hash:t=>typeof t=="function"&&Number.isSafeInteger(t.outputLen)};function D(t,e,r={}){const n=(o,i,a)=>{const f=C[i];if(typeof f!="function")throw new Error("invalid validator function");const c=t[o];if(!(a&&c===void 0)&&!f(c,t))throw new Error("param "+String(o)+" is invalid. Expected "+i+", got "+c)};for(const[o,i]of Object.entries(e))n(o,i,!1);for(const[o,i]of Object.entries(r))n(o,i,!0);return t}function L(t){const e=new WeakMap;return(r,...n)=>{const o=e.get(r);if(o!==void 0)return o;const i=t(r,...n);return e.set(r,i),i}}exports.aInRange=R;exports.abool=I;exports.abytes=d;exports.bitLen=j;exports.bitMask=V;exports.bytesToHex=E;exports.bytesToNumberBE=k;exports.bytesToNumberLE=O;exports.concatBytes=v;exports.createHmacDrbg=z;exports.ensureBytes=M;exports.hexToBytes=A;exports.hexToNumber=h;exports.inRange=H;exports.isBytes=y;exports.memoized=L;exports.numberToBytesBE=T;exports.numberToBytesLE=F;exports.numberToHexUnpadded=N;exports.validateObject=D;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("./index351.cjs");function s(e,r){if(f.size(e)>r)throw new f.SizeOverflowError({givenSize:f.size(e),maxSize:r})}const i={zero:48,nine:57,A:65,F:70,a:97,f:102};function a(e){if(e>=i.zero&&e<=i.nine)return e-i.zero;if(e>=i.A&&e<=i.F)return e-(i.A-10);if(e>=i.a&&e<=i.f)return e-(i.a-10)}function u(e,r={}){const{dir:d,size:t=32}=r;if(t===0)return e;if(e.length>t)throw new f.SizeExceedsPaddingSizeError({size:e.length,targetSize:t,type:"Bytes"});const o=new Uint8Array(t);for(let n=0;n<t;n++){const l=d==="right";o[l?n:t-n-1]=e[l?n:e.length-n-1]}return o}function g(e,r={}){const{dir:d="left"}=r;let t=e,o=0;for(let n=0;n<t.length-1&&t[d==="left"?n:t.length-n-1].toString()==="0";n++)o++;return t=d==="left"?t.slice(o):t.slice(0,t.length-o),t}exports.assertSize=s;exports.charCodeMap=i;exports.charCodeToBase16=a;exports.pad=u;exports.trim=g;