@gardenfi/core 2.1.3-beta.41 → 2.1.3-beta.43

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-DSYFbG7o.cjs");function A(a){const{abi:o,data:r}=a,n=e.slice(r,0,4),t=o.find(c=>c.type==="function"&&n===e.toFunctionSelector(e.formatAbiItem(c)));if(!t)throw new e.AbiFunctionSignatureNotFoundError(n,{docsPath:"/docs/contract/decodeFunctionData"});return{functionName:t.name,args:"inputs"in t&&t.inputs&&t.inputs.length>0?e.decodeAbiParameters(t.inputs,e.slice(r,4)):void 0}}const h="/docs/contract/encodeErrorResult";function b(a){const{abi:o,errorName:r,args:n}=a;let t=o[0];if(r){const d=e.getAbiItem({abi:o,args:n,name:r});if(!d)throw new e.AbiErrorNotFoundError(r,{docsPath:h});t=d}if(t.type!=="error")throw new e.AbiErrorNotFoundError(void 0,{docsPath:h});const c=e.formatAbiItem(t),s=e.toFunctionSelector(c);let i="0x";if(n&&n.length>0){if(!t.inputs)throw new e.AbiErrorInputsNotFoundError(t.name,{docsPath:h});i=e.encodeAbiParameters(t.inputs,n)}return e.concatHex([s,i])}const m="/docs/contract/encodeFunctionResult";function R(a){const{abi:o,functionName:r,result:n}=a;let t=o[0];if(r){const s=e.getAbiItem({abi:o,name:r});if(!s)throw new e.AbiFunctionNotFoundError(r,{docsPath:m});t=s}if(t.type!=="function")throw new e.AbiFunctionNotFoundError(void 0,{docsPath:m});if(!t.outputs)throw new e.AbiFunctionOutputsNotFoundError(t.name,{docsPath:m});const c=(()=>{if(t.outputs.length===0)return[];if(t.outputs.length===1)return[n];if(Array.isArray(n))return n;throw new e.InvalidArrayError(n)})();return e.encodeAbiParameters(t.outputs,c)}const k="x-batch-gateway:true";async function F(a){const{data:o,ccipRequest:r}=a,{args:[n]}=A({abi:e.batchGatewayAbi,data:o}),t=[],c=[];return await Promise.all(n.map(async(s,i)=>{try{c[i]=await r(s),t[i]=!1}catch(d){t[i]=!0,c[i]=L(d)}})),R({abi:e.batchGatewayAbi,functionName:"query",result:[t,c]})}function L(a){return a.name==="HttpRequestError"&&a.status?b({abi:e.batchGatewayAbi,errorName:"HttpError",args:[a.status,a.shortMessage]}):b({abi:[e.solidityError],errorName:"Error",args:["shortMessage"in a?a.shortMessage:a.message]})}class O extends e.BaseError{constructor({callbackSelector:o,cause:r,data:n,extraData:t,sender:c,urls:s}){var i;super(r.shortMessage||"An error occurred while fetching for an offchain result.",{cause:r,metaMessages:[...r.metaMessages||[],(i=r.metaMessages)!=null&&i.length?"":[],"Offchain Gateway Call:",s&&[" Gateway URL(s):",...s.map(d=>` ${e.getUrl(d)}`)],` Sender: ${c}`,` Data: ${n}`,` Callback selector: ${o}`,` Extra data: ${t}`].flat(),name:"OffchainLookupError"})}}class q extends e.BaseError{constructor({result:o,url:r}){super("Offchain gateway response is malformed. Response data must be a hex value.",{metaMessages:[`Gateway URL: ${e.getUrl(r)}`,`Response: ${e.stringify(o)}`],name:"OffchainLookupResponseMalformedError"})}}class P extends e.BaseError{constructor({sender:o,to:r}){super("Reverted sender address does not match target contract address (`to`).",{metaMessages:[`Contract address: ${r}`,`OffchainLookup sender address: ${o}`],name:"OffchainLookupSenderMismatchError"})}}const S="0x556f1830",w={name:"OffchainLookup",type:"error",inputs:[{name:"sender",type:"address"},{name:"urls",type:"string[]"},{name:"callData",type:"bytes"},{name:"callbackFunction",type:"bytes4"},{name:"extraData",type:"bytes"}]};async function x(a,{blockNumber:o,blockTag:r,data:n,to:t}){const{args:c}=e.decodeErrorResult({data:n,abi:[w]}),[s,i,d,l,f]=c,{ccipRead:u}=a,y=u&&typeof(u==null?void 0:u.request)=="function"?u.request:g;try{if(!e.isAddressEqual(t,s))throw new P({sender:s,to:t});const p=i.includes(k)?await F({data:d,ccipRequest:y}):await y({data:d,sender:s,urls:i}),{data:E}=await e.call(a,{blockNumber:o,blockTag:r,data:e.concat([l,e.encodeAbiParameters([{type:"bytes"},{type:"bytes"}],[p,f])]),to:t});return E}catch(p){throw new O({callbackSelector:l,cause:p,data:n,extraData:f,sender:s,urls:i})}}async function g({data:a,sender:o,urls:r}){var t;let n=new Error("An unknown error occurred.");for(let c=0;c<r.length;c++){const s=r[c],i=s.includes("{data}")?"GET":"POST",d=i==="POST"?{data:a,sender:o}:void 0,l=i==="POST"?{"Content-Type":"application/json"}:{};try{const f=await fetch(s.replace("{sender}",o.toLowerCase()).replace("{data}",a),{body:JSON.stringify(d),headers:l,method:i});let u;if((t=f.headers.get("Content-Type"))!=null&&t.startsWith("application/json")?u=(await f.json()).data:u=await f.text(),!f.ok){n=new e.HttpRequestError({body:d,details:u!=null&&u.error?e.stringify(u.error):f.statusText,headers:f.headers,status:f.status,url:s});continue}if(!e.isHex(u)){n=new q({result:u,url:s});continue}return u}catch(f){n=new e.HttpRequestError({body:d,details:f.message,url:s})}}throw n}exports.ccipRequest=g;exports.offchainLookup=x;exports.offchainLookupAbiItem=w;exports.offchainLookupSignature=S;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CuxhaFla.cjs");function A(a){const{abi:o,data:r}=a,n=e.slice(r,0,4),t=o.find(c=>c.type==="function"&&n===e.toFunctionSelector(e.formatAbiItem(c)));if(!t)throw new e.AbiFunctionSignatureNotFoundError(n,{docsPath:"/docs/contract/decodeFunctionData"});return{functionName:t.name,args:"inputs"in t&&t.inputs&&t.inputs.length>0?e.decodeAbiParameters(t.inputs,e.slice(r,4)):void 0}}const h="/docs/contract/encodeErrorResult";function b(a){const{abi:o,errorName:r,args:n}=a;let t=o[0];if(r){const d=e.getAbiItem({abi:o,args:n,name:r});if(!d)throw new e.AbiErrorNotFoundError(r,{docsPath:h});t=d}if(t.type!=="error")throw new e.AbiErrorNotFoundError(void 0,{docsPath:h});const c=e.formatAbiItem(t),s=e.toFunctionSelector(c);let i="0x";if(n&&n.length>0){if(!t.inputs)throw new e.AbiErrorInputsNotFoundError(t.name,{docsPath:h});i=e.encodeAbiParameters(t.inputs,n)}return e.concatHex([s,i])}const m="/docs/contract/encodeFunctionResult";function R(a){const{abi:o,functionName:r,result:n}=a;let t=o[0];if(r){const s=e.getAbiItem({abi:o,name:r});if(!s)throw new e.AbiFunctionNotFoundError(r,{docsPath:m});t=s}if(t.type!=="function")throw new e.AbiFunctionNotFoundError(void 0,{docsPath:m});if(!t.outputs)throw new e.AbiFunctionOutputsNotFoundError(t.name,{docsPath:m});const c=(()=>{if(t.outputs.length===0)return[];if(t.outputs.length===1)return[n];if(Array.isArray(n))return n;throw new e.InvalidArrayError(n)})();return e.encodeAbiParameters(t.outputs,c)}const k="x-batch-gateway:true";async function F(a){const{data:o,ccipRequest:r}=a,{args:[n]}=A({abi:e.batchGatewayAbi,data:o}),t=[],c=[];return await Promise.all(n.map(async(s,i)=>{try{c[i]=await r(s),t[i]=!1}catch(d){t[i]=!0,c[i]=L(d)}})),R({abi:e.batchGatewayAbi,functionName:"query",result:[t,c]})}function L(a){return a.name==="HttpRequestError"&&a.status?b({abi:e.batchGatewayAbi,errorName:"HttpError",args:[a.status,a.shortMessage]}):b({abi:[e.solidityError],errorName:"Error",args:["shortMessage"in a?a.shortMessage:a.message]})}class O extends e.BaseError{constructor({callbackSelector:o,cause:r,data:n,extraData:t,sender:c,urls:s}){var i;super(r.shortMessage||"An error occurred while fetching for an offchain result.",{cause:r,metaMessages:[...r.metaMessages||[],(i=r.metaMessages)!=null&&i.length?"":[],"Offchain Gateway Call:",s&&[" Gateway URL(s):",...s.map(d=>` ${e.getUrl(d)}`)],` Sender: ${c}`,` Data: ${n}`,` Callback selector: ${o}`,` Extra data: ${t}`].flat(),name:"OffchainLookupError"})}}class q extends e.BaseError{constructor({result:o,url:r}){super("Offchain gateway response is malformed. Response data must be a hex value.",{metaMessages:[`Gateway URL: ${e.getUrl(r)}`,`Response: ${e.stringify(o)}`],name:"OffchainLookupResponseMalformedError"})}}class P extends e.BaseError{constructor({sender:o,to:r}){super("Reverted sender address does not match target contract address (`to`).",{metaMessages:[`Contract address: ${r}`,`OffchainLookup sender address: ${o}`],name:"OffchainLookupSenderMismatchError"})}}const S="0x556f1830",w={name:"OffchainLookup",type:"error",inputs:[{name:"sender",type:"address"},{name:"urls",type:"string[]"},{name:"callData",type:"bytes"},{name:"callbackFunction",type:"bytes4"},{name:"extraData",type:"bytes"}]};async function x(a,{blockNumber:o,blockTag:r,data:n,to:t}){const{args:c}=e.decodeErrorResult({data:n,abi:[w]}),[s,i,d,l,f]=c,{ccipRead:u}=a,y=u&&typeof(u==null?void 0:u.request)=="function"?u.request:g;try{if(!e.isAddressEqual(t,s))throw new P({sender:s,to:t});const p=i.includes(k)?await F({data:d,ccipRequest:y}):await y({data:d,sender:s,urls:i}),{data:E}=await e.call(a,{blockNumber:o,blockTag:r,data:e.concat([l,e.encodeAbiParameters([{type:"bytes"},{type:"bytes"}],[p,f])]),to:t});return E}catch(p){throw new O({callbackSelector:l,cause:p,data:n,extraData:f,sender:s,urls:i})}}async function g({data:a,sender:o,urls:r}){var t;let n=new Error("An unknown error occurred.");for(let c=0;c<r.length;c++){const s=r[c],i=s.includes("{data}")?"GET":"POST",d=i==="POST"?{data:a,sender:o}:void 0,l=i==="POST"?{"Content-Type":"application/json"}:{};try{const f=await fetch(s.replace("{sender}",o.toLowerCase()).replace("{data}",a),{body:JSON.stringify(d),headers:l,method:i});let u;if((t=f.headers.get("Content-Type"))!=null&&t.startsWith("application/json")?u=(await f.json()).data:u=await f.text(),!f.ok){n=new e.HttpRequestError({body:d,details:u!=null&&u.error?e.stringify(u.error):f.statusText,headers:f.headers,status:f.status,url:s});continue}if(!e.isHex(u)){n=new q({result:u,url:s});continue}return u}catch(f){n=new e.HttpRequestError({body:d,details:f.message,url:s})}}throw n}exports.ccipRequest=g;exports.offchainLookup=x;exports.offchainLookupAbiItem=w;exports.offchainLookupSignature=S;
@@ -1,4 +1,4 @@
1
- import { s as b, t as O, f as x, A as N, d as P, g as F, a as E, b as S, e as w, c as $, h as A, i as I, I as D, j as m, k as G, B as y, l as L, m as q, n as T, o as C, p as H, q as j, H as R, r as v } from "./index-kAZxzQke.js";
1
+ import { s as b, t as O, f as x, A as N, d as P, g as F, a as E, b as S, e as w, c as $, h as A, i as I, I as D, j as m, k as G, B as y, l as L, m as q, n as T, o as C, p as H, q as j, H as R, r as v } from "./index-B1JE-GCh.js";
2
2
  function B(a) {
3
3
  const { abi: r, data: e } = a, s = b(e, 0, 4), t = r.find((o) => o.type === "function" && s === O(x(o)));
4
4
  if (!t)
@@ -3222,7 +3222,7 @@ function Wp(e) {
3222
3222
  return Ai(`0x${t}`);
3223
3223
  }
3224
3224
  async function Kp({ hash: e, signature: t }) {
3225
- const r = hr(e) ? e : X(e), { secp256k1: n } = await import("./secp256k1-_TRCWr1l.js");
3225
+ const r = hr(e) ? e : X(e), { secp256k1: n } = await import("./secp256k1-u6xD6y-E.js");
3226
3226
  return `0x${(() => {
3227
3227
  if (typeof t == "object" && "r" in t && "s" in t) {
3228
3228
  const { r: f, s: l, v: h, yParity: m } = t, p = Number(m ?? h), g = Kc(p);
@@ -4808,7 +4808,7 @@ async function xd(e, t) {
4808
4808
  });
4809
4809
  return ue === "0x" ? { data: void 0 } : { data: ue };
4810
4810
  } catch (Y) {
4811
- const re = Hy(Y), { offchainLookup: le, offchainLookupSignature: be } = await import("./ccip-COtkuWzQ.js");
4811
+ const re = Hy(Y), { offchainLookup: le, offchainLookupSignature: be } = await import("./ccip-odK_-zw6.js");
4812
4812
  if (e.ccipRead !== !1 && (re == null ? void 0 : re.slice(0, 10)) === be && I)
4813
4813
  return { data: await le(e, { data: re, to: I }) };
4814
4814
  throw B && (re == null ? void 0 : re.slice(0, 10)) === "0x101bb98d" ? new Gp({ factory: l }) : Ly(Y, {
@@ -12432,12 +12432,12 @@ class v1 {
12432
12432
  }
12433
12433
  const Qi = {
12434
12434
  mainnet: {
12435
- orderbook: "https://api.garden.finance",
12436
- auth: "https://api.garden.finance/auth",
12437
- quote: "https://api.garden.finance/quote",
12438
- info: "https://api.garden.finance/info",
12439
- evmRelay: "https://api.garden.finance/relayer",
12440
- starknetRelay: "https://api.garden.finance/starknet"
12435
+ orderbook: "https://mainnet.api.garden.finance",
12436
+ auth: "https://mainnet.api.garden.finance/auth",
12437
+ quote: "https://mainnet.api.garden.finance/quote",
12438
+ info: "https://mainnet.api.garden.finance/info",
12439
+ evmRelay: "https://mainnet.api.garden.finance/relayer",
12440
+ starknetRelay: "https://mainnet.api.garden.finance/starknet"
12441
12441
  },
12442
12442
  testnet: {
12443
12443
  orderbook: "https://testnet.api.garden.finance",
@@ -33,11 +33,11 @@
33
33
  ${wp(p)}`),super(t.shortMessage,{cause:t,docsPath:n,metaMessages:[...t.metaMessages?[...t.metaMessages," "]:[],"Raw Call Arguments:",v].filter(Boolean),name:"CallExecutionError"}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.cause=t}}class Tp extends ${constructor(t,{abi:r,args:n,contractAddress:i,docsPath:s,functionName:o,sender:a}){const c=En({abi:r,args:n,name:o}),f=c?Gf({abiItem:c,args:n,includeFunctionName:!1,includeName:!1}):void 0,l=c?kt(c,{includeName:!0}):void 0,h=Bi({address:i&&Sp(i),function:l,args:f&&f!=="()"&&`${[...Array((o==null?void 0:o.length)??0).keys()].map(()=>" ").join("")}${f}`,sender:a});super(t.shortMessage||`An unknown error occurred while executing the contract function "${o}".`,{cause:t,docsPath:s,metaMessages:[...t.metaMessages?[...t.metaMessages," "]:[],h&&"Contract Call:",h].filter(Boolean),name:"ContractFunctionExecutionError"}),Object.defineProperty(this,"abi",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"args",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"contractAddress",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"formattedArgs",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"functionName",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"sender",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.abi=r,this.args=n,this.cause=t,this.contractAddress=i,this.functionName=o,this.sender=a}}class kp extends ${constructor({abi:t,data:r,functionName:n,message:i}){let s,o,a,c;if(r&&r!=="0x")try{o=jf({abi:t,data:r});const{abiItem:l,errorName:h,args:m}=o;if(h==="Error")c=m[0];else if(h==="Panic"){const[p]=m;c=tp[p]}else{const p=l?kt(l,{includeName:!0}):void 0,g=l&&m?Gf({abiItem:l,args:m,includeFunctionName:!1,includeName:!1}):void 0;a=[p?`Error: ${p}`:"",g&&g!=="()"?` ${[...Array((h==null?void 0:h.length)??0).keys()].map(()=>" ").join("")}${g}`:""]}}catch(l){s=l}else i&&(c=i);let f;s instanceof wf&&(f=s.signature,a=[`Unable to decode signature "${f}" as it was not found on the provided ABI.`,"Make sure you are using the correct ABI and that the error exists on it.",`You can look up the decoded signature here: https://openchain.xyz/signatures?query=${f}.`]),super(c&&c!=="execution reverted"||f?[`The contract function "${n}" reverted with the following ${f?"signature":"reason"}:`,c||f].join(`
34
34
  `):`The contract function "${n}" reverted.`,{cause:s,metaMessages:a,name:"ContractFunctionRevertedError"}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"raw",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"reason",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"signature",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=o,this.raw=r,this.reason=c,this.signature=f}}class Ip extends ${constructor({functionName:t}){super(`The contract function "${t}" returned no data ("0x").`,{metaMessages:["This could be due to any of the following:",` - The contract does not have the function "${t}",`," - The parameters passed to the contract function may be invalid, or"," - The address is not a contract."],name:"ContractFunctionZeroDataError"})}}class Bp extends ${constructor({factory:t}){super(`Deployment for counterfactual contract call failed${t?` for factory "${t}".`:""}`,{metaMessages:["Please ensure:","- The `factory` is a valid contract deployment factory (ie. Create2 Factory, ERC-4337 Factory, etc).","- The `factoryData` is a valid encoded function call for contract deployment function on the factory."],name:"CounterfactualDeploymentFailedError"})}}class qf extends ${constructor({data:t,message:r}){super(r||"",{name:"RawContractError"}),Object.defineProperty(this,"code",{enumerable:!0,configurable:!0,writable:!0,value:3}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=t}}class Ma extends ${constructor({body:t,cause:r,details:n,headers:i,status:s,url:o}){super("HTTP request failed.",{cause:r,details:n,metaMessages:[s&&`Status: ${s}`,`URL: ${$a(o)}`,t&&`Request body: ${It(t)}`].filter(Boolean),name:"HttpRequestError"}),Object.defineProperty(this,"body",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"headers",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"status",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"url",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.body=t,this.headers=i,this.status=s,this.url=o}}class Vf extends ${constructor({body:t,error:r,url:n}){super("RPC Request failed.",{cause:r,details:r.message,metaMessages:[`URL: ${$a(n)}`,`Request body: ${It(t)}`],name:"RpcRequestError"}),Object.defineProperty(this,"code",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.code=r.code,this.data=r.data}}const Cp=-1;class nt extends ${constructor(t,{code:r,docsPath:n,metaMessages:i,name:s,shortMessage:o}){super(o,{cause:t,docsPath:n,metaMessages:i||(t==null?void 0:t.metaMessages),name:s||"RpcError"}),Object.defineProperty(this,"code",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.name=s||t.name,this.code=t instanceof Vf?t.code:r??Cp}}class at extends nt{constructor(t,r){super(t,r),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=r.data}}class Zn extends nt{constructor(t){super(t,{code:Zn.code,name:"ParseRpcError",shortMessage:"Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text."})}}Object.defineProperty(Zn,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32700});class ei extends nt{constructor(t){super(t,{code:ei.code,name:"InvalidRequestRpcError",shortMessage:"JSON is not a valid request object."})}}Object.defineProperty(ei,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32600});class ti extends nt{constructor(t,{method:r}={}){super(t,{code:ti.code,name:"MethodNotFoundRpcError",shortMessage:`The method${r?` "${r}"`:""} does not exist / is not available.`})}}Object.defineProperty(ti,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32601});class ri extends nt{constructor(t){super(t,{code:ri.code,name:"InvalidParamsRpcError",shortMessage:["Invalid parameters were provided to the RPC method.","Double check you have provided the correct parameters."].join(`
35
35
  `)})}}Object.defineProperty(ri,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32602});class Lr extends nt{constructor(t){super(t,{code:Lr.code,name:"InternalRpcError",shortMessage:"An internal error was received."})}}Object.defineProperty(Lr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32603});class ln extends nt{constructor(t){super(t,{code:ln.code,name:"InvalidInputRpcError",shortMessage:["Missing or invalid parameters.","Double check you have provided the correct parameters."].join(`
36
- `)})}}Object.defineProperty(ln,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32e3});class ni extends nt{constructor(t){super(t,{code:ni.code,name:"ResourceNotFoundRpcError",shortMessage:"Requested resource not found."}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"ResourceNotFoundRpcError"})}}Object.defineProperty(ni,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32001});class ii extends nt{constructor(t){super(t,{code:ii.code,name:"ResourceUnavailableRpcError",shortMessage:"Requested resource not available."})}}Object.defineProperty(ii,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32002});class si extends nt{constructor(t){super(t,{code:si.code,name:"TransactionRejectedRpcError",shortMessage:"Transaction creation failed."})}}Object.defineProperty(si,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32003});class Tr extends nt{constructor(t,{method:r}={}){super(t,{code:Tr.code,name:"MethodNotSupportedRpcError",shortMessage:`Method${r?` "${r}"`:""} is not supported.`})}}Object.defineProperty(Tr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32004});class hn extends nt{constructor(t){super(t,{code:hn.code,name:"LimitExceededRpcError",shortMessage:"Request exceeds defined limit."})}}Object.defineProperty(hn,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32005});class oi extends nt{constructor(t){super(t,{code:oi.code,name:"JsonRpcVersionUnsupportedError",shortMessage:"Version of JSON-RPC protocol is not supported."})}}Object.defineProperty(oi,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32006});class sn extends at{constructor(t){super(t,{code:sn.code,name:"UserRejectedRequestError",shortMessage:"User rejected the request."})}}Object.defineProperty(sn,"code",{enumerable:!0,configurable:!0,writable:!0,value:4001});class ai extends at{constructor(t){super(t,{code:ai.code,name:"UnauthorizedProviderError",shortMessage:"The requested method and/or account has not been authorized by the user."})}}Object.defineProperty(ai,"code",{enumerable:!0,configurable:!0,writable:!0,value:4100});class ci extends at{constructor(t,{method:r}={}){super(t,{code:ci.code,name:"UnsupportedProviderMethodError",shortMessage:`The Provider does not support the requested method${r?` " ${r}"`:""}.`})}}Object.defineProperty(ci,"code",{enumerable:!0,configurable:!0,writable:!0,value:4200});class ui extends at{constructor(t){super(t,{code:ui.code,name:"ProviderDisconnectedError",shortMessage:"The Provider is disconnected from all chains."})}}Object.defineProperty(ui,"code",{enumerable:!0,configurable:!0,writable:!0,value:4900});class fi extends at{constructor(t){super(t,{code:fi.code,name:"ChainDisconnectedError",shortMessage:"The Provider is not connected to the requested chain."})}}Object.defineProperty(fi,"code",{enumerable:!0,configurable:!0,writable:!0,value:4901});class di extends at{constructor(t){super(t,{code:di.code,name:"SwitchChainError",shortMessage:"An error occurred when attempting to switch chain."})}}Object.defineProperty(di,"code",{enumerable:!0,configurable:!0,writable:!0,value:4902});class li extends at{constructor(t){super(t,{code:li.code,name:"UnsupportedNonOptionalCapabilityError",shortMessage:"This Wallet does not support a capability that was not marked as optional."})}}Object.defineProperty(li,"code",{enumerable:!0,configurable:!0,writable:!0,value:5700});class hi extends at{constructor(t){super(t,{code:hi.code,name:"UnsupportedChainIdError",shortMessage:"This Wallet does not support the requested chain ID."})}}Object.defineProperty(hi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5710});class pi extends at{constructor(t){super(t,{code:pi.code,name:"DuplicateIdError",shortMessage:"There is already a bundle submitted with this ID."})}}Object.defineProperty(pi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5720});class yi extends at{constructor(t){super(t,{code:yi.code,name:"UnknownBundleIdError",shortMessage:"This bundle id is unknown / has not been submitted"})}}Object.defineProperty(yi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5730});class mi extends at{constructor(t){super(t,{code:mi.code,name:"BundleTooLargeError",shortMessage:"The call bundle is too large for the Wallet to process."})}}Object.defineProperty(mi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5740});class bi extends at{constructor(t){super(t,{code:bi.code,name:"AtomicReadyWalletRejectedUpgradeError",shortMessage:"The Wallet can support atomicity after an upgrade, but the user rejected the upgrade."})}}Object.defineProperty(bi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5750});class gi extends at{constructor(t){super(t,{code:gi.code,name:"AtomicityNotSupportedError",shortMessage:"The wallet does not support atomic execution but the request requires it."})}}Object.defineProperty(gi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5760});class Op extends nt{constructor(t){super(t,{name:"UnknownRpcError",shortMessage:"An unknown RPC error occurred."})}}const Rp=3;function Rs(e,{abi:t,address:r,args:n,docsPath:i,functionName:s,sender:o}){const a=e instanceof qf?e:e instanceof $?e.walk(g=>"data"in g)||e.walk():{},{code:c,data:f,details:l,message:h,shortMessage:m}=a,p=e instanceof ka?new Ip({functionName:s}):[Rp,Lr.code].includes(c)&&(f||l||h||m)?new kp({abi:t,data:typeof f=="object"?f.data:f,functionName:s,message:a instanceof Vf?l:m??h}):e;return new Tp(p,{abi:t,args:n,contractAddress:r,docsPath:i,functionName:s,sender:o})}function Lp(e){const t=vn(`0x${e.substring(4)}`).substring(26);return ki(`0x${t}`)}async function Up({hash:e,signature:t}){const r=zt(e)?e:J(e),{secp256k1:n}=await Promise.resolve().then(()=>require("./secp256k1-Be6ALJ6h.cjs"));return`0x${(()=>{if(typeof t=="object"&&"r"in t&&"s"in t){const{r:f,s:l,v:h,yParity:m}=t,p=Number(m??h),g=Gc(p);return new n.Signature(lt(f),lt(l)).addRecoveryBit(g)}const o=zt(t)?t:J(t),a=qt(`0x${o.slice(130)}`),c=Gc(a);return n.Signature.fromCompact(o.substring(2,130)).addRecoveryBit(c)})().recoverPublicKey(r.substring(2)).toHex(!1)}`}function Gc(e){if(e===0||e===1)return e;if(e===27)return 0;if(e===28)return 1;throw new Error("Invalid yParityOrV value")}async function Np({hash:e,signature:t}){return Lp(await Up({hash:e,signature:t}))}function pr(e,t="hex"){const r=Wf(e),n=Na(new Uint8Array(r.length));return r.encode(n),t==="hex"?Ze(n.bytes):n.bytes}function Wf(e){return Array.isArray(e)?Fp(e.map(t=>Wf(t))):$p(e)}function Fp(e){const t=e.reduce((i,s)=>i+s.length,0),r=Kf(t);return{length:t<=55?1+t:1+r+t,encode(i){t<=55?i.pushByte(192+t):(i.pushByte(247+r),r===1?i.pushUint8(t):r===2?i.pushUint16(t):r===3?i.pushUint24(t):i.pushUint32(t));for(const{encode:s}of e)s(i)}}}function $p(e){const t=typeof e=="string"?Vt(e):e,r=Kf(t.length);return{length:t.length===1&&t[0]<128?1:t.length<=55?1+t.length:1+r+t.length,encode(i){t.length===1&&t[0]<128?i.pushBytes(t):t.length<=55?(i.pushByte(128+t.length),i.pushBytes(t)):(i.pushByte(183+r),r===1?i.pushUint8(t.length):r===2?i.pushUint16(t.length):r===3?i.pushUint24(t.length):i.pushUint32(t.length),i.pushBytes(t))}}}function Kf(e){if(e<2**8)return 1;if(e<2**16)return 2;if(e<2**24)return 3;if(e<2**32)return 4;throw new $("Length is too large.")}function Mp(e){const{chainId:t,nonce:r,to:n}=e,i=e.contractAddress??e.address,s=vn(Ct(["0x05",pr([t?Q(t):"0x",i,r?Q(r):"0x"])]));return n==="bytes"?Vt(s):s}async function Yf(e){const{authorization:t,signature:r}=e;return Np({hash:Mp(t),signature:r??t})}class Hp extends ${constructor(t,{account:r,docsPath:n,chain:i,data:s,gas:o,gasPrice:a,maxFeePerGas:c,maxPriorityFeePerGas:f,nonce:l,to:h,value:m}){var g;const p=Bi({from:r==null?void 0:r.address,to:h,value:typeof m<"u"&&`${Fa(m)} ${((g=i==null?void 0:i.nativeCurrency)==null?void 0:g.symbol)||"ETH"}`,data:s,gas:o,gasPrice:typeof a<"u"&&`${rt(a)} gwei`,maxFeePerGas:typeof c<"u"&&`${rt(c)} gwei`,maxPriorityFeePerGas:typeof f<"u"&&`${rt(f)} gwei`,nonce:l});super(t.shortMessage,{cause:t,docsPath:n,metaMessages:[...t.metaMessages?[...t.metaMessages," "]:[],"Estimate Gas Arguments:",p].filter(Boolean),name:"EstimateGasExecutionError"}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.cause=t}}class tn extends ${constructor({cause:t,message:r}={}){var i;const n=(i=r==null?void 0:r.replace("execution reverted: ",""))==null?void 0:i.replace("execution reverted","");super(`Execution reverted ${n?`with reason: ${n}`:"for an unknown reason"}.`,{cause:t,name:"ExecutionRevertedError"})}}Object.defineProperty(tn,"code",{enumerable:!0,configurable:!0,writable:!0,value:3});Object.defineProperty(tn,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/execution reverted/});class Ur extends ${constructor({cause:t,maxFeePerGas:r}={}){super(`The fee cap (\`maxFeePerGas\`${r?` = ${rt(r)} gwei`:""}) cannot be higher than the maximum allowed value (2^256-1).`,{cause:t,name:"FeeCapTooHighError"})}}Object.defineProperty(Ur,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas higher than 2\^256-1|fee cap higher than 2\^256-1/});class ea extends ${constructor({cause:t,maxFeePerGas:r}={}){super(`The fee cap (\`maxFeePerGas\`${r?` = ${rt(r)}`:""} gwei) cannot be lower than the block base fee.`,{cause:t,name:"FeeCapTooLowError"})}}Object.defineProperty(ea,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas less than block base fee|fee cap less than block base fee|transaction is outdated/});class ta extends ${constructor({cause:t,nonce:r}={}){super(`Nonce provided for the transaction ${r?`(${r}) `:""}is higher than the next one expected.`,{cause:t,name:"NonceTooHighError"})}}Object.defineProperty(ta,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too high/});class ra extends ${constructor({cause:t,nonce:r}={}){super([`Nonce provided for the transaction ${r?`(${r}) `:""}is lower than the current nonce of the account.`,"Try increasing the nonce or find the latest nonce with `getTransactionCount`."].join(`
36
+ `)})}}Object.defineProperty(ln,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32e3});class ni extends nt{constructor(t){super(t,{code:ni.code,name:"ResourceNotFoundRpcError",shortMessage:"Requested resource not found."}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"ResourceNotFoundRpcError"})}}Object.defineProperty(ni,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32001});class ii extends nt{constructor(t){super(t,{code:ii.code,name:"ResourceUnavailableRpcError",shortMessage:"Requested resource not available."})}}Object.defineProperty(ii,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32002});class si extends nt{constructor(t){super(t,{code:si.code,name:"TransactionRejectedRpcError",shortMessage:"Transaction creation failed."})}}Object.defineProperty(si,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32003});class Tr extends nt{constructor(t,{method:r}={}){super(t,{code:Tr.code,name:"MethodNotSupportedRpcError",shortMessage:`Method${r?` "${r}"`:""} is not supported.`})}}Object.defineProperty(Tr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32004});class hn extends nt{constructor(t){super(t,{code:hn.code,name:"LimitExceededRpcError",shortMessage:"Request exceeds defined limit."})}}Object.defineProperty(hn,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32005});class oi extends nt{constructor(t){super(t,{code:oi.code,name:"JsonRpcVersionUnsupportedError",shortMessage:"Version of JSON-RPC protocol is not supported."})}}Object.defineProperty(oi,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32006});class sn extends at{constructor(t){super(t,{code:sn.code,name:"UserRejectedRequestError",shortMessage:"User rejected the request."})}}Object.defineProperty(sn,"code",{enumerable:!0,configurable:!0,writable:!0,value:4001});class ai extends at{constructor(t){super(t,{code:ai.code,name:"UnauthorizedProviderError",shortMessage:"The requested method and/or account has not been authorized by the user."})}}Object.defineProperty(ai,"code",{enumerable:!0,configurable:!0,writable:!0,value:4100});class ci extends at{constructor(t,{method:r}={}){super(t,{code:ci.code,name:"UnsupportedProviderMethodError",shortMessage:`The Provider does not support the requested method${r?` " ${r}"`:""}.`})}}Object.defineProperty(ci,"code",{enumerable:!0,configurable:!0,writable:!0,value:4200});class ui extends at{constructor(t){super(t,{code:ui.code,name:"ProviderDisconnectedError",shortMessage:"The Provider is disconnected from all chains."})}}Object.defineProperty(ui,"code",{enumerable:!0,configurable:!0,writable:!0,value:4900});class fi extends at{constructor(t){super(t,{code:fi.code,name:"ChainDisconnectedError",shortMessage:"The Provider is not connected to the requested chain."})}}Object.defineProperty(fi,"code",{enumerable:!0,configurable:!0,writable:!0,value:4901});class di extends at{constructor(t){super(t,{code:di.code,name:"SwitchChainError",shortMessage:"An error occurred when attempting to switch chain."})}}Object.defineProperty(di,"code",{enumerable:!0,configurable:!0,writable:!0,value:4902});class li extends at{constructor(t){super(t,{code:li.code,name:"UnsupportedNonOptionalCapabilityError",shortMessage:"This Wallet does not support a capability that was not marked as optional."})}}Object.defineProperty(li,"code",{enumerable:!0,configurable:!0,writable:!0,value:5700});class hi extends at{constructor(t){super(t,{code:hi.code,name:"UnsupportedChainIdError",shortMessage:"This Wallet does not support the requested chain ID."})}}Object.defineProperty(hi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5710});class pi extends at{constructor(t){super(t,{code:pi.code,name:"DuplicateIdError",shortMessage:"There is already a bundle submitted with this ID."})}}Object.defineProperty(pi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5720});class yi extends at{constructor(t){super(t,{code:yi.code,name:"UnknownBundleIdError",shortMessage:"This bundle id is unknown / has not been submitted"})}}Object.defineProperty(yi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5730});class mi extends at{constructor(t){super(t,{code:mi.code,name:"BundleTooLargeError",shortMessage:"The call bundle is too large for the Wallet to process."})}}Object.defineProperty(mi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5740});class bi extends at{constructor(t){super(t,{code:bi.code,name:"AtomicReadyWalletRejectedUpgradeError",shortMessage:"The Wallet can support atomicity after an upgrade, but the user rejected the upgrade."})}}Object.defineProperty(bi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5750});class gi extends at{constructor(t){super(t,{code:gi.code,name:"AtomicityNotSupportedError",shortMessage:"The wallet does not support atomic execution but the request requires it."})}}Object.defineProperty(gi,"code",{enumerable:!0,configurable:!0,writable:!0,value:5760});class Op extends nt{constructor(t){super(t,{name:"UnknownRpcError",shortMessage:"An unknown RPC error occurred."})}}const Rp=3;function Rs(e,{abi:t,address:r,args:n,docsPath:i,functionName:s,sender:o}){const a=e instanceof qf?e:e instanceof $?e.walk(g=>"data"in g)||e.walk():{},{code:c,data:f,details:l,message:h,shortMessage:m}=a,p=e instanceof ka?new Ip({functionName:s}):[Rp,Lr.code].includes(c)&&(f||l||h||m)?new kp({abi:t,data:typeof f=="object"?f.data:f,functionName:s,message:a instanceof Vf?l:m??h}):e;return new Tp(p,{abi:t,args:n,contractAddress:r,docsPath:i,functionName:s,sender:o})}function Lp(e){const t=vn(`0x${e.substring(4)}`).substring(26);return ki(`0x${t}`)}async function Up({hash:e,signature:t}){const r=zt(e)?e:J(e),{secp256k1:n}=await Promise.resolve().then(()=>require("./secp256k1-Bwqrtqsn.cjs"));return`0x${(()=>{if(typeof t=="object"&&"r"in t&&"s"in t){const{r:f,s:l,v:h,yParity:m}=t,p=Number(m??h),g=Gc(p);return new n.Signature(lt(f),lt(l)).addRecoveryBit(g)}const o=zt(t)?t:J(t),a=qt(`0x${o.slice(130)}`),c=Gc(a);return n.Signature.fromCompact(o.substring(2,130)).addRecoveryBit(c)})().recoverPublicKey(r.substring(2)).toHex(!1)}`}function Gc(e){if(e===0||e===1)return e;if(e===27)return 0;if(e===28)return 1;throw new Error("Invalid yParityOrV value")}async function Np({hash:e,signature:t}){return Lp(await Up({hash:e,signature:t}))}function pr(e,t="hex"){const r=Wf(e),n=Na(new Uint8Array(r.length));return r.encode(n),t==="hex"?Ze(n.bytes):n.bytes}function Wf(e){return Array.isArray(e)?Fp(e.map(t=>Wf(t))):$p(e)}function Fp(e){const t=e.reduce((i,s)=>i+s.length,0),r=Kf(t);return{length:t<=55?1+t:1+r+t,encode(i){t<=55?i.pushByte(192+t):(i.pushByte(247+r),r===1?i.pushUint8(t):r===2?i.pushUint16(t):r===3?i.pushUint24(t):i.pushUint32(t));for(const{encode:s}of e)s(i)}}}function $p(e){const t=typeof e=="string"?Vt(e):e,r=Kf(t.length);return{length:t.length===1&&t[0]<128?1:t.length<=55?1+t.length:1+r+t.length,encode(i){t.length===1&&t[0]<128?i.pushBytes(t):t.length<=55?(i.pushByte(128+t.length),i.pushBytes(t)):(i.pushByte(183+r),r===1?i.pushUint8(t.length):r===2?i.pushUint16(t.length):r===3?i.pushUint24(t.length):i.pushUint32(t.length),i.pushBytes(t))}}}function Kf(e){if(e<2**8)return 1;if(e<2**16)return 2;if(e<2**24)return 3;if(e<2**32)return 4;throw new $("Length is too large.")}function Mp(e){const{chainId:t,nonce:r,to:n}=e,i=e.contractAddress??e.address,s=vn(Ct(["0x05",pr([t?Q(t):"0x",i,r?Q(r):"0x"])]));return n==="bytes"?Vt(s):s}async function Yf(e){const{authorization:t,signature:r}=e;return Np({hash:Mp(t),signature:r??t})}class Hp extends ${constructor(t,{account:r,docsPath:n,chain:i,data:s,gas:o,gasPrice:a,maxFeePerGas:c,maxPriorityFeePerGas:f,nonce:l,to:h,value:m}){var g;const p=Bi({from:r==null?void 0:r.address,to:h,value:typeof m<"u"&&`${Fa(m)} ${((g=i==null?void 0:i.nativeCurrency)==null?void 0:g.symbol)||"ETH"}`,data:s,gas:o,gasPrice:typeof a<"u"&&`${rt(a)} gwei`,maxFeePerGas:typeof c<"u"&&`${rt(c)} gwei`,maxPriorityFeePerGas:typeof f<"u"&&`${rt(f)} gwei`,nonce:l});super(t.shortMessage,{cause:t,docsPath:n,metaMessages:[...t.metaMessages?[...t.metaMessages," "]:[],"Estimate Gas Arguments:",p].filter(Boolean),name:"EstimateGasExecutionError"}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.cause=t}}class tn extends ${constructor({cause:t,message:r}={}){var i;const n=(i=r==null?void 0:r.replace("execution reverted: ",""))==null?void 0:i.replace("execution reverted","");super(`Execution reverted ${n?`with reason: ${n}`:"for an unknown reason"}.`,{cause:t,name:"ExecutionRevertedError"})}}Object.defineProperty(tn,"code",{enumerable:!0,configurable:!0,writable:!0,value:3});Object.defineProperty(tn,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/execution reverted/});class Ur extends ${constructor({cause:t,maxFeePerGas:r}={}){super(`The fee cap (\`maxFeePerGas\`${r?` = ${rt(r)} gwei`:""}) cannot be higher than the maximum allowed value (2^256-1).`,{cause:t,name:"FeeCapTooHighError"})}}Object.defineProperty(Ur,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas higher than 2\^256-1|fee cap higher than 2\^256-1/});class ea extends ${constructor({cause:t,maxFeePerGas:r}={}){super(`The fee cap (\`maxFeePerGas\`${r?` = ${rt(r)}`:""} gwei) cannot be lower than the block base fee.`,{cause:t,name:"FeeCapTooLowError"})}}Object.defineProperty(ea,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas less than block base fee|fee cap less than block base fee|transaction is outdated/});class ta extends ${constructor({cause:t,nonce:r}={}){super(`Nonce provided for the transaction ${r?`(${r}) `:""}is higher than the next one expected.`,{cause:t,name:"NonceTooHighError"})}}Object.defineProperty(ta,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too high/});class ra extends ${constructor({cause:t,nonce:r}={}){super([`Nonce provided for the transaction ${r?`(${r}) `:""}is lower than the current nonce of the account.`,"Try increasing the nonce or find the latest nonce with `getTransactionCount`."].join(`
37
37
  `),{cause:t,name:"NonceTooLowError"})}}Object.defineProperty(ra,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too low|transaction already imported|already known/});class na extends ${constructor({cause:t,nonce:r}={}){super(`Nonce provided for the transaction ${r?`(${r}) `:""}exceeds the maximum allowed nonce.`,{cause:t,name:"NonceMaxValueError"})}}Object.defineProperty(na,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce has max value/});class ia extends ${constructor({cause:t}={}){super(["The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account."].join(`
38
38
  `),{cause:t,metaMessages:["This error could arise when the account does not have enough funds to:"," - pay for the total gas fee,"," - pay for the value to send."," ","The cost of the transaction is calculated as `gas * gas fee + value`, where:"," - `gas` is the amount of gas needed for transaction to execute,"," - `gas fee` is the gas fee,"," - `value` is the amount of ether to send to the recipient."],name:"InsufficientFundsError"})}}Object.defineProperty(ia,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/insufficient funds|exceeds transaction sender account balance/});class sa extends ${constructor({cause:t,gas:r}={}){super(`The amount of gas ${r?`(${r}) `:""}provided for the transaction exceeds the limit allowed for the block.`,{cause:t,name:"IntrinsicGasTooHighError"})}}Object.defineProperty(sa,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/intrinsic gas too high|gas limit reached/});class oa extends ${constructor({cause:t,gas:r}={}){super(`The amount of gas ${r?`(${r}) `:""}provided for the transaction is too low.`,{cause:t,name:"IntrinsicGasTooLowError"})}}Object.defineProperty(oa,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/intrinsic gas too low/});class aa extends ${constructor({cause:t}){super("The transaction type is not supported for this chain.",{cause:t,name:"TransactionTypeNotSupportedError"})}}Object.defineProperty(aa,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/transaction type not valid/});class wi extends ${constructor({cause:t,maxPriorityFeePerGas:r,maxFeePerGas:n}={}){super([`The provided tip (\`maxPriorityFeePerGas\`${r?` = ${rt(r)} gwei`:""}) cannot be higher than the fee cap (\`maxFeePerGas\`${n?` = ${rt(n)} gwei`:""}).`].join(`
39
39
  `),{cause:t,name:"TipAboveFeeCapError"})}}Object.defineProperty(wi,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max priority fee per gas higher than max fee per gas|tip higher than fee cap/});class Ls extends ${constructor({cause:t}){super(`An error occurred while executing: ${t==null?void 0:t.shortMessage}`,{cause:t,name:"UnknownNodeError"})}}function Ha(e,t){const r=(e.details||"").toLowerCase(),n=e instanceof $?e.walk(i=>(i==null?void 0:i.code)===tn.code):e;return n instanceof $?new tn({cause:e,message:n.details}):tn.nodeMessage.test(r)?new tn({cause:e,message:e.details}):Ur.nodeMessage.test(r)?new Ur({cause:e,maxFeePerGas:t==null?void 0:t.maxFeePerGas}):ea.nodeMessage.test(r)?new ea({cause:e,maxFeePerGas:t==null?void 0:t.maxFeePerGas}):ta.nodeMessage.test(r)?new ta({cause:e,nonce:t==null?void 0:t.nonce}):ra.nodeMessage.test(r)?new ra({cause:e,nonce:t==null?void 0:t.nonce}):na.nodeMessage.test(r)?new na({cause:e,nonce:t==null?void 0:t.nonce}):ia.nodeMessage.test(r)?new ia({cause:e}):sa.nodeMessage.test(r)?new sa({cause:e,gas:t==null?void 0:t.gas}):oa.nodeMessage.test(r)?new oa({cause:e,gas:t==null?void 0:t.gas}):aa.nodeMessage.test(r)?new aa({cause:e}):wi.nodeMessage.test(r)?new wi({cause:e,maxFeePerGas:t==null?void 0:t.maxFeePerGas,maxPriorityFeePerGas:t==null?void 0:t.maxPriorityFeePerGas}):new Ls({cause:e})}function Dp(e,{docsPath:t,...r}){const n=(()=>{const i=Ha(e,r);return i instanceof Ls?e:i})();return new Hp(n,{docsPath:t,...r})}function Da(e,{format:t}){if(!t)return{};const r={};function n(s){const o=Object.keys(s);for(const a of o)a in e&&(r[a]=e[a]),s[a]&&typeof s[a]=="object"&&!Array.isArray(s[a])&&n(s[a])}const i=t(e||{});return n(i),r}function ja(e,t){return({exclude:r,format:n})=>({exclude:r,format:i=>{const s=t(i);if(r)for(const o of r)delete s[o];return{...s,...n(i)}},type:e})}const jp={legacy:"0x0",eip2930:"0x1",eip1559:"0x2",eip4844:"0x3",eip7702:"0x4"};function Us(e){const t={};return typeof e.authorizationList<"u"&&(t.authorizationList=Gp(e.authorizationList)),typeof e.accessList<"u"&&(t.accessList=e.accessList),typeof e.blobVersionedHashes<"u"&&(t.blobVersionedHashes=e.blobVersionedHashes),typeof e.blobs<"u"&&(typeof e.blobs[0]!="string"?t.blobs=e.blobs.map(r=>Ze(r)):t.blobs=e.blobs),typeof e.data<"u"&&(t.data=e.data),typeof e.from<"u"&&(t.from=e.from),typeof e.gas<"u"&&(t.gas=Q(e.gas)),typeof e.gasPrice<"u"&&(t.gasPrice=Q(e.gasPrice)),typeof e.maxFeePerBlobGas<"u"&&(t.maxFeePerBlobGas=Q(e.maxFeePerBlobGas)),typeof e.maxFeePerGas<"u"&&(t.maxFeePerGas=Q(e.maxFeePerGas)),typeof e.maxPriorityFeePerGas<"u"&&(t.maxPriorityFeePerGas=Q(e.maxPriorityFeePerGas)),typeof e.nonce<"u"&&(t.nonce=Q(e.nonce)),typeof e.to<"u"&&(t.to=e.to),typeof e.type<"u"&&(t.type=jp[e.type]),typeof e.value<"u"&&(t.value=Q(e.value)),t}function Gp(e){return e.map(t=>({address:t.address,r:t.r?Q(BigInt(t.r)):t.r,s:t.s?Q(BigInt(t.s)):t.s,chainId:Q(t.chainId),nonce:Q(t.nonce),...typeof t.yParity<"u"?{yParity:Q(t.yParity)}:{},...typeof t.v<"u"&&typeof t.yParity>"u"?{v:Q(t.v)}:{}}))}function zc(e){if(!(!e||e.length===0))return e.reduce((t,{slot:r,value:n})=>{if(r.length!==66)throw new Bc({size:r.length,targetSize:66,type:"hex"});if(n.length!==66)throw new Bc({size:n.length,targetSize:66,type:"hex"});return t[r]=n,t},{})}function zp(e){const{balance:t,nonce:r,state:n,stateDiff:i,code:s}=e,o={};if(s!==void 0&&(o.code=s),t!==void 0&&(o.balance=Q(t)),r!==void 0&&(o.nonce=Q(r)),n!==void 0&&(o.state=zc(n)),i!==void 0){if(o.state)throw new gp;o.stateDiff=zc(i)}return o}function Xf(e){if(!e)return;const t={};for(const{address:r,...n}of e){if(!Ue(r,{strict:!1}))throw new et({address:r});if(t[r])throw new bp({address:r});t[r]=zp(n)}return t}const Ns=2n**256n-1n;function Ci(e){const{account:t,gasPrice:r,maxFeePerGas:n,maxPriorityFeePerGas:i,to:s}=e,o=t?Ne(t):void 0;if(o&&!Ue(o.address))throw new et({address:o.address});if(s&&!Ue(s))throw new et({address:s});if(typeof r<"u"&&(typeof n<"u"||typeof i<"u"))throw new _p;if(n&&n>Ns)throw new Ur({maxFeePerGas:n});if(i&&n&&i>n)throw new wi({maxFeePerGas:n,maxPriorityFeePerGas:i})}class qp extends ${constructor(){super("`baseFeeMultiplier` must be greater than 1.",{name:"BaseFeeScalarError"})}}class Ga extends ${constructor(){super("Chain does not support EIP-1559 fees.",{name:"Eip1559FeesNotSupportedError"})}}class Vp extends ${constructor({maxPriorityFeePerGas:t}){super(`\`maxFeePerGas\` cannot be less than the \`maxPriorityFeePerGas\` (${rt(t)} gwei).`,{name:"MaxFeePerGasTooLowError"})}}class Wp extends ${constructor({blockHash:t,blockNumber:r}){let n="Block";t&&(n=`Block at hash "${t}"`),r&&(n=`Block at number "${r}"`),super(`${n} could not be found.`,{name:"BlockNotFoundError"})}}const Jf={"0x0":"legacy","0x1":"eip2930","0x2":"eip1559","0x3":"eip4844","0x4":"eip7702"};function za(e){const t={...e,blockHash:e.blockHash?e.blockHash:null,blockNumber:e.blockNumber?BigInt(e.blockNumber):null,chainId:e.chainId?qt(e.chainId):void 0,gas:e.gas?BigInt(e.gas):void 0,gasPrice:e.gasPrice?BigInt(e.gasPrice):void 0,maxFeePerBlobGas:e.maxFeePerBlobGas?BigInt(e.maxFeePerBlobGas):void 0,maxFeePerGas:e.maxFeePerGas?BigInt(e.maxFeePerGas):void 0,maxPriorityFeePerGas:e.maxPriorityFeePerGas?BigInt(e.maxPriorityFeePerGas):void 0,nonce:e.nonce?qt(e.nonce):void 0,to:e.to?e.to:null,transactionIndex:e.transactionIndex?Number(e.transactionIndex):null,type:e.type?Jf[e.type]:void 0,typeHex:e.type?e.type:void 0,value:e.value?BigInt(e.value):void 0,v:e.v?BigInt(e.v):void 0};return e.authorizationList&&(t.authorizationList=Yp(e.authorizationList)),t.yParity=(()=>{if(e.yParity)return Number(e.yParity);if(typeof t.v=="bigint"){if(t.v===0n||t.v===27n)return 0;if(t.v===1n||t.v===28n)return 1;if(t.v>=35n)return t.v%2n===0n?1:0}})(),t.type==="legacy"&&(delete t.accessList,delete t.maxFeePerBlobGas,delete t.maxFeePerGas,delete t.maxPriorityFeePerGas,delete t.yParity),t.type==="eip2930"&&(delete t.maxFeePerBlobGas,delete t.maxFeePerGas,delete t.maxPriorityFeePerGas),t.type==="eip1559"&&delete t.maxFeePerBlobGas,t}const Kp=ja("transaction",za);function Yp(e){return e.map(t=>({address:t.address,chainId:Number(t.chainId),nonce:Number(t.nonce),r:t.r,s:t.s,yParity:Number(t.yParity)}))}function Qf(e){const t=(e.transactions??[]).map(r=>typeof r=="string"?r:za(r));return{...e,baseFeePerGas:e.baseFeePerGas?BigInt(e.baseFeePerGas):null,blobGasUsed:e.blobGasUsed?BigInt(e.blobGasUsed):void 0,difficulty:e.difficulty?BigInt(e.difficulty):void 0,excessBlobGas:e.excessBlobGas?BigInt(e.excessBlobGas):void 0,gasLimit:e.gasLimit?BigInt(e.gasLimit):void 0,gasUsed:e.gasUsed?BigInt(e.gasUsed):void 0,hash:e.hash?e.hash:null,logsBloom:e.logsBloom?e.logsBloom:null,nonce:e.nonce?e.nonce:null,number:e.number?BigInt(e.number):null,size:e.size?BigInt(e.size):void 0,timestamp:e.timestamp?BigInt(e.timestamp):void 0,transactions:t,totalDifficulty:e.totalDifficulty?BigInt(e.totalDifficulty):null}}const Xp=ja("block",Qf);async function bs(e,{blockHash:t,blockNumber:r,blockTag:n,includeTransactions:i}={}){var l,h,m;const s=n??"latest",o=i??!1,a=r!==void 0?Q(r):void 0;let c=null;if(t?c=await e.request({method:"eth_getBlockByHash",params:[t,o]},{dedupe:!0}):c=await e.request({method:"eth_getBlockByNumber",params:[a||s,o]},{dedupe:!!a}),!c)throw new Wp({blockHash:t,blockNumber:r});return(((m=(h=(l=e.chain)==null?void 0:l.formatters)==null?void 0:h.block)==null?void 0:m.format)||Qf)(c)}async function Zf(e){const t=await e.request({method:"eth_gasPrice"});return BigInt(t)}async function Jp(e,t){var s,o;const{block:r,chain:n=e.chain,request:i}=t||{};try{const a=((s=n==null?void 0:n.fees)==null?void 0:s.maxPriorityFeePerGas)??((o=n==null?void 0:n.fees)==null?void 0:o.defaultPriorityFee);if(typeof a=="function"){const f=r||await oe(e,bs,"getBlock")({}),l=await a({block:f,client:e,request:i});if(l===null)throw new Error;return l}if(typeof a<"u")return a;const c=await e.request({method:"eth_maxPriorityFeePerGas"});return lt(c)}catch{const[a,c]=await Promise.all([r?Promise.resolve(r):oe(e,bs,"getBlock")({}),oe(e,Zf,"getGasPrice")({})]);if(typeof a.baseFeePerGas!="bigint")throw new Ga;const f=c-a.baseFeePerGas;return f<0n?0n:f}}async function qc(e,t){var m,p;const{block:r,chain:n=e.chain,request:i,type:s="eip1559"}=t||{},o=await(async()=>{var g,v;return typeof((g=n==null?void 0:n.fees)==null?void 0:g.baseFeeMultiplier)=="function"?n.fees.baseFeeMultiplier({block:r,client:e,request:i}):((v=n==null?void 0:n.fees)==null?void 0:v.baseFeeMultiplier)??1.2})();if(o<1)throw new qp;const c=10**(((m=o.toString().split(".")[1])==null?void 0:m.length)??0),f=g=>g*BigInt(Math.ceil(o*c))/BigInt(c),l=r||await oe(e,bs,"getBlock")({});if(typeof((p=n==null?void 0:n.fees)==null?void 0:p.estimateFeesPerGas)=="function"){const g=await n.fees.estimateFeesPerGas({block:r,client:e,multiply:f,request:i,type:s});if(g!==null)return g}if(s==="eip1559"){if(typeof l.baseFeePerGas!="bigint")throw new Ga;const g=typeof(i==null?void 0:i.maxPriorityFeePerGas)=="bigint"?i.maxPriorityFeePerGas:await Jp(e,{block:l,chain:n,request:i}),v=f(l.baseFeePerGas);return{maxFeePerGas:(i==null?void 0:i.maxFeePerGas)??v+g,maxPriorityFeePerGas:g}}return{gasPrice:(i==null?void 0:i.gasPrice)??f(await oe(e,Zf,"getGasPrice")({}))}}async function ed(e,{address:t,blockTag:r="latest",blockNumber:n}){const i=await e.request({method:"eth_getTransactionCount",params:[t,n?Q(n):r]},{dedupe:!!n});return qt(i)}function qa(e){const{kzg:t}=e,r=e.to??(typeof e.blobs[0]=="string"?"hex":"bytes"),n=typeof e.blobs[0]=="string"?e.blobs.map(s=>Vt(s)):e.blobs,i=[];for(const s of n)i.push(Uint8Array.from(t.blobToKzgCommitment(s)));return r==="bytes"?i:i.map(s=>Ze(s))}function Va(e){const{kzg:t}=e,r=e.to??(typeof e.blobs[0]=="string"?"hex":"bytes"),n=typeof e.blobs[0]=="string"?e.blobs.map(o=>Vt(o)):e.blobs,i=typeof e.commitments[0]=="string"?e.commitments.map(o=>Vt(o)):e.commitments,s=[];for(let o=0;o<n.length;o++){const a=n[o],c=i[o];s.push(Uint8Array.from(t.computeBlobKzgProof(a,c)))}return r==="bytes"?s:s.map(o=>Ze(o))}function Qp(e,t,r,n){if(typeof e.setBigUint64=="function")return e.setBigUint64(t,r,n);const i=BigInt(32),s=BigInt(4294967295),o=Number(r>>i&s),a=Number(r&s),c=n?4:0,f=n?0:4;e.setUint32(t+c,o,n),e.setUint32(t+f,a,n)}function Zp(e,t,r){return e&t^~e&r}function ey(e,t,r){return e&t^e&r^t&r}let ty=class extends Ba{constructor(t,r,n,i){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=t,this.outputLen=r,this.padOffset=n,this.isLE=i,this.buffer=new Uint8Array(t),this.view=fo(this.buffer)}update(t){Jn(this);const{view:r,buffer:n,blockLen:i}=this;t=ks(t);const s=t.length;for(let o=0;o<s;){const a=Math.min(i-this.pos,s-o);if(a===i){const c=fo(t);for(;i<=s-o;o+=i)this.process(c,o);continue}n.set(t.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===i&&(this.process(r,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){Jn(this),kf(t,this),this.finished=!0;const{buffer:r,view:n,blockLen:i,isLE:s}=this;let{pos:o}=this;r[o++]=128,this.buffer.subarray(o).fill(0),this.padOffset>i-o&&(this.process(n,0),o=0);for(let h=o;h<i;h++)r[h]=0;Qp(n,i-8,BigInt(this.length*8),s),this.process(n,0);const a=fo(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const f=c/4,l=this.get();if(f>l.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<f;h++)a.setUint32(4*h,l[h],s)}digest(){const{buffer:t,outputLen:r}=this;this.digestInto(t);const n=t.slice(0,r);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());const{blockLen:r,buffer:n,length:i,finished:s,destroyed:o,pos:a}=this;return t.length=i,t.pos=a,t.finished=s,t.destroyed=o,i%r&&t.buffer.set(n),t}};const ry=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),er=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),tr=new Uint32Array(64);let ny=class extends ty{constructor(t=32){super(64,t,8,!1),this.A=er[0]|0,this.B=er[1]|0,this.C=er[2]|0,this.D=er[3]|0,this.E=er[4]|0,this.F=er[5]|0,this.G=er[6]|0,this.H=er[7]|0}get(){const{A:t,B:r,C:n,D:i,E:s,F:o,G:a,H:c}=this;return[t,r,n,i,s,o,a,c]}set(t,r,n,i,s,o,a,c){this.A=t|0,this.B=r|0,this.C=n|0,this.D=i|0,this.E=s|0,this.F=o|0,this.G=a|0,this.H=c|0}process(t,r){for(let h=0;h<16;h++,r+=4)tr[h]=t.getUint32(r,!1);for(let h=16;h<64;h++){const m=tr[h-15],p=tr[h-2],g=gt(m,7)^gt(m,18)^m>>>3,v=gt(p,17)^gt(p,19)^p>>>10;tr[h]=v+tr[h-7]+g+tr[h-16]|0}let{A:n,B:i,C:s,D:o,E:a,F:c,G:f,H:l}=this;for(let h=0;h<64;h++){const m=gt(a,6)^gt(a,11)^gt(a,25),p=l+m+Zp(a,c,f)+ry[h]+tr[h]|0,v=(gt(n,2)^gt(n,13)^gt(n,22))+ey(n,i,s)|0;l=f,f=c,c=a,a=o+p|0,o=s,s=i,i=n,n=p+v|0}n=n+this.A|0,i=i+this.B|0,s=s+this.C|0,o=o+this.D|0,a=a+this.E|0,c=c+this.F|0,f=f+this.G|0,l=l+this.H|0,this.set(n,i,s,o,a,c,f,l)}roundClean(){tr.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};const td=If(()=>new ny);function Gn(e,t){const r=t||"hex",n=td(zt(e,{strict:!1})?Pi(e):e);return r==="bytes"?n:J(n)}function iy(e){const{commitment:t,version:r=1}=e,n=e.to??(typeof t=="string"?"hex":"bytes"),i=Gn(t,"bytes");return i.set([r],0),n==="bytes"?i:Ze(i)}function rd(e){const{commitments:t,version:r}=e,n=e.to??(typeof t[0]=="string"?"hex":"bytes"),i=[];for(const s of t)i.push(iy({commitment:s,to:n,version:r}));return i}const Vc=6,nd=32,Wa=4096,id=nd*Wa,Wc=id*Vc-1-1*Wa*Vc,sd=1;class sy extends ${constructor({maxSize:t,size:r}){super("Blob size is too large.",{metaMessages:[`Max: ${t} bytes`,`Given: ${r} bytes`],name:"BlobSizeTooLargeError"})}}class od extends ${constructor(){super("Blob data must not be empty.",{name:"EmptyBlobError"})}}class oy extends ${constructor({hash:t,size:r}){super(`Versioned hash "${t}" size is invalid.`,{metaMessages:["Expected: 32",`Received: ${r}`],name:"InvalidVersionedHashSizeError"})}}class ay extends ${constructor({hash:t,version:r}){super(`Versioned hash "${t}" version is invalid.`,{metaMessages:[`Expected: ${sd}`,`Received: ${r}`],name:"InvalidVersionedHashVersionError"})}}function cy(e){const t=e.to??(typeof e.data=="string"?"hex":"bytes"),r=typeof e.data=="string"?Vt(e.data):e.data,n=Ie(r);if(!n)throw new od;if(n>Wc)throw new sy({maxSize:Wc,size:n});const i=[];let s=!0,o=0;for(;s;){const a=Na(new Uint8Array(id));let c=0;for(;c<Wa;){const f=r.slice(o,o+(nd-1));if(a.pushByte(0),a.pushBytes(f),f.length<31){a.pushByte(128),s=!1;break}c++,o+=31}i.push(a)}return t==="bytes"?i.map(a=>a.bytes):i.map(a=>Ze(a.bytes))}function ad(e){const{data:t,kzg:r,to:n}=e,i=e.blobs??cy({data:t,to:n}),s=e.commitments??qa({blobs:i,kzg:r,to:n}),o=e.proofs??Va({blobs:i,commitments:s,kzg:r,to:n}),a=[];for(let c=0;c<i.length;c++)a.push({blob:i[c],commitment:s[c],proof:o[c]});return a}function cd(e){if(e.type)return e.type;if(typeof e.authorizationList<"u")return"eip7702";if(typeof e.blobs<"u"||typeof e.blobVersionedHashes<"u"||typeof e.maxFeePerBlobGas<"u"||typeof e.sidecars<"u")return"eip4844";if(typeof e.maxFeePerGas<"u"||typeof e.maxPriorityFeePerGas<"u")return"eip1559";if(typeof e.gasPrice<"u")return typeof e.accessList<"u"?"eip2930":"legacy";throw new Ep({transaction:e})}async function Oi(e){const t=await e.request({method:"eth_chainId"},{dedupe:!0});return qt(t)}const ud=["blobVersionedHashes","chainId","fees","gas","nonce","type"],Kc=new Map;async function Ka(e,t){const{account:r=e.account,blobs:n,chain:i,gas:s,kzg:o,nonce:a,nonceManager:c,parameters:f=ud,type:l}=t,h=r&&Ne(r),m={...t,...h?{from:h==null?void 0:h.address}:{}};let p;async function g(){return p||(p=await oe(e,bs,"getBlock")({blockTag:"latest"}),p)}let v;async function x(){return v||(i?i.id:typeof t.chainId<"u"?t.chainId:(v=await oe(e,Oi,"getChainId")({}),v))}if(f.includes("nonce")&&typeof a>"u"&&h)if(c){const I=await x();m.nonce=await c.consume({address:h.address,chainId:I,client:e})}else m.nonce=await oe(e,ed,"getTransactionCount")({address:h.address,blockTag:"pending"});if((f.includes("blobVersionedHashes")||f.includes("sidecars"))&&n&&o){const I=qa({blobs:n,kzg:o});if(f.includes("blobVersionedHashes")){const k=rd({commitments:I,to:"hex"});m.blobVersionedHashes=k}if(f.includes("sidecars")){const k=Va({blobs:n,commitments:I,kzg:o}),A=ad({blobs:n,commitments:I,proofs:k,to:"hex"});m.sidecars=A}}if(f.includes("chainId")&&(m.chainId=await x()),(f.includes("fees")||f.includes("type"))&&typeof l>"u")try{m.type=cd(m)}catch{let I=Kc.get(e.uid);if(typeof I>"u"){const k=await g();I=typeof(k==null?void 0:k.baseFeePerGas)=="bigint",Kc.set(e.uid,I)}m.type=I?"eip1559":"legacy"}if(f.includes("fees"))if(m.type!=="legacy"&&m.type!=="eip2930"){if(typeof m.maxFeePerGas>"u"||typeof m.maxPriorityFeePerGas>"u"){const I=await g(),{maxFeePerGas:k,maxPriorityFeePerGas:A}=await qc(e,{block:I,chain:i,request:m});if(typeof t.maxPriorityFeePerGas>"u"&&t.maxFeePerGas&&t.maxFeePerGas<A)throw new Vp({maxPriorityFeePerGas:A});m.maxPriorityFeePerGas=A,m.maxFeePerGas=k}}else{if(typeof t.maxFeePerGas<"u"||typeof t.maxPriorityFeePerGas<"u")throw new Ga;if(typeof t.gasPrice>"u"){const I=await g(),{gasPrice:k}=await qc(e,{block:I,chain:i,request:m,type:"legacy"});m.gasPrice=k}}return f.includes("gas")&&typeof s>"u"&&(m.gas=await oe(e,fd,"estimateGas")({...m,account:h&&{address:h.address,type:"json-rpc"}})),Ci(m),delete m.parameters,m}async function uy(e,{address:t,blockNumber:r,blockTag:n="latest"}){const i=r?Q(r):void 0,s=await e.request({method:"eth_getBalance",params:[t,i||n]});return BigInt(s)}async function fd(e,t){var i,s,o;const{account:r=e.account}=t,n=r?Ne(r):void 0;try{let V=function(ne){const{block:he,request:_e,rpcStateOverride:Te}=ne;return e.request({method:"eth_estimateGas",params:Te?[_e,he??"latest",Te]:he?[_e,he]:[_e]})};const{accessList:a,authorizationList:c,blobs:f,blobVersionedHashes:l,blockNumber:h,blockTag:m,data:p,gas:g,gasPrice:v,maxFeePerBlobGas:x,maxFeePerGas:I,maxPriorityFeePerGas:k,nonce:A,value:E,stateOverride:T,...S}=await Ka(e,{...t,parameters:(n==null?void 0:n.type)==="local"?void 0:["blobVersionedHashes"]}),M=(h?Q(h):void 0)||m,B=Xf(T),W=await(async()=>{if(S.to)return S.to;if(c&&c.length>0)return await Yf({authorization:c[0]}).catch(()=>{throw new $("`to` is required. Could not infer from `authorizationList`")})})();Ci(t);const L=(o=(s=(i=e.chain)==null?void 0:i.formatters)==null?void 0:s.transactionRequest)==null?void 0:o.format,j=(L||Us)({...Da(S,{format:L}),from:n==null?void 0:n.address,accessList:a,authorizationList:c,blobs:f,blobVersionedHashes:l,data:p,gas:g,gasPrice:v,maxFeePerBlobGas:x,maxFeePerGas:I,maxPriorityFeePerGas:k,nonce:A,to:W,value:E});let X=BigInt(await V({block:M,request:j,rpcStateOverride:B}));if(c){const ne=await uy(e,{address:j.from}),he=await Promise.all(c.map(async _e=>{const{address:Te}=_e,We=await V({block:M,request:{authorizationList:void 0,data:p,from:n==null?void 0:n.address,to:Te,value:Q(ne)},rpcStateOverride:B}).catch(()=>100000n);return 2n*BigInt(We)}));X+=he.reduce((_e,Te)=>_e+Te,0n)}return X}catch(a){throw Dp(a,{...t,account:n,chain:e.chain})}}async function fy(e,t){const{abi:r,address:n,args:i,functionName:s,dataSuffix:o,...a}=t,c=xn({abi:r,args:i,functionName:s});try{return await oe(e,fd,"estimateGas")({data:`${c}${o?o.replace("0x",""):""}`,to:n,...a})}catch(f){const l=a.account?Ne(a.account):void 0;throw Rs(f,{abi:r,address:n,args:i,docsPath:"/docs/contract/estimateContractGas",functionName:s,sender:l==null?void 0:l.address})}}function Ya(e,t){if(!Ue(e,{strict:!1}))throw new et({address:e});if(!Ue(t,{strict:!1}))throw new et({address:t});return e.toLowerCase()===t.toLowerCase()}const Yc="/docs/contract/decodeEventLog";function dd(e){const{abi:t,data:r,strict:n,topics:i}=e,s=n??!0,[o,...a]=i;if(!o)throw new Jh({docsPath:Yc});const c=t.length===1?t[0]:t.find(v=>v.type==="event"&&o===Is(kt(v)));if(!(c&&"name"in c)||c.type!=="event")throw new _f(o,{docsPath:Yc});const{name:f,inputs:l}=c,h=l==null?void 0:l.some(v=>!("name"in v&&v.name));let m=h?[]:{};const p=l.filter(v=>"indexed"in v&&v.indexed);for(let v=0;v<p.length;v++){const x=p[v],I=a[v];if(!I)throw new Ia({abiItem:c,param:x});m[h?v:x.name||v]=dy({param:x,value:I})}const g=l.filter(v=>!("indexed"in v&&v.indexed));if(g.length>0){if(r&&r!=="0x")try{const v=Ii(g,r);if(v)if(h)m=[...m,...v];else for(let x=0;x<g.length;x++)m[g[x].name]=v[x]}catch(v){if(s)throw v instanceof gf||v instanceof Df?new ys({abiItem:c,data:r,params:g,size:Ie(r)}):v}else if(s)throw new ys({abiItem:c,data:"0x",params:g,size:0})}return{eventName:f,args:Object.values(m).length>0?m:void 0}}function dy({param:e,value:t}){return e.type==="string"||e.type==="bytes"||e.type==="tuple"||e.type.match(/^(.*)\[(\d+)?\]$/)?t:(Ii([e],t)||[])[0]}function ld(e){const{abi:t,args:r,logs:n,strict:i=!0}=e,s=(()=>{if(e.eventName)return Array.isArray(e.eventName)?e.eventName:[e.eventName]})();return n.map(o=>{var a;try{const c=t.find(l=>l.type==="event"&&o.topics[0]===Is(l));if(!c)return null;const f=dd({...o,abi:[c],strict:i});return s&&!s.includes(f.eventName)||!ly({args:f.args,inputs:c.inputs,matchArgs:r})?null:{...f,...o}}catch(c){let f,l;if(c instanceof _f)return null;if(c instanceof ys||c instanceof Ia){if(i)return null;f=c.abiItem.name,l=(a=c.abiItem.inputs)==null?void 0:a.some(h=>!("name"in h&&h.name))}return{...o,args:l?[]:{},eventName:f}}}).filter(Boolean)}function ly(e){const{args:t,inputs:r,matchArgs:n}=e;if(!n)return!0;if(!t)return!1;function i(s,o,a){try{return s.type==="address"?Ya(o,a):s.type==="string"||s.type==="bytes"?vn(Pi(o))===a:o===a}catch{return!1}}return Array.isArray(t)&&Array.isArray(n)?n.every((s,o)=>{if(s==null)return!0;const a=r[o];return a?(Array.isArray(s)?s:[s]).some(f=>i(a,f,t[o])):!1}):typeof t=="object"&&!Array.isArray(t)&&typeof n=="object"&&!Array.isArray(n)?Object.entries(n).every(([s,o])=>{if(o==null)return!0;const a=r.find(f=>f.name===s);return a?(Array.isArray(o)?o:[o]).some(f=>i(a,f,t[s])):!1}):!1}function _i(e,{args:t,eventName:r}={}){return{...e,blockHash:e.blockHash?e.blockHash:null,blockNumber:e.blockNumber?BigInt(e.blockNumber):null,logIndex:e.logIndex?Number(e.logIndex):null,transactionHash:e.transactionHash?e.transactionHash:null,transactionIndex:e.transactionIndex?Number(e.transactionIndex):null,...r?{args:t,eventName:r}:{}}}async function hy(e,{address:t,blockHash:r,fromBlock:n,toBlock:i,event:s,events:o,args:a,strict:c}={}){const f=c??!1,l=o??(s?[s]:void 0);let h=[];l&&(h=[l.flatMap(v=>Ua({abi:[v],eventName:v.name,args:o?void 0:a}))],s&&(h=h[0]));let m;r?m=await e.request({method:"eth_getLogs",params:[{address:t,topics:h,blockHash:r}]}):m=await e.request({method:"eth_getLogs",params:[{address:t,topics:h,fromBlock:typeof n=="bigint"?Q(n):n,toBlock:typeof i=="bigint"?Q(i):i}]});const p=m.map(g=>_i(g));return l?ld({abi:l,args:a,logs:p,strict:f}):p}async function hd(e,t){const{abi:r,address:n,args:i,blockHash:s,eventName:o,fromBlock:a,toBlock:c,strict:f}=t,l=o?En({abi:r,name:o}):void 0,h=l?void 0:r.filter(m=>m.type==="event");return oe(e,hy,"getLogs")({address:n,args:i,blockHash:s,event:l,events:h,fromBlock:a,toBlock:c,strict:f})}const po="/docs/contract/decodeFunctionResult";function Xa(e){const{abi:t,args:r,functionName:n,data:i}=e;let s=t[0];if(n){const a=En({abi:t,args:r,name:n});if(!a)throw new Xn(n,{docsPath:po});s=a}if(s.type!=="function")throw new Xn(void 0,{docsPath:po});if(!s.outputs)throw new vf(s.name,{docsPath:po});const o=Ii(s.outputs,i);if(o&&o.length>1)return o;if(o&&o.length===1)return o[0]}const Xc=[{inputs:[{components:[{name:"target",type:"address"},{name:"allowFailure",type:"bool"},{name:"callData",type:"bytes"}],name:"calls",type:"tuple[]"}],name:"aggregate3",outputs:[{components:[{name:"success",type:"bool"},{name:"returnData",type:"bytes"}],name:"returnData",type:"tuple[]"}],stateMutability:"view",type:"function"}],py=[{name:"query",type:"function",stateMutability:"view",inputs:[{type:"tuple[]",name:"queries",components:[{type:"address",name:"sender"},{type:"string[]",name:"urls"},{type:"bytes",name:"data"}]}],outputs:[{type:"bool[]",name:"failures"},{type:"bytes[]",name:"responses"}]},{name:"HttpError",type:"error",inputs:[{type:"uint16",name:"status"},{type:"string",name:"message"}]}],yy="0x82ad56cb",my="0x608060405234801561001057600080fd5b5060405161018e38038061018e83398101604081905261002f91610124565b6000808351602085016000f59050803b61004857600080fd5b6000808351602085016000855af16040513d6000823e81610067573d81fd5b3d81f35b634e487b7160e01b600052604160045260246000fd5b600082601f83011261009257600080fd5b81516001600160401b038111156100ab576100ab61006b565b604051601f8201601f19908116603f011681016001600160401b03811182821017156100d9576100d961006b565b6040528181528382016020018510156100f157600080fd5b60005b82811015610110576020818601810151838301820152016100f4565b506000918101602001919091529392505050565b6000806040838503121561013757600080fd5b82516001600160401b0381111561014d57600080fd5b61015985828601610081565b602085015190935090506001600160401b0381111561017757600080fd5b61018385828601610081565b915050925092905056fe",by="0x608060405234801561001057600080fd5b506040516102c03803806102c083398101604081905261002f916101e6565b836001600160a01b03163b6000036100e457600080836001600160a01b03168360405161005c9190610270565b6000604051808303816000865af19150503d8060008114610099576040519150601f19603f3d011682016040523d82523d6000602084013e61009e565b606091505b50915091508115806100b857506001600160a01b0386163b155b156100e1578060405163101bb98d60e01b81526004016100d8919061028c565b60405180910390fd5b50505b6000808451602086016000885af16040513d6000823e81610103573d81fd5b3d81f35b80516001600160a01b038116811461011e57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561015457818101518382015260200161013c565b50506000910152565b600082601f83011261016e57600080fd5b81516001600160401b0381111561018757610187610123565b604051601f8201601f19908116603f011681016001600160401b03811182821017156101b5576101b5610123565b6040528181528382016020018510156101cd57600080fd5b6101de826020830160208701610139565b949350505050565b600080600080608085870312156101fc57600080fd5b61020585610107565b60208601519094506001600160401b0381111561022157600080fd5b61022d8782880161015d565b93505061023c60408601610107565b60608601519092506001600160401b0381111561025857600080fd5b6102648782880161015d565b91505092959194509250565b60008251610282818460208701610139565b9190910192915050565b60208152600082518060208401526102ab816040850160208701610139565b601f01601f1916919091016040019291505056fe";class ca extends ${constructor({blockNumber:t,chain:r,contract:n}){super(`Chain "${r.name}" does not support contract "${n.name}".`,{metaMessages:["This could be due to any of the following:",...t&&n.blockCreated&&n.blockCreated>t?[`- The contract "${n.name}" was not deployed until block ${n.blockCreated} (current block ${t}).`]:[`- The chain does not have the contract "${n.name}" configured.`]],name:"ChainDoesNotSupportContract"})}}class gy extends ${constructor({chain:t,currentChainId:r}){super(`The current chain of the wallet (id: ${r}) does not match the target chain for the transaction (id: ${t.id} – ${t.name}).`,{metaMessages:[`Current Chain ID: ${r}`,`Expected Chain ID: ${t.id} – ${t.name}`],name:"ChainMismatchError"})}}class wy extends ${constructor(){super(["No chain was provided to the request.","Please provide a chain with the `chain` argument on the Action, or by supplying a `chain` to WalletClient."].join(`
40
- `),{name:"ChainNotFoundError"})}}class pd extends ${constructor(){super("No chain was provided to the Client.",{name:"ClientChainNotConfiguredError"})}}class Fs extends ${constructor({chainId:t}){super(typeof t=="number"?`Chain ID "${t}" is invalid.`:"Chain ID is invalid.",{name:"InvalidChainIdError"})}}const yo="/docs/contract/encodeDeployData";function Ja(e){const{abi:t,args:r,bytecode:n}=e;if(!r||r.length===0)return n;const i=t.find(o=>"type"in o&&o.type==="constructor");if(!i)throw new qh({docsPath:yo});if(!("inputs"in i))throw new kc({docsPath:yo});if(!i.inputs||i.inputs.length===0)throw new kc({docsPath:yo});const s=Cs(i.inputs,r);return Ct([n,s])}function _y({blockNumber:e,chain:t,contract:r}){var i;const n=(i=t==null?void 0:t.contracts)==null?void 0:i[r];if(!n)throw new ca({chain:t,contract:{name:r}});if(e&&n.blockCreated&&n.blockCreated>e)throw new ca({blockNumber:e,chain:t,contract:{name:r,blockCreated:n.blockCreated}});return n.address}function vy(e,{docsPath:t,...r}){const n=(()=>{const i=Ha(e,r);return i instanceof Ls?e:i})();return new Pp(n,{docsPath:t,...r})}function yd(){let e=()=>{},t=()=>{};return{promise:new Promise((n,i)=>{e=n,t=i}),resolve:e,reject:t}}const mo=new Map;function Ey({fn:e,id:t,shouldSplitBatch:r,wait:n=0,sort:i}){const s=async()=>{const l=c();o();const h=l.map(({args:m})=>m);h.length!==0&&e(h).then(m=>{i&&Array.isArray(m)&&m.sort(i);for(let p=0;p<l.length;p++){const{resolve:g}=l[p];g==null||g([m[p],m])}}).catch(m=>{for(let p=0;p<l.length;p++){const{reject:g}=l[p];g==null||g(m)}})},o=()=>mo.delete(t),a=()=>c().map(({args:l})=>l),c=()=>mo.get(t)||[],f=l=>mo.set(t,[...c(),l]);return{flush:o,async schedule(l){const{promise:h,resolve:m,reject:p}=yd();return(r==null?void 0:r([...a(),l]))&&s(),c().length>0?(f({args:l,resolve:m,reject:p}),h):(f({args:l,resolve:m,reject:p}),setTimeout(s,n),h)}}}async function Qa(e,t){var L,D,j,V;const{account:r=e.account,batch:n=!!((L=e.batch)!=null&&L.multicall),blockNumber:i,blockTag:s="latest",accessList:o,blobs:a,code:c,data:f,factory:l,factoryData:h,gas:m,gasPrice:p,maxFeePerBlobGas:g,maxFeePerGas:v,maxPriorityFeePerGas:x,nonce:I,to:k,value:A,stateOverride:E,...T}=t,S=r?Ne(r):void 0;if(c&&(l||h))throw new $("Cannot provide both `code` & `factory`/`factoryData` as parameters.");if(c&&k)throw new $("Cannot provide both `code` & `to` as parameters.");const N=c&&f,M=l&&h&&k&&f,B=N||M,W=N?Sy({code:c,data:f}):M?Py({data:f,factory:l,factoryData:h,to:k}):f;try{Ci(t);const ne=(i?Q(i):void 0)||s,he=Xf(E),_e=(V=(j=(D=e.chain)==null?void 0:D.formatters)==null?void 0:j.transactionRequest)==null?void 0:V.format,We=(_e||Us)({...Da(T,{format:_e}),from:S==null?void 0:S.address,accessList:o,blobs:a,data:W,gas:m,gasPrice:p,maxFeePerBlobGas:g,maxFeePerGas:v,maxPriorityFeePerGas:x,nonce:I,to:B?void 0:k,value:A});if(n&&xy({request:We})&&!he)try{return await Ay(e,{...We,blockNumber:i,blockTag:s})}catch(ye){if(!(ye instanceof pd)&&!(ye instanceof ca))throw ye}const fe=await e.request({method:"eth_call",params:he?[We,ne,he]:[We,ne]});return fe==="0x"?{data:void 0}:{data:fe}}catch(X){const ne=Ty(X),{offchainLookup:he,offchainLookupSignature:_e}=await Promise.resolve().then(()=>require("./ccip-Bcf8wdNP.cjs"));if(e.ccipRead!==!1&&(ne==null?void 0:ne.slice(0,10))===_e&&k)return{data:await he(e,{data:ne,to:k})};throw B&&(ne==null?void 0:ne.slice(0,10))==="0x101bb98d"?new Bp({factory:l}):vy(X,{...t,account:S,chain:e.chain})}}function xy({request:e}){const{data:t,to:r,...n}=e;return!(!t||t.startsWith(yy)||!r||Object.values(n).filter(i=>typeof i<"u").length>0)}async function Ay(e,t){var v;const{batchSize:r=1024,wait:n=0}=typeof((v=e.batch)==null?void 0:v.multicall)=="object"?e.batch.multicall:{},{blockNumber:i,blockTag:s="latest",data:o,multicallAddress:a,to:c}=t;let f=a;if(!f){if(!e.chain)throw new pd;f=_y({blockNumber:i,chain:e.chain,contract:"multicall3"})}const h=(i?Q(i):void 0)||s,{schedule:m}=Ey({id:`${e.uid}.${h}`,wait:n,shouldSplitBatch(x){return x.reduce((k,{data:A})=>k+(A.length-2),0)>r*2},fn:async x=>{const I=x.map(E=>({allowFailure:!0,callData:E.data,target:E.to})),k=xn({abi:Xc,args:[I],functionName:"aggregate3"}),A=await e.request({method:"eth_call",params:[{data:k,to:f},h]});return Xa({abi:Xc,args:[I],functionName:"aggregate3",data:A||"0x"})}}),[{returnData:p,success:g}]=await m({data:o,to:c});if(!g)throw new qf({data:p});return p==="0x"?{data:void 0}:{data:p}}function Sy(e){const{code:t,data:r}=e;return Ja({abi:yf(["constructor(bytes, bytes)"]),bytecode:my,args:[t,r]})}function Py(e){const{data:t,factory:r,factoryData:n,to:i}=e;return Ja({abi:yf(["constructor(address, bytes, address, bytes)"]),bytecode:by,args:[i,t,r,n]})}function Ty(e){var r;if(!(e instanceof $))return;const t=e.walk();return typeof(t==null?void 0:t.data)=="object"?(r=t.data)==null?void 0:r.data:t.data}async function ky(e,t){const{abi:r,address:n,args:i,functionName:s,...o}=t,a=xn({abi:r,args:i,functionName:s});try{const{data:c}=await oe(e,Qa,"call")({...o,data:a,to:n});return Xa({abi:r,args:i,functionName:s,data:c||"0x"})}catch(c){throw Rs(c,{abi:r,address:n,args:i,docsPath:"/docs/contract/readContract",functionName:s})}}async function Iy(e,t){const{abi:r,address:n,args:i,dataSuffix:s,functionName:o,...a}=t,c=a.account?Ne(a.account):e.account,f=xn({abi:r,args:i,functionName:o});try{const{data:l}=await oe(e,Qa,"call")({batch:!1,data:`${f}${s?s.replace("0x",""):""}`,to:n,...a,account:c}),h=Xa({abi:r,args:i,functionName:o,data:l||"0x"}),m=r.filter(p=>"name"in p&&p.name===t.functionName);return{result:h,request:{abi:m,address:n,args:i,dataSuffix:s,functionName:o,...a,account:c}}}catch(l){throw Rs(l,{abi:r,address:n,args:i,docsPath:"/docs/contract/simulateContract",functionName:o,sender:c==null?void 0:c.address})}}const bo=new Map,Jc=new Map;let By=0;function ua(e,t,r){const n=++By,i=()=>bo.get(e)||[],s=()=>{const l=i();bo.set(e,l.filter(h=>h.id!==n))},o=()=>{const l=i();if(!l.some(m=>m.id===n))return;const h=Jc.get(e);l.length===1&&h&&h(),s()},a=i();if(bo.set(e,[...a,{id:n,fns:t}]),a&&a.length>0)return o;const c={};for(const l in t)c[l]=(...h)=>{var p,g;const m=i();if(m.length!==0)for(const v of m)(g=(p=v.fns)[l])==null||g.call(p,...h)};const f=r(c);return typeof f=="function"&&Jc.set(e,f),o}async function fa(e){return new Promise(t=>setTimeout(t,e))}function md(e,{emitOnBegin:t,initialWaitTime:r,interval:n}){let i=!0;const s=()=>i=!1;return(async()=>{let a;a=await e({unpoll:s});const c=await(r==null?void 0:r(a))??n;await fa(c);const f=async()=>{i&&(await e({unpoll:s}),await fa(n),f())};f()})(),s}const Cy=new Map,Oy=new Map;function Ry(e){const t=(i,s)=>({clear:()=>s.delete(i),get:()=>s.get(i),set:o=>s.set(i,o)}),r=t(e,Cy),n=t(e,Oy);return{clear:()=>{r.clear(),n.clear()},promise:r,response:n}}async function Ly(e,{cacheKey:t,cacheTime:r=Number.POSITIVE_INFINITY}){const n=Ry(t),i=n.response.get();if(i&&r>0&&new Date().getTime()-i.created.getTime()<r)return i.data;let s=n.promise.get();s||(s=e(),n.promise.set(s));try{const o=await s;return n.response.set({created:new Date,data:o}),o}finally{n.promise.clear()}}const Uy=e=>`blockNumber.${e}`;async function Ny(e,{cacheTime:t=e.cacheTime}={}){const r=await Ly(()=>e.request({method:"eth_blockNumber"}),{cacheKey:Uy(e.uid),cacheTime:t});return BigInt(r)}async function Fy(e,{filter:t}){const r="strict"in t&&t.strict,n=await t.request({method:"eth_getFilterChanges",params:[t.id]});if(typeof n[0]=="string")return n;const i=n.map(s=>_i(s));return!("abi"in t)||!t.abi?i:ld({abi:t.abi,logs:i,strict:r})}async function $y(e,{filter:t}){return t.request({method:"eth_uninstallFilter",params:[t.id]})}function My(e,t){const{abi:r,address:n,args:i,batch:s=!0,eventName:o,fromBlock:a,onError:c,onLogs:f,poll:l,pollingInterval:h=e.pollingInterval,strict:m}=t;return(typeof l<"u"?l:typeof a=="bigint"?!0:!(e.transport.type==="webSocket"||e.transport.type==="fallback"&&e.transport.transports[0].config.type==="webSocket"))?(()=>{const x=m??!1,I=It(["watchContractEvent",n,i,s,e.uid,o,h,x,a]);return ua(I,{onLogs:f,onError:c},k=>{let A;a!==void 0&&(A=a-1n);let E,T=!1;const S=md(async()=>{var N;if(!T){try{E=await oe(e,Mf,"createContractEventFilter")({abi:r,address:n,args:i,eventName:o,strict:x,fromBlock:a})}catch{}T=!0;return}try{let M;if(E)M=await oe(e,Fy,"getFilterChanges")({filter:E});else{const B=await oe(e,Ny,"getBlockNumber")({});A&&A<B?M=await oe(e,hd,"getContractEvents")({abi:r,address:n,args:i,eventName:o,fromBlock:A+1n,toBlock:B,strict:x}):M=[],A=B}if(M.length===0)return;if(s)k.onLogs(M);else for(const B of M)k.onLogs([B])}catch(M){E&&M instanceof ln&&(T=!1),(N=k.onError)==null||N.call(k,M)}},{emitOnBegin:!0,interval:h});return async()=>{E&&await oe(e,$y,"uninstallFilter")({filter:E}),S()}})})():(()=>{const x=m??!1,I=It(["watchContractEvent",n,i,s,e.uid,o,h,x]);let k=!0,A=()=>k=!1;return ua(I,{onLogs:f,onError:c},E=>((async()=>{try{const T=(()=>{if(e.transport.type==="fallback"){const M=e.transport.transports.find(B=>B.config.type==="webSocket");return M?M.value:e.transport}return e.transport})(),S=o?Ua({abi:r,eventName:o,args:i}):[],{unsubscribe:N}=await T.subscribe({params:["logs",{address:n,topics:S}],onData(M){var W;if(!k)return;const B=M.result;try{const{eventName:L,args:D}=dd({abi:r,data:B.data,topics:B.topics,strict:m}),j=_i(B,{args:D,eventName:L});E.onLogs([j])}catch(L){let D,j;if(L instanceof ys||L instanceof Ia){if(m)return;D=L.abiItem.name,j=(W=L.abiItem.inputs)==null?void 0:W.some(X=>!("name"in X&&X.name))}const V=_i(B,{args:j?[]:{},eventName:D});E.onLogs([V])}},onError(M){var B;(B=E.onError)==null||B.call(E,M)}});A=N,k||A()}catch(T){c==null||c(T)}})(),()=>A()))})()}class br extends ${constructor({docsPath:t}={}){super(["Could not find an Account to execute with this Action.","Please provide an Account with the `account` argument on the Action, or by supplying an `account` to the Client."].join(`
40
+ `),{name:"ChainNotFoundError"})}}class pd extends ${constructor(){super("No chain was provided to the Client.",{name:"ClientChainNotConfiguredError"})}}class Fs extends ${constructor({chainId:t}){super(typeof t=="number"?`Chain ID "${t}" is invalid.`:"Chain ID is invalid.",{name:"InvalidChainIdError"})}}const yo="/docs/contract/encodeDeployData";function Ja(e){const{abi:t,args:r,bytecode:n}=e;if(!r||r.length===0)return n;const i=t.find(o=>"type"in o&&o.type==="constructor");if(!i)throw new qh({docsPath:yo});if(!("inputs"in i))throw new kc({docsPath:yo});if(!i.inputs||i.inputs.length===0)throw new kc({docsPath:yo});const s=Cs(i.inputs,r);return Ct([n,s])}function _y({blockNumber:e,chain:t,contract:r}){var i;const n=(i=t==null?void 0:t.contracts)==null?void 0:i[r];if(!n)throw new ca({chain:t,contract:{name:r}});if(e&&n.blockCreated&&n.blockCreated>e)throw new ca({blockNumber:e,chain:t,contract:{name:r,blockCreated:n.blockCreated}});return n.address}function vy(e,{docsPath:t,...r}){const n=(()=>{const i=Ha(e,r);return i instanceof Ls?e:i})();return new Pp(n,{docsPath:t,...r})}function yd(){let e=()=>{},t=()=>{};return{promise:new Promise((n,i)=>{e=n,t=i}),resolve:e,reject:t}}const mo=new Map;function Ey({fn:e,id:t,shouldSplitBatch:r,wait:n=0,sort:i}){const s=async()=>{const l=c();o();const h=l.map(({args:m})=>m);h.length!==0&&e(h).then(m=>{i&&Array.isArray(m)&&m.sort(i);for(let p=0;p<l.length;p++){const{resolve:g}=l[p];g==null||g([m[p],m])}}).catch(m=>{for(let p=0;p<l.length;p++){const{reject:g}=l[p];g==null||g(m)}})},o=()=>mo.delete(t),a=()=>c().map(({args:l})=>l),c=()=>mo.get(t)||[],f=l=>mo.set(t,[...c(),l]);return{flush:o,async schedule(l){const{promise:h,resolve:m,reject:p}=yd();return(r==null?void 0:r([...a(),l]))&&s(),c().length>0?(f({args:l,resolve:m,reject:p}),h):(f({args:l,resolve:m,reject:p}),setTimeout(s,n),h)}}}async function Qa(e,t){var L,D,j,V;const{account:r=e.account,batch:n=!!((L=e.batch)!=null&&L.multicall),blockNumber:i,blockTag:s="latest",accessList:o,blobs:a,code:c,data:f,factory:l,factoryData:h,gas:m,gasPrice:p,maxFeePerBlobGas:g,maxFeePerGas:v,maxPriorityFeePerGas:x,nonce:I,to:k,value:A,stateOverride:E,...T}=t,S=r?Ne(r):void 0;if(c&&(l||h))throw new $("Cannot provide both `code` & `factory`/`factoryData` as parameters.");if(c&&k)throw new $("Cannot provide both `code` & `to` as parameters.");const N=c&&f,M=l&&h&&k&&f,B=N||M,W=N?Sy({code:c,data:f}):M?Py({data:f,factory:l,factoryData:h,to:k}):f;try{Ci(t);const ne=(i?Q(i):void 0)||s,he=Xf(E),_e=(V=(j=(D=e.chain)==null?void 0:D.formatters)==null?void 0:j.transactionRequest)==null?void 0:V.format,We=(_e||Us)({...Da(T,{format:_e}),from:S==null?void 0:S.address,accessList:o,blobs:a,data:W,gas:m,gasPrice:p,maxFeePerBlobGas:g,maxFeePerGas:v,maxPriorityFeePerGas:x,nonce:I,to:B?void 0:k,value:A});if(n&&xy({request:We})&&!he)try{return await Ay(e,{...We,blockNumber:i,blockTag:s})}catch(ye){if(!(ye instanceof pd)&&!(ye instanceof ca))throw ye}const fe=await e.request({method:"eth_call",params:he?[We,ne,he]:[We,ne]});return fe==="0x"?{data:void 0}:{data:fe}}catch(X){const ne=Ty(X),{offchainLookup:he,offchainLookupSignature:_e}=await Promise.resolve().then(()=>require("./ccip-DVBUmbv4.cjs"));if(e.ccipRead!==!1&&(ne==null?void 0:ne.slice(0,10))===_e&&k)return{data:await he(e,{data:ne,to:k})};throw B&&(ne==null?void 0:ne.slice(0,10))==="0x101bb98d"?new Bp({factory:l}):vy(X,{...t,account:S,chain:e.chain})}}function xy({request:e}){const{data:t,to:r,...n}=e;return!(!t||t.startsWith(yy)||!r||Object.values(n).filter(i=>typeof i<"u").length>0)}async function Ay(e,t){var v;const{batchSize:r=1024,wait:n=0}=typeof((v=e.batch)==null?void 0:v.multicall)=="object"?e.batch.multicall:{},{blockNumber:i,blockTag:s="latest",data:o,multicallAddress:a,to:c}=t;let f=a;if(!f){if(!e.chain)throw new pd;f=_y({blockNumber:i,chain:e.chain,contract:"multicall3"})}const h=(i?Q(i):void 0)||s,{schedule:m}=Ey({id:`${e.uid}.${h}`,wait:n,shouldSplitBatch(x){return x.reduce((k,{data:A})=>k+(A.length-2),0)>r*2},fn:async x=>{const I=x.map(E=>({allowFailure:!0,callData:E.data,target:E.to})),k=xn({abi:Xc,args:[I],functionName:"aggregate3"}),A=await e.request({method:"eth_call",params:[{data:k,to:f},h]});return Xa({abi:Xc,args:[I],functionName:"aggregate3",data:A||"0x"})}}),[{returnData:p,success:g}]=await m({data:o,to:c});if(!g)throw new qf({data:p});return p==="0x"?{data:void 0}:{data:p}}function Sy(e){const{code:t,data:r}=e;return Ja({abi:yf(["constructor(bytes, bytes)"]),bytecode:my,args:[t,r]})}function Py(e){const{data:t,factory:r,factoryData:n,to:i}=e;return Ja({abi:yf(["constructor(address, bytes, address, bytes)"]),bytecode:by,args:[i,t,r,n]})}function Ty(e){var r;if(!(e instanceof $))return;const t=e.walk();return typeof(t==null?void 0:t.data)=="object"?(r=t.data)==null?void 0:r.data:t.data}async function ky(e,t){const{abi:r,address:n,args:i,functionName:s,...o}=t,a=xn({abi:r,args:i,functionName:s});try{const{data:c}=await oe(e,Qa,"call")({...o,data:a,to:n});return Xa({abi:r,args:i,functionName:s,data:c||"0x"})}catch(c){throw Rs(c,{abi:r,address:n,args:i,docsPath:"/docs/contract/readContract",functionName:s})}}async function Iy(e,t){const{abi:r,address:n,args:i,dataSuffix:s,functionName:o,...a}=t,c=a.account?Ne(a.account):e.account,f=xn({abi:r,args:i,functionName:o});try{const{data:l}=await oe(e,Qa,"call")({batch:!1,data:`${f}${s?s.replace("0x",""):""}`,to:n,...a,account:c}),h=Xa({abi:r,args:i,functionName:o,data:l||"0x"}),m=r.filter(p=>"name"in p&&p.name===t.functionName);return{result:h,request:{abi:m,address:n,args:i,dataSuffix:s,functionName:o,...a,account:c}}}catch(l){throw Rs(l,{abi:r,address:n,args:i,docsPath:"/docs/contract/simulateContract",functionName:o,sender:c==null?void 0:c.address})}}const bo=new Map,Jc=new Map;let By=0;function ua(e,t,r){const n=++By,i=()=>bo.get(e)||[],s=()=>{const l=i();bo.set(e,l.filter(h=>h.id!==n))},o=()=>{const l=i();if(!l.some(m=>m.id===n))return;const h=Jc.get(e);l.length===1&&h&&h(),s()},a=i();if(bo.set(e,[...a,{id:n,fns:t}]),a&&a.length>0)return o;const c={};for(const l in t)c[l]=(...h)=>{var p,g;const m=i();if(m.length!==0)for(const v of m)(g=(p=v.fns)[l])==null||g.call(p,...h)};const f=r(c);return typeof f=="function"&&Jc.set(e,f),o}async function fa(e){return new Promise(t=>setTimeout(t,e))}function md(e,{emitOnBegin:t,initialWaitTime:r,interval:n}){let i=!0;const s=()=>i=!1;return(async()=>{let a;a=await e({unpoll:s});const c=await(r==null?void 0:r(a))??n;await fa(c);const f=async()=>{i&&(await e({unpoll:s}),await fa(n),f())};f()})(),s}const Cy=new Map,Oy=new Map;function Ry(e){const t=(i,s)=>({clear:()=>s.delete(i),get:()=>s.get(i),set:o=>s.set(i,o)}),r=t(e,Cy),n=t(e,Oy);return{clear:()=>{r.clear(),n.clear()},promise:r,response:n}}async function Ly(e,{cacheKey:t,cacheTime:r=Number.POSITIVE_INFINITY}){const n=Ry(t),i=n.response.get();if(i&&r>0&&new Date().getTime()-i.created.getTime()<r)return i.data;let s=n.promise.get();s||(s=e(),n.promise.set(s));try{const o=await s;return n.response.set({created:new Date,data:o}),o}finally{n.promise.clear()}}const Uy=e=>`blockNumber.${e}`;async function Ny(e,{cacheTime:t=e.cacheTime}={}){const r=await Ly(()=>e.request({method:"eth_blockNumber"}),{cacheKey:Uy(e.uid),cacheTime:t});return BigInt(r)}async function Fy(e,{filter:t}){const r="strict"in t&&t.strict,n=await t.request({method:"eth_getFilterChanges",params:[t.id]});if(typeof n[0]=="string")return n;const i=n.map(s=>_i(s));return!("abi"in t)||!t.abi?i:ld({abi:t.abi,logs:i,strict:r})}async function $y(e,{filter:t}){return t.request({method:"eth_uninstallFilter",params:[t.id]})}function My(e,t){const{abi:r,address:n,args:i,batch:s=!0,eventName:o,fromBlock:a,onError:c,onLogs:f,poll:l,pollingInterval:h=e.pollingInterval,strict:m}=t;return(typeof l<"u"?l:typeof a=="bigint"?!0:!(e.transport.type==="webSocket"||e.transport.type==="fallback"&&e.transport.transports[0].config.type==="webSocket"))?(()=>{const x=m??!1,I=It(["watchContractEvent",n,i,s,e.uid,o,h,x,a]);return ua(I,{onLogs:f,onError:c},k=>{let A;a!==void 0&&(A=a-1n);let E,T=!1;const S=md(async()=>{var N;if(!T){try{E=await oe(e,Mf,"createContractEventFilter")({abi:r,address:n,args:i,eventName:o,strict:x,fromBlock:a})}catch{}T=!0;return}try{let M;if(E)M=await oe(e,Fy,"getFilterChanges")({filter:E});else{const B=await oe(e,Ny,"getBlockNumber")({});A&&A<B?M=await oe(e,hd,"getContractEvents")({abi:r,address:n,args:i,eventName:o,fromBlock:A+1n,toBlock:B,strict:x}):M=[],A=B}if(M.length===0)return;if(s)k.onLogs(M);else for(const B of M)k.onLogs([B])}catch(M){E&&M instanceof ln&&(T=!1),(N=k.onError)==null||N.call(k,M)}},{emitOnBegin:!0,interval:h});return async()=>{E&&await oe(e,$y,"uninstallFilter")({filter:E}),S()}})})():(()=>{const x=m??!1,I=It(["watchContractEvent",n,i,s,e.uid,o,h,x]);let k=!0,A=()=>k=!1;return ua(I,{onLogs:f,onError:c},E=>((async()=>{try{const T=(()=>{if(e.transport.type==="fallback"){const M=e.transport.transports.find(B=>B.config.type==="webSocket");return M?M.value:e.transport}return e.transport})(),S=o?Ua({abi:r,eventName:o,args:i}):[],{unsubscribe:N}=await T.subscribe({params:["logs",{address:n,topics:S}],onData(M){var W;if(!k)return;const B=M.result;try{const{eventName:L,args:D}=dd({abi:r,data:B.data,topics:B.topics,strict:m}),j=_i(B,{args:D,eventName:L});E.onLogs([j])}catch(L){let D,j;if(L instanceof ys||L instanceof Ia){if(m)return;D=L.abiItem.name,j=(W=L.abiItem.inputs)==null?void 0:W.some(X=>!("name"in X&&X.name))}const V=_i(B,{args:j?[]:{},eventName:D});E.onLogs([V])}},onError(M){var B;(B=E.onError)==null||B.call(E,M)}});A=N,k||A()}catch(T){c==null||c(T)}})(),()=>A()))})()}class br extends ${constructor({docsPath:t}={}){super(["Could not find an Account to execute with this Action.","Please provide an Account with the `account` argument on the Action, or by supplying an `account` to the Client."].join(`
41
41
  `),{docsPath:t,docsSlug:"account",name:"AccountNotFoundError"})}}class os extends ${constructor({docsPath:t,metaMessages:r,type:n}){super(`Account type "${n}" is not supported.`,{docsPath:t,metaMessages:r,name:"AccountTypeNotSupportedError"})}}function bd({chain:e,currentChainId:t}){if(!e)throw new wy;if(t!==e.id)throw new gy({chain:e,currentChainId:t})}function gd(e,{docsPath:t,...r}){const n=(()=>{const i=Ha(e,r);return i instanceof Ls?e:i})();return new Ap(n,{docsPath:t,...r})}async function wd(e,{serializedTransaction:t}){return e.request({method:"eth_sendRawTransaction",params:[t]},{retryCount:0})}const go=new Bs(128);async function Za(e,t){var I,k,A,E;const{account:r=e.account,chain:n=e.chain,accessList:i,authorizationList:s,blobs:o,data:a,gas:c,gasPrice:f,maxFeePerBlobGas:l,maxFeePerGas:h,maxPriorityFeePerGas:m,nonce:p,value:g,...v}=t;if(typeof r>"u")throw new br({docsPath:"/docs/actions/wallet/sendTransaction"});const x=r?Ne(r):null;try{Ci(t);const T=await(async()=>{if(t.to)return t.to;if(t.to!==null&&s&&s.length>0)return await Yf({authorization:s[0]}).catch(()=>{throw new $("`to` is required. Could not infer from `authorizationList`.")})})();if((x==null?void 0:x.type)==="json-rpc"||x===null){let S;n!==null&&(S=await oe(e,Oi,"getChainId")({}),bd({currentChainId:S,chain:n}));const N=(A=(k=(I=e.chain)==null?void 0:I.formatters)==null?void 0:k.transactionRequest)==null?void 0:A.format,B=(N||Us)({...Da(v,{format:N}),accessList:i,authorizationList:s,blobs:o,chainId:S,data:a,from:x==null?void 0:x.address,gas:c,gasPrice:f,maxFeePerBlobGas:l,maxFeePerGas:h,maxPriorityFeePerGas:m,nonce:p,to:T,value:g}),W=go.get(e.uid),L=W?"wallet_sendTransaction":"eth_sendTransaction";try{return await e.request({method:L,params:[B]},{retryCount:0})}catch(D){if(W===!1)throw D;const j=D;if(j.name==="InvalidInputRpcError"||j.name==="InvalidParamsRpcError"||j.name==="MethodNotFoundRpcError"||j.name==="MethodNotSupportedRpcError")return await e.request({method:"wallet_sendTransaction",params:[B]},{retryCount:0}).then(V=>(go.set(e.uid,!0),V)).catch(V=>{const X=V;throw X.name==="MethodNotFoundRpcError"||X.name==="MethodNotSupportedRpcError"?(go.set(e.uid,!1),j):X});throw j}}if((x==null?void 0:x.type)==="local"){const S=await oe(e,Ka,"prepareTransactionRequest")({account:x,accessList:i,authorizationList:s,blobs:o,chain:n,data:a,gas:c,gasPrice:f,maxFeePerBlobGas:l,maxFeePerGas:h,maxPriorityFeePerGas:m,nonce:p,nonceManager:x.nonceManager,parameters:[...ud,"sidecars"],value:g,...v,to:T}),N=(E=n==null?void 0:n.serializers)==null?void 0:E.transaction,M=await x.signTransaction(S,{serializer:N});return await oe(e,wd,"sendRawTransaction")({serializedTransaction:M})}throw(x==null?void 0:x.type)==="smart"?new os({metaMessages:["Consider using the `sendUserOperation` Action instead."],docsPath:"/docs/actions/bundler/sendUserOperation",type:"smart"}):new os({docsPath:"/docs/actions/wallet/sendTransaction",type:x==null?void 0:x.type})}catch(T){throw T instanceof os?T:gd(T,{...t,account:x,chain:t.chain||void 0})}}async function _d(e,t){const{abi:r,account:n=e.account,address:i,args:s,dataSuffix:o,functionName:a,...c}=t;if(typeof n>"u")throw new br({docsPath:"/docs/contract/writeContract"});const f=n?Ne(n):null,l=xn({abi:r,args:s,functionName:a});try{return await oe(e,Za,"sendTransaction")({data:`${l}${o?o.replace("0x",""):""}`,to:i,account:f,...c})}catch(h){throw Rs(h,{abi:r,address:i,args:s,docsPath:"/docs/contract/writeContract",functionName:a,sender:f==null?void 0:f.address})}}function wo({abi:e,address:t,client:r}){const n=r,[i,s]=n?"public"in n&&"wallet"in n?[n.public,n.wallet]:"public"in n?[n.public,void 0]:"wallet"in n?[void 0,n.wallet]:[n,n]:[void 0,void 0],o=i!=null,a=s!=null,c={};let f=!1,l=!1,h=!1;for(const m of e)if(m.type==="function"?m.stateMutability==="view"||m.stateMutability==="pure"?f=!0:l=!0:m.type==="event"&&(h=!0),f&&l&&h)break;return o&&(f&&(c.read=new Proxy({},{get(m,p){return(...g)=>{const{args:v,options:x}=zi(g);return oe(i,ky,"readContract")({abi:e,address:t,functionName:p,args:v,...x})}}})),l&&(c.simulate=new Proxy({},{get(m,p){return(...g)=>{const{args:v,options:x}=zi(g);return oe(i,Iy,"simulateContract")({abi:e,address:t,functionName:p,args:v,...x})}}})),h&&(c.createEventFilter=new Proxy({},{get(m,p){return(...g)=>{const v=e.find(k=>k.type==="event"&&k.name===p),{args:x,options:I}=_o(g,v);return oe(i,Mf,"createContractEventFilter")({abi:e,address:t,eventName:p,args:x,...I})}}}),c.getEvents=new Proxy({},{get(m,p){return(...g)=>{const v=e.find(k=>k.type==="event"&&k.name===p),{args:x,options:I}=_o(g,v);return oe(i,hd,"getContractEvents")({abi:e,address:t,eventName:p,args:x,...I})}}}),c.watchEvent=new Proxy({},{get(m,p){return(...g)=>{const v=e.find(k=>k.type==="event"&&k.name===p),{args:x,options:I}=_o(g,v);return oe(i,My,"watchContractEvent")({abi:e,address:t,eventName:p,args:x,...I})}}}))),a&&l&&(c.write=new Proxy({},{get(m,p){return(...g)=>{const{args:v,options:x}=zi(g);return oe(s,_d,"writeContract")({abi:e,address:t,functionName:p,args:v,...x})}}})),(o||a)&&l&&(c.estimateGas=new Proxy({},{get(m,p){return(...g)=>{const{args:v,options:x}=zi(g);return oe(i??s,fy,"estimateContractGas")({abi:e,address:t,functionName:p,args:v,...x,account:x.account??s.account})}}})),c.address=t,c.abi=e,c}function zi(e){const t=e.length&&Array.isArray(e[0]),r=t?e[0]:[],n=(t?e[1]:e[0])??{};return{args:r,options:n}}function _o(e,t){let r=!1;Array.isArray(e[0])?r=!0:e.length===1?r=t.inputs.some(s=>s.indexed):e.length===2&&(r=!0);const n=r?e[0]:void 0,i=(r?e[1]:e[0])??{};return{args:n,options:i}}const vd={"0x0":"reverted","0x1":"success"};function Hy(e){const t={...e,blockNumber:e.blockNumber?BigInt(e.blockNumber):null,contractAddress:e.contractAddress?e.contractAddress:null,cumulativeGasUsed:e.cumulativeGasUsed?BigInt(e.cumulativeGasUsed):null,effectiveGasPrice:e.effectiveGasPrice?BigInt(e.effectiveGasPrice):null,gasUsed:e.gasUsed?BigInt(e.gasUsed):null,logs:e.logs?e.logs.map(r=>_i(r)):null,to:e.to?e.to:null,transactionIndex:e.transactionIndex?qt(e.transactionIndex):null,status:e.status?vd[e.status]:null,type:e.type?Jf[e.type]||e.type:null};return e.blobGasPrice&&(t.blobGasPrice=BigInt(e.blobGasPrice)),e.blobGasUsed&&(t.blobGasUsed=BigInt(e.blobGasUsed)),t}const Dy=ja("transactionReceipt",Hy);async function Ed(e,t){const{atomic:r=!1,chainId:n,receipts:i,version:s="2.0.0",...o}=await e.request({method:"wallet_getCallsStatus",params:[t.id]}),[a,c]=(()=>{const f=o.status;return f>=100&&f<200?["pending",f]:f>=200&&f<300?["success",f]:f>=300&&f<700?["failure",f]:f==="CONFIRMED"?["success",200]:f==="PENDING"?["pending",100]:[void 0,f]})();return{...o,atomic:r,chainId:n?qt(n):void 0,receipts:(i==null?void 0:i.map(f=>({...f,blockNumber:lt(f.blockNumber),gasUsed:lt(f.gasUsed),status:vd[f.status]})))??[],statusCode:c,status:a,version:s}}async function jy(e,t){const{id:r,pollingInterval:n=e.pollingInterval,status:i=({statusCode:m})=>m>=200,timeout:s=6e4}=t,o=It(["waitForCallsStatus",e.uid,r]),{promise:a,resolve:c,reject:f}=yd();let l;const h=ua(o,{resolve:c,reject:f},m=>{const p=md(async()=>{const g=v=>{clearTimeout(l),p(),v(),h()};try{const v=await Ed(e,{id:r});if(!i(v))return;g(()=>m.resolve(v))}catch(v){g(()=>m.reject(v))}},{interval:n,emitOnBegin:!0});return p});return l=s?setTimeout(()=>{h(),clearTimeout(l),f(new Gy({id:r}))},s):void 0,await a}class Gy extends ${constructor({id:t}){super(`Timed out while waiting for call bundle with id "${t}" to be confirmed.`,{name:"WaitForCallsStatusTimeoutError"})}}const da=256;let qi=da,Vi;function xd(e=11){if(!Vi||qi+e>da*2){Vi="",qi=0;for(let t=0;t<da;t++)Vi+=(256+Math.random()*256|0).toString(16).substring(1)}return Vi.substring(qi,qi+++e)}function zy(e){const{batch:t,cacheTime:r=e.pollingInterval??4e3,ccipRead:n,key:i="base",name:s="Base Client",pollingInterval:o=4e3,type:a="base"}=e,c=e.chain,f=e.account?Ne(e.account):void 0,{config:l,request:h,value:m}=e.transport({chain:c,pollingInterval:o}),p={...l,...m},g={account:f,batch:t,cacheTime:r,ccipRead:n,chain:c,key:i,name:s,pollingInterval:o,request:h,transport:p,type:a,uid:xd()};function v(x){return I=>{const k=I(x);for(const E in g)delete k[E];const A={...x,...k};return Object.assign(A,{extend:v(A)})}}return Object.assign(g,{extend:v(g)})}const Wi=new Bs(8192);function qy(e,{enabled:t=!0,id:r}){if(!t||!r)return e();if(Wi.get(r))return Wi.get(r);const n=e().finally(()=>Wi.delete(r));return Wi.set(r,n),n}function Vy(e,{delay:t=100,retryCount:r=2,shouldRetry:n=()=>!0}={}){return new Promise((i,s)=>{const o=async({count:a=0}={})=>{const c=async({error:f})=>{const l=typeof t=="function"?t({count:a,error:f}):t;l&&await fa(l),o({count:a+1})};try{const f=await e();i(f)}catch(f){if(a<r&&await n({count:a,error:f}))return c({error:f});s(f)}};o()})}function Wy(e,t={}){return async(r,n={})=>{var h;const{dedupe:i=!1,methods:s,retryDelay:o=150,retryCount:a=3,uid:c}={...t,...n},{method:f}=r;if((h=s==null?void 0:s.exclude)!=null&&h.includes(f))throw new Tr(new Error("method not supported"),{method:f});if(s!=null&&s.include&&!s.include.includes(f))throw new Tr(new Error("method not supported"),{method:f});const l=i?Ts(`${c}.${It(r)}`):void 0;return qy(()=>Vy(async()=>{try{return await e(r)}catch(m){const p=m;switch(p.code){case Zn.code:throw new Zn(p);case ei.code:throw new ei(p);case ti.code:throw new ti(p,{method:r.method});case ri.code:throw new ri(p);case Lr.code:throw new Lr(p);case ln.code:throw new ln(p);case ni.code:throw new ni(p);case ii.code:throw new ii(p);case si.code:throw new si(p);case Tr.code:throw new Tr(p,{method:r.method});case hn.code:throw new hn(p);case oi.code:throw new oi(p);case sn.code:throw new sn(p);case ai.code:throw new ai(p);case ci.code:throw new ci(p);case ui.code:throw new ui(p);case fi.code:throw new fi(p);case di.code:throw new di(p);case li.code:throw new li(p);case hi.code:throw new hi(p);case pi.code:throw new pi(p);case yi.code:throw new yi(p);case mi.code:throw new mi(p);case bi.code:throw new bi(p);case gi.code:throw new gi(p);case 5e3:throw new sn(p);default:throw m instanceof $?m:new Op(p)}}},{delay:({count:m,error:p})=>{var g;if(p&&p instanceof Ma){const v=(g=p==null?void 0:p.headers)==null?void 0:g.get("Retry-After");if(v!=null&&v.match(/\d/))return Number.parseInt(v)*1e3}return~~(1<<m)*o},retryCount:a,shouldRetry:({error:m})=>Ky(m)}),{enabled:i,id:l})}}function Ky(e){return"code"in e&&typeof e.code=="number"?e.code===-1||e.code===hn.code||e.code===Lr.code:e instanceof Ma&&e.status?e.status===403||e.status===408||e.status===413||e.status===429||e.status===500||e.status===502||e.status===503||e.status===504:!0}function Yy({key:e,methods:t,name:r,request:n,retryCount:i=3,retryDelay:s=150,timeout:o,type:a},c){const f=xd();return{config:{key:e,methods:t,name:r,request:n,retryCount:i,retryDelay:s,timeout:o,type:a},request:Wy(n,{methods:t,retryCount:i,retryDelay:s,uid:f}),value:c}}function Qc(e,t={}){const{key:r="custom",methods:n,name:i="Custom Provider",retryDelay:s}=t;return({retryCount:o})=>Yy({key:r,methods:n,name:i,request:e.request.bind(e),retryCount:t.retryCount??o,retryDelay:s,type:"custom"})}function Ot(e){return{formatters:void 0,fees:void 0,serializers:void 0,...e}}class Xy extends ${constructor({domain:t}){super(`Invalid domain "${It(t)}".`,{metaMessages:["Must be a valid EIP-712 domain."]})}}class Jy extends ${constructor({primaryType:t,types:r}){super(`Invalid primary type \`${t}\` must be one of \`${JSON.stringify(Object.keys(r))}\`.`,{docsPath:"/api/glossary/Errors#typeddatainvalidprimarytypeerror",metaMessages:["Check that the primary type is a key in `types`."]})}}class Qy extends ${constructor({type:t}){super(`Struct type "${t}" is invalid.`,{metaMessages:["Struct type must not be a Solidity type."],name:"InvalidStructTypeError"})}}function Zy(e){const{domain:t,message:r,primaryType:n,types:i}=e,s=(c,f)=>{const l={...f};for(const h of c){const{name:m,type:p}=h;p==="address"&&(l[m]=l[m].toLowerCase())}return l},o=i.EIP712Domain?t?s(i.EIP712Domain,t):{}:{},a=(()=>{if(n!=="EIP712Domain")return s(i[n],r)})();return It({domain:o,message:a,primaryType:n,types:i})}function em(e){const{domain:t,message:r,primaryType:n,types:i}=e,s=(o,a)=>{for(const c of o){const{name:f,type:l}=c,h=a[f],m=l.match(Ff);if(m&&(typeof h=="number"||typeof h=="bigint")){const[v,x,I]=m;Q(h,{signed:x==="int",size:Number.parseInt(I)/8})}if(l==="address"&&typeof h=="string"&&!Ue(h))throw new et({address:h});const p=l.match(z0);if(p){const[v,x]=p;if(x&&Ie(h)!==Number.parseInt(x))throw new e0({expectedSize:Number.parseInt(x),givenSize:Ie(h)})}const g=i[l];g&&(rm(l),s(g,h))}};if(i.EIP712Domain&&t){if(typeof t!="object")throw new Xy({domain:t});s(i.EIP712Domain,t)}if(n!=="EIP712Domain")if(i[n])s(i[n],r);else throw new Jy({primaryType:n,types:i})}function tm({domain:e}){return[typeof(e==null?void 0:e.name)=="string"&&{name:"name",type:"string"},(e==null?void 0:e.version)&&{name:"version",type:"string"},(typeof(e==null?void 0:e.chainId)=="number"||typeof(e==null?void 0:e.chainId)=="bigint")&&{name:"chainId",type:"uint256"},(e==null?void 0:e.verifyingContract)&&{name:"verifyingContract",type:"address"},(e==null?void 0:e.salt)&&{name:"salt",type:"bytes32"}].filter(Boolean)}function rm(e){if(e==="address"||e==="bool"||e==="string"||e.startsWith("bytes")||e.startsWith("uint")||e.startsWith("int"))throw new Qy({type:e})}function nm(e){const{authorizationList:t}=e;if(t)for(const r of t){const{chainId:n}=r,i=r.address;if(!Ue(i))throw new et({address:i});if(n<0)throw new Fs({chainId:n})}ec(e)}function im(e){const{blobVersionedHashes:t}=e;if(t){if(t.length===0)throw new od;for(const r of t){const n=Ie(r),i=qt(dn(r,0,1));if(n!==32)throw new oy({hash:r,size:n});if(i!==sd)throw new ay({hash:r,version:i})}}ec(e)}function ec(e){const{chainId:t,maxPriorityFeePerGas:r,maxFeePerGas:n,to:i}=e;if(t<=0)throw new Fs({chainId:t});if(i&&!Ue(i))throw new et({address:i});if(n&&n>Ns)throw new Ur({maxFeePerGas:n});if(r&&n&&r>n)throw new wi({maxFeePerGas:n,maxPriorityFeePerGas:r})}function sm(e){const{chainId:t,maxPriorityFeePerGas:r,gasPrice:n,maxFeePerGas:i,to:s}=e;if(t<=0)throw new Fs({chainId:t});if(s&&!Ue(s))throw new et({address:s});if(r||i)throw new $("`maxFeePerGas`/`maxPriorityFeePerGas` is not a valid EIP-2930 Transaction attribute.");if(n&&n>Ns)throw new Ur({maxFeePerGas:n})}function om(e){const{chainId:t,maxPriorityFeePerGas:r,gasPrice:n,maxFeePerGas:i,to:s}=e;if(s&&!Ue(s))throw new et({address:s});if(typeof t<"u"&&t<=0)throw new Fs({chainId:t});if(r||i)throw new $("`maxFeePerGas`/`maxPriorityFeePerGas` is not a valid Legacy Transaction attribute.");if(n&&n>Ns)throw new Ur({maxFeePerGas:n})}function $s(e){if(!e||e.length===0)return[];const t=[];for(let r=0;r<e.length;r++){const{address:n,storageKeys:i}=e[r];for(let s=0;s<i.length;s++)if(i[s].length-2!==64)throw new xp({storageKey:i[s]});if(!Ue(n,{strict:!1}))throw new et({address:n});t.push([n,i])}return t}function am(e,t){const r=cd(e);return r==="eip1559"?fm(e,t):r==="eip2930"?dm(e,t):r==="eip4844"?um(e,t):r==="eip7702"?cm(e,t):lm(e,t)}function cm(e,t){const{authorizationList:r,chainId:n,gas:i,nonce:s,to:o,value:a,maxFeePerGas:c,maxPriorityFeePerGas:f,accessList:l,data:h}=e;nm(e);const m=$s(l),p=hm(r);return Ct(["0x04",pr([J(n),s?J(s):"0x",f?J(f):"0x",c?J(c):"0x",i?J(i):"0x",o??"0x",a?J(a):"0x",h??"0x",m,p,...Ri(e,t)])])}function um(e,t){const{chainId:r,gas:n,nonce:i,to:s,value:o,maxFeePerBlobGas:a,maxFeePerGas:c,maxPriorityFeePerGas:f,accessList:l,data:h}=e;im(e);let m=e.blobVersionedHashes,p=e.sidecars;if(e.blobs&&(typeof m>"u"||typeof p>"u")){const A=typeof e.blobs[0]=="string"?e.blobs:e.blobs.map(S=>Ze(S)),E=e.kzg,T=qa({blobs:A,kzg:E});if(typeof m>"u"&&(m=rd({commitments:T})),typeof p>"u"){const S=Va({blobs:A,commitments:T,kzg:E});p=ad({blobs:A,commitments:T,proofs:S})}}const g=$s(l),v=[J(r),i?J(i):"0x",f?J(f):"0x",c?J(c):"0x",n?J(n):"0x",s??"0x",o?J(o):"0x",h??"0x",g,a?J(a):"0x",m??[],...Ri(e,t)],x=[],I=[],k=[];if(p)for(let A=0;A<p.length;A++){const{blob:E,commitment:T,proof:S}=p[A];x.push(E),I.push(T),k.push(S)}return Ct(["0x03",pr(p?[v,x,I,k]:v)])}function fm(e,t){const{chainId:r,gas:n,nonce:i,to:s,value:o,maxFeePerGas:a,maxPriorityFeePerGas:c,accessList:f,data:l}=e;ec(e);const h=$s(f),m=[J(r),i?J(i):"0x",c?J(c):"0x",a?J(a):"0x",n?J(n):"0x",s??"0x",o?J(o):"0x",l??"0x",h,...Ri(e,t)];return Ct(["0x02",pr(m)])}function dm(e,t){const{chainId:r,gas:n,data:i,nonce:s,to:o,value:a,accessList:c,gasPrice:f}=e;sm(e);const l=$s(c),h=[J(r),s?J(s):"0x",f?J(f):"0x",n?J(n):"0x",o??"0x",a?J(a):"0x",i??"0x",l,...Ri(e,t)];return Ct(["0x01",pr(h)])}function lm(e,t){const{chainId:r=0,gas:n,data:i,nonce:s,to:o,value:a,gasPrice:c}=e;om(e);let f=[s?J(s):"0x",c?J(c):"0x",n?J(n):"0x",o??"0x",a?J(a):"0x",i??"0x"];if(t){const l=(()=>{if(t.v>=35n)return(t.v-35n)/2n>0?t.v:27n+(t.v===35n?0n:1n);if(r>0)return BigInt(r*2)+BigInt(35n+t.v-27n);const p=27n+(t.v===27n?0n:1n);if(t.v!==p)throw new vp({v:t.v});return p})(),h=Or(t.r),m=Or(t.s);f=[...f,J(l),h==="0x00"?"0x":h,m==="0x00"?"0x":m]}else r>0&&(f=[...f,J(r),"0x","0x"]);return pr(f)}function Ri(e,t){const r=t??e,{v:n,yParity:i}=r;if(typeof r.r>"u")return[];if(typeof r.s>"u")return[];if(typeof n>"u"&&typeof i>"u")return[];const s=Or(r.r),o=Or(r.s);return[typeof i=="number"?i?J(1):"0x":n===0n?"0x":n===1n?J(1):n===27n?"0x":J(1),s==="0x00"?"0x":s,o==="0x00"?"0x":o]}function hm(e){if(!e||e.length===0)return[];const t=[];for(const r of e){const{chainId:n,nonce:i,...s}=r,o=r.address;t.push([n?J(n):"0x",o,i?J(i):"0x",...Ri({},s)])}return t}function pm(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function Ad(e,...t){if(!pm(e))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(e.length))throw new Error("Uint8Array expected of length "+t+", got length="+e.length)}function Zc(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function ym(e,t){Ad(e);const r=t.outputLen;if(e.length<r)throw new Error("digestInto() expects output buffer of length at least "+r)}/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */function vo(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function wt(e,t){return e<<32-t|e>>>t}function Ki(e,t){return e<<t|e>>>32-t>>>0}function mm(e){if(typeof e!="string")throw new Error("utf8ToBytes expected string, got "+typeof e);return new Uint8Array(new TextEncoder().encode(e))}function Sd(e){return typeof e=="string"&&(e=mm(e)),Ad(e),e}let bm=class{clone(){return this._cloneInto()}};function tc(e){const t=n=>e().update(Sd(n)).digest(),r=e();return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=()=>e(),t}function gm(e,t,r,n){if(typeof e.setBigUint64=="function")return e.setBigUint64(t,r,n);const i=BigInt(32),s=BigInt(4294967295),o=Number(r>>i&s),a=Number(r&s),c=n?4:0,f=n?0:4;e.setUint32(t+c,o,n),e.setUint32(t+f,a,n)}function wm(e,t,r){return e&t^~e&r}function _m(e,t,r){return e&t^e&r^t&r}let Pd=class extends bm{constructor(t,r,n,i){super(),this.blockLen=t,this.outputLen=r,this.padOffset=n,this.isLE=i,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(t),this.view=vo(this.buffer)}update(t){Zc(this);const{view:r,buffer:n,blockLen:i}=this;t=Sd(t);const s=t.length;for(let o=0;o<s;){const a=Math.min(i-this.pos,s-o);if(a===i){const c=vo(t);for(;i<=s-o;o+=i)this.process(c,o);continue}n.set(t.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===i&&(this.process(r,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){Zc(this),ym(t,this),this.finished=!0;const{buffer:r,view:n,blockLen:i,isLE:s}=this;let{pos:o}=this;r[o++]=128,this.buffer.subarray(o).fill(0),this.padOffset>i-o&&(this.process(n,0),o=0);for(let h=o;h<i;h++)r[h]=0;gm(n,i-8,BigInt(this.length*8),s),this.process(n,0);const a=vo(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const f=c/4,l=this.get();if(f>l.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<f;h++)a.setUint32(4*h,l[h],s)}digest(){const{buffer:t,outputLen:r}=this;this.digestInto(t);const n=t.slice(0,r);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());const{blockLen:r,buffer:n,length:i,finished:s,destroyed:o,pos:a}=this;return t.length=i,t.pos=a,t.finished=s,t.destroyed=o,i%r&&t.buffer.set(n),t}};const vm=new Uint8Array([7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8]),Td=new Uint8Array(new Array(16).fill(0).map((e,t)=>t)),Em=Td.map(e=>(9*e+5)%16);let rc=[Td],nc=[Em];for(let e=0;e<4;e++)for(let t of[rc,nc])t.push(t[e].map(r=>vm[r]));const kd=[[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8],[12,13,11,15,6,9,9,7,12,15,11,13,7,8,7,7],[13,15,14,11,7,7,6,8,13,14,13,12,5,5,6,9],[14,11,12,14,8,6,5,5,15,12,15,14,9,9,8,6],[15,12,13,13,9,5,8,6,14,11,12,11,8,6,5,5]].map(e=>new Uint8Array(e)),xm=rc.map((e,t)=>e.map(r=>kd[t][r])),Am=nc.map((e,t)=>e.map(r=>kd[t][r])),Sm=new Uint32Array([0,1518500249,1859775393,2400959708,2840853838]),Pm=new Uint32Array([1352829926,1548603684,1836072691,2053994217,0]);function eu(e,t,r,n){return e===0?t^r^n:e===1?t&r|~t&n:e===2?(t|~r)^n:e===3?t&n|r&~n:t^(r|~n)}const Yi=new Uint32Array(16);let Id=class extends Pd{constructor(){super(64,20,8,!0),this.h0=1732584193,this.h1=-271733879,this.h2=-1732584194,this.h3=271733878,this.h4=-1009589776}get(){const{h0:t,h1:r,h2:n,h3:i,h4:s}=this;return[t,r,n,i,s]}set(t,r,n,i,s){this.h0=t|0,this.h1=r|0,this.h2=n|0,this.h3=i|0,this.h4=s|0}process(t,r){for(let p=0;p<16;p++,r+=4)Yi[p]=t.getUint32(r,!0);let n=this.h0|0,i=n,s=this.h1|0,o=s,a=this.h2|0,c=a,f=this.h3|0,l=f,h=this.h4|0,m=h;for(let p=0;p<5;p++){const g=4-p,v=Sm[p],x=Pm[p],I=rc[p],k=nc[p],A=xm[p],E=Am[p];for(let T=0;T<16;T++){const S=Ki(n+eu(p,s,a,f)+Yi[I[T]]+v,A[T])+h|0;n=h,h=f,f=Ki(a,10)|0,a=s,s=S}for(let T=0;T<16;T++){const S=Ki(i+eu(g,o,c,l)+Yi[k[T]]+x,E[T])+m|0;i=m,m=l,l=Ki(c,10)|0,c=o,o=S}}this.set(this.h1+a+l|0,this.h2+f+m|0,this.h3+h+i|0,this.h4+n+o|0,this.h0+s+c|0)}roundClean(){Yi.fill(0)}destroy(){this.destroyed=!0,this.buffer.fill(0),this.set(0,0,0,0,0)}};const Tm=tc(()=>new Id),km=Object.freeze(Object.defineProperty({__proto__:null,RIPEMD160:Id,ripemd160:Tm},Symbol.toStringTag,{value:"Module"})),Im=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),rr=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),nr=new Uint32Array(64);class ic extends Pd{constructor(){super(64,32,8,!1),this.A=rr[0]|0,this.B=rr[1]|0,this.C=rr[2]|0,this.D=rr[3]|0,this.E=rr[4]|0,this.F=rr[5]|0,this.G=rr[6]|0,this.H=rr[7]|0}get(){const{A:t,B:r,C:n,D:i,E:s,F:o,G:a,H:c}=this;return[t,r,n,i,s,o,a,c]}set(t,r,n,i,s,o,a,c){this.A=t|0,this.B=r|0,this.C=n|0,this.D=i|0,this.E=s|0,this.F=o|0,this.G=a|0,this.H=c|0}process(t,r){for(let h=0;h<16;h++,r+=4)nr[h]=t.getUint32(r,!1);for(let h=16;h<64;h++){const m=nr[h-15],p=nr[h-2],g=wt(m,7)^wt(m,18)^m>>>3,v=wt(p,17)^wt(p,19)^p>>>10;nr[h]=v+nr[h-7]+g+nr[h-16]|0}let{A:n,B:i,C:s,D:o,E:a,F:c,G:f,H:l}=this;for(let h=0;h<64;h++){const m=wt(a,6)^wt(a,11)^wt(a,25),p=l+m+wm(a,c,f)+Im[h]+nr[h]|0,v=(wt(n,2)^wt(n,13)^wt(n,22))+_m(n,i,s)|0;l=f,f=c,c=a,a=o+p|0,o=s,s=i,i=n,n=p+v|0}n=n+this.A|0,i=i+this.B|0,s=s+this.C|0,o=o+this.D|0,a=a+this.E|0,c=c+this.F|0,f=f+this.G|0,l=l+this.H|0,this.set(n,i,s,o,a,c,f,l)}roundClean(){nr.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}}class Bm extends ic{constructor(){super(),this.A=-1056596264,this.B=914150663,this.C=812702999,this.D=-150054599,this.E=-4191439,this.F=1750603025,this.G=1694076839,this.H=-1090891868,this.outputLen=28}}const Cm=tc(()=>new ic),Om=tc(()=>new Bm),Rm=Object.freeze(Object.defineProperty({__proto__:null,SHA256:ic,sha224:Om,sha256:Cm},Symbol.toStringTag,{value:"Module"}));async function Lm(e,{chain:t}){const{id:r,name:n,nativeCurrency:i,rpcUrls:s,blockExplorers:o}=t;await e.request({method:"wallet_addEthereumChain",params:[{chainId:Q(r),chainName:n,nativeCurrency:i,rpcUrls:s.default.http,blockExplorerUrls:o?Object.values(o).map(({url:a})=>a):void 0}]},{dedupe:!0,retryCount:0})}function Um(e,t){const{abi:r,args:n,bytecode:i,...s}=t,o=Ja({abi:r,args:n,bytecode:i});return Za(e,{...s,...s.authorizationList?{to:null}:{},data:o})}async function Nm(e){var r;return((r=e.account)==null?void 0:r.type)==="local"?[e.account.address]:(await e.request({method:"eth_accounts"},{dedupe:!0})).map(n=>ki(n))}async function Fm(e,t={}){const{account:r=e.account,chainId:n}=t,i=r?Ne(r):void 0,s=await e.request({method:"wallet_getCapabilities",params:[i==null?void 0:i.address]}),o={};for(const[a,c]of Object.entries(s))o[Number(a)]=c;return typeof n=="number"?o[n]:o}async function $m(e){return await e.request({method:"wallet_getPermissions"},{dedupe:!0})}async function Bd(e,t){var c;const{account:r=e.account,chainId:n,nonce:i}=t;if(!r)throw new br({docsPath:"/docs/eip7702/prepareAuthorization"});const s=Ne(r),o=(()=>{if(t.executor)return t.executor==="self"?t.executor:Ne(t.executor)})(),a={address:t.contractAddress??t.address,chainId:n,nonce:i};return typeof a.chainId>"u"&&(a.chainId=((c=e.chain)==null?void 0:c.id)??await oe(e,Oi,"getChainId")({})),typeof a.nonce>"u"&&(a.nonce=await oe(e,ed,"getTransactionCount")({address:s.address,blockTag:"pending"}),(o==="self"||o!=null&&o.address&&Ya(o.address,s.address))&&(a.nonce+=1)),a}async function Mm(e){return(await e.request({method:"eth_requestAccounts"},{dedupe:!0,retryCount:0})).map(r=>H0(r))}async function Hm(e,t){return e.request({method:"wallet_requestPermissions",params:[t]},{retryCount:0})}async function Dm(e,t){const{account:r=e.account,capabilities:n,chain:i=e.chain,forceAtomic:s=!1,id:o,version:a="2.0.0"}=t;if(typeof r>"u")throw new br({docsPath:"/experimental/eip5792/sendCalls"});const c=r?Ne(r):null,f=t.calls.map(l=>{const h=l;return{data:h.abi?xn({abi:h.abi,functionName:h.functionName,args:h.args}):h.data,to:h.to,value:h.value?Q(h.value):void 0}});try{const l=await e.request({method:"wallet_sendCalls",params:[{atomicRequired:s,calls:f,capabilities:n,chainId:Q(i.id),from:c==null?void 0:c.address,id:o,version:a}]},{retryCount:0});return typeof l=="string"?{id:l}:l}catch(l){throw gd(l,{...t,account:c,chain:t.chain})}}async function jm(e,t){const{id:r}=t;await e.request({method:"wallet_showCallsStatus",params:[r]})}async function Gm(e,t){const{account:r=e.account}=t;if(!r)throw new br({docsPath:"/docs/eip7702/signAuthorization"});const n=Ne(r);if(!n.signAuthorization)throw new os({docsPath:"/docs/eip7702/signAuthorization",metaMessages:["The `signAuthorization` Action does not support JSON-RPC Accounts."],type:n.type});const i=await Bd(e,t);return n.signAuthorization(i)}async function zm(e,{account:t=e.account,message:r}){if(!t)throw new br({docsPath:"/docs/actions/wallet/signMessage"});const n=Ne(t);if(n.signMessage)return n.signMessage({message:r});const i=typeof r=="string"?Ts(r):r.raw instanceof Uint8Array?J(r.raw):r.raw;return e.request({method:"personal_sign",params:[i,n.address]},{retryCount:0})}async function qm(e,t){var f,l,h,m;const{account:r=e.account,chain:n=e.chain,...i}=t;if(!r)throw new br({docsPath:"/docs/actions/wallet/signTransaction"});const s=Ne(r);Ci({account:s,...t});const o=await oe(e,Oi,"getChainId")({});n!==null&&bd({currentChainId:o,chain:n});const a=(n==null?void 0:n.formatters)||((f=e.chain)==null?void 0:f.formatters),c=((l=a==null?void 0:a.transactionRequest)==null?void 0:l.format)||Us;return s.signTransaction?s.signTransaction({...i,chainId:o},{serializer:(m=(h=e.chain)==null?void 0:h.serializers)==null?void 0:m.transaction}):await e.request({method:"eth_signTransaction",params:[{...c(i),chainId:Q(o),from:s.address}]},{retryCount:0})}async function Vm(e,t){const{account:r=e.account,domain:n,message:i,primaryType:s}=t;if(!r)throw new br({docsPath:"/docs/actions/wallet/signTypedData"});const o=Ne(r),a={EIP712Domain:tm({domain:n}),...t.types};if(em({domain:n,message:i,primaryType:s,types:a}),o.signTypedData)return o.signTypedData({domain:n,message:i,primaryType:s,types:a});const c=Zy({domain:n,message:i,primaryType:s,types:a});return e.request({method:"eth_signTypedData_v4",params:[o.address,c]},{retryCount:0})}async function Wm(e,{id:t}){await e.request({method:"wallet_switchEthereumChain",params:[{chainId:Q(t)}]},{retryCount:0})}async function Km(e,t){return await e.request({method:"wallet_watchAsset",params:t},{retryCount:0})}function Ym(e){return{addChain:t=>Lm(e,t),deployContract:t=>Um(e,t),getAddresses:()=>Nm(e),getCallsStatus:t=>Ed(e,t),getCapabilities:()=>Fm(e),getChainId:()=>Oi(e),getPermissions:()=>$m(e),prepareAuthorization:t=>Bd(e,t),prepareTransactionRequest:t=>Ka(e,t),requestAddresses:()=>Mm(e),requestPermissions:t=>Hm(e,t),sendCalls:t=>Dm(e,t),sendRawTransaction:t=>wd(e,t),sendTransaction:t=>Za(e,t),showCallsStatus:t=>jm(e,t),signAuthorization:t=>Gm(e,t),signMessage:t=>zm(e,t),signTransaction:t=>qm(e,t),signTypedData:t=>Vm(e,t),switchChain:t=>Wm(e,t),waitForCallsStatus:t=>jy(e,t),watchAsset:t=>Km(e,t),writeContract:t=>_d(e,t)}}function tu(e){const{key:t="wallet",name:r="Wallet Client",transport:n}=e;return zy({...e,key:t,name:r,transport:n,type:"walletClient"}).extend(Ym)}function la(e){return typeof e=="string"&&(e=Buffer.from(e,"hex")),e.length===32?e:e.subarray(1,33)}function Ar(e,t){if(!e)throw new Error(t)}function Xm(e){return Buffer.concat([Uint8Array.from([192]),Jm(e)])}function Jm(e){const t=Sc.encodingLength(e.length),r=Buffer.allocUnsafe(t);return Sc.encode(e.length,r),Buffer.concat([r,e])}function Qm(e,t){if(e.compare(t)>0){const r=e;e=t,t=r}return[e,t]}const cr=e=>e.length===64?e:e.slice(2),Zm=e=>{if(!e)return!1;try{const t=Buffer.from(e,"hex");return Br.isPoint(t)}catch{return!1}},Cd=(e,t,r,n)=>e+":"+t.toLowerCase()+"::"+r+":"+n.toLowerCase();function eb(e,t){if(!e)return!1;const r=t===z.Environment.MAINNET?ce.networks.bitcoin:t===z.Environment.TESTNET?ce.networks.testnet:ce.networks.regtest;if(!r)return!1;ce.initEccLib(Br);try{return ce.address.toOutputScript(e,r),!0}catch{return!1}}const tb=e=>{switch(e){case z.Environment.MAINNET:return fn.BitcoinNetwork.Mainnet;case z.Environment.TESTNET:return fn.BitcoinNetwork.Testnet;default:throw new Error(`Invalid bitcoin network ${e}`)}},rb=e=>{const t=e.toLowerCase().replace("0x","");return/^[0-9a-f]+$/.test(t)},nb=e=>{if(typeof e=="object"&&"r"in e&&"s"in e)return z.Ok([e.r.toString(),e.s.toString()]);if(Array.isArray(e)){const t=e.map(r=>typeof r=="string"&&r.startsWith("0x")&&rb(r)?BigInt(r).toString():r);return z.Ok(t)}return z.Err("Invalid signature format")};var we=(e=>(e.Created="Created",e.Matched="Matched",e.InitiateDetected="InitiateDetected",e.Initiated="Initiated",e.CounterPartyInitiateDetected="CounterPartyInitiateDetected",e.CounterPartyInitiated="CounterPartyInitiated",e.RedeemDetected="RedeemDetected",e.Redeemed="Redeemed",e.CounterPartyRedeemDetected="CounterPartyRedeemDetected",e.CounterPartyRedeemed="CounterPartyRedeemed",e.Completed="Completed",e.CounterPartySwapExpired="CounterPartySwapExpired",e.Expired="Expired",e.RefundDetected="RefundDetected",e.Refunded="Refunded",e.CounterPartyRefundDetected="CounterPartyRefundDetected",e.CounterPartyRefunded="CounterPartyRefunded",e.Cancelled="Cancelled",e.DeadLineExceeded="DeadLineExceeded",e))(we||{}),xe=(e=>(e.Idle="Idle",e.InitiateDetected="InitiateDetected",e.Initiated="Initiated",e.RedeemDetected="RedeemDetected",e.Redeemed="Redeemed",e.RefundDetected="RefundDetected",e.Refunded="Refunded",e.Expired="Expired",e))(xe||{});const sc=(e,t,r)=>{const n=ha(e.source_swap,t),i=ha(e.destination_swap,r);if(i===xe.RedeemDetected)return we.RedeemDetected;if(i===xe.Redeemed)return we.Redeemed;if(n===xe.Refunded)return we.Refunded;if(n===xe.RefundDetected)return we.RefundDetected;if(i===xe.Expired)return we.CounterPartySwapExpired;if(n===xe.Expired)return we.Expired;if(i===xe.Refunded)return we.CounterPartyRefunded;if(i===xe.RefundDetected)return we.CounterPartyRefundDetected;const s=Number(e.create_order.additional_data.deadline);return i===xe.Initiated?we.CounterPartyInitiated:i===xe.InitiateDetected?we.CounterPartyInitiateDetected:vi(s,12)?we.DeadLineExceeded:n===xe.Initiated?we.Initiated:vi(s,1)?we.DeadLineExceeded:n===xe.InitiateDetected?we.InitiateDetected:n===xe.Redeemed?we.CounterPartyRedeemed:n===xe.RedeemDetected?we.CounterPartyRedeemDetected:we.Matched},ha=(e,t)=>{if(e.redeem_tx_hash)return Number(e.redeem_block_number)?xe.Redeemed:xe.RedeemDetected;if(e.refund_tx_hash)return Number(e.refund_block_number)?xe.Refunded:xe.RefundDetected;if(Number(e.initiate_block_number)){const r=Number(e.initiate_block_number)+e.timelock;if(t>r)return xe.Expired}return e.initiate_tx_hash?Number(e.initiate_block_number)?xe.Initiated:xe.InitiateDetected:xe.Idle},ib=(e,t,r)=>{const n=sc(e,t,r);return oc(n)},oc=e=>{switch(e){case we.Matched:return Ce.Initiate;case we.CounterPartyInitiated:case we.CounterPartyInitiateDetected:case we.RedeemDetected:return Ce.Redeem;case we.Expired:return Ce.Refund;default:return Ce.Idle}},vi=(e,t=0)=>{const r=Date.now(),n=e*1e3+t*36e5;return r>=n},sb=e=>e.filter(t=>!Od(t)),Od=e=>{const{source_swap:t,create_order:r}=e,{initiate_tx_hash:n,initiate_block_number:i}=t,{deadline:s}=r.additional_data;return n&&Number(i)?!1:n&&!Number(i)?vi(Number(s),12):n?!1:vi(Number(s),1)},ob=Buffer.from("79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","hex"),ab=Buffer.from("483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8","hex"),cb=Buffer.concat([ob,ab]),ub=Buffer.from("0250929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0","hex"),ru={failedToCreateInternalPubkey:"failed to create internal pubkey"};function fb(){const e=ef.crypto.sha256(Buffer.from("GardenHTLC","utf-8")),t=Br.pointMultiply(Buffer.concat([Buffer.from("04","hex"),cb]),e);if(!t)throw new Error(ru.failedToCreateInternalPubkey);const r=Br.pointAdd(ub,t);if(!r)throw new Error(ru.failedToCreateInternalPubkey);return la(Buffer.from(r))}var yr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function db(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function ac(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var r=function n(){return this instanceof n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,i.get?i:{enumerable:!0,get:function(){return e[n]}})}),r}var Ae={},Ve={},Jt={},Ms={};Ms.byteLength=pb;Ms.toByteArray=mb;Ms.fromByteArray=wb;var Tt=[],dt=[],lb=typeof Uint8Array<"u"?Uint8Array:Array,Eo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(var Kr=0,hb=Eo.length;Kr<hb;++Kr)Tt[Kr]=Eo[Kr],dt[Eo.charCodeAt(Kr)]=Kr;dt[45]=62;dt[95]=63;function Rd(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var n=r===t?0:4-r%4;return[r,n]}function pb(e){var t=Rd(e),r=t[0],n=t[1];return(r+n)*3/4-n}function yb(e,t,r){return(t+r)*3/4-r}function mb(e){var t,r=Rd(e),n=r[0],i=r[1],s=new lb(yb(e,n,i)),o=0,a=i>0?n-4:n,c;for(c=0;c<a;c+=4)t=dt[e.charCodeAt(c)]<<18|dt[e.charCodeAt(c+1)]<<12|dt[e.charCodeAt(c+2)]<<6|dt[e.charCodeAt(c+3)],s[o++]=t>>16&255,s[o++]=t>>8&255,s[o++]=t&255;return i===2&&(t=dt[e.charCodeAt(c)]<<2|dt[e.charCodeAt(c+1)]>>4,s[o++]=t&255),i===1&&(t=dt[e.charCodeAt(c)]<<10|dt[e.charCodeAt(c+1)]<<4|dt[e.charCodeAt(c+2)]>>2,s[o++]=t>>8&255,s[o++]=t&255),s}function bb(e){return Tt[e>>18&63]+Tt[e>>12&63]+Tt[e>>6&63]+Tt[e&63]}function gb(e,t,r){for(var n,i=[],s=t;s<r;s+=3)n=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(e[s+2]&255),i.push(bb(n));return i.join("")}function wb(e){for(var t,r=e.length,n=r%3,i=[],s=16383,o=0,a=r-n;o<a;o+=s)i.push(gb(e,o,o+s>a?a:o+s));return n===1?(t=e[r-1],i.push(Tt[t>>2]+Tt[t<<4&63]+"==")):n===2&&(t=(e[r-2]<<8)+e[r-1],i.push(Tt[t>>10]+Tt[t>>4&63]+Tt[t<<2&63]+"=")),i.join("")}var cc={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */cc.read=function(e,t,r,n,i){var s,o,a=i*8-n-1,c=(1<<a)-1,f=c>>1,l=-7,h=r?i-1:0,m=r?-1:1,p=e[t+h];for(h+=m,s=p&(1<<-l)-1,p>>=-l,l+=a;l>0;s=s*256+e[t+h],h+=m,l-=8);for(o=s&(1<<-l)-1,s>>=-l,l+=n;l>0;o=o*256+e[t+h],h+=m,l-=8);if(s===0)s=1-f;else{if(s===c)return o?NaN:(p?-1:1)*(1/0);o=o+Math.pow(2,n),s=s-f}return(p?-1:1)*o*Math.pow(2,s-n)};cc.write=function(e,t,r,n,i,s){var o,a,c,f=s*8-i-1,l=(1<<f)-1,h=l>>1,m=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,p=n?0:s-1,g=n?1:-1,v=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,o=l):(o=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-o))<1&&(o--,c*=2),o+h>=1?t+=m/c:t+=m*Math.pow(2,1-h),t*c>=2&&(o++,c/=2),o+h>=l?(a=0,o=l):o+h>=1?(a=(t*c-1)*Math.pow(2,i),o=o+h):(a=t*Math.pow(2,h-1)*Math.pow(2,i),o=0));i>=8;e[r+p]=a&255,p+=g,a/=256,i-=8);for(o=o<<i|a,f+=i;f>0;e[r+p]=o&255,p+=g,o/=256,f-=8);e[r+p-g]|=v*128};/*!
42
42
  * The buffer module from node.js, for the browser.
43
43
  *
@@ -65,7 +65,7 @@ ${wp(p)}`),super(t.shortMessage,{cause:t,docsPath:n,metaMessages:[...t.metaMessa
65
65
  OP_CHECKSIGADD
66
66
  OP_2
67
67
  OP_NUMEQUAL
68
- `.trim().replace(/\s+/g," "))}leaves(){return[{version:ts,output:this.redeemLeaf()},[{version:ts,output:this.refundLeaf()},{version:ts,output:this.instantRefundLeaf()}]]}generateMerkleProofFor(t){const r=this.leafHash(1),n=this.leafHash(2),i=this.leafHash(0);switch(t){case 1:{const s=Qm(i,n);return[ce.crypto.taggedHash("TapBranch",Buffer.concat(s))]}case 0:return[n,r];case 2:return[i,r];default:throw new Error(Fe.invalidLeaf)}}}function Xr(e,t){const r=[];for(let n=0;n<t;n++)r.push(e);return r}class c1{constructor(){this.cache={}}set(t,r,n,i){const s={txHash:n,timeStamp:Date.now(),btcRedeemUTXO:i};this.cache[`${r}_${t.create_order.create_id}`]=s}get(t,r){return this.cache[`${r}_${t.create_order.create_id}`]||null}remove(t,r){delete this.cache[`${r}_${t.create_order.create_id}`]}}class u1{constructor(){this.cache={}}set(t,r){this.cache[t]=r}get(t){return this.cache[t]||null}}class rl{constructor(t,r){this.url=new z.Url(t).endpoint("blocknumbers").endpoint(r)}async fetchBlockNumbers(){try{const t=await Dt.get(this.url);return ie(t)}catch(t){return G("Failed to fetch block numbers",t)}}}const Vn={mainnet:{orderbook:"https://api.garden.finance",auth:"https://api.garden.finance/auth",quote:"https://api.garden.finance/quote",info:"https://api.garden.finance/info",evmRelay:"https://api.garden.finance/relayer",starknetRelay:"https://api.garden.finance/starknet"},testnet:{orderbook:"https://testnet.api.garden.finance",auth:"https://testnet.api.garden.finance/auth",quote:"https://testnet.api.garden.finance/quote",info:"https://testnet.api.garden.finance/info",evmRelay:"https://testnet.api.garden.finance/relayer",starknetRelay:"https://testnet.api.garden.finance/starknet"},localnet:{orderbook:"",auth:"",quote:"",info:"",evmRelay:"",starknetRelay:""}},_s={[z.Network.MAINNET]:{chainId:"0x534e5f4d41494e",nodeUrl:"https://starknet-mainnet.public.blastapi.io/rpc/v0_8"},[z.Network.TESTNET]:{chainId:"0x534e5f5345504f4c4941",nodeUrl:"https://starknet-sepolia.public.blastapi.io/rpc/v0_8"}};class nl{constructor(t){this.quoteUrl=new z.Url(t)}async getQuote(t,r,n=!1,i){try{const s=this.quoteUrl.endpoint("/").addSearchParams({order_pair:t,amount:r.toString(),exact_out:n.toString()}),o=await Dt.get(s,{retryCount:0,...i});return o.error?G(o.error):o.result?ie(o.result):G("GetQuote: Unexpected error, result is undefined")}catch(s){return G("GetQuote:",String(s))}}async getAttestedQuote(t){try{const r=await Dt.post(this.quoteUrl.endpoint("/attested").toString(),{body:JSON.stringify(t),headers:{"Content-Type":"application/json"}});return r.error?G(r.error):r.result?ie(r.result):G("GetAttestedQuote: Unexpected error, result is undefined")}catch(r){return console.log("error :",r),G("GetAttestedQuote:",String(r))}}async getStrategies(){try{const t=await Dt.get(this.quoteUrl.endpoint("/strategies"));if(t.error)return G(t.error);if(!t.result)return G("GetStrategies: Unexpected error, result is undefined");const r={};for(const n of Object.values(t.result)){const i=Cd(n.source_chain,n.source_asset.asset,n.dest_chain,n.dest_asset.asset);r[i]={id:n.id,minAmount:n.min_amount,maxAmount:n.max_amount,fee:n.fee}}return ie(r)}catch(t){return G("GetStrategies:",String(t))}}}var il={},mn={},bn={};Object.defineProperty(bn,"__esModule",{value:!0});bn.testnet=bn.bitcoin=void 0;bn.bitcoin={messagePrefix:`Bitcoin Signed Message:
68
+ `.trim().replace(/\s+/g," "))}leaves(){return[{version:ts,output:this.redeemLeaf()},[{version:ts,output:this.refundLeaf()},{version:ts,output:this.instantRefundLeaf()}]]}generateMerkleProofFor(t){const r=this.leafHash(1),n=this.leafHash(2),i=this.leafHash(0);switch(t){case 1:{const s=Qm(i,n);return[ce.crypto.taggedHash("TapBranch",Buffer.concat(s))]}case 0:return[n,r];case 2:return[i,r];default:throw new Error(Fe.invalidLeaf)}}}function Xr(e,t){const r=[];for(let n=0;n<t;n++)r.push(e);return r}class c1{constructor(){this.cache={}}set(t,r,n,i){const s={txHash:n,timeStamp:Date.now(),btcRedeemUTXO:i};this.cache[`${r}_${t.create_order.create_id}`]=s}get(t,r){return this.cache[`${r}_${t.create_order.create_id}`]||null}remove(t,r){delete this.cache[`${r}_${t.create_order.create_id}`]}}class u1{constructor(){this.cache={}}set(t,r){this.cache[t]=r}get(t){return this.cache[t]||null}}class rl{constructor(t,r){this.url=new z.Url(t).endpoint("blocknumbers").endpoint(r)}async fetchBlockNumbers(){try{const t=await Dt.get(this.url);return ie(t)}catch(t){return G("Failed to fetch block numbers",t)}}}const Vn={mainnet:{orderbook:"https://mainnet.api.garden.finance",auth:"https://mainnet.api.garden.finance/auth",quote:"https://mainnet.api.garden.finance/quote",info:"https://mainnet.api.garden.finance/info",evmRelay:"https://mainnet.api.garden.finance/relayer",starknetRelay:"https://mainnet.api.garden.finance/starknet"},testnet:{orderbook:"https://testnet.api.garden.finance",auth:"https://testnet.api.garden.finance/auth",quote:"https://testnet.api.garden.finance/quote",info:"https://testnet.api.garden.finance/info",evmRelay:"https://testnet.api.garden.finance/relayer",starknetRelay:"https://testnet.api.garden.finance/starknet"},localnet:{orderbook:"",auth:"",quote:"",info:"",evmRelay:"",starknetRelay:""}},_s={[z.Network.MAINNET]:{chainId:"0x534e5f4d41494e",nodeUrl:"https://starknet-mainnet.public.blastapi.io/rpc/v0_8"},[z.Network.TESTNET]:{chainId:"0x534e5f5345504f4c4941",nodeUrl:"https://starknet-sepolia.public.blastapi.io/rpc/v0_8"}};class nl{constructor(t){this.quoteUrl=new z.Url(t)}async getQuote(t,r,n=!1,i){try{const s=this.quoteUrl.endpoint("/").addSearchParams({order_pair:t,amount:r.toString(),exact_out:n.toString()}),o=await Dt.get(s,{retryCount:0,...i});return o.error?G(o.error):o.result?ie(o.result):G("GetQuote: Unexpected error, result is undefined")}catch(s){return G("GetQuote:",String(s))}}async getAttestedQuote(t){try{const r=await Dt.post(this.quoteUrl.endpoint("/attested").toString(),{body:JSON.stringify(t),headers:{"Content-Type":"application/json"}});return r.error?G(r.error):r.result?ie(r.result):G("GetAttestedQuote: Unexpected error, result is undefined")}catch(r){return console.log("error :",r),G("GetAttestedQuote:",String(r))}}async getStrategies(){try{const t=await Dt.get(this.quoteUrl.endpoint("/strategies"));if(t.error)return G(t.error);if(!t.result)return G("GetStrategies: Unexpected error, result is undefined");const r={};for(const n of Object.values(t.result)){const i=Cd(n.source_chain,n.source_asset.asset,n.dest_chain,n.dest_asset.asset);r[i]={id:n.id,minAmount:n.min_amount,maxAmount:n.max_amount,fee:n.fee}}return ie(r)}catch(t){return G("GetStrategies:",String(t))}}}var il={},mn={},bn={};Object.defineProperty(bn,"__esModule",{value:!0});bn.testnet=bn.bitcoin=void 0;bn.bitcoin={messagePrefix:`Bitcoin Signed Message:
69
69
  `,bech32:"bc",bip32:{public:76067358,private:76066276},pubKeyHash:0,scriptHash:5,wif:128};bn.testnet={messagePrefix:`Bitcoin Signed Message:
70
70
  `,bech32:"tb",bip32:{public:70617039,private:70615956},pubKeyHash:111,scriptHash:196,wif:239};var sl={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.maybe=e.Boolean=e.Array=e.Buffer256bit=e.Network=e.typeforce=void 0,e.typeforce=Md,e.Network=e.typeforce.compile({messagePrefix:e.typeforce.oneOf(e.typeforce.Buffer,e.typeforce.String),bip32:{public:e.typeforce.UInt32,private:e.typeforce.UInt32},pubKeyHash:e.typeforce.UInt8,scriptHash:e.typeforce.UInt8,wif:e.typeforce.UInt8}),e.Buffer256bit=e.typeforce.BufferN(32),e.Array=e.typeforce.Array,e.Boolean=e.typeforce.Boolean,e.maybe=e.typeforce.maybe})(sl);var ga={exports:{}},wa={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */(function(e,t){var r=Jt,n=r.Buffer;function i(o,a){for(var c in o)a[c]=o[c]}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=r:(i(r,t),t.Buffer=s);function s(o,a,c){return n(o,a,c)}s.prototype=Object.create(n.prototype),i(n,s),s.from=function(o,a,c){if(typeof o=="number")throw new TypeError("Argument must not be a number");return n(o,a,c)},s.alloc=function(o,a,c){if(typeof o!="number")throw new TypeError("Argument must be a number");var f=n(o);return a!==void 0?typeof c=="string"?f.fill(a,c):f.fill(a):f.fill(0),f},s.allocUnsafe=function(o){if(typeof o!="number")throw new TypeError("Argument must be a number");return n(o)},s.allocUnsafeSlow=function(o){if(typeof o!="number")throw new TypeError("Argument must be a number");return r.SlowBuffer(o)}})(wa,wa.exports);var tt=wa.exports,Uo=65536,f1=4294967295;function d1(){throw new Error(`Secure random number generation is not supported by this browser.
71
71
  Use Chrome, Firefox or Internet Explorer 11`)}var l1=tt.Buffer,vs=yr.crypto||yr.msCrypto;vs&&vs.getRandomValues?ga.exports=h1:ga.exports=d1;function h1(e,t){if(e>f1)throw new RangeError("requested too many random bytes");var r=l1.allocUnsafe(e);if(e>0)if(e>Uo)for(var n=0;n<e;n+=Uo)vs.getRandomValues(r.slice(n,n+Uo));else vs.getRandomValues(r);return typeof t=="function"?process.nextTick(function(){t(null,r)}):r}var p1=ga.exports,_a={exports:{}};typeof Object.create=="function"?_a.exports=function(t,r){r&&(t.super_=r,t.prototype=Object.create(r.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:_a.exports=function(t,r){if(r){t.super_=r;var n=function(){};n.prototype=r.prototype,t.prototype=new n,t.prototype.constructor=t}};var He=_a.exports,va={exports:{}},_c={exports:{}},un=typeof Reflect=="object"?Reflect:null,Su=un&&typeof un.apply=="function"?un.apply:function(t,r,n){return Function.prototype.apply.call(t,r,n)},hs;un&&typeof un.ownKeys=="function"?hs=un.ownKeys:Object.getOwnPropertySymbols?hs=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:hs=function(t){return Object.getOwnPropertyNames(t)};function y1(e){console&&console.warn&&console.warn(e)}var ol=Number.isNaN||function(t){return t!==t};function ue(){ue.init.call(this)}_c.exports=ue;_c.exports.once=w1;ue.EventEmitter=ue;ue.prototype._events=void 0;ue.prototype._eventsCount=0;ue.prototype._maxListeners=void 0;var Pu=10;function Ys(e){if(typeof e!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}Object.defineProperty(ue,"defaultMaxListeners",{enumerable:!0,get:function(){return Pu},set:function(e){if(typeof e!="number"||e<0||ol(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");Pu=e}});ue.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};ue.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||ol(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function al(e){return e._maxListeners===void 0?ue.defaultMaxListeners:e._maxListeners}ue.prototype.getMaxListeners=function(){return al(this)};ue.prototype.emit=function(t){for(var r=[],n=1;n<arguments.length;n++)r.push(arguments[n]);var i=t==="error",s=this._events;if(s!==void 0)i=i&&s.error===void 0;else if(!i)return!1;if(i){var o;if(r.length>0&&(o=r[0]),o instanceof Error)throw o;var a=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw a.context=o,a}var c=s[t];if(c===void 0)return!1;if(typeof c=="function")Su(c,this,r);else for(var f=c.length,l=ll(c,f),n=0;n<f;++n)Su(l[n],this,r);return!0};function cl(e,t,r,n){var i,s,o;if(Ys(r),s=e._events,s===void 0?(s=e._events=Object.create(null),e._eventsCount=0):(s.newListener!==void 0&&(e.emit("newListener",t,r.listener?r.listener:r),s=e._events),o=s[t]),o===void 0)o=s[t]=r,++e._eventsCount;else if(typeof o=="function"?o=s[t]=n?[r,o]:[o,r]:n?o.unshift(r):o.push(r),i=al(e),i>0&&o.length>i&&!o.warned){o.warned=!0;var a=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");a.name="MaxListenersExceededWarning",a.emitter=e,a.type=t,a.count=o.length,y1(a)}return e}ue.prototype.addListener=function(t,r){return cl(this,t,r,!1)};ue.prototype.on=ue.prototype.addListener;ue.prototype.prependListener=function(t,r){return cl(this,t,r,!0)};function m1(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function ul(e,t,r){var n={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},i=m1.bind(n);return i.listener=r,n.wrapFn=i,i}ue.prototype.once=function(t,r){return Ys(r),this.on(t,ul(this,t,r)),this};ue.prototype.prependOnceListener=function(t,r){return Ys(r),this.prependListener(t,ul(this,t,r)),this};ue.prototype.removeListener=function(t,r){var n,i,s,o,a;if(Ys(r),i=this._events,i===void 0)return this;if(n=i[t],n===void 0)return this;if(n===r||n.listener===r)--this._eventsCount===0?this._events=Object.create(null):(delete i[t],i.removeListener&&this.emit("removeListener",t,n.listener||r));else if(typeof n!="function"){for(s=-1,o=n.length-1;o>=0;o--)if(n[o]===r||n[o].listener===r){a=n[o].listener,s=o;break}if(s<0)return this;s===0?n.shift():b1(n,s),n.length===1&&(i[t]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",t,a||r)}return this};ue.prototype.off=ue.prototype.removeListener;ue.prototype.removeAllListeners=function(t){var r,n,i;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete n[t]),this;if(arguments.length===0){var s=Object.keys(n),o;for(i=0;i<s.length;++i)o=s[i],o!=="removeListener"&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=n[t],typeof r=="function")this.removeListener(t,r);else if(r!==void 0)for(i=r.length-1;i>=0;i--)this.removeListener(t,r[i]);return this};function fl(e,t,r){var n=e._events;if(n===void 0)return[];var i=n[t];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?g1(i):ll(i,i.length)}ue.prototype.listeners=function(t){return fl(this,t,!0)};ue.prototype.rawListeners=function(t){return fl(this,t,!1)};ue.listenerCount=function(e,t){return typeof e.listenerCount=="function"?e.listenerCount(t):dl.call(e,t)};ue.prototype.listenerCount=dl;function dl(e){var t=this._events;if(t!==void 0){var r=t[e];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}ue.prototype.eventNames=function(){return this._eventsCount>0?hs(this._events):[]};function ll(e,t){for(var r=new Array(t),n=0;n<t;++n)r[n]=e[n];return r}function b1(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}function g1(e){for(var t=new Array(e.length),r=0;r<t.length;++r)t[r]=e[r].listener||e[r];return t}function w1(e,t){return new Promise(function(r,n){function i(o){e.removeListener(t,s),n(o)}function s(){typeof e.removeListener=="function"&&e.removeListener("error",i),r([].slice.call(arguments))}hl(e,t,s,{once:!0}),t!=="error"&&_1(e,i,{once:!0})})}function _1(e,t,r){typeof e.on=="function"&&hl(e,"error",t,r)}function hl(e,t,r,n){if(typeof e.on=="function")n.once?e.once(t,r):e.on(t,r);else if(typeof e.addEventListener=="function")e.addEventListener(t,function i(s){n.once&&e.removeEventListener(t,i),r(s)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e)}var pl=_c.exports,yl=pl.EventEmitter;const v1={},E1=Object.freeze(Object.defineProperty({__proto__:null,default:v1},Symbol.toStringTag,{value:"Module"})),vc=ac(E1);var No,Tu;function x1(){if(Tu)return No;Tu=1;function e(g,v){var x=Object.keys(g);if(Object.getOwnPropertySymbols){var I=Object.getOwnPropertySymbols(g);v&&(I=I.filter(function(k){return Object.getOwnPropertyDescriptor(g,k).enumerable})),x.push.apply(x,I)}return x}function t(g){for(var v=1;v<arguments.length;v++){var x=arguments[v]!=null?arguments[v]:{};v%2?e(Object(x),!0).forEach(function(I){r(g,I,x[I])}):Object.getOwnPropertyDescriptors?Object.defineProperties(g,Object.getOwnPropertyDescriptors(x)):e(Object(x)).forEach(function(I){Object.defineProperty(g,I,Object.getOwnPropertyDescriptor(x,I))})}return g}function r(g,v,x){return v=o(v),v in g?Object.defineProperty(g,v,{value:x,enumerable:!0,configurable:!0,writable:!0}):g[v]=x,g}function n(g,v){if(!(g instanceof v))throw new TypeError("Cannot call a class as a function")}function i(g,v){for(var x=0;x<v.length;x++){var I=v[x];I.enumerable=I.enumerable||!1,I.configurable=!0,"value"in I&&(I.writable=!0),Object.defineProperty(g,o(I.key),I)}}function s(g,v,x){return v&&i(g.prototype,v),Object.defineProperty(g,"prototype",{writable:!1}),g}function o(g){var v=a(g,"string");return typeof v=="symbol"?v:String(v)}function a(g,v){if(typeof g!="object"||g===null)return g;var x=g[Symbol.toPrimitive];if(x!==void 0){var I=x.call(g,v);if(typeof I!="object")return I;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(g)}var c=Jt,f=c.Buffer,l=vc,h=l.inspect,m=h&&h.custom||"inspect";function p(g,v,x){f.prototype.copy.call(g,v,x)}return No=function(){function g(){n(this,g),this.head=null,this.tail=null,this.length=0}return s(g,[{key:"push",value:function(x){var I={data:x,next:null};this.length>0?this.tail.next=I:this.head=I,this.tail=I,++this.length}},{key:"unshift",value:function(x){var I={data:x,next:this.head};this.length===0&&(this.tail=I),this.head=I,++this.length}},{key:"shift",value:function(){if(this.length!==0){var x=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,x}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(x){if(this.length===0)return"";for(var I=this.head,k=""+I.data;I=I.next;)k+=x+I.data;return k}},{key:"concat",value:function(x){if(this.length===0)return f.alloc(0);for(var I=f.allocUnsafe(x>>>0),k=this.head,A=0;k;)p(k.data,I,A),A+=k.data.length,k=k.next;return I}},{key:"consume",value:function(x,I){var k;return x<this.head.data.length?(k=this.head.data.slice(0,x),this.head.data=this.head.data.slice(x)):x===this.head.data.length?k=this.shift():k=I?this._getString(x):this._getBuffer(x),k}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(x){var I=this.head,k=1,A=I.data;for(x-=A.length;I=I.next;){var E=I.data,T=x>E.length?E.length:x;if(T===E.length?A+=E:A+=E.slice(0,x),x-=T,x===0){T===E.length?(++k,I.next?this.head=I.next:this.head=this.tail=null):(this.head=I,I.data=E.slice(T));break}++k}return this.length-=k,A}},{key:"_getBuffer",value:function(x){var I=f.allocUnsafe(x),k=this.head,A=1;for(k.data.copy(I),x-=k.data.length;k=k.next;){var E=k.data,T=x>E.length?E.length:x;if(E.copy(I,I.length-x,0,T),x-=T,x===0){T===E.length?(++A,k.next?this.head=k.next:this.head=this.tail=null):(this.head=k,k.data=E.slice(T));break}++A}return this.length-=A,I}},{key:m,value:function(x,I){return h(this,t(t({},I),{},{depth:0,customInspect:!1}))}}]),g}(),No}function A1(e,t){var r=this,n=this._readableState&&this._readableState.destroyed,i=this._writableState&&this._writableState.destroyed;return n||i?(t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(Ea,this,e)):process.nextTick(Ea,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,function(s){!t&&s?r._writableState?r._writableState.errorEmitted?process.nextTick(ps,r):(r._writableState.errorEmitted=!0,process.nextTick(ku,r,s)):process.nextTick(ku,r,s):t?(process.nextTick(ps,r),t(s)):process.nextTick(ps,r)}),this)}function ku(e,t){Ea(e,t),ps(e)}function ps(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function S1(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function Ea(e,t){e.emit("error",t)}function P1(e,t){var r=e._readableState,n=e._writableState;r&&r.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}var ml={destroy:A1,undestroy:S1,errorOrDestroy:P1},jr={};function T1(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}var bl={};function pt(e,t,r){r||(r=Error);function n(s,o,a){return typeof t=="string"?t:t(s,o,a)}var i=function(s){T1(o,s);function o(a,c,f){return s.call(this,n(a,c,f))||this}return o}(r);i.prototype.name=r.name,i.prototype.code=e,bl[e]=i}function Iu(e,t){if(Array.isArray(e)){var r=e.length;return e=e.map(function(n){return String(n)}),r>2?"one of ".concat(t," ").concat(e.slice(0,r-1).join(", "),", or ")+e[r-1]:r===2?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}else return"of ".concat(t," ").concat(String(e))}function k1(e,t,r){return e.substr(0,t.length)===t}function I1(e,t,r){return(r===void 0||r>e.length)&&(r=e.length),e.substring(r-t.length,r)===t}function B1(e,t,r){return typeof r!="number"&&(r=0),r+t.length>e.length?!1:e.indexOf(t,r)!==-1}pt("ERR_INVALID_OPT_VALUE",function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'},TypeError);pt("ERR_INVALID_ARG_TYPE",function(e,t,r){var n;typeof t=="string"&&k1(t,"not ")?(n="must not be",t=t.replace(/^not /,"")):n="must be";var i;if(I1(e," argument"))i="The ".concat(e," ").concat(n," ").concat(Iu(t,"type"));else{var s=B1(e,".")?"property":"argument";i='The "'.concat(e,'" ').concat(s," ").concat(n," ").concat(Iu(t,"type"))}return i+=". Received type ".concat(typeof r),i},TypeError);pt("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");pt("ERR_METHOD_NOT_IMPLEMENTED",function(e){return"The "+e+" method is not implemented"});pt("ERR_STREAM_PREMATURE_CLOSE","Premature close");pt("ERR_STREAM_DESTROYED",function(e){return"Cannot call "+e+" after a stream was destroyed"});pt("ERR_MULTIPLE_CALLBACK","Callback called multiple times");pt("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");pt("ERR_STREAM_WRITE_AFTER_END","write after end");pt("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);pt("ERR_UNKNOWN_ENCODING",function(e){return"Unknown encoding: "+e},TypeError);pt("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");jr.codes=bl;var C1=jr.codes.ERR_INVALID_OPT_VALUE;function O1(e,t,r){return e.highWaterMark!=null?e.highWaterMark:t?e[r]:null}function R1(e,t,r,n){var i=O1(t,n,r);if(i!=null){if(!(isFinite(i)&&Math.floor(i)===i)||i<0){var s=n?r:"highWaterMark";throw new C1(s,i)}return Math.floor(i)}return e.objectMode?16:16*1024}var gl={getHighWaterMark:R1},L1=U1;function U1(e,t){if(Fo("noDeprecation"))return e;var r=!1;function n(){if(!r){if(Fo("throwDeprecation"))throw new Error(t);Fo("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}return n}function Fo(e){try{if(!yr.localStorage)return!1}catch{return!1}var t=yr.localStorage[e];return t==null?!1:String(t).toLowerCase()==="true"}var $o,Bu;function wl(){if(Bu)return $o;Bu=1,$o=M;function e(O){var C=this;this.next=null,this.entry=null,this.finish=function(){Rt(C,O)}}var t;M.WritableState=S;var r={deprecate:L1},n=yl,i=Jt.Buffer,s=(typeof yr<"u"?yr:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function o(O){return i.from(O)}function a(O){return i.isBuffer(O)||O instanceof s}var c=ml,f=gl,l=f.getHighWaterMark,h=jr.codes,m=h.ERR_INVALID_ARG_TYPE,p=h.ERR_METHOD_NOT_IMPLEMENTED,g=h.ERR_MULTIPLE_CALLBACK,v=h.ERR_STREAM_CANNOT_PIPE,x=h.ERR_STREAM_DESTROYED,I=h.ERR_STREAM_NULL_VALUES,k=h.ERR_STREAM_WRITE_AFTER_END,A=h.ERR_UNKNOWN_ENCODING,E=c.errorOrDestroy;He(M,n);function T(){}function S(O,C,H){t=t||gn(),O=O||{},typeof H!="boolean"&&(H=C instanceof t),this.objectMode=!!O.objectMode,H&&(this.objectMode=this.objectMode||!!O.writableObjectMode),this.highWaterMark=l(this,O,"writableHighWaterMark",H),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var K=O.decodeStrings===!1;this.decodeStrings=!K,this.defaultEncoding=O.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Z){ne(C,Z)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=O.emitClose!==!1,this.autoDestroy=!!O.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new e(this)}S.prototype.getBuffer=function(){for(var C=this.bufferedRequest,H=[];C;)H.push(C),C=C.next;return H},function(){try{Object.defineProperty(S.prototype,"buffer",{get:r.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var N;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(N=Function.prototype[Symbol.hasInstance],Object.defineProperty(M,Symbol.hasInstance,{value:function(C){return N.call(this,C)?!0:this!==M?!1:C&&C._writableState instanceof S}})):N=function(C){return C instanceof this};function M(O){t=t||gn();var C=this instanceof t;if(!C&&!N.call(M,this))return new M(O);this._writableState=new S(O,this,C),this.writable=!0,O&&(typeof O.write=="function"&&(this._write=O.write),typeof O.writev=="function"&&(this._writev=O.writev),typeof O.destroy=="function"&&(this._destroy=O.destroy),typeof O.final=="function"&&(this._final=O.final)),n.call(this)}M.prototype.pipe=function(){E(this,new v)};function B(O,C){var H=new k;E(O,H),process.nextTick(C,H)}function W(O,C,H,K){var Z;return H===null?Z=new I:typeof H!="string"&&!C.objectMode&&(Z=new m("chunk",["string","Buffer"],H)),Z?(E(O,Z),process.nextTick(K,Z),!1):!0}M.prototype.write=function(O,C,H){var K=this._writableState,Z=!1,w=!K.objectMode&&a(O);return w&&!i.isBuffer(O)&&(O=o(O)),typeof C=="function"&&(H=C,C=null),w?C="buffer":C||(C=K.defaultEncoding),typeof H!="function"&&(H=T),K.ending?B(this,H):(w||W(this,K,O,H))&&(K.pendingcb++,Z=D(this,K,w,O,C,H)),Z},M.prototype.cork=function(){this._writableState.corked++},M.prototype.uncork=function(){var O=this._writableState;O.corked&&(O.corked--,!O.writing&&!O.corked&&!O.bufferProcessing&&O.bufferedRequest&&Te(this,O))},M.prototype.setDefaultEncoding=function(C){if(typeof C=="string"&&(C=C.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((C+"").toLowerCase())>-1))throw new A(C);return this._writableState.defaultEncoding=C,this},Object.defineProperty(M.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function L(O,C,H){return!O.objectMode&&O.decodeStrings!==!1&&typeof C=="string"&&(C=i.from(C,H)),C}Object.defineProperty(M.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function D(O,C,H,K,Z,w){if(!H){var _=L(C,K,Z);K!==_&&(H=!0,Z="buffer",K=_)}var F=C.objectMode?1:K.length;C.length+=F;var q=C.length<C.highWaterMark;if(q||(C.needDrain=!0),C.writing||C.corked){var ve=C.lastBufferedRequest;C.lastBufferedRequest={chunk:K,encoding:Z,isBuf:H,callback:w,next:null},ve?ve.next=C.lastBufferedRequest:C.bufferedRequest=C.lastBufferedRequest,C.bufferedRequestCount+=1}else j(O,C,!1,F,K,Z,w);return q}function j(O,C,H,K,Z,w,_){C.writelen=K,C.writecb=_,C.writing=!0,C.sync=!0,C.destroyed?C.onwrite(new x("write")):H?O._writev(Z,C.onwrite):O._write(Z,w,C.onwrite),C.sync=!1}function V(O,C,H,K,Z){--C.pendingcb,H?(process.nextTick(Z,K),process.nextTick(it,O,C),O._writableState.errorEmitted=!0,E(O,K)):(Z(K),O._writableState.errorEmitted=!0,E(O,K),it(O,C))}function X(O){O.writing=!1,O.writecb=null,O.length-=O.writelen,O.writelen=0}function ne(O,C){var H=O._writableState,K=H.sync,Z=H.writecb;if(typeof Z!="function")throw new g;if(X(H),C)V(O,H,K,C,Z);else{var w=We(H)||O.destroyed;!w&&!H.corked&&!H.bufferProcessing&&H.bufferedRequest&&Te(O,H),K?process.nextTick(he,O,H,w,Z):he(O,H,w,Z)}}function he(O,C,H,K){H||_e(O,C),C.pendingcb--,K(),it(O,C)}function _e(O,C){C.length===0&&C.needDrain&&(C.needDrain=!1,O.emit("drain"))}function Te(O,C){C.bufferProcessing=!0;var H=C.bufferedRequest;if(O._writev&&H&&H.next){var K=C.bufferedRequestCount,Z=new Array(K),w=C.corkedRequestsFree;w.entry=H;for(var _=0,F=!0;H;)Z[_]=H,H.isBuf||(F=!1),H=H.next,_+=1;Z.allBuffers=F,j(O,C,!0,C.length,Z,"",w.finish),C.pendingcb++,C.lastBufferedRequest=null,w.next?(C.corkedRequestsFree=w.next,w.next=null):C.corkedRequestsFree=new e(C),C.bufferedRequestCount=0}else{for(;H;){var q=H.chunk,ve=H.encoding,ee=H.callback,ae=C.objectMode?1:q.length;if(j(O,C,!1,ae,q,ve,ee),H=H.next,C.bufferedRequestCount--,C.writing)break}H===null&&(C.lastBufferedRequest=null)}C.bufferedRequest=H,C.bufferProcessing=!1}M.prototype._write=function(O,C,H){H(new p("_write()"))},M.prototype._writev=null,M.prototype.end=function(O,C,H){var K=this._writableState;return typeof O=="function"?(H=O,O=null,C=null):typeof C=="function"&&(H=C,C=null),O!=null&&this.write(O,C),K.corked&&(K.corked=1,this.uncork()),K.ending||Qt(this,K,H),this},Object.defineProperty(M.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function We(O){return O.ending&&O.length===0&&O.bufferedRequest===null&&!O.finished&&!O.writing}function fe(O,C){O._final(function(H){C.pendingcb--,H&&E(O,H),C.prefinished=!0,O.emit("prefinish"),it(O,C)})}function ye(O,C){!C.prefinished&&!C.finalCalled&&(typeof O._final=="function"&&!C.destroyed?(C.pendingcb++,C.finalCalled=!0,process.nextTick(fe,O,C)):(C.prefinished=!0,O.emit("prefinish")))}function it(O,C){var H=We(C);if(H&&(ye(O,C),C.pendingcb===0&&(C.finished=!0,O.emit("finish"),C.autoDestroy))){var K=O._readableState;(!K||K.autoDestroy&&K.endEmitted)&&O.destroy()}return H}function Qt(O,C,H){C.ending=!0,it(O,C),H&&(C.finished?process.nextTick(H):O.once("finish",H)),C.ended=!0,O.writable=!1}function Rt(O,C,H){var K=O.entry;for(O.entry=null;K;){var Z=K.callback;C.pendingcb--,Z(H),K=K.next}C.corkedRequestsFree.next=O}return Object.defineProperty(M.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(C){this._writableState&&(this._writableState.destroyed=C)}}),M.prototype.destroy=c.destroy,M.prototype._undestroy=c.undestroy,M.prototype._destroy=function(O,C){C(O)},$o}var Mo,Cu;function gn(){if(Cu)return Mo;Cu=1;var e=Object.keys||function(f){var l=[];for(var h in f)l.push(h);return l};Mo=o;var t=vl(),r=wl();He(o,t);for(var n=e(r.prototype),i=0;i<n.length;i++){var s=n[i];o.prototype[s]||(o.prototype[s]=r.prototype[s])}function o(f){if(!(this instanceof o))return new o(f);t.call(this,f),r.call(this,f),this.allowHalfOpen=!0,f&&(f.readable===!1&&(this.readable=!1),f.writable===!1&&(this.writable=!1),f.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",a)))}Object.defineProperty(o.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(o.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(o.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function a(){this._writableState.ended||process.nextTick(c,this)}function c(f){f.end()}return Object.defineProperty(o.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(l){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=l,this._writableState.destroyed=l)}}),Mo}var Es={},Ec=tt.Buffer,Ou=Ec.isEncoding||function(e){switch(e=""+e,e&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function N1(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}function F1(e){var t=N1(e);if(typeof t!="string"&&(Ec.isEncoding===Ou||!Ou(e)))throw new Error("Unknown encoding: "+e);return t||e}Es.StringDecoder=Fi;function Fi(e){this.encoding=F1(e);var t;switch(this.encoding){case"utf16le":this.text=G1,this.end=z1,t=4;break;case"utf8":this.fillLast=H1,t=4;break;case"base64":this.text=q1,this.end=V1,t=3;break;default:this.write=W1,this.end=K1;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=Ec.allocUnsafe(t)}Fi.prototype.write=function(e){if(e.length===0)return"";var t,r;if(this.lastNeed){if(t=this.fillLast(e),t===void 0)return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<e.length?t?t+this.text(e,r):this.text(e,r):t||""};Fi.prototype.end=j1;Fi.prototype.text=D1;Fi.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length};function Ho(e){return e<=127?0:e>>5===6?2:e>>4===14?3:e>>3===30?4:e>>6===2?-1:-2}function $1(e,t,r){var n=t.length-1;if(n<r)return 0;var i=Ho(t[n]);return i>=0?(i>0&&(e.lastNeed=i-1),i):--n<r||i===-2?0:(i=Ho(t[n]),i>=0?(i>0&&(e.lastNeed=i-2),i):--n<r||i===-2?0:(i=Ho(t[n]),i>=0?(i>0&&(i===2?i=0:e.lastNeed=i-3),i):0))}function M1(e,t,r){if((t[0]&192)!==128)return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if((t[1]&192)!==128)return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&(t[2]&192)!==128)return e.lastNeed=2,"�"}}function H1(e){var t=this.lastTotal-this.lastNeed,r=M1(this,e);if(r!==void 0)return r;if(this.lastNeed<=e.length)return e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,t,0,e.length),this.lastNeed-=e.length}function D1(e,t){var r=$1(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=r;var n=e.length-(r-this.lastNeed);return e.copy(this.lastChar,0,n),e.toString("utf8",t,n)}function j1(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t}function G1(e,t){if((e.length-t)%2===0){var r=e.toString("utf16le",t);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function z1(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,r)}return t}function q1(e,t){var r=(e.length-t)%3;return r===0?e.toString("base64",t):(this.lastNeed=3-r,this.lastTotal=3,r===1?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-r))}function V1(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function W1(e){return e.toString(this.encoding)}function K1(e){return e&&e.length?this.write(e):""}var Ru=jr.codes.ERR_STREAM_PREMATURE_CLOSE;function Y1(e){var t=!1;return function(){if(!t){t=!0;for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];e.apply(this,n)}}}function X1(){}function J1(e){return e.setHeader&&typeof e.abort=="function"}function _l(e,t,r){if(typeof t=="function")return _l(e,null,t);t||(t={}),r=Y1(r||X1);var n=t.readable||t.readable!==!1&&e.readable,i=t.writable||t.writable!==!1&&e.writable,s=function(){e.writable||a()},o=e._writableState&&e._writableState.finished,a=function(){i=!1,o=!0,n||r.call(e)},c=e._readableState&&e._readableState.endEmitted,f=function(){n=!1,c=!0,i||r.call(e)},l=function(g){r.call(e,g)},h=function(){var g;if(n&&!c)return(!e._readableState||!e._readableState.ended)&&(g=new Ru),r.call(e,g);if(i&&!o)return(!e._writableState||!e._writableState.ended)&&(g=new Ru),r.call(e,g)},m=function(){e.req.on("finish",a)};return J1(e)?(e.on("complete",a),e.on("abort",h),e.req?m():e.on("request",m)):i&&!e._writableState&&(e.on("end",s),e.on("close",s)),e.on("end",f),e.on("finish",a),t.error!==!1&&e.on("error",l),e.on("close",h),function(){e.removeListener("complete",a),e.removeListener("abort",h),e.removeListener("request",m),e.req&&e.req.removeListener("finish",a),e.removeListener("end",s),e.removeListener("close",s),e.removeListener("finish",a),e.removeListener("end",f),e.removeListener("error",l),e.removeListener("close",h)}}var xc=_l,Do,Lu;function Q1(){if(Lu)return Do;Lu=1;var e;function t(A,E,T){return E=r(E),E in A?Object.defineProperty(A,E,{value:T,enumerable:!0,configurable:!0,writable:!0}):A[E]=T,A}function r(A){var E=n(A,"string");return typeof E=="symbol"?E:String(E)}function n(A,E){if(typeof A!="object"||A===null)return A;var T=A[Symbol.toPrimitive];if(T!==void 0){var S=T.call(A,E);if(typeof S!="object")return S;throw new TypeError("@@toPrimitive must return a primitive value.")}return(E==="string"?String:Number)(A)}var i=xc,s=Symbol("lastResolve"),o=Symbol("lastReject"),a=Symbol("error"),c=Symbol("ended"),f=Symbol("lastPromise"),l=Symbol("handlePromise"),h=Symbol("stream");function m(A,E){return{value:A,done:E}}function p(A){var E=A[s];if(E!==null){var T=A[h].read();T!==null&&(A[f]=null,A[s]=null,A[o]=null,E(m(T,!1)))}}function g(A){process.nextTick(p,A)}function v(A,E){return function(T,S){A.then(function(){if(E[c]){T(m(void 0,!0));return}E[l](T,S)},S)}}var x=Object.getPrototypeOf(function(){}),I=Object.setPrototypeOf((e={get stream(){return this[h]},next:function(){var E=this,T=this[a];if(T!==null)return Promise.reject(T);if(this[c])return Promise.resolve(m(void 0,!0));if(this[h].destroyed)return new Promise(function(B,W){process.nextTick(function(){E[a]?W(E[a]):B(m(void 0,!0))})});var S=this[f],N;if(S)N=new Promise(v(S,this));else{var M=this[h].read();if(M!==null)return Promise.resolve(m(M,!1));N=new Promise(this[l])}return this[f]=N,N}},t(e,Symbol.asyncIterator,function(){return this}),t(e,"return",function(){var E=this;return new Promise(function(T,S){E[h].destroy(null,function(N){if(N){S(N);return}T(m(void 0,!0))})})}),e),x),k=function(E){var T,S=Object.create(I,(T={},t(T,h,{value:E,writable:!0}),t(T,s,{value:null,writable:!0}),t(T,o,{value:null,writable:!0}),t(T,a,{value:null,writable:!0}),t(T,c,{value:E._readableState.endEmitted,writable:!0}),t(T,l,{value:function(M,B){var W=S[h].read();W?(S[f]=null,S[s]=null,S[o]=null,M(m(W,!1))):(S[s]=M,S[o]=B)},writable:!0}),T));return S[f]=null,i(E,function(N){if(N&&N.code!=="ERR_STREAM_PREMATURE_CLOSE"){var M=S[o];M!==null&&(S[f]=null,S[s]=null,S[o]=null,M(N)),S[a]=N;return}var B=S[s];B!==null&&(S[f]=null,S[s]=null,S[o]=null,B(m(void 0,!0))),S[c]=!0}),E.on("readable",g.bind(null,S)),S};return Do=k,Do}var jo,Uu;function Z1(){return Uu||(Uu=1,jo=function(){throw new Error("Readable.from is not available in the browser")}),jo}var Go,Nu;function vl(){if(Nu)return Go;Nu=1,Go=B;var e;B.ReadableState=M,pl.EventEmitter;var t=function(_,F){return _.listeners(F).length},r=yl,n=Jt.Buffer,i=(typeof yr<"u"?yr:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function s(w){return n.from(w)}function o(w){return n.isBuffer(w)||w instanceof i}var a=vc,c;a&&a.debuglog?c=a.debuglog("stream"):c=function(){};var f=x1(),l=ml,h=gl,m=h.getHighWaterMark,p=jr.codes,g=p.ERR_INVALID_ARG_TYPE,v=p.ERR_STREAM_PUSH_AFTER_EOF,x=p.ERR_METHOD_NOT_IMPLEMENTED,I=p.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,k,A,E;He(B,r);var T=l.errorOrDestroy,S=["error","close","destroy","pause","resume"];function N(w,_,F){if(typeof w.prependListener=="function")return w.prependListener(_,F);!w._events||!w._events[_]?w.on(_,F):Array.isArray(w._events[_])?w._events[_].unshift(F):w._events[_]=[F,w._events[_]]}function M(w,_,F){e=e||gn(),w=w||{},typeof F!="boolean"&&(F=_ instanceof e),this.objectMode=!!w.objectMode,F&&(this.objectMode=this.objectMode||!!w.readableObjectMode),this.highWaterMark=m(this,w,"readableHighWaterMark",F),this.buffer=new f,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=w.emitClose!==!1,this.autoDestroy=!!w.autoDestroy,this.destroyed=!1,this.defaultEncoding=w.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,w.encoding&&(k||(k=Es.StringDecoder),this.decoder=new k(w.encoding),this.encoding=w.encoding)}function B(w){if(e=e||gn(),!(this instanceof B))return new B(w);var _=this instanceof e;this._readableState=new M(w,this,_),this.readable=!0,w&&(typeof w.read=="function"&&(this._read=w.read),typeof w.destroy=="function"&&(this._destroy=w.destroy)),r.call(this)}Object.defineProperty(B.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(_){this._readableState&&(this._readableState.destroyed=_)}}),B.prototype.destroy=l.destroy,B.prototype._undestroy=l.undestroy,B.prototype._destroy=function(w,_){_(w)},B.prototype.push=function(w,_){var F=this._readableState,q;return F.objectMode?q=!0:typeof w=="string"&&(_=_||F.defaultEncoding,_!==F.encoding&&(w=n.from(w,_),_=""),q=!0),W(this,w,_,!1,q)},B.prototype.unshift=function(w){return W(this,w,null,!0,!1)};function W(w,_,F,q,ve){c("readableAddChunk",_);var ee=w._readableState;if(_===null)ee.reading=!1,ne(w,ee);else{var ae;if(ve||(ae=D(ee,_)),ae)T(w,ae);else if(ee.objectMode||_&&_.length>0)if(typeof _!="string"&&!ee.objectMode&&Object.getPrototypeOf(_)!==n.prototype&&(_=s(_)),q)ee.endEmitted?T(w,new I):L(w,ee,_,!0);else if(ee.ended)T(w,new v);else{if(ee.destroyed)return!1;ee.reading=!1,ee.decoder&&!F?(_=ee.decoder.write(_),ee.objectMode||_.length!==0?L(w,ee,_,!1):Te(w,ee)):L(w,ee,_,!1)}else q||(ee.reading=!1,Te(w,ee))}return!ee.ended&&(ee.length<ee.highWaterMark||ee.length===0)}function L(w,_,F,q){_.flowing&&_.length===0&&!_.sync?(_.awaitDrain=0,w.emit("data",F)):(_.length+=_.objectMode?1:F.length,q?_.buffer.unshift(F):_.buffer.push(F),_.needReadable&&he(w)),Te(w,_)}function D(w,_){var F;return!o(_)&&typeof _!="string"&&_!==void 0&&!w.objectMode&&(F=new g("chunk",["string","Buffer","Uint8Array"],_)),F}B.prototype.isPaused=function(){return this._readableState.flowing===!1},B.prototype.setEncoding=function(w){k||(k=Es.StringDecoder);var _=new k(w);this._readableState.decoder=_,this._readableState.encoding=this._readableState.decoder.encoding;for(var F=this._readableState.buffer.head,q="";F!==null;)q+=_.write(F.data),F=F.next;return this._readableState.buffer.clear(),q!==""&&this._readableState.buffer.push(q),this._readableState.length=q.length,this};var j=1073741824;function V(w){return w>=j?w=j:(w--,w|=w>>>1,w|=w>>>2,w|=w>>>4,w|=w>>>8,w|=w>>>16,w++),w}function X(w,_){return w<=0||_.length===0&&_.ended?0:_.objectMode?1:w!==w?_.flowing&&_.length?_.buffer.head.data.length:_.length:(w>_.highWaterMark&&(_.highWaterMark=V(w)),w<=_.length?w:_.ended?_.length:(_.needReadable=!0,0))}B.prototype.read=function(w){c("read",w),w=parseInt(w,10);var _=this._readableState,F=w;if(w!==0&&(_.emittedReadable=!1),w===0&&_.needReadable&&((_.highWaterMark!==0?_.length>=_.highWaterMark:_.length>0)||_.ended))return c("read: emitReadable",_.length,_.ended),_.length===0&&_.ended?H(this):he(this),null;if(w=X(w,_),w===0&&_.ended)return _.length===0&&H(this),null;var q=_.needReadable;c("need readable",q),(_.length===0||_.length-w<_.highWaterMark)&&(q=!0,c("length less than watermark",q)),_.ended||_.reading?(q=!1,c("reading or ended",q)):q&&(c("do read"),_.reading=!0,_.sync=!0,_.length===0&&(_.needReadable=!0),this._read(_.highWaterMark),_.sync=!1,_.reading||(w=X(F,_)));var ve;return w>0?ve=C(w,_):ve=null,ve===null?(_.needReadable=_.length<=_.highWaterMark,w=0):(_.length-=w,_.awaitDrain=0),_.length===0&&(_.ended||(_.needReadable=!0),F!==w&&_.ended&&H(this)),ve!==null&&this.emit("data",ve),ve};function ne(w,_){if(c("onEofChunk"),!_.ended){if(_.decoder){var F=_.decoder.end();F&&F.length&&(_.buffer.push(F),_.length+=_.objectMode?1:F.length)}_.ended=!0,_.sync?he(w):(_.needReadable=!1,_.emittedReadable||(_.emittedReadable=!0,_e(w)))}}function he(w){var _=w._readableState;c("emitReadable",_.needReadable,_.emittedReadable),_.needReadable=!1,_.emittedReadable||(c("emitReadable",_.flowing),_.emittedReadable=!0,process.nextTick(_e,w))}function _e(w){var _=w._readableState;c("emitReadable_",_.destroyed,_.length,_.ended),!_.destroyed&&(_.length||_.ended)&&(w.emit("readable"),_.emittedReadable=!1),_.needReadable=!_.flowing&&!_.ended&&_.length<=_.highWaterMark,O(w)}function Te(w,_){_.readingMore||(_.readingMore=!0,process.nextTick(We,w,_))}function We(w,_){for(;!_.reading&&!_.ended&&(_.length<_.highWaterMark||_.flowing&&_.length===0);){var F=_.length;if(c("maybeReadMore read 0"),w.read(0),F===_.length)break}_.readingMore=!1}B.prototype._read=function(w){T(this,new x("_read()"))},B.prototype.pipe=function(w,_){var F=this,q=this._readableState;switch(q.pipesCount){case 0:q.pipes=w;break;case 1:q.pipes=[q.pipes,w];break;default:q.pipes.push(w);break}q.pipesCount+=1,c("pipe count=%d opts=%j",q.pipesCount,_);var ve=(!_||_.end!==!1)&&w!==process.stdout&&w!==process.stderr,ee=ve?Zt:xr;q.endEmitted?process.nextTick(ee):F.once("end",ee),w.on("unpipe",ae);function ae(y,u){c("onunpipe"),y===F&&u&&u.hasUnpiped===!1&&(u.hasUnpiped=!0,qr())}function Zt(){c("onend"),w.end()}var zr=fe(F);w.on("drain",zr);var Sn=!1;function qr(){c("cleanup"),w.removeListener("close",Pn),w.removeListener("finish",ut),w.removeListener("drain",zr),w.removeListener("error",Er),w.removeListener("unpipe",ae),F.removeListener("end",Zt),F.removeListener("end",xr),F.removeListener("data",st),Sn=!0,q.awaitDrain&&(!w._writableState||w._writableState.needDrain)&&zr()}F.on("data",st);function st(y){c("ondata");var u=w.write(y);c("dest.write",u),u===!1&&((q.pipesCount===1&&q.pipes===w||q.pipesCount>1&&Z(q.pipes,w)!==-1)&&!Sn&&(c("false write response, pause",q.awaitDrain),q.awaitDrain++),F.pause())}function Er(y){c("onerror",y),xr(),w.removeListener("error",Er),t(w,"error")===0&&T(w,y)}N(w,"error",Er);function Pn(){w.removeListener("finish",ut),xr()}w.once("close",Pn);function ut(){c("onfinish"),w.removeListener("close",Pn),xr()}w.once("finish",ut);function xr(){c("unpipe"),F.unpipe(w)}return w.emit("pipe",F),q.flowing||(c("pipe resume"),F.resume()),w};function fe(w){return function(){var F=w._readableState;c("pipeOnDrain",F.awaitDrain),F.awaitDrain&&F.awaitDrain--,F.awaitDrain===0&&t(w,"data")&&(F.flowing=!0,O(w))}}B.prototype.unpipe=function(w){var _=this._readableState,F={hasUnpiped:!1};if(_.pipesCount===0)return this;if(_.pipesCount===1)return w&&w!==_.pipes?this:(w||(w=_.pipes),_.pipes=null,_.pipesCount=0,_.flowing=!1,w&&w.emit("unpipe",this,F),this);if(!w){var q=_.pipes,ve=_.pipesCount;_.pipes=null,_.pipesCount=0,_.flowing=!1;for(var ee=0;ee<ve;ee++)q[ee].emit("unpipe",this,{hasUnpiped:!1});return this}var ae=Z(_.pipes,w);return ae===-1?this:(_.pipes.splice(ae,1),_.pipesCount-=1,_.pipesCount===1&&(_.pipes=_.pipes[0]),w.emit("unpipe",this,F),this)},B.prototype.on=function(w,_){var F=r.prototype.on.call(this,w,_),q=this._readableState;return w==="data"?(q.readableListening=this.listenerCount("readable")>0,q.flowing!==!1&&this.resume()):w==="readable"&&!q.endEmitted&&!q.readableListening&&(q.readableListening=q.needReadable=!0,q.flowing=!1,q.emittedReadable=!1,c("on readable",q.length,q.reading),q.length?he(this):q.reading||process.nextTick(it,this)),F},B.prototype.addListener=B.prototype.on,B.prototype.removeListener=function(w,_){var F=r.prototype.removeListener.call(this,w,_);return w==="readable"&&process.nextTick(ye,this),F},B.prototype.removeAllListeners=function(w){var _=r.prototype.removeAllListeners.apply(this,arguments);return(w==="readable"||w===void 0)&&process.nextTick(ye,this),_};function ye(w){var _=w._readableState;_.readableListening=w.listenerCount("readable")>0,_.resumeScheduled&&!_.paused?_.flowing=!0:w.listenerCount("data")>0&&w.resume()}function it(w){c("readable nexttick read 0"),w.read(0)}B.prototype.resume=function(){var w=this._readableState;return w.flowing||(c("resume"),w.flowing=!w.readableListening,Qt(this,w)),w.paused=!1,this};function Qt(w,_){_.resumeScheduled||(_.resumeScheduled=!0,process.nextTick(Rt,w,_))}function Rt(w,_){c("resume",_.reading),_.reading||w.read(0),_.resumeScheduled=!1,w.emit("resume"),O(w),_.flowing&&!_.reading&&w.read(0)}B.prototype.pause=function(){return c("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(c("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function O(w){var _=w._readableState;for(c("flow",_.flowing);_.flowing&&w.read()!==null;);}B.prototype.wrap=function(w){var _=this,F=this._readableState,q=!1;w.on("end",function(){if(c("wrapped end"),F.decoder&&!F.ended){var ae=F.decoder.end();ae&&ae.length&&_.push(ae)}_.push(null)}),w.on("data",function(ae){if(c("wrapped data"),F.decoder&&(ae=F.decoder.write(ae)),!(F.objectMode&&ae==null)&&!(!F.objectMode&&(!ae||!ae.length))){var Zt=_.push(ae);Zt||(q=!0,w.pause())}});for(var ve in w)this[ve]===void 0&&typeof w[ve]=="function"&&(this[ve]=function(Zt){return function(){return w[Zt].apply(w,arguments)}}(ve));for(var ee=0;ee<S.length;ee++)w.on(S[ee],this.emit.bind(this,S[ee]));return this._read=function(ae){c("wrapped _read",ae),q&&(q=!1,w.resume())},this},typeof Symbol=="function"&&(B.prototype[Symbol.asyncIterator]=function(){return A===void 0&&(A=Q1()),A(this)}),Object.defineProperty(B.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(B.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(B.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(_){this._readableState&&(this._readableState.flowing=_)}}),B._fromList=C,Object.defineProperty(B.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function C(w,_){if(_.length===0)return null;var F;return _.objectMode?F=_.buffer.shift():!w||w>=_.length?(_.decoder?F=_.buffer.join(""):_.buffer.length===1?F=_.buffer.first():F=_.buffer.concat(_.length),_.buffer.clear()):F=_.buffer.consume(w,_.decoder),F}function H(w){var _=w._readableState;c("endReadable",_.endEmitted),_.endEmitted||(_.ended=!0,process.nextTick(K,_,w))}function K(w,_){if(c("endReadableNT",w.endEmitted,w.length),!w.endEmitted&&w.length===0&&(w.endEmitted=!0,_.readable=!1,_.emit("end"),w.autoDestroy)){var F=_._writableState;(!F||F.autoDestroy&&F.finished)&&_.destroy()}}typeof Symbol=="function"&&(B.from=function(w,_){return E===void 0&&(E=Z1()),E(B,w,_)});function Z(w,_){for(var F=0,q=w.length;F<q;F++)if(w[F]===_)return F;return-1}return Go}var El=Yt,Xs=jr.codes,ew=Xs.ERR_METHOD_NOT_IMPLEMENTED,tw=Xs.ERR_MULTIPLE_CALLBACK,rw=Xs.ERR_TRANSFORM_ALREADY_TRANSFORMING,nw=Xs.ERR_TRANSFORM_WITH_LENGTH_0,Js=gn();He(Yt,Js);function iw(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(n===null)return this.emit("error",new tw);r.writechunk=null,r.writecb=null,t!=null&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function Yt(e){if(!(this instanceof Yt))return new Yt(e);Js.call(this,e),this._transformState={afterTransform:iw.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&(typeof e.transform=="function"&&(this._transform=e.transform),typeof e.flush=="function"&&(this._flush=e.flush)),this.on("prefinish",sw)}function sw(){var e=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(t,r){Fu(e,t,r)}):Fu(this,null,null)}Yt.prototype.push=function(e,t){return this._transformState.needTransform=!1,Js.prototype.push.call(this,e,t)};Yt.prototype._transform=function(e,t,r){r(new ew("_transform()"))};Yt.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}};Yt.prototype._read=function(e){var t=this._transformState;t.writechunk!==null&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0};Yt.prototype._destroy=function(e,t){Js.prototype._destroy.call(this,e,function(r){t(r)})};function Fu(e,t,r){if(t)return e.emit("error",t);if(r!=null&&e.push(r),e._writableState.length)throw new nw;if(e._transformState.transforming)throw new rw;return e.push(null)}var ow=Ai,xl=El;He(Ai,xl);function Ai(e){if(!(this instanceof Ai))return new Ai(e);xl.call(this,e)}Ai.prototype._transform=function(e,t,r){r(null,e)};var zo;function aw(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}var Al=jr.codes,cw=Al.ERR_MISSING_ARGS,uw=Al.ERR_STREAM_DESTROYED;function $u(e){if(e)throw e}function fw(e){return e.setHeader&&typeof e.abort=="function"}function dw(e,t,r,n){n=aw(n);var i=!1;e.on("close",function(){i=!0}),zo===void 0&&(zo=xc),zo(e,{readable:t,writable:r},function(o){if(o)return n(o);i=!0,n()});var s=!1;return function(o){if(!i&&!s){if(s=!0,fw(e))return e.abort();if(typeof e.destroy=="function")return e.destroy();n(o||new uw("pipe"))}}}function Mu(e){e()}function lw(e,t){return e.pipe(t)}function hw(e){return!e.length||typeof e[e.length-1]!="function"?$u:e.pop()}function pw(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=hw(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new cw("streams");var i,s=t.map(function(o,a){var c=a<t.length-1,f=a>0;return dw(o,c,f,function(l){i||(i=l),l&&s.forEach(Mu),!c&&(s.forEach(Mu),n(i))})});return t.reduce(lw)}var yw=pw;(function(e,t){t=e.exports=vl(),t.Stream=t,t.Readable=t,t.Writable=wl(),t.Duplex=gn(),t.Transform=El,t.PassThrough=ow,t.finished=xc,t.pipeline=yw})(va,va.exports);var Sl=va.exports,xs=tt.Buffer,Pl=Sl.Transform,mw=He;function bw(e,t){if(!xs.isBuffer(e)&&typeof e!="string")throw new TypeError(t+" must be a string or a buffer")}function _r(e){Pl.call(this),this._block=xs.allocUnsafe(e),this._blockSize=e,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}mw(_r,Pl);_r.prototype._transform=function(e,t,r){var n=null;try{this.update(e,t)}catch(i){n=i}r(n)};_r.prototype._flush=function(e){var t=null;try{this.push(this.digest())}catch(r){t=r}e(t)};_r.prototype.update=function(e,t){if(bw(e,"Data"),this._finalized)throw new Error("Digest already called");xs.isBuffer(e)||(e=xs.from(e,t));for(var r=this._block,n=0;this._blockOffset+e.length-n>=this._blockSize;){for(var i=this._blockOffset;i<this._blockSize;)r[i++]=e[n++];this._update(),this._blockOffset=0}for(;n<e.length;)r[this._blockOffset++]=e[n++];for(var s=0,o=e.length*8;o>0;++s)this._length[s]+=o,o=this._length[s]/4294967296|0,o>0&&(this._length[s]-=4294967296*o);return this};_r.prototype._update=function(){throw new Error("_update is not implemented")};_r.prototype.digest=function(e){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var t=this._digest();e!==void 0&&(t=t.toString(e)),this._block.fill(0),this._blockOffset=0;for(var r=0;r<4;++r)this._length[r]=0;return t};_r.prototype._digest=function(){throw new Error("_digest is not implemented")};var gw=_r,ww=He,Tl=gw,_w=tt.Buffer,vw=new Array(16);function Qs(){Tl.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878}ww(Qs,Tl);Qs.prototype._update=function(){for(var e=vw,t=0;t<16;++t)e[t]=this._block.readInt32LE(t*4);var r=this._a,n=this._b,i=this._c,s=this._d;r=De(r,n,i,s,e[0],3614090360,7),s=De(s,r,n,i,e[1],3905402710,12),i=De(i,s,r,n,e[2],606105819,17),n=De(n,i,s,r,e[3],3250441966,22),r=De(r,n,i,s,e[4],4118548399,7),s=De(s,r,n,i,e[5],1200080426,12),i=De(i,s,r,n,e[6],2821735955,17),n=De(n,i,s,r,e[7],4249261313,22),r=De(r,n,i,s,e[8],1770035416,7),s=De(s,r,n,i,e[9],2336552879,12),i=De(i,s,r,n,e[10],4294925233,17),n=De(n,i,s,r,e[11],2304563134,22),r=De(r,n,i,s,e[12],1804603682,7),s=De(s,r,n,i,e[13],4254626195,12),i=De(i,s,r,n,e[14],2792965006,17),n=De(n,i,s,r,e[15],1236535329,22),r=je(r,n,i,s,e[1],4129170786,5),s=je(s,r,n,i,e[6],3225465664,9),i=je(i,s,r,n,e[11],643717713,14),n=je(n,i,s,r,e[0],3921069994,20),r=je(r,n,i,s,e[5],3593408605,5),s=je(s,r,n,i,e[10],38016083,9),i=je(i,s,r,n,e[15],3634488961,14),n=je(n,i,s,r,e[4],3889429448,20),r=je(r,n,i,s,e[9],568446438,5),s=je(s,r,n,i,e[14],3275163606,9),i=je(i,s,r,n,e[3],4107603335,14),n=je(n,i,s,r,e[8],1163531501,20),r=je(r,n,i,s,e[13],2850285829,5),s=je(s,r,n,i,e[2],4243563512,9),i=je(i,s,r,n,e[7],1735328473,14),n=je(n,i,s,r,e[12],2368359562,20),r=Ge(r,n,i,s,e[5],4294588738,4),s=Ge(s,r,n,i,e[8],2272392833,11),i=Ge(i,s,r,n,e[11],1839030562,16),n=Ge(n,i,s,r,e[14],4259657740,23),r=Ge(r,n,i,s,e[1],2763975236,4),s=Ge(s,r,n,i,e[4],1272893353,11),i=Ge(i,s,r,n,e[7],4139469664,16),n=Ge(n,i,s,r,e[10],3200236656,23),r=Ge(r,n,i,s,e[13],681279174,4),s=Ge(s,r,n,i,e[0],3936430074,11),i=Ge(i,s,r,n,e[3],3572445317,16),n=Ge(n,i,s,r,e[6],76029189,23),r=Ge(r,n,i,s,e[9],3654602809,4),s=Ge(s,r,n,i,e[12],3873151461,11),i=Ge(i,s,r,n,e[15],530742520,16),n=Ge(n,i,s,r,e[2],3299628645,23),r=ze(r,n,i,s,e[0],4096336452,6),s=ze(s,r,n,i,e[7],1126891415,10),i=ze(i,s,r,n,e[14],2878612391,15),n=ze(n,i,s,r,e[5],4237533241,21),r=ze(r,n,i,s,e[12],1700485571,6),s=ze(s,r,n,i,e[3],2399980690,10),i=ze(i,s,r,n,e[10],4293915773,15),n=ze(n,i,s,r,e[1],2240044497,21),r=ze(r,n,i,s,e[8],1873313359,6),s=ze(s,r,n,i,e[15],4264355552,10),i=ze(i,s,r,n,e[6],2734768916,15),n=ze(n,i,s,r,e[13],1309151649,21),r=ze(r,n,i,s,e[4],4149444226,6),s=ze(s,r,n,i,e[11],3174756917,10),i=ze(i,s,r,n,e[2],718787259,15),n=ze(n,i,s,r,e[9],3951481745,21),this._a=this._a+r|0,this._b=this._b+n|0,this._c=this._c+i|0,this._d=this._d+s|0};Qs.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=_w.allocUnsafe(16);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e};function Zs(e,t){return e<<t|e>>>32-t}function De(e,t,r,n,i,s,o){return Zs(e+(t&r|~t&n)+i+s|0,o)+t|0}function je(e,t,r,n,i,s,o){return Zs(e+(t&n|r&~n)+i+s|0,o)+t|0}function Ge(e,t,r,n,i,s,o){return Zs(e+(t^r^n)+i+s|0,o)+t|0}function ze(e,t,r,n,i,s,o){return Zs(e+(r^(t|~n))+i+s|0,o)+t|0}var Ew=Qs,As=tt.Buffer,kl=Sl.Transform,xw=He;function Aw(e,t){if(!As.isBuffer(e)&&typeof e!="string")throw new TypeError(t+" must be a string or a buffer")}function vr(e){kl.call(this),this._block=As.allocUnsafe(e),this._blockSize=e,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}xw(vr,kl);vr.prototype._transform=function(e,t,r){var n=null;try{this.update(e,t)}catch(i){n=i}r(n)};vr.prototype._flush=function(e){var t=null;try{this.push(this.digest())}catch(r){t=r}e(t)};vr.prototype.update=function(e,t){if(Aw(e,"Data"),this._finalized)throw new Error("Digest already called");As.isBuffer(e)||(e=As.from(e,t));for(var r=this._block,n=0;this._blockOffset+e.length-n>=this._blockSize;){for(var i=this._blockOffset;i<this._blockSize;)r[i++]=e[n++];this._update(),this._blockOffset=0}for(;n<e.length;)r[this._blockOffset++]=e[n++];for(var s=0,o=e.length*8;o>0;++s)this._length[s]+=o,o=this._length[s]/4294967296|0,o>0&&(this._length[s]-=4294967296*o);return this};vr.prototype._update=function(){throw new Error("_update is not implemented")};vr.prototype.digest=function(e){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var t=this._digest();e!==void 0&&(t=t.toString(e)),this._block.fill(0),this._blockOffset=0;for(var r=0;r<4;++r)this._length[r]=0;return t};vr.prototype._digest=function(){throw new Error("_digest is not implemented")};var Sw=vr,qo=Jt.Buffer,Pw=He,Il=Sw,Tw=new Array(16),Un=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],Nn=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],Fn=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],$n=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11],Mn=[0,1518500249,1859775393,2400959708,2840853838],Hn=[1352829926,1548603684,1836072691,2053994217,0];function eo(){Il.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}Pw(eo,Il);eo.prototype._update=function(){for(var e=Tw,t=0;t<16;++t)e[t]=this._block.readInt32LE(t*4);for(var r=this._a|0,n=this._b|0,i=this._c|0,s=this._d|0,o=this._e|0,a=this._a|0,c=this._b|0,f=this._c|0,l=this._d|0,h=this._e|0,m=0;m<80;m+=1){var p,g;m<16?(p=Hu(r,n,i,s,o,e[Un[m]],Mn[0],Fn[m]),g=zu(a,c,f,l,h,e[Nn[m]],Hn[0],$n[m])):m<32?(p=Du(r,n,i,s,o,e[Un[m]],Mn[1],Fn[m]),g=Gu(a,c,f,l,h,e[Nn[m]],Hn[1],$n[m])):m<48?(p=ju(r,n,i,s,o,e[Un[m]],Mn[2],Fn[m]),g=ju(a,c,f,l,h,e[Nn[m]],Hn[2],$n[m])):m<64?(p=Gu(r,n,i,s,o,e[Un[m]],Mn[3],Fn[m]),g=Du(a,c,f,l,h,e[Nn[m]],Hn[3],$n[m])):(p=zu(r,n,i,s,o,e[Un[m]],Mn[4],Fn[m]),g=Hu(a,c,f,l,h,e[Nn[m]],Hn[4],$n[m])),r=o,o=s,s=$r(i,10),i=n,n=p,a=h,h=l,l=$r(f,10),f=c,c=g}var v=this._b+i+l|0;this._b=this._c+s+h|0,this._c=this._d+o+a|0,this._d=this._e+r+c|0,this._e=this._a+n+f|0,this._a=v};eo.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=qo.alloc?qo.alloc(20):new qo(20);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e.writeInt32LE(this._e,16),e};function $r(e,t){return e<<t|e>>>32-t}function Hu(e,t,r,n,i,s,o,a){return $r(e+(t^r^n)+s+o|0,a)+i|0}function Du(e,t,r,n,i,s,o,a){return $r(e+(t&r|~t&n)+s+o|0,a)+i|0}function ju(e,t,r,n,i,s,o,a){return $r(e+((t|~r)^n)+s+o|0,a)+i|0}function Gu(e,t,r,n,i,s,o,a){return $r(e+(t&n|r&~n)+s+o|0,a)+i|0}function zu(e,t,r,n,i,s,o,a){return $r(e+(t^(r|~n))+s+o|0,a)+i|0}var kw=eo,Bl={exports:{}},Cl=tt.Buffer;function to(e,t){this._block=Cl.alloc(e),this._finalSize=t,this._blockSize=e,this._len=0}to.prototype.update=function(e,t){typeof e=="string"&&(t=t||"utf8",e=Cl.from(e,t));for(var r=this._block,n=this._blockSize,i=e.length,s=this._len,o=0;o<i;){for(var a=s%n,c=Math.min(i-o,n-a),f=0;f<c;f++)r[a+f]=e[o+f];s+=c,o+=c,s%n===0&&this._update(r)}return this._len+=i,this};to.prototype.digest=function(e){var t=this._len%this._blockSize;this._block[t]=128,this._block.fill(0,t+1),t>=this._finalSize&&(this._update(this._block),this._block.fill(0));var r=this._len*8;if(r<=4294967295)this._block.writeUInt32BE(r,this._blockSize-4);else{var n=(r&4294967295)>>>0,i=(r-n)/4294967296;this._block.writeUInt32BE(i,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var s=this._hash();return e?s.toString(e):s};to.prototype._update=function(){throw new Error("_update must be implemented by subclass")};var An=to,Iw=He,Ol=An,Bw=tt.Buffer,Cw=[1518500249,1859775393,-1894007588,-899497514],Ow=new Array(80);function $i(){this.init(),this._w=Ow,Ol.call(this,64,56)}Iw($i,Ol);$i.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function Rw(e){return e<<5|e>>>27}function Lw(e){return e<<30|e>>>2}function Uw(e,t,r,n){return e===0?t&r|~t&n:e===2?t&r|t&n|r&n:t^r^n}$i.prototype._update=function(e){for(var t=this._w,r=this._a|0,n=this._b|0,i=this._c|0,s=this._d|0,o=this._e|0,a=0;a<16;++a)t[a]=e.readInt32BE(a*4);for(;a<80;++a)t[a]=t[a-3]^t[a-8]^t[a-14]^t[a-16];for(var c=0;c<80;++c){var f=~~(c/20),l=Rw(r)+Uw(f,n,i,s)+o+t[c]+Cw[f]|0;o=s,s=i,i=Lw(n),n=r,r=l}this._a=r+this._a|0,this._b=n+this._b|0,this._c=i+this._c|0,this._d=s+this._d|0,this._e=o+this._e|0};$i.prototype._hash=function(){var e=Bw.allocUnsafe(20);return e.writeInt32BE(this._a|0,0),e.writeInt32BE(this._b|0,4),e.writeInt32BE(this._c|0,8),e.writeInt32BE(this._d|0,12),e.writeInt32BE(this._e|0,16),e};var Nw=$i,Fw=He,Rl=An,$w=tt.Buffer,Mw=[1518500249,1859775393,-1894007588,-899497514],Hw=new Array(80);function Mi(){this.init(),this._w=Hw,Rl.call(this,64,56)}Fw(Mi,Rl);Mi.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function Dw(e){return e<<1|e>>>31}function jw(e){return e<<5|e>>>27}function Gw(e){return e<<30|e>>>2}function zw(e,t,r,n){return e===0?t&r|~t&n:e===2?t&r|t&n|r&n:t^r^n}Mi.prototype._update=function(e){for(var t=this._w,r=this._a|0,n=this._b|0,i=this._c|0,s=this._d|0,o=this._e|0,a=0;a<16;++a)t[a]=e.readInt32BE(a*4);for(;a<80;++a)t[a]=Dw(t[a-3]^t[a-8]^t[a-14]^t[a-16]);for(var c=0;c<80;++c){var f=~~(c/20),l=jw(r)+zw(f,n,i,s)+o+t[c]+Mw[f]|0;o=s,s=i,i=Gw(n),n=r,r=l}this._a=r+this._a|0,this._b=n+this._b|0,this._c=i+this._c|0,this._d=s+this._d|0,this._e=o+this._e|0};Mi.prototype._hash=function(){var e=$w.allocUnsafe(20);return e.writeInt32BE(this._a|0,0),e.writeInt32BE(this._b|0,4),e.writeInt32BE(this._c|0,8),e.writeInt32BE(this._d|0,12),e.writeInt32BE(this._e|0,16),e};var qw=Mi,Vw=He,Ll=An,Ww=tt.Buffer,Kw=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],Yw=new Array(64);function Hi(){this.init(),this._w=Yw,Ll.call(this,64,56)}Vw(Hi,Ll);Hi.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this};function Xw(e,t,r){return r^e&(t^r)}function Jw(e,t,r){return e&t|r&(e|t)}function Qw(e){return(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)}function Zw(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)}function e2(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3}function t2(e){return(e>>>17|e<<15)^(e>>>19|e<<13)^e>>>10}Hi.prototype._update=function(e){for(var t=this._w,r=this._a|0,n=this._b|0,i=this._c|0,s=this._d|0,o=this._e|0,a=this._f|0,c=this._g|0,f=this._h|0,l=0;l<16;++l)t[l]=e.readInt32BE(l*4);for(;l<64;++l)t[l]=t2(t[l-2])+t[l-7]+e2(t[l-15])+t[l-16]|0;for(var h=0;h<64;++h){var m=f+Zw(o)+Xw(o,a,c)+Kw[h]+t[h]|0,p=Qw(r)+Jw(r,n,i)|0;f=c,c=a,a=o,o=s+m|0,s=i,i=n,n=r,r=m+p|0}this._a=r+this._a|0,this._b=n+this._b|0,this._c=i+this._c|0,this._d=s+this._d|0,this._e=o+this._e|0,this._f=a+this._f|0,this._g=c+this._g|0,this._h=f+this._h|0};Hi.prototype._hash=function(){var e=Ww.allocUnsafe(32);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e.writeInt32BE(this._h,28),e};var Ul=Hi,r2=He,n2=Ul,i2=An,s2=tt.Buffer,o2=new Array(64);function ro(){this.init(),this._w=o2,i2.call(this,64,56)}r2(ro,n2);ro.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this};ro.prototype._hash=function(){var e=s2.allocUnsafe(28);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e};var a2=ro,c2=He,Nl=An,u2=tt.Buffer,qu=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],f2=new Array(160);function Di(){this.init(),this._w=f2,Nl.call(this,128,112)}c2(Di,Nl);Di.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this};function Vu(e,t,r){return r^e&(t^r)}function Wu(e,t,r){return e&t|r&(e|t)}function Ku(e,t){return(e>>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)}function Yu(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)}function d2(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7}function l2(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)}function h2(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6}function p2(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)}function Le(e,t){return e>>>0<t>>>0?1:0}Di.prototype._update=function(e){for(var t=this._w,r=this._ah|0,n=this._bh|0,i=this._ch|0,s=this._dh|0,o=this._eh|0,a=this._fh|0,c=this._gh|0,f=this._hh|0,l=this._al|0,h=this._bl|0,m=this._cl|0,p=this._dl|0,g=this._el|0,v=this._fl|0,x=this._gl|0,I=this._hl|0,k=0;k<32;k+=2)t[k]=e.readInt32BE(k*4),t[k+1]=e.readInt32BE(k*4+4);for(;k<160;k+=2){var A=t[k-30],E=t[k-15*2+1],T=d2(A,E),S=l2(E,A);A=t[k-2*2],E=t[k-2*2+1];var N=h2(A,E),M=p2(E,A),B=t[k-7*2],W=t[k-7*2+1],L=t[k-16*2],D=t[k-16*2+1],j=S+W|0,V=T+B+Le(j,S)|0;j=j+M|0,V=V+N+Le(j,M)|0,j=j+D|0,V=V+L+Le(j,D)|0,t[k]=V,t[k+1]=j}for(var X=0;X<160;X+=2){V=t[X],j=t[X+1];var ne=Wu(r,n,i),he=Wu(l,h,m),_e=Ku(r,l),Te=Ku(l,r),We=Yu(o,g),fe=Yu(g,o),ye=qu[X],it=qu[X+1],Qt=Vu(o,a,c),Rt=Vu(g,v,x),O=I+fe|0,C=f+We+Le(O,I)|0;O=O+Rt|0,C=C+Qt+Le(O,Rt)|0,O=O+it|0,C=C+ye+Le(O,it)|0,O=O+j|0,C=C+V+Le(O,j)|0;var H=Te+he|0,K=_e+ne+Le(H,Te)|0;f=c,I=x,c=a,x=v,a=o,v=g,g=p+O|0,o=s+C+Le(g,p)|0,s=i,p=m,i=n,m=h,n=r,h=l,l=O+H|0,r=C+K+Le(l,O)|0}this._al=this._al+l|0,this._bl=this._bl+h|0,this._cl=this._cl+m|0,this._dl=this._dl+p|0,this._el=this._el+g|0,this._fl=this._fl+v|0,this._gl=this._gl+x|0,this._hl=this._hl+I|0,this._ah=this._ah+r+Le(this._al,l)|0,this._bh=this._bh+n+Le(this._bl,h)|0,this._ch=this._ch+i+Le(this._cl,m)|0,this._dh=this._dh+s+Le(this._dl,p)|0,this._eh=this._eh+o+Le(this._el,g)|0,this._fh=this._fh+a+Le(this._fl,v)|0,this._gh=this._gh+c+Le(this._gl,x)|0,this._hh=this._hh+f+Le(this._hl,I)|0};Di.prototype._hash=function(){var e=u2.allocUnsafe(64);function t(r,n,i){e.writeInt32BE(r,i),e.writeInt32BE(n,i+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e};var Fl=Di,y2=He,m2=Fl,b2=An,g2=tt.Buffer,w2=new Array(160);function no(){this.init(),this._w=w2,b2.call(this,128,112)}y2(no,m2);no.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this};no.prototype._hash=function(){var e=g2.allocUnsafe(48);function t(r,n,i){e.writeInt32BE(r,i),e.writeInt32BE(n,i+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),e};var _2=no,Gr=Bl.exports=function(t){t=t.toLowerCase();var r=Gr[t];if(!r)throw new Error(t+" is not supported (we accept pull requests)");return new r};Gr.sha=Nw;Gr.sha1=qw;Gr.sha224=a2;Gr.sha256=Ul;Gr.sha384=_2;Gr.sha512=Fl;var v2=Bl.exports,Pt=tt.Buffer,$l=vc.Transform,E2=Es.StringDecoder,x2=He;function bt(e){$l.call(this),this.hashMode=typeof e=="string",this.hashMode?this[e]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}x2(bt,$l);var A2=typeof Uint8Array<"u",S2=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&ArrayBuffer.isView&&(Pt.prototype instanceof Uint8Array||Pt.TYPED_ARRAY_SUPPORT);function P2(e,t){if(e instanceof Pt)return e;if(typeof e=="string")return Pt.from(e,t);if(S2&&ArrayBuffer.isView(e)){if(e.byteLength===0)return Pt.alloc(0);var r=Pt.from(e.buffer,e.byteOffset,e.byteLength);if(r.byteLength===e.byteLength)return r}if(A2&&e instanceof Uint8Array||Pt.isBuffer(e)&&e.constructor&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e))return Pt.from(e);throw new TypeError('The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView.')}bt.prototype.update=function(e,t,r){var n=P2(e,t),i=this._update(n);return this.hashMode?this:(r&&(i=this._toString(i,r)),i)};bt.prototype.setAutoPadding=function(){};bt.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")};bt.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")};bt.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")};bt.prototype._transform=function(e,t,r){var n;try{this.hashMode?this._update(e):this.push(this._update(e))}catch(i){n=i}finally{r(n)}};bt.prototype._flush=function(e){var t;try{this.push(this.__final())}catch(r){t=r}e(t)};bt.prototype._finalOrDigest=function(e){var t=this.__final()||Pt.alloc(0);return e&&(t=this._toString(t,e,!0)),t};bt.prototype._toString=function(e,t,r){if(this._decoder||(this._decoder=new E2(t),this._encoding=t),this._encoding!==t)throw new Error("can’t switch encodings");var n=this._decoder.write(e);return r&&(n+=this._decoder.end()),n};var T2=bt,k2=He,I2=Ew,B2=kw,C2=v2,Ml=T2;function io(e){Ml.call(this,"digest"),this._hash=e}k2(io,Ml);io.prototype._update=function(e){this._hash.update(e)};io.prototype._final=function(){return this._hash.digest()};var O2=function(t){return t=t.toLowerCase(),t==="md5"?new I2:t==="rmd160"||t==="ripemd160"?new B2:new io(C2(t))},rs=tt.Buffer;function R2(e){if(e.length>=255)throw new TypeError("Alphabet too long");for(var t=new Uint8Array(256),r=0;r<t.length;r++)t[r]=255;for(var n=0;n<e.length;n++){var i=e.charAt(n),s=i.charCodeAt(0);if(t[s]!==255)throw new TypeError(i+" is ambiguous");t[s]=n}var o=e.length,a=e.charAt(0),c=Math.log(o)/Math.log(256),f=Math.log(256)/Math.log(o);function l(p){if((Array.isArray(p)||p instanceof Uint8Array)&&(p=rs.from(p)),!rs.isBuffer(p))throw new TypeError("Expected Buffer");if(p.length===0)return"";for(var g=0,v=0,x=0,I=p.length;x!==I&&p[x]===0;)x++,g++;for(var k=(I-x)*f+1>>>0,A=new Uint8Array(k);x!==I;){for(var E=p[x],T=0,S=k-1;(E!==0||T<v)&&S!==-1;S--,T++)E+=256*A[S]>>>0,A[S]=E%o>>>0,E=E/o>>>0;if(E!==0)throw new Error("Non-zero carry");v=T,x++}for(var N=k-v;N!==k&&A[N]===0;)N++;for(var M=a.repeat(g);N<k;++N)M+=e.charAt(A[N]);return M}function h(p){if(typeof p!="string")throw new TypeError("Expected String");if(p.length===0)return rs.alloc(0);for(var g=0,v=0,x=0;p[g]===a;)v++,g++;for(var I=(p.length-g)*c+1>>>0,k=new Uint8Array(I);g<p.length;){var A=p.charCodeAt(g);if(A>255)return;var E=t[A];if(E===255)return;for(var T=0,S=I-1;(E!==0||T<x)&&S!==-1;S--,T++)E+=o*k[S]>>>0,k[S]=E%256>>>0,E=E/256>>>0;if(E!==0)throw new Error("Non-zero carry");x=T,g++}for(var N=I-x;N!==I&&k[N]===0;)N++;var M=rs.allocUnsafe(v+(I-N));M.fill(0,0,v);for(var B=v;N!==I;)M[B++]=k[N++];return M}function m(p){var g=h(p);if(g)return g;throw new Error("Non-base"+o+" character")}return{encode:l,decodeUnsafe:h,decode:m}}var L2=R2,U2=L2,N2="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",F2=U2(N2),Vo=F2,$2=tt.Buffer,M2=function(e){function t(s){var o=e(s);return Vo.encode($2.concat([s,o],s.length+4))}function r(s){var o=s.slice(0,-4),a=s.slice(-4),c=e(o);if(!(a[0]^c[0]|a[1]^c[1]|a[2]^c[2]|a[3]^c[3]))return o}function n(s){var o=Vo.decodeUnsafe(s);if(o)return r(o)}function i(s){var o=Vo.decode(s),a=r(o);if(!a)throw new Error("Invalid checksum");return a}return{encode:t,decode:i,decodeUnsafe:n}},Xu=O2,H2=M2;function D2(e){var t=Xu("sha256").update(e).digest();return Xu("sha256").update(t).digest()}var j2=H2(D2),xa=j2;function Hl(e,t){if(t!==void 0&&e[0]!==t)throw new Error("Invalid network version");if(e.length===33)return{version:e[0],privateKey:e.slice(1,33),compressed:!1};if(e.length!==34)throw new Error("Invalid WIF length");if(e[33]!==1)throw new Error("Invalid compression flag");return{version:e[0],privateKey:e.slice(1,33),compressed:!0}}function Aa(e,t,r){var n=new Buffer(r?34:33);return n.writeUInt8(e,0),t.copy(n,1),r&&(n[33]=1),n}function G2(e,t){return Hl(xa.decode(e),t)}function z2(e,t,r){return typeof e=="number"?xa.encode(Aa(e,t,r)):xa.encode(Aa(e.version,e.privateKey,e.compressed))}var q2={decode:G2,decodeRaw:Hl,encode:z2,encodeRaw:Aa},so={};Object.defineProperty(so,"__esModule",{value:!0});so.testEcc=void 0;const Y=e=>Buffer.from(e,"hex");function V2(e){be(e.isPoint(Y("0279be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"))),be(!e.isPoint(Y("030000000000000000000000000000000000000000000000000000000000000005"))),be(e.isPrivate(Y("79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"))),be(e.isPrivate(Y("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140"))),be(!e.isPrivate(Y("0000000000000000000000000000000000000000000000000000000000000000"))),be(!e.isPrivate(Y("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"))),be(!e.isPrivate(Y("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364142"))),be(Buffer.from(e.privateAdd(Y("0000000000000000000000000000000000000000000000000000000000000001"),Y("0000000000000000000000000000000000000000000000000000000000000000"))).equals(Y("0000000000000000000000000000000000000000000000000000000000000001"))),be(e.privateAdd(Y("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd036413e"),Y("0000000000000000000000000000000000000000000000000000000000000003"))===null),be(Buffer.from(e.privateAdd(Y("e211078564db65c3ce7704f08262b1f38f1ef412ad15b5ac2d76657a63b2c500"),Y("b51fbb69051255d1becbd683de5848242a89c229348dd72896a87ada94ae8665"))).equals(Y("9730c2ee69edbb958d42db7460bafa18fef9d955325aec99044c81c8282b0a24"))),be(Buffer.from(e.privateNegate(Y("0000000000000000000000000000000000000000000000000000000000000001"))).equals(Y("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140"))),be(Buffer.from(e.privateNegate(Y("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd036413e"))).equals(Y("0000000000000000000000000000000000000000000000000000000000000003"))),be(Buffer.from(e.privateNegate(Y("b1121e4088a66a28f5b6b0f5844943ecd9f610196d7bb83b25214b60452c09af"))).equals(Y("4eede1bf775995d70a494f0a7bb6bc11e0b8cccd41cce8009ab1132c8b0a3792"))),be(Buffer.from(e.pointCompress(Y("0479be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8"),!0)).equals(Y("0279be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"))),be(Buffer.from(e.pointCompress(Y("0479be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8"),!1)).equals(Y("0479be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8"))),be(Buffer.from(e.pointCompress(Y("0279be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),!0)).equals(Y("0279be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"))),be(Buffer.from(e.pointCompress(Y("0279be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),!1)).equals(Y("0479be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8"))),be(Buffer.from(e.pointFromScalar(Y("b1121e4088a66a28f5b6b0f5844943ecd9f610196d7bb83b25214b60452c09af"))).equals(Y("02b07ba9dca9523b7ef4bd97703d43d20399eb698e194704791a25ce77a400df99"))),be(e.xOnlyPointAddTweak(Y("79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Y("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140"))===null);let t=e.xOnlyPointAddTweak(Y("1617d38ed8d8657da4d4761e8057bc396ea9e4b9d29776d4be096016dbd2509b"),Y("a8397a935f0dfceba6ba9618f6451ef4d80637abf4e6af2669fbc9de6a8fd2ac"));be(Buffer.from(t.xOnlyPubkey).equals(Y("e478f99dab91052ab39a33ea35fd5e6e4933f4d28023cd597c9a1f6760346adf"))&&t.parity===1),t=e.xOnlyPointAddTweak(Y("2c0b7cf95324a07d05398b240174dc0c2be444d96b159aa6c7f7b1e668680991"),Y("823c3cd2142744b075a87eade7e1b8678ba308d566226a0056ca2b7a76f86b47")),be(Buffer.from(t.xOnlyPubkey).equals(Y("9534f8dc8c6deda2dc007655981c78b49c5d96c778fbf363462a11ec9dfd948c"))&&t.parity===0),be(Buffer.from(e.sign(Y("5e9f0a0d593efdcf78ac923bc3313e4e7d408d574354ee2b3288c0da9fbba6ed"),Y("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140"))).equals(Y("54c4a33c6423d689378f160a7ff8b61330444abb58fb470f96ea16d99d4a2fed07082304410efa6b2943111b6a4e0aaa7b7db55a07e9861d1fb3cb1f421044a5"))),be(e.verify(Y("5e9f0a0d593efdcf78ac923bc3313e4e7d408d574354ee2b3288c0da9fbba6ed"),Y("0379be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Y("54c4a33c6423d689378f160a7ff8b61330444abb58fb470f96ea16d99d4a2fed07082304410efa6b2943111b6a4e0aaa7b7db55a07e9861d1fb3cb1f421044a5"))),e.signSchnorr&&be(Buffer.from(e.signSchnorr(Y("7e2d58d8b3bcdf1abadec7829054f90dda9805aab56c77333024b9d0a508b75c"),Y("c90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b14e5c9"),Y("c87aa53824b4d7ae2eb035a2b5bbbccc080e76cdc6d1692c4b0b62d798e6d906"))).equals(Y("5831aaeed7b44bb74e5eab94ba9d4294c49bcf2a60728d8b4c200f50dd313c1bab745879a5ad954a72c45a91c3a51d3c7adea98d82f8481e0e1e03674a6f3fb7"))),e.verifySchnorr&&be(e.verifySchnorr(Y("7e2d58d8b3bcdf1abadec7829054f90dda9805aab56c77333024b9d0a508b75c"),Y("dd308afec5777e13121fa72b9cc1b7cc0139715309b086c960e18fd969774eb8"),Y("5831aaeed7b44bb74e5eab94ba9d4294c49bcf2a60728d8b4c200f50dd313c1bab745879a5ad954a72c45a91c3a51d3c7adea98d82f8481e0e1e03674a6f3fb7")))}so.testEcc=V2;function be(e){if(!e)throw new Error("ecc library invalid")}Object.defineProperty(mn,"__esModule",{value:!0});mn.ECPairFactory=mn.networks=void 0;const Sa=bn;mn.networks=Sa;const Je=sl,W2=p1,Ju=q2,K2=so,Wo=Je.typeforce.maybe(Je.typeforce.compile({compressed:Je.maybe(Je.Boolean),network:Je.maybe(Je.Network)})),Y2=e=>e.length===32?e:e.slice(1,33);function X2(e){(0,K2.testEcc)(e);function t(a){return e.isPoint(a)}function r(a,c){if(Je.typeforce(Je.Buffer256bit,a),!e.isPrivate(a))throw new TypeError("Private key not in range [1, n)");return Je.typeforce(Wo,c),new o(a,void 0,c)}function n(a,c){return Je.typeforce(e.isPoint,a),Je.typeforce(Wo,c),new o(void 0,a,c)}function i(a,c){const f=Ju.decode(a),l=f.version;if(Je.Array(c)){if(c=c.filter(h=>l===h.wif).pop(),!c)throw new Error("Unknown network version")}else if(c=c||Sa.bitcoin,l!==c.wif)throw new Error("Invalid network version");return r(f.privateKey,{compressed:f.compressed,network:c})}function s(a){Je.typeforce(Wo,a),a===void 0&&(a={});const c=a.rng||W2;let f;do f=c(32),Je.typeforce(Je.Buffer256bit,f);while(!e.isPrivate(f));return r(f,a)}class o{constructor(c,f,l){Vr(this,"__D");Vr(this,"__Q");Vr(this,"compressed");Vr(this,"network");Vr(this,"lowR");this.__D=c,this.__Q=f,this.lowR=!1,l===void 0&&(l={}),this.compressed=l.compressed===void 0?!0:l.compressed,this.network=l.network||Sa.bitcoin,f!==void 0&&(this.__Q=Buffer.from(e.pointCompress(f,this.compressed)))}get privateKey(){return this.__D}get publicKey(){if(!this.__Q){const c=e.pointFromScalar(this.__D,this.compressed);this.__Q=Buffer.from(c)}return this.__Q}toWIF(){if(!this.__D)throw new Error("Missing private key");return Ju.encode(this.network.wif,this.__D,this.compressed)}tweak(c){return this.privateKey?this.tweakFromPrivateKey(c):this.tweakFromPublicKey(c)}sign(c,f){if(!this.__D)throw new Error("Missing private key");if(f===void 0&&(f=this.lowR),f===!1)return Buffer.from(e.sign(c,this.__D));{let l=e.sign(c,this.__D);const h=Buffer.alloc(32,0);let m=0;for(;l[0]>127;)m++,h.writeUIntLE(m,0,6),l=e.sign(c,this.__D,h);return Buffer.from(l)}}signSchnorr(c){if(!this.privateKey)throw new Error("Missing private key");if(!e.signSchnorr)throw new Error("signSchnorr not supported by ecc library");return Buffer.from(e.signSchnorr(c,this.privateKey))}verify(c,f){return e.verify(c,this.publicKey,f)}verifySchnorr(c,f){if(!e.verifySchnorr)throw new Error("verifySchnorr not supported by ecc library");return e.verifySchnorr(c,this.publicKey.subarray(1,33),f)}tweakFromPublicKey(c){const f=Y2(this.publicKey),l=e.xOnlyPointAddTweak(f,c);if(!l||l.xOnlyPubkey===null)throw new Error("Cannot tweak public key!");const h=Buffer.from([l.parity===0?2:3]);return n(Buffer.concat([h,l.xOnlyPubkey]),{network:this.network,compressed:this.compressed})}tweakFromPrivateKey(c){const l=this.publicKey[0]===3||this.publicKey[0]===4&&(this.publicKey[64]&1)===1?e.privateNegate(this.privateKey):this.privateKey,h=e.privateAdd(l,c);if(!h)throw new Error("Invalid tweaked private key!");return r(Buffer.from(h),{network:this.network,compressed:this.compressed})}}return{isPoint:t,fromPrivateKey:r,fromPublicKey:n,fromWIF:i,makeRandom:s}}mn.ECPairFactory=X2;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.networks=e.ECPairFactory=e.default=void 0;var t=mn;Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t.ECPairFactory}}),Object.defineProperty(e,"ECPairFactory",{enumerable:!0,get:function(){return t.ECPairFactory}}),Object.defineProperty(e,"networks",{enumerable:!0,get:function(){return t.networks}})})(il);const J2=db(il);class Si extends z.EventBroker{get isInitialized(){return!!this.digestKey}constructor(t,r){super(),this.digestKey=t,this.walletClient=r}static fromDigestKey(t){return new Si(Pr(t))}static fromWalletClient(t){return new Si(void 0,t)}async initialize(){if(this.digestKey)return ie("Already initialized");const t=await this.deriveDigestKeyFromWalletClient();return t.error?G(t.error):(this.emit("initialized",!0),ie("Initialized"))}async deriveDigestKeyFromWalletClient(){if(!this.walletClient)return G("No walletClient found");if(!this.walletClient.account)return G("No account found");try{const t=await this.walletClient.signTypedData({account:this.walletClient.account,types:{EIP712Domain:[{name:"name",type:"string"},{name:"version",type:"string"}],Data:[{name:"Message",type:"string"},{name:"Version",type:"string"},{name:"Nonce",type:"uint256"}]},domain:{name:"GARDEN FINANCE",version:"1"},primaryType:"Data",message:{Message:"Initialize your account",Version:"1.0.2",Nonce:1n}});return this.digestKey=Pr(Gn(t)),this.emit("initialized",!0),ie(this.digestKey)}catch(t){return G("Failed to initialize: "+t)}}async getDigestKey(){if(!this.digestKey&&!this.walletClient)return G("No private key or wallet client found");if(!this.digestKey&&this.walletClient){const t=await this.deriveDigestKeyFromWalletClient();if(t.error)return G(t.error)}return this.digestKey?ie(this.digestKey):G("No private key found")}async generateSecret(t){const r=await this.signMessage(t);if(r.error)return G(r.error);const n=Gn(z.with0x(r.val)),i=Gn(n);return ie({secret:n,secretHash:i})}async signMessage(t){if(!this.digestKey){const f=await this.getDigestKey();if(f.error)return G(f.error);this.digestKey=f.val}const r=J2(Br),n="Garden.fi"+t.toString(),i=Buffer.from(n,"utf8"),s=Gn(i),o=Buffer.from(Pr(this.digestKey),"hex");if(o.length!==32)return G("Invalid private key length. Expected 32 bytes.");const c=r.fromPrivateKey(o).sign(Buffer.from(Pr(s),"hex"));return ie(c.toString("hex"))}}const Qu=[{inputs:[{internalType:"address",name:"token_",type:"address"},{internalType:"string",name:"name",type:"string"},{internalType:"string",name:"version",type:"string"}],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"InvalidShortString",type:"error"},{inputs:[{internalType:"string",name:"str",type:"string"}],name:"StringTooLong",type:"error"},{anonymous:!1,inputs:[],name:"EIP712DomainChanged",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"bytes32",name:"orderID",type:"bytes32"},{indexed:!0,internalType:"bytes32",name:"secretHash",type:"bytes32"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"}],name:"Initiated",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"bytes32",name:"orderID",type:"bytes32"},{indexed:!0,internalType:"bytes32",name:"secretHash",type:"bytes32"},{indexed:!1,internalType:"bytes",name:"secret",type:"bytes"}],name:"Redeemed",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"bytes32",name:"orderID",type:"bytes32"}],name:"Refunded",type:"event"},{inputs:[],name:"eip712Domain",outputs:[{internalType:"bytes1",name:"fields",type:"bytes1"},{internalType:"string",name:"name",type:"string"},{internalType:"string",name:"version",type:"string"},{internalType:"uint256",name:"chainId",type:"uint256"},{internalType:"address",name:"verifyingContract",type:"address"},{internalType:"bytes32",name:"salt",type:"bytes32"},{internalType:"uint256[]",name:"extensions",type:"uint256[]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"redeemer",type:"address"},{internalType:"uint256",name:"timelock",type:"uint256"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"bytes32",name:"secretHash",type:"bytes32"}],name:"initiate",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"redeemer",type:"address"},{internalType:"uint256",name:"timelock",type:"uint256"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"bytes32",name:"secretHash",type:"bytes32"},{internalType:"bytes",name:"signature",type:"bytes"}],name:"initiateWithSignature",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"bytes32",name:"orderID",type:"bytes32"},{internalType:"bytes",name:"signature",type:"bytes"}],name:"instantRefund",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"address",name:"redeemer",type:"address"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"bytes32",name:"secretHash",type:"bytes32"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct HTLC.InitWithSig[]",name:"inits",type:"tuple[]"},{components:[{internalType:"bytes32",name:"orderID",type:"bytes32"},{internalType:"bytes",name:"secret",type:"bytes"}],internalType:"struct HTLC.Redeem[]",name:"redeems",type:"tuple[]"},{components:[{internalType:"bytes32",name:"orderID",type:"bytes32"}],internalType:"struct HTLC.Refund[]",name:"refunds",type:"tuple[]"}],name:"multicall",outputs:[{internalType:"bool[]",name:"results",type:"bool[]"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"bytes32",name:"",type:"bytes32"}],name:"orders",outputs:[{internalType:"bool",name:"isFulfilled",type:"bool"},{internalType:"address",name:"initiator",type:"address"},{internalType:"address",name:"redeemer",type:"address"},{internalType:"uint256",name:"initiatedAt",type:"uint256"},{internalType:"uint256",name:"timelock",type:"uint256"},{internalType:"uint256",name:"amount",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes32",name:"orderID",type:"bytes32"},{internalType:"bytes",name:"secret",type:"bytes"}],name:"redeem",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"bytes32",name:"orderID",type:"bytes32"}],name:"refund",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"token",outputs:[{internalType:"contract IERC20",name:"",type:"address"}],stateMutability:"view",type:"function"}],Q2={gasPriceOracle:{address:"0x420000000000000000000000000000000000000F"},l1Block:{address:"0x4200000000000000000000000000000000000015"},l2CrossDomainMessenger:{address:"0x4200000000000000000000000000000000000007"},l2Erc721Bridge:{address:"0x4200000000000000000000000000000000000014"},l2StandardBridge:{address:"0x4200000000000000000000000000000000000010"},l2ToL1MessagePasser:{address:"0x4200000000000000000000000000000000000016"}},Z2={block:Xp({format(e){var r;return{transactions:(r=e.transactions)==null?void 0:r.map(n=>{if(typeof n=="string")return n;const i=za(n);return i.typeHex==="0x7e"&&(i.isSystemTx=n.isSystemTx,i.mint=n.mint?lt(n.mint):void 0,i.sourceHash=n.sourceHash,i.type="deposit"),i}),stateRoot:e.stateRoot}}}),transaction:Kp({format(e){const t={};return e.type==="0x7e"&&(t.isSystemTx=e.isSystemTx,t.mint=e.mint?lt(e.mint):void 0,t.sourceHash=e.sourceHash,t.type="deposit"),t}}),transactionReceipt:Dy({format(e){return{l1GasPrice:e.l1GasPrice?lt(e.l1GasPrice):null,l1GasUsed:e.l1GasUsed?lt(e.l1GasUsed):null,l1Fee:e.l1Fee?lt(e.l1Fee):null,l1FeeScalar:e.l1FeeScalar?Number(e.l1FeeScalar):null}}})};function e_(e,t){return n_(e)?r_(e):am(e,t)}const t_={transaction:e_};function r_(e){i_(e);const{sourceHash:t,data:r,from:n,gas:i,isSystemTx:s,mint:o,to:a,value:c}=e,f=[t,n,a??"0x",o?J(o):"0x",c?J(c):"0x",i?J(i):"0x",s?"0x1":"0x",r??"0x"];return Ct(["0x7e",pr(f)])}function n_(e){return e.type==="deposit"||typeof e.sourceHash<"u"}function i_(e){const{from:t,to:r}=e;if(t&&!Ue(t))throw new et({address:t});if(r&&!Ue(r))throw new et({address:r})}const Ss={contracts:Q2,formatters:Z2,serializers:t_},s_=Ot({id:42161,name:"Arbitrum One",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Arbiscan",url:"https://arbiscan.io",apiUrl:"https://api.arbiscan.io/api"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:7654707}}}),o_=Ot({id:421614,name:"Arbitrum Sepolia",nativeCurrency:{name:"Arbitrum Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia-rollup.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Arbiscan",url:"https://sepolia.arbiscan.io",apiUrl:"https://api-sepolia.arbiscan.io/api"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:81930}},testnet:!0}),Dn=1,a_=Ot({...Ss,id:8453,name:"Base",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://mainnet.base.org"]}},blockExplorers:{default:{name:"Basescan",url:"https://basescan.org",apiUrl:"https://api.basescan.org/api"}},contracts:{...Ss.contracts,disputeGameFactory:{[Dn]:{address:"0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e"}},l2OutputOracle:{[Dn]:{address:"0x56315b90c40730925ec5485cf004d835058518A0"}},multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:5022},portal:{[Dn]:{address:"0x49048044D57e1C92A77f79988d21Fa8fAF74E97e",blockCreated:17482143}},l1StandardBridge:{[Dn]:{address:"0x3154Cf16ccdb4C6d922629664174b904d80F2C35",blockCreated:17482143}}},sourceId:Dn}),jn=11155111,c_=Ot({...Ss,id:84532,network:"base-sepolia",name:"Base Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia.base.org"]}},blockExplorers:{default:{name:"Basescan",url:"https://sepolia.basescan.org",apiUrl:"https://api-sepolia.basescan.org/api"}},contracts:{...Ss.contracts,disputeGameFactory:{[jn]:{address:"0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1"}},l2OutputOracle:{[jn]:{address:"0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254"}},portal:{[jn]:{address:"0x49f53e41452c74589e85ca1677426ba426459e85",blockCreated:4446677}},l1StandardBridge:{[jn]:{address:"0xfd0Bf71F60660E2f608ed56e1659C450eB113120",blockCreated:4446677}},multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:1059647}},testnet:!0,sourceId:jn}),u_=Ot({id:80094,name:"Berachain",nativeCurrency:{decimals:18,name:"BERA Token",symbol:"BERA"},contracts:{multicall3:{address:"0xcA11bde05977b3631167028862bE2a173976CA11",blockCreated:0},ensRegistry:{address:"0x5b22280886a2f5e09a49bea7e320eab0e5320e28",blockCreated:877007},ensUniversalResolver:{address:"0xddfb18888a9466688235887dec2a10c4f5effee9",blockCreated:877008}},rpcUrls:{default:{http:["https://rpc.berachain.com"]}},blockExplorers:{default:{name:"Berascan",url:"https://berascan.com"}},ensTlds:[".bera"],testnet:!1}),f_=Ot({id:80084,name:"Berachain bArtio",nativeCurrency:{decimals:18,name:"BERA Token",symbol:"BERA"},contracts:{multicall3:{address:"0xcA11bde05977b3631167028862bE2a173976CA11",blockCreated:109269},ensRegistry:{address:"0xB0eef18971290b333450586D33dcA6cE122651D2",blockCreated:7736794},ensUniversalResolver:{address:"0x41692Ef1EA0C79E6b73077E4A67572D2BDbD7057",blockCreated:7736795}},ensTlds:[".bera"],rpcUrls:{default:{http:["https://bartio.rpc.berachain.com"]}},blockExplorers:{default:{name:"Berachain bArtio Beratrail",url:"https://bartio.beratrail.io"}},testnet:!0}),d_=Ot({id:5115,name:"Citrea Testnet",nativeCurrency:{name:"cBTC",symbol:"cBTC",decimals:18},rpcUrls:{default:{http:["https://rpc.testnet.citrea.xyz"]}},blockExplorers:{default:{name:"Citrea Explorer",url:"https://explorer.testnet.citrea.xyz",apiUrl:"https://explorer.testnet.citrea.xyz/api"}},testnet:!0}),l_=Ot({id:1,name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://eth.merkle.io"]}},blockExplorers:{default:{name:"Etherscan",url:"https://etherscan.io",apiUrl:"https://api.etherscan.io/api"}},contracts:{ensRegistry:{address:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"},ensUniversalResolver:{address:"0xce01f8eee7E479C928F8919abD53E553a36CeF67",blockCreated:19258213},multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:14353601}}}),h_=Ot({id:10143,name:"Monad Testnet",nativeCurrency:{name:"Testnet MON Token",symbol:"MON",decimals:18},rpcUrls:{default:{http:["https://testnet-rpc.monad.xyz"]}},blockExplorers:{default:{name:"Monad Testnet explorer",url:"https://testnet.monadexplorer.com"}},contracts:{multicall3:{address:"0xcA11bde05977b3631167028862bE2a173976CA11",blockCreated:251449}},testnet:!0}),p_=Ot({id:11155111,name:"Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia.drpc.org"]}},blockExplorers:{default:{name:"Etherscan",url:"https://sepolia.etherscan.io",apiUrl:"https://api-sepolia.etherscan.io/api"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:751532},ensRegistry:{address:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"},ensUniversalResolver:{address:"0xc8Af999e38273D658BE1b921b88A9Ddf005769cC",blockCreated:5317080}},testnet:!0}),y_={...p_,rpcUrls:{default:{http:["https://ethereum-sepolia-rpc.publicnode.com"]}}},Dl={id:998,name:"Hyperliquid EVM Testnet",nativeCurrency:{name:"Hyperliquid",symbol:"HYPE",decimals:18},blockExplorers:{default:{name:"Hyperliquid Explorer",url:"https://testnet.purrsec.com/"}},rpcUrls:{default:{http:["https://rpc.hyperliquid-testnet.xyz/evm"]}}},jl={id:999,name:"HyperEVM",nativeCurrency:{name:"Hyperliquid",symbol:"HYPE",decimals:18},blockExplorers:{default:{name:"Hyperliquid Explorer",url:"https://hyperscan.gas.zip/"}},rpcUrls:{default:{http:["https://rpc.hyperliquid.xyz/evm"]}}},Gl={ethereum:l_,arbitrum:s_,ethereum_sepolia:y_,arbitrum_sepolia:o_,ethereum_localnet:ge.EthereumLocalnet,arbitrum_localnet:ge.ArbitrumLocalnet,base_sepolia:c_,base:a_,bera_testnet:f_,citrea_testnet:d_,bera:u_,monad_testnet:h_,hyperliquid_testnet:Dl,hyperliquid:jl},zl=async(e,t)=>{var n;const r=Gl[e];if(r)try{if(r.id===((n=t.chain)==null?void 0:n.id))return ie({message:"Already on the network",walletClient:t});await t.switchChain({id:r.id});const i=tu({account:t.account,chain:r,transport:Qc(t.transport)});return ie({message:"Switched chain",walletClient:i})}catch(i){if(m_(i))try{await t.addChain({chain:r});const s=tu({account:t.account,chain:r,transport:Qc(t.transport)});return ie({message:"Added network",walletClient:s})}catch(s){return G("Failed to add network",s)}else return G("Failed to switch network")}else return G("Chain not supported")},m_=e=>typeof e=="object"&&e!==null&&"code"in e&&e.code===4902,b_=[{inputs:[{internalType:"string",name:"name",type:"string"},{internalType:"string",name:"version",type:"string"}],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"InvalidShortString",type:"error"},{inputs:[],name:"NativeHTLC__DuplicateOrder",type:"error"},{inputs:[],name:"NativeHTLC__IncorrectFundsRecieved",type:"error"},{inputs:[],name:"NativeHTLC__IncorrectSecret",type:"error"},{inputs:[],name:"NativeHTLC__InsufficientBalance",type:"error"},{inputs:[],name:"NativeHTLC__InvalidRedeemerSignature",type:"error"},{inputs:[],name:"NativeHTLC__OrderFulfilled",type:"error"},{inputs:[],name:"NativeHTLC__OrderNotExpired",type:"error"},{inputs:[],name:"NativeHTLC__OrderNotInitiated",type:"error"},{inputs:[],name:"NativeHTLC__SameInitiatorAndRedeemer",type:"error"},{inputs:[],name:"NativeHTLC__ZeroAddressInitiator",type:"error"},{inputs:[],name:"NativeHTLC__ZeroAddressRedeemer",type:"error"},{inputs:[],name:"NativeHTLC__ZeroAmount",type:"error"},{inputs:[],name:"NativeHTLC__ZeroTimelock",type:"error"},{inputs:[{internalType:"string",name:"str",type:"string"}],name:"StringTooLong",type:"error"},{anonymous:!1,inputs:[],name:"EIP712DomainChanged",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"bytes32",name:"orderID",type:"bytes32"},{indexed:!0,internalType:"bytes32",name:"secretHash",type:"bytes32"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"}],name:"Initiated",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"bytes32",name:"orderID",type:"bytes32"},{indexed:!0,internalType:"bytes32",name:"secretHash",type:"bytes32"},{indexed:!1,internalType:"bytes",name:"secret",type:"bytes"}],name:"Redeemed",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"bytes32",name:"orderID",type:"bytes32"}],name:"Refunded",type:"event"},{inputs:[],name:"eip712Domain",outputs:[{internalType:"bytes1",name:"fields",type:"bytes1"},{internalType:"string",name:"name",type:"string"},{internalType:"string",name:"version",type:"string"},{internalType:"uint256",name:"chainId",type:"uint256"},{internalType:"address",name:"verifyingContract",type:"address"},{internalType:"bytes32",name:"salt",type:"bytes32"},{internalType:"uint256[]",name:"extensions",type:"uint256[]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address payable",name:"redeemer",type:"address"},{internalType:"uint256",name:"timelock",type:"uint256"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"bytes32",name:"secretHash",type:"bytes32"}],name:"initiate",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address payable",name:"initiator",type:"address"},{internalType:"address payable",name:"redeemer",type:"address"},{internalType:"uint256",name:"timelock",type:"uint256"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"bytes32",name:"secretHash",type:"bytes32"}],name:"initiateOnBehalf",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"bytes32",name:"orderID",type:"bytes32"},{internalType:"bytes",name:"signature",type:"bytes"}],name:"instantRefund",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"bytes32",name:"orderID",type:"bytes32"}],name:"instantRefundDigest",outputs:[{internalType:"bytes32",name:"",type:"bytes32"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes32",name:"",type:"bytes32"}],name:"orders",outputs:[{internalType:"bool",name:"isFulfilled",type:"bool"},{internalType:"address payable",name:"initiator",type:"address"},{internalType:"address payable",name:"redeemer",type:"address"},{internalType:"uint256",name:"initiatedAt",type:"uint256"},{internalType:"uint256",name:"timelock",type:"uint256"},{internalType:"uint256",name:"amount",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes32",name:"orderID",type:"bytes32"},{internalType:"bytes",name:"secret",type:"bytes"}],name:"redeem",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"bytes32",name:"orderID",type:"bytes32"}],name:"refund",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"token",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"}];class ql{constructor(t,r,n){this.url=new z.Url("/relayer",t),this.auth=n,this.wallet=r}get htlcActorAddress(){if(!this.wallet.account)throw new Error("No account found");return this.wallet.account.address}async initiate(t){if(!this.wallet.account)return z.Err("No account found");if(this.wallet.account.address.toLowerCase()!==t.source_swap.initiator.toLowerCase())return z.Err("Account address and order initiator mismatch");if(!ge.isEVM(t.source_swap.chain))return z.Err("Source chain is not an EVM chain");const r=await zl(t.source_swap.chain,this.wallet);if(r.error)return z.Err(r.error);if(this.wallet=r.val.walletClient,!this.wallet.account)return z.Err("No account found");const{create_order:n,source_swap:i}=t;if(!i.amount||!i.redeemer||!n.timelock||!n.secret_hash)return z.Err("Invalid order");const s=z.with0x(n.secret_hash),o=BigInt(n.timelock),a=z.with0x(i.redeemer),c=BigInt(i.amount),f=await this.getTokenAddress(t.source_swap.asset);return f.error?z.Err(f.error):ge.isEvmNativeToken(t.source_swap.chain,f.val)?this._initiateOnNativeHTLC(s,o,c,a,t.source_swap.asset):this._initiateOnErc20HTLC(s,o,c,a,t.source_swap.asset,f.val,n.create_id)}async getTokenAddress(t){try{const n=await wo({address:z.with0x(t),abi:Qu,client:this.wallet}).read.token();return z.Ok(n)}catch(r){return z.Err("Failed to get token address",String(r))}}async _initiateOnNativeHTLC(t,r,n,i,s){if(!this.wallet.account)return z.Err("No account found");try{const a=await wo({address:z.with0x(s),abi:b_,client:this.wallet}).write.initiate([i,r,n,t],{account:this.wallet.account,chain:this.wallet.chain,value:n});return z.Ok(a)}catch(o){return z.Err("Failed to initiate on native HTLC",String(o))}}async _initiateOnErc20HTLC(t,r,n,i,s,o,a){if(!this.wallet.account)return z.Err("No account found");try{const c=await this.auth.getAuthHeaders();if(c.error)return z.Err(c.error);const f=wo({address:z.with0x(s),abi:Qu,client:this.wallet}),l=await z.checkAllowanceAndApprove(Number(n),o,s,this.wallet);if(l.error)return z.Err(l.error);const h=await f.read.eip712Domain(),m=await this.wallet.signTypedData({account:this.wallet.account,domain:{name:h[1],version:h[2],chainId:Number(h[3]),verifyingContract:h[4]},types:{Initiate:[{name:"redeemer",type:"address"},{name:"timelock",type:"uint256"},{name:"amount",type:"uint256"},{name:"secretHash",type:"bytes32"}]},primaryType:"Initiate",message:{redeemer:i,timelock:r,amount:n,secretHash:t}}),p={...c.val,"Content-Type":"application/json"},g=await Dt.post(this.url.endpoint("initiate"),{body:JSON.stringify({order_id:a,signature:m,perform_on:"Source"}),headers:p});return g.error?z.Err(g.error):g.result?z.Ok(g.result):z.Err("Init: No result found")}catch(c){return console.log("init error :",c),z.Err(String(c))}}async redeem(t,r){try{const n=await this.auth.getAuthHeaders();if(n.error)return z.Err(n.error);const i=await Dt.post(this.url.endpoint("redeem"),{body:JSON.stringify({order_id:t.create_order.create_id,secret:Pr(r),perform_on:"Destination"}),headers:{...n.val,"Content-Type":"application/json"}});return i.error?z.Err(i.error):i.result?z.Ok(i.result):z.Err("Redeem: No result found")}catch(n){return z.Err(String(n))}}async refund(){return z.Err("Refund not supported")}}const Vl=[{name:"LockingContract",type:"impl",interface_name:"src::mintable_lock_interface::ILockingContract"},{name:"src::mintable_lock_interface::ILockingContract",type:"interface",items:[{name:"set_locking_contract",type:"function",inputs:[{name:"locking_contract",type:"core::starknet::contract_address::ContractAddress"}],outputs:[],state_mutability:"external"},{name:"get_locking_contract",type:"function",inputs:[],outputs:[{type:"core::starknet::contract_address::ContractAddress"}],state_mutability:"view"}]},{name:"LockAndDelegate",type:"impl",interface_name:"src::mintable_lock_interface::ILockAndDelegate"},{name:"core::integer::u256",type:"struct",members:[{name:"low",type:"core::integer::u128"},{name:"high",type:"core::integer::u128"}]},{name:"src::mintable_lock_interface::ILockAndDelegate",type:"interface",items:[{name:"lock_and_delegate",type:"function",inputs:[{name:"delegatee",type:"core::starknet::contract_address::ContractAddress"},{name:"amount",type:"core::integer::u256"}],outputs:[],state_mutability:"external"},{name:"lock_and_delegate_by_sig",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"},{name:"delegatee",type:"core::starknet::contract_address::ContractAddress"},{name:"amount",type:"core::integer::u256"},{name:"nonce",type:"core::felt252"},{name:"expiry",type:"core::integer::u64"},{name:"signature",type:"core::array::Array::<core::felt252>"}],outputs:[],state_mutability:"external"}]},{name:"MintableToken",type:"impl",interface_name:"src::mintable_token_interface::IMintableToken"},{name:"src::mintable_token_interface::IMintableToken",type:"interface",items:[{name:"permissioned_mint",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"},{name:"amount",type:"core::integer::u256"}],outputs:[],state_mutability:"external"},{name:"permissioned_burn",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"},{name:"amount",type:"core::integer::u256"}],outputs:[],state_mutability:"external"}]},{name:"MintableTokenCamelImpl",type:"impl",interface_name:"src::mintable_token_interface::IMintableTokenCamel"},{name:"src::mintable_token_interface::IMintableTokenCamel",type:"interface",items:[{name:"permissionedMint",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"},{name:"amount",type:"core::integer::u256"}],outputs:[],state_mutability:"external"},{name:"permissionedBurn",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"},{name:"amount",type:"core::integer::u256"}],outputs:[],state_mutability:"external"}]},{name:"Replaceable",type:"impl",interface_name:"src::replaceability_interface::IReplaceable"},{name:"core::array::Span::<core::felt252>",type:"struct",members:[{name:"snapshot",type:"@core::array::Array::<core::felt252>"}]},{name:"src::replaceability_interface::EICData",type:"struct",members:[{name:"eic_hash",type:"core::starknet::class_hash::ClassHash"},{name:"eic_init_data",type:"core::array::Span::<core::felt252>"}]},{name:"core::option::Option::<src::replaceability_interface::EICData>",type:"enum",variants:[{name:"Some",type:"src::replaceability_interface::EICData"},{name:"None",type:"()"}]},{name:"core::bool",type:"enum",variants:[{name:"False",type:"()"},{name:"True",type:"()"}]},{name:"src::replaceability_interface::ImplementationData",type:"struct",members:[{name:"impl_hash",type:"core::starknet::class_hash::ClassHash"},{name:"eic_data",type:"core::option::Option::<src::replaceability_interface::EICData>"},{name:"final",type:"core::bool"}]},{name:"src::replaceability_interface::IReplaceable",type:"interface",items:[{name:"get_upgrade_delay",type:"function",inputs:[],outputs:[{type:"core::integer::u64"}],state_mutability:"view"},{name:"get_impl_activation_time",type:"function",inputs:[{name:"implementation_data",type:"src::replaceability_interface::ImplementationData"}],outputs:[{type:"core::integer::u64"}],state_mutability:"view"},{name:"add_new_implementation",type:"function",inputs:[{name:"implementation_data",type:"src::replaceability_interface::ImplementationData"}],outputs:[],state_mutability:"external"},{name:"remove_implementation",type:"function",inputs:[{name:"implementation_data",type:"src::replaceability_interface::ImplementationData"}],outputs:[],state_mutability:"external"},{name:"replace_to",type:"function",inputs:[{name:"implementation_data",type:"src::replaceability_interface::ImplementationData"}],outputs:[],state_mutability:"external"}]},{name:"AccessControlImplExternal",type:"impl",interface_name:"src::access_control_interface::IAccessControl"},{name:"src::access_control_interface::IAccessControl",type:"interface",items:[{name:"has_role",type:"function",inputs:[{name:"role",type:"core::felt252"},{name:"account",type:"core::starknet::contract_address::ContractAddress"}],outputs:[{type:"core::bool"}],state_mutability:"view"},{name:"get_role_admin",type:"function",inputs:[{name:"role",type:"core::felt252"}],outputs:[{type:"core::felt252"}],state_mutability:"view"}]},{name:"RolesImpl",type:"impl",interface_name:"src::roles_interface::IMinimalRoles"},{name:"src::roles_interface::IMinimalRoles",type:"interface",items:[{name:"is_governance_admin",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"}],outputs:[{type:"core::bool"}],state_mutability:"view"},{name:"is_upgrade_governor",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"}],outputs:[{type:"core::bool"}],state_mutability:"view"},{name:"register_governance_admin",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"}],outputs:[],state_mutability:"external"},{name:"remove_governance_admin",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"}],outputs:[],state_mutability:"external"},{name:"register_upgrade_governor",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"}],outputs:[],state_mutability:"external"},{name:"remove_upgrade_governor",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"}],outputs:[],state_mutability:"external"},{name:"renounce",type:"function",inputs:[{name:"role",type:"core::felt252"}],outputs:[],state_mutability:"external"}]},{name:"ERC20Impl",type:"impl",interface_name:"openzeppelin::token::erc20::interface::IERC20"},{name:"openzeppelin::token::erc20::interface::IERC20",type:"interface",items:[{name:"name",type:"function",inputs:[],outputs:[{type:"core::felt252"}],state_mutability:"view"},{name:"symbol",type:"function",inputs:[],outputs:[{type:"core::felt252"}],state_mutability:"view"},{name:"decimals",type:"function",inputs:[],outputs:[{type:"core::integer::u8"}],state_mutability:"view"},{name:"total_supply",type:"function",inputs:[],outputs:[{type:"core::integer::u256"}],state_mutability:"view"},{name:"balance_of",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"}],outputs:[{type:"core::integer::u256"}],state_mutability:"view"},{name:"allowance",type:"function",inputs:[{name:"owner",type:"core::starknet::contract_address::ContractAddress"},{name:"spender",type:"core::starknet::contract_address::ContractAddress"}],outputs:[{type:"core::integer::u256"}],state_mutability:"view"},{name:"transfer",type:"function",inputs:[{name:"recipient",type:"core::starknet::contract_address::ContractAddress"},{name:"amount",type:"core::integer::u256"}],outputs:[{type:"core::bool"}],state_mutability:"external"},{name:"transfer_from",type:"function",inputs:[{name:"sender",type:"core::starknet::contract_address::ContractAddress"},{name:"recipient",type:"core::starknet::contract_address::ContractAddress"},{name:"amount",type:"core::integer::u256"}],outputs:[{type:"core::bool"}],state_mutability:"external"},{name:"approve",type:"function",inputs:[{name:"spender",type:"core::starknet::contract_address::ContractAddress"},{name:"amount",type:"core::integer::u256"}],outputs:[{type:"core::bool"}],state_mutability:"external"}]},{name:"ERC20CamelOnlyImpl",type:"impl",interface_name:"openzeppelin::token::erc20::interface::IERC20CamelOnly"},{name:"openzeppelin::token::erc20::interface::IERC20CamelOnly",type:"interface",items:[{name:"totalSupply",type:"function",inputs:[],outputs:[{type:"core::integer::u256"}],state_mutability:"view"},{name:"balanceOf",type:"function",inputs:[{name:"account",type:"core::starknet::contract_address::ContractAddress"}],outputs:[{type:"core::integer::u256"}],state_mutability:"view"},{name:"transferFrom",type:"function",inputs:[{name:"sender",type:"core::starknet::contract_address::ContractAddress"},{name:"recipient",type:"core::starknet::contract_address::ContractAddress"},{name:"amount",type:"core::integer::u256"}],outputs:[{type:"core::bool"}],state_mutability:"external"}]},{name:"constructor",type:"constructor",inputs:[{name:"name",type:"core::felt252"},{name:"symbol",type:"core::felt252"},{name:"decimals",type:"core::integer::u8"},{name:"initial_supply",type:"core::integer::u256"},{name:"recipient",type:"core::starknet::contract_address::ContractAddress"},{name:"permitted_minter",type:"core::starknet::contract_address::ContractAddress"},{name:"provisional_governance_admin",type:"core::starknet::contract_address::ContractAddress"},{name:"upgrade_delay",type:"core::integer::u64"}]},{name:"increase_allowance",type:"function",inputs:[{name:"spender",type:"core::starknet::contract_address::ContractAddress"},{name:"added_value",type:"core::integer::u256"}],outputs:[{type:"core::bool"}],state_mutability:"external"},{name:"decrease_allowance",type:"function",inputs:[{name:"spender",type:"core::starknet::contract_address::ContractAddress"},{name:"subtracted_value",type:"core::integer::u256"}],outputs:[{type:"core::bool"}],state_mutability:"external"},{name:"increaseAllowance",type:"function",inputs:[{name:"spender",type:"core::starknet::contract_address::ContractAddress"},{name:"addedValue",type:"core::integer::u256"}],outputs:[{type:"core::bool"}],state_mutability:"external"},{name:"decreaseAllowance",type:"function",inputs:[{name:"spender",type:"core::starknet::contract_address::ContractAddress"},{name:"subtractedValue",type:"core::integer::u256"}],outputs:[{type:"core::bool"}],state_mutability:"external"},{kind:"struct",name:"src::strk::erc20_lockable::ERC20Lockable::Transfer",type:"event",members:[{kind:"data",name:"from",type:"core::starknet::contract_address::ContractAddress"},{kind:"data",name:"to",type:"core::starknet::contract_address::ContractAddress"},{kind:"data",name:"value",type:"core::integer::u256"}]},{kind:"struct",name:"src::strk::erc20_lockable::ERC20Lockable::Approval",type:"event",members:[{kind:"data",name:"owner",type:"core::starknet::contract_address::ContractAddress"},{kind:"data",name:"spender",type:"core::starknet::contract_address::ContractAddress"},{kind:"data",name:"value",type:"core::integer::u256"}]},{kind:"struct",name:"src::replaceability_interface::ImplementationAdded",type:"event",members:[{kind:"data",name:"implementation_data",type:"src::replaceability_interface::ImplementationData"}]},{kind:"struct",name:"src::replaceability_interface::ImplementationRemoved",type:"event",members:[{kind:"data",name:"implementation_data",type:"src::replaceability_interface::ImplementationData"}]},{kind:"struct",name:"src::replaceability_interface::ImplementationReplaced",type:"event",members:[{kind:"data",name:"implementation_data",type:"src::replaceability_interface::ImplementationData"}]},{kind:"struct",name:"src::replaceability_interface::ImplementationFinalized",type:"event",members:[{kind:"data",name:"impl_hash",type:"core::starknet::class_hash::ClassHash"}]},{kind:"struct",name:"src::access_control_interface::RoleGranted",type:"event",members:[{kind:"data",name:"role",type:"core::felt252"},{kind:"data",name:"account",type:"core::starknet::contract_address::ContractAddress"},{kind:"data",name:"sender",type:"core::starknet::contract_address::ContractAddress"}]},{kind:"struct",name:"src::access_control_interface::RoleRevoked",type:"event",members:[{kind:"data",name:"role",type:"core::felt252"},{kind:"data",name:"account",type:"core::starknet::contract_address::ContractAddress"},{kind:"data",name:"sender",type:"core::starknet::contract_address::ContractAddress"}]},{kind:"struct",name:"src::access_control_interface::RoleAdminChanged",type:"event",members:[{kind:"data",name:"role",type:"core::felt252"},{kind:"data",name:"previous_admin_role",type:"core::felt252"},{kind:"data",name:"new_admin_role",type:"core::felt252"}]},{kind:"struct",name:"src::roles_interface::GovernanceAdminAdded",type:"event",members:[{kind:"data",name:"added_account",type:"core::starknet::contract_address::ContractAddress"},{kind:"data",name:"added_by",type:"core::starknet::contract_address::ContractAddress"}]},{kind:"struct",name:"src::roles_interface::GovernanceAdminRemoved",type:"event",members:[{kind:"data",name:"removed_account",type:"core::starknet::contract_address::ContractAddress"},{kind:"data",name:"removed_by",type:"core::starknet::contract_address::ContractAddress"}]},{kind:"struct",name:"src::roles_interface::UpgradeGovernorAdded",type:"event",members:[{kind:"data",name:"added_account",type:"core::starknet::contract_address::ContractAddress"},{kind:"data",name:"added_by",type:"core::starknet::contract_address::ContractAddress"}]},{kind:"struct",name:"src::roles_interface::UpgradeGovernorRemoved",type:"event",members:[{kind:"data",name:"removed_account",type:"core::starknet::contract_address::ContractAddress"},{kind:"data",name:"removed_by",type:"core::starknet::contract_address::ContractAddress"}]},{kind:"enum",name:"src::strk::erc20_lockable::ERC20Lockable::Event",type:"event",variants:[{kind:"nested",name:"Transfer",type:"src::strk::erc20_lockable::ERC20Lockable::Transfer"},{kind:"nested",name:"Approval",type:"src::strk::erc20_lockable::ERC20Lockable::Approval"},{kind:"nested",name:"ImplementationAdded",type:"src::replaceability_interface::ImplementationAdded"},{kind:"nested",name:"ImplementationRemoved",type:"src::replaceability_interface::ImplementationRemoved"},{kind:"nested",name:"ImplementationReplaced",type:"src::replaceability_interface::ImplementationReplaced"},{kind:"nested",name:"ImplementationFinalized",type:"src::replaceability_interface::ImplementationFinalized"},{kind:"nested",name:"RoleGranted",type:"src::access_control_interface::RoleGranted"},{kind:"nested",name:"RoleRevoked",type:"src::access_control_interface::RoleRevoked"},{kind:"nested",name:"RoleAdminChanged",type:"src::access_control_interface::RoleAdminChanged"},{kind:"nested",name:"GovernanceAdminAdded",type:"src::roles_interface::GovernanceAdminAdded"},{kind:"nested",name:"GovernanceAdminRemoved",type:"src::roles_interface::GovernanceAdminRemoved"},{kind:"nested",name:"UpgradeGovernorAdded",type:"src::roles_interface::UpgradeGovernorAdded"},{kind:"nested",name:"UpgradeGovernorRemoved",type:"src::roles_interface::UpgradeGovernorRemoved"}]}],g_=async(e,t,r,n,i)=>{try{const s=await Pa(e.address,t,r,i);if(s.error)return G(s.error);const o=Re.cairo.uint256(BigInt(Re.uint256.UINT_256_MAX));if(s.val<n){const a=await e.execute([{contractAddress:rn(t),entrypoint:"approve",calldata:[r,o.low,o.high]}]);await i.waitForTransaction(a.transaction_hash,{retryInterval:3e3,successStates:[Re.TransactionExecutionStatus.SUCCEEDED]}),await z.sleep(2e3);let c=0n;for(let f=0;f<20;f++){const l=await Pa(e.address,t,r,i);if(l.error)return G(l.error);if(c=l.val,c>=n)break;await z.sleep(2e3)}return c<n?G("Allowance not approved"):ie(a.transaction_hash)}return ie("Allowance already approved")}catch(s){return G(`Failed to check or approve allowance: ${s instanceof Error?s.message:String(s)}`)}},Pa=async(e,t,r,n)=>{try{const s=await new Re.Contract(Vl,rn(t),n).call("allowance",[rn(e),rn(r)]);return ie(BigInt((s==null?void 0:s.toString())||"0"))}catch(i){return G(`Failed to check allowance: ${i instanceof Error?i.message:String(i)}`)}},w_=async(e,t,r,n,i)=>{const s=await Pa(e,t,r,n);return s.error?G(s.error):ie(s.val>=i)},Wl=[{name:"HTLC",type:"impl",interface_name:"starknet_htlc::interface::IHTLC"},{name:"core::integer::u256",type:"struct",members:[{name:"low",type:"core::integer::u128"},{name:"high",type:"core::integer::u128"}]},{name:"starknet_htlc::interface::IHTLC",type:"interface",items:[{name:"token",type:"function",inputs:[],outputs:[{type:"core::starknet::contract_address::ContractAddress"}],state_mutability:"view"},{name:"initiate",type:"function",inputs:[{name:"redeemer",type:"core::starknet::contract_address::ContractAddress"},{name:"timelock",type:"core::integer::u128"},{name:"amount",type:"core::integer::u256"},{name:"secret_hash",type:"[core::integer::u32; 8]"}],outputs:[],state_mutability:"external"},{name:"initiate_on_behalf",type:"function",inputs:[{name:"initiator",type:"core::starknet::contract_address::ContractAddress"},{name:"redeemer",type:"core::starknet::contract_address::ContractAddress"},{name:"timelock",type:"core::integer::u128"},{name:"amount",type:"core::integer::u256"},{name:"secret_hash",type:"[core::integer::u32; 8]"}],outputs:[],state_mutability:"external"},{name:"initiate_with_signature",type:"function",inputs:[{name:"initiator",type:"core::starknet::contract_address::ContractAddress"},{name:"redeemer",type:"core::starknet::contract_address::ContractAddress"},{name:"timelock",type:"core::integer::u128"},{name:"amount",type:"core::integer::u256"},{name:"secret_hash",type:"[core::integer::u32; 8]"},{name:"signature",type:"core::array::Array::<core::felt252>"}],outputs:[],state_mutability:"external"},{name:"redeem",type:"function",inputs:[{name:"order_id",type:"core::felt252"},{name:"secret",type:"core::array::Array::<core::integer::u32>"}],outputs:[],state_mutability:"external"},{name:"refund",type:"function",inputs:[{name:"order_id",type:"core::felt252"}],outputs:[],state_mutability:"external"},{name:"instant_refund",type:"function",inputs:[{name:"order_id",type:"core::felt252"},{name:"signature",type:"core::array::Array::<core::felt252>"}],outputs:[],state_mutability:"external"}]},{name:"constructor",type:"constructor",inputs:[{name:"token",type:"core::starknet::contract_address::ContractAddress"}]},{kind:"struct",name:"starknet_htlc::interface::events::Initiated",type:"event",members:[{kind:"key",name:"order_id",type:"core::felt252"},{kind:"data",name:"secret_hash",type:"[core::integer::u32; 8]"},{kind:"data",name:"amount",type:"core::integer::u256"}]},{kind:"struct",name:"starknet_htlc::interface::events::Redeemed",type:"event",members:[{kind:"key",name:"order_id",type:"core::felt252"},{kind:"data",name:"secret_hash",type:"[core::integer::u32; 8]"},{kind:"data",name:"secret",type:"core::array::Array::<core::integer::u32>"}]},{kind:"struct",name:"starknet_htlc::interface::events::Refunded",type:"event",members:[{kind:"key",name:"order_id",type:"core::felt252"}]},{kind:"enum",name:"starknet_htlc::htlc::HTLC::Event",type:"event",variants:[{kind:"nested",name:"Initiated",type:"starknet_htlc::interface::events::Initiated"},{kind:"nested",name:"Redeemed",type:"starknet_htlc::interface::events::Redeemed"},{kind:"nested",name:"Refunded",type:"starknet_htlc::interface::events::Refunded"}]}],__={StarknetDomain:[{name:"name",type:"shortstring"},{name:"version",type:"shortstring"},{name:"chainId",type:"shortstring"},{name:"revision",type:"shortstring"}],Initiate:[{name:"redeemer",type:"ContractAddress"},{name:"amount",type:"u256"},{name:"timelock",type:"u128"},{name:"secretHash",type:"u128*"}]};class Kl{constructor(t,r,n,i){this.url=t instanceof z.Url?t:new z.Url(t),this.account=r,this.starknetProvider=new Re.RpcProvider({nodeUrl:i||_s[n].nodeUrl})}get htlcActorAddress(){if(!this.account.address)throw new Error("No account found");return this.account.address}async getChainId(){try{const t=await this.account.getChainId();return ie(t)}catch(t){return G(String(t))}}async initiate(t){if(!this.account.address)return G("No account address");const{create_order:r,source_swap:n}=t,{redeemer:i,amount:s}=n;if(!s||!i||!r.secret_hash||!r.timelock)return G("Invalid order");try{const o=new Re.Contract(Wl,t.source_swap.asset,this.account),a=await(o==null?void 0:o.token()),c=Re.num.toHex(a),f=await w_(this.account.address,c,n.asset,this.starknetProvider,BigInt(s));return f.error?G(f.error):f.val?this.initiateRelay(t):this.approveAndInitiate(c,t)}catch(o){return G(String(o))}}async approveAndInitiate(t,r){const{create_order:n,source_swap:i}=r,{redeemer:s,amount:o}=i,{secret_hash:a,timelock:c}=n,f=i.asset;try{const l=Re.cairo.uint256(10000000000n),h={contractAddress:rn(t),entrypoint:"approve",calldata:[f,l.low,l.high]},m=Re.cairo.uint256(o),p={contractAddress:rn(f),entrypoint:"initiate",calldata:[s,c.toString(),m.low.toString(),m.high.toString(),...z.hexToU32Array(a)]},g=await this.account.execute([h,p]);return await this.starknetProvider.waitForTransaction(g.transaction_hash,{retryInterval:2e3,successStates:[Re.TransactionExecutionStatus.SUCCEEDED]}),ie(g.transaction_hash)}catch(l){return G(`Failed to approve and initiate: ${String(l)}`)}}async initiateRelay(t){const{create_order:r,source_swap:n}=t,{redeemer:i,amount:s}=n,o=await this.getChainId();if(o.error)return G(o.error);const c={domain:{name:"HTLC",version:Re.shortString.encodeShortString("1"),chainId:o.val,revision:Re.TypedDataRevision.ACTIVE},primaryType:"Initiate",types:__,message:{redeemer:i,amount:Re.cairo.uint256(s),timelock:r.timelock,secretHash:z.hexToU32Array(r.secret_hash)}};try{const f=await this.account.signMessage(c),l=nb(f);if(l.error)return G(l.error);const h=await Dt.post(this.url.endpoint("initiate"),{body:JSON.stringify({order_id:r.create_id,signature:l.val,perform_on:"Source"}),headers:{"Content-Type":"application/json"},retryCount:10,retryDelay:2e3});return h.error?G(h.error):h.result?ie(h.result):G("Init: No result found")}catch(f){return G(`Failed to initiate relayer: ${String(f)}`)}}async redeem(t,r){try{const n=await Dt.post(this.url.endpoint("redeem"),{body:JSON.stringify({order_id:t.create_order.create_id,secret:r,perform_on:"Destination"}),headers:{"Content-Type":"application/json"},retryCount:10,retryDelay:2e3});return n.error?G(n.error):n.result?ie(n.result):G("Redeem: No result found")}catch(n){return G(String(n))}}async refund(){return G("Refund is taken care of by the relayer")}}class Ac extends z.EventBroker{constructor(t){if(super(),this.environment=z.Environment.TESTNET,this.getOrderThreshold=20,this.refundSacpCache=new Map,this.bitcoinRedeemCache=new u1,typeof t.digestKey=="string"){const n=z.DigestKey.from(t.digestKey);if(n.error)throw new Error(n.error);this._digestKey=n.val}else this._digestKey=t.digestKey;if(typeof t.environment=="string"){if(this.environment=t.environment,this._api=t.environment===z.Environment.MAINNET?Vn.mainnet:t.environment===z.Environment.TESTNET?Vn.testnet:void 0,!this._api)throw new Error("API not found, invalid environment "+t.environment)}else this._api=t.environment;this._quote=t.quote??new nl(this._api.quote),this._auth=t.auth??z.Siwe.fromDigestKey(new z.Url(this._api.auth),this._digestKey),this._orderbook=t.orderbook??new ge.Orderbook(new z.Url(this._api.orderbook)),this._evmHTLC=t.htlc.evm,this._starknetHTLC=t.htlc.starknet,this._secretManager=t.secretManager??Si.fromDigestKey(this._digestKey.digestKey),this.orderExecutorCache=new c1,this._blockNumberFetcher=t.blockNumberFetcher??new rl(this._api.info,this.environment);const r=new fn.BitcoinProvider(tb(this.environment));this._btcWallet=fn.BitcoinWallet.fromPrivateKey(this._digestKey.digestKey,r)}static fromWallets(t){let r;if(typeof t.digestKey=="string"){const s=z.DigestKey.from(t.digestKey);if(s.error)throw new Error(s.error);r=s.val}else r=t.digestKey;let n;if(typeof t.environment=="string"?n=t.environment===z.Environment.MAINNET?Vn.mainnet:t.environment===z.Environment.TESTNET?Vn.testnet:void 0:n=t.environment,!n)throw new Error("API not found, invalid environment "+t.environment);const i={evm:t.wallets.evm?new ql(n.evmRelay,t.wallets.evm,z.Siwe.fromDigestKey(new z.Url(n.auth),r)):void 0,starknet:t.wallets.starknet?new Kl(n.starknetRelay,t.wallets.starknet,t.environment===z.Environment.MAINNET?z.Network.MAINNET:z.Network.TESTNET):void 0};return new Ac({htlc:i,...t})}get evmHTLC(){return this._evmHTLC}get starknetHTLC(){return this._starknetHTLC}get quote(){return this._quote}get btcWallet(){return this._btcWallet}get orderbook(){return this._orderbook}get blockNumberFetcher(){return this._blockNumberFetcher}get secretManager(){return this._secretManager}get auth(){return this._auth}get digestKey(){return this._digestKey}async swap(t){const r=await this.validateAndFillParams(t);if(r.error)return G(r.error);const{sendAddress:n,receiveAddress:i,timelock:s}=r.val,o=Date.now().toString(),a=await this._secretManager.generateSecret(o);if(a.error)return G(a.error);const{strategyId:c,btcAddress:f}=t.additionalData,l={strategy_id:c,...f&&{bitcoin_optional_recipient:f}},h={source_chain:t.fromAsset.chain,destination_chain:t.toAsset.chain,source_asset:t.fromAsset.atomicSwapAddress,destination_asset:t.toAsset.atomicSwapAddress,initiator_source_address:n,initiator_destination_address:i,source_amount:t.sendAmount,destination_amount:t.receiveAmount,fee:"1",nonce:o,timelock:s,secret_hash:Pr(a.val.secretHash),min_destination_confirmations:t.minDestinationConfirmations??0,additional_data:l},m=await this._quote.getAttestedQuote(h);if(m.error)return G(m.error);const p=await this._orderbook.createOrder(m.val,this.auth);if(p.error)return G(p.error);const g=await this.pollOrder(p.val);return g.error?G(g.error):ie(g.val)}async validateAndFillParams(t){if(!t.additionalData.strategyId)return G("StrategyId is required");if(!t.fromAsset||!t.toAsset)return G("Source and destination assets are required for swap");if(t.fromAsset.chain===t.toAsset.chain&&t.fromAsset.atomicSwapAddress===t.toAsset.atomicSwapAddress)return G("Source and destination assets cannot be the same");if(ge.isMainnet(t.fromAsset.chain)&&!ge.isMainnet(t.toAsset.chain)||!ge.isMainnet(t.fromAsset.chain)&&ge.isMainnet(t.toAsset.chain))return G("Both assets should be on the same network (either mainnet or testnet)");const r=this.validateAmount(t.sendAmount);if(r.error)return G(r.error);const n=this.validateAmount(t.receiveAmount);if(n.error)return G(n.error);if(r<n)return G("Send amount should be greater than receive amount");const i=ge.getTimeLock(t.fromAsset.chain);if(!i)return G("Unsupported chain for timelock");if((ge.isBitcoin(t.fromAsset.chain)||ge.isBitcoin(t.toAsset.chain))&&!t.additionalData.btcAddress)return G("btcAddress in additionalData is required if source or destination chain is bitcoin, it is used as refund or redeem address.");const s=await this.getAddresses(t.fromAsset.chain);if(s.error)return G(s.error);const o=await this.getAddresses(t.toAsset.chain);return o.error?G(o.error):ie({sendAddress:s.val,receiveAddress:o.val,timelock:t.timelock??i})}async getAddresses(t){var n;switch(ge.getBlockchainType(t)){case ge.BlockchainType.EVM:return this._evmHTLC?ie(this._evmHTLC.htlcActorAddress):G("Please provide evmHTLC when initializing garden");case ge.BlockchainType.Bitcoin:{const i=await((n=this._btcWallet)==null?void 0:n.getPublicKey());return!i||!Zm(i)?G("Invalid btc public key"):ie(cr(i))}case ge.BlockchainType.Starknet:return this._starknetHTLC?ie(this._starknetHTLC.htlcActorAddress):G("Please provide starknetHTLC when initializing garden");default:return G("Unsupported chain")}}validateAmount(t){if(t==null||t.includes("."))return G("Invalid amount ",t);const r=new Ql(t);return!r.isInteger()||r.isNaN()||r.lt(0)||r.isLessThanOrEqualTo(0)?G("Invalid amount ",t):ie(r)}async pollOrder(t){let r=await this._orderbook.getOrder(t,!0),n=0;for(;n<this.getOrderThreshold;){if(await z.sleep(1e3),n++,r.error){if(!r.error.includes("result is undefined"))return G(r.error)}else if(r.val&&r.val.create_order.create_id.toLowerCase()===t.toLowerCase())return ie(r.val);r=await this._orderbook.getOrder(t,!0)}return G(`Order not found, createOrder id: ${t}`)}async execute(t=5e3){return await this._orderbook.subscribeOrders(this._digestKey.userId,!0,t,async r=>{const n=await this.filterExpiredAndAssignStatus(r.data);if(!n.error&&(this.emit("onPendingOrdersChanged",n.val),r.data.length!==0))for(let i=0;i<n.val.length;i++){const s=n.val[i],o=oc(s.status);if(ge.isBitcoin(s.source_swap.chain)&&s.status===we.InitiateDetected){const a=this.btcWallet;if(!a){this.emit("error",s,"BTC wallet not found");continue}await this.postRefundSACP(s,a)}switch(o){case Ce.Redeem:{const a=await this._secretManager.generateSecret(s.create_order.nonce);if(a.error){this.emit("error",s,a.error);return}switch(ge.getBlockchainType(s.destination_swap.chain)){case ge.BlockchainType.EVM:{await this.evmRedeem(s,a.val.secret);break}case ge.BlockchainType.Bitcoin:{const c=this.btcWallet;if(!c){this.emit("error",s,"BTC wallet not found");return}await this.btcRedeem(c,s,a.val.secret);break}case ge.BlockchainType.Starknet:{await this.starknetRedeem(s,a.val.secret);break}default:this.emit("error",s,"Unsupported chain: "+s.destination_swap.chain)}break}case Ce.Refund:{switch(ge.getBlockchainType(s.source_swap.chain)){case ge.BlockchainType.EVM:{this.emit("error",s,"EVM refund is automatically done by relay service");break}case ge.BlockchainType.Bitcoin:{const a=this.btcWallet;if(!a){this.emit("error",s,"BTC wallet not found");return}await this.btcRefund(a,s);break}case ge.BlockchainType.Starknet:{this.emit("error",s,"Starknet refund is automatically done by relay service");break}default:this.emit("error",s,"Unsupported chain: "+s.source_swap.chain)}break}}}},"pending",{per_page:500})}async evmRedeem(t,r){if(this.emit("log",t.create_order.create_id,"executing evm redeem"),this.orderExecutorCache.get(t,Ce.Redeem)){this.emit("log",t.create_order.create_id,"already redeemed");return}if(!this._evmHTLC){this.emit("error",t,"EVMHTLC is required");return}const i=await this._evmHTLC.redeem(t,r);if(i.error){this.emit("error",t,i.error),i.error.includes("Order already redeemed")&&this.orderExecutorCache.set(t,Ce.Redeem,t.destination_swap.redeem_tx_hash);return}this.orderExecutorCache.set(t,Ce.Redeem,i.val),this.emit("success",t,Ce.Redeem,i.val)}async starknetRedeem(t,r){if(this.emit("log",t.create_order.create_id,"executing starknet redeem"),this.orderExecutorCache.get(t,Ce.Redeem)){this.emit("log",t.create_order.create_id,"already redeemed");return}if(!this._starknetHTLC){this.emit("error",t,"StarknetHTLC is required");return}const i=await this._starknetHTLC.redeem(t,r);if(i.error){this.emit("error",t,i.error),i.error.includes("Order already redeemed")&&this.orderExecutorCache.set(t,Ce.Redeem,t.destination_swap.redeem_tx_hash);return}i.val&&(this.orderExecutorCache.set(t,Ce.Redeem,i.val),this.emit("success",t,Ce.Redeem,i.val))}async btcRedeem(t,r,n){var a,c;const i=this.bitcoinRedeemCache.get(r.create_order.create_id),s=(a=r.destination_swap.initiate_tx_hash.split(",").at(-1))==null?void 0:a.split(":").at(0);if(!s){this.emit("error",r,"Failed to get initiate_tx_hash");return}let o=!1;if(i)if(i.redeemedFromUTXO&&i.redeemedFromUTXO!==s)o=!0,this.emit("log",r.create_order.create_id,"rbf btc redeem");else if(i.redeemedAt&&Date.now()-i.redeemedAt>1e3*60*15)this.emit("log",r.create_order.create_id,"redeem not confirmed in last 15 minutes"),o=!0;else{this.emit("log",r.create_order.create_id,"btcRedeem: already redeemed");return}else if(r.destination_swap.redeem_tx_hash&&!Number(r.destination_swap.redeem_block_number))try{const f=await(await t.getProvider()).getTransaction(r.destination_swap.redeem_tx_hash);let l=!1;for(const h of f.vin)if(h.txid===s){l=!0;break}if(l){this.emit("log",r.create_order.create_id,"already a valid redeem");let h=0;try{const[m]=await(await t.getProvider()).getTransactionTimes([r.destination_swap.redeem_tx_hash]);m!==0&&(h=m)}catch{h=Date.now()}this.bitcoinRedeemCache.set(r.create_order.create_id,{redeemedFromUTXO:s,redeemedAt:h,redeemTxHash:r.destination_swap.redeem_tx_hash});return}o=!0}catch(f){if(f.message.includes("Transaction not found"))o=!0;else{this.emit("error",r,"Failed to get redeem tx: "+f);return}}this.emit("log",r.create_order.create_id,"executing btc redeem");try{const l=await(await Yn.from(t,Number(r.destination_swap.amount),r.create_order.secret_hash,cr(r.destination_swap.initiator),cr(r.destination_swap.redeemer),r.destination_swap.timelock,o?[s]:[])).getRedeemHex(Pr(n),(c=r.create_order.additional_data)==null?void 0:c.bitcoin_optional_recipient),h=await this.broadcastRedeemTx(l,r.create_order.create_id);if(h.error||!h.val){this.emit("error",r,h.error||"Failed to broadcast redeem tx");return}o?(this.emit("log",r.create_order.create_id,"rbf: btc redeem success"),this.emit("rbf",r,h.val)):this.emit("success",r,Ce.Redeem,h.val),this.bitcoinRedeemCache.set(r.create_order.create_id,{redeemedFromUTXO:s,redeemedAt:Date.now(),redeemTxHash:h.val})}catch(f){console.log("error",f),this.emit("error",r,"Failed btc redeem: "+f)}}async btcRefund(t,r){var n;if(!this.orderExecutorCache.get(r,Ce.Refund)){this.emit("log",r.create_order.create_id,"executing btc refund");try{const s=await(await Yn.from(t,Number(r.source_swap.amount),r.create_order.secret_hash,cr(r.source_swap.initiator),cr(r.source_swap.redeemer),r.source_swap.timelock)).refund((n=r.create_order.additional_data)==null?void 0:n.bitcoin_optional_recipient);this.orderExecutorCache.set(r,Ce.Refund,s),this.emit("success",r,Ce.Refund,s)}catch(i){this.emit("error",r,"Failed btc refund: "+i)}}}async postRefundSACP(t,r){const n=this.refundSacpCache.get(t.create_order.create_id);if((n==null?void 0:n.initTxHash)===t.source_swap.initiate_tx_hash)return;const i=await Yn.from(r,Number(t.source_swap.amount),t.create_order.secret_hash,cr(t.source_swap.initiator),cr(t.source_swap.redeemer),t.source_swap.timelock),s=t.create_order.additional_data.bitcoin_optional_recipient;if(s)try{const o=await i.generateInstantRefundSACP(s);if(!this._api)return;const a=new z.Url(this._api.orderbook).endpoint("orders/bitcoin/"+t.create_order.create_id+"/instant-refund");(await Dt.post(a,{headers:{"Content-Type":"application/json"},body:JSON.stringify({instant_refund_tx_bytes:o})})).status==="Ok"&&this.refundSacpCache.set(t.create_order.create_id,{initTxHash:t.source_swap.initiate_tx_hash})}catch(o){this.emit("error",t,"Failed to generate and post SACP: "+o);return}}async filterExpiredAndAssignStatus(t){var i;if(t.length===0)return ie([]);const r=await((i=this._blockNumberFetcher)==null?void 0:i.fetchBlockNumbers());if(r.error)return G(r.error);const n=[];for(let s=0;s<t.length;s++){const o=t[s];if(Od(o))continue;const a=o.source_swap.chain,c=o.destination_swap.chain,f=r==null?void 0:r.val[a],l=r==null?void 0:r.val[c];if(!f||!l){this.emit("error",o,"Error while fetching CurrentBlockNumbers");continue}const h=sc(o,f,l);n.push({...o,status:h})}return ie(n)}async broadcastRedeemTx(t,r){try{if(!this._api)return G("API not found");const n=new z.Url(this._api.evmRelay).endpoint("/bitcoin/redeem "),i=await this._auth.getAuthHeaders(),o=await(await fetch(n,{method:"POST",headers:{"Content-Type":"application/json",...i.val},body:JSON.stringify({redeem_tx_bytes:t,order_id:r})})).json();return o.status==="Ok"&&o.result?ie(o.result):G(o.error)}catch(n){return G("Failed to broadcast redeem tx: "+n)}}}class v_{constructor(t,r,n){this.callData=new Re.CallData(Vl),this.account=t,this.starknetProvider=new Re.RpcProvider({nodeUrl:r||(n?_s[n].nodeUrl:_s.mainnet.nodeUrl)})}get htlcActorAddress(){return this.account.address}async getHTLCContract(t,r=!1){const n=r?t.destination_swap.asset:t.source_swap.asset;return new Re.Contract(Wl,n,this.account)}async initiate(t){try{const n=await(await this.getHTLCContract(t)).token();if(!n)throw new Error("Token address retrieval failed");const i=Re.num.toHex(n),s=Re.cairo.uint256(BigInt(t.source_swap.amount));try{const a=await g_(this.account,i,t.source_swap.asset,BigInt(t.source_swap.amount),this.starknetProvider);if(a.error)return G(a.error)}catch(a){return G(`Allowance check failed: ${a}`)}const o=await this.account.execute({contractAddress:t.source_swap.asset,entrypoint:"initiate",calldata:[t.source_swap.redeemer,BigInt(t.source_swap.timelock),s.low,s.high,...z.hexToU32Array(t.create_order.secret_hash)]});if(!o.transaction_hash)throw new Error("Failed to initiate HTLC transaction");return ie(o.transaction_hash)}catch(r){return G(`HTLC Initiation Error: ${r}`)}}async redeem(t,r){try{const n=await this.getHTLCContract(t,!0),i=t.create_order.source_chain.includes("starknet")?t.source_swap.swap_id:t.destination_swap.swap_id,s=await this.account.execute({contractAddress:n.address,entrypoint:"redeem",calldata:Re.CallData.compile({swap_id:i,secret:z.hexToU32Array(r)})});return s.transaction_hash?ie(s.transaction_hash):G("Failed to redeem HTLC transaction")}catch{return G("HTLC Redeem Error")}}async refund(t){try{const r=t.create_order.source_chain.includes("starknet")?t.source_swap.swap_id:t.destination_swap.swap_id,n=await this.getHTLCContract(t),i=await this.account.execute({contractAddress:n.address,entrypoint:"refund",calldata:{orderId:r}});return i.transaction_hash?ie(i.transaction_hash):G("Failed to refund HTLC transaction")}catch{return G("HTLC Refund Error")}}}exports.API=Vn;exports.AbiErrorInputsNotFoundError=Yh;exports.AbiErrorNotFoundError=Xh;exports.AbiFunctionNotFoundError=Xn;exports.AbiFunctionOutputsNotFoundError=vf;exports.AbiFunctionSignatureNotFoundError=Qh;exports.BaseError=$;exports.BlockNumberFetcher=rl;exports.EvmRelay=ql;exports.Garden=Ac;exports.Hash=Ba;exports.HttpRequestError=Ma;exports.InvalidArrayError=Ef;exports.OrderActions=Ce;exports.OrderStatus=we;exports.ParseOrderStatus=sc;exports.ParseSwapStatus=ha;exports.Quote=nl;exports.STARKNET_CONFIG=_s;exports.SecretManager=Si;exports.StarknetHTLC=v_;exports.StarknetRelay=Kl;exports.SwapStatus=xe;exports.abytes=Ti;exports.aexists=Jn;exports.ahash=p0;exports.batchGatewayAbi=py;exports.call=Qa;exports.concat=Rr;exports.concatBytes=A0;exports.concatHex=Ct;exports.constructOrderPair=Cd;exports.decodeAbiParameters=Ii;exports.decodeErrorResult=jf;exports.encodeAbiParameters=Cs;exports.evmToViemChainMap=Gl;exports.filterDeadlineExpiredOrders=sb;exports.formatAbiItem=kt;exports.getAbiItem=En;exports.getUrl=$a;exports.hyperliquid=jl;exports.hyperliquidTestnet=Dl;exports.isAddressEqual=Ya;exports.isExpired=vi;exports.isHex=zt;exports.parseAction=ib;exports.parseActionFromStatus=oc;exports.randomBytes=S0;exports.sha256=td;exports.slice=dn;exports.solidityError=Hf;exports.stringify=It;exports.switchOrAddNetwork=zl;exports.toBytes=ks;exports.toFunctionSelector=Os;exports.toXOnly=cr;exports.validateBTCAddress=eb;
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-DSYFbG7o.cjs");exports.API=e.API;exports.BlockNumberFetcher=e.BlockNumberFetcher;exports.EvmRelay=e.EvmRelay;exports.Garden=e.Garden;exports.OrderActions=e.OrderActions;exports.OrderStatus=e.OrderStatus;exports.ParseOrderStatus=e.ParseOrderStatus;exports.ParseSwapStatus=e.ParseSwapStatus;exports.Quote=e.Quote;exports.STARKNET_CONFIG=e.STARKNET_CONFIG;exports.SecretManager=e.SecretManager;exports.StarknetHTLC=e.StarknetHTLC;exports.StarknetRelay=e.StarknetRelay;exports.SwapStatus=e.SwapStatus;exports.constructOrderPair=e.constructOrderPair;exports.evmToViemChainMap=e.evmToViemChainMap;exports.filterDeadlineExpiredOrders=e.filterDeadlineExpiredOrders;exports.hyperliquid=e.hyperliquid;exports.hyperliquidTestnet=e.hyperliquidTestnet;exports.isExpired=e.isExpired;exports.parseAction=e.parseAction;exports.parseActionFromStatus=e.parseActionFromStatus;exports.switchOrAddNetwork=e.switchOrAddNetwork;exports.toXOnly=e.toXOnly;exports.validateBTCAddress=e.validateBTCAddress;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CuxhaFla.cjs");exports.API=e.API;exports.BlockNumberFetcher=e.BlockNumberFetcher;exports.EvmRelay=e.EvmRelay;exports.Garden=e.Garden;exports.OrderActions=e.OrderActions;exports.OrderStatus=e.OrderStatus;exports.ParseOrderStatus=e.ParseOrderStatus;exports.ParseSwapStatus=e.ParseSwapStatus;exports.Quote=e.Quote;exports.STARKNET_CONFIG=e.STARKNET_CONFIG;exports.SecretManager=e.SecretManager;exports.StarknetHTLC=e.StarknetHTLC;exports.StarknetRelay=e.StarknetRelay;exports.SwapStatus=e.SwapStatus;exports.constructOrderPair=e.constructOrderPair;exports.evmToViemChainMap=e.evmToViemChainMap;exports.filterDeadlineExpiredOrders=e.filterDeadlineExpiredOrders;exports.hyperliquid=e.hyperliquid;exports.hyperliquidTestnet=e.hyperliquidTestnet;exports.isExpired=e.isExpired;exports.parseAction=e.parseAction;exports.parseActionFromStatus=e.parseActionFromStatus;exports.switchOrAddNetwork=e.switchOrAddNetwork;exports.toXOnly=e.toXOnly;exports.validateBTCAddress=e.validateBTCAddress;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a1 as e, J as r, E as t, G as i, O as d, K as n, P as o, N as S, V as p, a2 as u, U as c, F as l, S as O, L as A, W as T, Z as m, R as h, a0 as y, $ as E, Q as N, M as P, T as k, _ as w, Y as C, X as F } from "./index-kAZxzQke.js";
1
+ import { a1 as e, J as r, E as t, G as i, O as d, K as n, P as o, N as S, V as p, a2 as u, U as c, F as l, S as O, L as A, W as T, Z as m, R as h, a0 as y, $ as E, Q as N, M as P, T as k, _ as w, Y as C, X as F } from "./index-B1JE-GCh.js";
2
2
  export {
3
3
  e as API,
4
4
  r as BlockNumberFetcher,
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const G=require("./index-DSYFbG7o.cjs");class Pt extends G.Hash{constructor(n,t){super(),this.finished=!1,this.destroyed=!1,G.ahash(n);const r=G.toBytes(t);if(this.iHash=n.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const s=this.blockLen,i=new Uint8Array(s);i.set(r.length>s?n.create().update(r).digest():r);for(let c=0;c<i.length;c++)i[c]^=54;this.iHash.update(i),this.oHash=n.create();for(let c=0;c<i.length;c++)i[c]^=106;this.oHash.update(i),i.fill(0)}update(n){return G.aexists(this),this.iHash.update(n),this}digestInto(n){G.aexists(this),G.abytes(n,this.outputLen),this.finished=!0,this.iHash.digestInto(n),this.oHash.update(n),this.oHash.digestInto(n),this.destroy()}digest(){const n=new Uint8Array(this.oHash.outputLen);return this.digestInto(n),n}_cloneInto(n){n||(n=Object.create(Object.getPrototypeOf(this),{}));const{oHash:t,iHash:r,finished:s,destroyed:i,blockLen:c,outputLen:f}=this;return n=n,n.finished=s,n.destroyed=i,n.blockLen=c,n.outputLen=f,n.oHash=t._cloneInto(n.oHash),n.iHash=r._cloneInto(n.iHash),n}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const Wt=(e,n,t)=>new Pt(e,n).update(t).digest();Wt.create=(e,n)=>new Pt(e,n);/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Zt=BigInt(0),It=BigInt(1);function st(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function zt(e){if(!st(e))throw new Error("Uint8Array expected")}function ut(e,n){if(typeof n!="boolean")throw new Error(e+" boolean expected, got "+n)}function ht(e){const n=e.toString(16);return n.length&1?"0"+n:n}function Gt(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);return e===""?Zt:BigInt("0x"+e)}const $t=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",ce=Array.from({length:256},(e,n)=>n.toString(16).padStart(2,"0"));function lt(e){if(zt(e),$t)return e.toHex();let n="";for(let t=0;t<e.length;t++)n+=ce[e[t]];return n}const W={_0:48,_9:57,A:65,F:70,a:97,f:102};function kt(e){if(e>=W._0&&e<=W._9)return e-W._0;if(e>=W.A&&e<=W.F)return e-(W.A-10);if(e>=W.a&&e<=W.f)return e-(W.a-10)}function wt(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);if($t)return Uint8Array.fromHex(e);const n=e.length,t=n/2;if(n%2)throw new Error("hex string expected, got unpadded hex of length "+n);const r=new Uint8Array(t);for(let s=0,i=0;s<t;s++,i+=2){const c=kt(e.charCodeAt(i)),f=kt(e.charCodeAt(i+1));if(c===void 0||f===void 0){const o=e[i]+e[i+1];throw new Error('hex string expected, got non-hex character "'+o+'" at index '+i)}r[s]=c*16+f}return r}function et(e){return Gt(lt(e))}function Xt(e){return zt(e),Gt(lt(Uint8Array.from(e).reverse()))}function dt(e,n){return wt(e.toString(16).padStart(n*2,"0"))}function Dt(e,n){return dt(e,n).reverse()}function K(e,n,t){let r;if(typeof n=="string")try{r=wt(n)}catch(i){throw new Error(e+" must be hex string or Uint8Array, cause: "+i)}else if(st(n))r=Uint8Array.from(n);else throw new Error(e+" must be hex string or Uint8Array");const s=r.length;if(typeof t=="number"&&s!==t)throw new Error(e+" of length "+t+" expected, got "+s);return r}function gt(...e){let n=0;for(let r=0;r<e.length;r++){const s=e[r];zt(s),n+=s.length}const t=new Uint8Array(n);for(let r=0,s=0;r<e.length;r++){const i=e[r];t.set(i,s),s+=i.length}return t}const Et=e=>typeof e=="bigint"&&Zt<=e;function Ut(e,n,t){return Et(e)&&Et(n)&&Et(t)&&n<=e&&e<t}function it(e,n,t,r){if(!Ut(n,t,r))throw new Error("expected valid "+e+": "+t+" <= n < "+r+", got "+n)}function fe(e){let n;for(n=0;e>Zt;e>>=It,n+=1);return n}const pt=e=>(It<<BigInt(e))-It,Bt=e=>new Uint8Array(e),Tt=e=>Uint8Array.from(e);function ae(e,n,t){if(typeof e!="number"||e<2)throw new Error("hashLen must be a number");if(typeof n!="number"||n<2)throw new Error("qByteLen must be a number");if(typeof t!="function")throw new Error("hmacFn must be a function");let r=Bt(e),s=Bt(e),i=0;const c=()=>{r.fill(1),s.fill(0),i=0},f=(...I)=>t(s,r,...I),o=(I=Bt(0))=>{s=f(Tt([0]),I),r=f(),I.length!==0&&(s=f(Tt([1]),I),r=f())},u=()=>{if(i++>=1e3)throw new Error("drbg: tried 1000 values");let I=0;const d=[];for(;I<n;){r=f();const S=r.slice();d.push(S),I+=r.length}return gt(...d)};return(I,d)=>{c(),o(I);let S;for(;!(S=d(u()));)o();return c(),S}}const ue={bigint:e=>typeof e=="bigint",function:e=>typeof e=="function",boolean:e=>typeof e=="boolean",string:e=>typeof e=="string",stringOrUint8Array:e=>typeof e=="string"||st(e),isSafeInteger:e=>Number.isSafeInteger(e),array:e=>Array.isArray(e),field:(e,n)=>n.Fp.isValid(e),hash:e=>typeof e=="function"&&Number.isSafeInteger(e.outputLen)};function yt(e,n,t={}){const r=(s,i,c)=>{const f=ue[i];if(typeof f!="function")throw new Error("invalid validator function");const o=e[s];if(!(c&&o===void 0)&&!f(o,e))throw new Error("param "+String(s)+" is invalid. Expected "+i+", got "+o)};for(const[s,i]of Object.entries(n))r(s,i,!1);for(const[s,i]of Object.entries(t))r(s,i,!0);return e}function Rt(e){const n=new WeakMap;return(t,...r)=>{const s=n.get(t);if(s!==void 0)return s;const i=e(t,...r);return n.set(t,i),i}}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const T=BigInt(0),z=BigInt(1),tt=BigInt(2),le=BigInt(3),Nt=BigInt(4),Ct=BigInt(5),_t=BigInt(8);function j(e,n){const t=e%n;return t>=T?t:n+t}function de(e,n,t){if(n<T)throw new Error("invalid exponent, negatives unsupported");if(t<=T)throw new Error("invalid modulus");if(t===z)return T;let r=z;for(;n>T;)n&z&&(r=r*e%t),e=e*e%t,n>>=z;return r}function Y(e,n,t){let r=e;for(;n-- >T;)r*=r,r%=t;return r}function qt(e,n){if(e===T)throw new Error("invert: expected non-zero number");if(n<=T)throw new Error("invert: expected positive modulus, got "+n);let t=j(e,n),r=n,s=T,i=z;for(;t!==T;){const f=r/t,o=r%t,u=s-i*f;r=t,t=o,s=i,i=u}if(r!==z)throw new Error("invert: does not exist");return j(s,n)}function he(e){const n=(e-z)/tt;let t,r,s;for(t=e-z,r=0;t%tt===T;t/=tt,r++);for(s=tt;s<e&&de(s,n,e)!==e-z;s++)if(s>1e3)throw new Error("Cannot find square root: likely non-prime P");if(r===1){const c=(e+z)/Nt;return function(o,u){const m=o.pow(u,c);if(!o.eql(o.sqr(m),u))throw new Error("Cannot find square root");return m}}const i=(t+z)/tt;return function(f,o){if(f.pow(o,n)===f.neg(f.ONE))throw new Error("Cannot find square root");let u=r,m=f.pow(f.mul(f.ONE,s),t),I=f.pow(o,i),d=f.pow(o,t);for(;!f.eql(d,f.ONE);){if(f.eql(d,f.ZERO))return f.ZERO;let S=1;for(let p=f.sqr(d);S<u&&!f.eql(p,f.ONE);S++)p=f.sqr(p);const L=f.pow(m,z<<BigInt(u-S-1));m=f.sqr(L),I=f.mul(I,L),d=f.mul(d,m),u=S}return I}}function we(e){if(e%Nt===le){const n=(e+z)/Nt;return function(r,s){const i=r.pow(s,n);if(!r.eql(r.sqr(i),s))throw new Error("Cannot find square root");return i}}if(e%_t===Ct){const n=(e-Ct)/_t;return function(r,s){const i=r.mul(s,tt),c=r.pow(i,n),f=r.mul(s,c),o=r.mul(r.mul(f,tt),c),u=r.mul(f,r.sub(o,r.ONE));if(!r.eql(r.sqr(u),s))throw new Error("Cannot find square root");return u}}return he(e)}const ge=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function pe(e){const n={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},t=ge.reduce((r,s)=>(r[s]="function",r),n);return yt(e,t)}function ye(e,n,t){if(t<T)throw new Error("invalid exponent, negatives unsupported");if(t===T)return e.ONE;if(t===z)return n;let r=e.ONE,s=n;for(;t>T;)t&z&&(r=e.mul(r,s)),s=e.sqr(s),t>>=z;return r}function me(e,n){const t=new Array(n.length),r=n.reduce((i,c,f)=>e.is0(c)?i:(t[f]=i,e.mul(i,c)),e.ONE),s=e.inv(r);return n.reduceRight((i,c,f)=>e.is0(c)?i:(t[f]=e.mul(i,t[f]),e.mul(i,c)),s),t}function Qt(e,n){const t=n!==void 0?n:e.toString(2).length,r=Math.ceil(t/8);return{nBitLength:t,nByteLength:r}}function Jt(e,n,t=!1,r={}){if(e<=T)throw new Error("invalid field: expected ORDER > 0, got "+e);const{nBitLength:s,nByteLength:i}=Qt(e,n);if(i>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let c;const f=Object.freeze({ORDER:e,isLE:t,BITS:s,BYTES:i,MASK:pt(s),ZERO:T,ONE:z,create:o=>j(o,e),isValid:o=>{if(typeof o!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof o);return T<=o&&o<e},is0:o=>o===T,isOdd:o=>(o&z)===z,neg:o=>j(-o,e),eql:(o,u)=>o===u,sqr:o=>j(o*o,e),add:(o,u)=>j(o+u,e),sub:(o,u)=>j(o-u,e),mul:(o,u)=>j(o*u,e),pow:(o,u)=>ye(f,o,u),div:(o,u)=>j(o*qt(u,e),e),sqrN:o=>o*o,addN:(o,u)=>o+u,subN:(o,u)=>o-u,mulN:(o,u)=>o*u,inv:o=>qt(o,e),sqrt:r.sqrt||(o=>(c||(c=we(e)),c(f,o))),invertBatch:o=>me(f,o),cmov:(o,u,m)=>m?u:o,toBytes:o=>t?Dt(o,i):dt(o,i),fromBytes:o=>{if(o.length!==i)throw new Error("Field.fromBytes: expected "+i+" bytes, got "+o.length);return t?Xt(o):et(o)}});return Object.freeze(f)}function te(e){if(typeof e!="bigint")throw new Error("field order must be bigint");const n=e.toString(2).length;return Math.ceil(n/8)}function ee(e){const n=te(e);return n+Math.ceil(n/2)}function be(e,n,t=!1){const r=e.length,s=te(n),i=ee(n);if(r<16||r<i||r>1024)throw new Error("expected "+i+"-1024 bytes of input, got "+r);const c=t?Xt(e):et(e),f=j(c,n-z)+z;return t?Dt(f,s):dt(f,s)}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Mt=BigInt(0),Ot=BigInt(1);function vt(e,n){const t=n.negate();return e?t:n}function ne(e,n){if(!Number.isSafeInteger(e)||e<=0||e>n)throw new Error("invalid window size, expected [1.."+n+"], got W="+e)}function xt(e,n){ne(e,n);const t=Math.ceil(n/e)+1,r=2**(e-1),s=2**e,i=pt(e),c=BigInt(e);return{windows:t,windowSize:r,mask:i,maxNumber:s,shiftBy:c}}function jt(e,n,t){const{windowSize:r,mask:s,maxNumber:i,shiftBy:c}=t;let f=Number(e&s),o=e>>c;f>r&&(f-=i,o+=Ot);const u=n*r,m=u+Math.abs(f)-1,I=f===0,d=f<0,S=n%2!==0;return{nextN:o,offset:m,isZero:I,isNeg:d,isNegF:S,offsetF:u}}function Ee(e,n){if(!Array.isArray(e))throw new Error("array expected");e.forEach((t,r)=>{if(!(t instanceof n))throw new Error("invalid point at index "+r)})}function Be(e,n){if(!Array.isArray(e))throw new Error("array of scalars expected");e.forEach((t,r)=>{if(!n.isValid(t))throw new Error("invalid scalar at index "+r)})}const St=new WeakMap,re=new WeakMap;function At(e){return re.get(e)||1}function ve(e,n){return{constTimeNegate:vt,hasPrecomputes(t){return At(t)!==1},unsafeLadder(t,r,s=e.ZERO){let i=t;for(;r>Mt;)r&Ot&&(s=s.add(i)),i=i.double(),r>>=Ot;return s},precomputeWindow(t,r){const{windows:s,windowSize:i}=xt(r,n),c=[];let f=t,o=f;for(let u=0;u<s;u++){o=f,c.push(o);for(let m=1;m<i;m++)o=o.add(f),c.push(o);f=o.double()}return c},wNAF(t,r,s){let i=e.ZERO,c=e.BASE;const f=xt(t,n);for(let o=0;o<f.windows;o++){const{nextN:u,offset:m,isZero:I,isNeg:d,isNegF:S,offsetF:L}=jt(s,o,f);s=u,I?c=c.add(vt(S,r[L])):i=i.add(vt(d,r[m]))}return{p:i,f:c}},wNAFUnsafe(t,r,s,i=e.ZERO){const c=xt(t,n);for(let f=0;f<c.windows&&s!==Mt;f++){const{nextN:o,offset:u,isZero:m,isNeg:I}=jt(s,f,c);if(s=o,!m){const d=r[u];i=i.add(I?d.negate():d)}}return i},getPrecomputes(t,r,s){let i=St.get(r);return i||(i=this.precomputeWindow(r,t),t!==1&&St.set(r,s(i))),i},wNAFCached(t,r,s){const i=At(t);return this.wNAF(i,this.getPrecomputes(i,t,s),r)},wNAFCachedUnsafe(t,r,s,i){const c=At(t);return c===1?this.unsafeLadder(t,r,i):this.wNAFUnsafe(c,this.getPrecomputes(c,t,s),r,i)},setWindowSize(t,r){ne(r,n),re.set(t,r),St.delete(t)}}}function xe(e,n,t,r){if(Ee(t,e),Be(r,n),t.length!==r.length)throw new Error("arrays of points and scalars must have equal length");const s=e.ZERO,i=fe(BigInt(t.length)),c=i>12?i-3:i>4?i-2:i?2:1,f=pt(c),o=new Array(Number(f)+1).fill(s),u=Math.floor((n.BITS-1)/c)*c;let m=s;for(let I=u;I>=0;I-=c){o.fill(s);for(let S=0;S<r.length;S++){const L=r[S],p=Number(L>>BigInt(I)&f);o[p]=o[p].add(t[S])}let d=s;for(let S=o.length-1,L=s;S>0;S--)L=L.add(o[S]),d=d.add(L);if(m=m.add(d),I!==0)for(let S=0;S<c;S++)m=m.double()}return m}function oe(e){return pe(e.Fp),yt(e,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Qt(e.n,e.nBitLength),...e,p:e.Fp.ORDER})}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */function Vt(e){e.lowS!==void 0&&ut("lowS",e.lowS),e.prehash!==void 0&&ut("prehash",e.prehash)}function Se(e){const n=oe(e);yt(n,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});const{endo:t,Fp:r,a:s}=n;if(t){if(!r.eql(s,r.ZERO))throw new Error("invalid endomorphism, can only be defined for Koblitz curves that have a=0");if(typeof t!="object"||typeof t.beta!="bigint"||typeof t.splitScalar!="function")throw new Error("invalid endomorphism, expected beta: bigint and splitScalar: function")}return Object.freeze({...n})}class Ae extends Error{constructor(n=""){super(n)}}const $={Err:Ae,_tlv:{encode:(e,n)=>{const{Err:t}=$;if(e<0||e>256)throw new t("tlv.encode: wrong tag");if(n.length&1)throw new t("tlv.encode: unpadded data");const r=n.length/2,s=ht(r);if(s.length/2&128)throw new t("tlv.encode: long form length too big");const i=r>127?ht(s.length/2|128):"";return ht(e)+i+s+n},decode(e,n){const{Err:t}=$;let r=0;if(e<0||e>256)throw new t("tlv.encode: wrong tag");if(n.length<2||n[r++]!==e)throw new t("tlv.decode: wrong tlv");const s=n[r++],i=!!(s&128);let c=0;if(!i)c=s;else{const o=s&127;if(!o)throw new t("tlv.decode(long): indefinite length not supported");if(o>4)throw new t("tlv.decode(long): byte length is too big");const u=n.subarray(r,r+o);if(u.length!==o)throw new t("tlv.decode: length bytes not complete");if(u[0]===0)throw new t("tlv.decode(long): zero leftmost byte");for(const m of u)c=c<<8|m;if(r+=o,c<128)throw new t("tlv.decode(long): not minimal encoding")}const f=n.subarray(r,r+c);if(f.length!==c)throw new t("tlv.decode: wrong value length");return{v:f,l:n.subarray(r+c)}}},_int:{encode(e){const{Err:n}=$;if(e<X)throw new n("integer: negative integers are not allowed");let t=ht(e);if(Number.parseInt(t[0],16)&8&&(t="00"+t),t.length&1)throw new n("unexpected DER parsing assertion: unpadded hex");return t},decode(e){const{Err:n}=$;if(e[0]&128)throw new n("invalid signature integer: negative");if(e[0]===0&&!(e[1]&128))throw new n("invalid signature integer: unnecessary leading zero");return et(e)}},toSig(e){const{Err:n,_int:t,_tlv:r}=$,s=K("signature",e),{v:i,l:c}=r.decode(48,s);if(c.length)throw new n("invalid signature: left bytes after parsing");const{v:f,l:o}=r.decode(2,i),{v:u,l:m}=r.decode(2,o);if(m.length)throw new n("invalid signature: left bytes after parsing");return{r:t.decode(f),s:t.decode(u)}},hexFromSig(e){const{_tlv:n,_int:t}=$,r=n.encode(2,t.encode(e.r)),s=n.encode(2,t.encode(e.s)),i=r+s;return n.encode(48,i)}},X=BigInt(0),k=BigInt(1);BigInt(2);const Yt=BigInt(3);BigInt(4);function Ie(e){const n=Se(e),{Fp:t}=n,r=Jt(n.n,n.nBitLength),s=n.toBytes||((p,a,h)=>{const y=a.toAffine();return gt(Uint8Array.from([4]),t.toBytes(y.x),t.toBytes(y.y))}),i=n.fromBytes||(p=>{const a=p.subarray(1),h=t.fromBytes(a.subarray(0,t.BYTES)),y=t.fromBytes(a.subarray(t.BYTES,2*t.BYTES));return{x:h,y}});function c(p){const{a,b:h}=n,y=t.sqr(p),b=t.mul(y,p);return t.add(t.add(b,t.mul(p,a)),h)}if(!t.eql(t.sqr(n.Gy),c(n.Gx)))throw new Error("bad generator point: equation left != right");function f(p){return Ut(p,k,n.n)}function o(p){const{allowedPrivateKeyLengths:a,nByteLength:h,wrapPrivateKey:y,n:b}=n;if(a&&typeof p!="bigint"){if(st(p)&&(p=lt(p)),typeof p!="string"||!a.includes(p.length))throw new Error("invalid private key");p=p.padStart(h*2,"0")}let N;try{N=typeof p=="bigint"?p:et(K("private key",p,h))}catch{throw new Error("invalid private key, expected hex or "+h+" bytes, got "+typeof p)}return y&&(N=j(N,b)),it("private key",N,k,b),N}function u(p){if(!(p instanceof d))throw new Error("ProjectivePoint expected")}const m=Rt((p,a)=>{const{px:h,py:y,pz:b}=p;if(t.eql(b,t.ONE))return{x:h,y};const N=p.is0();a==null&&(a=N?t.ONE:t.inv(b));const O=t.mul(h,a),A=t.mul(y,a),E=t.mul(b,a);if(N)return{x:t.ZERO,y:t.ZERO};if(!t.eql(E,t.ONE))throw new Error("invZ was invalid");return{x:O,y:A}}),I=Rt(p=>{if(p.is0()){if(n.allowInfinityPoint&&!t.is0(p.py))return;throw new Error("bad point: ZERO")}const{x:a,y:h}=p.toAffine();if(!t.isValid(a)||!t.isValid(h))throw new Error("bad point: x or y not FE");const y=t.sqr(h),b=c(a);if(!t.eql(y,b))throw new Error("bad point: equation left != right");if(!p.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});class d{constructor(a,h,y){if(a==null||!t.isValid(a))throw new Error("x required");if(h==null||!t.isValid(h))throw new Error("y required");if(y==null||!t.isValid(y))throw new Error("z required");this.px=a,this.py=h,this.pz=y,Object.freeze(this)}static fromAffine(a){const{x:h,y}=a||{};if(!a||!t.isValid(h)||!t.isValid(y))throw new Error("invalid affine point");if(a instanceof d)throw new Error("projective point not allowed");const b=N=>t.eql(N,t.ZERO);return b(h)&&b(y)?d.ZERO:new d(h,y,t.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(a){const h=t.invertBatch(a.map(y=>y.pz));return a.map((y,b)=>y.toAffine(h[b])).map(d.fromAffine)}static fromHex(a){const h=d.fromAffine(i(K("pointHex",a)));return h.assertValidity(),h}static fromPrivateKey(a){return d.BASE.multiply(o(a))}static msm(a,h){return xe(d,r,a,h)}_setWindowSize(a){L.setWindowSize(this,a)}assertValidity(){I(this)}hasEvenY(){const{y:a}=this.toAffine();if(t.isOdd)return!t.isOdd(a);throw new Error("Field doesn't support isOdd")}equals(a){u(a);const{px:h,py:y,pz:b}=this,{px:N,py:O,pz:A}=a,E=t.eql(t.mul(h,A),t.mul(N,b)),x=t.eql(t.mul(y,A),t.mul(O,b));return E&&x}negate(){return new d(this.px,t.neg(this.py),this.pz)}double(){const{a,b:h}=n,y=t.mul(h,Yt),{px:b,py:N,pz:O}=this;let A=t.ZERO,E=t.ZERO,x=t.ZERO,B=t.mul(b,b),R=t.mul(N,N),Z=t.mul(O,O),H=t.mul(b,N);return H=t.add(H,H),x=t.mul(b,O),x=t.add(x,x),A=t.mul(a,x),E=t.mul(y,Z),E=t.add(A,E),A=t.sub(R,E),E=t.add(R,E),E=t.mul(A,E),A=t.mul(H,A),x=t.mul(y,x),Z=t.mul(a,Z),H=t.sub(B,Z),H=t.mul(a,H),H=t.add(H,x),x=t.add(B,B),B=t.add(x,B),B=t.add(B,Z),B=t.mul(B,H),E=t.add(E,B),Z=t.mul(N,O),Z=t.add(Z,Z),B=t.mul(Z,H),A=t.sub(A,B),x=t.mul(Z,R),x=t.add(x,x),x=t.add(x,x),new d(A,E,x)}add(a){u(a);const{px:h,py:y,pz:b}=this,{px:N,py:O,pz:A}=a;let E=t.ZERO,x=t.ZERO,B=t.ZERO;const R=n.a,Z=t.mul(n.b,Yt);let H=t.mul(h,N),V=t.mul(y,O),l=t.mul(b,A),w=t.add(h,y),g=t.add(N,O);w=t.mul(w,g),g=t.add(H,V),w=t.sub(w,g),g=t.add(h,b);let v=t.add(N,A);return g=t.mul(g,v),v=t.add(H,l),g=t.sub(g,v),v=t.add(y,b),E=t.add(O,A),v=t.mul(v,E),E=t.add(V,l),v=t.sub(v,E),B=t.mul(R,g),E=t.mul(Z,l),B=t.add(E,B),E=t.sub(V,B),B=t.add(V,B),x=t.mul(E,B),V=t.add(H,H),V=t.add(V,H),l=t.mul(R,l),g=t.mul(Z,g),V=t.add(V,l),l=t.sub(H,l),l=t.mul(R,l),g=t.add(g,l),H=t.mul(V,g),x=t.add(x,H),H=t.mul(v,g),E=t.mul(w,E),E=t.sub(E,H),H=t.mul(w,V),B=t.mul(v,B),B=t.add(B,H),new d(E,x,B)}subtract(a){return this.add(a.negate())}is0(){return this.equals(d.ZERO)}wNAF(a){return L.wNAFCached(this,a,d.normalizeZ)}multiplyUnsafe(a){const{endo:h,n:y}=n;it("scalar",a,X,y);const b=d.ZERO;if(a===X)return b;if(this.is0()||a===k)return this;if(!h||L.hasPrecomputes(this))return L.wNAFCachedUnsafe(this,a,d.normalizeZ);let{k1neg:N,k1:O,k2neg:A,k2:E}=h.splitScalar(a),x=b,B=b,R=this;for(;O>X||E>X;)O&k&&(x=x.add(R)),E&k&&(B=B.add(R)),R=R.double(),O>>=k,E>>=k;return N&&(x=x.negate()),A&&(B=B.negate()),B=new d(t.mul(B.px,h.beta),B.py,B.pz),x.add(B)}multiply(a){const{endo:h,n:y}=n;it("scalar",a,k,y);let b,N;if(h){const{k1neg:O,k1:A,k2neg:E,k2:x}=h.splitScalar(a);let{p:B,f:R}=this.wNAF(A),{p:Z,f:H}=this.wNAF(x);B=L.constTimeNegate(O,B),Z=L.constTimeNegate(E,Z),Z=new d(t.mul(Z.px,h.beta),Z.py,Z.pz),b=B.add(Z),N=R.add(H)}else{const{p:O,f:A}=this.wNAF(a);b=O,N=A}return d.normalizeZ([b,N])[0]}multiplyAndAddUnsafe(a,h,y){const b=d.BASE,N=(A,E)=>E===X||E===k||!A.equals(b)?A.multiplyUnsafe(E):A.multiply(E),O=N(this,h).add(N(a,y));return O.is0()?void 0:O}toAffine(a){return m(this,a)}isTorsionFree(){const{h:a,isTorsionFree:h}=n;if(a===k)return!0;if(h)return h(d,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){const{h:a,clearCofactor:h}=n;return a===k?this:h?h(d,this):this.multiplyUnsafe(n.h)}toRawBytes(a=!0){return ut("isCompressed",a),this.assertValidity(),s(d,this,a)}toHex(a=!0){return ut("isCompressed",a),lt(this.toRawBytes(a))}}d.BASE=new d(n.Gx,n.Gy,t.ONE),d.ZERO=new d(t.ZERO,t.ONE,t.ZERO);const S=n.nBitLength,L=ve(d,n.endo?Math.ceil(S/2):S);return{CURVE:n,ProjectivePoint:d,normPrivateKeyToScalar:o,weierstrassEquation:c,isWithinCurveOrder:f}}function Ne(e){const n=oe(e);return yt(n,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...n})}function qe(e){const n=Ne(e),{Fp:t,n:r}=n,s=t.BYTES+1,i=2*t.BYTES+1;function c(l){return j(l,r)}function f(l){return qt(l,r)}const{ProjectivePoint:o,normPrivateKeyToScalar:u,weierstrassEquation:m,isWithinCurveOrder:I}=Ie({...n,toBytes(l,w,g){const v=w.toAffine(),q=t.toBytes(v.x),U=gt;return ut("isCompressed",g),g?U(Uint8Array.from([w.hasEvenY()?2:3]),q):U(Uint8Array.from([4]),q,t.toBytes(v.y))},fromBytes(l){const w=l.length,g=l[0],v=l.subarray(1);if(w===s&&(g===2||g===3)){const q=et(v);if(!Ut(q,k,t.ORDER))throw new Error("Point is not on curve");const U=m(q);let _;try{_=t.sqrt(U)}catch(F){const M=F instanceof Error?": "+F.message:"";throw new Error("Point is not on curve"+M)}const C=(_&k)===k;return(g&1)===1!==C&&(_=t.neg(_)),{x:q,y:_}}else if(w===i&&g===4){const q=t.fromBytes(v.subarray(0,t.BYTES)),U=t.fromBytes(v.subarray(t.BYTES,2*t.BYTES));return{x:q,y:U}}else{const q=s,U=i;throw new Error("invalid Point, expected length of "+q+", or uncompressed "+U+", got "+w)}}}),d=l=>lt(dt(l,n.nByteLength));function S(l){const w=r>>k;return l>w}function L(l){return S(l)?c(-l):l}const p=(l,w,g)=>et(l.slice(w,g));class a{constructor(w,g,v){it("r",w,k,r),it("s",g,k,r),this.r=w,this.s=g,v!=null&&(this.recovery=v),Object.freeze(this)}static fromCompact(w){const g=n.nByteLength;return w=K("compactSignature",w,g*2),new a(p(w,0,g),p(w,g,2*g))}static fromDER(w){const{r:g,s:v}=$.toSig(K("DER",w));return new a(g,v)}assertValidity(){}addRecoveryBit(w){return new a(this.r,this.s,w)}recoverPublicKey(w){const{r:g,s:v,recovery:q}=this,U=A(K("msgHash",w));if(q==null||![0,1,2,3].includes(q))throw new Error("recovery id invalid");const _=q===2||q===3?g+n.n:g;if(_>=t.ORDER)throw new Error("recovery id 2 or 3 invalid");const C=q&1?"03":"02",P=o.fromHex(C+d(_)),F=f(_),M=c(-U*F),nt=c(v*F),D=o.BASE.multiplyAndAddUnsafe(P,M,nt);if(!D)throw new Error("point at infinify");return D.assertValidity(),D}hasHighS(){return S(this.s)}normalizeS(){return this.hasHighS()?new a(this.r,c(-this.s),this.recovery):this}toDERRawBytes(){return wt(this.toDERHex())}toDERHex(){return $.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return wt(this.toCompactHex())}toCompactHex(){return d(this.r)+d(this.s)}}const h={isValidPrivateKey(l){try{return u(l),!0}catch{return!1}},normPrivateKeyToScalar:u,randomPrivateKey:()=>{const l=ee(n.n);return be(n.randomBytes(l),n.n)},precompute(l=8,w=o.BASE){return w._setWindowSize(l),w.multiply(BigInt(3)),w}};function y(l,w=!0){return o.fromPrivateKey(l).toRawBytes(w)}function b(l){const w=st(l),g=typeof l=="string",v=(w||g)&&l.length;return w?v===s||v===i:g?v===2*s||v===2*i:l instanceof o}function N(l,w,g=!0){if(b(l))throw new Error("first arg must be private key");if(!b(w))throw new Error("second arg must be public key");return o.fromHex(w).multiply(u(l)).toRawBytes(g)}const O=n.bits2int||function(l){if(l.length>8192)throw new Error("input is too large");const w=et(l),g=l.length*8-n.nBitLength;return g>0?w>>BigInt(g):w},A=n.bits2int_modN||function(l){return c(O(l))},E=pt(n.nBitLength);function x(l){return it("num < 2^"+n.nBitLength,l,X,E),dt(l,n.nByteLength)}function B(l,w,g=R){if(["recovered","canonical"].some(Q=>Q in g))throw new Error("sign() legacy options not supported");const{hash:v,randomBytes:q}=n;let{lowS:U,prehash:_,extraEntropy:C}=g;U==null&&(U=!0),l=K("msgHash",l),Vt(g),_&&(l=K("prehashed msgHash",v(l)));const P=A(l),F=u(w),M=[x(F),x(P)];if(C!=null&&C!==!1){const Q=C===!0?q(t.BYTES):C;M.push(K("extraEntropy",Q))}const nt=gt(...M),D=P;function mt(Q){const rt=O(Q);if(!I(rt))return;const bt=f(rt),ct=o.BASE.multiply(rt).toAffine(),J=c(ct.x);if(J===X)return;const ft=c(bt*c(D+J*F));if(ft===X)return;let at=(ct.x===J?0:2)|Number(ct.y&k),ot=ft;return U&&S(ft)&&(ot=L(ft),at^=1),new a(J,ot,at)}return{seed:nt,k2sig:mt}}const R={lowS:n.lowS,prehash:!1},Z={lowS:n.lowS,prehash:!1};function H(l,w,g=R){const{seed:v,k2sig:q}=B(l,w,g),U=n;return ae(U.hash.outputLen,U.nByteLength,U.hmac)(v,q)}o.BASE._setWindowSize(8);function V(l,w,g,v=Z){var at;const q=l;w=K("msgHash",w),g=K("publicKey",g);const{lowS:U,prehash:_,format:C}=v;if(Vt(v),"strict"in v)throw new Error("options.strict was renamed to lowS");if(C!==void 0&&C!=="compact"&&C!=="der")throw new Error("format must be compact or der");const P=typeof q=="string"||st(q),F=!P&&!C&&typeof q=="object"&&q!==null&&typeof q.r=="bigint"&&typeof q.s=="bigint";if(!P&&!F)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");let M,nt;try{if(F&&(M=new a(q.r,q.s)),P){try{C!=="compact"&&(M=a.fromDER(q))}catch(ot){if(!(ot instanceof $.Err))throw ot}!M&&C!=="der"&&(M=a.fromCompact(q))}nt=o.fromHex(g)}catch{return!1}if(!M||U&&M.hasHighS())return!1;_&&(w=n.hash(w));const{r:D,s:mt}=M,Q=A(w),rt=f(mt),bt=c(Q*rt),ct=c(D*rt),J=(at=o.BASE.multiplyAndAddUnsafe(nt,bt,ct))==null?void 0:at.toAffine();return J?c(J.x)===D:!1}return{CURVE:n,getPublicKey:y,getSharedSecret:N,sign:H,verify:V,ProjectivePoint:o,Signature:a,utils:h}}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */function Oe(e){return{hash:e,hmac:(n,...t)=>Wt(e,n,G.concatBytes(...t)),randomBytes:G.randomBytes}}function He(e,n){const t=r=>qe({...e,...Oe(r)});return{...t(n),create:t}}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const ie=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),Ft=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),Le=BigInt(1),Ht=BigInt(2),Kt=(e,n)=>(e+n/Ht)/n;function Ze(e){const n=ie,t=BigInt(3),r=BigInt(6),s=BigInt(11),i=BigInt(22),c=BigInt(23),f=BigInt(44),o=BigInt(88),u=e*e*e%n,m=u*u*e%n,I=Y(m,t,n)*m%n,d=Y(I,t,n)*m%n,S=Y(d,Ht,n)*u%n,L=Y(S,s,n)*S%n,p=Y(L,i,n)*L%n,a=Y(p,f,n)*p%n,h=Y(a,o,n)*a%n,y=Y(h,f,n)*p%n,b=Y(y,t,n)*m%n,N=Y(b,c,n)*L%n,O=Y(N,r,n)*u%n,A=Y(O,Ht,n);if(!Lt.eql(Lt.sqr(A),e))throw new Error("Cannot find square root");return A}const Lt=Jt(ie,void 0,void 0,{sqrt:Ze}),se=He({a:BigInt(0),b:BigInt(7),Fp:Lt,n:Ft,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:e=>{const n=Ft,t=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),r=-Le*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),s=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),i=t,c=BigInt("0x100000000000000000000000000000000"),f=Kt(i*e,n),o=Kt(-r*e,n);let u=j(e-f*t-o*s,n),m=j(-f*r-o*i,n);const I=u>c,d=m>c;if(I&&(u=n-u),d&&(m=n-m),u>c||m>c)throw new Error("splitScalar: Endomorphism failed, k="+e);return{k1neg:I,k1:u,k2neg:d,k2:m}}}},G.sha256);BigInt(0);se.ProjectivePoint;exports.secp256k1=se;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const G=require("./index-CuxhaFla.cjs");class Pt extends G.Hash{constructor(n,t){super(),this.finished=!1,this.destroyed=!1,G.ahash(n);const r=G.toBytes(t);if(this.iHash=n.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const s=this.blockLen,i=new Uint8Array(s);i.set(r.length>s?n.create().update(r).digest():r);for(let c=0;c<i.length;c++)i[c]^=54;this.iHash.update(i),this.oHash=n.create();for(let c=0;c<i.length;c++)i[c]^=106;this.oHash.update(i),i.fill(0)}update(n){return G.aexists(this),this.iHash.update(n),this}digestInto(n){G.aexists(this),G.abytes(n,this.outputLen),this.finished=!0,this.iHash.digestInto(n),this.oHash.update(n),this.oHash.digestInto(n),this.destroy()}digest(){const n=new Uint8Array(this.oHash.outputLen);return this.digestInto(n),n}_cloneInto(n){n||(n=Object.create(Object.getPrototypeOf(this),{}));const{oHash:t,iHash:r,finished:s,destroyed:i,blockLen:c,outputLen:f}=this;return n=n,n.finished=s,n.destroyed=i,n.blockLen=c,n.outputLen=f,n.oHash=t._cloneInto(n.oHash),n.iHash=r._cloneInto(n.iHash),n}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const Wt=(e,n,t)=>new Pt(e,n).update(t).digest();Wt.create=(e,n)=>new Pt(e,n);/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Zt=BigInt(0),It=BigInt(1);function st(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function zt(e){if(!st(e))throw new Error("Uint8Array expected")}function ut(e,n){if(typeof n!="boolean")throw new Error(e+" boolean expected, got "+n)}function ht(e){const n=e.toString(16);return n.length&1?"0"+n:n}function Gt(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);return e===""?Zt:BigInt("0x"+e)}const $t=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",ce=Array.from({length:256},(e,n)=>n.toString(16).padStart(2,"0"));function lt(e){if(zt(e),$t)return e.toHex();let n="";for(let t=0;t<e.length;t++)n+=ce[e[t]];return n}const W={_0:48,_9:57,A:65,F:70,a:97,f:102};function kt(e){if(e>=W._0&&e<=W._9)return e-W._0;if(e>=W.A&&e<=W.F)return e-(W.A-10);if(e>=W.a&&e<=W.f)return e-(W.a-10)}function wt(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);if($t)return Uint8Array.fromHex(e);const n=e.length,t=n/2;if(n%2)throw new Error("hex string expected, got unpadded hex of length "+n);const r=new Uint8Array(t);for(let s=0,i=0;s<t;s++,i+=2){const c=kt(e.charCodeAt(i)),f=kt(e.charCodeAt(i+1));if(c===void 0||f===void 0){const o=e[i]+e[i+1];throw new Error('hex string expected, got non-hex character "'+o+'" at index '+i)}r[s]=c*16+f}return r}function et(e){return Gt(lt(e))}function Xt(e){return zt(e),Gt(lt(Uint8Array.from(e).reverse()))}function dt(e,n){return wt(e.toString(16).padStart(n*2,"0"))}function Dt(e,n){return dt(e,n).reverse()}function K(e,n,t){let r;if(typeof n=="string")try{r=wt(n)}catch(i){throw new Error(e+" must be hex string or Uint8Array, cause: "+i)}else if(st(n))r=Uint8Array.from(n);else throw new Error(e+" must be hex string or Uint8Array");const s=r.length;if(typeof t=="number"&&s!==t)throw new Error(e+" of length "+t+" expected, got "+s);return r}function gt(...e){let n=0;for(let r=0;r<e.length;r++){const s=e[r];zt(s),n+=s.length}const t=new Uint8Array(n);for(let r=0,s=0;r<e.length;r++){const i=e[r];t.set(i,s),s+=i.length}return t}const Et=e=>typeof e=="bigint"&&Zt<=e;function Ut(e,n,t){return Et(e)&&Et(n)&&Et(t)&&n<=e&&e<t}function it(e,n,t,r){if(!Ut(n,t,r))throw new Error("expected valid "+e+": "+t+" <= n < "+r+", got "+n)}function fe(e){let n;for(n=0;e>Zt;e>>=It,n+=1);return n}const pt=e=>(It<<BigInt(e))-It,Bt=e=>new Uint8Array(e),Tt=e=>Uint8Array.from(e);function ae(e,n,t){if(typeof e!="number"||e<2)throw new Error("hashLen must be a number");if(typeof n!="number"||n<2)throw new Error("qByteLen must be a number");if(typeof t!="function")throw new Error("hmacFn must be a function");let r=Bt(e),s=Bt(e),i=0;const c=()=>{r.fill(1),s.fill(0),i=0},f=(...I)=>t(s,r,...I),o=(I=Bt(0))=>{s=f(Tt([0]),I),r=f(),I.length!==0&&(s=f(Tt([1]),I),r=f())},u=()=>{if(i++>=1e3)throw new Error("drbg: tried 1000 values");let I=0;const d=[];for(;I<n;){r=f();const S=r.slice();d.push(S),I+=r.length}return gt(...d)};return(I,d)=>{c(),o(I);let S;for(;!(S=d(u()));)o();return c(),S}}const ue={bigint:e=>typeof e=="bigint",function:e=>typeof e=="function",boolean:e=>typeof e=="boolean",string:e=>typeof e=="string",stringOrUint8Array:e=>typeof e=="string"||st(e),isSafeInteger:e=>Number.isSafeInteger(e),array:e=>Array.isArray(e),field:(e,n)=>n.Fp.isValid(e),hash:e=>typeof e=="function"&&Number.isSafeInteger(e.outputLen)};function yt(e,n,t={}){const r=(s,i,c)=>{const f=ue[i];if(typeof f!="function")throw new Error("invalid validator function");const o=e[s];if(!(c&&o===void 0)&&!f(o,e))throw new Error("param "+String(s)+" is invalid. Expected "+i+", got "+o)};for(const[s,i]of Object.entries(n))r(s,i,!1);for(const[s,i]of Object.entries(t))r(s,i,!0);return e}function Rt(e){const n=new WeakMap;return(t,...r)=>{const s=n.get(t);if(s!==void 0)return s;const i=e(t,...r);return n.set(t,i),i}}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const T=BigInt(0),z=BigInt(1),tt=BigInt(2),le=BigInt(3),Nt=BigInt(4),Ct=BigInt(5),_t=BigInt(8);function j(e,n){const t=e%n;return t>=T?t:n+t}function de(e,n,t){if(n<T)throw new Error("invalid exponent, negatives unsupported");if(t<=T)throw new Error("invalid modulus");if(t===z)return T;let r=z;for(;n>T;)n&z&&(r=r*e%t),e=e*e%t,n>>=z;return r}function Y(e,n,t){let r=e;for(;n-- >T;)r*=r,r%=t;return r}function qt(e,n){if(e===T)throw new Error("invert: expected non-zero number");if(n<=T)throw new Error("invert: expected positive modulus, got "+n);let t=j(e,n),r=n,s=T,i=z;for(;t!==T;){const f=r/t,o=r%t,u=s-i*f;r=t,t=o,s=i,i=u}if(r!==z)throw new Error("invert: does not exist");return j(s,n)}function he(e){const n=(e-z)/tt;let t,r,s;for(t=e-z,r=0;t%tt===T;t/=tt,r++);for(s=tt;s<e&&de(s,n,e)!==e-z;s++)if(s>1e3)throw new Error("Cannot find square root: likely non-prime P");if(r===1){const c=(e+z)/Nt;return function(o,u){const m=o.pow(u,c);if(!o.eql(o.sqr(m),u))throw new Error("Cannot find square root");return m}}const i=(t+z)/tt;return function(f,o){if(f.pow(o,n)===f.neg(f.ONE))throw new Error("Cannot find square root");let u=r,m=f.pow(f.mul(f.ONE,s),t),I=f.pow(o,i),d=f.pow(o,t);for(;!f.eql(d,f.ONE);){if(f.eql(d,f.ZERO))return f.ZERO;let S=1;for(let p=f.sqr(d);S<u&&!f.eql(p,f.ONE);S++)p=f.sqr(p);const L=f.pow(m,z<<BigInt(u-S-1));m=f.sqr(L),I=f.mul(I,L),d=f.mul(d,m),u=S}return I}}function we(e){if(e%Nt===le){const n=(e+z)/Nt;return function(r,s){const i=r.pow(s,n);if(!r.eql(r.sqr(i),s))throw new Error("Cannot find square root");return i}}if(e%_t===Ct){const n=(e-Ct)/_t;return function(r,s){const i=r.mul(s,tt),c=r.pow(i,n),f=r.mul(s,c),o=r.mul(r.mul(f,tt),c),u=r.mul(f,r.sub(o,r.ONE));if(!r.eql(r.sqr(u),s))throw new Error("Cannot find square root");return u}}return he(e)}const ge=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function pe(e){const n={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},t=ge.reduce((r,s)=>(r[s]="function",r),n);return yt(e,t)}function ye(e,n,t){if(t<T)throw new Error("invalid exponent, negatives unsupported");if(t===T)return e.ONE;if(t===z)return n;let r=e.ONE,s=n;for(;t>T;)t&z&&(r=e.mul(r,s)),s=e.sqr(s),t>>=z;return r}function me(e,n){const t=new Array(n.length),r=n.reduce((i,c,f)=>e.is0(c)?i:(t[f]=i,e.mul(i,c)),e.ONE),s=e.inv(r);return n.reduceRight((i,c,f)=>e.is0(c)?i:(t[f]=e.mul(i,t[f]),e.mul(i,c)),s),t}function Qt(e,n){const t=n!==void 0?n:e.toString(2).length,r=Math.ceil(t/8);return{nBitLength:t,nByteLength:r}}function Jt(e,n,t=!1,r={}){if(e<=T)throw new Error("invalid field: expected ORDER > 0, got "+e);const{nBitLength:s,nByteLength:i}=Qt(e,n);if(i>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let c;const f=Object.freeze({ORDER:e,isLE:t,BITS:s,BYTES:i,MASK:pt(s),ZERO:T,ONE:z,create:o=>j(o,e),isValid:o=>{if(typeof o!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof o);return T<=o&&o<e},is0:o=>o===T,isOdd:o=>(o&z)===z,neg:o=>j(-o,e),eql:(o,u)=>o===u,sqr:o=>j(o*o,e),add:(o,u)=>j(o+u,e),sub:(o,u)=>j(o-u,e),mul:(o,u)=>j(o*u,e),pow:(o,u)=>ye(f,o,u),div:(o,u)=>j(o*qt(u,e),e),sqrN:o=>o*o,addN:(o,u)=>o+u,subN:(o,u)=>o-u,mulN:(o,u)=>o*u,inv:o=>qt(o,e),sqrt:r.sqrt||(o=>(c||(c=we(e)),c(f,o))),invertBatch:o=>me(f,o),cmov:(o,u,m)=>m?u:o,toBytes:o=>t?Dt(o,i):dt(o,i),fromBytes:o=>{if(o.length!==i)throw new Error("Field.fromBytes: expected "+i+" bytes, got "+o.length);return t?Xt(o):et(o)}});return Object.freeze(f)}function te(e){if(typeof e!="bigint")throw new Error("field order must be bigint");const n=e.toString(2).length;return Math.ceil(n/8)}function ee(e){const n=te(e);return n+Math.ceil(n/2)}function be(e,n,t=!1){const r=e.length,s=te(n),i=ee(n);if(r<16||r<i||r>1024)throw new Error("expected "+i+"-1024 bytes of input, got "+r);const c=t?Xt(e):et(e),f=j(c,n-z)+z;return t?Dt(f,s):dt(f,s)}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Mt=BigInt(0),Ot=BigInt(1);function vt(e,n){const t=n.negate();return e?t:n}function ne(e,n){if(!Number.isSafeInteger(e)||e<=0||e>n)throw new Error("invalid window size, expected [1.."+n+"], got W="+e)}function xt(e,n){ne(e,n);const t=Math.ceil(n/e)+1,r=2**(e-1),s=2**e,i=pt(e),c=BigInt(e);return{windows:t,windowSize:r,mask:i,maxNumber:s,shiftBy:c}}function jt(e,n,t){const{windowSize:r,mask:s,maxNumber:i,shiftBy:c}=t;let f=Number(e&s),o=e>>c;f>r&&(f-=i,o+=Ot);const u=n*r,m=u+Math.abs(f)-1,I=f===0,d=f<0,S=n%2!==0;return{nextN:o,offset:m,isZero:I,isNeg:d,isNegF:S,offsetF:u}}function Ee(e,n){if(!Array.isArray(e))throw new Error("array expected");e.forEach((t,r)=>{if(!(t instanceof n))throw new Error("invalid point at index "+r)})}function Be(e,n){if(!Array.isArray(e))throw new Error("array of scalars expected");e.forEach((t,r)=>{if(!n.isValid(t))throw new Error("invalid scalar at index "+r)})}const St=new WeakMap,re=new WeakMap;function At(e){return re.get(e)||1}function ve(e,n){return{constTimeNegate:vt,hasPrecomputes(t){return At(t)!==1},unsafeLadder(t,r,s=e.ZERO){let i=t;for(;r>Mt;)r&Ot&&(s=s.add(i)),i=i.double(),r>>=Ot;return s},precomputeWindow(t,r){const{windows:s,windowSize:i}=xt(r,n),c=[];let f=t,o=f;for(let u=0;u<s;u++){o=f,c.push(o);for(let m=1;m<i;m++)o=o.add(f),c.push(o);f=o.double()}return c},wNAF(t,r,s){let i=e.ZERO,c=e.BASE;const f=xt(t,n);for(let o=0;o<f.windows;o++){const{nextN:u,offset:m,isZero:I,isNeg:d,isNegF:S,offsetF:L}=jt(s,o,f);s=u,I?c=c.add(vt(S,r[L])):i=i.add(vt(d,r[m]))}return{p:i,f:c}},wNAFUnsafe(t,r,s,i=e.ZERO){const c=xt(t,n);for(let f=0;f<c.windows&&s!==Mt;f++){const{nextN:o,offset:u,isZero:m,isNeg:I}=jt(s,f,c);if(s=o,!m){const d=r[u];i=i.add(I?d.negate():d)}}return i},getPrecomputes(t,r,s){let i=St.get(r);return i||(i=this.precomputeWindow(r,t),t!==1&&St.set(r,s(i))),i},wNAFCached(t,r,s){const i=At(t);return this.wNAF(i,this.getPrecomputes(i,t,s),r)},wNAFCachedUnsafe(t,r,s,i){const c=At(t);return c===1?this.unsafeLadder(t,r,i):this.wNAFUnsafe(c,this.getPrecomputes(c,t,s),r,i)},setWindowSize(t,r){ne(r,n),re.set(t,r),St.delete(t)}}}function xe(e,n,t,r){if(Ee(t,e),Be(r,n),t.length!==r.length)throw new Error("arrays of points and scalars must have equal length");const s=e.ZERO,i=fe(BigInt(t.length)),c=i>12?i-3:i>4?i-2:i?2:1,f=pt(c),o=new Array(Number(f)+1).fill(s),u=Math.floor((n.BITS-1)/c)*c;let m=s;for(let I=u;I>=0;I-=c){o.fill(s);for(let S=0;S<r.length;S++){const L=r[S],p=Number(L>>BigInt(I)&f);o[p]=o[p].add(t[S])}let d=s;for(let S=o.length-1,L=s;S>0;S--)L=L.add(o[S]),d=d.add(L);if(m=m.add(d),I!==0)for(let S=0;S<c;S++)m=m.double()}return m}function oe(e){return pe(e.Fp),yt(e,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Qt(e.n,e.nBitLength),...e,p:e.Fp.ORDER})}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */function Vt(e){e.lowS!==void 0&&ut("lowS",e.lowS),e.prehash!==void 0&&ut("prehash",e.prehash)}function Se(e){const n=oe(e);yt(n,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});const{endo:t,Fp:r,a:s}=n;if(t){if(!r.eql(s,r.ZERO))throw new Error("invalid endomorphism, can only be defined for Koblitz curves that have a=0");if(typeof t!="object"||typeof t.beta!="bigint"||typeof t.splitScalar!="function")throw new Error("invalid endomorphism, expected beta: bigint and splitScalar: function")}return Object.freeze({...n})}class Ae extends Error{constructor(n=""){super(n)}}const $={Err:Ae,_tlv:{encode:(e,n)=>{const{Err:t}=$;if(e<0||e>256)throw new t("tlv.encode: wrong tag");if(n.length&1)throw new t("tlv.encode: unpadded data");const r=n.length/2,s=ht(r);if(s.length/2&128)throw new t("tlv.encode: long form length too big");const i=r>127?ht(s.length/2|128):"";return ht(e)+i+s+n},decode(e,n){const{Err:t}=$;let r=0;if(e<0||e>256)throw new t("tlv.encode: wrong tag");if(n.length<2||n[r++]!==e)throw new t("tlv.decode: wrong tlv");const s=n[r++],i=!!(s&128);let c=0;if(!i)c=s;else{const o=s&127;if(!o)throw new t("tlv.decode(long): indefinite length not supported");if(o>4)throw new t("tlv.decode(long): byte length is too big");const u=n.subarray(r,r+o);if(u.length!==o)throw new t("tlv.decode: length bytes not complete");if(u[0]===0)throw new t("tlv.decode(long): zero leftmost byte");for(const m of u)c=c<<8|m;if(r+=o,c<128)throw new t("tlv.decode(long): not minimal encoding")}const f=n.subarray(r,r+c);if(f.length!==c)throw new t("tlv.decode: wrong value length");return{v:f,l:n.subarray(r+c)}}},_int:{encode(e){const{Err:n}=$;if(e<X)throw new n("integer: negative integers are not allowed");let t=ht(e);if(Number.parseInt(t[0],16)&8&&(t="00"+t),t.length&1)throw new n("unexpected DER parsing assertion: unpadded hex");return t},decode(e){const{Err:n}=$;if(e[0]&128)throw new n("invalid signature integer: negative");if(e[0]===0&&!(e[1]&128))throw new n("invalid signature integer: unnecessary leading zero");return et(e)}},toSig(e){const{Err:n,_int:t,_tlv:r}=$,s=K("signature",e),{v:i,l:c}=r.decode(48,s);if(c.length)throw new n("invalid signature: left bytes after parsing");const{v:f,l:o}=r.decode(2,i),{v:u,l:m}=r.decode(2,o);if(m.length)throw new n("invalid signature: left bytes after parsing");return{r:t.decode(f),s:t.decode(u)}},hexFromSig(e){const{_tlv:n,_int:t}=$,r=n.encode(2,t.encode(e.r)),s=n.encode(2,t.encode(e.s)),i=r+s;return n.encode(48,i)}},X=BigInt(0),k=BigInt(1);BigInt(2);const Yt=BigInt(3);BigInt(4);function Ie(e){const n=Se(e),{Fp:t}=n,r=Jt(n.n,n.nBitLength),s=n.toBytes||((p,a,h)=>{const y=a.toAffine();return gt(Uint8Array.from([4]),t.toBytes(y.x),t.toBytes(y.y))}),i=n.fromBytes||(p=>{const a=p.subarray(1),h=t.fromBytes(a.subarray(0,t.BYTES)),y=t.fromBytes(a.subarray(t.BYTES,2*t.BYTES));return{x:h,y}});function c(p){const{a,b:h}=n,y=t.sqr(p),b=t.mul(y,p);return t.add(t.add(b,t.mul(p,a)),h)}if(!t.eql(t.sqr(n.Gy),c(n.Gx)))throw new Error("bad generator point: equation left != right");function f(p){return Ut(p,k,n.n)}function o(p){const{allowedPrivateKeyLengths:a,nByteLength:h,wrapPrivateKey:y,n:b}=n;if(a&&typeof p!="bigint"){if(st(p)&&(p=lt(p)),typeof p!="string"||!a.includes(p.length))throw new Error("invalid private key");p=p.padStart(h*2,"0")}let N;try{N=typeof p=="bigint"?p:et(K("private key",p,h))}catch{throw new Error("invalid private key, expected hex or "+h+" bytes, got "+typeof p)}return y&&(N=j(N,b)),it("private key",N,k,b),N}function u(p){if(!(p instanceof d))throw new Error("ProjectivePoint expected")}const m=Rt((p,a)=>{const{px:h,py:y,pz:b}=p;if(t.eql(b,t.ONE))return{x:h,y};const N=p.is0();a==null&&(a=N?t.ONE:t.inv(b));const O=t.mul(h,a),A=t.mul(y,a),E=t.mul(b,a);if(N)return{x:t.ZERO,y:t.ZERO};if(!t.eql(E,t.ONE))throw new Error("invZ was invalid");return{x:O,y:A}}),I=Rt(p=>{if(p.is0()){if(n.allowInfinityPoint&&!t.is0(p.py))return;throw new Error("bad point: ZERO")}const{x:a,y:h}=p.toAffine();if(!t.isValid(a)||!t.isValid(h))throw new Error("bad point: x or y not FE");const y=t.sqr(h),b=c(a);if(!t.eql(y,b))throw new Error("bad point: equation left != right");if(!p.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});class d{constructor(a,h,y){if(a==null||!t.isValid(a))throw new Error("x required");if(h==null||!t.isValid(h))throw new Error("y required");if(y==null||!t.isValid(y))throw new Error("z required");this.px=a,this.py=h,this.pz=y,Object.freeze(this)}static fromAffine(a){const{x:h,y}=a||{};if(!a||!t.isValid(h)||!t.isValid(y))throw new Error("invalid affine point");if(a instanceof d)throw new Error("projective point not allowed");const b=N=>t.eql(N,t.ZERO);return b(h)&&b(y)?d.ZERO:new d(h,y,t.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(a){const h=t.invertBatch(a.map(y=>y.pz));return a.map((y,b)=>y.toAffine(h[b])).map(d.fromAffine)}static fromHex(a){const h=d.fromAffine(i(K("pointHex",a)));return h.assertValidity(),h}static fromPrivateKey(a){return d.BASE.multiply(o(a))}static msm(a,h){return xe(d,r,a,h)}_setWindowSize(a){L.setWindowSize(this,a)}assertValidity(){I(this)}hasEvenY(){const{y:a}=this.toAffine();if(t.isOdd)return!t.isOdd(a);throw new Error("Field doesn't support isOdd")}equals(a){u(a);const{px:h,py:y,pz:b}=this,{px:N,py:O,pz:A}=a,E=t.eql(t.mul(h,A),t.mul(N,b)),x=t.eql(t.mul(y,A),t.mul(O,b));return E&&x}negate(){return new d(this.px,t.neg(this.py),this.pz)}double(){const{a,b:h}=n,y=t.mul(h,Yt),{px:b,py:N,pz:O}=this;let A=t.ZERO,E=t.ZERO,x=t.ZERO,B=t.mul(b,b),R=t.mul(N,N),Z=t.mul(O,O),H=t.mul(b,N);return H=t.add(H,H),x=t.mul(b,O),x=t.add(x,x),A=t.mul(a,x),E=t.mul(y,Z),E=t.add(A,E),A=t.sub(R,E),E=t.add(R,E),E=t.mul(A,E),A=t.mul(H,A),x=t.mul(y,x),Z=t.mul(a,Z),H=t.sub(B,Z),H=t.mul(a,H),H=t.add(H,x),x=t.add(B,B),B=t.add(x,B),B=t.add(B,Z),B=t.mul(B,H),E=t.add(E,B),Z=t.mul(N,O),Z=t.add(Z,Z),B=t.mul(Z,H),A=t.sub(A,B),x=t.mul(Z,R),x=t.add(x,x),x=t.add(x,x),new d(A,E,x)}add(a){u(a);const{px:h,py:y,pz:b}=this,{px:N,py:O,pz:A}=a;let E=t.ZERO,x=t.ZERO,B=t.ZERO;const R=n.a,Z=t.mul(n.b,Yt);let H=t.mul(h,N),V=t.mul(y,O),l=t.mul(b,A),w=t.add(h,y),g=t.add(N,O);w=t.mul(w,g),g=t.add(H,V),w=t.sub(w,g),g=t.add(h,b);let v=t.add(N,A);return g=t.mul(g,v),v=t.add(H,l),g=t.sub(g,v),v=t.add(y,b),E=t.add(O,A),v=t.mul(v,E),E=t.add(V,l),v=t.sub(v,E),B=t.mul(R,g),E=t.mul(Z,l),B=t.add(E,B),E=t.sub(V,B),B=t.add(V,B),x=t.mul(E,B),V=t.add(H,H),V=t.add(V,H),l=t.mul(R,l),g=t.mul(Z,g),V=t.add(V,l),l=t.sub(H,l),l=t.mul(R,l),g=t.add(g,l),H=t.mul(V,g),x=t.add(x,H),H=t.mul(v,g),E=t.mul(w,E),E=t.sub(E,H),H=t.mul(w,V),B=t.mul(v,B),B=t.add(B,H),new d(E,x,B)}subtract(a){return this.add(a.negate())}is0(){return this.equals(d.ZERO)}wNAF(a){return L.wNAFCached(this,a,d.normalizeZ)}multiplyUnsafe(a){const{endo:h,n:y}=n;it("scalar",a,X,y);const b=d.ZERO;if(a===X)return b;if(this.is0()||a===k)return this;if(!h||L.hasPrecomputes(this))return L.wNAFCachedUnsafe(this,a,d.normalizeZ);let{k1neg:N,k1:O,k2neg:A,k2:E}=h.splitScalar(a),x=b,B=b,R=this;for(;O>X||E>X;)O&k&&(x=x.add(R)),E&k&&(B=B.add(R)),R=R.double(),O>>=k,E>>=k;return N&&(x=x.negate()),A&&(B=B.negate()),B=new d(t.mul(B.px,h.beta),B.py,B.pz),x.add(B)}multiply(a){const{endo:h,n:y}=n;it("scalar",a,k,y);let b,N;if(h){const{k1neg:O,k1:A,k2neg:E,k2:x}=h.splitScalar(a);let{p:B,f:R}=this.wNAF(A),{p:Z,f:H}=this.wNAF(x);B=L.constTimeNegate(O,B),Z=L.constTimeNegate(E,Z),Z=new d(t.mul(Z.px,h.beta),Z.py,Z.pz),b=B.add(Z),N=R.add(H)}else{const{p:O,f:A}=this.wNAF(a);b=O,N=A}return d.normalizeZ([b,N])[0]}multiplyAndAddUnsafe(a,h,y){const b=d.BASE,N=(A,E)=>E===X||E===k||!A.equals(b)?A.multiplyUnsafe(E):A.multiply(E),O=N(this,h).add(N(a,y));return O.is0()?void 0:O}toAffine(a){return m(this,a)}isTorsionFree(){const{h:a,isTorsionFree:h}=n;if(a===k)return!0;if(h)return h(d,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){const{h:a,clearCofactor:h}=n;return a===k?this:h?h(d,this):this.multiplyUnsafe(n.h)}toRawBytes(a=!0){return ut("isCompressed",a),this.assertValidity(),s(d,this,a)}toHex(a=!0){return ut("isCompressed",a),lt(this.toRawBytes(a))}}d.BASE=new d(n.Gx,n.Gy,t.ONE),d.ZERO=new d(t.ZERO,t.ONE,t.ZERO);const S=n.nBitLength,L=ve(d,n.endo?Math.ceil(S/2):S);return{CURVE:n,ProjectivePoint:d,normPrivateKeyToScalar:o,weierstrassEquation:c,isWithinCurveOrder:f}}function Ne(e){const n=oe(e);return yt(n,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...n})}function qe(e){const n=Ne(e),{Fp:t,n:r}=n,s=t.BYTES+1,i=2*t.BYTES+1;function c(l){return j(l,r)}function f(l){return qt(l,r)}const{ProjectivePoint:o,normPrivateKeyToScalar:u,weierstrassEquation:m,isWithinCurveOrder:I}=Ie({...n,toBytes(l,w,g){const v=w.toAffine(),q=t.toBytes(v.x),U=gt;return ut("isCompressed",g),g?U(Uint8Array.from([w.hasEvenY()?2:3]),q):U(Uint8Array.from([4]),q,t.toBytes(v.y))},fromBytes(l){const w=l.length,g=l[0],v=l.subarray(1);if(w===s&&(g===2||g===3)){const q=et(v);if(!Ut(q,k,t.ORDER))throw new Error("Point is not on curve");const U=m(q);let _;try{_=t.sqrt(U)}catch(F){const M=F instanceof Error?": "+F.message:"";throw new Error("Point is not on curve"+M)}const C=(_&k)===k;return(g&1)===1!==C&&(_=t.neg(_)),{x:q,y:_}}else if(w===i&&g===4){const q=t.fromBytes(v.subarray(0,t.BYTES)),U=t.fromBytes(v.subarray(t.BYTES,2*t.BYTES));return{x:q,y:U}}else{const q=s,U=i;throw new Error("invalid Point, expected length of "+q+", or uncompressed "+U+", got "+w)}}}),d=l=>lt(dt(l,n.nByteLength));function S(l){const w=r>>k;return l>w}function L(l){return S(l)?c(-l):l}const p=(l,w,g)=>et(l.slice(w,g));class a{constructor(w,g,v){it("r",w,k,r),it("s",g,k,r),this.r=w,this.s=g,v!=null&&(this.recovery=v),Object.freeze(this)}static fromCompact(w){const g=n.nByteLength;return w=K("compactSignature",w,g*2),new a(p(w,0,g),p(w,g,2*g))}static fromDER(w){const{r:g,s:v}=$.toSig(K("DER",w));return new a(g,v)}assertValidity(){}addRecoveryBit(w){return new a(this.r,this.s,w)}recoverPublicKey(w){const{r:g,s:v,recovery:q}=this,U=A(K("msgHash",w));if(q==null||![0,1,2,3].includes(q))throw new Error("recovery id invalid");const _=q===2||q===3?g+n.n:g;if(_>=t.ORDER)throw new Error("recovery id 2 or 3 invalid");const C=q&1?"03":"02",P=o.fromHex(C+d(_)),F=f(_),M=c(-U*F),nt=c(v*F),D=o.BASE.multiplyAndAddUnsafe(P,M,nt);if(!D)throw new Error("point at infinify");return D.assertValidity(),D}hasHighS(){return S(this.s)}normalizeS(){return this.hasHighS()?new a(this.r,c(-this.s),this.recovery):this}toDERRawBytes(){return wt(this.toDERHex())}toDERHex(){return $.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return wt(this.toCompactHex())}toCompactHex(){return d(this.r)+d(this.s)}}const h={isValidPrivateKey(l){try{return u(l),!0}catch{return!1}},normPrivateKeyToScalar:u,randomPrivateKey:()=>{const l=ee(n.n);return be(n.randomBytes(l),n.n)},precompute(l=8,w=o.BASE){return w._setWindowSize(l),w.multiply(BigInt(3)),w}};function y(l,w=!0){return o.fromPrivateKey(l).toRawBytes(w)}function b(l){const w=st(l),g=typeof l=="string",v=(w||g)&&l.length;return w?v===s||v===i:g?v===2*s||v===2*i:l instanceof o}function N(l,w,g=!0){if(b(l))throw new Error("first arg must be private key");if(!b(w))throw new Error("second arg must be public key");return o.fromHex(w).multiply(u(l)).toRawBytes(g)}const O=n.bits2int||function(l){if(l.length>8192)throw new Error("input is too large");const w=et(l),g=l.length*8-n.nBitLength;return g>0?w>>BigInt(g):w},A=n.bits2int_modN||function(l){return c(O(l))},E=pt(n.nBitLength);function x(l){return it("num < 2^"+n.nBitLength,l,X,E),dt(l,n.nByteLength)}function B(l,w,g=R){if(["recovered","canonical"].some(Q=>Q in g))throw new Error("sign() legacy options not supported");const{hash:v,randomBytes:q}=n;let{lowS:U,prehash:_,extraEntropy:C}=g;U==null&&(U=!0),l=K("msgHash",l),Vt(g),_&&(l=K("prehashed msgHash",v(l)));const P=A(l),F=u(w),M=[x(F),x(P)];if(C!=null&&C!==!1){const Q=C===!0?q(t.BYTES):C;M.push(K("extraEntropy",Q))}const nt=gt(...M),D=P;function mt(Q){const rt=O(Q);if(!I(rt))return;const bt=f(rt),ct=o.BASE.multiply(rt).toAffine(),J=c(ct.x);if(J===X)return;const ft=c(bt*c(D+J*F));if(ft===X)return;let at=(ct.x===J?0:2)|Number(ct.y&k),ot=ft;return U&&S(ft)&&(ot=L(ft),at^=1),new a(J,ot,at)}return{seed:nt,k2sig:mt}}const R={lowS:n.lowS,prehash:!1},Z={lowS:n.lowS,prehash:!1};function H(l,w,g=R){const{seed:v,k2sig:q}=B(l,w,g),U=n;return ae(U.hash.outputLen,U.nByteLength,U.hmac)(v,q)}o.BASE._setWindowSize(8);function V(l,w,g,v=Z){var at;const q=l;w=K("msgHash",w),g=K("publicKey",g);const{lowS:U,prehash:_,format:C}=v;if(Vt(v),"strict"in v)throw new Error("options.strict was renamed to lowS");if(C!==void 0&&C!=="compact"&&C!=="der")throw new Error("format must be compact or der");const P=typeof q=="string"||st(q),F=!P&&!C&&typeof q=="object"&&q!==null&&typeof q.r=="bigint"&&typeof q.s=="bigint";if(!P&&!F)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");let M,nt;try{if(F&&(M=new a(q.r,q.s)),P){try{C!=="compact"&&(M=a.fromDER(q))}catch(ot){if(!(ot instanceof $.Err))throw ot}!M&&C!=="der"&&(M=a.fromCompact(q))}nt=o.fromHex(g)}catch{return!1}if(!M||U&&M.hasHighS())return!1;_&&(w=n.hash(w));const{r:D,s:mt}=M,Q=A(w),rt=f(mt),bt=c(Q*rt),ct=c(D*rt),J=(at=o.BASE.multiplyAndAddUnsafe(nt,bt,ct))==null?void 0:at.toAffine();return J?c(J.x)===D:!1}return{CURVE:n,getPublicKey:y,getSharedSecret:N,sign:H,verify:V,ProjectivePoint:o,Signature:a,utils:h}}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */function Oe(e){return{hash:e,hmac:(n,...t)=>Wt(e,n,G.concatBytes(...t)),randomBytes:G.randomBytes}}function He(e,n){const t=r=>qe({...e,...Oe(r)});return{...t(n),create:t}}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const ie=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),Ft=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),Le=BigInt(1),Ht=BigInt(2),Kt=(e,n)=>(e+n/Ht)/n;function Ze(e){const n=ie,t=BigInt(3),r=BigInt(6),s=BigInt(11),i=BigInt(22),c=BigInt(23),f=BigInt(44),o=BigInt(88),u=e*e*e%n,m=u*u*e%n,I=Y(m,t,n)*m%n,d=Y(I,t,n)*m%n,S=Y(d,Ht,n)*u%n,L=Y(S,s,n)*S%n,p=Y(L,i,n)*L%n,a=Y(p,f,n)*p%n,h=Y(a,o,n)*a%n,y=Y(h,f,n)*p%n,b=Y(y,t,n)*m%n,N=Y(b,c,n)*L%n,O=Y(N,r,n)*u%n,A=Y(O,Ht,n);if(!Lt.eql(Lt.sqr(A),e))throw new Error("Cannot find square root");return A}const Lt=Jt(ie,void 0,void 0,{sqrt:Ze}),se=He({a:BigInt(0),b:BigInt(7),Fp:Lt,n:Ft,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:e=>{const n=Ft,t=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),r=-Le*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),s=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),i=t,c=BigInt("0x100000000000000000000000000000000"),f=Kt(i*e,n),o=Kt(-r*e,n);let u=j(e-f*t-o*s,n),m=j(-f*r-o*i,n);const I=u>c,d=m>c;if(I&&(u=n-u),d&&(m=n-m),u>c||m>c)throw new Error("splitScalar: Endomorphism failed, k="+e);return{k1neg:I,k1:u,k2neg:d,k2:m}}}},G.sha256);BigInt(0);se.ProjectivePoint;exports.secp256k1=se;
@@ -1,4 +1,4 @@
1
- import { u as se, v as ce, w as fe, x as Ut, y as ae, z as ue, C as le, D as de } from "./index-kAZxzQke.js";
1
+ import { u as se, v as ce, w as fe, x as Ut, y as ae, z as ue, C as le, D as de } from "./index-B1JE-GCh.js";
2
2
  class Pt extends se {
3
3
  constructor(n, t) {
4
4
  super(), this.finished = !1, this.destroyed = !1, ce(n);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gardenfi/core",
3
- "version": "2.1.3-beta.41",
3
+ "version": "2.1.3-beta.43",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "vite build",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@catalogfi/wallets": "^0.2.59",
30
- "@gardenfi/orderbook": "2.1.2",
31
- "@gardenfi/utils": "2.1.2",
30
+ "@gardenfi/orderbook": "2.1.2-beta.14",
31
+ "@gardenfi/utils": "2.1.2-beta.11",
32
32
  "bignumber.js": "^9.1.2",
33
33
  "bitcoinjs-lib": "^6.1.6",
34
34
  "starknet": "6.23.1",