@cetusprotocol/terminal 0.1.9 → 0.3.0
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.
- package/dist/cetus-swap.cjs.js +37 -37
- package/dist/cetus-swap.cjs.js.gz +0 -0
- package/dist/cetus-swap.es.js +19464 -17227
- package/dist/cetus-swap.es.js.gz +0 -0
- package/dist/cetus-swap.umd.js +37 -37
- package/dist/cetus-swap.umd.js.gz +0 -0
- package/dist/hooks/common/useAccountServiceName.d.ts +4 -0
- package/dist/hooks/swap/usePriceImpact.d.ts +1 -0
- package/dist/hooks/useGetMyAssetsPrice.d.ts +3 -0
- package/dist/hooks/useGetTokenBalance.d.ts +1 -1
- package/dist/hooks/useTokenPrice.d.ts +1 -1
- package/dist/hooks/useTokens.d.ts +2 -1
- package/dist/stores/account.d.ts +2 -0
- package/dist/style.css +1 -1
- package/dist/style.css.gz +0 -0
- package/dist/types/common.d.ts +1 -1
- package/dist/utils/balance.d.ts +1 -0
- package/dist/utils/common.d.ts +1 -0
- package/dist/utils/trust-token-local-data.d.ts +461 -0
- package/package.json +5 -2
package/dist/cetus-swap.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(Ht,re){typeof exports=="object"&&typeof module<"u"?re(exports,require("react"),require("react-dom"),require("@mysten/dapp-kit")):typeof define=="function"&&define.amd?define(["exports","react","react-dom","@mysten/dapp-kit"],re):(Ht=typeof globalThis<"u"?globalThis:Ht||self,re(Ht.CetusSwap={},Ht.React,Ht.ReactDOM,Ht.dappKit))})(this,function(Ht,re,Un,Vr){"use strict";var YL=Object.defineProperty;var XL=(Ht,re,Un)=>re in Ht?YL(Ht,re,{enumerable:!0,configurable:!0,writable:!0,value:Un}):Ht[re]=Un;var vt=(Ht,re,Un)=>(XL(Ht,typeof re!="symbol"?re+"":re,Un),Un);function rh(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const P=rh(re),nh=rh(Un);function i6(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ih={exports:{}},fr=ih.exports={},Fn,$n;function cu(){throw new Error("setTimeout has not been defined")}function lu(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Fn=setTimeout:Fn=cu}catch{Fn=cu}try{typeof clearTimeout=="function"?$n=clearTimeout:$n=lu}catch{$n=lu}})();function oh(e){if(Fn===setTimeout)return setTimeout(e,0);if((Fn===cu||!Fn)&&setTimeout)return Fn=setTimeout,setTimeout(e,0);try{return Fn(e,0)}catch{try{return Fn.call(null,e,0)}catch{return Fn.call(this,e,0)}}}function o6(e){if($n===clearTimeout)return clearTimeout(e);if(($n===lu||!$n)&&clearTimeout)return $n=clearTimeout,clearTimeout(e);try{return $n(e)}catch{try{return $n.call(null,e)}catch{return $n.call(this,e)}}}var si=[],Wo=!1,uo,Ga=-1;function s6(){!Wo||!uo||(Wo=!1,uo.length?si=uo.concat(si):Ga=-1,si.length&&sh())}function sh(){if(!Wo){var e=oh(s6);Wo=!0;for(var t=si.length;t;){for(uo=si,si=[];++Ga<t;)uo&&uo[Ga].run();Ga=-1,t=si.length}uo=null,Wo=!1,o6(e)}}fr.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];si.push(new ah(e,t)),si.length===1&&!Wo&&oh(sh)};function ah(e,t){this.fun=e,this.array=t}ah.prototype.run=function(){this.fun.apply(null,this.array)},fr.title="browser",fr.browser=!0,fr.env={},fr.argv=[],fr.version="",fr.versions={};function ai(){}fr.on=ai,fr.addListener=ai,fr.once=ai,fr.off=ai,fr.removeListener=ai,fr.removeAllListeners=ai,fr.emit=ai,fr.prependListener=ai,fr.prependOnceListener=ai,fr.listeners=function(e){return[]},fr.binding=function(e){throw new Error("process.binding is not supported")},fr.cwd=function(){return"/"},fr.chdir=function(e){throw new Error("process.chdir is not supported")},fr.umask=function(){return 0};var a6=ih.exports;const yn=i6(a6);var Er=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Us(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function ch(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 uu={exports:{}},Fs={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,56 +6,56 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
10
|
-
`+
|
|
11
|
-
`),
|
|
12
|
-
`),
|
|
13
|
-
`+at[
|
|
9
|
+
*/var lh;function c6(){if(lh)return Fs;lh=1;var e=re,t=Symbol.for("react.element"),r=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,i=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,o={key:!0,ref:!0,__self:!0,__source:!0};function s(a,c,l){var u,d={},p=null,y=null;l!==void 0&&(p=""+l),c.key!==void 0&&(p=""+c.key),c.ref!==void 0&&(y=c.ref);for(u in c)n.call(c,u)&&!o.hasOwnProperty(u)&&(d[u]=c[u]);if(a&&a.defaultProps)for(u in c=a.defaultProps,c)d[u]===void 0&&(d[u]=c[u]);return{$$typeof:t,type:a,key:p,ref:y,props:d,_owner:i.current}}return Fs.Fragment=r,Fs.jsx=s,Fs.jsxs=s,Fs}var $s={},uh;function l6(){return uh||(uh=1,yn.env.NODE_ENV!=="production"&&function(){var e=re,t=Symbol.for("react.element"),r=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),a=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),y=Symbol.for("react.offscreen"),x=Symbol.iterator,b="@@iterator";function M(V){if(V===null||typeof V!="object")return null;var ae=x&&V[x]||V[b];return typeof ae=="function"?ae:null}var O=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function R(V){{for(var ae=arguments.length,fe=new Array(ae>1?ae-1:0),Pe=1;Pe<ae;Pe++)fe[Pe-1]=arguments[Pe];k("error",V,fe)}}function k(V,ae,fe){{var Pe=O.ReactDebugCurrentFrame,qe=Pe.getStackAddendum();qe!==""&&(ae+="%s",fe=fe.concat([qe]));var Re=fe.map(function(Fe){return String(Fe)});Re.unshift("Warning: "+ae),Function.prototype.apply.call(console[V],console,Re)}}var F=!1,B=!1,W=!1,z=!1,G=!1,ne;ne=Symbol.for("react.module.reference");function oe(V){return!!(typeof V=="string"||typeof V=="function"||V===n||V===o||G||V===i||V===l||V===u||z||V===y||F||B||W||typeof V=="object"&&V!==null&&(V.$$typeof===p||V.$$typeof===d||V.$$typeof===s||V.$$typeof===a||V.$$typeof===c||V.$$typeof===ne||V.getModuleId!==void 0))}function se(V,ae,fe){var Pe=V.displayName;if(Pe)return Pe;var qe=ae.displayName||ae.name||"";return qe!==""?fe+"("+qe+")":fe}function q(V){return V.displayName||"Context"}function L(V){if(V==null)return null;if(typeof V.tag=="number"&&R("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof V=="function")return V.displayName||V.name||null;if(typeof V=="string")return V;switch(V){case n:return"Fragment";case r:return"Portal";case o:return"Profiler";case i:return"StrictMode";case l:return"Suspense";case u:return"SuspenseList"}if(typeof V=="object")switch(V.$$typeof){case a:var ae=V;return q(ae)+".Consumer";case s:var fe=V;return q(fe._context)+".Provider";case c:return se(V,V.render,"ForwardRef");case d:var Pe=V.displayName||null;return Pe!==null?Pe:L(V.type)||"Memo";case p:{var qe=V,Re=qe._payload,Fe=qe._init;try{return L(Fe(Re))}catch{return null}}}return null}var h=Object.assign,f=0,m,S,T,E,I,C,g;function v(){}v.__reactDisabledLog=!0;function j(){{if(f===0){m=console.log,S=console.info,T=console.warn,E=console.error,I=console.group,C=console.groupCollapsed,g=console.groupEnd;var V={configurable:!0,enumerable:!0,value:v,writable:!0};Object.defineProperties(console,{info:V,log:V,warn:V,error:V,group:V,groupCollapsed:V,groupEnd:V})}f++}}function Q(){{if(f--,f===0){var V={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:h({},V,{value:m}),info:h({},V,{value:S}),warn:h({},V,{value:T}),error:h({},V,{value:E}),group:h({},V,{value:I}),groupCollapsed:h({},V,{value:C}),groupEnd:h({},V,{value:g})})}f<0&&R("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var Z=O.ReactCurrentDispatcher,ce;function be(V,ae,fe){{if(ce===void 0)try{throw Error()}catch(qe){var Pe=qe.stack.trim().match(/\n( *(at )?)/);ce=Pe&&Pe[1]||""}return`
|
|
10
|
+
`+ce+V}}var xe=!1,pe;{var Le=typeof WeakMap=="function"?WeakMap:Map;pe=new Le}function Ae(V,ae){if(!V||xe)return"";{var fe=pe.get(V);if(fe!==void 0)return fe}var Pe;xe=!0;var qe=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var Re;Re=Z.current,Z.current=null,j();try{if(ae){var Fe=function(){throw Error()};if(Object.defineProperty(Fe.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(Fe,[])}catch(tr){Pe=tr}Reflect.construct(V,[],Fe)}else{try{Fe.call()}catch(tr){Pe=tr}V.call(Fe.prototype)}}else{try{throw Error()}catch(tr){Pe=tr}V()}}catch(tr){if(tr&&Pe&&typeof tr.stack=="string"){for(var at=tr.stack.split(`
|
|
11
|
+
`),er=Pe.stack.split(`
|
|
12
|
+
`),Bt=at.length-1,$t=er.length-1;Bt>=1&&$t>=0&&at[Bt]!==er[$t];)$t--;for(;Bt>=1&&$t>=0;Bt--,$t--)if(at[Bt]!==er[$t]){if(Bt!==1||$t!==1)do if(Bt--,$t--,$t<0||at[Bt]!==er[$t]){var ur=`
|
|
13
|
+
`+at[Bt].replace(" at new "," at ");return V.displayName&&ur.includes("<anonymous>")&&(ur=ur.replace("<anonymous>",V.displayName)),typeof V=="function"&&pe.set(V,ur),ur}while(Bt>=1&&$t>=0);break}}}finally{xe=!1,Z.current=Re,Q(),Error.prepareStackTrace=qe}var Or=V?V.displayName||V.name:"",dr=Or?be(Or):"";return typeof V=="function"&&pe.set(V,dr),dr}function Ze(V,ae,fe){return Ae(V,!1)}function dt(V){var ae=V.prototype;return!!(ae&&ae.isReactComponent)}function je(V,ae,fe){if(V==null)return"";if(typeof V=="function")return Ae(V,dt(V));if(typeof V=="string")return be(V);switch(V){case l:return be("Suspense");case u:return be("SuspenseList")}if(typeof V=="object")switch(V.$$typeof){case c:return Ze(V.render);case d:return je(V.type,ae,fe);case p:{var Pe=V,qe=Pe._payload,Re=Pe._init;try{return je(Re(qe),ae,fe)}catch{}}}return""}var mt=Object.prototype.hasOwnProperty,we={},he=O.ReactDebugCurrentFrame;function Ce(V){if(V){var ae=V._owner,fe=je(V.type,V._source,ae?ae.type:null);he.setExtraStackFrame(fe)}else he.setExtraStackFrame(null)}function Ve(V,ae,fe,Pe,qe){{var Re=Function.call.bind(mt);for(var Fe in V)if(Re(V,Fe)){var at=void 0;try{if(typeof V[Fe]!="function"){var er=Error((Pe||"React class")+": "+fe+" type `"+Fe+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof V[Fe]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw er.name="Invariant Violation",er}at=V[Fe](ae,Fe,Pe,fe,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Bt){at=Bt}at&&!(at instanceof Error)&&(Ce(qe),R("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",Pe||"React class",fe,Fe,typeof at),Ce(null)),at instanceof Error&&!(at.message in we)&&(we[at.message]=!0,Ce(qe),R("Failed %s type: %s",fe,at.message),Ce(null))}}}var ke=Array.isArray;function Te(V){return ke(V)}function Ie(V){{var ae=typeof Symbol=="function"&&Symbol.toStringTag,fe=ae&&V[Symbol.toStringTag]||V.constructor.name||"Object";return fe}}function Ue(V){try{return lt(V),!1}catch{return!0}}function lt(V){return""+V}function ut(V){if(Ue(V))return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Ie(V)),lt(V)}var ze=O.ReactCurrentOwner,Dt={key:!0,ref:!0,__self:!0,__source:!0},_t,Xe,Ot;Ot={};function Ft(V){if(mt.call(V,"ref")){var ae=Object.getOwnPropertyDescriptor(V,"ref").get;if(ae&&ae.isReactWarning)return!1}return V.ref!==void 0}function et(V){if(mt.call(V,"key")){var ae=Object.getOwnPropertyDescriptor(V,"key").get;if(ae&&ae.isReactWarning)return!1}return V.key!==void 0}function Et(V,ae){if(typeof V.ref=="string"&&ze.current&&ae&&ze.current.stateNode!==ae){var fe=L(ze.current.type);Ot[fe]||(R('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',L(ze.current.type),V.ref),Ot[fe]=!0)}}function Pt(V,ae){{var fe=function(){_t||(_t=!0,R("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",ae))};fe.isReactWarning=!0,Object.defineProperty(V,"key",{get:fe,configurable:!0})}}function nt(V,ae){{var fe=function(){Xe||(Xe=!0,R("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",ae))};fe.isReactWarning=!0,Object.defineProperty(V,"ref",{get:fe,configurable:!0})}}var Lt=function(V,ae,fe,Pe,qe,Re,Fe){var at={$$typeof:t,type:V,key:ae,ref:fe,props:Fe,_owner:Re};return at._store={},Object.defineProperty(at._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(at,"_self",{configurable:!1,enumerable:!1,writable:!1,value:Pe}),Object.defineProperty(at,"_source",{configurable:!1,enumerable:!1,writable:!1,value:qe}),Object.freeze&&(Object.freeze(at.props),Object.freeze(at)),at};function Rt(V,ae,fe,Pe,qe){{var Re,Fe={},at=null,er=null;fe!==void 0&&(ut(fe),at=""+fe),et(ae)&&(ut(ae.key),at=""+ae.key),Ft(ae)&&(er=ae.ref,Et(ae,qe));for(Re in ae)mt.call(ae,Re)&&!Dt.hasOwnProperty(Re)&&(Fe[Re]=ae[Re]);if(V&&V.defaultProps){var Bt=V.defaultProps;for(Re in Bt)Fe[Re]===void 0&&(Fe[Re]=Bt[Re])}if(at||er){var $t=typeof V=="function"?V.displayName||V.name||"Unknown":V;at&&Pt(Fe,$t),er&&nt(Fe,$t)}return Lt(V,at,er,qe,Pe,ze.current,Fe)}}var tt=O.ReactCurrentOwner,xt=O.ReactDebugCurrentFrame;function Tt(V){if(V){var ae=V._owner,fe=je(V.type,V._source,ae?ae.type:null);xt.setExtraStackFrame(fe)}else xt.setExtraStackFrame(null)}var Ge;Ge=!1;function gt(V){return typeof V=="object"&&V!==null&&V.$$typeof===t}function Nt(){{if(tt.current){var V=L(tt.current.type);if(V)return`
|
|
14
14
|
|
|
15
|
-
Check the render method of \``+V+"`."}return""}}function
|
|
15
|
+
Check the render method of \``+V+"`."}return""}}function it(V){{if(V!==void 0){var ae=V.fileName.replace(/^.*[\\\/]/,""),fe=V.lineNumber;return`
|
|
16
16
|
|
|
17
|
-
Check your code at `+
|
|
17
|
+
Check your code at `+ae+":"+fe+"."}return""}}var St={};function zt(V){{var ae=Nt();if(!ae){var fe=typeof V=="string"?V:V.displayName||V.name;fe&&(ae=`
|
|
18
18
|
|
|
19
|
-
Check the top-level render call using <`+fe+">.")}return
|
|
19
|
+
Check the top-level render call using <`+fe+">.")}return ae}}function N(V,ae){{if(!V._store||V._store.validated||V.key!=null)return;V._store.validated=!0;var fe=zt(ae);if(St[fe])return;St[fe]=!0;var Pe="";V&&V._owner&&V._owner!==tt.current&&(Pe=" It was passed a child from "+L(V._owner.type)+"."),Tt(V),R('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',fe,Pe),Tt(null)}}function _(V,ae){{if(typeof V!="object")return;if(Te(V))for(var fe=0;fe<V.length;fe++){var Pe=V[fe];gt(Pe)&&N(Pe,ae)}else if(gt(V))V._store&&(V._store.validated=!0);else if(V){var qe=M(V);if(typeof qe=="function"&&qe!==V.entries)for(var Re=qe.call(V),Fe;!(Fe=Re.next()).done;)gt(Fe.value)&&N(Fe.value,ae)}}}function A(V){{var ae=V.type;if(ae==null||typeof ae=="string")return;var fe;if(typeof ae=="function")fe=ae.propTypes;else if(typeof ae=="object"&&(ae.$$typeof===c||ae.$$typeof===d))fe=ae.propTypes;else return;if(fe){var Pe=L(ae);Ve(fe,V.props,"prop",Pe,V)}else if(ae.PropTypes!==void 0&&!Ge){Ge=!0;var qe=L(ae);R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",qe||"Unknown")}typeof ae.getDefaultProps=="function"&&!ae.getDefaultProps.isReactClassApproved&&R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function U(V){{for(var ae=Object.keys(V.props),fe=0;fe<ae.length;fe++){var Pe=ae[fe];if(Pe!=="children"&&Pe!=="key"){Tt(V),R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",Pe),Tt(null);break}}V.ref!==null&&(Tt(V),R("Invalid attribute `ref` supplied to `React.Fragment`."),Tt(null))}}var Y={};function ee(V,ae,fe,Pe,qe,Re){{var Fe=oe(V);if(!Fe){var at="";(V===void 0||typeof V=="object"&&V!==null&&Object.keys(V).length===0)&&(at+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var er=it(qe);er?at+=er:at+=Nt();var Bt;V===null?Bt="null":Te(V)?Bt="array":V!==void 0&&V.$$typeof===t?(Bt="<"+(L(V.type)||"Unknown")+" />",at=" Did you accidentally export a JSX literal instead of a component?"):Bt=typeof V,R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Bt,at)}var $t=Rt(V,ae,fe,qe,Re);if($t==null)return $t;if(Fe){var ur=ae.children;if(ur!==void 0)if(Pe)if(Te(ur)){for(var Or=0;Or<ur.length;Or++)_(ur[Or],V);Object.freeze&&Object.freeze(ur)}else R("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else _(ur,V)}if(mt.call(ae,"key")){var dr=L(V),tr=Object.keys(ae).filter(function(Xr){return Xr!=="key"}),_r=tr.length>0?"{key: someKey, "+tr.join(": ..., ")+": ...}":"{key: someKey}";if(!Y[dr+_r]){var Dn=tr.length>0?"{"+tr.join(": ..., ")+": ...}":"{}";R(`A props object containing a "key" prop is being spread into JSX:
|
|
20
20
|
let props = %s;
|
|
21
21
|
<%s {...props} />
|
|
22
22
|
React keys must be passed directly to JSX without using spread:
|
|
23
23
|
let props = %s;
|
|
24
|
-
<%s key={someKey} {...props} />`,xr,fr,Rn,fr),Y[fr+xr]=!0}}return V===n?$(Ut):A(Ut),Ut}}function ne(V,se,fe){return J(V,se,fe,!0)}function ke(V,se,fe){return J(V,se,fe,!1)}var Je=ke,Re=ne;$s.Fragment=n,$s.jsx=Je,$s.jsxs=Re}()),$s}pn.env.NODE_ENV==="production"?rl.exports=D2():rl.exports=B2();var x=rl.exports;const kD="",DD="",BD="";window._iconfont_svg_string_4776227='<svg><symbol id="icon-link2" viewBox="0 0 1024 1024"><path d="M642.7648 217.6a166.5024 166.5024 0 0 1 166.5024 166.5024v256.256a166.5024 166.5024 0 0 1-166.5024 166.5024H386.5088a92.16 92.16 0 0 1-64.9728-157.5936L506.88 465.2032H429.2096a38.4 38.4 0 0 1-38.0416-33.1776l-0.3584-5.2224a38.4 38.4 0 0 1 38.4-38.4h170.8544l1.4336 0.0512c0.8704 0 1.6896 0.1024 2.56 0.1536l-3.9936-0.2048a38.656 38.656 0 0 1 27.2384 11.3664l1.792 1.9456 1.536 1.8944-3.328-3.84a38.6048 38.6048 0 0 1 11.1616 27.0336v170.8544a38.4 38.4 0 0 1-76.8 0l-0.0512-78.592-185.9584 184.6784a15.36 15.36 0 0 0 7.3216 25.9072l3.584 0.4096h256.2048c49.5616 0 89.7024-40.1408 89.7024-89.7024V384.1024c0-49.5104-40.1408-89.7024-89.7024-89.7024H386.5088c-49.5616 0-89.7024 40.192-89.7024 89.7024V563.2a38.4 38.4 0 0 1-76.8 0V384.1024A166.5024 166.5024 0 0 1 386.5088 217.6h256.256z" ></path></symbol><symbol id="icon-more" viewBox="0 0 1024 1024"><path d="M499.2 217.6m0-64a64 64 0 1 0 0 128 64 64 0 1 0 0-128Z" ></path><path d="M499.2 524.8m0-64a64 64 0 1 0 0 128 64 64 0 1 0 0-128Z" ></path><path d="M499.2 832m0-64a64 64 0 1 0 0 128 64 64 0 1 0 0-128Z" ></path></symbol><symbol id="icon-docs" viewBox="0 0 1024 1024"><path d="M665.6 41.728c65.9456 0 121.2928 45.312 136.6016 106.496 5.0688-2.6624 10.8544-4.096 16.9984-4.096a140.8 140.8 0 0 1 140.8 140.8v563.2a140.8 140.8 0 0 1-140.8 140.8H358.4a140.8512 140.8512 0 0 1-135.4752-102.4H204.8a140.8 140.8 0 0 1-140.8-140.8v-563.2A140.8 140.8 0 0 1 204.8 41.728h460.8z m140.8 177.0496v526.9504a140.8 140.8 0 0 1-140.8 140.8l-358.4 0.1024c11.7248 15.5136 30.3104 25.4976 51.2 25.4976h460.8c35.328 0 64-28.672 64-64v-563.2c0-35.328-28.672-64-64-64a38.3488 38.3488 0 0 1-12.8-2.1504zM665.6 118.528H204.8c-35.328 0-64 28.672-64 64v563.2c0 35.328 28.672 64 64 64h460.8c35.328 0 64-28.672 64-64v-563.2c0-35.328-28.672-64-64-64z m-153.6 281.6a38.4 38.4 0 1 1 0 76.8H256a38.4 38.4 0 1 1 0-76.8h256z m102.4-153.6a38.4 38.4 0 1 1 0 76.8H256a38.4 38.4 0 1 1 0-76.8h358.4z" ></path></symbol><symbol id="icon-link1" viewBox="0 0 1024 1024"><path d="M719.872 268.8l3.738 0.205 0.768 0.051-4.506-0.256a38.502 38.502 0 0 1 28.416 12.544l0.973 1.126a38.554 38.554 0 0 1 1.74 2.253l-2.713-3.379a38.605 38.605 0 0 1 9.984 25.549V563.2a38.4 38.4 0 1 1-76.8 0V394.086L281.856 758.221a38.4 38.4 0 0 1-51.712-56.832L620.646 345.6H463.872a38.4 38.4 0 0 1-38.042-33.178l-0.358-5.222a38.4 38.4 0 0 1 38.4-38.4h256z" ></path></symbol><symbol id="icon-icon-kfckfc" viewBox="0 0 1024 1024"><path d="M53.504 102.912c-0.41 0.563 30.208 42.086 67.84 92.006L299.008 430.9 408.32 576l-7.014 7.885c-3.943 4.352-84.327 90.521-178.432 191.488C128.717 876.595 51.354 960 51.2 960.87c-0.358 0.922 16.077 1.69 39.731 1.536l40.243-0.204 13.21-14.49A217385.626 217385.626 0 0 0 440.32 629.914l4.71-5.479 37.837 50.33L610.048 843.93l89.6 118.63H836.71c114.023 0 136.858-0.358 136.141-2.458-0.563-1.484-35.328-48.025-77.312-103.782-41.984-55.603-90.01-119.398-106.65-141.568-16.793-22.17-66.15-88.064-110.028-146.074-43.879-58.163-79.821-106.598-79.821-107.366 0-1.331 231.782-251.187 310.58-334.746l22.527-23.808h-41.42l-41.217 0.154-48.179 51.814a48197.632 48197.632 0 0 1-144.23 154.88l-95.847 102.912L445.03 258.202 328.55 103.68l-137.062-0.922c-75.418-0.563-137.626-0.41-137.984 0.154z m324.762 166.4c44.8 59.7 113.97 151.5 153.65 204.288 39.732 52.531 127.796 169.677 195.892 259.994 68.045 90.47 124.365 165.376 125.286 166.707 1.178 1.69-12.288 2.253-61.235 2.253h-62.566L605.286 737.69c-286.208-379.802-430.592-571.7-432.332-574.516-1.127-1.69 11.724-2.252 61.081-2.252h62.567l81.664 108.39z" ></path></symbol><symbol id="icon-icon_telegram" viewBox="0 0 1024 1024"><path d="M824.87808 503.6032c55.8592 0 100.096 12.544 133.4272 37.5296 34.2016 26.7264 55.9104 66.7136 64.2048 120.9344h-94.208c-5.8368-27.4944-17.5104-47.5136-34.2016-60.8768-17.5104-13.312-40.8576-19.968-69.2224-19.968-35.0208 0-62.5664 12.4928-82.5856 39.168-19.968 25.856-30.0032 62.5152-30.0032 109.2608 0 47.5136 9.216 85.0432 29.184 111.7184 18.3296 25.856 45.8752 39.2192 82.5856 39.2192 63.3856 0 98.4064-31.6928 105.8816-94.208H1024.19968c-9.984 58.368-32.512 101.7344-66.7136 130.048-33.3824 27.5456-78.3872 41.728-134.2976 41.728-66.7136 0-118.4256-21.7088-155.136-65.024-35.84-41.728-53.3504-95.9488-53.3504-162.6624 0-65.024 17.5104-118.4256 52.5312-159.2832 37.5296-45.056 90.112-67.584 157.6448-67.584z m75.7248-333.6704l-53.76 245.4528a353.792 353.792 0 0 0-12.6464-0.256c-164.096 0-316.3648 113.7664-357.0176 266.752L381.63968 771.9424c-11.6224 10.9056-20.7872 20.1216-41.5744 20.1216l14.1824-205.2608 385.1776-336.7424c16.896-14.5408-3.6352-21.6576-26.112-8.3968L237.76768 532.2752 32.35328 470.1696c-44.288-13.1584-44.544-42.7008 10.0352-64l800.3072-298.9568c36.5568-15.9744 71.8336 8.5504 57.856 62.72z" ></path></symbol><symbol id="icon-icon_medium" viewBox="0 0 1024 1024"><path d="M576.819712 497.6128c-0.7168 169.6768-139.5712 294.7584-293.376 292.3008C127.795712 787.4048-0.357888 656.1792 0.000512 495.2064 0.358912 334.9504 130.611712 204.032 288.819712 204.8c159.9488 0.768 288.2048 131.1744 288 292.8128m27.904-1.536c0.9216-72.9088 12.3904-143.3088 50.1248-207.0528 7.168-12.1856 15.872-23.8592 25.6512-33.9968 44.4928-46.08 99.4816-44.0832 141.312 4.5056 28.8768 33.5872 45.8752 73.216 56.064 115.8656 24.576 102.5536 21.2992 203.5712-19.968 301.6704-11.9808 28.416-28.5184 54.2208-52.9408 73.728-36.2496 29.1328-76.8 29.3888-112.5376-0.3072-39.2704-32.6656-59.4944-77.5168-70.7584-125.696-9.8304-41.984-14.2848-85.248-21.0944-128l4.1472-0.7168M1024.000512 470.5792c-3.1744 93.952-4.9152 159.8976-22.1696 224.0512-3.0208 11.264-6.656 22.7328-12.4928 32.6656-3.8912 6.656-11.776 14.3872-18.3296 14.8992-5.3248 0.4096-14.08-8.192-16.6912-14.6944-7.5776-18.7392-14.848-38.0928-18.6368-57.9584-16.384-86.3744-18.4832-173.7216-10.496-261.0176 3.584-39.424 11.9296-78.4896 19.1488-117.5552 1.792-9.728 6.7584-19.2512 11.776-27.9552 9.728-16.4864 22.3744-16.896 30.9248 0 7.68 15.2576 15.0528 31.744 17.408 48.4864 8.8064 62.0544 15.4112 124.416 19.5584 159.0784" ></path></symbol><symbol id="icon-icon_discord" viewBox="0 0 1024 1024"><path d="M831.8976 213.6064A748.032 748.032 0 0 0 641.7408 153.6c-8.192 14.848-17.7664 34.8672-24.3712 50.7904a694.8864 694.8864 0 0 0-210.688 0c-6.6048-15.872-16.384-35.8912-24.6272-50.7904a745.5744 745.5744 0 0 0-190.3104 60.16C71.424 396.4928 38.8096 574.6176 55.0912 750.2848a758.784 758.784 0 0 0 233.216 120.064c18.7904-26.0096 35.5328-53.6064 49.92-82.688a490.0864 490.0864 0 0 1-78.6432-38.4c6.656-4.9664 13.056-10.0864 19.3024-15.36 151.6544 71.2704 316.416 71.2704 466.2272 0 6.2976 5.2736 12.8 10.3936 19.3024 15.36a488.8576 488.8576 0 0 1-78.848 38.5024c14.4384 28.9792 31.1296 56.6784 49.9712 82.6368a757.2992 757.2992 0 0 0 233.3184-120.1152c19.1488-203.6224-32.6656-380.16-136.96-536.6784zM358.912 642.2528c-45.568 0-82.8416-42.7008-82.8416-94.72 0-51.968 36.5056-94.72 82.8416-94.72 46.336 0 83.6608 42.6496 82.8416 94.72 0.1024 52.0192-36.5056 94.72-82.8416 94.72z m306.176 0c-45.5168 0-82.8416-42.7008-82.8416-94.72 0-51.968 36.5056-94.72 82.8416-94.72 46.336 0 83.6608 42.6496 82.8416 94.72 0 52.0192-36.5056 94.72-82.8416 94.72z" ></path></symbol><symbol id="icon-icon_del" viewBox="0 0 1024 1024"><path d="M512 64a243.2512 243.2512 0 0 1 240.1792 204.8h-1.3312a140.8 140.8 0 0 1 139.1104 162.4576l-63.6928 409.6a140.8 140.8 0 0 1-139.1616 119.1424H336.896a140.8 140.8 0 0 1-139.1616-119.1424l-63.6928-409.6A140.8 140.8 0 0 1 271.8208 268.8a243.2 243.2 0 0 1 240.1792-204.8z m238.848 281.6h-477.696A64 64 0 0 0 209.92 419.4304l63.6928 409.6A64 64 0 0 0 336.896 883.2h350.208a64 64 0 0 0 63.2832-54.1696l63.6928-409.6a64 64 0 0 0-63.232-73.8304zM409.6 473.6a38.4 38.4 0 0 1 38.4 38.4v204.8a38.4 38.4 0 1 1-76.8 0v-204.8A38.4 38.4 0 0 1 409.6 473.6z m204.8 0a38.4 38.4 0 0 1 38.4 38.4v204.8a38.4 38.4 0 1 1-76.8 0v-204.8a38.4 38.4 0 0 1 38.4-38.4z m-102.4-332.8a166.4512 166.4512 0 0 0-160.0512 120.7296l-1.8944 7.2704h323.84l-1.8432-7.2704a166.5024 166.5024 0 0 0-150.6304-120.4736L512 140.8z" ></path></symbol><symbol id="icon-plorer" viewBox="0 0 1024 1024"><path d="M608 62.31l245.453 141.67a192 192 0 0 1 96 166.298v283.444a192 192 0 0 1-96 166.297L608 961.69a192 192 0 0 1-192 0L170.547 820.02a192 192 0 0 1-96-166.297V370.278a192 192 0 0 1 95.949-166.297L415.949 62.31a192 192 0 0 1 192 0z m-153.6 66.51L208.947 270.49a115.2 115.2 0 0 0-57.6 99.84v283.392a115.2 115.2 0 0 0 57.6 99.788L454.4 895.18a115.2 115.2 0 0 0 115.2 0l245.453-141.67a115.2 115.2 0 0 0 57.6-99.84V370.33a115.2 115.2 0 0 0-57.6-99.79L569.6 128.87a115.2 115.2 0 0 0-115.2 0zM726.886 324.3L577.741 764.11c-11.776 34.713-60.826 34.816-72.704 0.051L440.73 575.59l-197.94-71.987c-31.744-11.622-33.536-54.63-5.427-69.785l5.632-2.458 434.586-155.546a38.4 38.4 0 0 1 49.305 48.487z m-98.252 50.586L369.05 467.763l115.2 41.984a38.4 38.4 0 0 1 20.992 18.381l2.252 5.325 33.792 98.97 87.348-257.537z" ></path></symbol><symbol id="icon-disconnect" viewBox="0 0 1024 1024"><path d="M575.357 738.274a38.4 38.4 0 0 1 0 54.306l-72.408 72.408A243.2 243.2 0 1 1 159.012 521.05l72.408-72.408a38.4 38.4 0 1 1 54.306 54.306l-72.408 72.408a166.4 166.4 0 0 0 235.325 235.325l72.408-72.408a38.4 38.4 0 0 1 54.306 0z m-108.612-181.02a38.4 38.4 0 0 1 0 54.307L358.134 720.172a38.4 38.4 0 1 1-54.306-54.306l108.611-108.611a38.4 38.4 0 0 1 54.306 0zM756.376 702.07a38.4 38.4 0 1 1-54.306 54.306L267.624 321.93a38.4 38.4 0 1 1 54.306-54.306L756.376 702.07z m-36.204-398.242a38.4 38.4 0 0 1 0 54.306L611.561 466.745a38.4 38.4 0 1 1-54.306-54.306l108.611-108.611a38.4 38.4 0 0 1 54.306 0z m144.816-144.816a243.2 243.2 0 0 1 0 343.937l-72.408 72.408a38.4 38.4 0 1 1-54.306-54.306l72.408-72.408a166.4 166.4 0 0 0-235.325-235.325l-72.408 72.408a38.4 38.4 0 0 1-54.306-54.306l72.408-72.408a243.2 243.2 0 0 1 343.937 0z" ></path></symbol><symbol id="icon-copy" viewBox="0 0 1024 1024"><path d="M665.6 396.8a140.8 140.8 0 0 1 140.8 140.8v128a140.8 140.8 0 0 1-140.8 140.8h-128a140.8 140.8 0 0 1-140.8-140.8v-128a140.8 140.8 0 0 1 140.8-140.8h128z m0 76.8h-128c-35.328 0-64 28.672-64 64v128c0 35.328 28.672 64 64 64h128c35.328 0 64-28.672 64-64v-128c0-35.328-28.672-64-64-64z" ></path><path d="M537.6 217.6c49.46 0 89.6 40.14 89.6 89.6v25.6a38.4 38.4 0 0 1-76.8 0v-25.6a12.8 12.8 0 0 0-12.8-12.8H307.2a12.8 12.8 0 0 0-12.8 12.8v230.4c0 7.066 5.734 12.8 12.8 12.8h25.6a38.4 38.4 0 0 1 0 76.8h-25.6a89.6 89.6 0 0 1-89.6-89.6V307.2c0-49.46 40.14-89.6 89.6-89.6h230.4z" ></path></symbol><symbol id="icon-link" viewBox="0 0 1024 1024"><path d="M436.992 281.6a38.4 38.4 0 0 1 0 76.8 217.6 217.6 0 1 0 217.6 217.6 38.4 38.4 0 1 1 76.8 0 294.4 294.4 0 1 1-294.4-294.4z m385.28-102.4l3.8912 0.2048 0.6144 0.0512-4.5056-0.256a38.2464 38.2464 0 0 1 28.416 12.544l0.8704 1.024a38.5536 38.5536 0 0 1 2.0992 2.7136l-2.9696-3.7376a38.656 38.656 0 0 1 9.984 25.5488V473.6a38.4 38.4 0 1 1-76.8 0V304.4864l-399.616 364.1344a38.4 38.4 0 0 1-51.712-56.832L723.0464 256H566.272a38.4 38.4 0 0 1-38.0416-33.1776l-0.3584-5.2224a38.4 38.4 0 0 1 38.4-38.4h256z" ></path></symbol><symbol id="icon-unfold" viewBox="0 0 2048 1024"><path d="M565.248 78.131a76.8 76.8 0 0 1 108.544 0l362.086 361.984a25.6 25.6 0 0 0 36.25 0l361.984-361.984a76.8 76.8 0 0 1 108.544 108.544l-361.984 362.189a179.2 179.2 0 0 1-253.44 0L565.248 186.675a76.8 76.8 0 0 1 0-108.544z" ></path></symbol><symbol id="icon-rpc" viewBox="0 0 1024 1024"><path d="M204.8 678.4a140.8 140.8 0 1 1 0 281.6 140.8 140.8 0 0 1 0-281.6z m168.96-573.44a268.8 268.8 0 0 1 207.872 439.245l38.144 38.144a192 192 0 1 1-55.603 53.094l-39.27-39.373A268.8 268.8 0 1 1 373.76 104.96zM204.8 755.2a64 64 0 1 0 0 128 64 64 0 0 0 0-128z m517.12-125.44a115.2 115.2 0 1 0 0 230.4 115.2 115.2 0 0 0 0-230.4z m-348.16-448a192 192 0 1 0 0 384 192 192 0 0 0 0-384zM819.2 64a140.8 140.8 0 1 1 0 281.6 140.8 140.8 0 0 1 0-281.6z m0 76.8a64 64 0 1 0 0 128 64 64 0 0 0 0-128z" ></path></symbol><symbol id="icon-mev" viewBox="0 0 1024 1024"><path d="M651.162 95.488c53.401 56.422 131.84 113.818 235.212 171.674a38.4 38.4 0 0 1 19.456 29.9c12.032 129.024-12.544 251.75-73.625 367.156-60.211 113.817-158.976 226.457-295.936 338.33a38.4 38.4 0 0 1-48.589 0C356.608 895.436 259.328 782.181 196.045 662.681c-64.103-121.19-90.266-243.405-77.824-365.876a38.4 38.4 0 0 1 20.531-30.259C239.923 214.323 319.846 156.98 378.624 94.925c104.96-110.95 169.37-108.442 272.538 0.512z m126.464 196.506l-1.178 0.819a41.933 41.933 0 0 1-10.035 3.84c-4.25 1.024-5.427 1.28-14.695 3.328a122.368 122.368 0 0 0-16.896 4.403c-43.878 16.384-71.168 47.411-83.097 96.666-2.304 9.625-3.328 20.838-3.687 38.4l-0.204 13.516v15.872l0.05 9.728v2.048l0.052 3.482c0.256 35.328 0.154 51.2-1.024 71.424-4.506 79.36-42.291 140.39-108.954 178.483-29.542 16.896-61.9 23.962-99.328 23.91h-8.704a9243.136 9243.136 0 0 0-29.286-0.153h-17.46l-10.034-0.051h-22.938c40.448 50.841 88.371 100.71 143.77 149.504l17.97 15.513 17.511-14.899c101.018-88.064 176.077-175.513 225.28-262.144l9.523-17.408c50.893-96.205 73.063-197.273 66.56-303.974l-3.584-2.407a1479.786 1479.786 0 0 1-49.664-29.9z m-171.52 5.12h-1.127c-15.155 0.102-30.054 3.584-45.107 10.598-46.285 21.504-77.056 71.373-76.39 128.051 0.307 25.703 0.256 51.354 0 87.603l-0.103 10.445c-0.102 14.49-0.512 24.371-1.74 34.816-4.865 42.803-19.661 79.77-43.674 110.285l-1.792 2.15 1.331 0.052h1.331c24.832 0 44.288-4.199 61.03-13.824 44.033-25.19 67.38-62.72 70.4-116.122 1.025-18.022 1.127-32.768 0.871-66.56v-5.478l-0.051-5.223v-21.504c0-5.12 0.051-9.728 0.153-14.49 0.512-22.681 1.895-38.604 5.837-54.937a225.075 225.075 0 0 1 35.687-79.514l4.71-6.246h-11.366z m1.484-136.295l-12.236-12.544c-73.728-77.926-87.245-78.438-160.973-0.563-60.467 63.898-139.674 122.112-237.466 174.95l-3.942 2.048-0.768 17.562c-2.407 88.064 18.176 176.384 61.952 265.42l9.779 19.047c9.267 17.51 19.354 34.919 30.26 52.224l-0.871 0.154c2.406-0.512 2.406-0.512 6.144-0.973 15.104-1.536 29.593-6.86 43.776-15.974 36.454-23.552 56.883-56.576 62.105-102.247 0.82-7.168 1.127-14.848 1.23-26.726l0.102-10.343c0.256-35.84 0.307-61.132 0-86.22-1.024-86.58 46.899-164.199 120.78-198.554a183.552 183.552 0 0 1 77.312-17.766h1.536l53.044 0.256h16.076a775.117 775.117 0 0 1-67.84-59.75z" ></path></symbol><symbol id="icon-caution" viewBox="0 0 1024 1024"><path d="M512 682.666667c-47.146667 0-85.333333-42.112-85.333333-94.037334V94.037333C426.666667 42.112 464.853333 0 512 0s85.333333 42.112 85.333333 94.037333v494.592C597.333333 640.554667 559.146667 682.666667 512 682.666667zM512 1024c-47.146667 0-85.333333-35.2-85.333333-78.592v-98.816C426.666667 803.2 464.853333 768 512 768s85.333333 35.2 85.333333 78.592v98.816C597.333333 988.8 559.146667 1024 512 1024z" ></path></symbol><symbol id="icon-settings" viewBox="0 0 1024 1024"><path d="M608 62.31l245.453 141.67a192 192 0 0 1 96 166.298v283.444a192 192 0 0 1-96 166.297L608 961.69a192 192 0 0 1-192 0L170.547 820.02a192 192 0 0 1-96-166.297V370.278a192 192 0 0 1 95.949-166.297L415.949 62.31a192 192 0 0 1 192 0z m-153.6 66.51L208.947 270.49a115.2 115.2 0 0 0-57.6 99.84v283.392a115.2 115.2 0 0 0 57.6 99.788L454.4 895.18a115.2 115.2 0 0 0 115.2 0l245.453-141.67a115.2 115.2 0 0 0 57.6-99.84V370.33a115.2 115.2 0 0 0-57.6-99.79L569.6 128.87a115.2 115.2 0 0 0-115.2 0z m104.858 211.762a89.6 89.6 0 0 1 77.568 44.8l47.257 81.818a89.6 89.6 0 0 1 0 89.6l-47.257 81.818a89.6 89.6 0 0 1-77.568 44.8h-94.516a89.6 89.6 0 0 1-77.568-44.8L339.917 556.8a89.6 89.6 0 0 1 0-89.6l47.257-81.818a89.6 89.6 0 0 1 77.568-44.8h94.516z m0 76.8h-94.516a12.8 12.8 0 0 0-11.059 6.4L406.426 505.6a12.8 12.8 0 0 0 0 12.8l47.257 81.818a12.8 12.8 0 0 0 11.06 6.4h94.515a12.8 12.8 0 0 0 11.059-6.4l47.257-81.818a12.8 12.8 0 0 0 0-12.8l-47.257-81.818a12.8 12.8 0 0 0-11.06-6.4z" ></path></symbol><symbol id="icon-back" viewBox="0 0 1024 1024"><path d="M67.738 495.616l36.3 32.358 220.468 194.868c13.926 12.236 14.438 33.792 1.024 46.796l-0.41 0.41a31.898 31.898 0 0 1-44.288 0L20.736 518.554a31.744 31.744 0 0 1 0-45.773l260.096-251.597a31.898 31.898 0 0 1 44.288 0l0.46 0.41a31.846 31.846 0 0 1-1.023 46.848l-220.57 194.816-36.352 32.358z" ></path></symbol><symbol id="icon-wallet" viewBox="0 0 1024 1024"><path d="M825.6 115.2A134.4 134.4 0 0 1 960 249.6v384c0 60.877-40.448 112.282-95.949 128.82L864 785.868a140.8 140.8 0 0 1-179.456 135.373l-467.2-133.479A140.8 140.8 0 0 1 115.2 652.288V249.6a134.4 134.4 0 0 1 134.4-134.4h576zM256 225.331c-35.328 0-64 28.672-64 64V652.34c0 28.57 18.944 53.709 46.438 61.543l467.2 133.478a64 64 0 0 0 81.562-61.491v-47.616a38.502 38.502 0 0 1 0-17.306V422.861a64 64 0 0 0-46.438-61.543l-467.2-133.478A64 64 0 0 0 256 225.28zM825.6 192H427.827l334.029 95.437A140.8 140.8 0 0 1 864 422.86v253.645c11.776-10.548 19.2-25.856 19.2-42.906v-384c0-31.795-25.805-57.6-57.6-57.6z m-192 259.226a38.4 38.4 0 0 1 38.4 38.4V633.6a38.4 38.4 0 1 1-76.8 0V489.574a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-star" viewBox="0 0 1024 1024"><path d="M474.778 72.653a84.992 84.992 0 0 1 113.1 37.683l90.727 179.712c1.024 2.15 3.277 3.686 5.939 4.096l202.906 29.082c18.278 2.56 35.174 11.059 48.128 24.064a83.302 83.302 0 0 1-1.23 119.09l-148.12 142.542a6.605 6.605 0 0 0-2.049 5.939l34.765 195.584c3.277 18.483 0.154 37.58-8.806 54.17a85.043 85.043 0 0 1-114.176 34.457L515.84 804.659a8.55 8.55 0 0 0-7.885 0l-179.968 94.31c-16.589 8.705-35.635 11.674-54.118 8.5a83.968 83.968 0 0 1-68.813-97.28l34.97-195.328a6.605 6.605 0 0 0-2.048-5.94L89.702 466.484a83.61 83.61 0 0 1-24.832-48.128 83.968 83.968 0 0 1 71.732-95.078l204.339-29.184a7.834 7.834 0 0 0 5.939-4.096l89.395-179.251c8.192-16.59 21.76-29.952 38.503-38.093z m36.198 68.25l-2.56 0.767a7.475 7.475 0 0 0-3.43 3.328l-89.344 179.303c-12.39 24.832-36.301 41.933-63.847 45.875l-204.339 29.133c-4.352 0.614-7.168 4.198-6.605 7.885a6.81 6.81 0 0 0 2.048 3.89l148.275 142.49c20.173 19.354 29.338 47.36 24.423 74.804l-34.919 195.379c-0.665 3.584 1.946 7.27 6.247 8.038 1.894 0.307 3.789 0 5.427-0.819l179.968-94.31a85.35 85.35 0 0 1 79.155 0l180.173 94.361c3.994 2.1 9.011 0.615 10.957-3.02a6.4 6.4 0 0 0 0.717-4.199l-34.714-195.533a83.354 83.354 0 0 1 24.371-74.65l148.122-142.591a6.502 6.502 0 0 0 0.102-9.524 8.14 8.14 0 0 0-4.608-2.252l-202.957-29.082c-27.392-3.942-51.2-20.89-63.59-45.517l-90.726-179.712c-1.844-3.635-6.81-5.273-10.906-3.277l2.56-0.768z" ></path></symbol><symbol id="icon-trade" viewBox="0 0 1024 1024"><path d="M1002.93153 563.627l-433.237 432.64a67.243 67.243 0 0 1-29.696 21.93c-0.853 0.171-1.45 0.342-1.963 0.342a61.27 61.27 0 0 1-22.442 4.608c-1.11 0-2.304 0.853-3.414 0.853-2.048 0-3.84-1.365-5.973-1.365a54.87 54.87 0 0 1-13.653-2.987 77.312 77.312 0 0 1-15.275-6.144c-2.987-1.621-5.803-3.67-8.533-5.803-2.56-1.962-5.718-2.816-7.936-5.461L21.34153 563.627a71.68 71.68 0 0 1 0-102.059 72.704 72.704 0 0 1 102.57 0l316.16 315.477V73.472C440.07353 33.109 472.92753 0 513.29053 0a73.387 73.387 0 0 1 73.216 73.472v701.355L900.53153 461.653a72.363 72.363 0 0 1 102.4 102.059z" ></path></symbol><symbol id="icon-verticalslider" viewBox="0 0 1024 1024"><path d="M310.426 441.6a166.4 166.4 0 0 1 38.4 328.346V870.4a38.4 38.4 0 1 1-76.8 0V769.946a166.451 166.451 0 0 1 38.4-328.346z m0 76.8a89.6 89.6 0 1 0 0 179.2 89.6 89.6 0 0 0 0-179.2z m403.2-403.2a38.4 38.4 0 0 1 38.4 38.4v55.654a166.451 166.451 0 0 1-38.4 328.346 166.4 166.4 0 0 1-38.4-328.346V153.6a38.4 38.4 0 0 1 38.4-38.4z m0 166.4a89.6 89.6 0 1 0 0 179.2 89.6 89.6 0 0 0 0-179.2zM310.323 115.2a38.4 38.4 0 0 1 38.4 38.4v146.534a38.4 38.4 0 0 1-76.8 0V153.6a38.4 38.4 0 0 1 38.4-38.4z m403.2 525.26a38.4 38.4 0 0 1 38.4 38.4V870.4a38.4 38.4 0 1 1-76.8 0V678.86a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-swap" viewBox="0 0 1024 1024"><path d="M321.434 116.224a51.2 51.2 0 0 1 69.888 74.752c-47.77 44.646-87.04 81.818-117.658 111.462l-1.997 1.844h289.229a51.2 51.2 0 0 1 50.842 45.26l0.358 5.94a51.2 51.2 0 0 1-51.2 51.2H154.47a51.763 51.763 0 0 1-52.07-52.839c0.205-11.52 3.123-19.097 7.782-27.136 3.226-5.53 7.22-10.752 12.8-17.203 8.192-9.626 20.992-23.04 38.656-40.704a7171.584 7171.584 0 0 1 159.744-152.576z m509.593 188.058a51.2 51.2 0 0 1 0 102.4h-93.593a51.2 51.2 0 0 1 0-102.4h93.593zM663.194 853.709a51.2 51.2 0 0 1-69.888-74.803c47.77-44.647 87.04-81.818 117.657-111.412l2.048-1.894H153.6a51.2 51.2 0 0 1-50.842-45.21l-0.358-5.99a51.2 51.2 0 0 1 51.2-51.2h676.557c27.904 0 52.582 22.272 52.07 52.838a51.456 51.456 0 0 1-7.782 27.136c-3.226 5.53-7.22 10.752-12.8 17.204-8.192 9.625-20.992 23.04-38.656 40.704a7171.584 7171.584 0 0 1-159.744 152.627z" ></path></symbol><symbol id="icon-star_sel" viewBox="0 0 1024 1024"><path d="M470.63 127.846L381.286 307.2a46.182 46.182 0 0 1-34.918 24.986l-204.34 29.184a45.568 45.568 0 0 0-39.167 51.456 45.344 45.344 0 0 0 13.465 26.01l148.276 142.438c10.905 10.496 15.872 25.6 13.21 40.448l-34.97 195.328a45.568 45.568 0 0 0 37.58 52.633 46.95 46.95 0 0 0 29.748-4.659l179.968-94.31a46.95 46.95 0 0 1 43.52 0l180.121 94.361c22.528 11.827 50.586 3.43 62.618-18.688a44.8 44.8 0 0 0 4.71-29.184L746.394 621.62a45.005 45.005 0 0 1 13.21-40.294l148.12-142.592a44.902 44.902 0 0 0 0.666-64.256 46.54 46.54 0 0 0-26.368-13.21l-202.956-29.081a46.182 46.182 0 0 1-34.765-24.781l-90.727-179.712a46.592 46.592 0 0 0-82.944 0.205z" ></path></symbol><symbol id="icon-tips" viewBox="0 0 1024 1024"><path d="M512 166.4a345.6 345.6 0 1 1 0 691.2 345.6 345.6 0 0 1 0-691.2z m0 76.8a268.8 268.8 0 1 0 0 537.6 268.8 268.8 0 0 0 0-537.6z m0 196.3a38.4 38.4 0 0 1 38.4 38.4v219.29a38.4 38.4 0 1 1-76.8 0V477.9a38.4 38.4 0 0 1 38.4-38.4z m0-153.087a38.4 38.4 0 0 1 38.4 38.4v45.414a38.4 38.4 0 1 1-76.8 0v-45.363a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-sel" viewBox="0 0 1024 1024"><path d="M783.36 281.2416a51.2 51.2 0 0 1 71.68 73.0624l-407.9616 400.384a51.2 51.2 0 0 1-67.8912 3.4304l-206.3872-165.376a51.2 51.2 0 1 1 64-79.9232l170.9568 137.0112 375.6032-368.64z" ></path></symbol><symbol id="icon-spread" viewBox="0 0 1024 1024"><path d="M143.36 678.4a38.4 38.4 0 0 1 38.4 38.4v112.64c0 7.066 5.734 12.8 12.8 12.8H307.2a38.4 38.4 0 1 1 0 76.8H194.56a89.6 89.6 0 0 1-89.6-89.6V716.8a38.4 38.4 0 0 1 38.4-38.4z m327.68-573.44a38.4 38.4 0 0 1 0 76.8H234.342L842.24 790.477v-242.33a38.4 38.4 0 1 1 76.8 0V829.44a89.6 89.6 0 0 1-89.6 89.6H552.96a38.4 38.4 0 1 1 0-76.8l232.346-0.051L181.76 237.773V471.04a38.4 38.4 0 0 1-76.8 0V194.56c0-49.46 40.14-89.6 89.6-89.6h276.48z m358.4 0c49.46 0 89.6 40.14 89.6 89.6V307.2a38.4 38.4 0 1 1-76.8 0V194.56a12.8 12.8 0 0 0-12.8-12.8H716.8a38.4 38.4 0 1 1 0-76.8h112.64z" ></path></symbol><symbol id="icon-refresh" viewBox="0 0 1024 1024"><path d="M601.446 178.176a344.576 344.576 0 0 1 124.621 62.413 38.4 38.4 0 0 1 5.12 55.45l-94.566 107.878a38.4 38.4 0 1 1-57.754-50.586l65.741-75.11-4.915-2.816a268.646 268.646 0 0 0-43.008-18.535l-15.104-4.505A268.8 268.8 0 1 0 771.635 581.58a38.4 38.4 0 1 1 74.189 19.865 345.6 345.6 0 1 1-244.378-423.27z" ></path></symbol><symbol id="icon-close" viewBox="0 0 1024 1024"><path d="M763.392 256.512a51.2 51.2 0 0 1 0 72.3968L582.2464 509.952l183.1424 183.1424a51.2 51.2 0 0 1-72.3968 72.3968l-183.1424-183.1424-180.992 181.0432a51.2 51.2 0 0 1-72.3968-72.3968L437.504 509.952 258.56 330.9568A51.2 51.2 0 0 1 330.9568 258.56L509.952 437.504l181.0432-180.992a51.2 51.2 0 0 1 72.3968 0z" ></path></symbol><symbol id="icon-alert" viewBox="0 0 1024 1024"><path d="M558.08 125.0816c12.6464 7.5776 23.1936 18.1248 30.72 30.72L959.232 773.12a89.6 89.6 0 0 1-76.8 135.68H141.6192a89.6 89.6 0 0 1-76.8-135.68L435.1488 155.8016a89.6 89.6 0 0 1 122.9312-30.72zM501.0432 195.328L130.6624 812.5952a12.8 12.8 0 0 0 10.9568 19.4048h740.7616a12.8 12.8 0 0 0 10.9568-19.4048L522.9568 195.328a12.8 12.8 0 0 0-21.9136 0zM512 524.8a38.4 38.4 0 0 1 38.4 38.4v153.6a38.4 38.4 0 1 1-76.8 0v-153.6a38.4 38.4 0 0 1 38.4-38.4z m0-204.8a38.4 38.4 0 0 1 38.4 38.4v51.2a38.4 38.4 0 1 1-76.8 0V358.4a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-arrow" viewBox="0 0 1024 1024"><path d="M572.33 707.67l220.673-220.673a85.333 85.333 0 0 0-60.331-145.664H291.328a85.333 85.333 0 0 0-60.33 145.664L451.668 707.67a85.333 85.333 0 0 0 120.662 0z" ></path></symbol></svg>',(e=>{var t=(r=(r=document.getElementsByTagName("script"))[r.length-1]).getAttribute("data-injectcss"),r=r.getAttribute("data-disable-injectsvg");if(!r){var n,i,o,s,a,c=function(d,p){p.parentNode.insertBefore(d,p)};if(t&&!e.__iconfont__svg__cssinject__){e.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch{}}n=function(){var d,p=document.createElement("div");p.innerHTML=e._iconfont_svg_string_4776227,(p=p.getElementsByTagName("svg")[0])&&(p.setAttribute("aria-hidden","true"),p.style.position="absolute",p.style.width=0,p.style.height=0,p.style.overflow="hidden",p=p,(d=document.body).firstChild?c(p,d.firstChild):d.appendChild(p))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(n,0):(i=function(){document.removeEventListener("DOMContentLoaded",i,!1),n()},document.addEventListener("DOMContentLoaded",i,!1)):document.attachEvent&&(o=n,s=e.document,a=!1,l(),s.onreadystatechange=function(){s.readyState=="complete"&&(s.onreadystatechange=null,u())})}function u(){a||(a=!0,o())}function l(){try{s.documentElement.doScroll("left")}catch{return void setTimeout(l,50)}u()}})(window);const LD="",$D="",FD="",UD="",L2="1.18.0",$2="1.40.0",F2={"-32700":"ParseError","-32701":"OversizedRequest","-32702":"OversizedResponse","-32600":"InvalidRequest","-32601":"MethodNotFound","-32602":"InvalidParams","-32603":"InternalError","-32604":"ServerBusy","-32000":"CallExecutionFailed","-32001":"UnknownError","-32003":"SubscriptionClosed","-32004":"SubscriptionClosedWithError","-32005":"BatchesNotSupported","-32006":"TooManySubscriptions","-32050":"TransientError","-32002":"TransactionExecutionClientError"};class Qh extends Error{}class e0 extends Qh{constructor(t,r){super(t),this.code=r,this.type=F2[r]??"ServerError"}}class U2 extends Qh{constructor(t,r,n){super(t),this.status=r,this.statusText=n}}var t0=e=>{throw TypeError(e)},nl=(e,t,r)=>t.has(e)||t0("Cannot "+r),or=(e,t,r)=>(nl(e,t,"read from private field"),r?r.call(e):t.get(e)),oo=(e,t,r)=>t.has(e)?t0("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Bo=(e,t,r,n)=>(nl(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),r0=(e,t,r)=>(nl(e,t,"access private method"),r),V2=(e,t,r,n)=>({set _(i){Bo(e,t,i,r)},get _(){return or(e,t,n)}}),so,Fs,oi,ao,Us,Lo,za,n0,i0;function z2(e){const t=new URL(e);return t.protocol=t.protocol.replace("http","ws"),t.toString()}const H2={WebSocketConstructor:typeof WebSocket<"u"?WebSocket:void 0,callTimeout:3e4,reconnectTimeout:3e3,maxReconnects:5};class q2{constructor(t,r={}){if(oo(this,za),oo(this,so,0),oo(this,Fs,0),oo(this,oi,null),oo(this,ao,null),oo(this,Us,new Set),oo(this,Lo,new Map),this.endpoint=t,this.options={...H2,...r},!this.options.WebSocketConstructor)throw new Error("Missing WebSocket constructor");this.endpoint.startsWith("http")&&(this.endpoint=z2(this.endpoint))}async makeRequest(t,r){const n=await r0(this,za,n0).call(this);return new Promise((i,o)=>{Bo(this,so,or(this,so)+1),or(this,Lo).set(or(this,so),{resolve:i,reject:o,timeout:setTimeout(()=>{or(this,Lo).delete(or(this,so)),o(new Error(`Request timeout: ${t}`))},this.options.callTimeout)}),n.send(JSON.stringify({jsonrpc:"2.0",id:or(this,so),method:t,params:r}))}).then(({error:i,result:o})=>{if(i)throw new e0(i.message,i.code);return o})}async subscribe(t){const r=new W2(t);return or(this,Us).add(r),await r.subscribe(this),()=>r.unsubscribe(this)}}so=new WeakMap,Fs=new WeakMap,oi=new WeakMap,ao=new WeakMap,Us=new WeakMap,Lo=new WeakMap,za=new WeakSet,n0=function(){return or(this,ao)?or(this,ao):(Bo(this,ao,new Promise(e=>{var t;(t=or(this,oi))==null||t.close(),Bo(this,oi,new this.options.WebSocketConstructor(this.endpoint)),or(this,oi).addEventListener("open",()=>{Bo(this,Fs,0),e(or(this,oi))}),or(this,oi).addEventListener("close",()=>{V2(this,Fs)._++,or(this,Fs)<=this.options.maxReconnects&&setTimeout(()=>{r0(this,za,i0).call(this)},this.options.reconnectTimeout)}),or(this,oi).addEventListener("message",({data:r})=>{let n;try{n=JSON.parse(r)}catch(i){console.error(new Error(`Failed to parse RPC message: ${r}`,{cause:i}));return}if("id"in n&&n.id!=null&&or(this,Lo).has(n.id)){const{resolve:i,timeout:o}=or(this,Lo).get(n.id);clearTimeout(o),i(n)}else if("params"in n){const{params:i}=n;or(this,Us).forEach(o=>{o.subscriptionId===i.subscription&&i.subscription===o.subscriptionId&&o.onMessage(i.result)})}})})),or(this,ao))},i0=async function(){var e;return(e=or(this,oi))==null||e.close(),Bo(this,ao,null),Promise.allSettled([...or(this,Us)].map(t=>t.subscribe(this)))};class W2{constructor(t){this.subscriptionId=null,this.subscribed=!1,this.input=t}onMessage(t){this.subscribed&&this.input.onMessage(t)}async unsubscribe(t){const{subscriptionId:r}=this;return this.subscribed=!1,r==null?!1:(this.subscriptionId=null,t.makeRequest(this.input.unsubscribe,[r]))}async subscribe(t){this.subscriptionId=null,this.subscribed=!0;const r=await t.makeRequest(this.input.method,this.input.params);this.subscribed&&(this.subscriptionId=r)}}var o0=e=>{throw TypeError(e)},il=(e,t,r)=>t.has(e)||o0("Cannot "+r),rn=(e,t,r)=>(il(e,t,"read from private field"),r?r.call(e):t.get(e)),Ha=(e,t,r)=>t.has(e)?o0("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),ol=(e,t,r,n)=>(il(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),G2=(e,t,r)=>(il(e,t,"access private method"),r),Vs,mn,zs,sl,s0;class K2{constructor(t){Ha(this,sl),Ha(this,Vs,0),Ha(this,mn),Ha(this,zs),ol(this,mn,t)}fetch(t,r){const n=rn(this,mn).fetch??fetch;if(!n)throw new Error("The current environment does not support fetch, you can provide a fetch implementation in the options for SuiHTTPTransport.");return n(t,r)}async request(t){var i,o;ol(this,Vs,rn(this,Vs)+1);const r=await this.fetch(((i=rn(this,mn).rpc)==null?void 0:i.url)??rn(this,mn).url,{method:"POST",headers:{"Content-Type":"application/json","Client-Sdk-Type":"typescript","Client-Sdk-Version":L2,"Client-Target-Api-Version":$2,"Client-Request-Method":t.method,...(o=rn(this,mn).rpc)==null?void 0:o.headers},body:JSON.stringify({jsonrpc:"2.0",id:rn(this,Vs),method:t.method,params:t.params})});if(!r.ok)throw new U2(`Unexpected status code: ${r.status}`,r.status,r.statusText);const n=await r.json();if("error"in n&&n.error!=null)throw new e0(n.error.message,n.error.code);return n.result}async subscribe(t){const r=await G2(this,sl,s0).call(this).subscribe(t);return async()=>!!await r()}}Vs=new WeakMap,mn=new WeakMap,zs=new WeakMap,sl=new WeakSet,s0=function(){var e;if(!rn(this,zs)){const t=rn(this,mn).WebSocketConstructor??WebSocket;if(!t)throw new Error("The current environment does not support WebSocket, you can provide a WebSocketConstructor in the options for SuiHTTPTransport.");ol(this,zs,new q2(((e=rn(this,mn).websocket)==null?void 0:e.url)??rn(this,mn).url,{WebSocketConstructor:t,...rn(this,mn).websocket}))}return rn(this,zs)};function a0(e){switch(e){case"mainnet":return"https://fullnode.mainnet.sui.io:443";case"testnet":return"https://fullnode.testnet.sui.io:443";case"devnet":return"https://fullnode.devnet.sui.io:443";case"localnet":return"http://127.0.0.1:9000";default:throw new Error(`Unknown network: ${e}`)}}function Y2(e){if(e.length>=255)throw new TypeError("Alphabet too long");const t=new Uint8Array(256);for(let u=0;u<t.length;u++)t[u]=255;for(let u=0;u<e.length;u++){const l=e.charAt(u),d=l.charCodeAt(0);if(t[d]!==255)throw new TypeError(l+" is ambiguous");t[d]=u}const r=e.length,n=e.charAt(0),i=Math.log(r)/Math.log(256),o=Math.log(256)/Math.log(r);function s(u){if(u instanceof Uint8Array||(ArrayBuffer.isView(u)?u=new Uint8Array(u.buffer,u.byteOffset,u.byteLength):Array.isArray(u)&&(u=Uint8Array.from(u))),!(u instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(u.length===0)return"";let l=0,d=0,p=0;const w=u.length;for(;p!==w&&u[p]===0;)p++,l++;const b=(w-p)*o+1>>>0,y=new Uint8Array(b);for(;p!==w;){let R=u[p],k=0;for(let F=b-1;(R!==0||k<d)&&F!==-1;F--,k++)R+=256*y[F]>>>0,y[F]=R%r>>>0,R=R/r>>>0;if(R!==0)throw new Error("Non-zero carry");d=k,p++}let T=b-d;for(;T!==b&&y[T]===0;)T++;let O=n.repeat(l);for(;T<b;++T)O+=e.charAt(y[T]);return O}function a(u){if(typeof u!="string")throw new TypeError("Expected String");if(u.length===0)return new Uint8Array;let l=0,d=0,p=0;for(;u[l]===n;)d++,l++;const w=(u.length-l)*i+1>>>0,b=new Uint8Array(w);for(;u[l];){let R=t[u.charCodeAt(l)];if(R===255)return;let k=0;for(let F=w-1;(R!==0||k<p)&&F!==-1;F--,k++)R+=r*b[F]>>>0,b[F]=R%256>>>0,R=R/256>>>0;if(R!==0)throw new Error("Non-zero carry");p=k,l++}let y=w-p;for(;y!==w&&b[y]===0;)y++;const T=new Uint8Array(d+(w-y));let O=d;for(;y!==w;)T[O++]=b[y++];return T}function c(u){const l=a(u);if(l)return l;throw new Error("Non-base"+r+" character")}return{encode:s,decodeUnsafe:a,decode:c}}var Z2="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";const c0=Y2(Z2),co=e=>c0.encode(e),si=e=>c0.decode(e),X2=co,J2=si;function Tr(e){return Uint8Array.from(atob(e),t=>t.charCodeAt(0))}const al=8192;function gr(e){if(e.length<al)return btoa(String.fromCharCode(...e));let t="";for(var r=0;r<e.length;r+=al){const n=e.slice(r,r+al);t+=String.fromCharCode(...n)}return btoa(t)}const u0=gr,l0=Tr;function $o(e){var i;const t=e.startsWith("0x")?e.slice(2):e,r=t.length%2===0?t:`0${t}`,n=((i=r.match(/[0-9a-fA-F]{2}/g))==null?void 0:i.map(o=>parseInt(o,16)))??[];if(n.length!==r.length/2)throw new Error(`Invalid hex string ${e}`);return Uint8Array.from(n)}function ai(e){return e.reduce((t,r)=>t+r.toString(16).padStart(2,"0"),"")}const f0=ai,d0=$o;function cl(e){let t=[],r=0;if(e===0)return[0];for(;e>0;)t[r]=e&127,(e>>=7)&&(t[r]|=128),r+=1;return t}function Q2(e){let t=0,r=0,n=0;for(;;){let i=e[n];if(n+=1,t|=(i&127)<<r,!(i&128))break;r+=7}return{value:t,length:n}}class h0{constructor(t){this.bytePosition=0,this.dataView=new DataView(t.buffer)}shift(t){return this.bytePosition+=t,this}read8(){let t=this.dataView.getUint8(this.bytePosition);return this.shift(1),t}read16(){let t=this.dataView.getUint16(this.bytePosition,!0);return this.shift(2),t}read32(){let t=this.dataView.getUint32(this.bytePosition,!0);return this.shift(4),t}read64(){let t=this.read32(),n=this.read32().toString(16)+t.toString(16).padStart(8,"0");return BigInt("0x"+n).toString(10)}read128(){let t=BigInt(this.read64()),n=BigInt(this.read64()).toString(16)+t.toString(16).padStart(16,"0");return BigInt("0x"+n).toString(10)}read256(){let t=BigInt(this.read128()),n=BigInt(this.read128()).toString(16)+t.toString(16).padStart(32,"0");return BigInt("0x"+n).toString(10)}readBytes(t){let r=this.bytePosition+this.dataView.byteOffset,n=new Uint8Array(this.dataView.buffer,r,t);return this.shift(t),n}readULEB(){let t=this.bytePosition+this.dataView.byteOffset,r=new Uint8Array(this.dataView.buffer,t),{value:n,length:i}=Q2(r);return this.shift(i),n}readVec(t){let r=this.readULEB(),n=[];for(let i=0;i<r;i++)n.push(t(this,i,r));return n}}function p0(e,t){switch(t){case"base58":return co(e);case"base64":return gr(e);case"hex":return ai(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function e6(e,t){switch(t){case"base58":return si(e);case"base64":return Tr(e);case"hex":return $o(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function ul(e,t=["<",">"]){const[r,n]=t,i=[];let o="",s=0;for(let a=0;a<e.length;a++){const c=e[a];if(c===r&&s++,c===n&&s--,s===0&&c===","){i.push(o.trim()),o="";continue}o+=c}return i.push(o.trim()),i}class m0{constructor({initialSize:t=1024,maxSize:r=1/0,allocateSize:n=1024}={}){this.bytePosition=0,this.size=t,this.maxSize=r,this.allocateSize=n,this.dataView=new DataView(new ArrayBuffer(t))}ensureSizeOrGrow(t){const r=this.bytePosition+t;if(r>this.size){const n=Math.min(this.maxSize,this.size+this.allocateSize);if(r>n)throw new Error(`Attempting to serialize to BCS, but buffer does not have enough size. Allocated size: ${this.size}, Max size: ${this.maxSize}, Required size: ${r}`);this.size=n;const i=new ArrayBuffer(this.size);new Uint8Array(i).set(new Uint8Array(this.dataView.buffer)),this.dataView=new DataView(i)}}shift(t){return this.bytePosition+=t,this}write8(t){return this.ensureSizeOrGrow(1),this.dataView.setUint8(this.bytePosition,Number(t)),this.shift(1)}write16(t){return this.ensureSizeOrGrow(2),this.dataView.setUint16(this.bytePosition,Number(t),!0),this.shift(2)}write32(t){return this.ensureSizeOrGrow(4),this.dataView.setUint32(this.bytePosition,Number(t),!0),this.shift(4)}write64(t){return ll(BigInt(t),8).forEach(r=>this.write8(r)),this}write128(t){return ll(BigInt(t),16).forEach(r=>this.write8(r)),this}write256(t){return ll(BigInt(t),32).forEach(r=>this.write8(r)),this}writeULEB(t){return cl(t).forEach(r=>this.write8(r)),this}writeVec(t,r){return this.writeULEB(t.length),Array.from(t).forEach((n,i)=>r(this,n,i,t.length)),this}*[Symbol.iterator](){for(let t=0;t<this.bytePosition;t++)yield this.dataView.getUint8(t);return this.toBytes()}toBytes(){return new Uint8Array(this.dataView.buffer.slice(0,this.bytePosition))}toString(t){return p0(this.toBytes(),t)}}function ll(e,t){let r=new Uint8Array(t),n=0;for(;e>0;)r[n]=Number(e%BigInt(256)),e=e/BigInt(256),n+=1;return r}var g0=e=>{throw TypeError(e)},v0=(e,t,r)=>t.has(e)||g0("Cannot "+r),gn=(e,t,r)=>(v0(e,t,"read from private field"),r?r.call(e):t.get(e)),qa=(e,t,r)=>t.has(e)?g0("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Wa=(e,t,r,n)=>(v0(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Fo,Hs,Ga,Ni;const t6=class I2{constructor(t){qa(this,Fo),qa(this,Hs),this.name=t.name,this.read=t.read,this.serializedSize=t.serializedSize??(()=>null),Wa(this,Fo,t.write),Wa(this,Hs,t.serialize??((r,n)=>{const i=new m0({initialSize:this.serializedSize(r)??void 0,...n});return gn(this,Fo).call(this,r,i),i.toBytes()})),this.validate=t.validate??(()=>{})}write(t,r){this.validate(t),gn(this,Fo).call(this,t,r)}serialize(t,r){return this.validate(t),new w0(this,gn(this,Hs).call(this,t,r))}parse(t){const r=new h0(t);return this.read(r)}fromHex(t){return this.parse($o(t))}fromBase58(t){return this.parse(si(t))}fromBase64(t){return this.parse(Tr(t))}transform({name:t,input:r,output:n,validate:i}){return new I2({name:t??this.name,read:o=>n(this.read(o)),write:(o,s)=>gn(this,Fo).call(this,r(o),s),serializedSize:o=>this.serializedSize(r(o)),serialize:(o,s)=>gn(this,Hs).call(this,r(o),s),validate:o=>{i==null||i(o),this.validate(r(o))}})}};Fo=new WeakMap,Hs=new WeakMap;let Ln=t6;const y0=Symbol.for("@mysten/serialized-bcs");function Ka(e){return!!e&&typeof e=="object"&&e[y0]===!0}class w0{constructor(t,r){qa(this,Ga),qa(this,Ni),Wa(this,Ga,t),Wa(this,Ni,r)}get[y0](){return!0}toBytes(){return gn(this,Ni)}toHex(){return ai(gn(this,Ni))}toBase64(){return gr(gn(this,Ni))}toBase58(){return co(gn(this,Ni))}parse(){return gn(this,Ga).parse(gn(this,Ni))}}Ga=new WeakMap,Ni=new WeakMap;function Ya({size:e,...t}){return new Ln({...t,serializedSize:()=>e})}function fl({readMethod:e,writeMethod:t,...r}){return Ya({...r,read:n=>n[e](),write:(n,i)=>i[t](n),validate:n=>{var i;if(n<0||n>r.maxValue)throw new TypeError(`Invalid ${r.name} value: ${n}. Expected value in range 0-${r.maxValue}`);(i=r.validate)==null||i.call(r,n)}})}function dl({readMethod:e,writeMethod:t,...r}){return Ya({...r,read:n=>n[e](),write:(n,i)=>i[t](BigInt(n)),validate:n=>{var o;const i=BigInt(n);if(i<0||i>r.maxValue)throw new TypeError(`Invalid ${r.name} value: ${i}. Expected value in range 0-${r.maxValue}`);(o=r.validate)==null||o.call(r,i)}})}function r6({serialize:e,...t}){const r=new Ln({...t,serialize:e,write:(n,i)=>{for(const o of r.serialize(n).toBytes())i.write8(o)}});return r}function n6({toBytes:e,fromBytes:t,...r}){return new Ln({...r,read:n=>{const i=n.readULEB(),o=n.readBytes(i);return t(o)},write:(n,i)=>{const o=e(n);i.writeULEB(o.length);for(let s=0;s<o.length;s++)i.write8(o[s])},serialize:n=>{const i=e(n),o=cl(i.length),s=new Uint8Array(o.length+i.length);return s.set(o,0),s.set(i,o.length),s},validate:n=>{var i;if(typeof n!="string")throw new TypeError(`Invalid ${r.name} value: ${n}. Expected string`);(i=r.validate)==null||i.call(r,n)}})}function i6(e){let t=null;function r(){return t||(t=e()),t}return new Ln({name:"lazy",read:n=>r().read(n),serializedSize:n=>r().serializedSize(n),write:(n,i)=>r().write(n,i),serialize:(n,i)=>r().serialize(n,i).toBytes()})}const W={u8(e){return fl({name:"u8",readMethod:"read8",writeMethod:"write8",size:1,maxValue:2**8-1,...e})},u16(e){return fl({name:"u16",readMethod:"read16",writeMethod:"write16",size:2,maxValue:2**16-1,...e})},u32(e){return fl({name:"u32",readMethod:"read32",writeMethod:"write32",size:4,maxValue:2**32-1,...e})},u64(e){return dl({name:"u64",readMethod:"read64",writeMethod:"write64",size:8,maxValue:2n**64n-1n,...e})},u128(e){return dl({name:"u128",readMethod:"read128",writeMethod:"write128",size:16,maxValue:2n**128n-1n,...e})},u256(e){return dl({name:"u256",readMethod:"read256",writeMethod:"write256",size:32,maxValue:2n**256n-1n,...e})},bool(e){return Ya({name:"bool",size:1,read:t=>t.read8()===1,write:(t,r)=>r.write8(t?1:0),...e,validate:t=>{var r;if((r=e==null?void 0:e.validate)==null||r.call(e,t),typeof t!="boolean")throw new TypeError(`Expected boolean, found ${typeof t}`)}})},uleb128(e){return r6({name:"uleb128",read:t=>t.readULEB(),serialize:t=>Uint8Array.from(cl(t)),...e})},bytes(e,t){return Ya({name:`bytes[${e}]`,size:e,read:r=>r.readBytes(e),write:(r,n)=>{const i=new Uint8Array(r);for(let o=0;o<e;o++)n.write8(i[o]??0)},...t,validate:r=>{var n;if((n=t==null?void 0:t.validate)==null||n.call(t,r),!r||typeof r!="object"||!("length"in r))throw new TypeError(`Expected array, found ${typeof r}`);if(r.length!==e)throw new TypeError(`Expected array of length ${e}, found ${r.length}`)}})},string(e){return n6({name:"string",toBytes:t=>new TextEncoder().encode(t),fromBytes:t=>new TextDecoder().decode(t),...e})},fixedArray(e,t,r){return new Ln({name:`${t.name}[${e}]`,read:n=>{const i=new Array(e);for(let o=0;o<e;o++)i[o]=t.read(n);return i},write:(n,i)=>{for(const o of n)t.write(o,i)},...r,validate:n=>{var i;if((i=r==null?void 0:r.validate)==null||i.call(r,n),!n||typeof n!="object"||!("length"in n))throw new TypeError(`Expected array, found ${typeof n}`);if(n.length!==e)throw new TypeError(`Expected array of length ${e}, found ${n.length}`)}})},option(e){return W.enum(`Option<${e.name}>`,{None:null,Some:e}).transform({input:t=>t==null?{None:!0}:{Some:t},output:t=>t.$kind==="Some"?t.Some:null})},vector(e,t){return new Ln({name:`vector<${e.name}>`,read:r=>{const n=r.readULEB(),i=new Array(n);for(let o=0;o<n;o++)i[o]=e.read(r);return i},write:(r,n)=>{n.writeULEB(r.length);for(const i of r)e.write(i,n)},...t,validate:r=>{var n;if((n=t==null?void 0:t.validate)==null||n.call(t,r),!r||typeof r!="object"||!("length"in r))throw new TypeError(`Expected array, found ${typeof r}`)}})},tuple(e,t){return new Ln({name:`(${e.map(r=>r.name).join(", ")})`,serializedSize:r=>{let n=0;for(let i=0;i<e.length;i++){const o=e[i].serializedSize(r[i]);if(o==null)return null;n+=o}return n},read:r=>{const n=[];for(const i of e)n.push(i.read(r));return n},write:(r,n)=>{for(let i=0;i<e.length;i++)e[i].write(r[i],n)},...t,validate:r=>{var n;if((n=t==null?void 0:t.validate)==null||n.call(t,r),!Array.isArray(r))throw new TypeError(`Expected array, found ${typeof r}`);if(r.length!==e.length)throw new TypeError(`Expected array of length ${e.length}, found ${r.length}`)}})},struct(e,t,r){const n=Object.entries(t);return new Ln({name:e,serializedSize:i=>{let o=0;for(const[s,a]of n){const c=a.serializedSize(i[s]);if(c==null)return null;o+=c}return o},read:i=>{const o={};for(const[s,a]of n)o[s]=a.read(i);return o},write:(i,o)=>{for(const[s,a]of n)a.write(i[s],o)},...r,validate:i=>{var o;if((o=r==null?void 0:r.validate)==null||o.call(r,i),typeof i!="object"||i==null)throw new TypeError(`Expected object, found ${typeof i}`)}})},enum(e,t,r){const n=Object.entries(t);return new Ln({name:e,read:i=>{const o=i.readULEB(),s=n[o];if(!s)throw new TypeError(`Unknown value ${o} for enum ${e}`);const[a,c]=s;return{[a]:(c==null?void 0:c.read(i))??!0,$kind:a}},write:(i,o)=>{const[s,a]=Object.entries(i).filter(([c])=>Object.hasOwn(t,c))[0];for(let c=0;c<n.length;c++){const[u,l]=n[c];if(u===s){o.writeULEB(c),l==null||l.write(a,o);return}}},...r,validate:i=>{var a;if((a=r==null?void 0:r.validate)==null||a.call(r,i),typeof i!="object"||i==null)throw new TypeError(`Expected object, found ${typeof i}`);const o=Object.keys(i).filter(c=>i[c]!==void 0&&Object.hasOwn(t,c));if(o.length!==1)throw new TypeError(`Expected object with one key, but found ${o.length} for type ${e}}`);const[s]=o;if(!Object.hasOwn(t,s))throw new TypeError(`Invalid enum variant ${s}`)}})},map(e,t){return W.vector(W.tuple([e,t])).transform({name:`Map<${e.name}, ${t.name}>`,input:r=>[...r.entries()],output:r=>{const n=new Map;for(const[i,o]of r)n.set(i,o);return n}})},lazy(e){return i6(e)}},o6=Object.freeze(Object.defineProperty({__proto__:null,BcsReader:h0,BcsType:Ln,BcsWriter:m0,SerializedBcs:w0,bcs:W,decodeStr:e6,encodeStr:p0,fromB58:J2,fromB64:l0,fromBase58:si,fromBase64:Tr,fromHEX:d0,fromHex:$o,isSerializedBcs:Ka,splitGenericParameters:ul,toB58:X2,toB64:u0,toBase58:co,toBase64:gr,toHEX:f0,toHex:ai},Symbol.toStringTag,{value:"Module"})),s6=32;function hl(e){try{return si(e).length===s6}catch{return!1}}const Za=32;function $n(e){return c6(e)&&u6(e)===Za}function qs(e){return $n(e)}function a6(e){return e.includes("::")?pl(e):e}function pl(e){const[t,r]=e.split("::"),n=e.slice(t.length+r.length+4),i=n.includes("<")?n.slice(0,n.indexOf("<")):n,o=n.includes("<")?ul(n.slice(n.indexOf("<")+1,n.lastIndexOf(">"))).map(s=>a6(s.trim())):[];return{address:Nt(t),module:r,name:i,typeParams:o}}function b0(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?pl(e):e,o=(i==null?void 0:i.length)>0?`<${i.map(s=>typeof s=="string"?s:b0(s)).join(",")}>`:"";return`${t}::${r}::${n}${o}`}function Nt(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(Za*2,"0")}`}function Yr(e,t=!1){return Nt(e,t)}function c6(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function u6(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}const l6=/^vector<(.+)>$/,f6=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;let Xa=class Ds{static parseFromStr(t,r=!1){if(t==="address")return{address:null};if(t==="bool")return{bool:null};if(t==="u8")return{u8:null};if(t==="u16")return{u16:null};if(t==="u32")return{u32:null};if(t==="u64")return{u64:null};if(t==="u128")return{u128:null};if(t==="u256")return{u256:null};if(t==="signer")return{signer:null};const n=t.match(l6);if(n)return{vector:Ds.parseFromStr(n[1],r)};const i=t.match(f6);if(i)return{struct:{address:r?Nt(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:Ds.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return ul(t).map(n=>Ds.parseFromStr(n,r))}static tagToString(t){if("bool"in t)return"bool";if("u8"in t)return"u8";if("u16"in t)return"u16";if("u32"in t)return"u32";if("u64"in t)return"u64";if("u128"in t)return"u128";if("u256"in t)return"u256";if("address"in t)return"address";if("signer"in t)return"signer";if("vector"in t)return`vector<${Ds.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(Ds.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}};function d6(e){return W.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function h6(e){return W.enum("Option",{None:null,Some:e})}const nr=W.bytes(Za).transform({validate:e=>{const t=typeof e=="string"?e:ai(e);if(!t||!$n(Nt(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?$o(Nt(e)):e,output:e=>Nt(ai(e))}),vn=W.vector(W.u8()).transform({name:"ObjectDigest",input:e=>si(e),output:e=>co(new Uint8Array(e)),validate:e=>{if(si(e).length!==32)throw new Error("ObjectDigest must be 32 bytes")}}),nn=W.struct("SuiObjectRef",{objectId:nr,version:W.u64(),digest:vn}),x0=W.struct("SharedObjectRef",{objectId:nr,initialSharedVersion:W.u64(),mutable:W.bool()}),S0=W.enum("ObjectArg",{ImmOrOwnedObject:nn,SharedObject:x0,Receiving:nn}),E0=W.enum("CallArg",{Pure:W.struct("Pure",{bytes:W.vector(W.u8()).transform({input:e=>typeof e=="string"?Tr(e):e,output:e=>gr(new Uint8Array(e))})}),Object:S0}),ml=W.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:W.lazy(()=>ml),struct:W.lazy(()=>I0),u16:null,u32:null,u256:null}),gl=ml.transform({input:e=>typeof e=="string"?Xa.parseFromStr(e,!0):e,output:e=>Xa.tagToString(e)}),Fn=W.enum("Argument",{GasCoin:null,Input:W.u16(),Result:W.u16(),NestedResult:W.tuple([W.u16(),W.u16()])}),_0=W.struct("ProgrammableMoveCall",{package:nr,module:W.string(),function:W.string(),typeArguments:W.vector(gl),arguments:W.vector(Fn)}),C0=W.enum("Command",{MoveCall:_0,TransferObjects:W.struct("TransferObjects",{objects:W.vector(Fn),address:Fn}),SplitCoins:W.struct("SplitCoins",{coin:Fn,amounts:W.vector(Fn)}),MergeCoins:W.struct("MergeCoins",{destination:Fn,sources:W.vector(Fn)}),Publish:W.struct("Publish",{modules:W.vector(W.vector(W.u8()).transform({input:e=>typeof e=="string"?Tr(e):e,output:e=>gr(new Uint8Array(e))})),dependencies:W.vector(nr)}),MakeMoveVec:W.struct("MakeMoveVec",{type:h6(gl).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:W.vector(Fn)}),Upgrade:W.struct("Upgrade",{modules:W.vector(W.vector(W.u8()).transform({input:e=>typeof e=="string"?Tr(e):e,output:e=>gr(new Uint8Array(e))})),dependencies:W.vector(nr),package:nr,ticket:Fn})}),M0=W.struct("ProgrammableTransaction",{inputs:W.vector(E0),commands:W.vector(C0)}),A0=W.enum("TransactionKind",{ProgrammableTransaction:M0,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),T0=W.enum("TransactionExpiration",{None:null,Epoch:d6()}),I0=W.struct("StructTag",{address:nr,module:W.string(),name:W.string(),typeParams:W.vector(ml)}),O0=W.struct("GasData",{payment:W.vector(nn),owner:nr,price:W.u64(),budget:W.u64()}),P0=W.struct("TransactionDataV1",{kind:A0,sender:nr,gasData:O0,expiration:T0}),R0=W.enum("TransactionData",{V1:P0}),N0=W.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),j0=W.enum("IntentVersion",{V0:null}),k0=W.enum("AppId",{Sui:null}),D0=W.struct("Intent",{scope:N0,version:j0,appId:k0});function B0(e){return W.struct(`IntentMessage<${e.name}>`,{intent:D0,value:e})}const L0=W.enum("CompressedSignature",{ED25519:W.fixedArray(64,W.u8()),Secp256k1:W.fixedArray(64,W.u8()),Secp256r1:W.fixedArray(64,W.u8()),ZkLogin:W.vector(W.u8())}),$0=W.enum("PublicKey",{ED25519:W.fixedArray(32,W.u8()),Secp256k1:W.fixedArray(33,W.u8()),Secp256r1:W.fixedArray(33,W.u8()),ZkLogin:W.vector(W.u8())}),F0=W.struct("MultiSigPkMap",{pubKey:$0,weight:W.u8()}),U0=W.struct("MultiSigPublicKey",{pk_map:W.vector(F0),threshold:W.u16()}),p6=W.struct("MultiSig",{sigs:W.vector(L0),bitmap:W.u16(),multisig_pk:U0}),m6=W.vector(W.u8()).transform({input:e=>typeof e=="string"?Tr(e):e,output:e=>gr(new Uint8Array(e))}),V0=W.struct("SenderSignedTransaction",{intentMessage:B0(R0),txSignatures:W.vector(m6)}),g6=W.vector(V0,{name:"SenderSignedData"}),v6=W.struct("PasskeyAuthenticator",{authenticatorData:W.vector(W.u8()),clientDataJson:W.string(),userSignature:W.vector(W.u8())}),y6=W.enum("PackageUpgradeError",{UnableToFetchPackage:W.struct("UnableToFetchPackage",{packageId:nr}),NotAPackage:W.struct("NotAPackage",{objectId:nr}),IncompatibleUpgrade:null,DigestDoesNotMatch:W.struct("DigestDoesNotMatch",{digest:W.vector(W.u8())}),UnknownUpgradePolicy:W.struct("UnknownUpgradePolicy",{policy:W.u8()}),PackageIDDoesNotMatch:W.struct("PackageIDDoesNotMatch",{packageId:nr,ticketId:nr})}),w6=W.struct("ModuleId",{address:nr,name:W.string()}),z0=W.struct("MoveLocation",{module:w6,function:W.u16(),instruction:W.u16(),functionName:W.option(W.string())}),b6=W.enum("CommandArgumentError",{TypeMismatch:null,InvalidBCSBytes:null,InvalidUsageOfPureArg:null,InvalidArgumentToPrivateEntryFunction:null,IndexOutOfBounds:W.struct("IndexOutOfBounds",{idx:W.u16()}),SecondaryIndexOutOfBounds:W.struct("SecondaryIndexOutOfBounds",{resultIdx:W.u16(),secondaryIdx:W.u16()}),InvalidResultArity:W.struct("InvalidResultArity",{resultIdx:W.u16()}),InvalidGasCoinUsage:null,InvalidValueUsage:null,InvalidObjectByValue:null,InvalidObjectByMutRef:null,SharedObjectOperationNotAllowed:null}),x6=W.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),S6=W.enum("ExecutionFailureStatus",{InsufficientGas:null,InvalidGasObject:null,InvariantViolation:null,FeatureNotYetSupported:null,MoveObjectTooBig:W.struct("MoveObjectTooBig",{objectSize:W.u64(),maxObjectSize:W.u64()}),MovePackageTooBig:W.struct("MovePackageTooBig",{objectSize:W.u64(),maxObjectSize:W.u64()}),CircularObjectOwnership:W.struct("CircularObjectOwnership",{object:nr}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:W.option(z0),MoveAbort:W.tuple([z0,W.u64()]),VMVerificationOrDeserializationError:null,VMInvariantViolation:null,FunctionNotFound:null,ArityMismatch:null,TypeArityMismatch:null,NonEntryFunctionInvoked:null,CommandArgumentError:W.struct("CommandArgumentError",{argIdx:W.u16(),kind:b6}),TypeArgumentError:W.struct("TypeArgumentError",{argumentIdx:W.u16(),kind:x6}),UnusedValueWithoutDrop:W.struct("UnusedValueWithoutDrop",{resultIdx:W.u16(),secondaryIdx:W.u16()}),InvalidPublicFunctionReturnType:W.struct("InvalidPublicFunctionReturnType",{idx:W.u16()}),InvalidTransferObject:null,EffectsTooLarge:W.struct("EffectsTooLarge",{currentSize:W.u64(),maxSize:W.u64()}),PublishUpgradeMissingDependency:null,PublishUpgradeDependencyDowngrade:null,PackageUpgradeError:W.struct("PackageUpgradeError",{upgradeError:y6}),WrittenObjectsTooLarge:W.struct("WrittenObjectsTooLarge",{currentSize:W.u64(),maxSize:W.u64()}),CertificateDenied:null,SuiMoveVerificationTimedout:null,SharedObjectOperationNotAllowed:null,InputObjectDeleted:null,ExecutionCancelledDueToSharedObjectCongestion:W.struct("ExecutionCancelledDueToSharedObjectCongestion",{congestedObjects:W.vector(nr)}),AddressDeniedForCoin:W.struct("AddressDeniedForCoin",{address:nr,coinType:W.string()}),CoinTypeGlobalPause:W.struct("CoinTypeGlobalPause",{coinType:W.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),H0=W.enum("ExecutionStatus",{Success:null,Failed:W.struct("ExecutionFailed",{error:S6,command:W.option(W.u64())})}),q0=W.struct("GasCostSummary",{computationCost:W.u64(),storageCost:W.u64(),storageRebate:W.u64(),nonRefundableStorageFee:W.u64()}),Uo=W.enum("Owner",{AddressOwner:nr,ObjectOwner:nr,Shared:W.struct("Shared",{initialSharedVersion:W.u64()}),Immutable:null}),E6=W.struct("TransactionEffectsV1",{status:H0,executedEpoch:W.u64(),gasUsed:q0,modifiedAtVersions:W.vector(W.tuple([nr,W.u64()])),sharedObjects:W.vector(nn),transactionDigest:vn,created:W.vector(W.tuple([nn,Uo])),mutated:W.vector(W.tuple([nn,Uo])),unwrapped:W.vector(W.tuple([nn,Uo])),deleted:W.vector(nn),unwrappedThenDeleted:W.vector(nn),wrapped:W.vector(nn),gasObject:W.tuple([nn,Uo]),eventsDigest:W.option(vn),dependencies:W.vector(vn)}),vl=W.tuple([W.u64(),vn]),_6=W.enum("ObjectIn",{NotExist:null,Exist:W.tuple([vl,Uo])}),C6=W.enum("ObjectOut",{NotExist:null,ObjectWrite:W.tuple([vn,Uo]),PackageWrite:vl}),M6=W.enum("IDOperation",{None:null,Created:null,Deleted:null}),A6=W.struct("EffectsObjectChange",{inputState:_6,outputState:C6,idOperation:M6}),T6=W.enum("UnchangedSharedKind",{ReadOnlyRoot:vl,MutateDeleted:W.u64(),ReadDeleted:W.u64(),Cancelled:W.u64(),PerEpochConfig:null}),I6=W.struct("TransactionEffectsV2",{status:H0,executedEpoch:W.u64(),gasUsed:q0,transactionDigest:vn,gasObjectIndex:W.option(W.u32()),eventsDigest:W.option(vn),dependencies:W.vector(vn),lamportVersion:W.u64(),changedObjects:W.vector(W.tuple([nr,A6])),unchangedSharedObjects:W.vector(W.tuple([nr,T6])),auxDataDigest:W.option(vn)}),O6=W.enum("TransactionEffects",{V1:E6,V2:I6}),it={...W,U8:W.u8(),U16:W.u16(),U32:W.u32(),U64:W.u64(),U128:W.u128(),U256:W.u256(),ULEB128:W.uleb128(),Bool:W.bool(),String:W.string(),Address:nr,AppId:k0,Argument:Fn,CallArg:E0,CompressedSignature:L0,GasData:O0,Intent:D0,IntentMessage:B0,IntentScope:N0,IntentVersion:j0,MultiSig:p6,MultiSigPkMap:F0,MultiSigPublicKey:U0,ObjectArg:S0,ObjectDigest:vn,ProgrammableMoveCall:_0,ProgrammableTransaction:M0,PublicKey:$0,SenderSignedData:g6,SenderSignedTransaction:V0,SharedObjectRef:x0,StructTag:I0,SuiObjectRef:nn,Command:C0,TransactionData:R0,TransactionDataV1:P0,TransactionExpiration:T0,TransactionKind:A0,TypeTag:gl,TransactionEffects:O6,PasskeyAuthenticator:v6},W0="…";function P6(e){if(e.length<=6)return e;const t=e.startsWith("0x")?2:0;return`0x${e.slice(t,t+4)}${W0}${e.slice(-4)}`}function R6(e){return`${e.slice(0,10)}${W0}`}const G0=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,K0=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,N6=235;function Y0(e){return e.length>N6?!1:e.includes("@")?G0.test(e):K0.test(e)}function Z0(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!G0.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,o]=r.split("@");n=[...i?i.split("."):[],o]}else{if(!K0.test(r))throw new Error(`Invalid SuiNS name ${e}`);n=r.split(".").slice(0,-1)}return t==="dot"?`${n.join(".")}.sui`:`${n.slice(0,-1).join(".")}@${n[n.length-1]}`}const j6=9,k6=BigInt(1e9),X0="0x1",Ws="0x2",D6="0x3",J0=Yr("0x6"),B6="sui_system",Ja=`${Ws}::sui::SUI`,L6=Yr("0x5"),$6=/^([a-z0-9]+(?:-[a-z0-9]+)*)$/,F6=/^\d+$/,U6=64,Q0="/",ep=e=>{const t=e.split(Q0);if(t.length<2||t.length>3)return!1;const[r,n,i]=t;return i!==void 0&&!F6.test(i)||!Y0(r)?!1:$6.test(n)&&n.length<U6},V6=e=>{const t=e.split(/::|<|>|,/);for(const r of t)if(r.includes(Q0)&&!ep(r))return!1;return!0};function yl(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function z6(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function tp(e,...t){if(!z6(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 rp(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 H6(e,t){tp(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) */const Qa=e=>new Uint32Array(e.buffer,e.byteOffset,Math.floor(e.byteLength/4)),uo=(()=>new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68)(),np=e=>e<<24&4278190080|e<<8&16711680|e>>>8&65280|e>>>24&255,ci=uo?e=>e:e=>np(e);function Vo(e){for(let t=0;t<e.length;t++)e[t]=np(e[t])}function q6(e){if(typeof e!="string")throw new Error("utf8ToBytes expected string, got "+typeof e);return new Uint8Array(new TextEncoder().encode(e))}function Gs(e){return typeof e=="string"&&(e=q6(e)),tp(e),e}let W6=class{clone(){return this._cloneInto()}};function G6(e){const t=(n,i)=>e(i).update(Gs(n)).digest(),r=e({});return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=n=>e(n),t}const K6=new Uint8Array([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3]);class Y6 extends W6{constructor(t,r,n={},i,o,s){if(super(),this.blockLen=t,this.outputLen=r,this.length=0,this.pos=0,this.finished=!1,this.destroyed=!1,yl(t),yl(r),yl(i),r<0||r>i)throw new Error("outputLen bigger than keyLen");if(n.key!==void 0&&(n.key.length<1||n.key.length>i))throw new Error("key length must be undefined or 1.."+i);if(n.salt!==void 0&&n.salt.length!==o)throw new Error("salt must be undefined or "+o);if(n.personalization!==void 0&&n.personalization.length!==s)throw new Error("personalization must be undefined or "+s);this.buffer=new Uint8Array(t),this.buffer32=Qa(this.buffer)}update(t){rp(this);const{blockLen:r,buffer:n,buffer32:i}=this;t=Gs(t);const o=t.length,s=t.byteOffset,a=t.buffer;for(let c=0;c<o;){this.pos===r&&(uo||Vo(i),this.compress(i,0,!1),uo||Vo(i),this.pos=0);const u=Math.min(r-this.pos,o-c),l=s+c;if(u===r&&!(l%4)&&c+u<o){const d=new Uint32Array(a,l,Math.floor((o-c)/4));uo||Vo(d);for(let p=0;c+r<o;p+=i.length,c+=r)this.length+=r,this.compress(d,p,!1);uo||Vo(d);continue}n.set(t.subarray(c,c+u),this.pos),this.pos+=u,this.length+=u,c+=u}return this}digestInto(t){rp(this),H6(t,this);const{pos:r,buffer32:n}=this;this.finished=!0,this.buffer.subarray(r).fill(0),uo||Vo(n),this.compress(n,0,!0),uo||Vo(n);const i=Qa(t);this.get().forEach((o,s)=>i[s]=ci(o))}digest(){const{buffer:t,outputLen:r}=this;this.digestInto(t);const n=t.slice(0,r);return this.destroy(),n}_cloneInto(t){const{buffer:r,length:n,finished:i,destroyed:o,outputLen:s,pos:a}=this;return t||(t=new this.constructor({dkLen:s})),t.set(...this.get()),t.length=n,t.finished=i,t.destroyed=o,t.outputLen=s,t.buffer.set(r),t.pos=a,t}}const ec=BigInt(2**32-1),wl=BigInt(32);function ip(e,t=!1){return t?{h:Number(e&ec),l:Number(e>>wl&ec)}:{h:Number(e>>wl&ec)|0,l:Number(e&ec)|0}}function Z6(e,t=!1){let r=new Uint32Array(e.length),n=new Uint32Array(e.length);for(let i=0;i<e.length;i++){const{h:o,l:s}=ip(e[i],t);[r[i],n[i]]=[o,s]}return[r,n]}const X6=(e,t)=>BigInt(e>>>0)<<wl|BigInt(t>>>0),J6=(e,t,r)=>e>>>r,Q6=(e,t,r)=>e<<32-r|t>>>r,e4=(e,t,r)=>e>>>r|t<<32-r,t4=(e,t,r)=>e<<32-r|t>>>r,r4=(e,t,r)=>e<<64-r|t>>>r-32,n4=(e,t,r)=>e>>>r-32|t<<64-r,i4=(e,t)=>t,o4=(e,t)=>e,s4=(e,t,r)=>e<<r|t>>>32-r,a4=(e,t,r)=>t<<r|e>>>32-r,c4=(e,t,r)=>t<<r-32|e>>>64-r,u4=(e,t,r)=>e<<r-32|t>>>64-r;function l4(e,t,r,n){const i=(t>>>0)+(n>>>0);return{h:e+r+(i/2**32|0)|0,l:i|0}}const Br={fromBig:ip,split:Z6,toBig:X6,shrSH:J6,shrSL:Q6,rotrSH:e4,rotrSL:t4,rotrBH:r4,rotrBL:n4,rotr32H:i4,rotr32L:o4,rotlSH:s4,rotlSL:a4,rotlBH:c4,rotlBL:u4,add:l4,add3L:(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),add3H:(e,t,r,n)=>t+r+n+(e/2**32|0)|0,add4L:(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),add4H:(e,t,r,n,i)=>t+r+n+i+(e/2**32|0)|0,add5H:(e,t,r,n,i,o)=>t+r+n+i+o+(e/2**32|0)|0,add5L:(e,t,r,n,i)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(i>>>0)},vr=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),Ie=new Uint32Array(32);function ji(e,t,r,n,i,o){const s=i[o],a=i[o+1];let c=Ie[2*e],u=Ie[2*e+1],l=Ie[2*t],d=Ie[2*t+1],p=Ie[2*r],w=Ie[2*r+1],b=Ie[2*n],y=Ie[2*n+1],T=Br.add3L(c,l,s);u=Br.add3H(T,u,d,a),c=T|0,{Dh:y,Dl:b}={Dh:y^u,Dl:b^c},{Dh:y,Dl:b}={Dh:Br.rotr32H(y,b),Dl:Br.rotr32L(y,b)},{h:w,l:p}=Br.add(w,p,y,b),{Bh:d,Bl:l}={Bh:d^w,Bl:l^p},{Bh:d,Bl:l}={Bh:Br.rotrSH(d,l,24),Bl:Br.rotrSL(d,l,24)},Ie[2*e]=c,Ie[2*e+1]=u,Ie[2*t]=l,Ie[2*t+1]=d,Ie[2*r]=p,Ie[2*r+1]=w,Ie[2*n]=b,Ie[2*n+1]=y}function ki(e,t,r,n,i,o){const s=i[o],a=i[o+1];let c=Ie[2*e],u=Ie[2*e+1],l=Ie[2*t],d=Ie[2*t+1],p=Ie[2*r],w=Ie[2*r+1],b=Ie[2*n],y=Ie[2*n+1],T=Br.add3L(c,l,s);u=Br.add3H(T,u,d,a),c=T|0,{Dh:y,Dl:b}={Dh:y^u,Dl:b^c},{Dh:y,Dl:b}={Dh:Br.rotrSH(y,b,16),Dl:Br.rotrSL(y,b,16)},{h:w,l:p}=Br.add(w,p,y,b),{Bh:d,Bl:l}={Bh:d^w,Bl:l^p},{Bh:d,Bl:l}={Bh:Br.rotrBH(d,l,63),Bl:Br.rotrBL(d,l,63)},Ie[2*e]=c,Ie[2*e+1]=u,Ie[2*t]=l,Ie[2*t+1]=d,Ie[2*r]=p,Ie[2*r+1]=w,Ie[2*n]=b,Ie[2*n+1]=y}class f4 extends Y6{constructor(t={}){super(128,t.dkLen===void 0?64:t.dkLen,t,64,16,16),this.v0l=vr[0]|0,this.v0h=vr[1]|0,this.v1l=vr[2]|0,this.v1h=vr[3]|0,this.v2l=vr[4]|0,this.v2h=vr[5]|0,this.v3l=vr[6]|0,this.v3h=vr[7]|0,this.v4l=vr[8]|0,this.v4h=vr[9]|0,this.v5l=vr[10]|0,this.v5h=vr[11]|0,this.v6l=vr[12]|0,this.v6h=vr[13]|0,this.v7l=vr[14]|0,this.v7h=vr[15]|0;const r=t.key?t.key.length:0;if(this.v0l^=this.outputLen|r<<8|65536|1<<24,t.salt){const n=Qa(Gs(t.salt));this.v4l^=ci(n[0]),this.v4h^=ci(n[1]),this.v5l^=ci(n[2]),this.v5h^=ci(n[3])}if(t.personalization){const n=Qa(Gs(t.personalization));this.v6l^=ci(n[0]),this.v6h^=ci(n[1]),this.v7l^=ci(n[2]),this.v7h^=ci(n[3])}if(t.key){const n=new Uint8Array(this.blockLen);n.set(Gs(t.key)),this.update(n)}}get(){let{v0l:t,v0h:r,v1l:n,v1h:i,v2l:o,v2h:s,v3l:a,v3h:c,v4l:u,v4h:l,v5l:d,v5h:p,v6l:w,v6h:b,v7l:y,v7h:T}=this;return[t,r,n,i,o,s,a,c,u,l,d,p,w,b,y,T]}set(t,r,n,i,o,s,a,c,u,l,d,p,w,b,y,T){this.v0l=t|0,this.v0h=r|0,this.v1l=n|0,this.v1h=i|0,this.v2l=o|0,this.v2h=s|0,this.v3l=a|0,this.v3h=c|0,this.v4l=u|0,this.v4h=l|0,this.v5l=d|0,this.v5h=p|0,this.v6l=w|0,this.v6h=b|0,this.v7l=y|0,this.v7h=T|0}compress(t,r,n){this.get().forEach((c,u)=>Ie[u]=c),Ie.set(vr,16);let{h:i,l:o}=Br.fromBig(BigInt(this.length));Ie[24]=vr[8]^o,Ie[25]=vr[9]^i,n&&(Ie[28]=~Ie[28],Ie[29]=~Ie[29]);let s=0;const a=K6;for(let c=0;c<12;c++)ji(0,4,8,12,t,r+2*a[s++]),ki(0,4,8,12,t,r+2*a[s++]),ji(1,5,9,13,t,r+2*a[s++]),ki(1,5,9,13,t,r+2*a[s++]),ji(2,6,10,14,t,r+2*a[s++]),ki(2,6,10,14,t,r+2*a[s++]),ji(3,7,11,15,t,r+2*a[s++]),ki(3,7,11,15,t,r+2*a[s++]),ji(0,5,10,15,t,r+2*a[s++]),ki(0,5,10,15,t,r+2*a[s++]),ji(1,6,11,12,t,r+2*a[s++]),ki(1,6,11,12,t,r+2*a[s++]),ji(2,7,8,13,t,r+2*a[s++]),ki(2,7,8,13,t,r+2*a[s++]),ji(3,4,9,14,t,r+2*a[s++]),ki(3,4,9,14,t,r+2*a[s++]);this.v0l^=Ie[0]^Ie[16],this.v0h^=Ie[1]^Ie[17],this.v1l^=Ie[2]^Ie[18],this.v1h^=Ie[3]^Ie[19],this.v2l^=Ie[4]^Ie[20],this.v2h^=Ie[5]^Ie[21],this.v3l^=Ie[6]^Ie[22],this.v3h^=Ie[7]^Ie[23],this.v4l^=Ie[8]^Ie[24],this.v4h^=Ie[9]^Ie[25],this.v5l^=Ie[10]^Ie[26],this.v5h^=Ie[11]^Ie[27],this.v6l^=Ie[12]^Ie[28],this.v6h^=Ie[13]^Ie[29],this.v7l^=Ie[14]^Ie[30],this.v7h^=Ie[15]^Ie[31],Ie.fill(0)}destroy(){this.destroyed=!0,this.buffer32.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}const op=G6(e=>new f4(e));function d4(e,t,r){const n=it.Address.serialize(e).toBytes(),i=it.TypeTag.serialize(t).toBytes(),o=it.u64().serialize(r.length).toBytes(),s=op.create({dkLen:32});return s.update(new Uint8Array([240])),s.update(n),s.update(o),s.update(r),s.update(i),`0x${ai(s.digest().slice(0,32))}`}const h4=Object.freeze(Object.defineProperty({__proto__:null,MIST_PER_SUI:k6,MOVE_STDLIB_ADDRESS:X0,SUI_ADDRESS_LENGTH:Za,SUI_CLOCK_OBJECT_ID:J0,SUI_DECIMALS:j6,SUI_FRAMEWORK_ADDRESS:Ws,SUI_SYSTEM_ADDRESS:D6,SUI_SYSTEM_MODULE_NAME:B6,SUI_SYSTEM_STATE_OBJECT_ID:L6,SUI_TYPE_ARG:Ja,deriveDynamicFieldID:d4,formatAddress:P6,formatDigest:R6,fromB64:l0,fromBase58:si,fromBase64:Tr,fromHEX:d0,fromHex:$o,isValidNamedPackage:ep,isValidNamedType:V6,isValidSuiAddress:$n,isValidSuiNSName:Y0,isValidSuiObjectId:qs,isValidTransactionDigest:hl,normalizeStructTag:b0,normalizeSuiAddress:Nt,normalizeSuiNSName:Z0,normalizeSuiObjectId:Yr,parseStructTag:pl,toB64:u0,toBase58:co,toBase64:gr,toHEX:f0,toHex:ai},Symbol.toStringTag,{value:"Module"})),p4="object",m4="ID",g4="ascii",v4="String",y4="string",w4="String",b4="option",x4="Option";function S4(e){const t=typeof e.body=="object"&&"datatype"in e.body?e.body.datatype:null;return!!t&&Nt(t.package)===Nt("0x2")&&t.module==="tx_context"&&t.type==="TxContext"}function bl(e){if(typeof e=="string")switch(e){case"address":return it.Address;case"bool":return it.Bool;case"u8":return it.U8;case"u16":return it.U16;case"u32":return it.U32;case"u64":return it.U64;case"u128":return it.U128;case"u256":return it.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e){if(e.vector==="u8")return it.vector(it.U8).transform({input:r=>typeof r=="string"?new TextEncoder().encode(r):r,output:r=>r});const t=bl(e.vector);return t?it.vector(t):null}if("datatype"in e){const t=Nt(e.datatype.package);if(t===Nt(X0)){if(e.datatype.module===g4&&e.datatype.type===v4||e.datatype.module===y4&&e.datatype.type===w4)return it.String;if(e.datatype.module===b4&&e.datatype.type===x4){const r=bl(e.datatype.typeParameters[0]);return r?it.vector(r):null}}if(t===Nt(Ws)&&e.datatype.module===p4&&e.datatype.type===m4)return it.Address}return null}function E4(e){return typeof e=="object"&&"Reference"in e?{ref:"&",body:Ks(e.Reference)}:typeof e=="object"&&"MutableReference"in e?{ref:"&mut",body:Ks(e.MutableReference)}:{ref:null,body:Ks(e)}}function Ks(e){if(typeof e=="string")switch(e){case"Address":return"address";case"Bool":return"bool";case"U8":return"u8";case"U16":return"u16";case"U32":return"u32";case"U64":return"u64";case"U128":return"u128";case"U256":return"u256";default:throw new Error(`Unexpected type ${e}`)}if("Vector"in e)return{vector:Ks(e.Vector)};if("Struct"in e)return{datatype:{package:e.Struct.address,module:e.Struct.module,type:e.Struct.name,typeParameters:e.Struct.typeArguments.map(Ks)}};if("TypeParameter"in e)return{typeParameter:e.TypeParameter};throw new Error(`Unexpected type ${JSON.stringify(e)}`)}function _4(e){return{$kind:"Pure",Pure:{bytes:e instanceof Uint8Array?gr(e):e.toBase64()}}}const ui={Pure:_4,ObjectRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"ImmOrOwnedObject",ImmOrOwnedObject:{digest:t,version:r,objectId:Nt(e)}}}},SharedObjectRef({objectId:e,mutable:t,initialSharedVersion:r}){return{$kind:"Object",Object:{$kind:"SharedObject",SharedObject:{mutable:t,initialSharedVersion:r,objectId:Nt(e)}}}},ReceivingRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"Receiving",Receiving:{digest:t,version:r,objectId:Nt(e)}}}}};var li;function C4(e){return{lang:(e==null?void 0:e.lang)??(li==null?void 0:li.lang),message:e==null?void 0:e.message,abortEarly:(e==null?void 0:e.abortEarly)??(li==null?void 0:li.abortEarly),abortPipeEarly:(e==null?void 0:e.abortPipeEarly)??(li==null?void 0:li.abortPipeEarly)}}var xl;function M4(e){return xl==null?void 0:xl.get(e)}var Sl;function A4(e){return Sl==null?void 0:Sl.get(e)}var El;function T4(e,t){var r;return(r=El==null?void 0:El.get(e))==null?void 0:r.get(t)}function sp(e){var r,n;const t=typeof e;return t==="string"?`"${e}"`:t==="number"||t==="bigint"||t==="boolean"?`${e}`:t==="object"||t==="function"?(e&&((n=(r=Object.getPrototypeOf(e))==null?void 0:r.constructor)==null?void 0:n.name))??"null":t}function Zr(e,t,r,n,i){const o=i&&"input"in i?i.input:r.value,s=(i==null?void 0:i.expected)??e.expects??null,a=(i==null?void 0:i.received)??sp(o),c={kind:e.kind,type:e.type,input:o,expected:s,received:a,message:`Invalid ${t}: ${s?`Expected ${s} but r`:"R"}eceived ${a}`,requirement:e.requirement,path:i==null?void 0:i.path,issues:i==null?void 0:i.issues,lang:n.lang,abortEarly:n.abortEarly,abortPipeEarly:n.abortPipeEarly},u=e.kind==="schema",l=(i==null?void 0:i.message)??e.message??T4(e.reference,c.lang)??(u?A4(c.lang):null)??n.message??M4(c.lang);l&&(c.message=typeof l=="function"?l(c):l),u&&(r.typed=!1),r.issues?r.issues.push(c):r.issues=[c]}function I4(e,t){return Object.hasOwn(e,t)&&t!=="__proto__"&&t!=="prototype"&&t!=="constructor"}var O4=class extends Error{constructor(t){super(t[0].message);vt(this,"issues");this.name="ValiError",this.issues=t}};function Ys(e,t){return{kind:"validation",type:"check",reference:Ys,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement(r.value)&&Zr(this,"input",r,n),r}}}function sr(e){return{kind:"validation",type:"integer",reference:sr,async:!1,expects:null,requirement:Number.isInteger,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&Zr(this,"integer",t,r),t}}}function tc(e){return{kind:"transformation",type:"transform",reference:tc,async:!1,operation:e,_run(t){return t.value=this.operation(t.value),t}}}function _l(e,t,r){return typeof e.default=="function"?e.default(t,r):e.default}function Cl(e,t){return!e._run({typed:!1,value:t},{abortEarly:!0}).issues}function tt(e,t){return{kind:"schema",type:"array",reference:tt,expects:"Array",async:!1,item:e,message:t,_run(r,n){var o;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let s=0;s<i.length;s++){const a=i[s],c=this.item._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:s,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(o=r.issues)==null||o.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.push(c.value)}}else Zr(this,"type",r,n);return r}}}function Ml(e){return{kind:"schema",type:"bigint",reference:Ml,expects:"bigint",async:!1,message:e,_run(t,r){return typeof t.value=="bigint"?t.typed=!0:Zr(this,"type",t,r),t}}}function rc(e){return{kind:"schema",type:"boolean",reference:rc,expects:"boolean",async:!1,message:e,_run(t,r){return typeof t.value=="boolean"?t.typed=!0:Zr(this,"type",t,r),t}}}function Zs(e){return{kind:"schema",type:"lazy",reference:Zs,expects:"unknown",async:!1,getter:e,_run(t,r){return this.getter(t.value)._run(t,r)}}}function ct(e,t){return{kind:"schema",type:"literal",reference:ct,expects:sp(e),async:!1,literal:e,message:t,_run(r,n){return r.value===this.literal?r.typed=!0:Zr(this,"type",r,n),r}}}function Bt(e,...t){const r={kind:"schema",type:"nullable",reference:Bt,expects:`${e.expects} | null`,async:!1,wrapped:e,_run(n,i){return n.value===null&&("default"in this&&(n.value=_l(this,n,i)),n.value===null)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function zo(e,...t){const r={kind:"schema",type:"nullish",reference:zo,expects:`${e.expects} | null | undefined`,async:!1,wrapped:e,_run(n,i){return(n.value===null||n.value===void 0)&&("default"in this&&(n.value=_l(this,n,i)),n.value===null||n.value===void 0)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function ir(e){return{kind:"schema",type:"number",reference:ir,expects:"number",async:!1,message:e,_run(t,r){return typeof t.value=="number"&&!isNaN(t.value)?t.typed=!0:Zr(this,"type",t,r),t}}}function Ae(e,t){return{kind:"schema",type:"object",reference:Ae,expects:"Object",async:!1,entries:e,message:t,_run(r,n){var o;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};for(const s in this.entries){const a=i[s],c=this.entries[s]._run({typed:!1,value:a},n);if(c.issues){const u={type:"object",origin:"value",input:i,key:s,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(o=r.issues)==null||o.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),(c.value!==void 0||s in i)&&(r.value[s]=c.value)}}else Zr(this,"type",r,n);return r}}}function Ir(e,...t){const r={kind:"schema",type:"optional",reference:Ir,expects:`${e.expects} | undefined`,async:!1,wrapped:e,_run(n,i){return n.value===void 0&&("default"in this&&(n.value=_l(this,n,i)),n.value===void 0)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function Xs(e,t,r){return{kind:"schema",type:"record",reference:Xs,expects:"Object",async:!1,key:e,value:t,message:r,_run(n,i){var s,a;const o=n.value;if(o&&typeof o=="object"){n.typed=!0,n.value={};for(const c in o)if(I4(o,c)){const u=o[c],l=this.key._run({typed:!1,value:c},i);if(l.issues){const p={type:"object",origin:"key",input:o,key:c,value:u};for(const w of l.issues)w.path=[p],(s=n.issues)==null||s.push(w);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}const d=this.value._run({typed:!1,value:u},i);if(d.issues){const p={type:"object",origin:"value",input:o,key:c,value:u};for(const w of d.issues)w.path?w.path.unshift(p):w.path=[p],(a=n.issues)==null||a.push(w);if(n.issues||(n.issues=d.issues),i.abortEarly){n.typed=!1;break}}(!l.typed||!d.typed)&&(n.typed=!1),l.typed&&(n.value[l.value]=d.value)}}else Zr(this,"type",n,i);return n}}}function yt(e){return{kind:"schema",type:"string",reference:yt,expects:"string",async:!1,message:e,_run(t,r){return typeof t.value=="string"?t.typed=!0:Zr(this,"type",t,r),t}}}function Al(e,t){return{kind:"schema",type:"tuple",reference:Al,expects:"Array",async:!1,items:e,message:t,_run(r,n){var o;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let s=0;s<this.items.length;s++){const a=i[s],c=this.items[s]._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:s,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(o=r.issues)==null||o.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.push(c.value)}}else Zr(this,"type",r,n);return r}}}function ap(e){let t;if(e)for(const r of e)t?t.push(...r.issues):t=r.issues;return t}function Sr(e,t){return{kind:"schema",type:"union",reference:Sr,expects:[...new Set(e.map(r=>r.expects))].join(" | ")||"never",async:!1,options:e,message:t,_run(r,n){let i,o,s;for(const a of this.options){const c=a._run({typed:!1,value:r.value},n);if(c.typed)if(c.issues)o?o.push(c):o=[c];else{i=c;break}else s?s.push(c):s=[c]}if(i)return i;if(o){if(o.length===1)return o[0];Zr(this,"type",r,n,{issues:ap(o)}),r.typed=!0}else{if((s==null?void 0:s.length)===1)return s[0];Zr(this,"type",r,n,{issues:ap(s)})}return r}}}function lo(){return{kind:"schema",type:"unknown",reference:lo,expects:"unknown",async:!1,_run(e){return e.typed=!0,e}}}function ar(e,t,r){const n=e._run({typed:!1,value:t},C4(r));if(n.issues)throw new O4(n.issues);return n.value}function Wt(...e){return{...e[0],pipe:e,_run(t,r){for(let n=0;n<e.length;n++){if(t.issues&&(e[n].kind==="schema"||e[n].kind==="transformation")){t.typed=!1;break}(!t.issues||!r.abortEarly&&!r.abortPipeEarly)&&(t=e[n]._run(t,r))}return t}}}function fo(e){const t=Object.entries(e).map(([r,n])=>Ae({[r]:n}));return Wt(Sr(t),tc(r=>({...r,$kind:Object.keys(r)[0]})))}const Ho=Wt(yt(),tc(e=>Nt(e)),Ys($n)),Xr=Ho,ho=yt(),Vr=Wt(Sr([yt(),Wt(ir(),sr())]),Ys(e=>{try{return BigInt(e),BigInt(e)>=0&&BigInt(e)<=18446744073709551615n}catch{return!1}},"Invalid u64")),Di=Ae({objectId:Ho,version:Vr,digest:yt()}),tr=Wt(Sr([Ae({GasCoin:ct(!0)}),Ae({Input:Wt(ir(),sr()),type:Ir(ct("pure"))}),Ae({Input:Wt(ir(),sr()),type:Ir(ct("object"))}),Ae({Result:Wt(ir(),sr())}),Ae({NestedResult:Al([Wt(ir(),sr()),Wt(ir(),sr())])})]),tc(e=>({...e,$kind:Object.keys(e)[0]}))),P4=Ae({budget:Bt(Vr),price:Bt(Vr),owner:Bt(Ho),payment:Bt(tt(Di))}),Tl=Sr([ct("address"),ct("bool"),ct("u8"),ct("u16"),ct("u32"),ct("u64"),ct("u128"),ct("u256"),Ae({vector:Zs(()=>Tl)}),Ae({datatype:Ae({package:yt(),module:yt(),type:yt(),typeParameters:tt(Zs(()=>Tl))})}),Ae({typeParameter:Wt(ir(),sr())})]),R4=Ae({ref:Bt(Sr([ct("&"),ct("&mut")])),body:Tl}),N4=Ae({package:Xr,module:yt(),function:yt(),typeArguments:tt(yt()),arguments:tt(tr),_argumentTypes:Ir(Bt(tt(R4)))}),j4=Ae({name:yt(),inputs:Xs(yt(),Sr([tr,tt(tr)])),data:Xs(yt(),lo())}),k4=fo({MoveCall:N4,TransferObjects:Ae({objects:tt(tr),address:tr}),SplitCoins:Ae({coin:tr,amounts:tt(tr)}),MergeCoins:Ae({destination:tr,sources:tt(tr)}),Publish:Ae({modules:tt(ho),dependencies:tt(Xr)}),MakeMoveVec:Ae({type:Bt(yt()),elements:tt(tr)}),Upgrade:Ae({modules:tt(ho),dependencies:tt(Xr),package:Xr,ticket:tr}),$Intent:j4}),cp=fo({ImmOrOwnedObject:Di,SharedObject:Ae({objectId:Xr,initialSharedVersion:Vr,mutable:rc()}),Receiving:Di}),D4=fo({Object:cp,Pure:Ae({bytes:ho}),UnresolvedPure:Ae({value:lo()}),UnresolvedObject:Ae({objectId:Xr,version:Ir(Bt(Vr)),digest:Ir(Bt(yt())),initialSharedVersion:Ir(Bt(Vr))})}),up=fo({Object:cp,Pure:Ae({bytes:ho})}),lp=fo({None:ct(!0),Epoch:Vr}),nc=Ae({version:ct(2),sender:zo(Ho),expiration:zo(lp),gasData:P4,inputs:tt(D4),commands:tt(k4)}),po={MoveCall(e){const[t,r="",n=""]="target"in e?e.target.split("::"):[e.package,e.module,e.function];return{$kind:"MoveCall",MoveCall:{package:t,module:r,function:n,typeArguments:e.typeArguments??[],arguments:e.arguments??[]}}},TransferObjects(e,t){return{$kind:"TransferObjects",TransferObjects:{objects:e.map(r=>ar(tr,r)),address:ar(tr,t)}}},SplitCoins(e,t){return{$kind:"SplitCoins",SplitCoins:{coin:ar(tr,e),amounts:t.map(r=>ar(tr,r))}}},MergeCoins(e,t){return{$kind:"MergeCoins",MergeCoins:{destination:ar(tr,e),sources:t.map(r=>ar(tr,r))}}},Publish({modules:e,dependencies:t}){return{$kind:"Publish",Publish:{modules:e.map(r=>typeof r=="string"?r:gr(new Uint8Array(r))),dependencies:t.map(r=>Yr(r))}}},Upgrade({modules:e,dependencies:t,package:r,ticket:n}){return{$kind:"Upgrade",Upgrade:{modules:e.map(i=>typeof i=="string"?i:gr(new Uint8Array(i))),dependencies:t.map(i=>Yr(i)),package:r,ticket:ar(tr,n)}}},MakeMoveVec({type:e,elements:t}){return{$kind:"MakeMoveVec",MakeMoveVec:{type:e??null,elements:t.map(r=>ar(tr,r))}}},Intent({name:e,inputs:t={},data:r={}}){return{$kind:"$Intent",$Intent:{name:e,inputs:Object.fromEntries(Object.entries(t).map(([n,i])=>[n,Array.isArray(i)?i.map(o=>ar(tr,o)):ar(tr,i)])),data:r}}}},Il=Ae({digest:yt(),objectId:yt(),version:Sr([Wt(ir(),sr()),yt(),Ml()])}),B4=fo({ImmOrOwned:Il,Shared:Ae({objectId:Xr,initialSharedVersion:Vr,mutable:rc()}),Receiving:Il}),fp=fo({Object:B4,Pure:tt(Wt(ir(),sr()))}),dp=Sr([Ae({kind:ct("Input"),index:Wt(ir(),sr()),value:lo(),type:Ir(ct("object"))}),Ae({kind:ct("Input"),index:Wt(ir(),sr()),value:lo(),type:ct("pure")})]),L4=Sr([Ae({Epoch:Wt(ir(),sr())}),Ae({None:Bt(ct(!0))})]),hp=Wt(Sr([ir(),yt(),Ml()]),Ys(e=>{if(!["string","number","bigint"].includes(typeof e))return!1;try{return BigInt(e),!0}catch{return!1}})),Ol=Sr([Ae({bool:Bt(ct(!0))}),Ae({u8:Bt(ct(!0))}),Ae({u64:Bt(ct(!0))}),Ae({u128:Bt(ct(!0))}),Ae({address:Bt(ct(!0))}),Ae({signer:Bt(ct(!0))}),Ae({vector:Zs(()=>Ol)}),Ae({struct:Zs(()=>$4)}),Ae({u16:Bt(ct(!0))}),Ae({u32:Bt(ct(!0))}),Ae({u256:Bt(ct(!0))})]),$4=Ae({address:yt(),module:yt(),name:yt(),typeParams:tt(Ol)}),F4=Ae({budget:Ir(hp),price:Ir(hp),payment:Ir(tt(Il)),owner:Ir(yt())}),U4=[dp,Ae({kind:ct("GasCoin")}),Ae({kind:ct("Result"),index:Wt(ir(),sr())}),Ae({kind:ct("NestedResult"),index:Wt(ir(),sr()),resultIndex:Wt(ir(),sr())})],fi=Sr([...U4]),V4=Ae({kind:ct("MoveCall"),target:Wt(yt(),Ys(e=>e.split("::").length===3)),typeArguments:tt(yt()),arguments:tt(fi)}),z4=Ae({kind:ct("TransferObjects"),objects:tt(fi),address:fi}),H4=Ae({kind:ct("SplitCoins"),coin:fi,amounts:tt(fi)}),q4=Ae({kind:ct("MergeCoins"),destination:fi,sources:tt(fi)}),W4=Ae({kind:ct("MakeMoveVec"),type:Sr([Ae({Some:Ol}),Ae({None:Bt(ct(!0))})]),objects:tt(fi)}),G4=Ae({kind:ct("Publish"),modules:tt(tt(Wt(ir(),sr()))),dependencies:tt(yt())}),K4=Ae({kind:ct("Upgrade"),modules:tt(tt(Wt(ir(),sr()))),dependencies:tt(yt()),packageId:yt(),ticket:fi}),Y4=Sr([...[V4,z4,H4,q4,G4,K4,W4]]);Ae({version:ct(1),sender:Ir(yt()),expiration:zo(L4),gasConfig:F4,inputs:tt(dp),transactions:tt(Y4)});function pp(e){var r;const t=e.inputs.map((n,i)=>{if(n.Object)return{kind:"Input",index:i,value:{Object:n.Object.ImmOrOwnedObject?{ImmOrOwned:n.Object.ImmOrOwnedObject}:n.Object.Receiving?{Receiving:{digest:n.Object.Receiving.digest,version:n.Object.Receiving.version,objectId:n.Object.Receiving.objectId}}:{Shared:{mutable:n.Object.SharedObject.mutable,initialSharedVersion:n.Object.SharedObject.initialSharedVersion,objectId:n.Object.SharedObject.objectId}}},type:"object"};if(n.Pure)return{kind:"Input",index:i,value:{Pure:Array.from(Tr(n.Pure.bytes))},type:"pure"};if(n.UnresolvedPure)return{kind:"Input",type:"pure",index:i,value:n.UnresolvedPure.value};if(n.UnresolvedObject)return{kind:"Input",type:"object",index:i,value:n.UnresolvedObject.objectId};throw new Error("Invalid input")});return{version:1,sender:e.sender??void 0,expiration:((r=e.expiration)==null?void 0:r.$kind)==="Epoch"?{Epoch:Number(e.expiration.Epoch)}:e.expiration?{None:!0}:null,gasConfig:{owner:e.gasData.owner??void 0,budget:e.gasData.budget??void 0,price:e.gasData.price??void 0,payment:e.gasData.payment??void 0},inputs:t,transactions:e.commands.map(n=>{if(n.MakeMoveVec)return{kind:"MakeMoveVec",type:n.MakeMoveVec.type===null?{None:!0}:{Some:Xa.parseFromStr(n.MakeMoveVec.type)},objects:n.MakeMoveVec.elements.map(i=>di(i,t))};if(n.MergeCoins)return{kind:"MergeCoins",destination:di(n.MergeCoins.destination,t),sources:n.MergeCoins.sources.map(i=>di(i,t))};if(n.MoveCall)return{kind:"MoveCall",target:`${n.MoveCall.package}::${n.MoveCall.module}::${n.MoveCall.function}`,typeArguments:n.MoveCall.typeArguments,arguments:n.MoveCall.arguments.map(i=>di(i,t))};if(n.Publish)return{kind:"Publish",modules:n.Publish.modules.map(i=>Array.from(Tr(i))),dependencies:n.Publish.dependencies};if(n.SplitCoins)return{kind:"SplitCoins",coin:di(n.SplitCoins.coin,t),amounts:n.SplitCoins.amounts.map(i=>di(i,t))};if(n.TransferObjects)return{kind:"TransferObjects",objects:n.TransferObjects.objects.map(i=>di(i,t)),address:di(n.TransferObjects.address,t)};if(n.Upgrade)return{kind:"Upgrade",modules:n.Upgrade.modules.map(i=>Array.from(Tr(i))),dependencies:n.Upgrade.dependencies,packageId:n.Upgrade.package,ticket:di(n.Upgrade.ticket,t)};throw new Error(`Unknown transaction ${Object.keys(n)}`)})}}function di(e,t){if(e.$kind==="GasCoin")return{kind:"GasCoin"};if(e.$kind==="Result")return{kind:"Result",index:e.Result};if(e.$kind==="NestedResult")return{kind:"NestedResult",index:e.NestedResult[0],resultIndex:e.NestedResult[1]};if(e.$kind==="Input")return t[e.Input];throw new Error(`Invalid argument ${Object.keys(e)}`)}function Z4(e){var t,r,n;return ar(nc,{version:2,sender:e.sender??null,expiration:e.expiration?"Epoch"in e.expiration?{Epoch:e.expiration.Epoch}:{None:!0}:null,gasData:{owner:e.gasConfig.owner??null,budget:((t=e.gasConfig.budget)==null?void 0:t.toString())??null,price:((r=e.gasConfig.price)==null?void 0:r.toString())??null,payment:((n=e.gasConfig.payment)==null?void 0:n.map(i=>({digest:i.digest,objectId:i.objectId,version:i.version.toString()})))??null},inputs:e.inputs.map(i=>{if(i.kind==="Input"){if(Cl(fp,i.value)){const o=ar(fp,i.value);if(o.Object){if(o.Object.ImmOrOwned)return{Object:{ImmOrOwnedObject:{objectId:o.Object.ImmOrOwned.objectId,version:String(o.Object.ImmOrOwned.version),digest:o.Object.ImmOrOwned.digest}}};if(o.Object.Shared)return{Object:{SharedObject:{mutable:o.Object.Shared.mutable??null,initialSharedVersion:o.Object.Shared.initialSharedVersion,objectId:o.Object.Shared.objectId}}};if(o.Object.Receiving)return{Object:{Receiving:{digest:o.Object.Receiving.digest,version:String(o.Object.Receiving.version),objectId:o.Object.Receiving.objectId}}};throw new Error("Invalid object input")}return{Pure:{bytes:gr(new Uint8Array(o.Pure))}}}return i.type==="object"?{UnresolvedObject:{objectId:i.value}}:{UnresolvedPure:{value:i.value}}}throw new Error("Invalid input")}),commands:e.transactions.map(i=>{switch(i.kind){case"MakeMoveVec":return{MakeMoveVec:{type:"Some"in i.type?Xa.tagToString(i.type.Some):null,elements:i.objects.map(o=>hi(o))}};case"MergeCoins":return{MergeCoins:{destination:hi(i.destination),sources:i.sources.map(o=>hi(o))}};case"MoveCall":{const[o,s,a]=i.target.split("::");return{MoveCall:{package:o,module:s,function:a,typeArguments:i.typeArguments,arguments:i.arguments.map(c=>hi(c))}}}case"Publish":return{Publish:{modules:i.modules.map(o=>gr(Uint8Array.from(o))),dependencies:i.dependencies}};case"SplitCoins":return{SplitCoins:{coin:hi(i.coin),amounts:i.amounts.map(o=>hi(o))}};case"TransferObjects":return{TransferObjects:{objects:i.objects.map(o=>hi(o)),address:hi(i.address)}};case"Upgrade":return{Upgrade:{modules:i.modules.map(o=>gr(Uint8Array.from(o))),dependencies:i.dependencies,package:i.packageId,ticket:hi(i.ticket)}}}throw new Error(`Unknown transaction ${Object.keys(i)}`)})})}function hi(e){switch(e.kind){case"GasCoin":return{GasCoin:!0};case"Result":return{Result:e.index};case"NestedResult":return{NestedResult:[e.index,e.resultIndex]};case"Input":return{Input:e.index}}}function Js(e){return Sr(Object.entries(e).map(([t,r])=>Ae({[t]:r})))}const yn=Js({GasCoin:ct(!0),Input:Wt(ir(),sr()),Result:Wt(ir(),sr()),NestedResult:Al([Wt(ir(),sr()),Wt(ir(),sr())])}),X4=Ae({budget:Bt(Vr),price:Bt(Vr),owner:Bt(Ho),payment:Bt(tt(Di))}),J4=Ae({package:Xr,module:yt(),function:yt(),typeArguments:tt(yt()),arguments:tt(yn)}),Q4=Ae({name:yt(),inputs:Xs(yt(),Sr([yn,tt(yn)])),data:Xs(yt(),lo())}),e8=Js({MoveCall:J4,TransferObjects:Ae({objects:tt(yn),address:yn}),SplitCoins:Ae({coin:yn,amounts:tt(yn)}),MergeCoins:Ae({destination:yn,sources:tt(yn)}),Publish:Ae({modules:tt(ho),dependencies:tt(Xr)}),MakeMoveVec:Ae({type:Bt(yt()),elements:tt(yn)}),Upgrade:Ae({modules:tt(ho),dependencies:tt(Xr),package:Xr,ticket:yn}),$Intent:Q4}),t8=Js({ImmOrOwnedObject:Di,SharedObject:Ae({objectId:Xr,initialSharedVersion:Vr,mutable:rc()}),Receiving:Di}),r8=Js({Object:t8,Pure:Ae({bytes:ho}),UnresolvedPure:Ae({value:lo()}),UnresolvedObject:Ae({objectId:Xr,version:Ir(Bt(Vr)),digest:Ir(Bt(yt())),initialSharedVersion:Ir(Bt(Vr))})}),n8=Js({None:ct(!0),Epoch:Vr}),i8=Ae({version:ct(2),sender:zo(Ho),expiration:zo(n8),gasData:X4,inputs:tt(r8),commands:tt(e8)}),o8=50,s8=1000n,a8=5e10;async function c8(e,t,r){return await h8(e,t),await d8(e,t),t.onlyTransactionKind||(await u8(e,t),await l8(e,t),await f8(e,t)),await p8(e),await r()}async function u8(e,t){e.gasConfig.price||(e.gasConfig.price=String(await Qs(t).getReferenceGasPrice()))}async function l8(e,t){if(e.gasConfig.budget)return;const r=await Qs(t).dryRunTransactionBlock({transactionBlock:e.build({overrides:{gasData:{budget:String(a8),payment:[]}}})});if(r.effects.status.status!=="success")throw new Error(`Dry run failed, could not automatically determine a budget: ${r.effects.status.error}`,{cause:r});const n=s8*BigInt(e.gasConfig.price||1n),i=BigInt(r.effects.gasUsed.computationCost)+n,o=i+BigInt(r.effects.gasUsed.storageCost)-BigInt(r.effects.gasUsed.storageRebate);e.gasConfig.budget=String(o>i?o:i)}async function f8(e,t){if(!e.gasConfig.payment){const n=(await Qs(t).getCoins({owner:e.gasConfig.owner||e.sender,coinType:Ja})).data.filter(i=>!e.inputs.find(s=>{var a;return(a=s.Object)!=null&&a.ImmOrOwnedObject?i.coinObjectId===s.Object.ImmOrOwnedObject.objectId:!1})).map(i=>({objectId:i.coinObjectId,digest:i.digest,version:i.version}));if(!n.length)throw new Error("No valid gas coins found for the transaction.");e.gasConfig.payment=n.map(i=>ar(Di,i))}}async function d8(e,t){const r=e.inputs.filter(l=>{var d;return l.UnresolvedObject&&!(l.UnresolvedObject.version||(d=l.UnresolvedObject)!=null&&d.initialSharedVersion)}),n=[...new Set(r.map(l=>Yr(l.UnresolvedObject.objectId)))],i=n.length?y8(n,o8):[],o=(await Promise.all(i.map(l=>Qs(t).multiGetObjects({ids:l,options:{showOwner:!0}})))).flat(),s=new Map(n.map((l,d)=>[l,o[d]])),a=Array.from(s).filter(([l,d])=>d.error).map(([l,d])=>JSON.stringify(d.error));if(a.length)throw new Error(`The following input objects are invalid: ${a.join(", ")}`);const c=o.map(l=>{if(l.error||!l.data)throw new Error(`Failed to fetch object: ${l.error}`);const d=l.data.owner,p=d&&typeof d=="object"&&"Shared"in d?d.Shared.initial_shared_version:null;return{objectId:l.data.objectId,digest:l.data.digest,version:l.data.version,initialSharedVersion:p}}),u=new Map(n.map((l,d)=>[l,c[d]]));for(const[l,d]of e.inputs.entries()){if(!d.UnresolvedObject)continue;let p;const w=Nt(d.UnresolvedObject.objectId),b=u.get(w);d.UnresolvedObject.initialSharedVersion??(b==null?void 0:b.initialSharedVersion)?p=ui.SharedObjectRef({objectId:w,initialSharedVersion:d.UnresolvedObject.initialSharedVersion||(b==null?void 0:b.initialSharedVersion),mutable:m8(e,l)}):g8(e,l)&&(p=ui.ReceivingRef({objectId:w,digest:d.UnresolvedObject.digest??(b==null?void 0:b.digest),version:d.UnresolvedObject.version??(b==null?void 0:b.version)})),e.inputs[e.inputs.indexOf(d)]=p??ui.ObjectRef({objectId:w,digest:d.UnresolvedObject.digest??(b==null?void 0:b.digest),version:d.UnresolvedObject.version??(b==null?void 0:b.version)})}}async function h8(e,t){const{inputs:r,commands:n}=e,i=[],o=new Set;n.forEach(a=>{if(a.MoveCall){if(a.MoveCall._argumentTypes)return;if(a.MoveCall.arguments.map(l=>l.$kind==="Input"?e.inputs[l.Input]:null).some(l=>(l==null?void 0:l.UnresolvedPure)||(l==null?void 0:l.UnresolvedObject))){const l=`${a.MoveCall.package}::${a.MoveCall.module}::${a.MoveCall.function}`;o.add(l),i.push(a.MoveCall)}}switch(a.$kind){case"SplitCoins":a.SplitCoins.amounts.forEach(c=>{mp(c,it.U64,e)});break;case"TransferObjects":mp(a.TransferObjects.address,it.Address,e);break}});const s=new Map;if(o.size>0){const a=Qs(t);await Promise.all([...o].map(async c=>{const[u,l,d]=c.split("::"),p=await a.getNormalizedMoveFunction({package:u,module:l,function:d});s.set(c,p.parameters.map(w=>E4(w)))}))}i.length&&await Promise.all(i.map(async a=>{const c=s.get(`${a.package}::${a.module}::${a.function}`);if(!c)return;const l=c.length>0&&S4(c.at(-1))?c.slice(0,c.length-1):c;a._argumentTypes=l})),n.forEach(a=>{if(!a.MoveCall)return;const c=a.MoveCall,u=`${c.package}::${c.module}::${c.function}`,l=c._argumentTypes;if(l){if(l.length!==a.MoveCall.arguments.length)throw new Error(`Incorrect number of arguments for ${u}`);l.forEach((d,p)=>{var R,k;const w=c.arguments[p];if(w.$kind!=="Input")return;const b=r[w.Input];if(!b.UnresolvedPure&&!b.UnresolvedObject)return;const y=((R=b.UnresolvedPure)==null?void 0:R.value)??((k=b.UnresolvedObject)==null?void 0:k.objectId),T=bl(d.body);if(T){w.type="pure",r[r.indexOf(b)]=ui.Pure(T.serialize(y));return}if(typeof y!="string")throw new Error(`Expect the argument to be an object id string, got ${JSON.stringify(y,null,2)}`);w.type="object";const O=b.UnresolvedPure?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:y}}:b;r[w.Input]=O})}})}function p8(e){e.inputs.forEach((t,r)=>{if(t.$kind!=="Object"&&t.$kind!=="Pure")throw new Error(`Input at index ${r} has not been resolved. Expected a Pure or Object input, but found ${JSON.stringify(t)}`)})}function mp(e,t,r){if(e.$kind!=="Input")return;const n=r.inputs[e.Input];n.$kind==="UnresolvedPure"&&(r.inputs[e.Input]=ui.Pure(t.serialize(n.UnresolvedPure.value)))}function m8(e,t){let r=!1;return e.getInputUses(t,(n,i)=>{if(i.MoveCall&&i.MoveCall._argumentTypes){const o=i.MoveCall.arguments.indexOf(n);r=i.MoveCall._argumentTypes[o].ref!=="&"||r}(i.$kind==="MakeMoveVec"||i.$kind==="MergeCoins"||i.$kind==="SplitCoins")&&(r=!0)}),r}function g8(e,t){let r=!1;return e.getInputUses(t,(n,i)=>{if(i.MoveCall&&i.MoveCall._argumentTypes){const o=i.MoveCall.arguments.indexOf(n);r=v8(i.MoveCall._argumentTypes[o])||r}}),r}function v8(e){return typeof e.body!="object"||!("datatype"in e.body)?!1:e.body.datatype.package==="0x2"&&e.body.datatype.module==="transfer"&&e.body.datatype.type==="Receiving"}function Qs(e){if(!e.client)throw new Error("No sui client passed to Transaction#build, but transaction data was not sufficient to build offline.");return e.client}function y8(e,t){return Array.from({length:Math.ceil(e.length/t)},(r,n)=>e.slice(n*t,n*t+t))}function w8(e){function t(r){return e(r)}return t.system=()=>t("0x5"),t.clock=()=>t("0x6"),t.random=()=>t("0x8"),t.denyList=()=>t("0x403"),t.option=({type:r,value:n})=>i=>i.moveCall({typeArguments:[r],target:`0x1::option::${n===null?"none":"some"}`,arguments:n===null?[]:[i.object(n)]}),t}function b8(e){function t(r,n){if(typeof r=="string")return e(ea(r).serialize(n));if(r instanceof Uint8Array||Ka(r))return e(r);throw new Error("tx.pure must be called either a bcs type name, or a serialized bcs value")}return t.u8=r=>e(it.U8.serialize(r)),t.u16=r=>e(it.U16.serialize(r)),t.u32=r=>e(it.U32.serialize(r)),t.u64=r=>e(it.U64.serialize(r)),t.u128=r=>e(it.U128.serialize(r)),t.u256=r=>e(it.U256.serialize(r)),t.bool=r=>e(it.Bool.serialize(r)),t.string=r=>e(it.String.serialize(r)),t.address=r=>e(it.Address.serialize(r)),t.id=t.address,t.vector=(r,n)=>e(it.vector(ea(r)).serialize(n)),t.option=(r,n)=>e(it.option(ea(r)).serialize(n)),t}function ea(e){switch(e){case"u8":return it.u8();case"u16":return it.u16();case"u32":return it.u32();case"u64":return it.u64();case"u128":return it.u128();case"u256":return it.u256();case"bool":return it.bool();case"string":return it.string();case"id":case"address":return it.Address}const t=e.match(/^(vector|option)<(.+)>$/);if(t){const[r,n]=t.slice(1);return r==="vector"?it.vector(ea(n)):it.option(ea(n))}throw new Error(`Invalid Pure type name: ${e}`)}function x8(e,t){const r=Array.from(`${e}::`).map(i=>i.charCodeAt(0)),n=new Uint8Array(r.length+t.length);return n.set(r),n.set(t,r.length),op(n,{dkLen:32})}function gp(e){return Nt(e).replace("0x","")}class wn{constructor(t){this.version=2,this.sender=(t==null?void 0:t.sender)??null,this.expiration=(t==null?void 0:t.expiration)??null,this.inputs=(t==null?void 0:t.inputs)??[],this.commands=(t==null?void 0:t.commands)??[],this.gasData=(t==null?void 0:t.gasData)??{budget:null,price:null,owner:null,payment:null}}static fromKindBytes(t){const n=it.TransactionKind.parse(t).ProgrammableTransaction;if(!n)throw new Error("Unable to deserialize from bytes.");return wn.restore({version:2,sender:null,expiration:null,gasData:{budget:null,owner:null,payment:null,price:null},inputs:n.inputs,commands:n.commands})}static fromBytes(t){const r=it.TransactionData.parse(t),n=r==null?void 0:r.V1,i=n.kind.ProgrammableTransaction;if(!n||!i)throw new Error("Unable to deserialize from bytes.");return wn.restore({version:2,sender:n.sender,expiration:n.expiration,gasData:n.gasData,inputs:i.inputs,commands:i.commands})}static restore(t){return t.version===2?new wn(ar(nc,t)):new wn(ar(nc,Z4(t)))}static getDigestFromBytes(t){const r=x8("TransactionData",t);return co(r)}get gasConfig(){return this.gasData}set gasConfig(t){this.gasData=t}build({maxSizeBytes:t=1/0,overrides:r,onlyTransactionKind:n}={}){const i=this.inputs,o=this.commands,s={ProgrammableTransaction:{inputs:i,commands:o}};if(n)return it.TransactionKind.serialize(s,{maxSize:t}).toBytes();const a=(r==null?void 0:r.expiration)??this.expiration,c=(r==null?void 0:r.sender)??this.sender,u={...this.gasData,...r==null?void 0:r.gasConfig,...r==null?void 0:r.gasData};if(!c)throw new Error("Missing transaction sender");if(!u.budget)throw new Error("Missing gas budget");if(!u.payment)throw new Error("Missing gas payment");if(!u.price)throw new Error("Missing gas price");const l={sender:gp(c),expiration:a||{None:!0},gasData:{payment:u.payment,owner:gp(this.gasData.owner??c),price:BigInt(u.price),budget:BigInt(u.budget)},kind:{ProgrammableTransaction:{inputs:i,commands:o}}};return it.TransactionData.serialize({V1:l},{maxSize:t}).toBytes()}addInput(t,r){const n=this.inputs.length;return this.inputs.push(r),{Input:n,type:t,$kind:"Input"}}getInputUses(t,r){this.mapArguments((n,i)=>(n.$kind==="Input"&&n.Input===t&&r(n,i),n))}mapArguments(t){for(const r of this.commands)switch(r.$kind){case"MoveCall":r.MoveCall.arguments=r.MoveCall.arguments.map(i=>t(i,r));break;case"TransferObjects":r.TransferObjects.objects=r.TransferObjects.objects.map(i=>t(i,r)),r.TransferObjects.address=t(r.TransferObjects.address,r);break;case"SplitCoins":r.SplitCoins.coin=t(r.SplitCoins.coin,r),r.SplitCoins.amounts=r.SplitCoins.amounts.map(i=>t(i,r));break;case"MergeCoins":r.MergeCoins.destination=t(r.MergeCoins.destination,r),r.MergeCoins.sources=r.MergeCoins.sources.map(i=>t(i,r));break;case"MakeMoveVec":r.MakeMoveVec.elements=r.MakeMoveVec.elements.map(i=>t(i,r));break;case"Upgrade":r.Upgrade.ticket=t(r.Upgrade.ticket,r);break;case"$Intent":const n=r.$Intent.inputs;r.$Intent.inputs={};for(const[i,o]of Object.entries(n))r.$Intent.inputs[i]=Array.isArray(o)?o.map(s=>t(s,r)):t(o,r);break;case"Publish":break;default:throw new Error(`Unexpected transaction kind: ${r.$kind}`)}}replaceCommand(t,r){if(!Array.isArray(r)){this.commands[t]=r;return}const n=r.length-1;this.commands.splice(t,1,...r),n!==0&&this.mapArguments(i=>{switch(i.$kind){case"Result":i.Result>t&&(i.Result+=n);break;case"NestedResult":i.NestedResult[0]>t&&(i.NestedResult[0]+=n);break}return i})}getDigest(){const t=this.build({onlyTransactionKind:!1});return wn.getDigestFromBytes(t)}snapshot(){return ar(nc,this)}}function vp(e){if(typeof e=="string")return Nt(e);if(e.Object)return e.Object.ImmOrOwnedObject?Nt(e.Object.ImmOrOwnedObject.objectId):e.Object.Receiving?Nt(e.Object.Receiving.objectId):Nt(e.Object.SharedObject.objectId);if(e.UnresolvedObject)return Nt(e.UnresolvedObject.objectId)}var yp=e=>{throw TypeError(e)},Pl=(e,t,r)=>t.has(e)||yp("Cannot "+r),Ct=(e,t,r)=>(Pl(e,t,"read from private field"),r?r.call(e):t.get(e)),ta=(e,t,r)=>t.has(e)?yp("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),mo=(e,t,r,n)=>(Pl(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),pi=(e,t,r)=>(Pl(e,t,"access private method"),r),ra,na,go,At,bn,ic,Rl,Nl,jl;function wp(e,t=1/0){const r={$kind:"Result",Result:e},n=[],i=o=>n[o]??(n[o]={$kind:"NestedResult",NestedResult:[e,o]});return new Proxy(r,{set(){throw new Error("The transaction result is a proxy, and does not support setting properties directly")},get(o,s){if(s in o)return Reflect.get(o,s);if(s===Symbol.iterator)return function*(){let c=0;for(;c<t;)yield i(c),c++};if(typeof s=="symbol")return;const a=parseInt(s,10);if(!(Number.isNaN(a)||a<0))return i(a)}})}const bp=Symbol.for("@mysten/transaction");function xp(e){return!!e&&typeof e=="object"&&e[bp]===!0}const Sp={buildPlugins:new Map,serializationPlugins:new Map},kl=Symbol.for("@mysten/transaction/registry");function ia(){try{const e=globalThis;return e[kl]||(e[kl]=Sp),e[kl]}catch{return Sp}}const S8=class zh{constructor(){ta(this,bn),ta(this,ra),ta(this,na),ta(this,go,new Map),ta(this,At),this.object=w8(r=>{var o,s;if(typeof r=="function")return this.object(r(this));if(typeof r=="object"&&Cl(tr,r))return r;const n=vp(r),i=Ct(this,At).inputs.find(a=>n===vp(a));return(o=i==null?void 0:i.Object)!=null&&o.SharedObject&&typeof r=="object"&&((s=r.Object)!=null&&s.SharedObject)&&(i.Object.SharedObject.mutable=i.Object.SharedObject.mutable||r.Object.SharedObject.mutable),i?{$kind:"Input",Input:Ct(this,At).inputs.indexOf(i),type:"object"}:Ct(this,At).addInput("object",typeof r=="string"?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:Nt(r)}}:r)});const t=ia();mo(this,At,new wn),mo(this,na,[...t.buildPlugins.values()]),mo(this,ra,[...t.serializationPlugins.values()])}static fromKind(t){const r=new zh;return mo(r,At,wn.fromKindBytes(typeof t=="string"?Tr(t):t)),r}static from(t){const r=new zh;return xp(t)?mo(r,At,new wn(t.getData())):typeof t!="string"||!t.startsWith("{")?mo(r,At,wn.fromBytes(typeof t=="string"?Tr(t):t)):mo(r,At,wn.restore(JSON.parse(t))),r}static registerGlobalSerializationPlugin(t,r){ia().serializationPlugins.set(t,r??t)}static unregisterGlobalSerializationPlugin(t){ia().serializationPlugins.delete(t)}static registerGlobalBuildPlugin(t,r){ia().buildPlugins.set(t,r??t)}static unregisterGlobalBuildPlugin(t){ia().buildPlugins.delete(t)}addSerializationPlugin(t){Ct(this,ra).push(t)}addBuildPlugin(t){Ct(this,na).push(t)}addIntentResolver(t,r){if(Ct(this,go).has(t)&&Ct(this,go).get(t)!==r)throw new Error(`Intent resolver for ${t} already exists`);Ct(this,go).set(t,r)}setSender(t){Ct(this,At).sender=t}setSenderIfNotSet(t){Ct(this,At).sender||(Ct(this,At).sender=t)}setExpiration(t){Ct(this,At).expiration=t?ar(lp,t):null}setGasPrice(t){Ct(this,At).gasConfig.price=String(t)}setGasBudget(t){Ct(this,At).gasConfig.budget=String(t)}setGasBudgetIfNotSet(t){Ct(this,At).gasData.budget==null&&(Ct(this,At).gasConfig.budget=String(t))}setGasOwner(t){Ct(this,At).gasConfig.owner=t}setGasPayment(t){Ct(this,At).gasConfig.payment=t.map(r=>ar(Di,r))}get blockData(){return pp(Ct(this,At).snapshot())}getData(){return Ct(this,At).snapshot()}get[bp](){return!0}get pure(){return Object.defineProperty(this,"pure",{enumerable:!1,value:b8(t=>Ka(t)?Ct(this,At).addInput("pure",{$kind:"Pure",Pure:{bytes:t.toBase64()}}):Ct(this,At).addInput("pure",Cl(up,t)?ar(up,t):t instanceof Uint8Array?ui.Pure(t):{$kind:"UnresolvedPure",UnresolvedPure:{value:t}}))}),this.pure}get gas(){return{$kind:"GasCoin",GasCoin:!0}}objectRef(...t){return this.object(ui.ObjectRef(...t))}receivingRef(...t){return this.object(ui.ReceivingRef(...t))}sharedObjectRef(...t){return this.object(ui.SharedObjectRef(...t))}add(t){if(typeof t=="function")return t(this);const r=Ct(this,At).commands.push(t);return wp(r-1)}splitCoins(t,r){const n=po.SplitCoins(typeof t=="string"?this.object(t):pi(this,bn,Rl).call(this,t),r.map(o=>typeof o=="number"||typeof o=="bigint"||typeof o=="string"?this.pure.u64(o):pi(this,bn,ic).call(this,o))),i=Ct(this,At).commands.push(n);return wp(i-1,r.length)}mergeCoins(t,r){return this.add(po.MergeCoins(this.object(t),r.map(n=>this.object(n))))}publish({modules:t,dependencies:r}){return this.add(po.Publish({modules:t,dependencies:r}))}upgrade({modules:t,dependencies:r,package:n,ticket:i}){return this.add(po.Upgrade({modules:t,dependencies:r,package:n,ticket:this.object(i)}))}moveCall({arguments:t,...r}){return this.add(po.MoveCall({...r,arguments:t==null?void 0:t.map(n=>pi(this,bn,ic).call(this,n))}))}transferObjects(t,r){return this.add(po.TransferObjects(t.map(n=>this.object(n)),typeof r=="string"?this.pure.address(r):pi(this,bn,ic).call(this,r)))}makeMoveVec({type:t,elements:r}){return this.add(po.MakeMoveVec({type:t,elements:r.map(n=>this.object(n))}))}serialize(){return JSON.stringify(pp(Ct(this,At).snapshot()))}async toJSON(t={}){return await this.prepareForSerialization(t),JSON.stringify(ar(i8,Ct(this,At).snapshot()),(r,n)=>typeof n=="bigint"?n.toString():n,2)}async sign(t){const{signer:r,...n}=t,i=await this.build(n);return r.signTransaction(i)}async build(t={}){return await this.prepareForSerialization(t),await pi(this,bn,Nl).call(this,t),Ct(this,At).build({onlyTransactionKind:t.onlyTransactionKind})}async getDigest(t={}){return await pi(this,bn,Nl).call(this,t),Ct(this,At).getDigest()}async prepareForSerialization(t){var i;const r=new Set;for(const o of Ct(this,At).commands)o.$Intent&&r.add(o.$Intent.name);const n=[...Ct(this,ra)];for(const o of r)if(!((i=t.supportedIntents)!=null&&i.includes(o))){if(!Ct(this,go).has(o))throw new Error(`Missing intent resolver for ${o}`);n.push(Ct(this,go).get(o))}await pi(this,bn,jl).call(this,n,t)}};ra=new WeakMap,na=new WeakMap,go=new WeakMap,At=new WeakMap,bn=new WeakSet,ic=function(e){return Ka(e)?this.pure(e):pi(this,bn,Rl).call(this,e)},Rl=function(e){return typeof e=="function"?ar(tr,e(this)):ar(tr,e)},Nl=async function(e){if(!e.onlyTransactionKind&&!Ct(this,At).sender)throw new Error("Missing transaction sender");await pi(this,bn,jl).call(this,[...Ct(this,na),c8],e)},jl=async function(e,t){const r=n=>{if(n>=e.length)return()=>{};const i=e[n];return async()=>{const o=r(n+1);let s=!1,a=!1;if(await i(Ct(this,At),t,async()=>{if(s)throw new Error(`next() was call multiple times in TransactionPlugin ${n}`);s=!0,await o(),a=!0}),!s)throw new Error(`next() was not called in TransactionPlugin ${n}`);if(!a)throw new Error(`next() was not awaited in TransactionPlugin ${n}`)}};await r(0)()};let qo=S8;const E8=Symbol.for("@mysten/SuiClient");class Wo{get[E8](){return!0}constructor(t){this.transport=t.transport??new K2({url:t.url})}async getRpcApiVersion(){return(await this.transport.request({method:"rpc.discover",params:[]})).info.version}async getCoins(t){if(!t.owner||!$n(Nt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getCoins",params:[t.owner,t.coinType,t.cursor,t.limit]})}async getAllCoins(t){if(!t.owner||!$n(Nt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getAllCoins",params:[t.owner,t.cursor,t.limit]})}async getBalance(t){if(!t.owner||!$n(Nt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getBalance",params:[t.owner,t.coinType]})}async getAllBalances(t){if(!t.owner||!$n(Nt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getAllBalances",params:[t.owner]})}async getCoinMetadata(t){return await this.transport.request({method:"suix_getCoinMetadata",params:[t.coinType]})}async getTotalSupply(t){return await this.transport.request({method:"suix_getTotalSupply",params:[t.coinType]})}async call(t,r){return await this.transport.request({method:t,params:r})}async getMoveFunctionArgTypes(t){return await this.transport.request({method:"sui_getMoveFunctionArgTypes",params:[t.package,t.module,t.function]})}async getNormalizedMoveModulesByPackage(t){return await this.transport.request({method:"sui_getNormalizedMoveModulesByPackage",params:[t.package]})}async getNormalizedMoveModule(t){return await this.transport.request({method:"sui_getNormalizedMoveModule",params:[t.package,t.module]})}async getNormalizedMoveFunction(t){return await this.transport.request({method:"sui_getNormalizedMoveFunction",params:[t.package,t.module,t.function]})}async getNormalizedMoveStruct(t){return await this.transport.request({method:"sui_getNormalizedMoveStruct",params:[t.package,t.module,t.struct]})}async getOwnedObjects(t){if(!t.owner||!$n(Nt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getOwnedObjects",params:[t.owner,{filter:t.filter,options:t.options},t.cursor,t.limit]})}async getObject(t){if(!t.id||!qs(Yr(t.id)))throw new Error("Invalid Sui Object id");return await this.transport.request({method:"sui_getObject",params:[t.id,t.options]})}async tryGetPastObject(t){return await this.transport.request({method:"sui_tryGetPastObject",params:[t.id,t.version,t.options]})}async multiGetObjects(t){if(t.ids.forEach(n=>{if(!n||!qs(Yr(n)))throw new Error(`Invalid Sui Object id ${n}`)}),t.ids.length!==new Set(t.ids).size)throw new Error(`Duplicate object ids in batch call ${t.ids}`);return await this.transport.request({method:"sui_multiGetObjects",params:[t.ids,t.options]})}async queryTransactionBlocks(t){return await this.transport.request({method:"suix_queryTransactionBlocks",params:[{filter:t.filter,options:t.options},t.cursor,t.limit,(t.order||"descending")==="descending"]})}async getTransactionBlock(t){if(!hl(t.digest))throw new Error("Invalid Transaction digest");return await this.transport.request({method:"sui_getTransactionBlock",params:[t.digest,t.options]})}async multiGetTransactionBlocks(t){if(t.digests.forEach(n=>{if(!hl(n))throw new Error(`Invalid Transaction digest ${n}`)}),t.digests.length!==new Set(t.digests).size)throw new Error(`Duplicate digests in batch call ${t.digests}`);return await this.transport.request({method:"sui_multiGetTransactionBlocks",params:[t.digests,t.options]})}async executeTransactionBlock({transactionBlock:t,signature:r,options:n,requestType:i}){const o=await this.transport.request({method:"sui_executeTransactionBlock",params:[typeof t=="string"?t:gr(t),Array.isArray(r)?r:[r],n]});if(i==="WaitForLocalExecution")try{await this.waitForTransaction({digest:o.digest})}catch{}return o}async signAndExecuteTransaction({transaction:t,signer:r,...n}){let i;t instanceof Uint8Array?i=t:(t.setSenderIfNotSet(r.toSuiAddress()),i=await t.build({client:this}));const{signature:o,bytes:s}=await r.signTransaction(i);return this.executeTransactionBlock({transactionBlock:s,signature:o,...n})}async getTotalTransactionBlocks(){const t=await this.transport.request({method:"sui_getTotalTransactionBlocks",params:[]});return BigInt(t)}async getReferenceGasPrice(){const t=await this.transport.request({method:"suix_getReferenceGasPrice",params:[]});return BigInt(t)}async getStakes(t){if(!t.owner||!$n(Nt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getStakes",params:[t.owner]})}async getStakesByIds(t){return t.stakedSuiIds.forEach(r=>{if(!r||!qs(Yr(r)))throw new Error(`Invalid Sui Stake id ${r}`)}),await this.transport.request({method:"suix_getStakesByIds",params:[t.stakedSuiIds]})}async getLatestSuiSystemState(){return await this.transport.request({method:"suix_getLatestSuiSystemState",params:[]})}async queryEvents(t){return await this.transport.request({method:"suix_queryEvents",params:[t.query,t.cursor,t.limit,(t.order||"descending")==="descending"]})}async subscribeEvent(t){return this.transport.subscribe({method:"suix_subscribeEvent",unsubscribe:"suix_unsubscribeEvent",params:[t.filter],onMessage:t.onMessage})}async subscribeTransaction(t){return this.transport.subscribe({method:"suix_subscribeTransaction",unsubscribe:"suix_unsubscribeTransaction",params:[t.filter],onMessage:t.onMessage})}async devInspectTransactionBlock(t){var n;let r;if(xp(t.transactionBlock))t.transactionBlock.setSenderIfNotSet(t.sender),r=gr(await t.transactionBlock.build({client:this,onlyTransactionKind:!0}));else if(typeof t.transactionBlock=="string")r=t.transactionBlock;else if(t.transactionBlock instanceof Uint8Array)r=gr(t.transactionBlock);else throw new Error("Unknown transaction block format.");return await this.transport.request({method:"sui_devInspectTransactionBlock",params:[t.sender,r,(n=t.gasPrice)==null?void 0:n.toString(),t.epoch]})}async dryRunTransactionBlock(t){return await this.transport.request({method:"sui_dryRunTransactionBlock",params:[typeof t.transactionBlock=="string"?t.transactionBlock:gr(t.transactionBlock)]})}async getDynamicFields(t){if(!t.parentId||!qs(Yr(t.parentId)))throw new Error("Invalid Sui Object id");return await this.transport.request({method:"suix_getDynamicFields",params:[t.parentId,t.cursor,t.limit]})}async getDynamicFieldObject(t){return await this.transport.request({method:"suix_getDynamicFieldObject",params:[t.parentId,t.name]})}async getLatestCheckpointSequenceNumber(){const t=await this.transport.request({method:"sui_getLatestCheckpointSequenceNumber",params:[]});return String(t)}async getCheckpoint(t){return await this.transport.request({method:"sui_getCheckpoint",params:[t.id]})}async getCheckpoints(t){return await this.transport.request({method:"sui_getCheckpoints",params:[t.cursor,t==null?void 0:t.limit,t.descendingOrder]})}async getCommitteeInfo(t){return await this.transport.request({method:"suix_getCommitteeInfo",params:[t==null?void 0:t.epoch]})}async getNetworkMetrics(){return await this.transport.request({method:"suix_getNetworkMetrics",params:[]})}async getAddressMetrics(){return await this.transport.request({method:"suix_getLatestAddressMetrics",params:[]})}async getEpochMetrics(t){return await this.transport.request({method:"suix_getEpochMetrics",params:[t==null?void 0:t.cursor,t==null?void 0:t.limit,t==null?void 0:t.descendingOrder]})}async getAllEpochAddressMetrics(t){return await this.transport.request({method:"suix_getAllEpochAddressMetrics",params:[t==null?void 0:t.descendingOrder]})}async getEpochs(t){return await this.transport.request({method:"suix_getEpochs",params:[t==null?void 0:t.cursor,t==null?void 0:t.limit,t==null?void 0:t.descendingOrder]})}async getMoveCallMetrics(){return await this.transport.request({method:"suix_getMoveCallMetrics",params:[]})}async getCurrentEpoch(){return await this.transport.request({method:"suix_getCurrentEpoch",params:[]})}async getValidatorsApy(){return await this.transport.request({method:"suix_getValidatorsApy",params:[]})}async getChainIdentifier(){const t=await this.getCheckpoint({id:"0"}),r=si(t.digest);return ai(r.slice(0,4))}async resolveNameServiceAddress(t){return await this.transport.request({method:"suix_resolveNameServiceAddress",params:[t.name]})}async resolveNameServiceNames({format:t="dot",...r}){const{nextCursor:n,hasNextPage:i,data:o}=await this.transport.request({method:"suix_resolveNameServiceNames",params:[r.address,r.cursor,r.limit]});return{hasNextPage:i,nextCursor:n,data:o.map(s=>Z0(s,t))}}async getProtocolConfig(t){return await this.transport.request({method:"sui_getProtocolConfig",params:[t==null?void 0:t.version]})}async waitForTransaction({signal:t,timeout:r=60*1e3,pollInterval:n=2*1e3,...i}){const o=AbortSignal.timeout(r),s=new Promise((a,c)=>{o.addEventListener("abort",()=>c(o.reason))});for(s.catch(()=>{});!o.aborted;){t==null||t.throwIfAborted();try{return await this.getTransactionBlock(i)}catch{await Promise.race([new Promise(c=>setTimeout(c,n)),s])}}throw o.throwIfAborted(),new Error("Unexpected error while waiting for transaction block.")}}var Dl={},oc={},Bl={},sc={},Ll={},ac={};Object.defineProperty(ac,"__esModule",{value:!0}),ac.Convert=void 0;class _8{static toPriceFeed(t){return $l(t,gi("PriceFeed"))}static priceFeedToJson(t){return Fl(t,gi("PriceFeed"))}static toPrice(t){return $l(t,gi("Price"))}static priceToJson(t){return Fl(t,gi("Price"))}static toPriceFeedMetadata(t){return $l(t,gi("PriceFeedMetadata"))}static priceFeedMetadataToJson(t){return Fl(t,gi("PriceFeedMetadata"))}}ac.Convert=_8;function mi(e,t,r=""){throw Error(r?`Invalid value for key "${r}". Expected type ${JSON.stringify(e)} but got ${JSON.stringify(t)}`:`Invalid value ${JSON.stringify(t)} for type ${JSON.stringify(e)}`)}function C8(e){if(e.jsonToJS===void 0){const t={};e.props.forEach(r=>t[r.json]={key:r.js,typ:r.typ}),e.jsonToJS=t}return e.jsonToJS}function M8(e){if(e.jsToJSON===void 0){const t={};e.props.forEach(r=>t[r.js]={key:r.json,typ:r.typ}),e.jsToJSON=t}return e.jsToJSON}function Go(e,t,r,n=""){function i(l,d){return typeof l==typeof d?d:mi(l,d,n)}function o(l,d){const p=l.length;for(let w=0;w<p;w++){const b=l[w];try{return Go(d,b,r)}catch{}}return mi(l,d)}function s(l,d){return l.indexOf(d)!==-1?d:mi(l,d)}function a(l,d){return Array.isArray(d)?d.map(p=>Go(p,l,r)):mi("array",d)}function c(l){if(l===null)return null;const d=new Date(l);return isNaN(d.valueOf())?mi("Date",l):d}function u(l,d,p){if(p===null||typeof p!="object"||Array.isArray(p))return mi("object",p);const w={};return Object.getOwnPropertyNames(l).forEach(b=>{const y=l[b],T=Object.prototype.hasOwnProperty.call(p,b)?p[b]:void 0;w[y.key]=Go(T,y.typ,r,y.key)}),Object.getOwnPropertyNames(p).forEach(b=>{Object.prototype.hasOwnProperty.call(l,b)||(w[b]=Go(p[b],d,r,b))}),w}if(t==="any")return e;if(t===null)return e===null?e:mi(t,e);if(t===!1)return mi(t,e);for(;typeof t=="object"&&t.ref!==void 0;)t=A8[t.ref];return Array.isArray(t)?s(t,e):typeof t=="object"?t.hasOwnProperty("unionMembers")?o(t.unionMembers,e):t.hasOwnProperty("arrayItems")?a(t.arrayItems,e):t.hasOwnProperty("props")?u(r(t),t.additional,e):mi(t,e):t===Date&&typeof e!="number"?c(e):i(t,e)}function $l(e,t){return Go(e,t,C8)}function Fl(e,t){return Go(e,t,M8)}function vo(...e){return{unionMembers:e}}function Ul(e,t){return{props:e,additional:t}}function gi(e){return{ref:e}}const A8={PriceFeed:Ul([{json:"ema_price",js:"ema_price",typ:gi("Price")},{json:"id",js:"id",typ:""},{json:"metadata",js:"metadata",typ:vo(void 0,gi("PriceFeedMetadata"))},{json:"price",js:"price",typ:gi("Price")},{json:"vaa",js:"vaa",typ:vo(void 0,"")}],"any"),Price:Ul([{json:"conf",js:"conf",typ:""},{json:"expo",js:"expo",typ:0},{json:"price",js:"price",typ:""},{json:"publish_time",js:"publish_time",typ:0}],"any"),PriceFeedMetadata:Ul([{json:"attestation_time",js:"attestation_time",typ:vo(void 0,0)},{json:"emitter_chain",js:"emitter_chain",typ:0},{json:"prev_publish_time",js:"prev_publish_time",typ:vo(void 0,0)},{json:"price_service_receive_time",js:"price_service_receive_time",typ:vo(void 0,0)},{json:"sequence_number",js:"sequence_number",typ:vo(void 0,0)},{json:"slot",js:"slot",typ:vo(void 0,0)}],"any")};var Vl={},Ep;function cc(){return Ep||(Ep=1,function(e){Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var t={},r={};r.byteLength=l,r.toByteArray=p,r.fromByteArray=y;for(var n=[],i=[],o=typeof Uint8Array<"u"?Uint8Array:Array,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,c=s.length;a<c;++a)n[a]=s[a],i[s.charCodeAt(a)]=a;i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63;function u(R){var k=R.length;if(k%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var F=R.indexOf("=");F===-1&&(F=k);var L=F===k?0:4-F%4;return[F,L]}function l(R){var k=u(R),F=k[0],L=k[1];return(F+L)*3/4-L}function d(R,k,F){return(k+F)*3/4-F}function p(R){var k,F=u(R),L=F[0],q=F[1],H=new o(d(R,L,q)),K=0,re=q>0?L-4:L,oe;for(oe=0;oe<re;oe+=4)k=i[R.charCodeAt(oe)]<<18|i[R.charCodeAt(oe+1)]<<12|i[R.charCodeAt(oe+2)]<<6|i[R.charCodeAt(oe+3)],H[K++]=k>>16&255,H[K++]=k>>8&255,H[K++]=k&255;return q===2&&(k=i[R.charCodeAt(oe)]<<2|i[R.charCodeAt(oe+1)]>>4,H[K++]=k&255),q===1&&(k=i[R.charCodeAt(oe)]<<10|i[R.charCodeAt(oe+1)]<<4|i[R.charCodeAt(oe+2)]>>2,H[K++]=k>>8&255,H[K++]=k&255),H}function w(R){return n[R>>18&63]+n[R>>12&63]+n[R>>6&63]+n[R&63]}function b(R,k,F){for(var L,q=[],H=k;H<F;H+=3)L=(R[H]<<16&16711680)+(R[H+1]<<8&65280)+(R[H+2]&255),q.push(w(L));return q.join("")}function y(R){for(var k,F=R.length,L=F%3,q=[],H=16383,K=0,re=F-L;K<re;K+=H)q.push(b(R,K,K+H>re?re:K+H));return L===1?(k=R[F-1],q.push(n[k>>2]+n[k<<4&63]+"==")):L===2&&(k=(R[F-2]<<8)+R[F-1],q.push(n[k>>10]+n[k>>4&63]+n[k<<2&63]+"=")),q.join("")}var T={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */T.read=function(R,k,F,L,q){var H,K,re=q*8-L-1,oe=(1<<re)-1,ae=oe>>1,z=-7,D=F?q-1:0,h=F?-1:1,f=R[k+D];for(D+=h,H=f&(1<<-z)-1,f>>=-z,z+=re;z>0;H=H*256+R[k+D],D+=h,z-=8);for(K=H&(1<<-z)-1,H>>=-z,z+=L;z>0;K=K*256+R[k+D],D+=h,z-=8);if(H===0)H=1-ae;else{if(H===oe)return K?NaN:(f?-1:1)*(1/0);K=K+Math.pow(2,L),H=H-ae}return(f?-1:1)*K*Math.pow(2,H-L)},T.write=function(R,k,F,L,q,H){var K,re,oe,ae=H*8-q-1,z=(1<<ae)-1,D=z>>1,h=q===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=L?0:H-1,m=L?1:-1,S=k<0||k===0&&1/k<0?1:0;for(k=Math.abs(k),isNaN(k)||k===1/0?(re=isNaN(k)?1:0,K=z):(K=Math.floor(Math.log(k)/Math.LN2),k*(oe=Math.pow(2,-K))<1&&(K--,oe*=2),K+D>=1?k+=h/oe:k+=h*Math.pow(2,1-D),k*oe>=2&&(K++,oe/=2),K+D>=z?(re=0,K=z):K+D>=1?(re=(k*oe-1)*Math.pow(2,q),K=K+D):(re=k*Math.pow(2,D-1)*Math.pow(2,q),K=0));q>=8;R[F+f]=re&255,f+=m,re/=256,q-=8);for(K=K<<q|re,ae+=q;ae>0;R[F+f]=K&255,f+=m,K/=256,ae-=8);R[F+f-m]|=S*128};/*!
|
|
24
|
+
<%s key={someKey} {...props} />`,_r,dr,Dn,dr),Y[dr+_r]=!0}}return V===n?U($t):A($t),$t}}function ie(V,ae,fe){return ee(V,ae,fe,!0)}function De(V,ae,fe){return ee(V,ae,fe,!1)}var Qe=De,Ne=ie;$s.Fragment=n,$s.jsx=Qe,$s.jsxs=Ne}()),$s}yn.env.NODE_ENV==="production"?uu.exports=c6():uu.exports=l6();var w=uu.exports;const JL="",ZL="",QL="";window._iconfont_svg_string_4776227='<svg><symbol id="icon-link2" viewBox="0 0 1024 1024"><path d="M642.7648 217.6a166.5024 166.5024 0 0 1 166.5024 166.5024v256.256a166.5024 166.5024 0 0 1-166.5024 166.5024H386.5088a92.16 92.16 0 0 1-64.9728-157.5936L506.88 465.2032H429.2096a38.4 38.4 0 0 1-38.0416-33.1776l-0.3584-5.2224a38.4 38.4 0 0 1 38.4-38.4h170.8544l1.4336 0.0512c0.8704 0 1.6896 0.1024 2.56 0.1536l-3.9936-0.2048a38.656 38.656 0 0 1 27.2384 11.3664l1.792 1.9456 1.536 1.8944-3.328-3.84a38.6048 38.6048 0 0 1 11.1616 27.0336v170.8544a38.4 38.4 0 0 1-76.8 0l-0.0512-78.592-185.9584 184.6784a15.36 15.36 0 0 0 7.3216 25.9072l3.584 0.4096h256.2048c49.5616 0 89.7024-40.1408 89.7024-89.7024V384.1024c0-49.5104-40.1408-89.7024-89.7024-89.7024H386.5088c-49.5616 0-89.7024 40.192-89.7024 89.7024V563.2a38.4 38.4 0 0 1-76.8 0V384.1024A166.5024 166.5024 0 0 1 386.5088 217.6h256.256z" ></path></symbol><symbol id="icon-more" viewBox="0 0 1024 1024"><path d="M499.2 217.6m0-64a64 64 0 1 0 0 128 64 64 0 1 0 0-128Z" ></path><path d="M499.2 524.8m0-64a64 64 0 1 0 0 128 64 64 0 1 0 0-128Z" ></path><path d="M499.2 832m0-64a64 64 0 1 0 0 128 64 64 0 1 0 0-128Z" ></path></symbol><symbol id="icon-docs" viewBox="0 0 1024 1024"><path d="M665.6 41.728c65.9456 0 121.2928 45.312 136.6016 106.496 5.0688-2.6624 10.8544-4.096 16.9984-4.096a140.8 140.8 0 0 1 140.8 140.8v563.2a140.8 140.8 0 0 1-140.8 140.8H358.4a140.8512 140.8512 0 0 1-135.4752-102.4H204.8a140.8 140.8 0 0 1-140.8-140.8v-563.2A140.8 140.8 0 0 1 204.8 41.728h460.8z m140.8 177.0496v526.9504a140.8 140.8 0 0 1-140.8 140.8l-358.4 0.1024c11.7248 15.5136 30.3104 25.4976 51.2 25.4976h460.8c35.328 0 64-28.672 64-64v-563.2c0-35.328-28.672-64-64-64a38.3488 38.3488 0 0 1-12.8-2.1504zM665.6 118.528H204.8c-35.328 0-64 28.672-64 64v563.2c0 35.328 28.672 64 64 64h460.8c35.328 0 64-28.672 64-64v-563.2c0-35.328-28.672-64-64-64z m-153.6 281.6a38.4 38.4 0 1 1 0 76.8H256a38.4 38.4 0 1 1 0-76.8h256z m102.4-153.6a38.4 38.4 0 1 1 0 76.8H256a38.4 38.4 0 1 1 0-76.8h358.4z" ></path></symbol><symbol id="icon-link1" viewBox="0 0 1024 1024"><path d="M719.872 268.8l3.738 0.205 0.768 0.051-4.506-0.256a38.502 38.502 0 0 1 28.416 12.544l0.973 1.126a38.554 38.554 0 0 1 1.74 2.253l-2.713-3.379a38.605 38.605 0 0 1 9.984 25.549V563.2a38.4 38.4 0 1 1-76.8 0V394.086L281.856 758.221a38.4 38.4 0 0 1-51.712-56.832L620.646 345.6H463.872a38.4 38.4 0 0 1-38.042-33.178l-0.358-5.222a38.4 38.4 0 0 1 38.4-38.4h256z" ></path></symbol><symbol id="icon-icon-kfckfc" viewBox="0 0 1024 1024"><path d="M53.504 102.912c-0.41 0.563 30.208 42.086 67.84 92.006L299.008 430.9 408.32 576l-7.014 7.885c-3.943 4.352-84.327 90.521-178.432 191.488C128.717 876.595 51.354 960 51.2 960.87c-0.358 0.922 16.077 1.69 39.731 1.536l40.243-0.204 13.21-14.49A217385.626 217385.626 0 0 0 440.32 629.914l4.71-5.479 37.837 50.33L610.048 843.93l89.6 118.63H836.71c114.023 0 136.858-0.358 136.141-2.458-0.563-1.484-35.328-48.025-77.312-103.782-41.984-55.603-90.01-119.398-106.65-141.568-16.793-22.17-66.15-88.064-110.028-146.074-43.879-58.163-79.821-106.598-79.821-107.366 0-1.331 231.782-251.187 310.58-334.746l22.527-23.808h-41.42l-41.217 0.154-48.179 51.814a48197.632 48197.632 0 0 1-144.23 154.88l-95.847 102.912L445.03 258.202 328.55 103.68l-137.062-0.922c-75.418-0.563-137.626-0.41-137.984 0.154z m324.762 166.4c44.8 59.7 113.97 151.5 153.65 204.288 39.732 52.531 127.796 169.677 195.892 259.994 68.045 90.47 124.365 165.376 125.286 166.707 1.178 1.69-12.288 2.253-61.235 2.253h-62.566L605.286 737.69c-286.208-379.802-430.592-571.7-432.332-574.516-1.127-1.69 11.724-2.252 61.081-2.252h62.567l81.664 108.39z" ></path></symbol><symbol id="icon-icon_telegram" viewBox="0 0 1024 1024"><path d="M824.87808 503.6032c55.8592 0 100.096 12.544 133.4272 37.5296 34.2016 26.7264 55.9104 66.7136 64.2048 120.9344h-94.208c-5.8368-27.4944-17.5104-47.5136-34.2016-60.8768-17.5104-13.312-40.8576-19.968-69.2224-19.968-35.0208 0-62.5664 12.4928-82.5856 39.168-19.968 25.856-30.0032 62.5152-30.0032 109.2608 0 47.5136 9.216 85.0432 29.184 111.7184 18.3296 25.856 45.8752 39.2192 82.5856 39.2192 63.3856 0 98.4064-31.6928 105.8816-94.208H1024.19968c-9.984 58.368-32.512 101.7344-66.7136 130.048-33.3824 27.5456-78.3872 41.728-134.2976 41.728-66.7136 0-118.4256-21.7088-155.136-65.024-35.84-41.728-53.3504-95.9488-53.3504-162.6624 0-65.024 17.5104-118.4256 52.5312-159.2832 37.5296-45.056 90.112-67.584 157.6448-67.584z m75.7248-333.6704l-53.76 245.4528a353.792 353.792 0 0 0-12.6464-0.256c-164.096 0-316.3648 113.7664-357.0176 266.752L381.63968 771.9424c-11.6224 10.9056-20.7872 20.1216-41.5744 20.1216l14.1824-205.2608 385.1776-336.7424c16.896-14.5408-3.6352-21.6576-26.112-8.3968L237.76768 532.2752 32.35328 470.1696c-44.288-13.1584-44.544-42.7008 10.0352-64l800.3072-298.9568c36.5568-15.9744 71.8336 8.5504 57.856 62.72z" ></path></symbol><symbol id="icon-icon_medium" viewBox="0 0 1024 1024"><path d="M576.819712 497.6128c-0.7168 169.6768-139.5712 294.7584-293.376 292.3008C127.795712 787.4048-0.357888 656.1792 0.000512 495.2064 0.358912 334.9504 130.611712 204.032 288.819712 204.8c159.9488 0.768 288.2048 131.1744 288 292.8128m27.904-1.536c0.9216-72.9088 12.3904-143.3088 50.1248-207.0528 7.168-12.1856 15.872-23.8592 25.6512-33.9968 44.4928-46.08 99.4816-44.0832 141.312 4.5056 28.8768 33.5872 45.8752 73.216 56.064 115.8656 24.576 102.5536 21.2992 203.5712-19.968 301.6704-11.9808 28.416-28.5184 54.2208-52.9408 73.728-36.2496 29.1328-76.8 29.3888-112.5376-0.3072-39.2704-32.6656-59.4944-77.5168-70.7584-125.696-9.8304-41.984-14.2848-85.248-21.0944-128l4.1472-0.7168M1024.000512 470.5792c-3.1744 93.952-4.9152 159.8976-22.1696 224.0512-3.0208 11.264-6.656 22.7328-12.4928 32.6656-3.8912 6.656-11.776 14.3872-18.3296 14.8992-5.3248 0.4096-14.08-8.192-16.6912-14.6944-7.5776-18.7392-14.848-38.0928-18.6368-57.9584-16.384-86.3744-18.4832-173.7216-10.496-261.0176 3.584-39.424 11.9296-78.4896 19.1488-117.5552 1.792-9.728 6.7584-19.2512 11.776-27.9552 9.728-16.4864 22.3744-16.896 30.9248 0 7.68 15.2576 15.0528 31.744 17.408 48.4864 8.8064 62.0544 15.4112 124.416 19.5584 159.0784" ></path></symbol><symbol id="icon-icon_discord" viewBox="0 0 1024 1024"><path d="M831.8976 213.6064A748.032 748.032 0 0 0 641.7408 153.6c-8.192 14.848-17.7664 34.8672-24.3712 50.7904a694.8864 694.8864 0 0 0-210.688 0c-6.6048-15.872-16.384-35.8912-24.6272-50.7904a745.5744 745.5744 0 0 0-190.3104 60.16C71.424 396.4928 38.8096 574.6176 55.0912 750.2848a758.784 758.784 0 0 0 233.216 120.064c18.7904-26.0096 35.5328-53.6064 49.92-82.688a490.0864 490.0864 0 0 1-78.6432-38.4c6.656-4.9664 13.056-10.0864 19.3024-15.36 151.6544 71.2704 316.416 71.2704 466.2272 0 6.2976 5.2736 12.8 10.3936 19.3024 15.36a488.8576 488.8576 0 0 1-78.848 38.5024c14.4384 28.9792 31.1296 56.6784 49.9712 82.6368a757.2992 757.2992 0 0 0 233.3184-120.1152c19.1488-203.6224-32.6656-380.16-136.96-536.6784zM358.912 642.2528c-45.568 0-82.8416-42.7008-82.8416-94.72 0-51.968 36.5056-94.72 82.8416-94.72 46.336 0 83.6608 42.6496 82.8416 94.72 0.1024 52.0192-36.5056 94.72-82.8416 94.72z m306.176 0c-45.5168 0-82.8416-42.7008-82.8416-94.72 0-51.968 36.5056-94.72 82.8416-94.72 46.336 0 83.6608 42.6496 82.8416 94.72 0 52.0192-36.5056 94.72-82.8416 94.72z" ></path></symbol><symbol id="icon-icon_del" viewBox="0 0 1024 1024"><path d="M512 64a243.2512 243.2512 0 0 1 240.1792 204.8h-1.3312a140.8 140.8 0 0 1 139.1104 162.4576l-63.6928 409.6a140.8 140.8 0 0 1-139.1616 119.1424H336.896a140.8 140.8 0 0 1-139.1616-119.1424l-63.6928-409.6A140.8 140.8 0 0 1 271.8208 268.8a243.2 243.2 0 0 1 240.1792-204.8z m238.848 281.6h-477.696A64 64 0 0 0 209.92 419.4304l63.6928 409.6A64 64 0 0 0 336.896 883.2h350.208a64 64 0 0 0 63.2832-54.1696l63.6928-409.6a64 64 0 0 0-63.232-73.8304zM409.6 473.6a38.4 38.4 0 0 1 38.4 38.4v204.8a38.4 38.4 0 1 1-76.8 0v-204.8A38.4 38.4 0 0 1 409.6 473.6z m204.8 0a38.4 38.4 0 0 1 38.4 38.4v204.8a38.4 38.4 0 1 1-76.8 0v-204.8a38.4 38.4 0 0 1 38.4-38.4z m-102.4-332.8a166.4512 166.4512 0 0 0-160.0512 120.7296l-1.8944 7.2704h323.84l-1.8432-7.2704a166.5024 166.5024 0 0 0-150.6304-120.4736L512 140.8z" ></path></symbol><symbol id="icon-plorer" viewBox="0 0 1024 1024"><path d="M608 62.31l245.453 141.67a192 192 0 0 1 96 166.298v283.444a192 192 0 0 1-96 166.297L608 961.69a192 192 0 0 1-192 0L170.547 820.02a192 192 0 0 1-96-166.297V370.278a192 192 0 0 1 95.949-166.297L415.949 62.31a192 192 0 0 1 192 0z m-153.6 66.51L208.947 270.49a115.2 115.2 0 0 0-57.6 99.84v283.392a115.2 115.2 0 0 0 57.6 99.788L454.4 895.18a115.2 115.2 0 0 0 115.2 0l245.453-141.67a115.2 115.2 0 0 0 57.6-99.84V370.33a115.2 115.2 0 0 0-57.6-99.79L569.6 128.87a115.2 115.2 0 0 0-115.2 0zM726.886 324.3L577.741 764.11c-11.776 34.713-60.826 34.816-72.704 0.051L440.73 575.59l-197.94-71.987c-31.744-11.622-33.536-54.63-5.427-69.785l5.632-2.458 434.586-155.546a38.4 38.4 0 0 1 49.305 48.487z m-98.252 50.586L369.05 467.763l115.2 41.984a38.4 38.4 0 0 1 20.992 18.381l2.252 5.325 33.792 98.97 87.348-257.537z" ></path></symbol><symbol id="icon-disconnect" viewBox="0 0 1024 1024"><path d="M575.357 738.274a38.4 38.4 0 0 1 0 54.306l-72.408 72.408A243.2 243.2 0 1 1 159.012 521.05l72.408-72.408a38.4 38.4 0 1 1 54.306 54.306l-72.408 72.408a166.4 166.4 0 0 0 235.325 235.325l72.408-72.408a38.4 38.4 0 0 1 54.306 0z m-108.612-181.02a38.4 38.4 0 0 1 0 54.307L358.134 720.172a38.4 38.4 0 1 1-54.306-54.306l108.611-108.611a38.4 38.4 0 0 1 54.306 0zM756.376 702.07a38.4 38.4 0 1 1-54.306 54.306L267.624 321.93a38.4 38.4 0 1 1 54.306-54.306L756.376 702.07z m-36.204-398.242a38.4 38.4 0 0 1 0 54.306L611.561 466.745a38.4 38.4 0 1 1-54.306-54.306l108.611-108.611a38.4 38.4 0 0 1 54.306 0z m144.816-144.816a243.2 243.2 0 0 1 0 343.937l-72.408 72.408a38.4 38.4 0 1 1-54.306-54.306l72.408-72.408a166.4 166.4 0 0 0-235.325-235.325l-72.408 72.408a38.4 38.4 0 0 1-54.306-54.306l72.408-72.408a243.2 243.2 0 0 1 343.937 0z" ></path></symbol><symbol id="icon-copy" viewBox="0 0 1024 1024"><path d="M665.6 396.8a140.8 140.8 0 0 1 140.8 140.8v128a140.8 140.8 0 0 1-140.8 140.8h-128a140.8 140.8 0 0 1-140.8-140.8v-128a140.8 140.8 0 0 1 140.8-140.8h128z m0 76.8h-128c-35.328 0-64 28.672-64 64v128c0 35.328 28.672 64 64 64h128c35.328 0 64-28.672 64-64v-128c0-35.328-28.672-64-64-64z" ></path><path d="M537.6 217.6c49.46 0 89.6 40.14 89.6 89.6v25.6a38.4 38.4 0 0 1-76.8 0v-25.6a12.8 12.8 0 0 0-12.8-12.8H307.2a12.8 12.8 0 0 0-12.8 12.8v230.4c0 7.066 5.734 12.8 12.8 12.8h25.6a38.4 38.4 0 0 1 0 76.8h-25.6a89.6 89.6 0 0 1-89.6-89.6V307.2c0-49.46 40.14-89.6 89.6-89.6h230.4z" ></path></symbol><symbol id="icon-link" viewBox="0 0 1024 1024"><path d="M436.992 281.6a38.4 38.4 0 0 1 0 76.8 217.6 217.6 0 1 0 217.6 217.6 38.4 38.4 0 1 1 76.8 0 294.4 294.4 0 1 1-294.4-294.4z m385.28-102.4l3.8912 0.2048 0.6144 0.0512-4.5056-0.256a38.2464 38.2464 0 0 1 28.416 12.544l0.8704 1.024a38.5536 38.5536 0 0 1 2.0992 2.7136l-2.9696-3.7376a38.656 38.656 0 0 1 9.984 25.5488V473.6a38.4 38.4 0 1 1-76.8 0V304.4864l-399.616 364.1344a38.4 38.4 0 0 1-51.712-56.832L723.0464 256H566.272a38.4 38.4 0 0 1-38.0416-33.1776l-0.3584-5.2224a38.4 38.4 0 0 1 38.4-38.4h256z" ></path></symbol><symbol id="icon-unfold" viewBox="0 0 2048 1024"><path d="M565.248 78.131a76.8 76.8 0 0 1 108.544 0l362.086 361.984a25.6 25.6 0 0 0 36.25 0l361.984-361.984a76.8 76.8 0 0 1 108.544 108.544l-361.984 362.189a179.2 179.2 0 0 1-253.44 0L565.248 186.675a76.8 76.8 0 0 1 0-108.544z" ></path></symbol><symbol id="icon-rpc" viewBox="0 0 1024 1024"><path d="M204.8 678.4a140.8 140.8 0 1 1 0 281.6 140.8 140.8 0 0 1 0-281.6z m168.96-573.44a268.8 268.8 0 0 1 207.872 439.245l38.144 38.144a192 192 0 1 1-55.603 53.094l-39.27-39.373A268.8 268.8 0 1 1 373.76 104.96zM204.8 755.2a64 64 0 1 0 0 128 64 64 0 0 0 0-128z m517.12-125.44a115.2 115.2 0 1 0 0 230.4 115.2 115.2 0 0 0 0-230.4z m-348.16-448a192 192 0 1 0 0 384 192 192 0 0 0 0-384zM819.2 64a140.8 140.8 0 1 1 0 281.6 140.8 140.8 0 0 1 0-281.6z m0 76.8a64 64 0 1 0 0 128 64 64 0 0 0 0-128z" ></path></symbol><symbol id="icon-mev" viewBox="0 0 1024 1024"><path d="M651.162 95.488c53.401 56.422 131.84 113.818 235.212 171.674a38.4 38.4 0 0 1 19.456 29.9c12.032 129.024-12.544 251.75-73.625 367.156-60.211 113.817-158.976 226.457-295.936 338.33a38.4 38.4 0 0 1-48.589 0C356.608 895.436 259.328 782.181 196.045 662.681c-64.103-121.19-90.266-243.405-77.824-365.876a38.4 38.4 0 0 1 20.531-30.259C239.923 214.323 319.846 156.98 378.624 94.925c104.96-110.95 169.37-108.442 272.538 0.512z m126.464 196.506l-1.178 0.819a41.933 41.933 0 0 1-10.035 3.84c-4.25 1.024-5.427 1.28-14.695 3.328a122.368 122.368 0 0 0-16.896 4.403c-43.878 16.384-71.168 47.411-83.097 96.666-2.304 9.625-3.328 20.838-3.687 38.4l-0.204 13.516v15.872l0.05 9.728v2.048l0.052 3.482c0.256 35.328 0.154 51.2-1.024 71.424-4.506 79.36-42.291 140.39-108.954 178.483-29.542 16.896-61.9 23.962-99.328 23.91h-8.704a9243.136 9243.136 0 0 0-29.286-0.153h-17.46l-10.034-0.051h-22.938c40.448 50.841 88.371 100.71 143.77 149.504l17.97 15.513 17.511-14.899c101.018-88.064 176.077-175.513 225.28-262.144l9.523-17.408c50.893-96.205 73.063-197.273 66.56-303.974l-3.584-2.407a1479.786 1479.786 0 0 1-49.664-29.9z m-171.52 5.12h-1.127c-15.155 0.102-30.054 3.584-45.107 10.598-46.285 21.504-77.056 71.373-76.39 128.051 0.307 25.703 0.256 51.354 0 87.603l-0.103 10.445c-0.102 14.49-0.512 24.371-1.74 34.816-4.865 42.803-19.661 79.77-43.674 110.285l-1.792 2.15 1.331 0.052h1.331c24.832 0 44.288-4.199 61.03-13.824 44.033-25.19 67.38-62.72 70.4-116.122 1.025-18.022 1.127-32.768 0.871-66.56v-5.478l-0.051-5.223v-21.504c0-5.12 0.051-9.728 0.153-14.49 0.512-22.681 1.895-38.604 5.837-54.937a225.075 225.075 0 0 1 35.687-79.514l4.71-6.246h-11.366z m1.484-136.295l-12.236-12.544c-73.728-77.926-87.245-78.438-160.973-0.563-60.467 63.898-139.674 122.112-237.466 174.95l-3.942 2.048-0.768 17.562c-2.407 88.064 18.176 176.384 61.952 265.42l9.779 19.047c9.267 17.51 19.354 34.919 30.26 52.224l-0.871 0.154c2.406-0.512 2.406-0.512 6.144-0.973 15.104-1.536 29.593-6.86 43.776-15.974 36.454-23.552 56.883-56.576 62.105-102.247 0.82-7.168 1.127-14.848 1.23-26.726l0.102-10.343c0.256-35.84 0.307-61.132 0-86.22-1.024-86.58 46.899-164.199 120.78-198.554a183.552 183.552 0 0 1 77.312-17.766h1.536l53.044 0.256h16.076a775.117 775.117 0 0 1-67.84-59.75z" ></path></symbol><symbol id="icon-caution" viewBox="0 0 1024 1024"><path d="M512 682.666667c-47.146667 0-85.333333-42.112-85.333333-94.037334V94.037333C426.666667 42.112 464.853333 0 512 0s85.333333 42.112 85.333333 94.037333v494.592C597.333333 640.554667 559.146667 682.666667 512 682.666667zM512 1024c-47.146667 0-85.333333-35.2-85.333333-78.592v-98.816C426.666667 803.2 464.853333 768 512 768s85.333333 35.2 85.333333 78.592v98.816C597.333333 988.8 559.146667 1024 512 1024z" ></path></symbol><symbol id="icon-settings" viewBox="0 0 1024 1024"><path d="M608 62.31l245.453 141.67a192 192 0 0 1 96 166.298v283.444a192 192 0 0 1-96 166.297L608 961.69a192 192 0 0 1-192 0L170.547 820.02a192 192 0 0 1-96-166.297V370.278a192 192 0 0 1 95.949-166.297L415.949 62.31a192 192 0 0 1 192 0z m-153.6 66.51L208.947 270.49a115.2 115.2 0 0 0-57.6 99.84v283.392a115.2 115.2 0 0 0 57.6 99.788L454.4 895.18a115.2 115.2 0 0 0 115.2 0l245.453-141.67a115.2 115.2 0 0 0 57.6-99.84V370.33a115.2 115.2 0 0 0-57.6-99.79L569.6 128.87a115.2 115.2 0 0 0-115.2 0z m104.858 211.762a89.6 89.6 0 0 1 77.568 44.8l47.257 81.818a89.6 89.6 0 0 1 0 89.6l-47.257 81.818a89.6 89.6 0 0 1-77.568 44.8h-94.516a89.6 89.6 0 0 1-77.568-44.8L339.917 556.8a89.6 89.6 0 0 1 0-89.6l47.257-81.818a89.6 89.6 0 0 1 77.568-44.8h94.516z m0 76.8h-94.516a12.8 12.8 0 0 0-11.059 6.4L406.426 505.6a12.8 12.8 0 0 0 0 12.8l47.257 81.818a12.8 12.8 0 0 0 11.06 6.4h94.515a12.8 12.8 0 0 0 11.059-6.4l47.257-81.818a12.8 12.8 0 0 0 0-12.8l-47.257-81.818a12.8 12.8 0 0 0-11.06-6.4z" ></path></symbol><symbol id="icon-back" viewBox="0 0 1024 1024"><path d="M67.738 495.616l36.3 32.358 220.468 194.868c13.926 12.236 14.438 33.792 1.024 46.796l-0.41 0.41a31.898 31.898 0 0 1-44.288 0L20.736 518.554a31.744 31.744 0 0 1 0-45.773l260.096-251.597a31.898 31.898 0 0 1 44.288 0l0.46 0.41a31.846 31.846 0 0 1-1.023 46.848l-220.57 194.816-36.352 32.358z" ></path></symbol><symbol id="icon-wallet" viewBox="0 0 1024 1024"><path d="M825.6 115.2A134.4 134.4 0 0 1 960 249.6v384c0 60.877-40.448 112.282-95.949 128.82L864 785.868a140.8 140.8 0 0 1-179.456 135.373l-467.2-133.479A140.8 140.8 0 0 1 115.2 652.288V249.6a134.4 134.4 0 0 1 134.4-134.4h576zM256 225.331c-35.328 0-64 28.672-64 64V652.34c0 28.57 18.944 53.709 46.438 61.543l467.2 133.478a64 64 0 0 0 81.562-61.491v-47.616a38.502 38.502 0 0 1 0-17.306V422.861a64 64 0 0 0-46.438-61.543l-467.2-133.478A64 64 0 0 0 256 225.28zM825.6 192H427.827l334.029 95.437A140.8 140.8 0 0 1 864 422.86v253.645c11.776-10.548 19.2-25.856 19.2-42.906v-384c0-31.795-25.805-57.6-57.6-57.6z m-192 259.226a38.4 38.4 0 0 1 38.4 38.4V633.6a38.4 38.4 0 1 1-76.8 0V489.574a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-star" viewBox="0 0 1024 1024"><path d="M474.778 72.653a84.992 84.992 0 0 1 113.1 37.683l90.727 179.712c1.024 2.15 3.277 3.686 5.939 4.096l202.906 29.082c18.278 2.56 35.174 11.059 48.128 24.064a83.302 83.302 0 0 1-1.23 119.09l-148.12 142.542a6.605 6.605 0 0 0-2.049 5.939l34.765 195.584c3.277 18.483 0.154 37.58-8.806 54.17a85.043 85.043 0 0 1-114.176 34.457L515.84 804.659a8.55 8.55 0 0 0-7.885 0l-179.968 94.31c-16.589 8.705-35.635 11.674-54.118 8.5a83.968 83.968 0 0 1-68.813-97.28l34.97-195.328a6.605 6.605 0 0 0-2.048-5.94L89.702 466.484a83.61 83.61 0 0 1-24.832-48.128 83.968 83.968 0 0 1 71.732-95.078l204.339-29.184a7.834 7.834 0 0 0 5.939-4.096l89.395-179.251c8.192-16.59 21.76-29.952 38.503-38.093z m36.198 68.25l-2.56 0.767a7.475 7.475 0 0 0-3.43 3.328l-89.344 179.303c-12.39 24.832-36.301 41.933-63.847 45.875l-204.339 29.133c-4.352 0.614-7.168 4.198-6.605 7.885a6.81 6.81 0 0 0 2.048 3.89l148.275 142.49c20.173 19.354 29.338 47.36 24.423 74.804l-34.919 195.379c-0.665 3.584 1.946 7.27 6.247 8.038 1.894 0.307 3.789 0 5.427-0.819l179.968-94.31a85.35 85.35 0 0 1 79.155 0l180.173 94.361c3.994 2.1 9.011 0.615 10.957-3.02a6.4 6.4 0 0 0 0.717-4.199l-34.714-195.533a83.354 83.354 0 0 1 24.371-74.65l148.122-142.591a6.502 6.502 0 0 0 0.102-9.524 8.14 8.14 0 0 0-4.608-2.252l-202.957-29.082c-27.392-3.942-51.2-20.89-63.59-45.517l-90.726-179.712c-1.844-3.635-6.81-5.273-10.906-3.277l2.56-0.768z" ></path></symbol><symbol id="icon-trade" viewBox="0 0 1024 1024"><path d="M1002.93153 563.627l-433.237 432.64a67.243 67.243 0 0 1-29.696 21.93c-0.853 0.171-1.45 0.342-1.963 0.342a61.27 61.27 0 0 1-22.442 4.608c-1.11 0-2.304 0.853-3.414 0.853-2.048 0-3.84-1.365-5.973-1.365a54.87 54.87 0 0 1-13.653-2.987 77.312 77.312 0 0 1-15.275-6.144c-2.987-1.621-5.803-3.67-8.533-5.803-2.56-1.962-5.718-2.816-7.936-5.461L21.34153 563.627a71.68 71.68 0 0 1 0-102.059 72.704 72.704 0 0 1 102.57 0l316.16 315.477V73.472C440.07353 33.109 472.92753 0 513.29053 0a73.387 73.387 0 0 1 73.216 73.472v701.355L900.53153 461.653a72.363 72.363 0 0 1 102.4 102.059z" ></path></symbol><symbol id="icon-verticalslider" viewBox="0 0 1024 1024"><path d="M310.426 441.6a166.4 166.4 0 0 1 38.4 328.346V870.4a38.4 38.4 0 1 1-76.8 0V769.946a166.451 166.451 0 0 1 38.4-328.346z m0 76.8a89.6 89.6 0 1 0 0 179.2 89.6 89.6 0 0 0 0-179.2z m403.2-403.2a38.4 38.4 0 0 1 38.4 38.4v55.654a166.451 166.451 0 0 1-38.4 328.346 166.4 166.4 0 0 1-38.4-328.346V153.6a38.4 38.4 0 0 1 38.4-38.4z m0 166.4a89.6 89.6 0 1 0 0 179.2 89.6 89.6 0 0 0 0-179.2zM310.323 115.2a38.4 38.4 0 0 1 38.4 38.4v146.534a38.4 38.4 0 0 1-76.8 0V153.6a38.4 38.4 0 0 1 38.4-38.4z m403.2 525.26a38.4 38.4 0 0 1 38.4 38.4V870.4a38.4 38.4 0 1 1-76.8 0V678.86a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-swap" viewBox="0 0 1024 1024"><path d="M321.434 116.224a51.2 51.2 0 0 1 69.888 74.752c-47.77 44.646-87.04 81.818-117.658 111.462l-1.997 1.844h289.229a51.2 51.2 0 0 1 50.842 45.26l0.358 5.94a51.2 51.2 0 0 1-51.2 51.2H154.47a51.763 51.763 0 0 1-52.07-52.839c0.205-11.52 3.123-19.097 7.782-27.136 3.226-5.53 7.22-10.752 12.8-17.203 8.192-9.626 20.992-23.04 38.656-40.704a7171.584 7171.584 0 0 1 159.744-152.576z m509.593 188.058a51.2 51.2 0 0 1 0 102.4h-93.593a51.2 51.2 0 0 1 0-102.4h93.593zM663.194 853.709a51.2 51.2 0 0 1-69.888-74.803c47.77-44.647 87.04-81.818 117.657-111.412l2.048-1.894H153.6a51.2 51.2 0 0 1-50.842-45.21l-0.358-5.99a51.2 51.2 0 0 1 51.2-51.2h676.557c27.904 0 52.582 22.272 52.07 52.838a51.456 51.456 0 0 1-7.782 27.136c-3.226 5.53-7.22 10.752-12.8 17.204-8.192 9.625-20.992 23.04-38.656 40.704a7171.584 7171.584 0 0 1-159.744 152.627z" ></path></symbol><symbol id="icon-star_sel" viewBox="0 0 1024 1024"><path d="M470.63 127.846L381.286 307.2a46.182 46.182 0 0 1-34.918 24.986l-204.34 29.184a45.568 45.568 0 0 0-39.167 51.456 45.344 45.344 0 0 0 13.465 26.01l148.276 142.438c10.905 10.496 15.872 25.6 13.21 40.448l-34.97 195.328a45.568 45.568 0 0 0 37.58 52.633 46.95 46.95 0 0 0 29.748-4.659l179.968-94.31a46.95 46.95 0 0 1 43.52 0l180.121 94.361c22.528 11.827 50.586 3.43 62.618-18.688a44.8 44.8 0 0 0 4.71-29.184L746.394 621.62a45.005 45.005 0 0 1 13.21-40.294l148.12-142.592a44.902 44.902 0 0 0 0.666-64.256 46.54 46.54 0 0 0-26.368-13.21l-202.956-29.081a46.182 46.182 0 0 1-34.765-24.781l-90.727-179.712a46.592 46.592 0 0 0-82.944 0.205z" ></path></symbol><symbol id="icon-tips" viewBox="0 0 1024 1024"><path d="M512 166.4a345.6 345.6 0 1 1 0 691.2 345.6 345.6 0 0 1 0-691.2z m0 76.8a268.8 268.8 0 1 0 0 537.6 268.8 268.8 0 0 0 0-537.6z m0 196.3a38.4 38.4 0 0 1 38.4 38.4v219.29a38.4 38.4 0 1 1-76.8 0V477.9a38.4 38.4 0 0 1 38.4-38.4z m0-153.087a38.4 38.4 0 0 1 38.4 38.4v45.414a38.4 38.4 0 1 1-76.8 0v-45.363a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-sel" viewBox="0 0 1024 1024"><path d="M783.36 281.2416a51.2 51.2 0 0 1 71.68 73.0624l-407.9616 400.384a51.2 51.2 0 0 1-67.8912 3.4304l-206.3872-165.376a51.2 51.2 0 1 1 64-79.9232l170.9568 137.0112 375.6032-368.64z" ></path></symbol><symbol id="icon-spread" viewBox="0 0 1024 1024"><path d="M143.36 678.4a38.4 38.4 0 0 1 38.4 38.4v112.64c0 7.066 5.734 12.8 12.8 12.8H307.2a38.4 38.4 0 1 1 0 76.8H194.56a89.6 89.6 0 0 1-89.6-89.6V716.8a38.4 38.4 0 0 1 38.4-38.4z m327.68-573.44a38.4 38.4 0 0 1 0 76.8H234.342L842.24 790.477v-242.33a38.4 38.4 0 1 1 76.8 0V829.44a89.6 89.6 0 0 1-89.6 89.6H552.96a38.4 38.4 0 1 1 0-76.8l232.346-0.051L181.76 237.773V471.04a38.4 38.4 0 0 1-76.8 0V194.56c0-49.46 40.14-89.6 89.6-89.6h276.48z m358.4 0c49.46 0 89.6 40.14 89.6 89.6V307.2a38.4 38.4 0 1 1-76.8 0V194.56a12.8 12.8 0 0 0-12.8-12.8H716.8a38.4 38.4 0 1 1 0-76.8h112.64z" ></path></symbol><symbol id="icon-refresh" viewBox="0 0 1024 1024"><path d="M601.446 178.176a344.576 344.576 0 0 1 124.621 62.413 38.4 38.4 0 0 1 5.12 55.45l-94.566 107.878a38.4 38.4 0 1 1-57.754-50.586l65.741-75.11-4.915-2.816a268.646 268.646 0 0 0-43.008-18.535l-15.104-4.505A268.8 268.8 0 1 0 771.635 581.58a38.4 38.4 0 1 1 74.189 19.865 345.6 345.6 0 1 1-244.378-423.27z" ></path></symbol><symbol id="icon-close" viewBox="0 0 1024 1024"><path d="M763.392 256.512a51.2 51.2 0 0 1 0 72.3968L582.2464 509.952l183.1424 183.1424a51.2 51.2 0 0 1-72.3968 72.3968l-183.1424-183.1424-180.992 181.0432a51.2 51.2 0 0 1-72.3968-72.3968L437.504 509.952 258.56 330.9568A51.2 51.2 0 0 1 330.9568 258.56L509.952 437.504l181.0432-180.992a51.2 51.2 0 0 1 72.3968 0z" ></path></symbol><symbol id="icon-alert" viewBox="0 0 1024 1024"><path d="M558.08 125.0816c12.6464 7.5776 23.1936 18.1248 30.72 30.72L959.232 773.12a89.6 89.6 0 0 1-76.8 135.68H141.6192a89.6 89.6 0 0 1-76.8-135.68L435.1488 155.8016a89.6 89.6 0 0 1 122.9312-30.72zM501.0432 195.328L130.6624 812.5952a12.8 12.8 0 0 0 10.9568 19.4048h740.7616a12.8 12.8 0 0 0 10.9568-19.4048L522.9568 195.328a12.8 12.8 0 0 0-21.9136 0zM512 524.8a38.4 38.4 0 0 1 38.4 38.4v153.6a38.4 38.4 0 1 1-76.8 0v-153.6a38.4 38.4 0 0 1 38.4-38.4z m0-204.8a38.4 38.4 0 0 1 38.4 38.4v51.2a38.4 38.4 0 1 1-76.8 0V358.4a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-arrow" viewBox="0 0 1024 1024"><path d="M572.33 707.67l220.673-220.673a85.333 85.333 0 0 0-60.331-145.664H291.328a85.333 85.333 0 0 0-60.33 145.664L451.668 707.67a85.333 85.333 0 0 0 120.662 0z" ></path></symbol></svg>',(e=>{var t=(r=(r=document.getElementsByTagName("script"))[r.length-1]).getAttribute("data-injectcss"),r=r.getAttribute("data-disable-injectsvg");if(!r){var n,i,o,s,a,c=function(d,p){p.parentNode.insertBefore(d,p)};if(t&&!e.__iconfont__svg__cssinject__){e.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch{}}n=function(){var d,p=document.createElement("div");p.innerHTML=e._iconfont_svg_string_4776227,(p=p.getElementsByTagName("svg")[0])&&(p.setAttribute("aria-hidden","true"),p.style.position="absolute",p.style.width=0,p.style.height=0,p.style.overflow="hidden",p=p,(d=document.body).firstChild?c(p,d.firstChild):d.appendChild(p))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(n,0):(i=function(){document.removeEventListener("DOMContentLoaded",i,!1),n()},document.addEventListener("DOMContentLoaded",i,!1)):document.attachEvent&&(o=n,s=e.document,a=!1,u(),s.onreadystatechange=function(){s.readyState=="complete"&&(s.onreadystatechange=null,l())})}function l(){a||(a=!0,o())}function u(){try{s.documentElement.doScroll("left")}catch{return void setTimeout(u,50)}l()}})(window);const eB="",tB="",rB="",nB="",u6="1.26.1",f6="1.47.0",d6={"-32700":"ParseError","-32701":"OversizedRequest","-32702":"OversizedResponse","-32600":"InvalidRequest","-32601":"MethodNotFound","-32602":"InvalidParams","-32603":"InternalError","-32604":"ServerBusy","-32000":"CallExecutionFailed","-32001":"UnknownError","-32003":"SubscriptionClosed","-32004":"SubscriptionClosedWithError","-32005":"BatchesNotSupported","-32006":"TooManySubscriptions","-32050":"TransientError","-32002":"TransactionExecutionClientError"};class fh extends Error{}class dh extends fh{constructor(t,r){super(t),this.code=r,this.type=d6[r]??"ServerError"}}class h6 extends fh{constructor(t,r,n){super(t),this.status=r,this.statusText=n}}var hh=e=>{throw TypeError(e)},fu=(e,t,r)=>t.has(e)||hh("Cannot "+r),sr=(e,t,r)=>(fu(e,t,"read from private field"),r?r.call(e):t.get(e)),fo=(e,t,r)=>t.has(e)?hh("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Go=(e,t,r,n)=>(fu(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),ph=(e,t,r)=>(fu(e,t,"access private method"),r),p6=(e,t,r,n)=>({set _(i){Go(e,t,i,r)},get _(){return sr(e,t,n)}}),ho,Vs,ci,po,zs,Ko,Ka,mh,gh;function m6(e){const t=new URL(e);return t.protocol=t.protocol.replace("http","ws"),t.toString()}const g6={WebSocketConstructor:typeof WebSocket<"u"?WebSocket:void 0,callTimeout:3e4,reconnectTimeout:3e3,maxReconnects:5};class v6{constructor(t,r={}){if(fo(this,Ka),fo(this,ho,0),fo(this,Vs,0),fo(this,ci,null),fo(this,po,null),fo(this,zs,new Set),fo(this,Ko,new Map),this.endpoint=t,this.options={...g6,...r},!this.options.WebSocketConstructor)throw new Error("Missing WebSocket constructor");this.endpoint.startsWith("http")&&(this.endpoint=m6(this.endpoint))}async makeRequest(t,r){const n=await ph(this,Ka,mh).call(this);return new Promise((i,o)=>{Go(this,ho,sr(this,ho)+1),sr(this,Ko).set(sr(this,ho),{resolve:i,reject:o,timeout:setTimeout(()=>{sr(this,Ko).delete(sr(this,ho)),o(new Error(`Request timeout: ${t}`))},this.options.callTimeout)}),n.send(JSON.stringify({jsonrpc:"2.0",id:sr(this,ho),method:t,params:r}))}).then(({error:i,result:o})=>{if(i)throw new dh(i.message,i.code);return o})}async subscribe(t){const r=new b6(t);return sr(this,zs).add(r),await r.subscribe(this),()=>r.unsubscribe(this)}}ho=new WeakMap,Vs=new WeakMap,ci=new WeakMap,po=new WeakMap,zs=new WeakMap,Ko=new WeakMap,Ka=new WeakSet,mh=function(){return sr(this,po)?sr(this,po):(Go(this,po,new Promise(e=>{var t;(t=sr(this,ci))==null||t.close(),Go(this,ci,new this.options.WebSocketConstructor(this.endpoint)),sr(this,ci).addEventListener("open",()=>{Go(this,Vs,0),e(sr(this,ci))}),sr(this,ci).addEventListener("close",()=>{p6(this,Vs)._++,sr(this,Vs)<=this.options.maxReconnects&&setTimeout(()=>{ph(this,Ka,gh).call(this)},this.options.reconnectTimeout)}),sr(this,ci).addEventListener("message",({data:r})=>{let n;try{n=JSON.parse(r)}catch(i){console.error(new Error(`Failed to parse RPC message: ${r}`,{cause:i}));return}if("id"in n&&n.id!=null&&sr(this,Ko).has(n.id)){const{resolve:i,timeout:o}=sr(this,Ko).get(n.id);clearTimeout(o),i(n)}else if("params"in n){const{params:i}=n;sr(this,zs).forEach(o=>{o.subscriptionId===i.subscription&&i.subscription===o.subscriptionId&&o.onMessage(i.result)})}})})),sr(this,po))},gh=async function(){var e;return(e=sr(this,ci))==null||e.close(),Go(this,po,null),Promise.allSettled([...sr(this,zs)].map(t=>t.subscribe(this)))};class b6{constructor(t){this.subscriptionId=null,this.subscribed=!1,this.input=t}onMessage(t){this.subscribed&&this.input.onMessage(t)}async unsubscribe(t){const{subscriptionId:r}=this;return this.subscribed=!1,r==null?!1:(this.subscriptionId=null,t.makeRequest(this.input.unsubscribe,[r]))}async subscribe(t){this.subscriptionId=null,this.subscribed=!0;const r=await t.makeRequest(this.input.method,this.input.params);this.subscribed&&(this.subscriptionId=r)}}var vh=e=>{throw TypeError(e)},du=(e,t,r)=>t.has(e)||vh("Cannot "+r),sn=(e,t,r)=>(du(e,t,"read from private field"),r?r.call(e):t.get(e)),Ya=(e,t,r)=>t.has(e)?vh("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),hu=(e,t,r,n)=>(du(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),y6=(e,t,r)=>(du(e,t,"access private method"),r),qs,wn,Hs,pu,bh;class w6{constructor(t){Ya(this,pu),Ya(this,qs,0),Ya(this,wn),Ya(this,Hs),hu(this,wn,t)}fetch(t,r){const n=sn(this,wn).fetch??fetch;if(!n)throw new Error("The current environment does not support fetch, you can provide a fetch implementation in the options for SuiHTTPTransport.");return n(t,r)}async request(t){var i,o;hu(this,qs,sn(this,qs)+1);const r=await this.fetch(((i=sn(this,wn).rpc)==null?void 0:i.url)??sn(this,wn).url,{method:"POST",headers:{"Content-Type":"application/json","Client-Sdk-Type":"typescript","Client-Sdk-Version":u6,"Client-Target-Api-Version":f6,"Client-Request-Method":t.method,...(o=sn(this,wn).rpc)==null?void 0:o.headers},body:JSON.stringify({jsonrpc:"2.0",id:sn(this,qs),method:t.method,params:t.params})});if(!r.ok)throw new h6(`Unexpected status code: ${r.status}`,r.status,r.statusText);const n=await r.json();if("error"in n&&n.error!=null)throw new dh(n.error.message,n.error.code);return n.result}async subscribe(t){const r=await y6(this,pu,bh).call(this).subscribe(t);return async()=>!!await r()}}qs=new WeakMap,wn=new WeakMap,Hs=new WeakMap,pu=new WeakSet,bh=function(){var e;if(!sn(this,Hs)){const t=sn(this,wn).WebSocketConstructor??WebSocket;if(!t)throw new Error("The current environment does not support WebSocket, you can provide a WebSocketConstructor in the options for SuiHTTPTransport.");hu(this,Hs,new v6(((e=sn(this,wn).websocket)==null?void 0:e.url)??sn(this,wn).url,{WebSocketConstructor:t,...sn(this,wn).websocket}))}return sn(this,Hs)};function yh(e){switch(e){case"mainnet":return"https://fullnode.mainnet.sui.io:443";case"testnet":return"https://fullnode.testnet.sui.io:443";case"devnet":return"https://fullnode.devnet.sui.io:443";case"localnet":return"http://127.0.0.1:9000";default:throw new Error(`Unknown network: ${e}`)}}/*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */function x6(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function wh(e,t){return Array.isArray(t)?t.length===0?!0:e?t.every(r=>typeof r=="string"):t.every(r=>Number.isSafeInteger(r)):!1}function mu(e,t){if(typeof t!="string")throw new Error(`${e}: string expected`);return!0}function xh(e){if(!Number.isSafeInteger(e))throw new Error(`invalid integer: ${e}`)}function gu(e){if(!Array.isArray(e))throw new Error("array expected")}function Sh(e,t){if(!wh(!0,t))throw new Error(`${e}: array of strings expected`)}function S6(e,t){if(!wh(!1,t))throw new Error(`${e}: array of numbers expected`)}function _6(...e){const t=o=>o,r=(o,s)=>a=>o(s(a)),n=e.map(o=>o.encode).reduceRight(r,t),i=e.map(o=>o.decode).reduce(r,t);return{encode:n,decode:i}}function E6(e){const t=typeof e=="string"?e.split(""):e,r=t.length;Sh("alphabet",t);const n=new Map(t.map((i,o)=>[i,o]));return{encode:i=>(gu(i),i.map(o=>{if(!Number.isSafeInteger(o)||o<0||o>=r)throw new Error(`alphabet.encode: digit index outside alphabet "${o}". Allowed: ${e}`);return t[o]})),decode:i=>(gu(i),i.map(o=>{mu("alphabet.decode",o);const s=n.get(o);if(s===void 0)throw new Error(`Unknown letter: "${o}". Allowed: ${e}`);return s}))}}function C6(e=""){return mu("join",e),{encode:t=>(Sh("join.decode",t),t.join(e)),decode:t=>(mu("join.decode",t),t.split(e))}}function _h(e,t,r){if(t<2)throw new Error(`convertRadix: invalid from=${t}, base cannot be less than 2`);if(r<2)throw new Error(`convertRadix: invalid to=${r}, base cannot be less than 2`);if(gu(e),!e.length)return[];let n=0;const i=[],o=Array.from(e,a=>{if(xh(a),a<0||a>=t)throw new Error(`invalid integer: ${a}`);return a}),s=o.length;for(;;){let a=0,c=!0;for(let l=n;l<s;l++){const u=o[l],d=t*a,p=d+u;if(!Number.isSafeInteger(p)||d/t!==a||p-u!==d)throw new Error("convertRadix: carry overflow");const y=p/r;a=p%r;const x=Math.floor(y);if(o[l]=x,!Number.isSafeInteger(x)||x*r+a!==p)throw new Error("convertRadix: carry overflow");if(c)x?c=!1:n=l;else continue}if(i.push(a),c)break}for(let a=0;a<e.length-1&&e[a]===0;a++)i.push(0);return i.reverse()}function T6(e){xh(e);const t=2**8;return{encode:r=>{if(!x6(r))throw new Error("radix.encode input should be Uint8Array");return _h(Array.from(r),t,e)},decode:r=>(S6("radix.decode",r),Uint8Array.from(_h(r,e,t)))}}const Eh=(e=>_6(T6(58),E6(e),C6("")))("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"),mo=e=>Eh.encode(e),li=e=>Eh.decode(e),A6=mo,M6=li;function xr(e){return Uint8Array.from(atob(e),t=>t.charCodeAt(0))}const vu=8192;function gr(e){if(e.length<vu)return btoa(String.fromCharCode(...e));let t="";for(var r=0;r<e.length;r+=vu){const n=e.slice(r,r+vu);t+=String.fromCharCode(...n)}return btoa(t)}const Ch=gr,Th=xr;function Yo(e){var i;const t=e.startsWith("0x")?e.slice(2):e,r=t.length%2===0?t:`0${t}`,n=((i=r.match(/[0-9a-fA-F]{2}/g))==null?void 0:i.map(o=>parseInt(o,16)))??[];if(n.length!==r.length/2)throw new Error(`Invalid hex string ${e}`);return Uint8Array.from(n)}function ui(e){return e.reduce((t,r)=>t+r.toString(16).padStart(2,"0"),"")}const Ah=ui,Mh=Yo;function Xa(e){let t=[],r=0;if(e===0)return[0];for(;e>0;)t[r]=e&127,(e>>=7)&&(t[r]|=128),r+=1;return t}function I6(e){let t=0,r=0,n=0;for(;;){let i=e[n];if(n+=1,t|=(i&127)<<r,!(i&128))break;r+=7}return{value:t,length:n}}class Ih{constructor(t){this.bytePosition=0,this.dataView=new DataView(t.buffer)}shift(t){return this.bytePosition+=t,this}read8(){let t=this.dataView.getUint8(this.bytePosition);return this.shift(1),t}read16(){let t=this.dataView.getUint16(this.bytePosition,!0);return this.shift(2),t}read32(){let t=this.dataView.getUint32(this.bytePosition,!0);return this.shift(4),t}read64(){let t=this.read32(),n=this.read32().toString(16)+t.toString(16).padStart(8,"0");return BigInt("0x"+n).toString(10)}read128(){let t=BigInt(this.read64()),n=BigInt(this.read64()).toString(16)+t.toString(16).padStart(16,"0");return BigInt("0x"+n).toString(10)}read256(){let t=BigInt(this.read128()),n=BigInt(this.read128()).toString(16)+t.toString(16).padStart(32,"0");return BigInt("0x"+n).toString(10)}readBytes(t){let r=this.bytePosition+this.dataView.byteOffset,n=new Uint8Array(this.dataView.buffer,r,t);return this.shift(t),n}readULEB(){let t=this.bytePosition+this.dataView.byteOffset,r=new Uint8Array(this.dataView.buffer,t),{value:n,length:i}=I6(r);return this.shift(i),n}readVec(t){let r=this.readULEB(),n=[];for(let i=0;i<r;i++)n.push(t(this,i,r));return n}}function Oh(e,t){switch(t){case"base58":return mo(e);case"base64":return gr(e);case"hex":return ui(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function O6(e,t){switch(t){case"base58":return li(e);case"base64":return xr(e);case"hex":return Yo(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function bu(e,t=["<",">"]){const[r,n]=t,i=[];let o="",s=0;for(let a=0;a<e.length;a++){const c=e[a];if(c===r&&s++,c===n&&s--,s===0&&c===","){i.push(o.trim()),o="";continue}o+=c}return i.push(o.trim()),i}class Ph{constructor({initialSize:t=1024,maxSize:r=1/0,allocateSize:n=1024}={}){this.bytePosition=0,this.size=t,this.maxSize=r,this.allocateSize=n,this.dataView=new DataView(new ArrayBuffer(t))}ensureSizeOrGrow(t){const r=this.bytePosition+t;if(r>this.size){const n=Math.min(this.maxSize,this.size+this.allocateSize);if(r>n)throw new Error(`Attempting to serialize to BCS, but buffer does not have enough size. Allocated size: ${this.size}, Max size: ${this.maxSize}, Required size: ${r}`);this.size=n;const i=new ArrayBuffer(this.size);new Uint8Array(i).set(new Uint8Array(this.dataView.buffer)),this.dataView=new DataView(i)}}shift(t){return this.bytePosition+=t,this}write8(t){return this.ensureSizeOrGrow(1),this.dataView.setUint8(this.bytePosition,Number(t)),this.shift(1)}write16(t){return this.ensureSizeOrGrow(2),this.dataView.setUint16(this.bytePosition,Number(t),!0),this.shift(2)}write32(t){return this.ensureSizeOrGrow(4),this.dataView.setUint32(this.bytePosition,Number(t),!0),this.shift(4)}write64(t){return yu(BigInt(t),8).forEach(r=>this.write8(r)),this}write128(t){return yu(BigInt(t),16).forEach(r=>this.write8(r)),this}write256(t){return yu(BigInt(t),32).forEach(r=>this.write8(r)),this}writeULEB(t){return Xa(t).forEach(r=>this.write8(r)),this}writeVec(t,r){return this.writeULEB(t.length),Array.from(t).forEach((n,i)=>r(this,n,i,t.length)),this}*[Symbol.iterator](){for(let t=0;t<this.bytePosition;t++)yield this.dataView.getUint8(t);return this.toBytes()}toBytes(){return new Uint8Array(this.dataView.buffer.slice(0,this.bytePosition))}toString(t){return Oh(this.toBytes(),t)}}function yu(e,t){let r=new Uint8Array(t),n=0;for(;e>0;)r[n]=Number(e%BigInt(256)),e=e/BigInt(256),n+=1;return r}var Rh=e=>{throw TypeError(e)},Nh=(e,t,r)=>t.has(e)||Rh("Cannot "+r),xn=(e,t,r)=>(Nh(e,t,"read from private field"),r?r.call(e):t.get(e)),Ja=(e,t,r)=>t.has(e)?Rh("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Za=(e,t,r,n)=>(Nh(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Xo,Ws,Qa,Li;const P6=class t6{constructor(t){Ja(this,Xo),Ja(this,Ws),this.name=t.name,this.read=t.read,this.serializedSize=t.serializedSize??(()=>null),Za(this,Xo,t.write),Za(this,Ws,t.serialize??((r,n)=>{const i=new Ph({initialSize:this.serializedSize(r)??void 0,...n});return xn(this,Xo).call(this,r,i),i.toBytes()})),this.validate=t.validate??(()=>{})}write(t,r){this.validate(t),xn(this,Xo).call(this,t,r)}serialize(t,r){return this.validate(t),new jh(this,xn(this,Ws).call(this,t,r))}parse(t){const r=new Ih(t);return this.read(r)}fromHex(t){return this.parse(Yo(t))}fromBase58(t){return this.parse(li(t))}fromBase64(t){return this.parse(xr(t))}transform({name:t,input:r,output:n,validate:i}){return new t6({name:t??this.name,read:o=>n?n(this.read(o)):this.read(o),write:(o,s)=>xn(this,Xo).call(this,r?r(o):o,s),serializedSize:o=>this.serializedSize(r?r(o):o),serialize:(o,s)=>xn(this,Ws).call(this,r?r(o):o,s),validate:o=>{i==null||i(o),this.validate(r?r(o):o)}})}};Xo=new WeakMap,Ws=new WeakMap;let Sn=P6;const kh=Symbol.for("@mysten/serialized-bcs");function ec(e){return!!e&&typeof e=="object"&&e[kh]===!0}class jh{constructor(t,r){Ja(this,Qa),Ja(this,Li),Za(this,Qa,t),Za(this,Li,r)}get[kh](){return!0}toBytes(){return xn(this,Li)}toHex(){return ui(xn(this,Li))}toBase64(){return gr(xn(this,Li))}toBase58(){return mo(xn(this,Li))}parse(){return xn(this,Qa).parse(xn(this,Li))}}Qa=new WeakMap,Li=new WeakMap;function tc({size:e,...t}){return new Sn({...t,serializedSize:()=>e})}function wu({readMethod:e,writeMethod:t,...r}){return tc({...r,read:n=>n[e](),write:(n,i)=>i[t](n),validate:n=>{var i;if(n<0||n>r.maxValue)throw new TypeError(`Invalid ${r.name} value: ${n}. Expected value in range 0-${r.maxValue}`);(i=r.validate)==null||i.call(r,n)}})}function xu({readMethod:e,writeMethod:t,...r}){return tc({...r,read:n=>n[e](),write:(n,i)=>i[t](BigInt(n)),validate:n=>{var o;const i=BigInt(n);if(i<0||i>r.maxValue)throw new TypeError(`Invalid ${r.name} value: ${i}. Expected value in range 0-${r.maxValue}`);(o=r.validate)==null||o.call(r,i)}})}function R6({serialize:e,...t}){const r=new Sn({...t,serialize:e,write:(n,i)=>{for(const o of r.serialize(n).toBytes())i.write8(o)}});return r}function N6({toBytes:e,fromBytes:t,...r}){return new Sn({...r,read:n=>{const i=n.readULEB(),o=n.readBytes(i);return t(o)},write:(n,i)=>{const o=e(n);i.writeULEB(o.length);for(let s=0;s<o.length;s++)i.write8(o[s])},serialize:n=>{const i=e(n),o=Xa(i.length),s=new Uint8Array(o.length+i.length);return s.set(o,0),s.set(i,o.length),s},validate:n=>{var i;if(typeof n!="string")throw new TypeError(`Invalid ${r.name} value: ${n}. Expected string`);(i=r.validate)==null||i.call(r,n)}})}function k6(e){let t=null;function r(){return t||(t=e()),t}return new Sn({name:"lazy",read:n=>r().read(n),serializedSize:n=>r().serializedSize(n),write:(n,i)=>r().write(n,i),serialize:(n,i)=>r().serialize(n,i).toBytes()})}const H={u8(e){return wu({name:"u8",readMethod:"read8",writeMethod:"write8",size:1,maxValue:2**8-1,...e})},u16(e){return wu({name:"u16",readMethod:"read16",writeMethod:"write16",size:2,maxValue:2**16-1,...e})},u32(e){return wu({name:"u32",readMethod:"read32",writeMethod:"write32",size:4,maxValue:2**32-1,...e})},u64(e){return xu({name:"u64",readMethod:"read64",writeMethod:"write64",size:8,maxValue:2n**64n-1n,...e})},u128(e){return xu({name:"u128",readMethod:"read128",writeMethod:"write128",size:16,maxValue:2n**128n-1n,...e})},u256(e){return xu({name:"u256",readMethod:"read256",writeMethod:"write256",size:32,maxValue:2n**256n-1n,...e})},bool(e){return tc({name:"bool",size:1,read:t=>t.read8()===1,write:(t,r)=>r.write8(t?1:0),...e,validate:t=>{var r;if((r=e==null?void 0:e.validate)==null||r.call(e,t),typeof t!="boolean")throw new TypeError(`Expected boolean, found ${typeof t}`)}})},uleb128(e){return R6({name:"uleb128",read:t=>t.readULEB(),serialize:t=>Uint8Array.from(Xa(t)),...e})},bytes(e,t){return tc({name:`bytes[${e}]`,size:e,read:r=>r.readBytes(e),write:(r,n)=>{const i=new Uint8Array(r);for(let o=0;o<e;o++)n.write8(i[o]??0)},...t,validate:r=>{var n;if((n=t==null?void 0:t.validate)==null||n.call(t,r),!r||typeof r!="object"||!("length"in r))throw new TypeError(`Expected array, found ${typeof r}`);if(r.length!==e)throw new TypeError(`Expected array of length ${e}, found ${r.length}`)}})},byteVector(e){return new Sn({name:"bytesVector",read:t=>{const r=t.readULEB();return t.readBytes(r)},write:(t,r)=>{const n=new Uint8Array(t);r.writeULEB(n.length);for(let i=0;i<n.length;i++)r.write8(n[i]??0)},...e,serializedSize:t=>{const r="length"in t?t.length:null;return r==null?null:Xa(r).length+r},validate:t=>{var r;if((r=e==null?void 0:e.validate)==null||r.call(e,t),!t||typeof t!="object"||!("length"in t))throw new TypeError(`Expected array, found ${typeof t}`)}})},string(e){return N6({name:"string",toBytes:t=>new TextEncoder().encode(t),fromBytes:t=>new TextDecoder().decode(t),...e})},fixedArray(e,t,r){return new Sn({name:`${t.name}[${e}]`,read:n=>{const i=new Array(e);for(let o=0;o<e;o++)i[o]=t.read(n);return i},write:(n,i)=>{for(const o of n)t.write(o,i)},...r,validate:n=>{var i;if((i=r==null?void 0:r.validate)==null||i.call(r,n),!n||typeof n!="object"||!("length"in n))throw new TypeError(`Expected array, found ${typeof n}`);if(n.length!==e)throw new TypeError(`Expected array of length ${e}, found ${n.length}`)}})},option(e){return H.enum(`Option<${e.name}>`,{None:null,Some:e}).transform({input:t=>t==null?{None:!0}:{Some:t},output:t=>t.$kind==="Some"?t.Some:null})},vector(e,t){return new Sn({name:`vector<${e.name}>`,read:r=>{const n=r.readULEB(),i=new Array(n);for(let o=0;o<n;o++)i[o]=e.read(r);return i},write:(r,n)=>{n.writeULEB(r.length);for(const i of r)e.write(i,n)},...t,validate:r=>{var n;if((n=t==null?void 0:t.validate)==null||n.call(t,r),!r||typeof r!="object"||!("length"in r))throw new TypeError(`Expected array, found ${typeof r}`)}})},tuple(e,t){return new Sn({name:`(${e.map(r=>r.name).join(", ")})`,serializedSize:r=>{let n=0;for(let i=0;i<e.length;i++){const o=e[i].serializedSize(r[i]);if(o==null)return null;n+=o}return n},read:r=>{const n=[];for(const i of e)n.push(i.read(r));return n},write:(r,n)=>{for(let i=0;i<e.length;i++)e[i].write(r[i],n)},...t,validate:r=>{var n;if((n=t==null?void 0:t.validate)==null||n.call(t,r),!Array.isArray(r))throw new TypeError(`Expected array, found ${typeof r}`);if(r.length!==e.length)throw new TypeError(`Expected array of length ${e.length}, found ${r.length}`)}})},struct(e,t,r){const n=Object.entries(t);return new Sn({name:e,serializedSize:i=>{let o=0;for(const[s,a]of n){const c=a.serializedSize(i[s]);if(c==null)return null;o+=c}return o},read:i=>{const o={};for(const[s,a]of n)o[s]=a.read(i);return o},write:(i,o)=>{for(const[s,a]of n)a.write(i[s],o)},...r,validate:i=>{var o;if((o=r==null?void 0:r.validate)==null||o.call(r,i),typeof i!="object"||i==null)throw new TypeError(`Expected object, found ${typeof i}`)}})},enum(e,t,r){const n=Object.entries(t);return new Sn({name:e,read:i=>{const o=i.readULEB(),s=n[o];if(!s)throw new TypeError(`Unknown value ${o} for enum ${e}`);const[a,c]=s;return{[a]:(c==null?void 0:c.read(i))??!0,$kind:a}},write:(i,o)=>{const[s,a]=Object.entries(i).filter(([c])=>Object.hasOwn(t,c))[0];for(let c=0;c<n.length;c++){const[l,u]=n[c];if(l===s){o.writeULEB(c),u==null||u.write(a,o);return}}},...r,validate:i=>{var a;if((a=r==null?void 0:r.validate)==null||a.call(r,i),typeof i!="object"||i==null)throw new TypeError(`Expected object, found ${typeof i}`);const o=Object.keys(i).filter(c=>i[c]!==void 0&&Object.hasOwn(t,c));if(o.length!==1)throw new TypeError(`Expected object with one key, but found ${o.length} for type ${e}}`);const[s]=o;if(!Object.hasOwn(t,s))throw new TypeError(`Invalid enum variant ${s}`)}})},map(e,t){return H.vector(H.tuple([e,t])).transform({name:`Map<${e.name}, ${t.name}>`,input:r=>[...r.entries()],output:r=>{const n=new Map;for(const[i,o]of r)n.set(i,o);return n}})},lazy(e){return k6(e)}},j6=Object.freeze(Object.defineProperty({__proto__:null,BcsReader:Ih,BcsType:Sn,BcsWriter:Ph,SerializedBcs:jh,bcs:H,decodeStr:O6,encodeStr:Oh,fromB58:M6,fromB64:Th,fromBase58:li,fromBase64:xr,fromHEX:Mh,fromHex:Yo,isSerializedBcs:ec,splitGenericParameters:bu,toB58:A6,toB64:Ch,toBase58:mo,toBase64:gr,toHEX:Ah,toHex:ui},Symbol.toStringTag,{value:"Module"}));class Dh{constructor({network:t}){this.network=t}$extend(...t){return Object.create(this,Object.fromEntries(t.map(r=>{if("experimental_asClientExtension"in r){const{name:n,register:i}=r.experimental_asClientExtension();return[n,{value:i(this)}]}return[r.name,{value:r.register(this)}]})))}}const Lh=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,Bh=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,D6=235;function Uh(e){return e.length>D6?!1:e.includes("@")?Lh.test(e):Bh.test(e)}function Fh(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!Lh.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,o]=r.split("@");n=[...i?i.split("."):[],o]}else{if(!Bh.test(r))throw new Error(`Invalid SuiNS name ${e}`);n=r.split(".").slice(0,-1)}return t==="dot"?`${n.join(".")}.sui`:`${n.slice(0,-1).join(".")}@${n[n.length-1]}`}const L6=/^([a-z0-9]+(?:-[a-z0-9]+)*)$/,B6=/^\d+$/,U6=64,$h="/",Su=e=>{const t=e.split($h);if(t.length<2||t.length>3)return!1;const[r,n,i]=t;return i!==void 0&&!B6.test(i)||!Uh(r)?!1:L6.test(n)&&n.length<U6},F6=e=>{const t=e.split(/::|<|>|,/);for(const r of t)if(r.includes($h)&&!Su(r))return!1;return!0},$6=32;function _u(e){try{return li(e).length===$6}catch{return!1}}const rc=32;function Vn(e){return z6(e)&&q6(e)===rc}function Gs(e){return Vn(e)}function V6(e){return e.includes("::")?Eu(e):e}function Eu(e){const[t,r]=e.split("::"),n=Su(t),i=e.slice(t.length+r.length+4),o=i.includes("<")?i.slice(0,i.indexOf("<")):i,s=i.includes("<")?bu(i.slice(i.indexOf("<")+1,i.lastIndexOf(">"))).map(a=>V6(a.trim())):[];return{address:n?t:kt(t),module:r,name:o,typeParams:s}}function Vh(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?Eu(e):e,o=(i==null?void 0:i.length)>0?`<${i.map(s=>typeof s=="string"?s:Vh(s)).join(",")}>`:"";return`${t}::${r}::${n}${o}`}function kt(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(rc*2,"0")}`}function Jr(e,t=!1){return kt(e,t)}function z6(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function q6(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}const H6=/^vector<(.+)>$/,W6=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;let nc=class Bs{static parseFromStr(t,r=!1){if(t==="address")return{address:null};if(t==="bool")return{bool:null};if(t==="u8")return{u8:null};if(t==="u16")return{u16:null};if(t==="u32")return{u32:null};if(t==="u64")return{u64:null};if(t==="u128")return{u128:null};if(t==="u256")return{u256:null};if(t==="signer")return{signer:null};const n=t.match(H6);if(n)return{vector:Bs.parseFromStr(n[1],r)};const i=t.match(W6);if(i)return{struct:{address:r?kt(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:Bs.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return bu(t).map(n=>Bs.parseFromStr(n,r))}static tagToString(t){if("bool"in t)return"bool";if("u8"in t)return"u8";if("u16"in t)return"u16";if("u32"in t)return"u32";if("u64"in t)return"u64";if("u128"in t)return"u128";if("u256"in t)return"u256";if("address"in t)return"address";if("signer"in t)return"signer";if("vector"in t)return`vector<${Bs.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(Bs.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}};function G6(e){return H.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function K6(e){return H.enum("Option",{None:null,Some:e})}const rr=H.bytes(rc).transform({validate:e=>{const t=typeof e=="string"?e:ui(e);if(!t||!Vn(kt(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?Yo(kt(e)):e,output:e=>kt(ui(e))}),_n=H.vector(H.u8()).transform({name:"ObjectDigest",input:e=>li(e),output:e=>mo(new Uint8Array(e)),validate:e=>{if(li(e).length!==32)throw new Error("ObjectDigest must be 32 bytes")}}),an=H.struct("SuiObjectRef",{objectId:rr,version:H.u64(),digest:_n}),zh=H.struct("SharedObjectRef",{objectId:rr,initialSharedVersion:H.u64(),mutable:H.bool()}),qh=H.enum("ObjectArg",{ImmOrOwnedObject:an,SharedObject:zh,Receiving:an}),go=H.enum("Owner",{AddressOwner:rr,ObjectOwner:rr,Shared:H.struct("Shared",{initialSharedVersion:H.u64()}),Immutable:null,ConsensusV2:H.struct("ConsensusV2",{authenticator:H.struct("Authenticator",{SingleOwner:H.string()}),startVersion:H.string()})}),Hh=H.enum("CallArg",{Pure:H.struct("Pure",{bytes:H.vector(H.u8()).transform({input:e=>typeof e=="string"?xr(e):e,output:e=>gr(new Uint8Array(e))})}),Object:qh}),Cu=H.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:H.lazy(()=>Cu),struct:H.lazy(()=>Jh),u16:null,u32:null,u256:null}),Tu=Cu.transform({input:e=>typeof e=="string"?nc.parseFromStr(e,!0):e,output:e=>nc.tagToString(e)}),zn=H.enum("Argument",{GasCoin:null,Input:H.u16(),Result:H.u16(),NestedResult:H.tuple([H.u16(),H.u16()])}),Wh=H.struct("ProgrammableMoveCall",{package:rr,module:H.string(),function:H.string(),typeArguments:H.vector(Tu),arguments:H.vector(zn)}),Gh=H.enum("Command",{MoveCall:Wh,TransferObjects:H.struct("TransferObjects",{objects:H.vector(zn),address:zn}),SplitCoins:H.struct("SplitCoins",{coin:zn,amounts:H.vector(zn)}),MergeCoins:H.struct("MergeCoins",{destination:zn,sources:H.vector(zn)}),Publish:H.struct("Publish",{modules:H.vector(H.vector(H.u8()).transform({input:e=>typeof e=="string"?xr(e):e,output:e=>gr(new Uint8Array(e))})),dependencies:H.vector(rr)}),MakeMoveVec:H.struct("MakeMoveVec",{type:K6(Tu).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:H.vector(zn)}),Upgrade:H.struct("Upgrade",{modules:H.vector(H.vector(H.u8()).transform({input:e=>typeof e=="string"?xr(e):e,output:e=>gr(new Uint8Array(e))})),dependencies:H.vector(rr),package:rr,ticket:zn})}),Kh=H.struct("ProgrammableTransaction",{inputs:H.vector(Hh),commands:H.vector(Gh)}),Yh=H.enum("TransactionKind",{ProgrammableTransaction:Kh,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),Xh=H.enum("TransactionExpiration",{None:null,Epoch:G6()}),Jh=H.struct("StructTag",{address:rr,module:H.string(),name:H.string(),typeParams:H.vector(Cu)}),Zh=H.struct("GasData",{payment:H.vector(an),owner:rr,price:H.u64(),budget:H.u64()}),Qh=H.struct("TransactionDataV1",{kind:Yh,sender:rr,gasData:Zh,expiration:Xh}),ep=H.enum("TransactionData",{V1:Qh}),tp=H.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),rp=H.enum("IntentVersion",{V0:null}),np=H.enum("AppId",{Sui:null}),ip=H.struct("Intent",{scope:tp,version:rp,appId:np});function op(e){return H.struct(`IntentMessage<${e.name}>`,{intent:ip,value:e})}const sp=H.enum("CompressedSignature",{ED25519:H.fixedArray(64,H.u8()),Secp256k1:H.fixedArray(64,H.u8()),Secp256r1:H.fixedArray(64,H.u8()),ZkLogin:H.vector(H.u8())}),ap=H.enum("PublicKey",{ED25519:H.fixedArray(32,H.u8()),Secp256k1:H.fixedArray(33,H.u8()),Secp256r1:H.fixedArray(33,H.u8()),ZkLogin:H.vector(H.u8())}),cp=H.struct("MultiSigPkMap",{pubKey:ap,weight:H.u8()}),lp=H.struct("MultiSigPublicKey",{pk_map:H.vector(cp),threshold:H.u16()}),Y6=H.struct("MultiSig",{sigs:H.vector(sp),bitmap:H.u16(),multisig_pk:lp}),X6=H.vector(H.u8()).transform({input:e=>typeof e=="string"?xr(e):e,output:e=>gr(new Uint8Array(e))}),up=H.struct("SenderSignedTransaction",{intentMessage:op(ep),txSignatures:H.vector(X6)}),J6=H.vector(up,{name:"SenderSignedData"}),Z6=H.struct("PasskeyAuthenticator",{authenticatorData:H.vector(H.u8()),clientDataJson:H.string(),userSignature:H.vector(H.u8())}),Q6=H.enum("PackageUpgradeError",{UnableToFetchPackage:H.struct("UnableToFetchPackage",{packageId:rr}),NotAPackage:H.struct("NotAPackage",{objectId:rr}),IncompatibleUpgrade:null,DigestDoesNotMatch:H.struct("DigestDoesNotMatch",{digest:H.vector(H.u8())}),UnknownUpgradePolicy:H.struct("UnknownUpgradePolicy",{policy:H.u8()}),PackageIDDoesNotMatch:H.struct("PackageIDDoesNotMatch",{packageId:rr,ticketId:rr})}),e4=H.struct("ModuleId",{address:rr,name:H.string()}),fp=H.struct("MoveLocation",{module:e4,function:H.u16(),instruction:H.u16(),functionName:H.option(H.string())}),t4=H.enum("CommandArgumentError",{TypeMismatch:null,InvalidBCSBytes:null,InvalidUsageOfPureArg:null,InvalidArgumentToPrivateEntryFunction:null,IndexOutOfBounds:H.struct("IndexOutOfBounds",{idx:H.u16()}),SecondaryIndexOutOfBounds:H.struct("SecondaryIndexOutOfBounds",{resultIdx:H.u16(),secondaryIdx:H.u16()}),InvalidResultArity:H.struct("InvalidResultArity",{resultIdx:H.u16()}),InvalidGasCoinUsage:null,InvalidValueUsage:null,InvalidObjectByValue:null,InvalidObjectByMutRef:null,SharedObjectOperationNotAllowed:null}),r4=H.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),n4=H.enum("ExecutionFailureStatus",{InsufficientGas:null,InvalidGasObject:null,InvariantViolation:null,FeatureNotYetSupported:null,MoveObjectTooBig:H.struct("MoveObjectTooBig",{objectSize:H.u64(),maxObjectSize:H.u64()}),MovePackageTooBig:H.struct("MovePackageTooBig",{objectSize:H.u64(),maxObjectSize:H.u64()}),CircularObjectOwnership:H.struct("CircularObjectOwnership",{object:rr}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:H.option(fp),MoveAbort:H.tuple([fp,H.u64()]),VMVerificationOrDeserializationError:null,VMInvariantViolation:null,FunctionNotFound:null,ArityMismatch:null,TypeArityMismatch:null,NonEntryFunctionInvoked:null,CommandArgumentError:H.struct("CommandArgumentError",{argIdx:H.u16(),kind:t4}),TypeArgumentError:H.struct("TypeArgumentError",{argumentIdx:H.u16(),kind:r4}),UnusedValueWithoutDrop:H.struct("UnusedValueWithoutDrop",{resultIdx:H.u16(),secondaryIdx:H.u16()}),InvalidPublicFunctionReturnType:H.struct("InvalidPublicFunctionReturnType",{idx:H.u16()}),InvalidTransferObject:null,EffectsTooLarge:H.struct("EffectsTooLarge",{currentSize:H.u64(),maxSize:H.u64()}),PublishUpgradeMissingDependency:null,PublishUpgradeDependencyDowngrade:null,PackageUpgradeError:H.struct("PackageUpgradeError",{upgradeError:Q6}),WrittenObjectsTooLarge:H.struct("WrittenObjectsTooLarge",{currentSize:H.u64(),maxSize:H.u64()}),CertificateDenied:null,SuiMoveVerificationTimedout:null,SharedObjectOperationNotAllowed:null,InputObjectDeleted:null,ExecutionCancelledDueToSharedObjectCongestion:H.struct("ExecutionCancelledDueToSharedObjectCongestion",{congestedObjects:H.vector(rr)}),AddressDeniedForCoin:H.struct("AddressDeniedForCoin",{address:rr,coinType:H.string()}),CoinTypeGlobalPause:H.struct("CoinTypeGlobalPause",{coinType:H.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),dp=H.enum("ExecutionStatus",{Success:null,Failed:H.struct("ExecutionFailed",{error:n4,command:H.option(H.u64())})}),hp=H.struct("GasCostSummary",{computationCost:H.u64(),storageCost:H.u64(),storageRebate:H.u64(),nonRefundableStorageFee:H.u64()}),i4=H.struct("TransactionEffectsV1",{status:dp,executedEpoch:H.u64(),gasUsed:hp,modifiedAtVersions:H.vector(H.tuple([rr,H.u64()])),sharedObjects:H.vector(an),transactionDigest:_n,created:H.vector(H.tuple([an,go])),mutated:H.vector(H.tuple([an,go])),unwrapped:H.vector(H.tuple([an,go])),deleted:H.vector(an),unwrappedThenDeleted:H.vector(an),wrapped:H.vector(an),gasObject:H.tuple([an,go]),eventsDigest:H.option(_n),dependencies:H.vector(_n)}),Au=H.tuple([H.u64(),_n]),o4=H.enum("ObjectIn",{NotExist:null,Exist:H.tuple([Au,go])}),s4=H.enum("ObjectOut",{NotExist:null,ObjectWrite:H.tuple([_n,go]),PackageWrite:Au}),a4=H.enum("IDOperation",{None:null,Created:null,Deleted:null}),c4=H.struct("EffectsObjectChange",{inputState:o4,outputState:s4,idOperation:a4}),l4=H.enum("UnchangedSharedKind",{ReadOnlyRoot:Au,MutateDeleted:H.u64(),ReadDeleted:H.u64(),Cancelled:H.u64(),PerEpochConfig:null}),u4=H.struct("TransactionEffectsV2",{status:dp,executedEpoch:H.u64(),gasUsed:hp,transactionDigest:_n,gasObjectIndex:H.option(H.u32()),eventsDigest:H.option(_n),dependencies:H.vector(_n),lamportVersion:H.u64(),changedObjects:H.vector(H.tuple([rr,c4])),unchangedSharedObjects:H.vector(H.tuple([rr,l4])),auxDataDigest:H.option(_n)}),f4=H.enum("TransactionEffects",{V1:i4,V2:u4});function Ks(e){switch(e){case"u8":return H.u8();case"u16":return H.u16();case"u32":return H.u32();case"u64":return H.u64();case"u128":return H.u128();case"u256":return H.u256();case"bool":return H.bool();case"string":return H.string();case"id":case"address":return rr}const t=e.match(/^(vector|option)<(.+)>$/);if(t){const[r,n]=t.slice(1);return r==="vector"?H.vector(Ks(n)):H.option(Ks(n))}throw new Error(`Invalid Pure type name: ${e}`)}const pt={...H,U8:H.u8(),U16:H.u16(),U32:H.u32(),U64:H.u64(),U128:H.u128(),U256:H.u256(),ULEB128:H.uleb128(),Bool:H.bool(),String:H.string(),Address:rr,AppId:np,Argument:zn,CallArg:Hh,CompressedSignature:sp,GasData:Zh,Intent:ip,IntentMessage:op,IntentScope:tp,IntentVersion:rp,MultiSig:Y6,MultiSigPkMap:cp,MultiSigPublicKey:lp,ObjectArg:qh,ObjectDigest:_n,Owner:go,ProgrammableMoveCall:Wh,ProgrammableTransaction:Kh,PublicKey:ap,SenderSignedData:J6,SenderSignedTransaction:up,SharedObjectRef:zh,StructTag:Jh,SuiObjectRef:an,Command:Gh,TransactionData:ep,TransactionDataV1:Qh,TransactionExpiration:Xh,TransactionKind:Yh,TypeTag:Tu,TransactionEffects:f4,PasskeyAuthenticator:Z6};function d4(e,t){const r=[];for(let n=0;n<e.length;n+=t)r.push(e.slice(n,n+t));return r}var fi;function h4(e){return{lang:(e==null?void 0:e.lang)??(fi==null?void 0:fi.lang),message:e==null?void 0:e.message,abortEarly:(e==null?void 0:e.abortEarly)??(fi==null?void 0:fi.abortEarly),abortPipeEarly:(e==null?void 0:e.abortPipeEarly)??(fi==null?void 0:fi.abortPipeEarly)}}var Mu;function p4(e){return Mu==null?void 0:Mu.get(e)}var Iu;function m4(e){return Iu==null?void 0:Iu.get(e)}var Ou;function g4(e,t){var r;return(r=Ou==null?void 0:Ou.get(e))==null?void 0:r.get(t)}function pp(e){var r,n;const t=typeof e;return t==="string"?`"${e}"`:t==="number"||t==="bigint"||t==="boolean"?`${e}`:t==="object"||t==="function"?(e&&((n=(r=Object.getPrototypeOf(e))==null?void 0:r.constructor)==null?void 0:n.name))??"null":t}function Zr(e,t,r,n,i){const o=i&&"input"in i?i.input:r.value,s=(i==null?void 0:i.expected)??e.expects??null,a=(i==null?void 0:i.received)??pp(o),c={kind:e.kind,type:e.type,input:o,expected:s,received:a,message:`Invalid ${t}: ${s?`Expected ${s} but r`:"R"}eceived ${a}`,requirement:e.requirement,path:i==null?void 0:i.path,issues:i==null?void 0:i.issues,lang:n.lang,abortEarly:n.abortEarly,abortPipeEarly:n.abortPipeEarly},l=e.kind==="schema",u=(i==null?void 0:i.message)??e.message??g4(e.reference,c.lang)??(l?m4(c.lang):null)??n.message??p4(c.lang);u&&(c.message=typeof u=="function"?u(c):u),l&&(r.typed=!1),r.issues?r.issues.push(c):r.issues=[c]}function v4(e,t){return Object.hasOwn(e,t)&&t!=="__proto__"&&t!=="prototype"&&t!=="constructor"}var b4=class extends Error{constructor(t){super(t[0].message);vt(this,"issues");this.name="ValiError",this.issues=t}};function Ys(e,t){return{kind:"validation",type:"check",reference:Ys,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement(r.value)&&Zr(this,"input",r,n),r}}}function ar(e){return{kind:"validation",type:"integer",reference:ar,async:!1,expects:null,requirement:Number.isInteger,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&Zr(this,"integer",t,r),t}}}function ic(e){return{kind:"transformation",type:"transform",reference:ic,async:!1,operation:e,_run(t){return t.value=this.operation(t.value),t}}}function Pu(e,t,r){return typeof e.default=="function"?e.default(t,r):e.default}function Ru(e,t){return!e._run({typed:!1,value:t},{abortEarly:!0}).issues}function rt(e,t){return{kind:"schema",type:"array",reference:rt,expects:"Array",async:!1,item:e,message:t,_run(r,n){var o;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let s=0;s<i.length;s++){const a=i[s],c=this.item._run({typed:!1,value:a},n);if(c.issues){const l={type:"array",origin:"value",input:i,key:s,value:a};for(const u of c.issues)u.path?u.path.unshift(l):u.path=[l],(o=r.issues)==null||o.push(u);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.push(c.value)}}else Zr(this,"type",r,n);return r}}}function Nu(e){return{kind:"schema",type:"bigint",reference:Nu,expects:"bigint",async:!1,message:e,_run(t,r){return typeof t.value=="bigint"?t.typed=!0:Zr(this,"type",t,r),t}}}function oc(e){return{kind:"schema",type:"boolean",reference:oc,expects:"boolean",async:!1,message:e,_run(t,r){return typeof t.value=="boolean"?t.typed=!0:Zr(this,"type",t,r),t}}}function Xs(e){return{kind:"schema",type:"lazy",reference:Xs,expects:"unknown",async:!1,getter:e,_run(t,r){return this.getter(t.value)._run(t,r)}}}function ct(e,t){return{kind:"schema",type:"literal",reference:ct,expects:pp(e),async:!1,literal:e,message:t,_run(r,n){return r.value===this.literal?r.typed=!0:Zr(this,"type",r,n),r}}}function Ut(e,...t){const r={kind:"schema",type:"nullable",reference:Ut,expects:`${e.expects} | null`,async:!1,wrapped:e,_run(n,i){return n.value===null&&("default"in this&&(n.value=Pu(this,n,i)),n.value===null)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function Jo(e,...t){const r={kind:"schema",type:"nullish",reference:Jo,expects:`${e.expects} | null | undefined`,async:!1,wrapped:e,_run(n,i){return(n.value===null||n.value===void 0)&&("default"in this&&(n.value=Pu(this,n,i)),n.value===null||n.value===void 0)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function or(e){return{kind:"schema",type:"number",reference:or,expects:"number",async:!1,message:e,_run(t,r){return typeof t.value=="number"&&!isNaN(t.value)?t.typed=!0:Zr(this,"type",t,r),t}}}function Me(e,t){return{kind:"schema",type:"object",reference:Me,expects:"Object",async:!1,entries:e,message:t,_run(r,n){var o;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};for(const s in this.entries){const a=i[s],c=this.entries[s]._run({typed:!1,value:a},n);if(c.issues){const l={type:"object",origin:"value",input:i,key:s,value:a};for(const u of c.issues)u.path?u.path.unshift(l):u.path=[l],(o=r.issues)==null||o.push(u);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),(c.value!==void 0||s in i)&&(r.value[s]=c.value)}}else Zr(this,"type",r,n);return r}}}function Pr(e,...t){const r={kind:"schema",type:"optional",reference:Pr,expects:`${e.expects} | undefined`,async:!1,wrapped:e,_run(n,i){return n.value===void 0&&("default"in this&&(n.value=Pu(this,n,i)),n.value===void 0)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function Js(e,t,r){return{kind:"schema",type:"record",reference:Js,expects:"Object",async:!1,key:e,value:t,message:r,_run(n,i){var s,a;const o=n.value;if(o&&typeof o=="object"){n.typed=!0,n.value={};for(const c in o)if(v4(o,c)){const l=o[c],u=this.key._run({typed:!1,value:c},i);if(u.issues){const p={type:"object",origin:"key",input:o,key:c,value:l};for(const y of u.issues)y.path=[p],(s=n.issues)==null||s.push(y);if(n.issues||(n.issues=u.issues),i.abortEarly){n.typed=!1;break}}const d=this.value._run({typed:!1,value:l},i);if(d.issues){const p={type:"object",origin:"value",input:o,key:c,value:l};for(const y of d.issues)y.path?y.path.unshift(p):y.path=[p],(a=n.issues)==null||a.push(y);if(n.issues||(n.issues=d.issues),i.abortEarly){n.typed=!1;break}}(!u.typed||!d.typed)&&(n.typed=!1),u.typed&&(n.value[u.value]=d.value)}}else Zr(this,"type",n,i);return n}}}function bt(e){return{kind:"schema",type:"string",reference:bt,expects:"string",async:!1,message:e,_run(t,r){return typeof t.value=="string"?t.typed=!0:Zr(this,"type",t,r),t}}}function ku(e,t){return{kind:"schema",type:"tuple",reference:ku,expects:"Array",async:!1,items:e,message:t,_run(r,n){var o;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let s=0;s<this.items.length;s++){const a=i[s],c=this.items[s]._run({typed:!1,value:a},n);if(c.issues){const l={type:"array",origin:"value",input:i,key:s,value:a};for(const u of c.issues)u.path?u.path.unshift(l):u.path=[l],(o=r.issues)==null||o.push(u);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.push(c.value)}}else Zr(this,"type",r,n);return r}}}function mp(e){let t;if(e)for(const r of e)t?t.push(...r.issues):t=r.issues;return t}function Cr(e,t){return{kind:"schema",type:"union",reference:Cr,expects:[...new Set(e.map(r=>r.expects))].join(" | ")||"never",async:!1,options:e,message:t,_run(r,n){let i,o,s;for(const a of this.options){const c=a._run({typed:!1,value:r.value},n);if(c.typed)if(c.issues)o?o.push(c):o=[c];else{i=c;break}else s?s.push(c):s=[c]}if(i)return i;if(o){if(o.length===1)return o[0];Zr(this,"type",r,n,{issues:mp(o)}),r.typed=!0}else{if((s==null?void 0:s.length)===1)return s[0];Zr(this,"type",r,n,{issues:mp(s)})}return r}}}function vo(){return{kind:"schema",type:"unknown",reference:vo,expects:"unknown",async:!1,_run(e){return e.typed=!0,e}}}function cr(e,t,r){const n=e._run({typed:!1,value:t},h4(r));if(n.issues)throw new b4(n.issues);return n.value}function Wt(...e){return{...e[0],pipe:e,_run(t,r){for(let n=0;n<e.length;n++){if(t.issues&&(e[n].kind==="schema"||e[n].kind==="transformation")){t.typed=!1;break}(!t.issues||!r.abortEarly&&!r.abortPipeEarly)&&(t=e[n]._run(t,r))}return t}}}function bo(e){const t=Object.entries(e).map(([r,n])=>Me({[r]:n}));return Wt(Cr(t),ic(r=>({...r,$kind:Object.keys(r)[0]})))}const Zo=Wt(bt(),ic(e=>kt(e)),Ys(Vn)),Qr=Zo,yo=bt(),zr=Wt(Cr([bt(),Wt(or(),ar())]),Ys(e=>{try{return BigInt(e),BigInt(e)>=0&&BigInt(e)<=18446744073709551615n}catch{return!1}},"Invalid u64")),Bi=Me({objectId:Zo,version:zr,digest:bt()}),nr=Wt(Cr([Me({GasCoin:ct(!0)}),Me({Input:Wt(or(),ar()),type:Pr(ct("pure"))}),Me({Input:Wt(or(),ar()),type:Pr(ct("object"))}),Me({Result:Wt(or(),ar())}),Me({NestedResult:ku([Wt(or(),ar()),Wt(or(),ar())])})]),ic(e=>({...e,$kind:Object.keys(e)[0]}))),y4=Me({budget:Ut(zr),price:Ut(zr),owner:Ut(Zo),payment:Ut(rt(Bi))}),ju=Cr([ct("address"),ct("bool"),ct("u8"),ct("u16"),ct("u32"),ct("u64"),ct("u128"),ct("u256"),Me({vector:Xs(()=>ju)}),Me({datatype:Me({package:bt(),module:bt(),type:bt(),typeParameters:rt(Xs(()=>ju))})}),Me({typeParameter:Wt(or(),ar())})]),w4=Me({ref:Ut(Cr([ct("&"),ct("&mut")])),body:ju}),x4=Me({package:Qr,module:bt(),function:bt(),typeArguments:rt(bt()),arguments:rt(nr),_argumentTypes:Pr(Ut(rt(w4)))}),S4=Me({name:bt(),inputs:Js(bt(),Cr([nr,rt(nr)])),data:Js(bt(),vo())}),_4=bo({MoveCall:x4,TransferObjects:Me({objects:rt(nr),address:nr}),SplitCoins:Me({coin:nr,amounts:rt(nr)}),MergeCoins:Me({destination:nr,sources:rt(nr)}),Publish:Me({modules:rt(yo),dependencies:rt(Qr)}),MakeMoveVec:Me({type:Ut(bt()),elements:rt(nr)}),Upgrade:Me({modules:rt(yo),dependencies:rt(Qr),package:Qr,ticket:nr}),$Intent:S4}),gp=bo({ImmOrOwnedObject:Bi,SharedObject:Me({objectId:Qr,initialSharedVersion:zr,mutable:oc()}),Receiving:Bi}),E4=bo({Object:gp,Pure:Me({bytes:yo}),UnresolvedPure:Me({value:vo()}),UnresolvedObject:Me({objectId:Qr,version:Pr(Ut(zr)),digest:Pr(Ut(bt())),initialSharedVersion:Pr(Ut(zr))})}),vp=bo({Object:gp,Pure:Me({bytes:yo})}),bp=bo({None:ct(!0),Epoch:zr}),sc=Me({version:ct(2),sender:Jo(Zo),expiration:Jo(bp),gasData:y4,inputs:rt(E4),commands:rt(_4)}),wo={MoveCall(e){const[t,r="",n=""]="target"in e?e.target.split("::"):[e.package,e.module,e.function];return{$kind:"MoveCall",MoveCall:{package:t,module:r,function:n,typeArguments:e.typeArguments??[],arguments:e.arguments??[]}}},TransferObjects(e,t){return{$kind:"TransferObjects",TransferObjects:{objects:e.map(r=>cr(nr,r)),address:cr(nr,t)}}},SplitCoins(e,t){return{$kind:"SplitCoins",SplitCoins:{coin:cr(nr,e),amounts:t.map(r=>cr(nr,r))}}},MergeCoins(e,t){return{$kind:"MergeCoins",MergeCoins:{destination:cr(nr,e),sources:t.map(r=>cr(nr,r))}}},Publish({modules:e,dependencies:t}){return{$kind:"Publish",Publish:{modules:e.map(r=>typeof r=="string"?r:gr(new Uint8Array(r))),dependencies:t.map(r=>Jr(r))}}},Upgrade({modules:e,dependencies:t,package:r,ticket:n}){return{$kind:"Upgrade",Upgrade:{modules:e.map(i=>typeof i=="string"?i:gr(new Uint8Array(i))),dependencies:t.map(i=>Jr(i)),package:r,ticket:cr(nr,n)}}},MakeMoveVec({type:e,elements:t}){return{$kind:"MakeMoveVec",MakeMoveVec:{type:e??null,elements:t.map(r=>cr(nr,r))}}},Intent({name:e,inputs:t={},data:r={}}){return{$kind:"$Intent",$Intent:{name:e,inputs:Object.fromEntries(Object.entries(t).map(([n,i])=>[n,Array.isArray(i)?i.map(o=>cr(nr,o)):cr(nr,i)])),data:r}}}},Du=Me({digest:bt(),objectId:bt(),version:Cr([Wt(or(),ar()),bt(),Nu()])}),C4=bo({ImmOrOwned:Du,Shared:Me({objectId:Qr,initialSharedVersion:zr,mutable:oc()}),Receiving:Du}),yp=bo({Object:C4,Pure:rt(Wt(or(),ar()))}),wp=Cr([Me({kind:ct("Input"),index:Wt(or(),ar()),value:vo(),type:Pr(ct("object"))}),Me({kind:ct("Input"),index:Wt(or(),ar()),value:vo(),type:ct("pure")})]),T4=Cr([Me({Epoch:Wt(or(),ar())}),Me({None:Ut(ct(!0))})]),xp=Wt(Cr([or(),bt(),Nu()]),Ys(e=>{if(!["string","number","bigint"].includes(typeof e))return!1;try{return BigInt(e),!0}catch{return!1}})),Lu=Cr([Me({bool:Ut(ct(!0))}),Me({u8:Ut(ct(!0))}),Me({u64:Ut(ct(!0))}),Me({u128:Ut(ct(!0))}),Me({address:Ut(ct(!0))}),Me({signer:Ut(ct(!0))}),Me({vector:Xs(()=>Lu)}),Me({struct:Xs(()=>A4)}),Me({u16:Ut(ct(!0))}),Me({u32:Ut(ct(!0))}),Me({u256:Ut(ct(!0))})]),A4=Me({address:bt(),module:bt(),name:bt(),typeParams:rt(Lu)}),M4=Me({budget:Pr(xp),price:Pr(xp),payment:Pr(rt(Du)),owner:Pr(bt())}),I4=[wp,Me({kind:ct("GasCoin")}),Me({kind:ct("Result"),index:Wt(or(),ar())}),Me({kind:ct("NestedResult"),index:Wt(or(),ar()),resultIndex:Wt(or(),ar())})],di=Cr([...I4]),O4=Me({kind:ct("MoveCall"),target:Wt(bt(),Ys(e=>e.split("::").length===3)),typeArguments:rt(bt()),arguments:rt(di)}),P4=Me({kind:ct("TransferObjects"),objects:rt(di),address:di}),R4=Me({kind:ct("SplitCoins"),coin:di,amounts:rt(di)}),N4=Me({kind:ct("MergeCoins"),destination:di,sources:rt(di)}),k4=Me({kind:ct("MakeMoveVec"),type:Cr([Me({Some:Lu}),Me({None:Ut(ct(!0))})]),objects:rt(di)}),j4=Me({kind:ct("Publish"),modules:rt(rt(Wt(or(),ar()))),dependencies:rt(bt())}),D4=Me({kind:ct("Upgrade"),modules:rt(rt(Wt(or(),ar()))),dependencies:rt(bt()),packageId:bt(),ticket:di}),L4=Cr([...[O4,P4,R4,N4,j4,D4,k4]]);Me({version:ct(1),sender:Pr(bt()),expiration:Jo(T4),gasConfig:M4,inputs:rt(wp),transactions:rt(L4)});function Sp(e){var r;const t=e.inputs.map((n,i)=>{if(n.Object)return{kind:"Input",index:i,value:{Object:n.Object.ImmOrOwnedObject?{ImmOrOwned:n.Object.ImmOrOwnedObject}:n.Object.Receiving?{Receiving:{digest:n.Object.Receiving.digest,version:n.Object.Receiving.version,objectId:n.Object.Receiving.objectId}}:{Shared:{mutable:n.Object.SharedObject.mutable,initialSharedVersion:n.Object.SharedObject.initialSharedVersion,objectId:n.Object.SharedObject.objectId}}},type:"object"};if(n.Pure)return{kind:"Input",index:i,value:{Pure:Array.from(xr(n.Pure.bytes))},type:"pure"};if(n.UnresolvedPure)return{kind:"Input",type:"pure",index:i,value:n.UnresolvedPure.value};if(n.UnresolvedObject)return{kind:"Input",type:"object",index:i,value:n.UnresolvedObject.objectId};throw new Error("Invalid input")});return{version:1,sender:e.sender??void 0,expiration:((r=e.expiration)==null?void 0:r.$kind)==="Epoch"?{Epoch:Number(e.expiration.Epoch)}:e.expiration?{None:!0}:null,gasConfig:{owner:e.gasData.owner??void 0,budget:e.gasData.budget??void 0,price:e.gasData.price??void 0,payment:e.gasData.payment??void 0},inputs:t,transactions:e.commands.map(n=>{if(n.MakeMoveVec)return{kind:"MakeMoveVec",type:n.MakeMoveVec.type===null?{None:!0}:{Some:nc.parseFromStr(n.MakeMoveVec.type)},objects:n.MakeMoveVec.elements.map(i=>hi(i,t))};if(n.MergeCoins)return{kind:"MergeCoins",destination:hi(n.MergeCoins.destination,t),sources:n.MergeCoins.sources.map(i=>hi(i,t))};if(n.MoveCall)return{kind:"MoveCall",target:`${n.MoveCall.package}::${n.MoveCall.module}::${n.MoveCall.function}`,typeArguments:n.MoveCall.typeArguments,arguments:n.MoveCall.arguments.map(i=>hi(i,t))};if(n.Publish)return{kind:"Publish",modules:n.Publish.modules.map(i=>Array.from(xr(i))),dependencies:n.Publish.dependencies};if(n.SplitCoins)return{kind:"SplitCoins",coin:hi(n.SplitCoins.coin,t),amounts:n.SplitCoins.amounts.map(i=>hi(i,t))};if(n.TransferObjects)return{kind:"TransferObjects",objects:n.TransferObjects.objects.map(i=>hi(i,t)),address:hi(n.TransferObjects.address,t)};if(n.Upgrade)return{kind:"Upgrade",modules:n.Upgrade.modules.map(i=>Array.from(xr(i))),dependencies:n.Upgrade.dependencies,packageId:n.Upgrade.package,ticket:hi(n.Upgrade.ticket,t)};throw new Error(`Unknown transaction ${Object.keys(n)}`)})}}function hi(e,t){if(e.$kind==="GasCoin")return{kind:"GasCoin"};if(e.$kind==="Result")return{kind:"Result",index:e.Result};if(e.$kind==="NestedResult")return{kind:"NestedResult",index:e.NestedResult[0],resultIndex:e.NestedResult[1]};if(e.$kind==="Input")return t[e.Input];throw new Error(`Invalid argument ${Object.keys(e)}`)}function B4(e){var t,r,n;return cr(sc,{version:2,sender:e.sender??null,expiration:e.expiration?"Epoch"in e.expiration?{Epoch:e.expiration.Epoch}:{None:!0}:null,gasData:{owner:e.gasConfig.owner??null,budget:((t=e.gasConfig.budget)==null?void 0:t.toString())??null,price:((r=e.gasConfig.price)==null?void 0:r.toString())??null,payment:((n=e.gasConfig.payment)==null?void 0:n.map(i=>({digest:i.digest,objectId:i.objectId,version:i.version.toString()})))??null},inputs:e.inputs.map(i=>{if(i.kind==="Input"){if(Ru(yp,i.value)){const o=cr(yp,i.value);if(o.Object){if(o.Object.ImmOrOwned)return{Object:{ImmOrOwnedObject:{objectId:o.Object.ImmOrOwned.objectId,version:String(o.Object.ImmOrOwned.version),digest:o.Object.ImmOrOwned.digest}}};if(o.Object.Shared)return{Object:{SharedObject:{mutable:o.Object.Shared.mutable??null,initialSharedVersion:o.Object.Shared.initialSharedVersion,objectId:o.Object.Shared.objectId}}};if(o.Object.Receiving)return{Object:{Receiving:{digest:o.Object.Receiving.digest,version:String(o.Object.Receiving.version),objectId:o.Object.Receiving.objectId}}};throw new Error("Invalid object input")}return{Pure:{bytes:gr(new Uint8Array(o.Pure))}}}return i.type==="object"?{UnresolvedObject:{objectId:i.value}}:{UnresolvedPure:{value:i.value}}}throw new Error("Invalid input")}),commands:e.transactions.map(i=>{switch(i.kind){case"MakeMoveVec":return{MakeMoveVec:{type:"Some"in i.type?nc.tagToString(i.type.Some):null,elements:i.objects.map(o=>pi(o))}};case"MergeCoins":return{MergeCoins:{destination:pi(i.destination),sources:i.sources.map(o=>pi(o))}};case"MoveCall":{const[o,s,a]=i.target.split("::");return{MoveCall:{package:o,module:s,function:a,typeArguments:i.typeArguments,arguments:i.arguments.map(c=>pi(c))}}}case"Publish":return{Publish:{modules:i.modules.map(o=>gr(Uint8Array.from(o))),dependencies:i.dependencies}};case"SplitCoins":return{SplitCoins:{coin:pi(i.coin),amounts:i.amounts.map(o=>pi(o))}};case"TransferObjects":return{TransferObjects:{objects:i.objects.map(o=>pi(o)),address:pi(i.address)}};case"Upgrade":return{Upgrade:{modules:i.modules.map(o=>gr(Uint8Array.from(o))),dependencies:i.dependencies,package:i.packageId,ticket:pi(i.ticket)}}}throw new Error(`Unknown transaction ${Object.keys(i)}`)})})}function pi(e){switch(e.kind){case"GasCoin":return{GasCoin:!0};case"Result":return{Result:e.index};case"NestedResult":return{NestedResult:[e.index,e.resultIndex]};case"Input":return{Input:e.index}}}function Zs(e){return Cr(Object.entries(e).map(([t,r])=>Me({[t]:r})))}const En=Zs({GasCoin:ct(!0),Input:Wt(or(),ar()),Result:Wt(or(),ar()),NestedResult:ku([Wt(or(),ar()),Wt(or(),ar())])}),U4=Me({budget:Ut(zr),price:Ut(zr),owner:Ut(Zo),payment:Ut(rt(Bi))}),F4=Me({package:Qr,module:bt(),function:bt(),typeArguments:rt(bt()),arguments:rt(En)}),$4=Me({name:bt(),inputs:Js(bt(),Cr([En,rt(En)])),data:Js(bt(),vo())}),V4=Zs({MoveCall:F4,TransferObjects:Me({objects:rt(En),address:En}),SplitCoins:Me({coin:En,amounts:rt(En)}),MergeCoins:Me({destination:En,sources:rt(En)}),Publish:Me({modules:rt(yo),dependencies:rt(Qr)}),MakeMoveVec:Me({type:Ut(bt()),elements:rt(En)}),Upgrade:Me({modules:rt(yo),dependencies:rt(Qr),package:Qr,ticket:En}),$Intent:$4}),z4=Zs({ImmOrOwnedObject:Bi,SharedObject:Me({objectId:Qr,initialSharedVersion:zr,mutable:oc()}),Receiving:Bi}),q4=Zs({Object:z4,Pure:Me({bytes:yo}),UnresolvedPure:Me({value:vo()}),UnresolvedObject:Me({objectId:Qr,version:Pr(Ut(zr)),digest:Pr(Ut(bt())),initialSharedVersion:Pr(Ut(zr))})}),H4=Zs({None:ct(!0),Epoch:zr}),W4=Me({version:ct(2),sender:Jo(Zo),expiration:Jo(H4),gasData:U4,inputs:rt(q4),commands:rt(V4)});function G4(e){return{$kind:"Pure",Pure:{bytes:e instanceof Uint8Array?gr(e):e.toBase64()}}}const mi={Pure:G4,ObjectRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"ImmOrOwnedObject",ImmOrOwnedObject:{digest:t,version:r,objectId:kt(e)}}}},SharedObjectRef({objectId:e,mutable:t,initialSharedVersion:r}){return{$kind:"Object",Object:{$kind:"SharedObject",SharedObject:{mutable:t,initialSharedVersion:r,objectId:kt(e)}}}},ReceivingRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"Receiving",Receiving:{digest:t,version:r,objectId:kt(e)}}}}},_p="…";function K4(e){if(e.length<=6)return e;const t=e.startsWith("0x")?2:0;return`0x${e.slice(t,t+4)}${_p}${e.slice(-4)}`}function Y4(e){return`${e.slice(0,10)}${_p}`}const X4=9,J4=BigInt(1e9),Ep="0x1",Qs="0x2",Z4="0x3",Cp=Jr("0x6"),Q4="sui_system",ac=`${Qs}::sui::SUI`,e3=Jr("0x5");function Bu(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function t3(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function Tp(e,...t){if(!t3(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 Ap(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 r3(e,t){Tp(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 cc(e){return new Uint32Array(e.buffer,e.byteOffset,Math.floor(e.byteLength/4))}const xo=(()=>new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68)();function Mp(e){return e<<24&4278190080|e<<8&16711680|e>>>8&65280|e>>>24&255}const gi=xo?e=>e:e=>Mp(e);function Qo(e){for(let t=0;t<e.length;t++)e[t]=Mp(e[t])}function n3(e){if(typeof e!="string")throw new Error("utf8ToBytes expected string, got "+typeof e);return new Uint8Array(new TextEncoder().encode(e))}function ea(e){return typeof e=="string"&&(e=n3(e)),Tp(e),e}let i3=class{clone(){return this._cloneInto()}};function o3(e){const t=(n,i)=>e(i).update(ea(n)).digest(),r=e({});return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=n=>e(n),t}const s3=new Uint8Array([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9]);class a3 extends i3{constructor(t,r,n={},i,o,s){if(super(),this.blockLen=t,this.outputLen=r,this.length=0,this.pos=0,this.finished=!1,this.destroyed=!1,Bu(t),Bu(r),Bu(i),r<0||r>i)throw new Error("outputLen bigger than keyLen");if(n.key!==void 0&&(n.key.length<1||n.key.length>i))throw new Error("key length must be undefined or 1.."+i);if(n.salt!==void 0&&n.salt.length!==o)throw new Error("salt must be undefined or "+o);if(n.personalization!==void 0&&n.personalization.length!==s)throw new Error("personalization must be undefined or "+s);this.buffer=new Uint8Array(t),this.buffer32=cc(this.buffer)}update(t){Ap(this);const{blockLen:r,buffer:n,buffer32:i}=this;t=ea(t);const o=t.length,s=t.byteOffset,a=t.buffer;for(let c=0;c<o;){this.pos===r&&(xo||Qo(i),this.compress(i,0,!1),xo||Qo(i),this.pos=0);const l=Math.min(r-this.pos,o-c),u=s+c;if(l===r&&!(u%4)&&c+l<o){const d=new Uint32Array(a,u,Math.floor((o-c)/4));xo||Qo(d);for(let p=0;c+r<o;p+=i.length,c+=r)this.length+=r,this.compress(d,p,!1);xo||Qo(d);continue}n.set(t.subarray(c,c+l),this.pos),this.pos+=l,this.length+=l,c+=l}return this}digestInto(t){Ap(this),r3(t,this);const{pos:r,buffer32:n}=this;this.finished=!0,this.buffer.subarray(r).fill(0),xo||Qo(n),this.compress(n,0,!0),xo||Qo(n);const i=cc(t);this.get().forEach((o,s)=>i[s]=gi(o))}digest(){const{buffer:t,outputLen:r}=this;this.digestInto(t);const n=t.slice(0,r);return this.destroy(),n}_cloneInto(t){const{buffer:r,length:n,finished:i,destroyed:o,outputLen:s,pos:a}=this;return t||(t=new this.constructor({dkLen:s})),t.set(...this.get()),t.length=n,t.finished=i,t.destroyed=o,t.outputLen=s,t.buffer.set(r),t.pos=a,t}}const lc=BigInt(2**32-1),Uu=BigInt(32);function Ip(e,t=!1){return t?{h:Number(e&lc),l:Number(e>>Uu&lc)}:{h:Number(e>>Uu&lc)|0,l:Number(e&lc)|0}}function c3(e,t=!1){let r=new Uint32Array(e.length),n=new Uint32Array(e.length);for(let i=0;i<e.length;i++){const{h:o,l:s}=Ip(e[i],t);[r[i],n[i]]=[o,s]}return[r,n]}const l3=(e,t)=>BigInt(e>>>0)<<Uu|BigInt(t>>>0),u3=(e,t,r)=>e>>>r,f3=(e,t,r)=>e<<32-r|t>>>r,d3=(e,t,r)=>e>>>r|t<<32-r,h3=(e,t,r)=>e<<32-r|t>>>r,p3=(e,t,r)=>e<<64-r|t>>>r-32,m3=(e,t,r)=>e>>>r-32|t<<64-r,g3=(e,t)=>t,v3=(e,t)=>e,b3=(e,t,r)=>e<<r|t>>>32-r,y3=(e,t,r)=>t<<r|e>>>32-r,w3=(e,t,r)=>t<<r-32|e>>>64-r,x3=(e,t,r)=>e<<r-32|t>>>64-r;function S3(e,t,r,n){const i=(t>>>0)+(n>>>0);return{h:e+r+(i/2**32|0)|0,l:i|0}}const Br={fromBig:Ip,split:c3,toBig:l3,shrSH:u3,shrSL:f3,rotrSH:d3,rotrSL:h3,rotrBH:p3,rotrBL:m3,rotr32H:g3,rotr32L:v3,rotlSH:b3,rotlSL:y3,rotlBH:w3,rotlBL:x3,add:S3,add3L:(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),add3H:(e,t,r,n)=>t+r+n+(e/2**32|0)|0,add4L:(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),add4H:(e,t,r,n,i)=>t+r+n+i+(e/2**32|0)|0,add5H:(e,t,r,n,i,o)=>t+r+n+i+o+(e/2**32|0)|0,add5L:(e,t,r,n,i)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(i>>>0)},vr=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),Oe=new Uint32Array(32);function Ui(e,t,r,n,i,o){const s=i[o],a=i[o+1];let c=Oe[2*e],l=Oe[2*e+1],u=Oe[2*t],d=Oe[2*t+1],p=Oe[2*r],y=Oe[2*r+1],x=Oe[2*n],b=Oe[2*n+1],M=Br.add3L(c,u,s);l=Br.add3H(M,l,d,a),c=M|0,{Dh:b,Dl:x}={Dh:b^l,Dl:x^c},{Dh:b,Dl:x}={Dh:Br.rotr32H(b,x),Dl:Br.rotr32L(b,x)},{h:y,l:p}=Br.add(y,p,b,x),{Bh:d,Bl:u}={Bh:d^y,Bl:u^p},{Bh:d,Bl:u}={Bh:Br.rotrSH(d,u,24),Bl:Br.rotrSL(d,u,24)},Oe[2*e]=c,Oe[2*e+1]=l,Oe[2*t]=u,Oe[2*t+1]=d,Oe[2*r]=p,Oe[2*r+1]=y,Oe[2*n]=x,Oe[2*n+1]=b}function Fi(e,t,r,n,i,o){const s=i[o],a=i[o+1];let c=Oe[2*e],l=Oe[2*e+1],u=Oe[2*t],d=Oe[2*t+1],p=Oe[2*r],y=Oe[2*r+1],x=Oe[2*n],b=Oe[2*n+1],M=Br.add3L(c,u,s);l=Br.add3H(M,l,d,a),c=M|0,{Dh:b,Dl:x}={Dh:b^l,Dl:x^c},{Dh:b,Dl:x}={Dh:Br.rotrSH(b,x,16),Dl:Br.rotrSL(b,x,16)},{h:y,l:p}=Br.add(y,p,b,x),{Bh:d,Bl:u}={Bh:d^y,Bl:u^p},{Bh:d,Bl:u}={Bh:Br.rotrBH(d,u,63),Bl:Br.rotrBL(d,u,63)},Oe[2*e]=c,Oe[2*e+1]=l,Oe[2*t]=u,Oe[2*t+1]=d,Oe[2*r]=p,Oe[2*r+1]=y,Oe[2*n]=x,Oe[2*n+1]=b}class _3 extends a3{constructor(t={}){super(128,t.dkLen===void 0?64:t.dkLen,t,64,16,16),this.v0l=vr[0]|0,this.v0h=vr[1]|0,this.v1l=vr[2]|0,this.v1h=vr[3]|0,this.v2l=vr[4]|0,this.v2h=vr[5]|0,this.v3l=vr[6]|0,this.v3h=vr[7]|0,this.v4l=vr[8]|0,this.v4h=vr[9]|0,this.v5l=vr[10]|0,this.v5h=vr[11]|0,this.v6l=vr[12]|0,this.v6h=vr[13]|0,this.v7l=vr[14]|0,this.v7h=vr[15]|0;const r=t.key?t.key.length:0;if(this.v0l^=this.outputLen|r<<8|65536|1<<24,t.salt){const n=cc(ea(t.salt));this.v4l^=gi(n[0]),this.v4h^=gi(n[1]),this.v5l^=gi(n[2]),this.v5h^=gi(n[3])}if(t.personalization){const n=cc(ea(t.personalization));this.v6l^=gi(n[0]),this.v6h^=gi(n[1]),this.v7l^=gi(n[2]),this.v7h^=gi(n[3])}if(t.key){const n=new Uint8Array(this.blockLen);n.set(ea(t.key)),this.update(n)}}get(){let{v0l:t,v0h:r,v1l:n,v1h:i,v2l:o,v2h:s,v3l:a,v3h:c,v4l:l,v4h:u,v5l:d,v5h:p,v6l:y,v6h:x,v7l:b,v7h:M}=this;return[t,r,n,i,o,s,a,c,l,u,d,p,y,x,b,M]}set(t,r,n,i,o,s,a,c,l,u,d,p,y,x,b,M){this.v0l=t|0,this.v0h=r|0,this.v1l=n|0,this.v1h=i|0,this.v2l=o|0,this.v2h=s|0,this.v3l=a|0,this.v3h=c|0,this.v4l=l|0,this.v4h=u|0,this.v5l=d|0,this.v5h=p|0,this.v6l=y|0,this.v6h=x|0,this.v7l=b|0,this.v7h=M|0}compress(t,r,n){this.get().forEach((c,l)=>Oe[l]=c),Oe.set(vr,16);let{h:i,l:o}=Br.fromBig(BigInt(this.length));Oe[24]=vr[8]^o,Oe[25]=vr[9]^i,n&&(Oe[28]=~Oe[28],Oe[29]=~Oe[29]);let s=0;const a=s3;for(let c=0;c<12;c++)Ui(0,4,8,12,t,r+2*a[s++]),Fi(0,4,8,12,t,r+2*a[s++]),Ui(1,5,9,13,t,r+2*a[s++]),Fi(1,5,9,13,t,r+2*a[s++]),Ui(2,6,10,14,t,r+2*a[s++]),Fi(2,6,10,14,t,r+2*a[s++]),Ui(3,7,11,15,t,r+2*a[s++]),Fi(3,7,11,15,t,r+2*a[s++]),Ui(0,5,10,15,t,r+2*a[s++]),Fi(0,5,10,15,t,r+2*a[s++]),Ui(1,6,11,12,t,r+2*a[s++]),Fi(1,6,11,12,t,r+2*a[s++]),Ui(2,7,8,13,t,r+2*a[s++]),Fi(2,7,8,13,t,r+2*a[s++]),Ui(3,4,9,14,t,r+2*a[s++]),Fi(3,4,9,14,t,r+2*a[s++]);this.v0l^=Oe[0]^Oe[16],this.v0h^=Oe[1]^Oe[17],this.v1l^=Oe[2]^Oe[18],this.v1h^=Oe[3]^Oe[19],this.v2l^=Oe[4]^Oe[20],this.v2h^=Oe[5]^Oe[21],this.v3l^=Oe[6]^Oe[22],this.v3h^=Oe[7]^Oe[23],this.v4l^=Oe[8]^Oe[24],this.v4h^=Oe[9]^Oe[25],this.v5l^=Oe[10]^Oe[26],this.v5h^=Oe[11]^Oe[27],this.v6l^=Oe[12]^Oe[28],this.v6h^=Oe[13]^Oe[29],this.v7l^=Oe[14]^Oe[30],this.v7h^=Oe[15]^Oe[31],Oe.fill(0)}destroy(){this.destroyed=!0,this.buffer32.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}const Op=o3(e=>new _3(e));function E3(e,t,r){const n=pt.Address.serialize(e).toBytes(),i=pt.TypeTag.serialize(t).toBytes(),o=pt.u64().serialize(r.length).toBytes(),s=Op.create({dkLen:32});return s.update(new Uint8Array([240])),s.update(n),s.update(o),s.update(r),s.update(i),`0x${ui(s.digest().slice(0,32))}`}const C3=Object.freeze(Object.defineProperty({__proto__:null,MIST_PER_SUI:J4,MOVE_STDLIB_ADDRESS:Ep,SUI_ADDRESS_LENGTH:rc,SUI_CLOCK_OBJECT_ID:Cp,SUI_DECIMALS:X4,SUI_FRAMEWORK_ADDRESS:Qs,SUI_SYSTEM_ADDRESS:Z4,SUI_SYSTEM_MODULE_NAME:Q4,SUI_SYSTEM_STATE_OBJECT_ID:e3,SUI_TYPE_ARG:ac,deriveDynamicFieldID:E3,formatAddress:K4,formatDigest:Y4,fromB64:Th,fromBase58:li,fromBase64:xr,fromHEX:Mh,fromHex:Yo,isValidNamedPackage:Su,isValidNamedType:F6,isValidSuiAddress:Vn,isValidSuiNSName:Uh,isValidSuiObjectId:Gs,isValidTransactionDigest:_u,normalizeStructTag:Vh,normalizeSuiAddress:kt,normalizeSuiNSName:Fh,normalizeSuiObjectId:Jr,parseStructTag:Eu,toB64:Ch,toBase58:mo,toBase64:gr,toHEX:Ah,toHex:ui},Symbol.toStringTag,{value:"Module"})),T3="object",A3="ID",M3="ascii",I3="String",O3="string",P3="String",R3="option",N3="Option";function k3(e){const t=typeof e.body=="object"&&"datatype"in e.body?e.body.datatype:null;return!!t&&kt(t.package)===kt("0x2")&&t.module==="tx_context"&&t.type==="TxContext"}function Fu(e){if(typeof e=="string")switch(e){case"address":return pt.Address;case"bool":return pt.Bool;case"u8":return pt.U8;case"u16":return pt.U16;case"u32":return pt.U32;case"u64":return pt.U64;case"u128":return pt.U128;case"u256":return pt.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e){if(e.vector==="u8")return pt.vector(pt.U8).transform({input:r=>typeof r=="string"?new TextEncoder().encode(r):r,output:r=>r});const t=Fu(e.vector);return t?pt.vector(t):null}if("datatype"in e){const t=kt(e.datatype.package);if(t===kt(Ep)){if(e.datatype.module===M3&&e.datatype.type===I3||e.datatype.module===O3&&e.datatype.type===P3)return pt.String;if(e.datatype.module===R3&&e.datatype.type===N3){const r=Fu(e.datatype.typeParameters[0]);return r?pt.vector(r):null}}if(t===kt(Qs)&&e.datatype.module===T3&&e.datatype.type===A3)return pt.Address}return null}function j3(e){return typeof e=="object"&&"Reference"in e?{ref:"&",body:ta(e.Reference)}:typeof e=="object"&&"MutableReference"in e?{ref:"&mut",body:ta(e.MutableReference)}:{ref:null,body:ta(e)}}function ta(e){if(typeof e=="string")switch(e){case"Address":return"address";case"Bool":return"bool";case"U8":return"u8";case"U16":return"u16";case"U32":return"u32";case"U64":return"u64";case"U128":return"u128";case"U256":return"u256";default:throw new Error(`Unexpected type ${e}`)}if("Vector"in e)return{vector:ta(e.Vector)};if("Struct"in e)return{datatype:{package:e.Struct.address,module:e.Struct.module,type:e.Struct.name,typeParameters:e.Struct.typeArguments.map(ta)}};if("TypeParameter"in e)return{typeParameter:e.TypeParameter};throw new Error(`Unexpected type ${JSON.stringify(e)}`)}const D3=50,L3=1000n,B3=5e10;async function U3(e,t,r){return await q3(e,t),await z3(e,t),t.onlyTransactionKind||(await F3(e,t),await $3(e,t),await V3(e,t)),await H3(e),await r()}async function F3(e,t){e.gasConfig.price||(e.gasConfig.price=String(await ra(t).getReferenceGasPrice()))}async function $3(e,t){if(e.gasConfig.budget)return;const r=await ra(t).dryRunTransactionBlock({transactionBlock:e.build({overrides:{gasData:{budget:String(B3),payment:[]}}})});if(r.effects.status.status!=="success")throw new Error(`Dry run failed, could not automatically determine a budget: ${r.effects.status.error}`,{cause:r});const n=L3*BigInt(e.gasConfig.price||1n),i=BigInt(r.effects.gasUsed.computationCost)+n,o=i+BigInt(r.effects.gasUsed.storageCost)-BigInt(r.effects.gasUsed.storageRebate);e.gasConfig.budget=String(o>i?o:i)}async function V3(e,t){if(!e.gasConfig.payment){const n=(await ra(t).getCoins({owner:e.gasConfig.owner||e.sender,coinType:ac})).data.filter(i=>!e.inputs.find(s=>{var a;return(a=s.Object)!=null&&a.ImmOrOwnedObject?i.coinObjectId===s.Object.ImmOrOwnedObject.objectId:!1})).map(i=>({objectId:i.coinObjectId,digest:i.digest,version:i.version}));if(!n.length)throw new Error("No valid gas coins found for the transaction.");e.gasConfig.payment=n.map(i=>cr(Bi,i))}}async function z3(e,t){const r=e.inputs.filter(u=>{var d;return u.UnresolvedObject&&!(u.UnresolvedObject.version||(d=u.UnresolvedObject)!=null&&d.initialSharedVersion)}),n=[...new Set(r.map(u=>Jr(u.UnresolvedObject.objectId)))],i=n.length?Y3(n,D3):[],o=(await Promise.all(i.map(u=>ra(t).multiGetObjects({ids:u,options:{showOwner:!0}})))).flat(),s=new Map(n.map((u,d)=>[u,o[d]])),a=Array.from(s).filter(([u,d])=>d.error).map(([u,d])=>JSON.stringify(d.error));if(a.length)throw new Error(`The following input objects are invalid: ${a.join(", ")}`);const c=o.map(u=>{if(u.error||!u.data)throw new Error(`Failed to fetch object: ${u.error}`);const d=u.data.owner,p=d&&typeof d=="object"&&"Shared"in d?d.Shared.initial_shared_version:null;return{objectId:u.data.objectId,digest:u.data.digest,version:u.data.version,initialSharedVersion:p}}),l=new Map(n.map((u,d)=>[u,c[d]]));for(const[u,d]of e.inputs.entries()){if(!d.UnresolvedObject)continue;let p;const y=kt(d.UnresolvedObject.objectId),x=l.get(y);d.UnresolvedObject.initialSharedVersion??(x==null?void 0:x.initialSharedVersion)?p=mi.SharedObjectRef({objectId:y,initialSharedVersion:d.UnresolvedObject.initialSharedVersion||(x==null?void 0:x.initialSharedVersion),mutable:W3(e,u)}):G3(e,u)&&(p=mi.ReceivingRef({objectId:y,digest:d.UnresolvedObject.digest??(x==null?void 0:x.digest),version:d.UnresolvedObject.version??(x==null?void 0:x.version)})),e.inputs[e.inputs.indexOf(d)]=p??mi.ObjectRef({objectId:y,digest:d.UnresolvedObject.digest??(x==null?void 0:x.digest),version:d.UnresolvedObject.version??(x==null?void 0:x.version)})}}async function q3(e,t){const{inputs:r,commands:n}=e,i=[],o=new Set;n.forEach(a=>{if(a.MoveCall){if(a.MoveCall._argumentTypes)return;if(a.MoveCall.arguments.map(u=>u.$kind==="Input"?e.inputs[u.Input]:null).some(u=>(u==null?void 0:u.UnresolvedPure)||(u==null?void 0:u.UnresolvedObject))){const u=`${a.MoveCall.package}::${a.MoveCall.module}::${a.MoveCall.function}`;o.add(u),i.push(a.MoveCall)}}switch(a.$kind){case"SplitCoins":a.SplitCoins.amounts.forEach(c=>{Pp(c,pt.U64,e)});break;case"TransferObjects":Pp(a.TransferObjects.address,pt.Address,e);break}});const s=new Map;if(o.size>0){const a=ra(t);await Promise.all([...o].map(async c=>{const[l,u,d]=c.split("::"),p=await a.getNormalizedMoveFunction({package:l,module:u,function:d});s.set(c,p.parameters.map(y=>j3(y)))}))}i.length&&await Promise.all(i.map(async a=>{const c=s.get(`${a.package}::${a.module}::${a.function}`);if(!c)return;const u=c.length>0&&k3(c.at(-1))?c.slice(0,c.length-1):c;a._argumentTypes=u})),n.forEach(a=>{if(!a.MoveCall)return;const c=a.MoveCall,l=`${c.package}::${c.module}::${c.function}`,u=c._argumentTypes;if(u){if(u.length!==a.MoveCall.arguments.length)throw new Error(`Incorrect number of arguments for ${l}`);u.forEach((d,p)=>{var R,k;const y=c.arguments[p];if(y.$kind!=="Input")return;const x=r[y.Input];if(!x.UnresolvedPure&&!x.UnresolvedObject)return;const b=((R=x.UnresolvedPure)==null?void 0:R.value)??((k=x.UnresolvedObject)==null?void 0:k.objectId),M=Fu(d.body);if(M){y.type="pure",r[r.indexOf(x)]=mi.Pure(M.serialize(b));return}if(typeof b!="string")throw new Error(`Expect the argument to be an object id string, got ${JSON.stringify(b,null,2)}`);y.type="object";const O=x.UnresolvedPure?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:b}}:x;r[y.Input]=O})}})}function H3(e){e.inputs.forEach((t,r)=>{if(t.$kind!=="Object"&&t.$kind!=="Pure")throw new Error(`Input at index ${r} has not been resolved. Expected a Pure or Object input, but found ${JSON.stringify(t)}`)})}function Pp(e,t,r){if(e.$kind!=="Input")return;const n=r.inputs[e.Input];n.$kind==="UnresolvedPure"&&(r.inputs[e.Input]=mi.Pure(t.serialize(n.UnresolvedPure.value)))}function W3(e,t){let r=!1;return e.getInputUses(t,(n,i)=>{if(i.MoveCall&&i.MoveCall._argumentTypes){const o=i.MoveCall.arguments.indexOf(n);r=i.MoveCall._argumentTypes[o].ref!=="&"||r}(i.$kind==="MakeMoveVec"||i.$kind==="MergeCoins"||i.$kind==="SplitCoins")&&(r=!0)}),r}function G3(e,t){let r=!1;return e.getInputUses(t,(n,i)=>{if(i.MoveCall&&i.MoveCall._argumentTypes){const o=i.MoveCall.arguments.indexOf(n);r=K3(i.MoveCall._argumentTypes[o])||r}}),r}function K3(e){return typeof e.body!="object"||!("datatype"in e.body)?!1:e.body.datatype.package==="0x2"&&e.body.datatype.module==="transfer"&&e.body.datatype.type==="Receiving"}function ra(e){if(!e.client)throw new Error("No sui client passed to Transaction#build, but transaction data was not sufficient to build offline.");return e.client}function Y3(e,t){return Array.from({length:Math.ceil(e.length/t)},(r,n)=>e.slice(n*t,n*t+t))}function X3(e){function t(r){return e(r)}return t.system=()=>t("0x5"),t.clock=()=>t("0x6"),t.random=()=>t("0x8"),t.denyList=()=>t("0x403"),t.option=({type:r,value:n})=>i=>i.moveCall({typeArguments:[r],target:`0x1::option::${n===null?"none":"some"}`,arguments:n===null?[]:[i.object(n)]}),t}function J3(e){function t(r,n){if(typeof r=="string")return e(Ks(r).serialize(n));if(r instanceof Uint8Array||ec(r))return e(r);throw new Error("tx.pure must be called either a bcs type name, or a serialized bcs value")}return t.u8=r=>e(pt.U8.serialize(r)),t.u16=r=>e(pt.U16.serialize(r)),t.u32=r=>e(pt.U32.serialize(r)),t.u64=r=>e(pt.U64.serialize(r)),t.u128=r=>e(pt.U128.serialize(r)),t.u256=r=>e(pt.U256.serialize(r)),t.bool=r=>e(pt.Bool.serialize(r)),t.string=r=>e(pt.String.serialize(r)),t.address=r=>e(pt.Address.serialize(r)),t.id=t.address,t.vector=(r,n)=>e(pt.vector(Ks(r)).serialize(n)),t.option=(r,n)=>e(pt.option(Ks(r)).serialize(n)),t}function Z3(e,t){const r=Array.from(`${e}::`).map(i=>i.charCodeAt(0)),n=new Uint8Array(r.length+t.length);return n.set(r),n.set(t,r.length),Op(n,{dkLen:32})}function Rp(e){return kt(e).replace("0x","")}class Cn{constructor(t){this.version=2,this.sender=(t==null?void 0:t.sender)??null,this.expiration=(t==null?void 0:t.expiration)??null,this.inputs=(t==null?void 0:t.inputs)??[],this.commands=(t==null?void 0:t.commands)??[],this.gasData=(t==null?void 0:t.gasData)??{budget:null,price:null,owner:null,payment:null}}static fromKindBytes(t){const n=pt.TransactionKind.parse(t).ProgrammableTransaction;if(!n)throw new Error("Unable to deserialize from bytes.");return Cn.restore({version:2,sender:null,expiration:null,gasData:{budget:null,owner:null,payment:null,price:null},inputs:n.inputs,commands:n.commands})}static fromBytes(t){const r=pt.TransactionData.parse(t),n=r==null?void 0:r.V1,i=n.kind.ProgrammableTransaction;if(!n||!i)throw new Error("Unable to deserialize from bytes.");return Cn.restore({version:2,sender:n.sender,expiration:n.expiration,gasData:n.gasData,inputs:i.inputs,commands:i.commands})}static restore(t){return t.version===2?new Cn(cr(sc,t)):new Cn(cr(sc,B4(t)))}static getDigestFromBytes(t){const r=Z3("TransactionData",t);return mo(r)}get gasConfig(){return this.gasData}set gasConfig(t){this.gasData=t}build({maxSizeBytes:t=1/0,overrides:r,onlyTransactionKind:n}={}){const i=this.inputs,o=this.commands,s={ProgrammableTransaction:{inputs:i,commands:o}};if(n)return pt.TransactionKind.serialize(s,{maxSize:t}).toBytes();const a=(r==null?void 0:r.expiration)??this.expiration,c=(r==null?void 0:r.sender)??this.sender,l={...this.gasData,...r==null?void 0:r.gasConfig,...r==null?void 0:r.gasData};if(!c)throw new Error("Missing transaction sender");if(!l.budget)throw new Error("Missing gas budget");if(!l.payment)throw new Error("Missing gas payment");if(!l.price)throw new Error("Missing gas price");const u={sender:Rp(c),expiration:a||{None:!0},gasData:{payment:l.payment,owner:Rp(this.gasData.owner??c),price:BigInt(l.price),budget:BigInt(l.budget)},kind:{ProgrammableTransaction:{inputs:i,commands:o}}};return pt.TransactionData.serialize({V1:u},{maxSize:t}).toBytes()}addInput(t,r){const n=this.inputs.length;return this.inputs.push(r),{Input:n,type:t,$kind:"Input"}}getInputUses(t,r){this.mapArguments((n,i)=>(n.$kind==="Input"&&n.Input===t&&r(n,i),n))}mapArguments(t){for(const r of this.commands)switch(r.$kind){case"MoveCall":r.MoveCall.arguments=r.MoveCall.arguments.map(i=>t(i,r));break;case"TransferObjects":r.TransferObjects.objects=r.TransferObjects.objects.map(i=>t(i,r)),r.TransferObjects.address=t(r.TransferObjects.address,r);break;case"SplitCoins":r.SplitCoins.coin=t(r.SplitCoins.coin,r),r.SplitCoins.amounts=r.SplitCoins.amounts.map(i=>t(i,r));break;case"MergeCoins":r.MergeCoins.destination=t(r.MergeCoins.destination,r),r.MergeCoins.sources=r.MergeCoins.sources.map(i=>t(i,r));break;case"MakeMoveVec":r.MakeMoveVec.elements=r.MakeMoveVec.elements.map(i=>t(i,r));break;case"Upgrade":r.Upgrade.ticket=t(r.Upgrade.ticket,r);break;case"$Intent":const n=r.$Intent.inputs;r.$Intent.inputs={};for(const[i,o]of Object.entries(n))r.$Intent.inputs[i]=Array.isArray(o)?o.map(s=>t(s,r)):t(o,r);break;case"Publish":break;default:throw new Error(`Unexpected transaction kind: ${r.$kind}`)}}replaceCommand(t,r){if(!Array.isArray(r)){this.commands[t]=r;return}const n=r.length-1;this.commands.splice(t,1,...r),n!==0&&this.mapArguments(i=>{switch(i.$kind){case"Result":i.Result>t&&(i.Result+=n);break;case"NestedResult":i.NestedResult[0]>t&&(i.NestedResult[0]+=n);break}return i})}getDigest(){const t=this.build({onlyTransactionKind:!1});return Cn.getDigestFromBytes(t)}snapshot(){return cr(sc,this)}}function Np(e){if(typeof e=="string")return kt(e);if(e.Object)return e.Object.ImmOrOwnedObject?kt(e.Object.ImmOrOwnedObject.objectId):e.Object.Receiving?kt(e.Object.Receiving.objectId):kt(e.Object.SharedObject.objectId);if(e.UnresolvedObject)return kt(e.UnresolvedObject.objectId)}var kp=e=>{throw TypeError(e)},$u=(e,t,r)=>t.has(e)||kp("Cannot "+r),Ct=(e,t,r)=>($u(e,t,"read from private field"),r?r.call(e):t.get(e)),na=(e,t,r)=>t.has(e)?kp("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),So=(e,t,r,n)=>($u(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),vi=(e,t,r)=>($u(e,t,"access private method"),r),ia,oa,_o,Mt,Tn,uc,Vu,zu,qu;function jp(e,t=1/0){const r={$kind:"Result",Result:e},n=[],i=o=>n[o]??(n[o]={$kind:"NestedResult",NestedResult:[e,o]});return new Proxy(r,{set(){throw new Error("The transaction result is a proxy, and does not support setting properties directly")},get(o,s){if(s in o)return Reflect.get(o,s);if(s===Symbol.iterator)return function*(){let c=0;for(;c<t;)yield i(c),c++};if(typeof s=="symbol")return;const a=parseInt(s,10);if(!(Number.isNaN(a)||a<0))return i(a)}})}const Dp=Symbol.for("@mysten/transaction");function Lp(e){return!!e&&typeof e=="object"&&e[Dp]===!0}const Bp={buildPlugins:new Map,serializationPlugins:new Map},Hu=Symbol.for("@mysten/transaction/registry");function sa(){try{const e=globalThis;return e[Hu]||(e[Hu]=Bp),e[Hu]}catch{return Bp}}const Q3=class th{constructor(){na(this,Tn),na(this,ia),na(this,oa),na(this,_o,new Map),na(this,Mt),this.object=X3(r=>{var o,s;if(typeof r=="function")return this.object(r(this));if(typeof r=="object"&&Ru(nr,r))return r;const n=Np(r),i=Ct(this,Mt).inputs.find(a=>n===Np(a));return(o=i==null?void 0:i.Object)!=null&&o.SharedObject&&typeof r=="object"&&((s=r.Object)!=null&&s.SharedObject)&&(i.Object.SharedObject.mutable=i.Object.SharedObject.mutable||r.Object.SharedObject.mutable),i?{$kind:"Input",Input:Ct(this,Mt).inputs.indexOf(i),type:"object"}:Ct(this,Mt).addInput("object",typeof r=="string"?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:kt(r)}}:r)});const t=sa();So(this,Mt,new Cn),So(this,oa,[...t.buildPlugins.values()]),So(this,ia,[...t.serializationPlugins.values()])}static fromKind(t){const r=new th;return So(r,Mt,Cn.fromKindBytes(typeof t=="string"?xr(t):t)),r}static from(t){const r=new th;return Lp(t)?So(r,Mt,new Cn(t.getData())):typeof t!="string"||!t.startsWith("{")?So(r,Mt,Cn.fromBytes(typeof t=="string"?xr(t):t)):So(r,Mt,Cn.restore(JSON.parse(t))),r}static registerGlobalSerializationPlugin(t,r){sa().serializationPlugins.set(t,r??t)}static unregisterGlobalSerializationPlugin(t){sa().serializationPlugins.delete(t)}static registerGlobalBuildPlugin(t,r){sa().buildPlugins.set(t,r??t)}static unregisterGlobalBuildPlugin(t){sa().buildPlugins.delete(t)}addSerializationPlugin(t){Ct(this,ia).push(t)}addBuildPlugin(t){Ct(this,oa).push(t)}addIntentResolver(t,r){if(Ct(this,_o).has(t)&&Ct(this,_o).get(t)!==r)throw new Error(`Intent resolver for ${t} already exists`);Ct(this,_o).set(t,r)}setSender(t){Ct(this,Mt).sender=t}setSenderIfNotSet(t){Ct(this,Mt).sender||(Ct(this,Mt).sender=t)}setExpiration(t){Ct(this,Mt).expiration=t?cr(bp,t):null}setGasPrice(t){Ct(this,Mt).gasConfig.price=String(t)}setGasBudget(t){Ct(this,Mt).gasConfig.budget=String(t)}setGasBudgetIfNotSet(t){Ct(this,Mt).gasData.budget==null&&(Ct(this,Mt).gasConfig.budget=String(t))}setGasOwner(t){Ct(this,Mt).gasConfig.owner=t}setGasPayment(t){Ct(this,Mt).gasConfig.payment=t.map(r=>cr(Bi,r))}get blockData(){return Sp(Ct(this,Mt).snapshot())}getData(){return Ct(this,Mt).snapshot()}get[Dp](){return!0}get pure(){return Object.defineProperty(this,"pure",{enumerable:!1,value:J3(t=>ec(t)?Ct(this,Mt).addInput("pure",{$kind:"Pure",Pure:{bytes:t.toBase64()}}):Ct(this,Mt).addInput("pure",Ru(vp,t)?cr(vp,t):t instanceof Uint8Array?mi.Pure(t):{$kind:"UnresolvedPure",UnresolvedPure:{value:t}}))}),this.pure}get gas(){return{$kind:"GasCoin",GasCoin:!0}}objectRef(...t){return this.object(mi.ObjectRef(...t))}receivingRef(...t){return this.object(mi.ReceivingRef(...t))}sharedObjectRef(...t){return this.object(mi.SharedObjectRef(...t))}add(t){if(typeof t=="function")return t(this);const r=Ct(this,Mt).commands.push(t);return jp(r-1)}splitCoins(t,r){const n=wo.SplitCoins(typeof t=="string"?this.object(t):vi(this,Tn,Vu).call(this,t),r.map(o=>typeof o=="number"||typeof o=="bigint"||typeof o=="string"?this.pure.u64(o):vi(this,Tn,uc).call(this,o))),i=Ct(this,Mt).commands.push(n);return jp(i-1,r.length)}mergeCoins(t,r){return this.add(wo.MergeCoins(this.object(t),r.map(n=>this.object(n))))}publish({modules:t,dependencies:r}){return this.add(wo.Publish({modules:t,dependencies:r}))}upgrade({modules:t,dependencies:r,package:n,ticket:i}){return this.add(wo.Upgrade({modules:t,dependencies:r,package:n,ticket:this.object(i)}))}moveCall({arguments:t,...r}){return this.add(wo.MoveCall({...r,arguments:t==null?void 0:t.map(n=>vi(this,Tn,uc).call(this,n))}))}transferObjects(t,r){return this.add(wo.TransferObjects(t.map(n=>this.object(n)),typeof r=="string"?this.pure.address(r):vi(this,Tn,uc).call(this,r)))}makeMoveVec({type:t,elements:r}){return this.add(wo.MakeMoveVec({type:t,elements:r.map(n=>this.object(n))}))}serialize(){return JSON.stringify(Sp(Ct(this,Mt).snapshot()))}async toJSON(t={}){return await this.prepareForSerialization(t),JSON.stringify(cr(W4,Ct(this,Mt).snapshot()),(r,n)=>typeof n=="bigint"?n.toString():n,2)}async sign(t){const{signer:r,...n}=t,i=await this.build(n);return r.signTransaction(i)}async build(t={}){return await this.prepareForSerialization(t),await vi(this,Tn,zu).call(this,t),Ct(this,Mt).build({onlyTransactionKind:t.onlyTransactionKind})}async getDigest(t={}){return await vi(this,Tn,zu).call(this,t),Ct(this,Mt).getDigest()}async prepareForSerialization(t){var i;const r=new Set;for(const o of Ct(this,Mt).commands)o.$Intent&&r.add(o.$Intent.name);const n=[...Ct(this,ia)];for(const o of r)if(!((i=t.supportedIntents)!=null&&i.includes(o))){if(!Ct(this,_o).has(o))throw new Error(`Missing intent resolver for ${o}`);n.push(Ct(this,_o).get(o))}await vi(this,Tn,qu).call(this,n,t)}};ia=new WeakMap,oa=new WeakMap,_o=new WeakMap,Mt=new WeakMap,Tn=new WeakSet,uc=function(e){return ec(e)?this.pure(e):vi(this,Tn,Vu).call(this,e)},Vu=function(e){return typeof e=="function"?cr(nr,e(this)):cr(nr,e)},zu=async function(e){if(!e.onlyTransactionKind&&!Ct(this,Mt).sender)throw new Error("Missing transaction sender");await vi(this,Tn,qu).call(this,[...Ct(this,oa),U3],e)},qu=async function(e,t){const r=n=>{if(n>=e.length)return()=>{};const i=e[n];return async()=>{const o=r(n+1);let s=!1,a=!1;if(await i(Ct(this,Mt),t,async()=>{if(s)throw new Error(`next() was call multiple times in TransactionPlugin ${n}`);s=!0,await o(),a=!0}),!s)throw new Error(`next() was not called in TransactionPlugin ${n}`);if(!a)throw new Error(`next() was not awaited in TransactionPlugin ${n}`)}};await r(0)()};let Eo=Q3;class e8 extends Dh{constructor(){super(...arguments),this.core=this}}class t8 extends Error{}class $i extends t8{constructor(t,r){super(r),this.code=t}static fromResponse(t,r){switch(t.code){case"notExists":return new $i(t.code,`Object ${t.object_id} does not exist`);case"dynamicFieldNotFound":return new $i(t.code,`Dynamic field not found for object ${t.parent_object_id}`);case"deleted":return new $i(t.code,`Object ${t.object_id} has been deleted`);case"displayError":return new $i(t.code,`Display error: ${t.error}`);case"unknown":default:return new $i(t.code,`Unknown error while loading object${r?` ${r}`:""}`)}}}var Up=e=>{throw TypeError(e)},Fp=(e,t,r)=>t.has(e)||Up("Cannot "+r),bi=(e,t,r)=>(Fp(e,t,"read from private field"),r?r.call(e):t.get(e)),r8=(e,t,r)=>t.has(e)?Up("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),n8=(e,t,r,n)=>(Fp(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),cn;class i8 extends e8{constructor(t){super({network:t.network}),r8(this,cn),n8(this,cn,t)}async getObjects(t){const r=d4(t.objectIds,50),n=[];for(const i of r){const o=await bi(this,cn).multiGetObjects({ids:i,options:{showOwner:!0,showType:!0}});for(const[s,a]of o.entries())a.error?n.push($i.fromResponse(a.error,i[s])):n.push($p(a.data))}return{objects:n}}async getOwnedObjects(t){const r=await bi(this,cn).getOwnedObjects({owner:t.address,limit:t.limit,cursor:t.cursor});return{objects:r.data.map(n=>{if(n.error)throw $i.fromResponse(n.error);return $p(n.data)}),hasNextPage:r.hasNextPage,cursor:r.nextCursor??null}}async getCoins(t){const r=await bi(this,cn).getCoins({owner:t.address,coinType:t.coinType});return{objects:r.data.map(n=>({id:n.coinObjectId,version:n.version,digest:n.digest,balance:BigInt(n.balance),type:`0x2::coin::Coin<${n.coinType}>`,content:a8.serialize({id:n.coinObjectId,balance:{value:n.balance}}).toBytes(),owner:{$kind:"ObjectOwner",ObjectOwner:t.address}})),hasNextPage:r.hasNextPage,cursor:r.nextCursor??null}}async getBalance(t){const r=await bi(this,cn).getBalance({owner:t.address,coinType:t.coinType});return{balance:{coinType:r.coinType,balance:BigInt(r.totalBalance)}}}async getAllBalances(t){return{balances:(await bi(this,cn).getAllBalances({owner:t.address})).map(n=>({coinType:n.coinType,balance:BigInt(n.totalBalance)})),hasNextPage:!1,cursor:null}}async getTransaction(t){const r=await bi(this,cn).getTransactionBlock({digest:t.digest,options:{showRawInput:!0,showObjectChanges:!0,showRawEffects:!0,showEvents:!0}});return{transaction:Vp(r)}}async executeTransaction(t){const r=await bi(this,cn).executeTransactionBlock({transactionBlock:t.transaction,signature:t.signatures,options:{showEffects:!0,showEvents:!0}});return{transaction:Vp(r)}}async dryRunTransaction(t){const r=Eo.from(t.transaction),n=await bi(this,cn).dryRunTransactionBlock({transactionBlock:t.transaction});return{transaction:{digest:await r.getDigest(),effects:n.effects,signatures:[],bcs:t.transaction}}}async getReferenceGasPrice(){return{referenceGasPrice:await bi(this,cn).getReferenceGasPrice()}}}cn=new WeakMap;function $p(e){var t;return{id:e.objectId,version:e.version,digest:e.digest,type:e.type,content:((t=e.bcs)==null?void 0:t.dataType)==="moveObject"?xr(e.bcs.bcsBytes):new Uint8Array,owner:o8(e.owner)}}function o8(e){if(e==="Immutable")return{$kind:"Immutable",Immutable:!0};if("ConsensusV2"in e)return{$kind:"ConsensusV2",ConsensusV2Owner:{authenticator:{$kind:"SingleOwner",SingleOwner:e.ConsensusV2.authenticator.SingleOwner},startVersion:e.ConsensusV2.start_version}};if("AddressOwner"in e)return{$kind:"AddressOwner",AddressOwner:e.AddressOwner};if("ObjectOwner"in e)return{$kind:"ObjectOwner",ObjectOwner:e.ObjectOwner};if("Shared"in e)return{$kind:"Shared",Shared:{initialSharedVersion:e.Shared.initial_shared_version}};throw new Error(`Unknown owner type: ${JSON.stringify(e)}`)}function Vp(e){const t=pt.SenderSignedData.parse(xr(e.rawTransaction))[0];return{digest:e.digest,effects:new Uint8Array(e.rawEffects),bcs:pt.TransactionData.serialize(t.intentMessage.value).toBytes(),signatures:t.txSignatures}}const s8=pt.struct("Balance",{value:pt.u64()}),a8=pt.struct("Coin",{id:pt.Address,balance:s8}),c8=Symbol.for("@mysten/SuiClient");class es extends Dh{constructor(t){super({network:t.network??"unknown"}),this.core=new i8(this),this.transport=t.transport??new w6({url:t.url})}get[c8](){return!0}async getRpcApiVersion(){return(await this.transport.request({method:"rpc.discover",params:[]})).info.version}async getCoins(t){if(!t.owner||!Vn(kt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getCoins",params:[t.owner,t.coinType,t.cursor,t.limit]})}async getAllCoins(t){if(!t.owner||!Vn(kt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getAllCoins",params:[t.owner,t.cursor,t.limit]})}async getBalance(t){if(!t.owner||!Vn(kt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getBalance",params:[t.owner,t.coinType]})}async getAllBalances(t){if(!t.owner||!Vn(kt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getAllBalances",params:[t.owner]})}async getCoinMetadata(t){return await this.transport.request({method:"suix_getCoinMetadata",params:[t.coinType]})}async getTotalSupply(t){return await this.transport.request({method:"suix_getTotalSupply",params:[t.coinType]})}async call(t,r){return await this.transport.request({method:t,params:r})}async getMoveFunctionArgTypes(t){return await this.transport.request({method:"sui_getMoveFunctionArgTypes",params:[t.package,t.module,t.function]})}async getNormalizedMoveModulesByPackage(t){return await this.transport.request({method:"sui_getNormalizedMoveModulesByPackage",params:[t.package]})}async getNormalizedMoveModule(t){return await this.transport.request({method:"sui_getNormalizedMoveModule",params:[t.package,t.module]})}async getNormalizedMoveFunction(t){return await this.transport.request({method:"sui_getNormalizedMoveFunction",params:[t.package,t.module,t.function]})}async getNormalizedMoveStruct(t){return await this.transport.request({method:"sui_getNormalizedMoveStruct",params:[t.package,t.module,t.struct]})}async getOwnedObjects(t){if(!t.owner||!Vn(kt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getOwnedObjects",params:[t.owner,{filter:t.filter,options:t.options},t.cursor,t.limit]})}async getObject(t){if(!t.id||!Gs(Jr(t.id)))throw new Error("Invalid Sui Object id");return await this.transport.request({method:"sui_getObject",params:[t.id,t.options]})}async tryGetPastObject(t){return await this.transport.request({method:"sui_tryGetPastObject",params:[t.id,t.version,t.options]})}async multiGetObjects(t){if(t.ids.forEach(n=>{if(!n||!Gs(Jr(n)))throw new Error(`Invalid Sui Object id ${n}`)}),t.ids.length!==new Set(t.ids).size)throw new Error(`Duplicate object ids in batch call ${t.ids}`);return await this.transport.request({method:"sui_multiGetObjects",params:[t.ids,t.options]})}async queryTransactionBlocks(t){return await this.transport.request({method:"suix_queryTransactionBlocks",params:[{filter:t.filter,options:t.options},t.cursor,t.limit,(t.order||"descending")==="descending"]})}async getTransactionBlock(t){if(!_u(t.digest))throw new Error("Invalid Transaction digest");return await this.transport.request({method:"sui_getTransactionBlock",params:[t.digest,t.options]})}async multiGetTransactionBlocks(t){if(t.digests.forEach(n=>{if(!_u(n))throw new Error(`Invalid Transaction digest ${n}`)}),t.digests.length!==new Set(t.digests).size)throw new Error(`Duplicate digests in batch call ${t.digests}`);return await this.transport.request({method:"sui_multiGetTransactionBlocks",params:[t.digests,t.options]})}async executeTransactionBlock({transactionBlock:t,signature:r,options:n,requestType:i}){const o=await this.transport.request({method:"sui_executeTransactionBlock",params:[typeof t=="string"?t:gr(t),Array.isArray(r)?r:[r],n]});if(i==="WaitForLocalExecution")try{await this.waitForTransaction({digest:o.digest})}catch{}return o}async signAndExecuteTransaction({transaction:t,signer:r,...n}){let i;t instanceof Uint8Array?i=t:(t.setSenderIfNotSet(r.toSuiAddress()),i=await t.build({client:this}));const{signature:o,bytes:s}=await r.signTransaction(i);return this.executeTransactionBlock({transactionBlock:s,signature:o,...n})}async getTotalTransactionBlocks(){const t=await this.transport.request({method:"sui_getTotalTransactionBlocks",params:[]});return BigInt(t)}async getReferenceGasPrice(){const t=await this.transport.request({method:"suix_getReferenceGasPrice",params:[]});return BigInt(t)}async getStakes(t){if(!t.owner||!Vn(kt(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getStakes",params:[t.owner]})}async getStakesByIds(t){return t.stakedSuiIds.forEach(r=>{if(!r||!Gs(Jr(r)))throw new Error(`Invalid Sui Stake id ${r}`)}),await this.transport.request({method:"suix_getStakesByIds",params:[t.stakedSuiIds]})}async getLatestSuiSystemState(){return await this.transport.request({method:"suix_getLatestSuiSystemState",params:[]})}async queryEvents(t){return await this.transport.request({method:"suix_queryEvents",params:[t.query,t.cursor,t.limit,(t.order||"descending")==="descending"]})}async subscribeEvent(t){return this.transport.subscribe({method:"suix_subscribeEvent",unsubscribe:"suix_unsubscribeEvent",params:[t.filter],onMessage:t.onMessage})}async subscribeTransaction(t){return this.transport.subscribe({method:"suix_subscribeTransaction",unsubscribe:"suix_unsubscribeTransaction",params:[t.filter],onMessage:t.onMessage})}async devInspectTransactionBlock(t){var n;let r;if(Lp(t.transactionBlock))t.transactionBlock.setSenderIfNotSet(t.sender),r=gr(await t.transactionBlock.build({client:this,onlyTransactionKind:!0}));else if(typeof t.transactionBlock=="string")r=t.transactionBlock;else if(t.transactionBlock instanceof Uint8Array)r=gr(t.transactionBlock);else throw new Error("Unknown transaction block format.");return await this.transport.request({method:"sui_devInspectTransactionBlock",params:[t.sender,r,(n=t.gasPrice)==null?void 0:n.toString(),t.epoch]})}async dryRunTransactionBlock(t){return await this.transport.request({method:"sui_dryRunTransactionBlock",params:[typeof t.transactionBlock=="string"?t.transactionBlock:gr(t.transactionBlock)]})}async getDynamicFields(t){if(!t.parentId||!Gs(Jr(t.parentId)))throw new Error("Invalid Sui Object id");return await this.transport.request({method:"suix_getDynamicFields",params:[t.parentId,t.cursor,t.limit]})}async getDynamicFieldObject(t){return await this.transport.request({method:"suix_getDynamicFieldObject",params:[t.parentId,t.name]})}async getLatestCheckpointSequenceNumber(){const t=await this.transport.request({method:"sui_getLatestCheckpointSequenceNumber",params:[]});return String(t)}async getCheckpoint(t){return await this.transport.request({method:"sui_getCheckpoint",params:[t.id]})}async getCheckpoints(t){return await this.transport.request({method:"sui_getCheckpoints",params:[t.cursor,t==null?void 0:t.limit,t.descendingOrder]})}async getCommitteeInfo(t){return await this.transport.request({method:"suix_getCommitteeInfo",params:[t==null?void 0:t.epoch]})}async getNetworkMetrics(){return await this.transport.request({method:"suix_getNetworkMetrics",params:[]})}async getAddressMetrics(){return await this.transport.request({method:"suix_getLatestAddressMetrics",params:[]})}async getEpochMetrics(t){return await this.transport.request({method:"suix_getEpochMetrics",params:[t==null?void 0:t.cursor,t==null?void 0:t.limit,t==null?void 0:t.descendingOrder]})}async getAllEpochAddressMetrics(t){return await this.transport.request({method:"suix_getAllEpochAddressMetrics",params:[t==null?void 0:t.descendingOrder]})}async getEpochs(t){return await this.transport.request({method:"suix_getEpochs",params:[t==null?void 0:t.cursor,t==null?void 0:t.limit,t==null?void 0:t.descendingOrder]})}async getMoveCallMetrics(){return await this.transport.request({method:"suix_getMoveCallMetrics",params:[]})}async getCurrentEpoch(){return await this.transport.request({method:"suix_getCurrentEpoch",params:[]})}async getValidatorsApy(){return await this.transport.request({method:"suix_getValidatorsApy",params:[]})}async getChainIdentifier(){const t=await this.getCheckpoint({id:"0"}),r=li(t.digest);return ui(r.slice(0,4))}async resolveNameServiceAddress(t){return await this.transport.request({method:"suix_resolveNameServiceAddress",params:[t.name]})}async resolveNameServiceNames({format:t="dot",...r}){const{nextCursor:n,hasNextPage:i,data:o}=await this.transport.request({method:"suix_resolveNameServiceNames",params:[r.address,r.cursor,r.limit]});return{hasNextPage:i,nextCursor:n,data:o.map(s=>Fh(s,t))}}async getProtocolConfig(t){return await this.transport.request({method:"sui_getProtocolConfig",params:[t==null?void 0:t.version]})}async waitForTransaction({signal:t,timeout:r=60*1e3,pollInterval:n=2*1e3,...i}){const o=AbortSignal.timeout(r),s=new Promise((a,c)=>{o.addEventListener("abort",()=>c(o.reason))});for(s.catch(()=>{});!o.aborted;){t==null||t.throwIfAborted();try{return await this.getTransactionBlock(i)}catch{await Promise.race([new Promise(c=>setTimeout(c,n)),s])}}throw o.throwIfAborted(),new Error("Unexpected error while waiting for transaction block.")}experimental_asClientExtension(){return{name:"jsonRPC",register:()=>this}}}var Wu={},fc={},Gu={},dc={},Ku={},hc={};Object.defineProperty(hc,"__esModule",{value:!0}),hc.Convert=void 0;class l8{static toPriceFeed(t){return Yu(t,wi("PriceFeed"))}static priceFeedToJson(t){return Xu(t,wi("PriceFeed"))}static toPrice(t){return Yu(t,wi("Price"))}static priceToJson(t){return Xu(t,wi("Price"))}static toPriceFeedMetadata(t){return Yu(t,wi("PriceFeedMetadata"))}static priceFeedMetadataToJson(t){return Xu(t,wi("PriceFeedMetadata"))}}hc.Convert=l8;function yi(e,t,r=""){throw Error(r?`Invalid value for key "${r}". Expected type ${JSON.stringify(e)} but got ${JSON.stringify(t)}`:`Invalid value ${JSON.stringify(t)} for type ${JSON.stringify(e)}`)}function u8(e){if(e.jsonToJS===void 0){const t={};e.props.forEach(r=>t[r.json]={key:r.js,typ:r.typ}),e.jsonToJS=t}return e.jsonToJS}function f8(e){if(e.jsToJSON===void 0){const t={};e.props.forEach(r=>t[r.js]={key:r.json,typ:r.typ}),e.jsToJSON=t}return e.jsToJSON}function ts(e,t,r,n=""){function i(u,d){return typeof u==typeof d?d:yi(u,d,n)}function o(u,d){const p=u.length;for(let y=0;y<p;y++){const x=u[y];try{return ts(d,x,r)}catch{}}return yi(u,d)}function s(u,d){return u.indexOf(d)!==-1?d:yi(u,d)}function a(u,d){return Array.isArray(d)?d.map(p=>ts(p,u,r)):yi("array",d)}function c(u){if(u===null)return null;const d=new Date(u);return isNaN(d.valueOf())?yi("Date",u):d}function l(u,d,p){if(p===null||typeof p!="object"||Array.isArray(p))return yi("object",p);const y={};return Object.getOwnPropertyNames(u).forEach(x=>{const b=u[x],M=Object.prototype.hasOwnProperty.call(p,x)?p[x]:void 0;y[b.key]=ts(M,b.typ,r,b.key)}),Object.getOwnPropertyNames(p).forEach(x=>{Object.prototype.hasOwnProperty.call(u,x)||(y[x]=ts(p[x],d,r,x))}),y}if(t==="any")return e;if(t===null)return e===null?e:yi(t,e);if(t===!1)return yi(t,e);for(;typeof t=="object"&&t.ref!==void 0;)t=d8[t.ref];return Array.isArray(t)?s(t,e):typeof t=="object"?t.hasOwnProperty("unionMembers")?o(t.unionMembers,e):t.hasOwnProperty("arrayItems")?a(t.arrayItems,e):t.hasOwnProperty("props")?l(r(t),t.additional,e):yi(t,e):t===Date&&typeof e!="number"?c(e):i(t,e)}function Yu(e,t){return ts(e,t,u8)}function Xu(e,t){return ts(e,t,f8)}function Co(...e){return{unionMembers:e}}function Ju(e,t){return{props:e,additional:t}}function wi(e){return{ref:e}}const d8={PriceFeed:Ju([{json:"ema_price",js:"ema_price",typ:wi("Price")},{json:"id",js:"id",typ:""},{json:"metadata",js:"metadata",typ:Co(void 0,wi("PriceFeedMetadata"))},{json:"price",js:"price",typ:wi("Price")},{json:"vaa",js:"vaa",typ:Co(void 0,"")}],"any"),Price:Ju([{json:"conf",js:"conf",typ:""},{json:"expo",js:"expo",typ:0},{json:"price",js:"price",typ:""},{json:"publish_time",js:"publish_time",typ:0}],"any"),PriceFeedMetadata:Ju([{json:"attestation_time",js:"attestation_time",typ:Co(void 0,0)},{json:"emitter_chain",js:"emitter_chain",typ:0},{json:"prev_publish_time",js:"prev_publish_time",typ:Co(void 0,0)},{json:"price_service_receive_time",js:"price_service_receive_time",typ:Co(void 0,0)},{json:"sequence_number",js:"sequence_number",typ:Co(void 0,0)},{json:"slot",js:"slot",typ:Co(void 0,0)}],"any")};var aa={};(function(e){Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var t={},r={};r.byteLength=u,r.toByteArray=p,r.fromByteArray=b;for(var n=[],i=[],o=typeof Uint8Array<"u"?Uint8Array:Array,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,c=s.length;a<c;++a)n[a]=s[a],i[s.charCodeAt(a)]=a;i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63;function l(R){var k=R.length;if(k%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var F=R.indexOf("=");F===-1&&(F=k);var B=F===k?0:4-F%4;return[F,B]}function u(R){var k=l(R),F=k[0],B=k[1];return(F+B)*3/4-B}function d(R,k,F){return(k+F)*3/4-F}function p(R){var k,F=l(R),B=F[0],W=F[1],z=new o(d(R,B,W)),G=0,ne=W>0?B-4:B,oe;for(oe=0;oe<ne;oe+=4)k=i[R.charCodeAt(oe)]<<18|i[R.charCodeAt(oe+1)]<<12|i[R.charCodeAt(oe+2)]<<6|i[R.charCodeAt(oe+3)],z[G++]=k>>16&255,z[G++]=k>>8&255,z[G++]=k&255;return W===2&&(k=i[R.charCodeAt(oe)]<<2|i[R.charCodeAt(oe+1)]>>4,z[G++]=k&255),W===1&&(k=i[R.charCodeAt(oe)]<<10|i[R.charCodeAt(oe+1)]<<4|i[R.charCodeAt(oe+2)]>>2,z[G++]=k>>8&255,z[G++]=k&255),z}function y(R){return n[R>>18&63]+n[R>>12&63]+n[R>>6&63]+n[R&63]}function x(R,k,F){for(var B,W=[],z=k;z<F;z+=3)B=(R[z]<<16&16711680)+(R[z+1]<<8&65280)+(R[z+2]&255),W.push(y(B));return W.join("")}function b(R){for(var k,F=R.length,B=F%3,W=[],z=16383,G=0,ne=F-B;G<ne;G+=z)W.push(x(R,G,G+z>ne?ne:G+z));return B===1?(k=R[F-1],W.push(n[k>>2]+n[k<<4&63]+"==")):B===2&&(k=(R[F-2]<<8)+R[F-1],W.push(n[k>>10]+n[k>>4&63]+n[k<<2&63]+"=")),W.join("")}var M={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */M.read=function(R,k,F,B,W){var z,G,ne=W*8-B-1,oe=(1<<ne)-1,se=oe>>1,q=-7,L=F?W-1:0,h=F?-1:1,f=R[k+L];for(L+=h,z=f&(1<<-q)-1,f>>=-q,q+=ne;q>0;z=z*256+R[k+L],L+=h,q-=8);for(G=z&(1<<-q)-1,z>>=-q,q+=B;q>0;G=G*256+R[k+L],L+=h,q-=8);if(z===0)z=1-se;else{if(z===oe)return G?NaN:(f?-1:1)*(1/0);G=G+Math.pow(2,B),z=z-se}return(f?-1:1)*G*Math.pow(2,z-B)},M.write=function(R,k,F,B,W,z){var G,ne,oe,se=z*8-W-1,q=(1<<se)-1,L=q>>1,h=W===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=B?0:z-1,m=B?1:-1,S=k<0||k===0&&1/k<0?1:0;for(k=Math.abs(k),isNaN(k)||k===1/0?(ne=isNaN(k)?1:0,G=q):(G=Math.floor(Math.log(k)/Math.LN2),k*(oe=Math.pow(2,-G))<1&&(G--,oe*=2),G+L>=1?k+=h/oe:k+=h*Math.pow(2,1-L),k*oe>=2&&(G++,oe/=2),G+L>=q?(ne=0,G=q):G+L>=1?(ne=(k*oe-1)*Math.pow(2,W),G=G+L):(ne=k*Math.pow(2,L-1)*Math.pow(2,W),G=0));W>=8;R[F+f]=ne&255,f+=m,ne/=256,W-=8);for(G=G<<W|ne,se+=W;se>0;R[F+f]=G&255,f+=m,G/=256,se-=8);R[F+f-m]|=S*128};/*!
|
|
25
25
|
* The buffer module from node.js, for the browser.
|
|
26
26
|
*
|
|
27
27
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
28
28
|
* @license MIT
|
|
29
|
-
*/(function(R){const k=r,F=T,L=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;R.Buffer=z,R.SlowBuffer=v,R.INSPECT_MAX_BYTES=50;const q=2147483647;R.kMaxLength=q;const{Uint8Array:H,ArrayBuffer:K,SharedArrayBuffer:re}=globalThis;z.TYPED_ARRAY_SUPPORT=oe(),!z.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function oe(){try{const j=new H(1),E={foo:function(){return 42}};return Object.setPrototypeOf(E,H.prototype),Object.setPrototypeOf(j,E),j.foo()===42}catch{return!1}}Object.defineProperty(z.prototype,"parent",{enumerable:!0,get:function(){if(z.isBuffer(this))return this.buffer}}),Object.defineProperty(z.prototype,"offset",{enumerable:!0,get:function(){if(z.isBuffer(this))return this.byteOffset}});function ae(j){if(j>q)throw new RangeError('The value "'+j+'" is invalid for option "size"');const E=new H(j);return Object.setPrototypeOf(E,z.prototype),E}function z(j,E,A){if(typeof j=="number"){if(typeof E=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return m(j)}return D(j,E,A)}z.poolSize=8192;function D(j,E,A){if(typeof j=="string")return S(j,E);if(K.isView(j))return _(j);if(j==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof j);if(gt(j,K)||j&>(j.buffer,K)||typeof re<"u"&&(gt(j,re)||j&>(j.buffer,re)))return I(j,E,A);if(typeof j=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const $=j.valueOf&&j.valueOf();if($!=null&&$!==j)return z.from($,E,A);const Y=C(j);if(Y)return Y;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof j[Symbol.toPrimitive]=="function")return z.from(j[Symbol.toPrimitive]("string"),E,A);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof j)}z.from=function(j,E,A){return D(j,E,A)},Object.setPrototypeOf(z.prototype,H.prototype),Object.setPrototypeOf(z,H);function h(j){if(typeof j!="number")throw new TypeError('"size" argument must be of type number');if(j<0)throw new RangeError('The value "'+j+'" is invalid for option "size"')}function f(j,E,A){return h(j),j<=0?ae(j):E!==void 0?typeof A=="string"?ae(j).fill(E,A):ae(j).fill(E):ae(j)}z.alloc=function(j,E,A){return f(j,E,A)};function m(j){return h(j),ae(j<0?0:g(j)|0)}z.allocUnsafe=function(j){return m(j)},z.allocUnsafeSlow=function(j){return m(j)};function S(j,E){if((typeof E!="string"||E==="")&&(E="utf8"),!z.isEncoding(E))throw new TypeError("Unknown encoding: "+E);const A=N(j,E)|0;let $=ae(A);const Y=$.write(j,E);return Y!==A&&($=$.slice(0,Y)),$}function M(j){const E=j.length<0?0:g(j.length)|0,A=ae(E);for(let $=0;$<E;$+=1)A[$]=j[$]&255;return A}function _(j){if(gt(j,H)){const E=new H(j);return I(E.buffer,E.byteOffset,E.byteLength)}return M(j)}function I(j,E,A){if(E<0||j.byteLength<E)throw new RangeError('"offset" is outside of buffer bounds');if(j.byteLength<E+(A||0))throw new RangeError('"length" is outside of buffer bounds');let $;return E===void 0&&A===void 0?$=new H(j):A===void 0?$=new H(j,E):$=new H(j,E,A),Object.setPrototypeOf($,z.prototype),$}function C(j){if(z.isBuffer(j)){const E=g(j.length)|0,A=ae(E);return A.length===0||j.copy(A,0,0,E),A}if(j.length!==void 0)return typeof j.length!="number"||Rt(j.length)?ae(0):M(j);if(j.type==="Buffer"&&Array.isArray(j.data))return M(j.data)}function g(j){if(j>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return j|0}function v(j){return+j!=j&&(j=0),z.alloc(+j)}z.isBuffer=function(E){return E!=null&&E._isBuffer===!0&&E!==z.prototype},z.compare=function(E,A){if(gt(E,H)&&(E=z.from(E,E.offset,E.byteLength)),gt(A,H)&&(A=z.from(A,A.offset,A.byteLength)),!z.isBuffer(E)||!z.isBuffer(A))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(E===A)return 0;let $=E.length,Y=A.length;for(let J=0,ne=Math.min($,Y);J<ne;++J)if(E[J]!==A[J]){$=E[J],Y=A[J];break}return $<Y?-1:Y<$?1:0},z.isEncoding=function(E){switch(String(E).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},z.concat=function(E,A){if(!Array.isArray(E))throw new TypeError('"list" argument must be an Array of Buffers');if(E.length===0)return z.alloc(0);let $;if(A===void 0)for(A=0,$=0;$<E.length;++$)A+=E[$].length;const Y=z.allocUnsafe(A);let J=0;for($=0;$<E.length;++$){let ne=E[$];if(gt(ne,H))J+ne.length>Y.length?(z.isBuffer(ne)||(ne=z.from(ne)),ne.copy(Y,J)):H.prototype.set.call(Y,ne,J);else if(z.isBuffer(ne))ne.copy(Y,J);else throw new TypeError('"list" argument must be an Array of Buffers');J+=ne.length}return Y};function N(j,E){if(z.isBuffer(j))return j.length;if(K.isView(j)||gt(j,K))return j.byteLength;if(typeof j!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof j);const A=j.length,$=arguments.length>2&&arguments[2]===!0;if(!$&&A===0)return 0;let Y=!1;for(;;)switch(E){case"ascii":case"latin1":case"binary":return A;case"utf8":case"utf-8":return Pt(j).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A*2;case"hex":return A>>>1;case"base64":return Mt(j).length;default:if(Y)return $?-1:Pt(j).length;E=(""+E).toLowerCase(),Y=!0}}z.byteLength=N;function ee(j,E,A){let $=!1;if((E===void 0||E<0)&&(E=0),E>this.length||((A===void 0||A>this.length)&&(A=this.length),A<=0)||(A>>>=0,E>>>=0,A<=E))return"";for(j||(j="utf8");;)switch(j){case"hex":return Ue(this,E,A);case"utf8":case"utf-8":return je(this,E,A);case"ascii":return he(this,E,A);case"latin1":case"binary":return Ce(this,E,A);case"base64":return dt(this,E,A);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ne(this,E,A);default:if($)throw new TypeError("Unknown encoding: "+j);j=(j+"").toLowerCase(),$=!0}}z.prototype._isBuffer=!0;function ie(j,E,A){const $=j[E];j[E]=j[A],j[A]=$}z.prototype.swap16=function(){const E=this.length;if(E%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let A=0;A<E;A+=2)ie(this,A,A+1);return this},z.prototype.swap32=function(){const E=this.length;if(E%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let A=0;A<E;A+=4)ie(this,A,A+3),ie(this,A+1,A+2);return this},z.prototype.swap64=function(){const E=this.length;if(E%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let A=0;A<E;A+=8)ie(this,A,A+7),ie(this,A+1,A+6),ie(this,A+2,A+5),ie(this,A+3,A+4);return this},z.prototype.toString=function(){const E=this.length;return E===0?"":arguments.length===0?je(this,0,E):ee.apply(this,arguments)},z.prototype.toLocaleString=z.prototype.toString,z.prototype.equals=function(E){if(!z.isBuffer(E))throw new TypeError("Argument must be a Buffer");return this===E?!0:z.compare(this,E)===0},z.prototype.inspect=function(){let E="";const A=R.INSPECT_MAX_BYTES;return E=this.toString("hex",0,A).replace(/(.{2})/g,"$1 ").trim(),this.length>A&&(E+=" ... "),"<Buffer "+E+">"},L&&(z.prototype[L]=z.prototype.inspect),z.prototype.compare=function(E,A,$,Y,J){if(gt(E,H)&&(E=z.from(E,E.offset,E.byteLength)),!z.isBuffer(E))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof E);if(A===void 0&&(A=0),$===void 0&&($=E?E.length:0),Y===void 0&&(Y=0),J===void 0&&(J=this.length),A<0||$>E.length||Y<0||J>this.length)throw new RangeError("out of range index");if(Y>=J&&A>=$)return 0;if(Y>=J)return-1;if(A>=$)return 1;if(A>>>=0,$>>>=0,Y>>>=0,J>>>=0,this===E)return 0;let ne=J-Y,ke=$-A;const Je=Math.min(ne,ke),Re=this.slice(Y,J),V=E.slice(A,$);for(let se=0;se<Je;++se)if(Re[se]!==V[se]){ne=Re[se],ke=V[se];break}return ne<ke?-1:ke<ne?1:0};function le(j,E,A,$,Y){if(j.length===0)return-1;if(typeof A=="string"?($=A,A=0):A>2147483647?A=2147483647:A<-2147483648&&(A=-2147483648),A=+A,Rt(A)&&(A=Y?0:j.length-1),A<0&&(A=j.length+A),A>=j.length){if(Y)return-1;A=j.length-1}else if(A<0)if(Y)A=0;else return-1;if(typeof E=="string"&&(E=z.from(E,$)),z.isBuffer(E))return E.length===0?-1:me(j,E,A,$,Y);if(typeof E=="number")return E=E&255,typeof H.prototype.indexOf=="function"?Y?H.prototype.indexOf.call(j,E,A):H.prototype.lastIndexOf.call(j,E,A):me(j,[E],A,$,Y);throw new TypeError("val must be string, number or Buffer")}function me(j,E,A,$,Y){let J=1,ne=j.length,ke=E.length;if($!==void 0&&($=String($).toLowerCase(),$==="ucs2"||$==="ucs-2"||$==="utf16le"||$==="utf-16le")){if(j.length<2||E.length<2)return-1;J=2,ne/=2,ke/=2,A/=2}function Je(V,se){return J===1?V[se]:V.readUInt16BE(se*J)}let Re;if(Y){let V=-1;for(Re=A;Re<ne;Re++)if(Je(j,Re)===Je(E,V===-1?0:Re-V)){if(V===-1&&(V=Re),Re-V+1===ke)return V*J}else V!==-1&&(Re-=Re-V),V=-1}else for(A+ke>ne&&(A=ne-ke),Re=A;Re>=0;Re--){let V=!0;for(let se=0;se<ke;se++)if(Je(j,Re+se)!==Je(E,se)){V=!1;break}if(V)return Re}return-1}z.prototype.includes=function(E,A,$){return this.indexOf(E,A,$)!==-1},z.prototype.indexOf=function(E,A,$){return le(this,E,A,$,!0)},z.prototype.lastIndexOf=function(E,A,$){return le(this,E,A,$,!1)};function xe(j,E,A,$){A=Number(A)||0;const Y=j.length-A;$?($=Number($),$>Y&&($=Y)):$=Y;const J=E.length;$>J/2&&($=J/2);let ne;for(ne=0;ne<$;++ne){const ke=parseInt(E.substr(ne*2,2),16);if(Rt(ke))return ne;j[A+ne]=ke}return ne}function be(j,E,A,$){return Ge(Pt(E,j.length-A),j,A,$)}function Ve(j,E,A,$){return Ge(et(E),j,A,$)}function Le(j,E,A,$){return Ge(Mt(E),j,A,$)}function ft(j,E,A,$){return Ge(xt(E,j.length-A),j,A,$)}z.prototype.write=function(E,A,$,Y){if(A===void 0)Y="utf8",$=this.length,A=0;else if($===void 0&&typeof A=="string")Y=A,$=this.length,A=0;else if(isFinite(A))A=A>>>0,isFinite($)?($=$>>>0,Y===void 0&&(Y="utf8")):(Y=$,$=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const J=this.length-A;if(($===void 0||$>J)&&($=J),E.length>0&&($<0||A<0)||A>this.length)throw new RangeError("Attempt to write outside buffer bounds");Y||(Y="utf8");let ne=!1;for(;;)switch(Y){case"hex":return xe(this,E,A,$);case"utf8":case"utf-8":return be(this,E,A,$);case"ascii":case"latin1":case"binary":return Ve(this,E,A,$);case"base64":return Le(this,E,A,$);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ft(this,E,A,$);default:if(ne)throw new TypeError("Unknown encoding: "+Y);Y=(""+Y).toLowerCase(),ne=!0}},z.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function dt(j,E,A){return E===0&&A===j.length?k.fromByteArray(j):k.fromByteArray(j.slice(E,A))}function je(j,E,A){A=Math.min(j.length,A);const $=[];let Y=E;for(;Y<A;){const J=j[Y];let ne=null,ke=J>239?4:J>223?3:J>191?2:1;if(Y+ke<=A){let Je,Re,V,se;switch(ke){case 1:J<128&&(ne=J);break;case 2:Je=j[Y+1],(Je&192)===128&&(se=(J&31)<<6|Je&63,se>127&&(ne=se));break;case 3:Je=j[Y+1],Re=j[Y+2],(Je&192)===128&&(Re&192)===128&&(se=(J&15)<<12|(Je&63)<<6|Re&63,se>2047&&(se<55296||se>57343)&&(ne=se));break;case 4:Je=j[Y+1],Re=j[Y+2],V=j[Y+3],(Je&192)===128&&(Re&192)===128&&(V&192)===128&&(se=(J&15)<<18|(Je&63)<<12|(Re&63)<<6|V&63,se>65535&&se<1114112&&(ne=se))}}ne===null?(ne=65533,ke=1):ne>65535&&(ne-=65536,$.push(ne>>>10&1023|55296),ne=56320|ne&1023),$.push(ne),Y+=ke}return we($)}const mt=4096;function we(j){const E=j.length;if(E<=mt)return String.fromCharCode.apply(String,j);let A="",$=0;for(;$<E;)A+=String.fromCharCode.apply(String,j.slice($,$+=mt));return A}function he(j,E,A){let $="";A=Math.min(j.length,A);for(let Y=E;Y<A;++Y)$+=String.fromCharCode(j[Y]&127);return $}function Ce(j,E,A){let $="";A=Math.min(j.length,A);for(let Y=E;Y<A;++Y)$+=String.fromCharCode(j[Y]);return $}function Ue(j,E,A){const $=j.length;(!E||E<0)&&(E=0),(!A||A<0||A>$)&&(A=$);let Y="";for(let J=E;J<A;++J)Y+=nt[j[J]];return Y}function Ne(j,E,A){const $=j.slice(E,A);let Y="";for(let J=0;J<$.length-1;J+=2)Y+=String.fromCharCode($[J]+$[J+1]*256);return Y}z.prototype.slice=function(E,A){const $=this.length;E=~~E,A=A===void 0?$:~~A,E<0?(E+=$,E<0&&(E=0)):E>$&&(E=$),A<0?(A+=$,A<0&&(A=0)):A>$&&(A=$),A<E&&(A=E);const Y=this.subarray(E,A);return Object.setPrototypeOf(Y,z.prototype),Y};function Me(j,E,A){if(j%1!==0||j<0)throw new RangeError("offset is not uint");if(j+E>A)throw new RangeError("Trying to access beyond buffer length")}z.prototype.readUintLE=z.prototype.readUIntLE=function(E,A,$){E=E>>>0,A=A>>>0,$||Me(E,A,this.length);let Y=this[E],J=1,ne=0;for(;++ne<A&&(J*=256);)Y+=this[E+ne]*J;return Y},z.prototype.readUintBE=z.prototype.readUIntBE=function(E,A,$){E=E>>>0,A=A>>>0,$||Me(E,A,this.length);let Y=this[E+--A],J=1;for(;A>0&&(J*=256);)Y+=this[E+--A]*J;return Y},z.prototype.readUint8=z.prototype.readUInt8=function(E,A){return E=E>>>0,A||Me(E,1,this.length),this[E]},z.prototype.readUint16LE=z.prototype.readUInt16LE=function(E,A){return E=E>>>0,A||Me(E,2,this.length),this[E]|this[E+1]<<8},z.prototype.readUint16BE=z.prototype.readUInt16BE=function(E,A){return E=E>>>0,A||Me(E,2,this.length),this[E]<<8|this[E+1]},z.prototype.readUint32LE=z.prototype.readUInt32LE=function(E,A){return E=E>>>0,A||Me(E,4,this.length),(this[E]|this[E+1]<<8|this[E+2]<<16)+this[E+3]*16777216},z.prototype.readUint32BE=z.prototype.readUInt32BE=function(E,A){return E=E>>>0,A||Me(E,4,this.length),this[E]*16777216+(this[E+1]<<16|this[E+2]<<8|this[E+3])},z.prototype.readBigUInt64LE=St(function(E){E=E>>>0,_t(E,"offset");const A=this[E],$=this[E+7];(A===void 0||$===void 0)&&Ot(E,this.length-8);const Y=A+this[++E]*2**8+this[++E]*2**16+this[++E]*2**24,J=this[++E]+this[++E]*2**8+this[++E]*2**16+$*2**24;return BigInt(Y)+(BigInt(J)<<BigInt(32))}),z.prototype.readBigUInt64BE=St(function(E){E=E>>>0,_t(E,"offset");const A=this[E],$=this[E+7];(A===void 0||$===void 0)&&Ot(E,this.length-8);const Y=A*2**24+this[++E]*2**16+this[++E]*2**8+this[++E],J=this[++E]*2**24+this[++E]*2**16+this[++E]*2**8+$;return(BigInt(Y)<<BigInt(32))+BigInt(J)}),z.prototype.readIntLE=function(E,A,$){E=E>>>0,A=A>>>0,$||Me(E,A,this.length);let Y=this[E],J=1,ne=0;for(;++ne<A&&(J*=256);)Y+=this[E+ne]*J;return J*=128,Y>=J&&(Y-=Math.pow(2,8*A)),Y},z.prototype.readIntBE=function(E,A,$){E=E>>>0,A=A>>>0,$||Me(E,A,this.length);let Y=A,J=1,ne=this[E+--Y];for(;Y>0&&(J*=256);)ne+=this[E+--Y]*J;return J*=128,ne>=J&&(ne-=Math.pow(2,8*A)),ne},z.prototype.readInt8=function(E,A){return E=E>>>0,A||Me(E,1,this.length),this[E]&128?(255-this[E]+1)*-1:this[E]},z.prototype.readInt16LE=function(E,A){E=E>>>0,A||Me(E,2,this.length);const $=this[E]|this[E+1]<<8;return $&32768?$|4294901760:$},z.prototype.readInt16BE=function(E,A){E=E>>>0,A||Me(E,2,this.length);const $=this[E+1]|this[E]<<8;return $&32768?$|4294901760:$},z.prototype.readInt32LE=function(E,A){return E=E>>>0,A||Me(E,4,this.length),this[E]|this[E+1]<<8|this[E+2]<<16|this[E+3]<<24},z.prototype.readInt32BE=function(E,A){return E=E>>>0,A||Me(E,4,this.length),this[E]<<24|this[E+1]<<16|this[E+2]<<8|this[E+3]},z.prototype.readBigInt64LE=St(function(E){E=E>>>0,_t(E,"offset");const A=this[E],$=this[E+7];(A===void 0||$===void 0)&&Ot(E,this.length-8);const Y=this[E+4]+this[E+5]*2**8+this[E+6]*2**16+($<<24);return(BigInt(Y)<<BigInt(32))+BigInt(A+this[++E]*2**8+this[++E]*2**16+this[++E]*2**24)}),z.prototype.readBigInt64BE=St(function(E){E=E>>>0,_t(E,"offset");const A=this[E],$=this[E+7];(A===void 0||$===void 0)&&Ot(E,this.length-8);const Y=(A<<24)+this[++E]*2**16+this[++E]*2**8+this[++E];return(BigInt(Y)<<BigInt(32))+BigInt(this[++E]*2**24+this[++E]*2**16+this[++E]*2**8+$)}),z.prototype.readFloatLE=function(E,A){return E=E>>>0,A||Me(E,4,this.length),F.read(this,E,!0,23,4)},z.prototype.readFloatBE=function(E,A){return E=E>>>0,A||Me(E,4,this.length),F.read(this,E,!1,23,4)},z.prototype.readDoubleLE=function(E,A){return E=E>>>0,A||Me(E,8,this.length),F.read(this,E,!0,52,8)},z.prototype.readDoubleBE=function(E,A){return E=E>>>0,A||Me(E,8,this.length),F.read(this,E,!1,52,8)};function Te(j,E,A,$,Y,J){if(!z.isBuffer(j))throw new TypeError('"buffer" argument must be a Buffer instance');if(E>Y||E<J)throw new RangeError('"value" argument is out of bounds');if(A+$>j.length)throw new RangeError("Index out of range")}z.prototype.writeUintLE=z.prototype.writeUIntLE=function(E,A,$,Y){if(E=+E,A=A>>>0,$=$>>>0,!Y){const ke=Math.pow(2,8*$)-1;Te(this,E,A,$,ke,0)}let J=1,ne=0;for(this[A]=E&255;++ne<$&&(J*=256);)this[A+ne]=E/J&255;return A+$},z.prototype.writeUintBE=z.prototype.writeUIntBE=function(E,A,$,Y){if(E=+E,A=A>>>0,$=$>>>0,!Y){const ke=Math.pow(2,8*$)-1;Te(this,E,A,$,ke,0)}let J=$-1,ne=1;for(this[A+J]=E&255;--J>=0&&(ne*=256);)this[A+J]=E/ne&255;return A+$},z.prototype.writeUint8=z.prototype.writeUInt8=function(E,A,$){return E=+E,A=A>>>0,$||Te(this,E,A,1,255,0),this[A]=E&255,A+1},z.prototype.writeUint16LE=z.prototype.writeUInt16LE=function(E,A,$){return E=+E,A=A>>>0,$||Te(this,E,A,2,65535,0),this[A]=E&255,this[A+1]=E>>>8,A+2},z.prototype.writeUint16BE=z.prototype.writeUInt16BE=function(E,A,$){return E=+E,A=A>>>0,$||Te(this,E,A,2,65535,0),this[A]=E>>>8,this[A+1]=E&255,A+2},z.prototype.writeUint32LE=z.prototype.writeUInt32LE=function(E,A,$){return E=+E,A=A>>>0,$||Te(this,E,A,4,4294967295,0),this[A+3]=E>>>24,this[A+2]=E>>>16,this[A+1]=E>>>8,this[A]=E&255,A+4},z.prototype.writeUint32BE=z.prototype.writeUInt32BE=function(E,A,$){return E=+E,A=A>>>0,$||Te(this,E,A,4,4294967295,0),this[A]=E>>>24,this[A+1]=E>>>16,this[A+2]=E>>>8,this[A+3]=E&255,A+4};function Be(j,E,A,$,Y){Qe(E,$,Y,j,A,7);let J=Number(E&BigInt(4294967295));j[A++]=J,J=J>>8,j[A++]=J,J=J>>8,j[A++]=J,J=J>>8,j[A++]=J;let ne=Number(E>>BigInt(32)&BigInt(4294967295));return j[A++]=ne,ne=ne>>8,j[A++]=ne,ne=ne>>8,j[A++]=ne,ne=ne>>8,j[A++]=ne,A}function ut(j,E,A,$,Y){Qe(E,$,Y,j,A,7);let J=Number(E&BigInt(4294967295));j[A+7]=J,J=J>>8,j[A+6]=J,J=J>>8,j[A+5]=J,J=J>>8,j[A+4]=J;let ne=Number(E>>BigInt(32)&BigInt(4294967295));return j[A+3]=ne,ne=ne>>8,j[A+2]=ne,ne=ne>>8,j[A+1]=ne,ne=ne>>8,j[A]=ne,A+8}z.prototype.writeBigUInt64LE=St(function(E,A=0){return Be(this,E,A,BigInt(0),BigInt("0xffffffffffffffff"))}),z.prototype.writeBigUInt64BE=St(function(E,A=0){return ut(this,E,A,BigInt(0),BigInt("0xffffffffffffffff"))}),z.prototype.writeIntLE=function(E,A,$,Y){if(E=+E,A=A>>>0,!Y){const Je=Math.pow(2,8*$-1);Te(this,E,A,$,Je-1,-Je)}let J=0,ne=1,ke=0;for(this[A]=E&255;++J<$&&(ne*=256);)E<0&&ke===0&&this[A+J-1]!==0&&(ke=1),this[A+J]=(E/ne>>0)-ke&255;return A+$},z.prototype.writeIntBE=function(E,A,$,Y){if(E=+E,A=A>>>0,!Y){const Je=Math.pow(2,8*$-1);Te(this,E,A,$,Je-1,-Je)}let J=$-1,ne=1,ke=0;for(this[A+J]=E&255;--J>=0&&(ne*=256);)E<0&&ke===0&&this[A+J+1]!==0&&(ke=1),this[A+J]=(E/ne>>0)-ke&255;return A+$},z.prototype.writeInt8=function(E,A,$){return E=+E,A=A>>>0,$||Te(this,E,A,1,127,-128),E<0&&(E=255+E+1),this[A]=E&255,A+1},z.prototype.writeInt16LE=function(E,A,$){return E=+E,A=A>>>0,$||Te(this,E,A,2,32767,-32768),this[A]=E&255,this[A+1]=E>>>8,A+2},z.prototype.writeInt16BE=function(E,A,$){return E=+E,A=A>>>0,$||Te(this,E,A,2,32767,-32768),this[A]=E>>>8,this[A+1]=E&255,A+2},z.prototype.writeInt32LE=function(E,A,$){return E=+E,A=A>>>0,$||Te(this,E,A,4,2147483647,-2147483648),this[A]=E&255,this[A+1]=E>>>8,this[A+2]=E>>>16,this[A+3]=E>>>24,A+4},z.prototype.writeInt32BE=function(E,A,$){return E=+E,A=A>>>0,$||Te(this,E,A,4,2147483647,-2147483648),E<0&&(E=4294967295+E+1),this[A]=E>>>24,this[A+1]=E>>>16,this[A+2]=E>>>8,this[A+3]=E&255,A+4},z.prototype.writeBigInt64LE=St(function(E,A=0){return Be(this,E,A,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),z.prototype.writeBigInt64BE=St(function(E,A=0){return ut(this,E,A,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function lt(j,E,A,$,Y,J){if(A+$>j.length)throw new RangeError("Index out of range");if(A<0)throw new RangeError("Index out of range")}function ze(j,E,A,$,Y){return E=+E,A=A>>>0,Y||lt(j,E,A,4),F.write(j,E,A,$,23,4),A+4}z.prototype.writeFloatLE=function(E,A,$){return ze(this,E,A,!0,$)},z.prototype.writeFloatBE=function(E,A,$){return ze(this,E,A,!1,$)};function jt(j,E,A,$,Y){return E=+E,A=A>>>0,Y||lt(j,E,A,8),F.write(j,E,A,$,52,8),A+8}z.prototype.writeDoubleLE=function(E,A,$){return jt(this,E,A,!0,$)},z.prototype.writeDoubleBE=function(E,A,$){return jt(this,E,A,!1,$)},z.prototype.copy=function(E,A,$,Y){if(!z.isBuffer(E))throw new TypeError("argument should be a Buffer");if($||($=0),!Y&&Y!==0&&(Y=this.length),A>=E.length&&(A=E.length),A||(A=0),Y>0&&Y<$&&(Y=$),Y===$||E.length===0||this.length===0)return 0;if(A<0)throw new RangeError("targetStart out of bounds");if($<0||$>=this.length)throw new RangeError("Index out of range");if(Y<0)throw new RangeError("sourceEnd out of bounds");Y>this.length&&(Y=this.length),E.length-A<Y-$&&(Y=E.length-A+$);const J=Y-$;return this===E&&typeof H.prototype.copyWithin=="function"?this.copyWithin(A,$,Y):H.prototype.set.call(E,this.subarray($,Y),A),J},z.prototype.fill=function(E,A,$,Y){if(typeof E=="string"){if(typeof A=="string"?(Y=A,A=0,$=this.length):typeof $=="string"&&(Y=$,$=this.length),Y!==void 0&&typeof Y!="string")throw new TypeError("encoding must be a string");if(typeof Y=="string"&&!z.isEncoding(Y))throw new TypeError("Unknown encoding: "+Y);if(E.length===1){const ne=E.charCodeAt(0);(Y==="utf8"&&ne<128||Y==="latin1")&&(E=ne)}}else typeof E=="number"?E=E&255:typeof E=="boolean"&&(E=Number(E));if(A<0||this.length<A||this.length<$)throw new RangeError("Out of range index");if($<=A)return this;A=A>>>0,$=$===void 0?this.length:$>>>0,E||(E=0);let J;if(typeof E=="number")for(J=A;J<$;++J)this[J]=E;else{const ne=z.isBuffer(E)?E:z.from(E,Y),ke=ne.length;if(ke===0)throw new TypeError('The value "'+E+'" is invalid for argument "value"');for(J=0;J<$-A;++J)this[J+A]=ne[J%ke]}return this};const Et={};function Ze(j,E,A){Et[j]=class extends A{constructor(){super(),Object.defineProperty(this,"message",{value:E.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${j}]`,this.stack,delete this.name}get code(){return j}set code(Y){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:Y,writable:!0})}toString(){return`${this.name} [${j}]: ${this.message}`}}}Ze("ERR_BUFFER_OUT_OF_BOUNDS",function(j){return j?`${j} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Ze("ERR_INVALID_ARG_TYPE",function(j,E){return`The "${j}" argument must be of type number. Received type ${typeof E}`},TypeError),Ze("ERR_OUT_OF_RANGE",function(j,E,A){let $=`The value of "${j}" is out of range.`,Y=A;return Number.isInteger(A)&&Math.abs(A)>2**32?Y=It(String(A)):typeof A=="bigint"&&(Y=String(A),(A>BigInt(2)**BigInt(32)||A<-(BigInt(2)**BigInt(32)))&&(Y=It(Y)),Y+="n"),$+=` It must be ${E}. Received ${Y}`,$},RangeError);function It(j){let E="",A=j.length;const $=j[0]==="-"?1:0;for(;A>=$+4;A-=3)E=`_${j.slice(A-3,A)}${E}`;return`${j.slice(0,A)}${E}`}function Ft(j,E,A){_t(E,"offset"),(j[E]===void 0||j[E+A]===void 0)&&Ot(E,j.length-(A+1))}function Qe(j,E,A,$,Y,J){if(j>A||j<E){const ne=typeof E=="bigint"?"n":"";let ke;throw J>3?E===0||E===BigInt(0)?ke=`>= 0${ne} and < 2${ne} ** ${(J+1)*8}${ne}`:ke=`>= -(2${ne} ** ${(J+1)*8-1}${ne}) and < 2 ** ${(J+1)*8-1}${ne}`:ke=`>= ${E}${ne} and <= ${A}${ne}`,new Et.ERR_OUT_OF_RANGE("value",ke,j)}Ft($,Y,J)}function _t(j,E){if(typeof j!="number")throw new Et.ERR_INVALID_ARG_TYPE(E,"number",j)}function Ot(j,E,A){throw Math.floor(j)!==j?(_t(j,A),new Et.ERR_OUT_OF_RANGE(A||"offset","an integer",j)):E<0?new Et.ERR_BUFFER_OUT_OF_BOUNDS:new Et.ERR_OUT_OF_RANGE(A||"offset",`>= ${A?1:0} and <= ${E}`,j)}const rt=/[^+/0-9A-Za-z-_]/g;function kt(j){if(j=j.split("=")[0],j=j.trim().replace(rt,""),j.length<2)return"";for(;j.length%4!==0;)j=j+"=";return j}function Pt(j,E){E=E||1/0;let A;const $=j.length;let Y=null;const J=[];for(let ne=0;ne<$;++ne){if(A=j.charCodeAt(ne),A>55295&&A<57344){if(!Y){if(A>56319){(E-=3)>-1&&J.push(239,191,189);continue}else if(ne+1===$){(E-=3)>-1&&J.push(239,191,189);continue}Y=A;continue}if(A<56320){(E-=3)>-1&&J.push(239,191,189),Y=A;continue}A=(Y-55296<<10|A-56320)+65536}else Y&&(E-=3)>-1&&J.push(239,191,189);if(Y=null,A<128){if((E-=1)<0)break;J.push(A)}else if(A<2048){if((E-=2)<0)break;J.push(A>>6|192,A&63|128)}else if(A<65536){if((E-=3)<0)break;J.push(A>>12|224,A>>6&63|128,A&63|128)}else if(A<1114112){if((E-=4)<0)break;J.push(A>>18|240,A>>12&63|128,A>>6&63|128,A&63|128)}else throw new Error("Invalid code point")}return J}function et(j){const E=[];for(let A=0;A<j.length;++A)E.push(j.charCodeAt(A)&255);return E}function xt(j,E){let A,$,Y;const J=[];for(let ne=0;ne<j.length&&!((E-=2)<0);++ne)A=j.charCodeAt(ne),$=A>>8,Y=A%256,J.push(Y),J.push($);return J}function Mt(j){return k.toByteArray(kt(j))}function Ge(j,E,A,$){let Y;for(Y=0;Y<$&&!(Y+A>=E.length||Y>=j.length);++Y)E[Y+A]=j[Y];return Y}function gt(j,E){return j instanceof E||j!=null&&j.constructor!=null&&j.constructor.name!=null&&j.constructor.name===E.name}function Rt(j){return j!==j}const nt=function(){const j="0123456789abcdef",E=new Array(256);for(let A=0;A<16;++A){const $=A*16;for(let Y=0;Y<16;++Y)E[$+Y]=j[A]+j[Y]}return E}();function St(j){return typeof BigInt>"u"?zt:j}function zt(){throw new Error("BigInt not supported")}})(t);const O=t.Buffer;e.Blob=t.Blob,e.BlobOptions=t.BlobOptions,e.Buffer=t.Buffer,e.File=t.File,e.FileOptions=t.FileOptions,e.INSPECT_MAX_BYTES=t.INSPECT_MAX_BYTES,e.SlowBuffer=t.SlowBuffer,e.TranscodeEncoding=t.TranscodeEncoding,e.atob=t.atob,e.btoa=t.btoa,e.constants=t.constants,e.default=O,e.isAscii=t.isAscii,e.isUtf8=t.isUtf8,e.kMaxLength=t.kMaxLength,e.kStringMaxLength=t.kStringMaxLength,e.resolveObjectURL=t.resolveObjectURL,e.transcode=t.transcode}(Vl)),Vl}var T8=cc();const zl=Bs(T8);var on={},Hl={exports:{}};Hl.exports,function(e){(function(t,r){function n(D,h){if(!D)throw new Error(h||"Assertion failed")}function i(D,h){D.super_=h;var f=function(){};f.prototype=h.prototype,D.prototype=new f,D.prototype.constructor=D}function o(D,h,f){if(o.isBN(D))return D;this.negative=0,this.words=null,this.length=0,this.red=null,D!==null&&((h==="le"||h==="be")&&(f=h,h=10),this._init(D||0,h||10,f||"be"))}typeof t=="object"?t.exports=o:r.BN=o,o.BN=o,o.wordSize=26;var s;try{typeof window<"u"&&typeof window.Buffer<"u"?s=window.Buffer:s=cc().Buffer}catch{}o.isBN=function(h){return h instanceof o?!0:h!==null&&typeof h=="object"&&h.constructor.wordSize===o.wordSize&&Array.isArray(h.words)},o.max=function(h,f){return h.cmp(f)>0?h:f},o.min=function(h,f){return h.cmp(f)<0?h:f},o.prototype._init=function(h,f,m){if(typeof h=="number")return this._initNumber(h,f,m);if(typeof h=="object")return this._initArray(h,f,m);f==="hex"&&(f=16),n(f===(f|0)&&f>=2&&f<=36),h=h.toString().replace(/\s+/g,"");var S=0;h[0]==="-"&&(S++,this.negative=1),S<h.length&&(f===16?this._parseHex(h,S,m):(this._parseBase(h,f,S),m==="le"&&this._initArray(this.toArray(),f,m)))},o.prototype._initNumber=function(h,f,m){h<0&&(this.negative=1,h=-h),h<67108864?(this.words=[h&67108863],this.length=1):h<4503599627370496?(this.words=[h&67108863,h/67108864&67108863],this.length=2):(n(h<9007199254740992),this.words=[h&67108863,h/67108864&67108863,1],this.length=3),m==="le"&&this._initArray(this.toArray(),f,m)},o.prototype._initArray=function(h,f,m){if(n(typeof h.length=="number"),h.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(h.length/3),this.words=new Array(this.length);for(var S=0;S<this.length;S++)this.words[S]=0;var M,_,I=0;if(m==="be")for(S=h.length-1,M=0;S>=0;S-=3)_=h[S]|h[S-1]<<8|h[S-2]<<16,this.words[M]|=_<<I&67108863,this.words[M+1]=_>>>26-I&67108863,I+=24,I>=26&&(I-=26,M++);else if(m==="le")for(S=0,M=0;S<h.length;S+=3)_=h[S]|h[S+1]<<8|h[S+2]<<16,this.words[M]|=_<<I&67108863,this.words[M+1]=_>>>26-I&67108863,I+=24,I>=26&&(I-=26,M++);return this._strip()};function a(D,h){var f=D.charCodeAt(h);if(f>=48&&f<=57)return f-48;if(f>=65&&f<=70)return f-55;if(f>=97&&f<=102)return f-87;n(!1,"Invalid character in "+D)}function c(D,h,f){var m=a(D,f);return f-1>=h&&(m|=a(D,f-1)<<4),m}o.prototype._parseHex=function(h,f,m){this.length=Math.ceil((h.length-f)/6),this.words=new Array(this.length);for(var S=0;S<this.length;S++)this.words[S]=0;var M=0,_=0,I;if(m==="be")for(S=h.length-1;S>=f;S-=2)I=c(h,f,S)<<M,this.words[_]|=I&67108863,M>=18?(M-=18,_+=1,this.words[_]|=I>>>26):M+=8;else{var C=h.length-f;for(S=C%2===0?f+1:f;S<h.length;S+=2)I=c(h,f,S)<<M,this.words[_]|=I&67108863,M>=18?(M-=18,_+=1,this.words[_]|=I>>>26):M+=8}this._strip()};function u(D,h,f,m){for(var S=0,M=0,_=Math.min(D.length,f),I=h;I<_;I++){var C=D.charCodeAt(I)-48;S*=m,C>=49?M=C-49+10:C>=17?M=C-17+10:M=C,n(C>=0&&M<m,"Invalid character"),S+=M}return S}o.prototype._parseBase=function(h,f,m){this.words=[0],this.length=1;for(var S=0,M=1;M<=67108863;M*=f)S++;S--,M=M/f|0;for(var _=h.length-m,I=_%S,C=Math.min(_,_-I)+m,g=0,v=m;v<C;v+=S)g=u(h,v,v+S,f),this.imuln(M),this.words[0]+g<67108864?this.words[0]+=g:this._iaddn(g);if(I!==0){var N=1;for(g=u(h,v,h.length,f),v=0;v<I;v++)N*=f;this.imuln(N),this.words[0]+g<67108864?this.words[0]+=g:this._iaddn(g)}this._strip()},o.prototype.copy=function(h){h.words=new Array(this.length);for(var f=0;f<this.length;f++)h.words[f]=this.words[f];h.length=this.length,h.negative=this.negative,h.red=this.red};function l(D,h){D.words=h.words,D.length=h.length,D.negative=h.negative,D.red=h.red}if(o.prototype._move=function(h){l(h,this)},o.prototype.clone=function(){var h=new o(null);return this.copy(h),h},o.prototype._expand=function(h){for(;this.length<h;)this.words[this.length++]=0;return this},o.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},o.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{o.prototype[Symbol.for("nodejs.util.inspect.custom")]=d}catch{o.prototype.inspect=d}else o.prototype.inspect=d;function d(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var p=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],b=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];o.prototype.toString=function(h,f){h=h||10,f=f|0||1;var m;if(h===16||h==="hex"){m="";for(var S=0,M=0,_=0;_<this.length;_++){var I=this.words[_],C=((I<<S|M)&16777215).toString(16);M=I>>>24-S&16777215,S+=2,S>=26&&(S-=26,_--),M!==0||_!==this.length-1?m=p[6-C.length]+C+m:m=C+m}for(M!==0&&(m=M.toString(16)+m);m.length%f!==0;)m="0"+m;return this.negative!==0&&(m="-"+m),m}if(h===(h|0)&&h>=2&&h<=36){var g=w[h],v=b[h];m="";var N=this.clone();for(N.negative=0;!N.isZero();){var ee=N.modrn(v).toString(h);N=N.idivn(v),N.isZero()?m=ee+m:m=p[g-ee.length]+ee+m}for(this.isZero()&&(m="0"+m);m.length%f!==0;)m="0"+m;return this.negative!==0&&(m="-"+m),m}n(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var h=this.words[0];return this.length===2?h+=this.words[1]*67108864:this.length===3&&this.words[2]===1?h+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-h:h},o.prototype.toJSON=function(){return this.toString(16,2)},s&&(o.prototype.toBuffer=function(h,f){return this.toArrayLike(s,h,f)}),o.prototype.toArray=function(h,f){return this.toArrayLike(Array,h,f)};var y=function(h,f){return h.allocUnsafe?h.allocUnsafe(f):new h(f)};o.prototype.toArrayLike=function(h,f,m){this._strip();var S=this.byteLength(),M=m||Math.max(1,S);n(S<=M,"byte array longer than desired length"),n(M>0,"Requested array length <= 0");var _=y(h,M),I=f==="le"?"LE":"BE";return this["_toArrayLike"+I](_,S),_},o.prototype._toArrayLikeLE=function(h,f){for(var m=0,S=0,M=0,_=0;M<this.length;M++){var I=this.words[M]<<_|S;h[m++]=I&255,m<h.length&&(h[m++]=I>>8&255),m<h.length&&(h[m++]=I>>16&255),_===6?(m<h.length&&(h[m++]=I>>24&255),S=0,_=0):(S=I>>>24,_+=2)}if(m<h.length)for(h[m++]=S;m<h.length;)h[m++]=0},o.prototype._toArrayLikeBE=function(h,f){for(var m=h.length-1,S=0,M=0,_=0;M<this.length;M++){var I=this.words[M]<<_|S;h[m--]=I&255,m>=0&&(h[m--]=I>>8&255),m>=0&&(h[m--]=I>>16&255),_===6?(m>=0&&(h[m--]=I>>24&255),S=0,_=0):(S=I>>>24,_+=2)}if(m>=0)for(h[m--]=S;m>=0;)h[m--]=0},Math.clz32?o.prototype._countBits=function(h){return 32-Math.clz32(h)}:o.prototype._countBits=function(h){var f=h,m=0;return f>=4096&&(m+=13,f>>>=13),f>=64&&(m+=7,f>>>=7),f>=8&&(m+=4,f>>>=4),f>=2&&(m+=2,f>>>=2),m+f},o.prototype._zeroBits=function(h){if(h===0)return 26;var f=h,m=0;return f&8191||(m+=13,f>>>=13),f&127||(m+=7,f>>>=7),f&15||(m+=4,f>>>=4),f&3||(m+=2,f>>>=2),f&1||m++,m},o.prototype.bitLength=function(){var h=this.words[this.length-1],f=this._countBits(h);return(this.length-1)*26+f};function T(D){for(var h=new Array(D.bitLength()),f=0;f<h.length;f++){var m=f/26|0,S=f%26;h[f]=D.words[m]>>>S&1}return h}o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var h=0,f=0;f<this.length;f++){var m=this._zeroBits(this.words[f]);if(h+=m,m!==26)break}return h},o.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},o.prototype.toTwos=function(h){return this.negative!==0?this.abs().inotn(h).iaddn(1):this.clone()},o.prototype.fromTwos=function(h){return this.testn(h-1)?this.notn(h).iaddn(1).ineg():this.clone()},o.prototype.isNeg=function(){return this.negative!==0},o.prototype.neg=function(){return this.clone().ineg()},o.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},o.prototype.iuor=function(h){for(;this.length<h.length;)this.words[this.length++]=0;for(var f=0;f<h.length;f++)this.words[f]=this.words[f]|h.words[f];return this._strip()},o.prototype.ior=function(h){return n((this.negative|h.negative)===0),this.iuor(h)},o.prototype.or=function(h){return this.length>h.length?this.clone().ior(h):h.clone().ior(this)},o.prototype.uor=function(h){return this.length>h.length?this.clone().iuor(h):h.clone().iuor(this)},o.prototype.iuand=function(h){var f;this.length>h.length?f=h:f=this;for(var m=0;m<f.length;m++)this.words[m]=this.words[m]&h.words[m];return this.length=f.length,this._strip()},o.prototype.iand=function(h){return n((this.negative|h.negative)===0),this.iuand(h)},o.prototype.and=function(h){return this.length>h.length?this.clone().iand(h):h.clone().iand(this)},o.prototype.uand=function(h){return this.length>h.length?this.clone().iuand(h):h.clone().iuand(this)},o.prototype.iuxor=function(h){var f,m;this.length>h.length?(f=this,m=h):(f=h,m=this);for(var S=0;S<m.length;S++)this.words[S]=f.words[S]^m.words[S];if(this!==f)for(;S<f.length;S++)this.words[S]=f.words[S];return this.length=f.length,this._strip()},o.prototype.ixor=function(h){return n((this.negative|h.negative)===0),this.iuxor(h)},o.prototype.xor=function(h){return this.length>h.length?this.clone().ixor(h):h.clone().ixor(this)},o.prototype.uxor=function(h){return this.length>h.length?this.clone().iuxor(h):h.clone().iuxor(this)},o.prototype.inotn=function(h){n(typeof h=="number"&&h>=0);var f=Math.ceil(h/26)|0,m=h%26;this._expand(f),m>0&&f--;for(var S=0;S<f;S++)this.words[S]=~this.words[S]&67108863;return m>0&&(this.words[S]=~this.words[S]&67108863>>26-m),this._strip()},o.prototype.notn=function(h){return this.clone().inotn(h)},o.prototype.setn=function(h,f){n(typeof h=="number"&&h>=0);var m=h/26|0,S=h%26;return this._expand(m+1),f?this.words[m]=this.words[m]|1<<S:this.words[m]=this.words[m]&~(1<<S),this._strip()},o.prototype.iadd=function(h){var f;if(this.negative!==0&&h.negative===0)return this.negative=0,f=this.isub(h),this.negative^=1,this._normSign();if(this.negative===0&&h.negative!==0)return h.negative=0,f=this.isub(h),h.negative=1,f._normSign();var m,S;this.length>h.length?(m=this,S=h):(m=h,S=this);for(var M=0,_=0;_<S.length;_++)f=(m.words[_]|0)+(S.words[_]|0)+M,this.words[_]=f&67108863,M=f>>>26;for(;M!==0&&_<m.length;_++)f=(m.words[_]|0)+M,this.words[_]=f&67108863,M=f>>>26;if(this.length=m.length,M!==0)this.words[this.length]=M,this.length++;else if(m!==this)for(;_<m.length;_++)this.words[_]=m.words[_];return this},o.prototype.add=function(h){var f;return h.negative!==0&&this.negative===0?(h.negative=0,f=this.sub(h),h.negative^=1,f):h.negative===0&&this.negative!==0?(this.negative=0,f=h.sub(this),this.negative=1,f):this.length>h.length?this.clone().iadd(h):h.clone().iadd(this)},o.prototype.isub=function(h){if(h.negative!==0){h.negative=0;var f=this.iadd(h);return h.negative=1,f._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(h),this.negative=1,this._normSign();var m=this.cmp(h);if(m===0)return this.negative=0,this.length=1,this.words[0]=0,this;var S,M;m>0?(S=this,M=h):(S=h,M=this);for(var _=0,I=0;I<M.length;I++)f=(S.words[I]|0)-(M.words[I]|0)+_,_=f>>26,this.words[I]=f&67108863;for(;_!==0&&I<S.length;I++)f=(S.words[I]|0)+_,_=f>>26,this.words[I]=f&67108863;if(_===0&&I<S.length&&S!==this)for(;I<S.length;I++)this.words[I]=S.words[I];return this.length=Math.max(this.length,I),S!==this&&(this.negative=1),this._strip()},o.prototype.sub=function(h){return this.clone().isub(h)};function O(D,h,f){f.negative=h.negative^D.negative;var m=D.length+h.length|0;f.length=m,m=m-1|0;var S=D.words[0]|0,M=h.words[0]|0,_=S*M,I=_&67108863,C=_/67108864|0;f.words[0]=I;for(var g=1;g<m;g++){for(var v=C>>>26,N=C&67108863,ee=Math.min(g,h.length-1),ie=Math.max(0,g-D.length+1);ie<=ee;ie++){var le=g-ie|0;S=D.words[le]|0,M=h.words[ie]|0,_=S*M+N,v+=_/67108864|0,N=_&67108863}f.words[g]=N|0,C=v|0}return C!==0?f.words[g]=C|0:f.length--,f._strip()}var R=function(h,f,m){var S=h.words,M=f.words,_=m.words,I=0,C,g,v,N=S[0]|0,ee=N&8191,ie=N>>>13,le=S[1]|0,me=le&8191,xe=le>>>13,be=S[2]|0,Ve=be&8191,Le=be>>>13,ft=S[3]|0,dt=ft&8191,je=ft>>>13,mt=S[4]|0,we=mt&8191,he=mt>>>13,Ce=S[5]|0,Ue=Ce&8191,Ne=Ce>>>13,Me=S[6]|0,Te=Me&8191,Be=Me>>>13,ut=S[7]|0,lt=ut&8191,ze=ut>>>13,jt=S[8]|0,Et=jt&8191,Ze=jt>>>13,It=S[9]|0,Ft=It&8191,Qe=It>>>13,_t=M[0]|0,Ot=_t&8191,rt=_t>>>13,kt=M[1]|0,Pt=kt&8191,et=kt>>>13,xt=M[2]|0,Mt=xt&8191,Ge=xt>>>13,gt=M[3]|0,Rt=gt&8191,nt=gt>>>13,St=M[4]|0,zt=St&8191,j=St>>>13,E=M[5]|0,A=E&8191,$=E>>>13,Y=M[6]|0,J=Y&8191,ne=Y>>>13,ke=M[7]|0,Je=ke&8191,Re=ke>>>13,V=M[8]|0,se=V&8191,fe=V>>>13,Oe=M[9]|0,He=Oe&8191,Pe=Oe>>>13;m.negative=h.negative^f.negative,m.length=19,C=Math.imul(ee,Ot),g=Math.imul(ee,rt),g=g+Math.imul(ie,Ot)|0,v=Math.imul(ie,rt);var $e=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+($e>>>26)|0,$e&=67108863,C=Math.imul(me,Ot),g=Math.imul(me,rt),g=g+Math.imul(xe,Ot)|0,v=Math.imul(xe,rt),C=C+Math.imul(ee,Pt)|0,g=g+Math.imul(ee,et)|0,g=g+Math.imul(ie,Pt)|0,v=v+Math.imul(ie,et)|0;var at=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(at>>>26)|0,at&=67108863,C=Math.imul(Ve,Ot),g=Math.imul(Ve,rt),g=g+Math.imul(Le,Ot)|0,v=Math.imul(Le,rt),C=C+Math.imul(me,Pt)|0,g=g+Math.imul(me,et)|0,g=g+Math.imul(xe,Pt)|0,v=v+Math.imul(xe,et)|0,C=C+Math.imul(ee,Mt)|0,g=g+Math.imul(ee,Ge)|0,g=g+Math.imul(ie,Mt)|0,v=v+Math.imul(ie,Ge)|0;var Qt=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Qt>>>26)|0,Qt&=67108863,C=Math.imul(dt,Ot),g=Math.imul(dt,rt),g=g+Math.imul(je,Ot)|0,v=Math.imul(je,rt),C=C+Math.imul(Ve,Pt)|0,g=g+Math.imul(Ve,et)|0,g=g+Math.imul(Le,Pt)|0,v=v+Math.imul(Le,et)|0,C=C+Math.imul(me,Mt)|0,g=g+Math.imul(me,Ge)|0,g=g+Math.imul(xe,Mt)|0,v=v+Math.imul(xe,Ge)|0,C=C+Math.imul(ee,Rt)|0,g=g+Math.imul(ee,nt)|0,g=g+Math.imul(ie,Rt)|0,v=v+Math.imul(ie,nt)|0;var Dt=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Dt>>>26)|0,Dt&=67108863,C=Math.imul(we,Ot),g=Math.imul(we,rt),g=g+Math.imul(he,Ot)|0,v=Math.imul(he,rt),C=C+Math.imul(dt,Pt)|0,g=g+Math.imul(dt,et)|0,g=g+Math.imul(je,Pt)|0,v=v+Math.imul(je,et)|0,C=C+Math.imul(Ve,Mt)|0,g=g+Math.imul(Ve,Ge)|0,g=g+Math.imul(Le,Mt)|0,v=v+Math.imul(Le,Ge)|0,C=C+Math.imul(me,Rt)|0,g=g+Math.imul(me,nt)|0,g=g+Math.imul(xe,Rt)|0,v=v+Math.imul(xe,nt)|0,C=C+Math.imul(ee,zt)|0,g=g+Math.imul(ee,j)|0,g=g+Math.imul(ie,zt)|0,v=v+Math.imul(ie,j)|0;var Ut=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Ut>>>26)|0,Ut&=67108863,C=Math.imul(Ue,Ot),g=Math.imul(Ue,rt),g=g+Math.imul(Ne,Ot)|0,v=Math.imul(Ne,rt),C=C+Math.imul(we,Pt)|0,g=g+Math.imul(we,et)|0,g=g+Math.imul(he,Pt)|0,v=v+Math.imul(he,et)|0,C=C+Math.imul(dt,Mt)|0,g=g+Math.imul(dt,Ge)|0,g=g+Math.imul(je,Mt)|0,v=v+Math.imul(je,Ge)|0,C=C+Math.imul(Ve,Rt)|0,g=g+Math.imul(Ve,nt)|0,g=g+Math.imul(Le,Rt)|0,v=v+Math.imul(Le,nt)|0,C=C+Math.imul(me,zt)|0,g=g+Math.imul(me,j)|0,g=g+Math.imul(xe,zt)|0,v=v+Math.imul(xe,j)|0,C=C+Math.imul(ee,A)|0,g=g+Math.imul(ee,$)|0,g=g+Math.imul(ie,A)|0,v=v+Math.imul(ie,$)|0;var ur=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(ur>>>26)|0,ur&=67108863,C=Math.imul(Te,Ot),g=Math.imul(Te,rt),g=g+Math.imul(Be,Ot)|0,v=Math.imul(Be,rt),C=C+Math.imul(Ue,Pt)|0,g=g+Math.imul(Ue,et)|0,g=g+Math.imul(Ne,Pt)|0,v=v+Math.imul(Ne,et)|0,C=C+Math.imul(we,Mt)|0,g=g+Math.imul(we,Ge)|0,g=g+Math.imul(he,Mt)|0,v=v+Math.imul(he,Ge)|0,C=C+Math.imul(dt,Rt)|0,g=g+Math.imul(dt,nt)|0,g=g+Math.imul(je,Rt)|0,v=v+Math.imul(je,nt)|0,C=C+Math.imul(Ve,zt)|0,g=g+Math.imul(Ve,j)|0,g=g+Math.imul(Le,zt)|0,v=v+Math.imul(Le,j)|0,C=C+Math.imul(me,A)|0,g=g+Math.imul(me,$)|0,g=g+Math.imul(xe,A)|0,v=v+Math.imul(xe,$)|0,C=C+Math.imul(ee,J)|0,g=g+Math.imul(ee,ne)|0,g=g+Math.imul(ie,J)|0,v=v+Math.imul(ie,ne)|0;var Ar=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Ar>>>26)|0,Ar&=67108863,C=Math.imul(lt,Ot),g=Math.imul(lt,rt),g=g+Math.imul(ze,Ot)|0,v=Math.imul(ze,rt),C=C+Math.imul(Te,Pt)|0,g=g+Math.imul(Te,et)|0,g=g+Math.imul(Be,Pt)|0,v=v+Math.imul(Be,et)|0,C=C+Math.imul(Ue,Mt)|0,g=g+Math.imul(Ue,Ge)|0,g=g+Math.imul(Ne,Mt)|0,v=v+Math.imul(Ne,Ge)|0,C=C+Math.imul(we,Rt)|0,g=g+Math.imul(we,nt)|0,g=g+Math.imul(he,Rt)|0,v=v+Math.imul(he,nt)|0,C=C+Math.imul(dt,zt)|0,g=g+Math.imul(dt,j)|0,g=g+Math.imul(je,zt)|0,v=v+Math.imul(je,j)|0,C=C+Math.imul(Ve,A)|0,g=g+Math.imul(Ve,$)|0,g=g+Math.imul(Le,A)|0,v=v+Math.imul(Le,$)|0,C=C+Math.imul(me,J)|0,g=g+Math.imul(me,ne)|0,g=g+Math.imul(xe,J)|0,v=v+Math.imul(xe,ne)|0,C=C+Math.imul(ee,Je)|0,g=g+Math.imul(ee,Re)|0,g=g+Math.imul(ie,Je)|0,v=v+Math.imul(ie,Re)|0;var fr=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(fr>>>26)|0,fr&=67108863,C=Math.imul(Et,Ot),g=Math.imul(Et,rt),g=g+Math.imul(Ze,Ot)|0,v=Math.imul(Ze,rt),C=C+Math.imul(lt,Pt)|0,g=g+Math.imul(lt,et)|0,g=g+Math.imul(ze,Pt)|0,v=v+Math.imul(ze,et)|0,C=C+Math.imul(Te,Mt)|0,g=g+Math.imul(Te,Ge)|0,g=g+Math.imul(Be,Mt)|0,v=v+Math.imul(Be,Ge)|0,C=C+Math.imul(Ue,Rt)|0,g=g+Math.imul(Ue,nt)|0,g=g+Math.imul(Ne,Rt)|0,v=v+Math.imul(Ne,nt)|0,C=C+Math.imul(we,zt)|0,g=g+Math.imul(we,j)|0,g=g+Math.imul(he,zt)|0,v=v+Math.imul(he,j)|0,C=C+Math.imul(dt,A)|0,g=g+Math.imul(dt,$)|0,g=g+Math.imul(je,A)|0,v=v+Math.imul(je,$)|0,C=C+Math.imul(Ve,J)|0,g=g+Math.imul(Ve,ne)|0,g=g+Math.imul(Le,J)|0,v=v+Math.imul(Le,ne)|0,C=C+Math.imul(me,Je)|0,g=g+Math.imul(me,Re)|0,g=g+Math.imul(xe,Je)|0,v=v+Math.imul(xe,Re)|0,C=C+Math.imul(ee,se)|0,g=g+Math.imul(ee,fe)|0,g=g+Math.imul(ie,se)|0,v=v+Math.imul(ie,fe)|0;var er=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(er>>>26)|0,er&=67108863,C=Math.imul(Ft,Ot),g=Math.imul(Ft,rt),g=g+Math.imul(Qe,Ot)|0,v=Math.imul(Qe,rt),C=C+Math.imul(Et,Pt)|0,g=g+Math.imul(Et,et)|0,g=g+Math.imul(Ze,Pt)|0,v=v+Math.imul(Ze,et)|0,C=C+Math.imul(lt,Mt)|0,g=g+Math.imul(lt,Ge)|0,g=g+Math.imul(ze,Mt)|0,v=v+Math.imul(ze,Ge)|0,C=C+Math.imul(Te,Rt)|0,g=g+Math.imul(Te,nt)|0,g=g+Math.imul(Be,Rt)|0,v=v+Math.imul(Be,nt)|0,C=C+Math.imul(Ue,zt)|0,g=g+Math.imul(Ue,j)|0,g=g+Math.imul(Ne,zt)|0,v=v+Math.imul(Ne,j)|0,C=C+Math.imul(we,A)|0,g=g+Math.imul(we,$)|0,g=g+Math.imul(he,A)|0,v=v+Math.imul(he,$)|0,C=C+Math.imul(dt,J)|0,g=g+Math.imul(dt,ne)|0,g=g+Math.imul(je,J)|0,v=v+Math.imul(je,ne)|0,C=C+Math.imul(Ve,Je)|0,g=g+Math.imul(Ve,Re)|0,g=g+Math.imul(Le,Je)|0,v=v+Math.imul(Le,Re)|0,C=C+Math.imul(me,se)|0,g=g+Math.imul(me,fe)|0,g=g+Math.imul(xe,se)|0,v=v+Math.imul(xe,fe)|0,C=C+Math.imul(ee,He)|0,g=g+Math.imul(ee,Pe)|0,g=g+Math.imul(ie,He)|0,v=v+Math.imul(ie,Pe)|0;var xr=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(xr>>>26)|0,xr&=67108863,C=Math.imul(Ft,Pt),g=Math.imul(Ft,et),g=g+Math.imul(Qe,Pt)|0,v=Math.imul(Qe,et),C=C+Math.imul(Et,Mt)|0,g=g+Math.imul(Et,Ge)|0,g=g+Math.imul(Ze,Mt)|0,v=v+Math.imul(Ze,Ge)|0,C=C+Math.imul(lt,Rt)|0,g=g+Math.imul(lt,nt)|0,g=g+Math.imul(ze,Rt)|0,v=v+Math.imul(ze,nt)|0,C=C+Math.imul(Te,zt)|0,g=g+Math.imul(Te,j)|0,g=g+Math.imul(Be,zt)|0,v=v+Math.imul(Be,j)|0,C=C+Math.imul(Ue,A)|0,g=g+Math.imul(Ue,$)|0,g=g+Math.imul(Ne,A)|0,v=v+Math.imul(Ne,$)|0,C=C+Math.imul(we,J)|0,g=g+Math.imul(we,ne)|0,g=g+Math.imul(he,J)|0,v=v+Math.imul(he,ne)|0,C=C+Math.imul(dt,Je)|0,g=g+Math.imul(dt,Re)|0,g=g+Math.imul(je,Je)|0,v=v+Math.imul(je,Re)|0,C=C+Math.imul(Ve,se)|0,g=g+Math.imul(Ve,fe)|0,g=g+Math.imul(Le,se)|0,v=v+Math.imul(Le,fe)|0,C=C+Math.imul(me,He)|0,g=g+Math.imul(me,Pe)|0,g=g+Math.imul(xe,He)|0,v=v+Math.imul(xe,Pe)|0;var Rn=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Rn>>>26)|0,Rn&=67108863,C=Math.imul(Ft,Mt),g=Math.imul(Ft,Ge),g=g+Math.imul(Qe,Mt)|0,v=Math.imul(Qe,Ge),C=C+Math.imul(Et,Rt)|0,g=g+Math.imul(Et,nt)|0,g=g+Math.imul(Ze,Rt)|0,v=v+Math.imul(Ze,nt)|0,C=C+Math.imul(lt,zt)|0,g=g+Math.imul(lt,j)|0,g=g+Math.imul(ze,zt)|0,v=v+Math.imul(ze,j)|0,C=C+Math.imul(Te,A)|0,g=g+Math.imul(Te,$)|0,g=g+Math.imul(Be,A)|0,v=v+Math.imul(Be,$)|0,C=C+Math.imul(Ue,J)|0,g=g+Math.imul(Ue,ne)|0,g=g+Math.imul(Ne,J)|0,v=v+Math.imul(Ne,ne)|0,C=C+Math.imul(we,Je)|0,g=g+Math.imul(we,Re)|0,g=g+Math.imul(he,Je)|0,v=v+Math.imul(he,Re)|0,C=C+Math.imul(dt,se)|0,g=g+Math.imul(dt,fe)|0,g=g+Math.imul(je,se)|0,v=v+Math.imul(je,fe)|0,C=C+Math.imul(Ve,He)|0,g=g+Math.imul(Ve,Pe)|0,g=g+Math.imul(Le,He)|0,v=v+Math.imul(Le,Pe)|0;var Kr=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Kr>>>26)|0,Kr&=67108863,C=Math.imul(Ft,Rt),g=Math.imul(Ft,nt),g=g+Math.imul(Qe,Rt)|0,v=Math.imul(Qe,nt),C=C+Math.imul(Et,zt)|0,g=g+Math.imul(Et,j)|0,g=g+Math.imul(Ze,zt)|0,v=v+Math.imul(Ze,j)|0,C=C+Math.imul(lt,A)|0,g=g+Math.imul(lt,$)|0,g=g+Math.imul(ze,A)|0,v=v+Math.imul(ze,$)|0,C=C+Math.imul(Te,J)|0,g=g+Math.imul(Te,ne)|0,g=g+Math.imul(Be,J)|0,v=v+Math.imul(Be,ne)|0,C=C+Math.imul(Ue,Je)|0,g=g+Math.imul(Ue,Re)|0,g=g+Math.imul(Ne,Je)|0,v=v+Math.imul(Ne,Re)|0,C=C+Math.imul(we,se)|0,g=g+Math.imul(we,fe)|0,g=g+Math.imul(he,se)|0,v=v+Math.imul(he,fe)|0,C=C+Math.imul(dt,He)|0,g=g+Math.imul(dt,Pe)|0,g=g+Math.imul(je,He)|0,v=v+Math.imul(je,Pe)|0;var Nn=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Nn>>>26)|0,Nn&=67108863,C=Math.imul(Ft,zt),g=Math.imul(Ft,j),g=g+Math.imul(Qe,zt)|0,v=Math.imul(Qe,j),C=C+Math.imul(Et,A)|0,g=g+Math.imul(Et,$)|0,g=g+Math.imul(Ze,A)|0,v=v+Math.imul(Ze,$)|0,C=C+Math.imul(lt,J)|0,g=g+Math.imul(lt,ne)|0,g=g+Math.imul(ze,J)|0,v=v+Math.imul(ze,ne)|0,C=C+Math.imul(Te,Je)|0,g=g+Math.imul(Te,Re)|0,g=g+Math.imul(Be,Je)|0,v=v+Math.imul(Be,Re)|0,C=C+Math.imul(Ue,se)|0,g=g+Math.imul(Ue,fe)|0,g=g+Math.imul(Ne,se)|0,v=v+Math.imul(Ne,fe)|0,C=C+Math.imul(we,He)|0,g=g+Math.imul(we,Pe)|0,g=g+Math.imul(he,He)|0,v=v+Math.imul(he,Pe)|0;var Ii=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Ii>>>26)|0,Ii&=67108863,C=Math.imul(Ft,A),g=Math.imul(Ft,$),g=g+Math.imul(Qe,A)|0,v=Math.imul(Qe,$),C=C+Math.imul(Et,J)|0,g=g+Math.imul(Et,ne)|0,g=g+Math.imul(Ze,J)|0,v=v+Math.imul(Ze,ne)|0,C=C+Math.imul(lt,Je)|0,g=g+Math.imul(lt,Re)|0,g=g+Math.imul(ze,Je)|0,v=v+Math.imul(ze,Re)|0,C=C+Math.imul(Te,se)|0,g=g+Math.imul(Te,fe)|0,g=g+Math.imul(Be,se)|0,v=v+Math.imul(Be,fe)|0,C=C+Math.imul(Ue,He)|0,g=g+Math.imul(Ue,Pe)|0,g=g+Math.imul(Ne,He)|0,v=v+Math.imul(Ne,Pe)|0;var Oi=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Oi>>>26)|0,Oi&=67108863,C=Math.imul(Ft,J),g=Math.imul(Ft,ne),g=g+Math.imul(Qe,J)|0,v=Math.imul(Qe,ne),C=C+Math.imul(Et,Je)|0,g=g+Math.imul(Et,Re)|0,g=g+Math.imul(Ze,Je)|0,v=v+Math.imul(Ze,Re)|0,C=C+Math.imul(lt,se)|0,g=g+Math.imul(lt,fe)|0,g=g+Math.imul(ze,se)|0,v=v+Math.imul(ze,fe)|0,C=C+Math.imul(Te,He)|0,g=g+Math.imul(Te,Pe)|0,g=g+Math.imul(Be,He)|0,v=v+Math.imul(Be,Pe)|0;var jn=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(jn>>>26)|0,jn&=67108863,C=Math.imul(Ft,Je),g=Math.imul(Ft,Re),g=g+Math.imul(Qe,Je)|0,v=Math.imul(Qe,Re),C=C+Math.imul(Et,se)|0,g=g+Math.imul(Et,fe)|0,g=g+Math.imul(Ze,se)|0,v=v+Math.imul(Ze,fe)|0,C=C+Math.imul(lt,He)|0,g=g+Math.imul(lt,Pe)|0,g=g+Math.imul(ze,He)|0,v=v+Math.imul(ze,Pe)|0;var Pi=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Pi>>>26)|0,Pi&=67108863,C=Math.imul(Ft,se),g=Math.imul(Ft,fe),g=g+Math.imul(Qe,se)|0,v=Math.imul(Qe,fe),C=C+Math.imul(Et,He)|0,g=g+Math.imul(Et,Pe)|0,g=g+Math.imul(Ze,He)|0,v=v+Math.imul(Ze,Pe)|0;var Ri=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Ri>>>26)|0,Ri&=67108863,C=Math.imul(Ft,He),g=Math.imul(Ft,Pe),g=g+Math.imul(Qe,He)|0,v=Math.imul(Qe,Pe);var B=(I+C|0)+((g&8191)<<13)|0;return I=(v+(g>>>13)|0)+(B>>>26)|0,B&=67108863,_[0]=$e,_[1]=at,_[2]=Qt,_[3]=Dt,_[4]=Ut,_[5]=ur,_[6]=Ar,_[7]=fr,_[8]=er,_[9]=xr,_[10]=Rn,_[11]=Kr,_[12]=Nn,_[13]=Ii,_[14]=Oi,_[15]=jn,_[16]=Pi,_[17]=Ri,_[18]=B,I!==0&&(_[19]=I,m.length++),m};Math.imul||(R=O);function k(D,h,f){f.negative=h.negative^D.negative,f.length=D.length+h.length;for(var m=0,S=0,M=0;M<f.length-1;M++){var _=S;S=0;for(var I=m&67108863,C=Math.min(M,h.length-1),g=Math.max(0,M-D.length+1);g<=C;g++){var v=M-g,N=D.words[v]|0,ee=h.words[g]|0,ie=N*ee,le=ie&67108863;_=_+(ie/67108864|0)|0,le=le+I|0,I=le&67108863,_=_+(le>>>26)|0,S+=_>>>26,_&=67108863}f.words[M]=I,m=_,_=S}return m!==0?f.words[M]=m:f.length--,f._strip()}function F(D,h,f){return k(D,h,f)}o.prototype.mulTo=function(h,f){var m,S=this.length+h.length;return this.length===10&&h.length===10?m=R(this,h,f):S<63?m=O(this,h,f):S<1024?m=k(this,h,f):m=F(this,h,f),m},o.prototype.mul=function(h){var f=new o(null);return f.words=new Array(this.length+h.length),this.mulTo(h,f)},o.prototype.mulf=function(h){var f=new o(null);return f.words=new Array(this.length+h.length),F(this,h,f)},o.prototype.imul=function(h){return this.clone().mulTo(h,this)},o.prototype.imuln=function(h){var f=h<0;f&&(h=-h),n(typeof h=="number"),n(h<67108864);for(var m=0,S=0;S<this.length;S++){var M=(this.words[S]|0)*h,_=(M&67108863)+(m&67108863);m>>=26,m+=M/67108864|0,m+=_>>>26,this.words[S]=_&67108863}return m!==0&&(this.words[S]=m,this.length++),f?this.ineg():this},o.prototype.muln=function(h){return this.clone().imuln(h)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(h){var f=T(h);if(f.length===0)return new o(1);for(var m=this,S=0;S<f.length&&f[S]===0;S++,m=m.sqr());if(++S<f.length)for(var M=m.sqr();S<f.length;S++,M=M.sqr())f[S]!==0&&(m=m.mul(M));return m},o.prototype.iushln=function(h){n(typeof h=="number"&&h>=0);var f=h%26,m=(h-f)/26,S=67108863>>>26-f<<26-f,M;if(f!==0){var _=0;for(M=0;M<this.length;M++){var I=this.words[M]&S,C=(this.words[M]|0)-I<<f;this.words[M]=C|_,_=I>>>26-f}_&&(this.words[M]=_,this.length++)}if(m!==0){for(M=this.length-1;M>=0;M--)this.words[M+m]=this.words[M];for(M=0;M<m;M++)this.words[M]=0;this.length+=m}return this._strip()},o.prototype.ishln=function(h){return n(this.negative===0),this.iushln(h)},o.prototype.iushrn=function(h,f,m){n(typeof h=="number"&&h>=0);var S;f?S=(f-f%26)/26:S=0;var M=h%26,_=Math.min((h-M)/26,this.length),I=67108863^67108863>>>M<<M,C=m;if(S-=_,S=Math.max(0,S),C){for(var g=0;g<_;g++)C.words[g]=this.words[g];C.length=_}if(_!==0)if(this.length>_)for(this.length-=_,g=0;g<this.length;g++)this.words[g]=this.words[g+_];else this.words[0]=0,this.length=1;var v=0;for(g=this.length-1;g>=0&&(v!==0||g>=S);g--){var N=this.words[g]|0;this.words[g]=v<<26-M|N>>>M,v=N&I}return C&&v!==0&&(C.words[C.length++]=v),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},o.prototype.ishrn=function(h,f,m){return n(this.negative===0),this.iushrn(h,f,m)},o.prototype.shln=function(h){return this.clone().ishln(h)},o.prototype.ushln=function(h){return this.clone().iushln(h)},o.prototype.shrn=function(h){return this.clone().ishrn(h)},o.prototype.ushrn=function(h){return this.clone().iushrn(h)},o.prototype.testn=function(h){n(typeof h=="number"&&h>=0);var f=h%26,m=(h-f)/26,S=1<<f;if(this.length<=m)return!1;var M=this.words[m];return!!(M&S)},o.prototype.imaskn=function(h){n(typeof h=="number"&&h>=0);var f=h%26,m=(h-f)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=m)return this;if(f!==0&&m++,this.length=Math.min(m,this.length),f!==0){var S=67108863^67108863>>>f<<f;this.words[this.length-1]&=S}return this._strip()},o.prototype.maskn=function(h){return this.clone().imaskn(h)},o.prototype.iaddn=function(h){return n(typeof h=="number"),n(h<67108864),h<0?this.isubn(-h):this.negative!==0?this.length===1&&(this.words[0]|0)<=h?(this.words[0]=h-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(h),this.negative=1,this):this._iaddn(h)},o.prototype._iaddn=function(h){this.words[0]+=h;for(var f=0;f<this.length&&this.words[f]>=67108864;f++)this.words[f]-=67108864,f===this.length-1?this.words[f+1]=1:this.words[f+1]++;return this.length=Math.max(this.length,f+1),this},o.prototype.isubn=function(h){if(n(typeof h=="number"),n(h<67108864),h<0)return this.iaddn(-h);if(this.negative!==0)return this.negative=0,this.iaddn(h),this.negative=1,this;if(this.words[0]-=h,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var f=0;f<this.length&&this.words[f]<0;f++)this.words[f]+=67108864,this.words[f+1]-=1;return this._strip()},o.prototype.addn=function(h){return this.clone().iaddn(h)},o.prototype.subn=function(h){return this.clone().isubn(h)},o.prototype.iabs=function(){return this.negative=0,this},o.prototype.abs=function(){return this.clone().iabs()},o.prototype._ishlnsubmul=function(h,f,m){var S=h.length+m,M;this._expand(S);var _,I=0;for(M=0;M<h.length;M++){_=(this.words[M+m]|0)+I;var C=(h.words[M]|0)*f;_-=C&67108863,I=(_>>26)-(C/67108864|0),this.words[M+m]=_&67108863}for(;M<this.length-m;M++)_=(this.words[M+m]|0)+I,I=_>>26,this.words[M+m]=_&67108863;if(I===0)return this._strip();for(n(I===-1),I=0,M=0;M<this.length;M++)_=-(this.words[M]|0)+I,I=_>>26,this.words[M]=_&67108863;return this.negative=1,this._strip()},o.prototype._wordDiv=function(h,f){var m=this.length-h.length,S=this.clone(),M=h,_=M.words[M.length-1]|0,I=this._countBits(_);m=26-I,m!==0&&(M=M.ushln(m),S.iushln(m),_=M.words[M.length-1]|0);var C=S.length-M.length,g;if(f!=="mod"){g=new o(null),g.length=C+1,g.words=new Array(g.length);for(var v=0;v<g.length;v++)g.words[v]=0}var N=S.clone()._ishlnsubmul(M,1,C);N.negative===0&&(S=N,g&&(g.words[C]=1));for(var ee=C-1;ee>=0;ee--){var ie=(S.words[M.length+ee]|0)*67108864+(S.words[M.length+ee-1]|0);for(ie=Math.min(ie/_|0,67108863),S._ishlnsubmul(M,ie,ee);S.negative!==0;)ie--,S.negative=0,S._ishlnsubmul(M,1,ee),S.isZero()||(S.negative^=1);g&&(g.words[ee]=ie)}return g&&g._strip(),S._strip(),f!=="div"&&m!==0&&S.iushrn(m),{div:g||null,mod:S}},o.prototype.divmod=function(h,f,m){if(n(!h.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var S,M,_;return this.negative!==0&&h.negative===0?(_=this.neg().divmod(h,f),f!=="mod"&&(S=_.div.neg()),f!=="div"&&(M=_.mod.neg(),m&&M.negative!==0&&M.iadd(h)),{div:S,mod:M}):this.negative===0&&h.negative!==0?(_=this.divmod(h.neg(),f),f!=="mod"&&(S=_.div.neg()),{div:S,mod:_.mod}):this.negative&h.negative?(_=this.neg().divmod(h.neg(),f),f!=="div"&&(M=_.mod.neg(),m&&M.negative!==0&&M.isub(h)),{div:_.div,mod:M}):h.length>this.length||this.cmp(h)<0?{div:new o(0),mod:this}:h.length===1?f==="div"?{div:this.divn(h.words[0]),mod:null}:f==="mod"?{div:null,mod:new o(this.modrn(h.words[0]))}:{div:this.divn(h.words[0]),mod:new o(this.modrn(h.words[0]))}:this._wordDiv(h,f)},o.prototype.div=function(h){return this.divmod(h,"div",!1).div},o.prototype.mod=function(h){return this.divmod(h,"mod",!1).mod},o.prototype.umod=function(h){return this.divmod(h,"mod",!0).mod},o.prototype.divRound=function(h){var f=this.divmod(h);if(f.mod.isZero())return f.div;var m=f.div.negative!==0?f.mod.isub(h):f.mod,S=h.ushrn(1),M=h.andln(1),_=m.cmp(S);return _<0||M===1&&_===0?f.div:f.div.negative!==0?f.div.isubn(1):f.div.iaddn(1)},o.prototype.modrn=function(h){var f=h<0;f&&(h=-h),n(h<=67108863);for(var m=(1<<26)%h,S=0,M=this.length-1;M>=0;M--)S=(m*S+(this.words[M]|0))%h;return f?-S:S},o.prototype.modn=function(h){return this.modrn(h)},o.prototype.idivn=function(h){var f=h<0;f&&(h=-h),n(h<=67108863);for(var m=0,S=this.length-1;S>=0;S--){var M=(this.words[S]|0)+m*67108864;this.words[S]=M/h|0,m=M%h}return this._strip(),f?this.ineg():this},o.prototype.divn=function(h){return this.clone().idivn(h)},o.prototype.egcd=function(h){n(h.negative===0),n(!h.isZero());var f=this,m=h.clone();f.negative!==0?f=f.umod(h):f=f.clone();for(var S=new o(1),M=new o(0),_=new o(0),I=new o(1),C=0;f.isEven()&&m.isEven();)f.iushrn(1),m.iushrn(1),++C;for(var g=m.clone(),v=f.clone();!f.isZero();){for(var N=0,ee=1;!(f.words[0]&ee)&&N<26;++N,ee<<=1);if(N>0)for(f.iushrn(N);N-- >0;)(S.isOdd()||M.isOdd())&&(S.iadd(g),M.isub(v)),S.iushrn(1),M.iushrn(1);for(var ie=0,le=1;!(m.words[0]&le)&&ie<26;++ie,le<<=1);if(ie>0)for(m.iushrn(ie);ie-- >0;)(_.isOdd()||I.isOdd())&&(_.iadd(g),I.isub(v)),_.iushrn(1),I.iushrn(1);f.cmp(m)>=0?(f.isub(m),S.isub(_),M.isub(I)):(m.isub(f),_.isub(S),I.isub(M))}return{a:_,b:I,gcd:m.iushln(C)}},o.prototype._invmp=function(h){n(h.negative===0),n(!h.isZero());var f=this,m=h.clone();f.negative!==0?f=f.umod(h):f=f.clone();for(var S=new o(1),M=new o(0),_=m.clone();f.cmpn(1)>0&&m.cmpn(1)>0;){for(var I=0,C=1;!(f.words[0]&C)&&I<26;++I,C<<=1);if(I>0)for(f.iushrn(I);I-- >0;)S.isOdd()&&S.iadd(_),S.iushrn(1);for(var g=0,v=1;!(m.words[0]&v)&&g<26;++g,v<<=1);if(g>0)for(m.iushrn(g);g-- >0;)M.isOdd()&&M.iadd(_),M.iushrn(1);f.cmp(m)>=0?(f.isub(m),S.isub(M)):(m.isub(f),M.isub(S))}var N;return f.cmpn(1)===0?N=S:N=M,N.cmpn(0)<0&&N.iadd(h),N},o.prototype.gcd=function(h){if(this.isZero())return h.abs();if(h.isZero())return this.abs();var f=this.clone(),m=h.clone();f.negative=0,m.negative=0;for(var S=0;f.isEven()&&m.isEven();S++)f.iushrn(1),m.iushrn(1);do{for(;f.isEven();)f.iushrn(1);for(;m.isEven();)m.iushrn(1);var M=f.cmp(m);if(M<0){var _=f;f=m,m=_}else if(M===0||m.cmpn(1)===0)break;f.isub(m)}while(!0);return m.iushln(S)},o.prototype.invm=function(h){return this.egcd(h).a.umod(h)},o.prototype.isEven=function(){return(this.words[0]&1)===0},o.prototype.isOdd=function(){return(this.words[0]&1)===1},o.prototype.andln=function(h){return this.words[0]&h},o.prototype.bincn=function(h){n(typeof h=="number");var f=h%26,m=(h-f)/26,S=1<<f;if(this.length<=m)return this._expand(m+1),this.words[m]|=S,this;for(var M=S,_=m;M!==0&&_<this.length;_++){var I=this.words[_]|0;I+=M,M=I>>>26,I&=67108863,this.words[_]=I}return M!==0&&(this.words[_]=M,this.length++),this},o.prototype.isZero=function(){return this.length===1&&this.words[0]===0},o.prototype.cmpn=function(h){var f=h<0;if(this.negative!==0&&!f)return-1;if(this.negative===0&&f)return 1;this._strip();var m;if(this.length>1)m=1;else{f&&(h=-h),n(h<=67108863,"Number is too big");var S=this.words[0]|0;m=S===h?0:S<h?-1:1}return this.negative!==0?-m|0:m},o.prototype.cmp=function(h){if(this.negative!==0&&h.negative===0)return-1;if(this.negative===0&&h.negative!==0)return 1;var f=this.ucmp(h);return this.negative!==0?-f|0:f},o.prototype.ucmp=function(h){if(this.length>h.length)return 1;if(this.length<h.length)return-1;for(var f=0,m=this.length-1;m>=0;m--){var S=this.words[m]|0,M=h.words[m]|0;if(S!==M){S<M?f=-1:S>M&&(f=1);break}}return f},o.prototype.gtn=function(h){return this.cmpn(h)===1},o.prototype.gt=function(h){return this.cmp(h)===1},o.prototype.gten=function(h){return this.cmpn(h)>=0},o.prototype.gte=function(h){return this.cmp(h)>=0},o.prototype.ltn=function(h){return this.cmpn(h)===-1},o.prototype.lt=function(h){return this.cmp(h)===-1},o.prototype.lten=function(h){return this.cmpn(h)<=0},o.prototype.lte=function(h){return this.cmp(h)<=0},o.prototype.eqn=function(h){return this.cmpn(h)===0},o.prototype.eq=function(h){return this.cmp(h)===0},o.red=function(h){return new ae(h)},o.prototype.toRed=function(h){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),h.convertTo(this)._forceRed(h)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(h){return this.red=h,this},o.prototype.forceRed=function(h){return n(!this.red,"Already a number in reduction context"),this._forceRed(h)},o.prototype.redAdd=function(h){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,h)},o.prototype.redIAdd=function(h){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,h)},o.prototype.redSub=function(h){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,h)},o.prototype.redISub=function(h){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,h)},o.prototype.redShl=function(h){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,h)},o.prototype.redMul=function(h){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,h),this.red.mul(this,h)},o.prototype.redIMul=function(h){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,h),this.red.imul(this,h)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(h){return n(this.red&&!h.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,h)};var L={k256:null,p224:null,p192:null,p25519:null};function q(D,h){this.name=D,this.p=new o(h,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}q.prototype._tmp=function(){var h=new o(null);return h.words=new Array(Math.ceil(this.n/13)),h},q.prototype.ireduce=function(h){var f=h,m;do this.split(f,this.tmp),f=this.imulK(f),f=f.iadd(this.tmp),m=f.bitLength();while(m>this.n);var S=m<this.n?-1:f.ucmp(this.p);return S===0?(f.words[0]=0,f.length=1):S>0?f.isub(this.p):f.strip!==void 0?f.strip():f._strip(),f},q.prototype.split=function(h,f){h.iushrn(this.n,0,f)},q.prototype.imulK=function(h){return h.imul(this.k)};function H(){q.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}i(H,q),H.prototype.split=function(h,f){for(var m=4194303,S=Math.min(h.length,9),M=0;M<S;M++)f.words[M]=h.words[M];if(f.length=S,h.length<=9){h.words[0]=0,h.length=1;return}var _=h.words[9];for(f.words[f.length++]=_&m,M=10;M<h.length;M++){var I=h.words[M]|0;h.words[M-10]=(I&m)<<4|_>>>22,_=I}_>>>=22,h.words[M-10]=_,_===0&&h.length>10?h.length-=10:h.length-=9},H.prototype.imulK=function(h){h.words[h.length]=0,h.words[h.length+1]=0,h.length+=2;for(var f=0,m=0;m<h.length;m++){var S=h.words[m]|0;f+=S*977,h.words[m]=f&67108863,f=S*64+(f/67108864|0)}return h.words[h.length-1]===0&&(h.length--,h.words[h.length-1]===0&&h.length--),h};function K(){q.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}i(K,q);function re(){q.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}i(re,q);function oe(){q.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}i(oe,q),oe.prototype.imulK=function(h){for(var f=0,m=0;m<h.length;m++){var S=(h.words[m]|0)*19+f,M=S&67108863;S>>>=26,h.words[m]=M,f=S}return f!==0&&(h.words[h.length++]=f),h},o._prime=function(h){if(L[h])return L[h];var f;if(h==="k256")f=new H;else if(h==="p224")f=new K;else if(h==="p192")f=new re;else if(h==="p25519")f=new oe;else throw new Error("Unknown prime "+h);return L[h]=f,f};function ae(D){if(typeof D=="string"){var h=o._prime(D);this.m=h.p,this.prime=h}else n(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}ae.prototype._verify1=function(h){n(h.negative===0,"red works only with positives"),n(h.red,"red works only with red numbers")},ae.prototype._verify2=function(h,f){n((h.negative|f.negative)===0,"red works only with positives"),n(h.red&&h.red===f.red,"red works only with red numbers")},ae.prototype.imod=function(h){return this.prime?this.prime.ireduce(h)._forceRed(this):(l(h,h.umod(this.m)._forceRed(this)),h)},ae.prototype.neg=function(h){return h.isZero()?h.clone():this.m.sub(h)._forceRed(this)},ae.prototype.add=function(h,f){this._verify2(h,f);var m=h.add(f);return m.cmp(this.m)>=0&&m.isub(this.m),m._forceRed(this)},ae.prototype.iadd=function(h,f){this._verify2(h,f);var m=h.iadd(f);return m.cmp(this.m)>=0&&m.isub(this.m),m},ae.prototype.sub=function(h,f){this._verify2(h,f);var m=h.sub(f);return m.cmpn(0)<0&&m.iadd(this.m),m._forceRed(this)},ae.prototype.isub=function(h,f){this._verify2(h,f);var m=h.isub(f);return m.cmpn(0)<0&&m.iadd(this.m),m},ae.prototype.shl=function(h,f){return this._verify1(h),this.imod(h.ushln(f))},ae.prototype.imul=function(h,f){return this._verify2(h,f),this.imod(h.imul(f))},ae.prototype.mul=function(h,f){return this._verify2(h,f),this.imod(h.mul(f))},ae.prototype.isqr=function(h){return this.imul(h,h.clone())},ae.prototype.sqr=function(h){return this.mul(h,h)},ae.prototype.sqrt=function(h){if(h.isZero())return h.clone();var f=this.m.andln(3);if(n(f%2===1),f===3){var m=this.m.add(new o(1)).iushrn(2);return this.pow(h,m)}for(var S=this.m.subn(1),M=0;!S.isZero()&&S.andln(1)===0;)M++,S.iushrn(1);n(!S.isZero());var _=new o(1).toRed(this),I=_.redNeg(),C=this.m.subn(1).iushrn(1),g=this.m.bitLength();for(g=new o(2*g*g).toRed(this);this.pow(g,C).cmp(I)!==0;)g.redIAdd(I);for(var v=this.pow(g,S),N=this.pow(h,S.addn(1).iushrn(1)),ee=this.pow(h,S),ie=M;ee.cmp(_)!==0;){for(var le=ee,me=0;le.cmp(_)!==0;me++)le=le.redSqr();n(me<ie);var xe=this.pow(v,new o(1).iushln(ie-me-1));N=N.redMul(xe),v=xe.redSqr(),ee=ee.redMul(v),ie=me}return N},ae.prototype.invm=function(h){var f=h._invmp(this.m);return f.negative!==0?(f.negative=0,this.imod(f).redNeg()):this.imod(f)},ae.prototype.pow=function(h,f){if(f.isZero())return new o(1).toRed(this);if(f.cmpn(1)===0)return h.clone();var m=4,S=new Array(1<<m);S[0]=new o(1).toRed(this),S[1]=h;for(var M=2;M<S.length;M++)S[M]=this.mul(S[M-1],h);var _=S[0],I=0,C=0,g=f.bitLength()%26;for(g===0&&(g=26),M=f.length-1;M>=0;M--){for(var v=f.words[M],N=g-1;N>=0;N--){var ee=v>>N&1;if(_!==S[0]&&(_=this.sqr(_)),ee===0&&I===0){C=0;continue}I<<=1,I|=ee,C++,!(C!==m&&(M!==0||N!==0))&&(_=this.mul(_,S[I]),C=0,I=0)}g=26}return _},ae.prototype.convertTo=function(h){var f=h.umod(this.m);return f===h?f.clone():f},ae.prototype.convertFrom=function(h){var f=h.clone();return f.red=null,f},o.mont=function(h){return new z(h)};function z(D){ae.call(this,D),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}i(z,ae),z.prototype.convertTo=function(h){return this.imod(h.ushln(this.shift))},z.prototype.convertFrom=function(h){var f=this.imod(h.mul(this.rinv));return f.red=null,f},z.prototype.imul=function(h,f){if(h.isZero()||f.isZero())return h.words[0]=0,h.length=1,h;var m=h.imul(f),S=m.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=m.isub(S).iushrn(this.shift),_=M;return M.cmp(this.m)>=0?_=M.isub(this.m):M.cmpn(0)<0&&(_=M.iadd(this.m)),_._forceRed(this)},z.prototype.mul=function(h,f){if(h.isZero()||f.isZero())return new o(0)._forceRed(this);var m=h.mul(f),S=m.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=m.isub(S).iushrn(this.shift),_=M;return M.cmp(this.m)>=0?_=M.isub(this.m):M.cmpn(0)<0&&(_=M.iadd(this.m)),_._forceRed(this)},z.prototype.invm=function(h){var f=this.imod(h._invmp(this.m).mul(this.r2));return f._forceRed(this)}})(e,Dr)}(Hl);var _p=Hl.exports;const Cp=Bs(_p);var I8=Dr&&Dr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(on,"__esModule",{value:!0}),on.parseAccumulatorUpdateData=on.sliceAccumulatorUpdateData=on.parseTwapMessage=on.parsePriceFeedMessage=on.isAccumulatorUpdateData=void 0;const sn=I8(_p),O8="504e4155",P8=1,R8=0,ql=20,N8=0,j8=1;function Wl(e){return e.toString("hex").slice(0,8)===O8&&e[4]===P8&&e[5]===R8}on.isAccumulatorUpdateData=Wl;function k8(e){let t=0;if(e.readUInt8(t)!==N8)throw new Error("Not a price feed message");t+=1;const n=e.subarray(t,t+32);t+=32;const i=new sn.default(e.subarray(t,t+8),"be");t+=8;const o=new sn.default(e.subarray(t,t+8),"be");t+=8;const s=e.readInt32BE(t);t+=4;const a=new sn.default(e.subarray(t,t+8),"be");t+=8;const c=new sn.default(e.subarray(t,t+8),"be");t+=8;const u=new sn.default(e.subarray(t,t+8),"be");t+=8;const l=new sn.default(e.subarray(t,t+8),"be");return t+=8,{feedId:n,price:i,confidence:o,exponent:s,publishTime:a,prevPublishTime:c,emaPrice:u,emaConf:l}}on.parsePriceFeedMessage=k8;function D8(e){let t=0;if(e.readUInt8(t)!==j8)throw new Error("Not a twap message");t+=1;const n=e.subarray(t,t+32);t+=32;const i=new sn.default(e.subarray(t,t+16),"be");t+=16;const o=new sn.default(e.subarray(t,t+16),"be");t+=16;const s=new sn.default(e.subarray(t,t+8),"be");t+=8;const a=e.readInt32BE(t);t+=4;const c=new sn.default(e.subarray(t,t+8),"be");t+=8;const u=new sn.default(e.subarray(t,t+8),"be");t+=8;const l=new sn.default(e.subarray(t,t+8),"be");return t+=8,{feedId:n,cumulativePrice:i,cumulativeConf:o,numDownSlots:s,exponent:a,publishTime:c,prevPublishTime:u,publishSlot:l}}on.parseTwapMessage=D8;function B8(e,t,r){if(!Wl(e))throw new Error("Invalid accumulator message");let n=6;const i=e.readUint8(n);n+=1+i,n+=1;const o=e.readUint16BE(n);n+=2,n+=o;const s=n,a=[],c=e.readUInt8(n);n+=1;for(let l=0;l<c;l++){const d=n,p=e.readUint16BE(n);n+=2,n+=p;const w=e.readUInt8(n);n+=1,n+=ql*w,a.push(e.subarray(d,n))}if(n!==e.length)throw new Error("Didn't reach the end of the message");const u=a.slice(t,r);return zl.concat([e.subarray(0,s),zl.from([u.length]),...a.slice(t,r)])}on.sliceAccumulatorUpdateData=B8;function L8(e){if(!Wl(e))throw new Error("Invalid accumulator message");let t=6;const r=e.readUint8(t);t+=1+r,t+=1;const n=e.readUint16BE(t);t+=2;const i=e.subarray(t,t+n);t+=n;const o=e.readUInt8(t),s=[];t+=1;for(let a=0;a<o;a++){const c=e.readUint16BE(t);t+=2;const u=e.subarray(t,t+c);t+=c;const l=e.readUInt8(t);t+=1;const d=[];for(let p=0;p<l;p++)d.push(Array.from(e.subarray(t,t+ql))),t+=ql;s.push({message:u,proof:d})}if(t!==e.length)throw new Error("Didn't reach the end of the message");return{vaa:i,updates:s}}on.parseAccumulatorUpdateData=L8,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PriceFeed=e.PriceFeedMetadata=e.Price=e.parseTwapMessage=e.parsePriceFeedMessage=e.parseAccumulatorUpdateData=e.sliceAccumulatorUpdateData=e.isAccumulatorUpdateData=void 0;const t=ac;var r=on;Object.defineProperty(e,"isAccumulatorUpdateData",{enumerable:!0,get:function(){return r.isAccumulatorUpdateData}}),Object.defineProperty(e,"sliceAccumulatorUpdateData",{enumerable:!0,get:function(){return r.sliceAccumulatorUpdateData}}),Object.defineProperty(e,"parseAccumulatorUpdateData",{enumerable:!0,get:function(){return r.parseAccumulatorUpdateData}}),Object.defineProperty(e,"parsePriceFeedMessage",{enumerable:!0,get:function(){return r.parsePriceFeedMessage}}),Object.defineProperty(e,"parseTwapMessage",{enumerable:!0,get:function(){return r.parseTwapMessage}});class n{constructor(a){vt(this,"conf");vt(this,"expo");vt(this,"price");vt(this,"publishTime");this.conf=a.conf,this.expo=a.expo,this.price=a.price,this.publishTime=a.publishTime}getPriceAsNumberUnchecked(){return Number(this.price)*10**this.expo}getConfAsNumberUnchecked(){return Number(this.conf)*10**this.expo}static fromJson(a){const c=t.Convert.toPrice(a);return new n({conf:c.conf,expo:c.expo,price:c.price,publishTime:c.publish_time})}toJson(){const a={conf:this.conf,expo:this.expo,price:this.price,publish_time:this.publishTime};return t.Convert.priceToJson(a)}}e.Price=n;class i{constructor(a){vt(this,"attestationTime");vt(this,"emitterChain");vt(this,"priceServiceReceiveTime");vt(this,"sequenceNumber");vt(this,"slot");vt(this,"prevPublishTime");this.attestationTime=a.attestationTime,this.emitterChain=a.emitterChain,this.priceServiceReceiveTime=a.receiveTime,this.sequenceNumber=a.sequenceNumber,this.slot=a.slot,this.prevPublishTime=a.prevPublishTime}static fromJson(a){if(a===void 0)return;const c=t.Convert.toPriceFeedMetadata(a);return new i({attestationTime:c.attestation_time,emitterChain:c.emitter_chain,receiveTime:c.price_service_receive_time,sequenceNumber:c.sequence_number,slot:c.slot,prevPublishTime:c.prev_publish_time})}toJson(){const a={attestation_time:this.attestationTime,emitter_chain:this.emitterChain,price_service_receive_time:this.priceServiceReceiveTime,sequence_number:this.sequenceNumber,slot:this.slot,prev_publish_time:this.prevPublishTime};return t.Convert.priceFeedMetadataToJson(a)}}e.PriceFeedMetadata=i;let o=class O2{constructor(a){vt(this,"emaPrice");vt(this,"id");vt(this,"metadata");vt(this,"vaa");vt(this,"price");this.emaPrice=a.emaPrice,this.id=a.id,this.metadata=a.metadata,this.vaa=a.vaa,this.price=a.price}static fromJson(a){const c=t.Convert.toPriceFeed(a);return new O2({emaPrice:n.fromJson(c.ema_price),id:c.id,metadata:i.fromJson(c.metadata),vaa:c.vaa,price:n.fromJson(c.price)})}toJson(){var c;const a={ema_price:this.emaPrice.toJson(),id:this.id,metadata:(c=this.metadata)==null?void 0:c.toJson(),price:this.price.toJson()};return t.Convert.priceFeedToJson(a)}getPriceUnchecked(){return this.price}getEmaPriceUnchecked(){return this.emaPrice}getPriceNoOlderThan(a){const c=this.getPriceUnchecked(),u=Math.floor(Date.now()/1e3);if(!(Math.abs(u-c.publishTime)>a))return c}getEmaPriceNoOlderThan(a){const c=this.getEmaPriceUnchecked(),u=Math.floor(Date.now()/1e3);if(!(Math.abs(u-c.publishTime)>a))return c}getMetadata(){return this.metadata}getVAA(){return this.vaa}};e.PriceFeed=o}(Ll);function Mp(e,t){return function(){return e.apply(t,arguments)}}const{toString:$8}=Object.prototype,{getPrototypeOf:Gl}=Object,uc=(e=>t=>{const r=$8.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),xn=e=>(e=e.toLowerCase(),t=>uc(t)===e),lc=e=>t=>typeof t===e,{isArray:Ko}=Array,oa=lc("undefined");function F8(e){return e!==null&&!oa(e)&&e.constructor!==null&&!oa(e.constructor)&&Jr(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Ap=xn("ArrayBuffer");function U8(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Ap(e.buffer),t}const V8=lc("string"),Jr=lc("function"),Tp=lc("number"),fc=e=>e!==null&&typeof e=="object",z8=e=>e===!0||e===!1,dc=e=>{if(uc(e)!=="object")return!1;const t=Gl(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},H8=xn("Date"),q8=xn("File"),W8=xn("Blob"),G8=xn("FileList"),K8=e=>fc(e)&&Jr(e.pipe),Y8=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Jr(e.append)&&((t=uc(e))==="formdata"||t==="object"&&Jr(e.toString)&&e.toString()==="[object FormData]"))},Z8=xn("URLSearchParams"),[X8,J8,Q8,ex]=["ReadableStream","Request","Response","Headers"].map(xn),tx=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function sa(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let n,i;if(typeof e!="object"&&(e=[e]),Ko(e))for(n=0,i=e.length;n<i;n++)t.call(null,e[n],n,e);else{const o=r?Object.getOwnPropertyNames(e):Object.keys(e),s=o.length;let a;for(n=0;n<s;n++)a=o[n],t.call(null,e[a],a,e)}}function Ip(e,t){t=t.toLowerCase();const r=Object.keys(e);let n=r.length,i;for(;n-- >0;)if(i=r[n],t===i.toLowerCase())return i;return null}const yo=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:Dr)(),Op=e=>!oa(e)&&e!==yo;function Kl(){const{caseless:e}=Op(this)&&this||{},t={},r=(n,i)=>{const o=e&&Ip(t,i)||i;dc(t[o])&&dc(n)?t[o]=Kl(t[o],n):dc(n)?t[o]=Kl({},n):Ko(n)?t[o]=n.slice():t[o]=n};for(let n=0,i=arguments.length;n<i;n++)arguments[n]&&sa(arguments[n],r);return t}const rx=(e,t,r,{allOwnKeys:n}={})=>(sa(t,(i,o)=>{r&&Jr(i)?e[o]=Mp(i,r):e[o]=i},{allOwnKeys:n}),e),nx=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),ix=(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},ox=(e,t,r,n)=>{let i,o,s;const a={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),o=i.length;o-- >0;)s=i[o],(!n||n(s,e,t))&&!a[s]&&(t[s]=e[s],a[s]=!0);e=r!==!1&&Gl(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},sx=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const n=e.indexOf(t,r);return n!==-1&&n===r},ax=e=>{if(!e)return null;if(Ko(e))return e;let t=e.length;if(!Tp(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},cx=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Gl(Uint8Array)),ux=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let i;for(;(i=n.next())&&!i.done;){const o=i.value;t.call(e,o[0],o[1])}},lx=(e,t)=>{let r;const n=[];for(;(r=e.exec(t))!==null;)n.push(r);return n},fx=xn("HTMLFormElement"),dx=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,n,i){return n.toUpperCase()+i}),Pp=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),hx=xn("RegExp"),Rp=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};sa(r,(i,o)=>{let s;(s=t(i,o,e))!==!1&&(n[o]=s||i)}),Object.defineProperties(e,n)},px=e=>{Rp(e,(t,r)=>{if(Jr(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const n=e[r];if(Jr(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},mx=(e,t)=>{const r={},n=i=>{i.forEach(o=>{r[o]=!0})};return Ko(e)?n(e):n(String(e).split(t)),r},gx=()=>{},vx=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,Yl="abcdefghijklmnopqrstuvwxyz",Np="0123456789",jp={DIGIT:Np,ALPHA:Yl,ALPHA_DIGIT:Yl+Yl.toUpperCase()+Np},yx=(e=16,t=jp.ALPHA_DIGIT)=>{let r="";const{length:n}=t;for(;e--;)r+=t[Math.random()*n|0];return r};function wx(e){return!!(e&&Jr(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const bx=e=>{const t=new Array(10),r=(n,i)=>{if(fc(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[i]=n;const o=Ko(n)?[]:{};return sa(n,(s,a)=>{const c=r(s,i+1);!oa(c)&&(o[a]=c)}),t[i]=void 0,o}}return n};return r(e,0)},xx=xn("AsyncFunction"),Sx=e=>e&&(fc(e)||Jr(e))&&Jr(e.then)&&Jr(e.catch),kp=((e,t)=>e?setImmediate:t?((r,n)=>(yo.addEventListener("message",({source:i,data:o})=>{i===yo&&o===r&&n.length&&n.shift()()},!1),i=>{n.push(i),yo.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",Jr(yo.postMessage)),Ex=typeof queueMicrotask<"u"?queueMicrotask.bind(yo):typeof pn<"u"&&pn.nextTick||kp;var ce={isArray:Ko,isArrayBuffer:Ap,isBuffer:F8,isFormData:Y8,isArrayBufferView:U8,isString:V8,isNumber:Tp,isBoolean:z8,isObject:fc,isPlainObject:dc,isReadableStream:X8,isRequest:J8,isResponse:Q8,isHeaders:ex,isUndefined:oa,isDate:H8,isFile:q8,isBlob:W8,isRegExp:hx,isFunction:Jr,isStream:K8,isURLSearchParams:Z8,isTypedArray:cx,isFileList:G8,forEach:sa,merge:Kl,extend:rx,trim:tx,stripBOM:nx,inherits:ix,toFlatObject:ox,kindOf:uc,kindOfTest:xn,endsWith:sx,toArray:ax,forEachEntry:ux,matchAll:lx,isHTMLForm:fx,hasOwnProperty:Pp,hasOwnProp:Pp,reduceDescriptors:Rp,freezeMethods:px,toObjectSet:mx,toCamelCase:dx,noop:gx,toFiniteNumber:vx,findKey:Ip,global:yo,isContextDefined:Op,ALPHABET:jp,generateString:yx,isSpecCompliantForm:wx,toJSONObject:bx,isAsyncFn:xx,isThenable:Sx,setImmediate:kp,asap:Ex};function ht(e,t,r,n,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),i&&(this.response=i,this.status=i.status?i.status:null)}ce.inherits(ht,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ce.toJSONObject(this.config),code:this.code,status:this.status}}});const Dp=ht.prototype,Bp={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Bp[e]={value:e}}),Object.defineProperties(ht,Bp),Object.defineProperty(Dp,"isAxiosError",{value:!0}),ht.from=(e,t,r,n,i,o)=>{const s=Object.create(Dp);return ce.toFlatObject(e,s,function(c){return c!==Error.prototype},a=>a!=="isAxiosError"),ht.call(s,e.message,t,r,n,i),s.cause=e,s.name=e.name,o&&Object.assign(s,o),s};var _x=null;function Zl(e){return ce.isPlainObject(e)||ce.isArray(e)}function Lp(e){return ce.endsWith(e,"[]")?e.slice(0,-2):e}function $p(e,t,r){return e?e.concat(t).map(function(i,o){return i=Lp(i),!r&&o?"["+i+"]":i}).join(r?".":""):t}function Cx(e){return ce.isArray(e)&&!e.some(Zl)}const Mx=ce.toFlatObject(ce,{},null,function(t){return/^is[A-Z]/.test(t)});function hc(e,t,r){if(!ce.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=ce.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(y,T){return!ce.isUndefined(T[y])});const n=r.metaTokens,i=r.visitor||l,o=r.dots,s=r.indexes,c=(r.Blob||typeof Blob<"u"&&Blob)&&ce.isSpecCompliantForm(t);if(!ce.isFunction(i))throw new TypeError("visitor must be a function");function u(b){if(b===null)return"";if(ce.isDate(b))return b.toISOString();if(!c&&ce.isBlob(b))throw new ht("Blob is not supported. Use a Buffer instead.");return ce.isArrayBuffer(b)||ce.isTypedArray(b)?c&&typeof Blob=="function"?new Blob([b]):zl.from(b):b}function l(b,y,T){let O=b;if(b&&!T&&typeof b=="object"){if(ce.endsWith(y,"{}"))y=n?y:y.slice(0,-2),b=JSON.stringify(b);else if(ce.isArray(b)&&Cx(b)||(ce.isFileList(b)||ce.endsWith(y,"[]"))&&(O=ce.toArray(b)))return y=Lp(y),O.forEach(function(k,F){!(ce.isUndefined(k)||k===null)&&t.append(s===!0?$p([y],F,o):s===null?y:y+"[]",u(k))}),!1}return Zl(b)?!0:(t.append($p(T,y,o),u(b)),!1)}const d=[],p=Object.assign(Mx,{defaultVisitor:l,convertValue:u,isVisitable:Zl});function w(b,y){if(!ce.isUndefined(b)){if(d.indexOf(b)!==-1)throw Error("Circular reference detected in "+y.join("."));d.push(b),ce.forEach(b,function(O,R){(!(ce.isUndefined(O)||O===null)&&i.call(t,O,ce.isString(R)?R.trim():R,y,p))===!0&&w(O,y?y.concat(R):[R])}),d.pop()}}if(!ce.isObject(e))throw new TypeError("data must be an object");return w(e),t}function Fp(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function Xl(e,t){this._pairs=[],e&&hc(e,this,t)}const Up=Xl.prototype;Up.append=function(t,r){this._pairs.push([t,r])},Up.toString=function(t){const r=t?function(n){return t.call(this,n,Fp)}:Fp;return this._pairs.map(function(i){return r(i[0])+"="+r(i[1])},"").join("&")};function Ax(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Vp(e,t,r){if(!t)return e;const n=r&&r.encode||Ax;ce.isFunction(r)&&(r={serialize:r});const i=r&&r.serialize;let o;if(i?o=i(t,r):o=ce.isURLSearchParams(t)?t.toString():new Xl(t,r).toString(n),o){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class Tx{constructor(){this.handlers=[]}use(t,r,n){return this.handlers.push({fulfilled:t,rejected:r,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){ce.forEach(this.handlers,function(n){n!==null&&t(n)})}}var zp=Tx,Hp={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Ix=typeof URLSearchParams<"u"?URLSearchParams:Xl,Ox=typeof FormData<"u"?FormData:null,Px=typeof Blob<"u"?Blob:null,Rx={isBrowser:!0,classes:{URLSearchParams:Ix,FormData:Ox,Blob:Px},protocols:["http","https","file","blob","url","data"]};const Jl=typeof window<"u"&&typeof document<"u",Ql=typeof navigator=="object"&&navigator||void 0,Nx=Jl&&(!Ql||["ReactNative","NativeScript","NS"].indexOf(Ql.product)<0),jx=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),kx=Jl&&window.location.href||"http://localhost";var Dx=Object.freeze({__proto__:null,hasBrowserEnv:Jl,hasStandardBrowserWebWorkerEnv:jx,hasStandardBrowserEnv:Nx,navigator:Ql,origin:kx}),Or={...Dx,...Rx};function Bx(e,t){return hc(e,new Or.classes.URLSearchParams,Object.assign({visitor:function(r,n,i,o){return Or.isNode&&ce.isBuffer(r)?(this.append(n,r.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function Lx(e){return ce.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function $x(e){const t={},r=Object.keys(e);let n;const i=r.length;let o;for(n=0;n<i;n++)o=r[n],t[o]=e[o];return t}function qp(e){function t(r,n,i,o){let s=r[o++];if(s==="__proto__")return!0;const a=Number.isFinite(+s),c=o>=r.length;return s=!s&&ce.isArray(i)?i.length:s,c?(ce.hasOwnProp(i,s)?i[s]=[i[s],n]:i[s]=n,!a):((!i[s]||!ce.isObject(i[s]))&&(i[s]=[]),t(r,n,i[s],o)&&ce.isArray(i[s])&&(i[s]=$x(i[s])),!a)}if(ce.isFormData(e)&&ce.isFunction(e.entries)){const r={};return ce.forEachEntry(e,(n,i)=>{t(Lx(n),i,r,0)}),r}return null}function Fx(e,t,r){if(ce.isString(e))try{return(t||JSON.parse)(e),ce.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(r||JSON.stringify)(e)}const ef={transitional:Hp,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const n=r.getContentType()||"",i=n.indexOf("application/json")>-1,o=ce.isObject(t);if(o&&ce.isHTMLForm(t)&&(t=new FormData(t)),ce.isFormData(t))return i?JSON.stringify(qp(t)):t;if(ce.isArrayBuffer(t)||ce.isBuffer(t)||ce.isStream(t)||ce.isFile(t)||ce.isBlob(t)||ce.isReadableStream(t))return t;if(ce.isArrayBufferView(t))return t.buffer;if(ce.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return Bx(t,this.formSerializer).toString();if((a=ce.isFileList(t))||n.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return hc(a?{"files[]":t}:t,c&&new c,this.formSerializer)}}return o||i?(r.setContentType("application/json",!1),Fx(t)):t}],transformResponse:[function(t){const r=this.transitional||ef.transitional,n=r&&r.forcedJSONParsing,i=this.responseType==="json";if(ce.isResponse(t)||ce.isReadableStream(t))return t;if(t&&ce.isString(t)&&(n&&!this.responseType||i)){const s=!(r&&r.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(a){if(s)throw a.name==="SyntaxError"?ht.from(a,ht.ERR_BAD_RESPONSE,this,null,this.response):a}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Or.classes.FormData,Blob:Or.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ce.forEach(["delete","get","head","post","put","patch"],e=>{ef.headers[e]={}});var tf=ef;const Ux=ce.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var Vx=e=>{const t={};let r,n,i;return e&&e.split(`
|
|
30
|
-
`).forEach(function(s){i=s.indexOf(":"),r=s.substring(0,i).trim().toLowerCase(),n=s.substring(i+1).trim(),!(!r||t[r]&&
|
|
31
|
-
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const n=new this(t);return r.forEach(i=>n.set(i)),n}static accessor(t){const n=(this[Wp]=this[Wp]={accessors:{}}).accessors,i=this.prototype;function o(s){const a=aa(s);n[a]||(Wx(i,s),n[a]=!0)}return ce.isArray(t)?t.forEach(o):o(t),this}}mc.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ce.reduceDescriptors(mc.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[r]=n}}}),ce.freezeMethods(mc);var Sn=mc;function nf(e,t){const r=this||tf,n=t||r,i=Sn.from(n.headers);let o=n.data;return ce.forEach(e,function(a){o=a.call(r,o,i.normalize(),t?t.status:void 0)}),i.normalize(),o}function Gp(e){return!!(e&&e.__CANCEL__)}function Yo(e,t,r){ht.call(this,e??"canceled",ht.ERR_CANCELED,t,r),this.name="CanceledError"}ce.inherits(Yo,ht,{__CANCEL__:!0});function Kp(e,t,r){const n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new ht("Request failed with status code "+r.status,[ht.ERR_BAD_REQUEST,ht.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function Gx(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Kx(e,t){e=e||10;const r=new Array(e),n=new Array(e);let i=0,o=0,s;return t=t!==void 0?t:1e3,function(c){const u=Date.now(),l=n[o];s||(s=u),r[i]=c,n[i]=u;let d=o,p=0;for(;d!==i;)p+=r[d++],d=d%e;if(i=(i+1)%e,i===o&&(o=(o+1)%e),u-s<t)return;const w=l&&u-l;return w?Math.round(p*1e3/w):void 0}}function Yx(e,t){let r=0,n=1e3/t,i,o;const s=(u,l=Date.now())=>{r=l,i=null,o&&(clearTimeout(o),o=null),e.apply(null,u)};return[(...u)=>{const l=Date.now(),d=l-r;d>=n?s(u,l):(i=u,o||(o=setTimeout(()=>{o=null,s(i)},n-d)))},()=>i&&s(i)]}const gc=(e,t,r=3)=>{let n=0;const i=Kx(50,250);return Yx(o=>{const s=o.loaded,a=o.lengthComputable?o.total:void 0,c=s-n,u=i(c),l=s<=a;n=s;const d={loaded:s,total:a,progress:a?s/a:void 0,bytes:c,rate:u||void 0,estimated:u&&a&&l?(a-s)/u:void 0,event:o,lengthComputable:a!=null,[t?"download":"upload"]:!0};e(d)},r)},Yp=(e,t)=>{const r=e!=null;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},Zp=e=>(...t)=>ce.asap(()=>e(...t));var Zx=Or.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,Or.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(Or.origin),Or.navigator&&/(msie|trident)/i.test(Or.navigator.userAgent)):()=>!0,Xx=Or.hasStandardBrowserEnv?{write(e,t,r,n,i,o){const s=[e+"="+encodeURIComponent(t)];ce.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),ce.isString(n)&&s.push("path="+n),ce.isString(i)&&s.push("domain="+i),o===!0&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Jx(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Qx(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Xp(e,t){return e&&!Jx(t)?Qx(e,t):t}const Jp=e=>e instanceof Sn?{...e}:e;function wo(e,t){t=t||{};const r={};function n(u,l,d,p){return ce.isPlainObject(u)&&ce.isPlainObject(l)?ce.merge.call({caseless:p},u,l):ce.isPlainObject(l)?ce.merge({},l):ce.isArray(l)?l.slice():l}function i(u,l,d,p){if(ce.isUndefined(l)){if(!ce.isUndefined(u))return n(void 0,u,d,p)}else return n(u,l,d,p)}function o(u,l){if(!ce.isUndefined(l))return n(void 0,l)}function s(u,l){if(ce.isUndefined(l)){if(!ce.isUndefined(u))return n(void 0,u)}else return n(void 0,l)}function a(u,l,d){if(d in t)return n(u,l);if(d in e)return n(void 0,u)}const c={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(u,l,d)=>i(Jp(u),Jp(l),d,!0)};return ce.forEach(Object.keys(Object.assign({},e,t)),function(l){const d=c[l]||i,p=d(e[l],t[l],l);ce.isUndefined(p)&&d!==a||(r[l]=p)}),r}var Qp=e=>{const t=wo({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:i,xsrfCookieName:o,headers:s,auth:a}=t;t.headers=s=Sn.from(s),t.url=Vp(Xp(t.baseURL,t.url),e.params,e.paramsSerializer),a&&s.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let c;if(ce.isFormData(r)){if(Or.hasStandardBrowserEnv||Or.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((c=s.getContentType())!==!1){const[u,...l]=c?c.split(";").map(d=>d.trim()).filter(Boolean):[];s.setContentType([u||"multipart/form-data",...l].join("; "))}}if(Or.hasStandardBrowserEnv&&(n&&ce.isFunction(n)&&(n=n(t)),n||n!==!1&&Zx(t.url))){const u=i&&o&&Xx.read(o);u&&s.set(i,u)}return t},e3=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(r,n){const i=Qp(e);let o=i.data;const s=Sn.from(i.headers).normalize();let{responseType:a,onUploadProgress:c,onDownloadProgress:u}=i,l,d,p,w,b;function y(){w&&w(),b&&b(),i.cancelToken&&i.cancelToken.unsubscribe(l),i.signal&&i.signal.removeEventListener("abort",l)}let T=new XMLHttpRequest;T.open(i.method.toUpperCase(),i.url,!0),T.timeout=i.timeout;function O(){if(!T)return;const k=Sn.from("getAllResponseHeaders"in T&&T.getAllResponseHeaders()),L={data:!a||a==="text"||a==="json"?T.responseText:T.response,status:T.status,statusText:T.statusText,headers:k,config:e,request:T};Kp(function(H){r(H),y()},function(H){n(H),y()},L),T=null}"onloadend"in T?T.onloadend=O:T.onreadystatechange=function(){!T||T.readyState!==4||T.status===0&&!(T.responseURL&&T.responseURL.indexOf("file:")===0)||setTimeout(O)},T.onabort=function(){T&&(n(new ht("Request aborted",ht.ECONNABORTED,e,T)),T=null)},T.onerror=function(){n(new ht("Network Error",ht.ERR_NETWORK,e,T)),T=null},T.ontimeout=function(){let F=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const L=i.transitional||Hp;i.timeoutErrorMessage&&(F=i.timeoutErrorMessage),n(new ht(F,L.clarifyTimeoutError?ht.ETIMEDOUT:ht.ECONNABORTED,e,T)),T=null},o===void 0&&s.setContentType(null),"setRequestHeader"in T&&ce.forEach(s.toJSON(),function(F,L){T.setRequestHeader(L,F)}),ce.isUndefined(i.withCredentials)||(T.withCredentials=!!i.withCredentials),a&&a!=="json"&&(T.responseType=i.responseType),u&&([p,b]=gc(u,!0),T.addEventListener("progress",p)),c&&T.upload&&([d,w]=gc(c),T.upload.addEventListener("progress",d),T.upload.addEventListener("loadend",w)),(i.cancelToken||i.signal)&&(l=k=>{T&&(n(!k||k.type?new Yo(null,e,T):k),T.abort(),T=null)},i.cancelToken&&i.cancelToken.subscribe(l),i.signal&&(i.signal.aborted?l():i.signal.addEventListener("abort",l)));const R=Gx(i.url);if(R&&Or.protocols.indexOf(R)===-1){n(new ht("Unsupported protocol "+R+":",ht.ERR_BAD_REQUEST,e));return}T.send(o||null)})},t3=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let n=new AbortController,i;const o=function(u){if(!i){i=!0,a();const l=u instanceof Error?u:this.reason;n.abort(l instanceof ht?l:new Yo(l instanceof Error?l.message:l))}};let s=t&&setTimeout(()=>{s=null,o(new ht(`timeout ${t} of ms exceeded`,ht.ETIMEDOUT))},t);const a=()=>{e&&(s&&clearTimeout(s),s=null,e.forEach(u=>{u.unsubscribe?u.unsubscribe(o):u.removeEventListener("abort",o)}),e=null)};e.forEach(u=>u.addEventListener("abort",o));const{signal:c}=n;return c.unsubscribe=()=>ce.asap(a),c}};const r3=function*(e,t){let r=e.byteLength;if(!t||r<t){yield e;return}let n=0,i;for(;n<r;)i=n+t,yield e.slice(n,i),n=i},n3=async function*(e,t){for await(const r of i3(e))yield*r3(r,t)},i3=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:r,value:n}=await t.read();if(r)break;yield n}}finally{await t.cancel()}},em=(e,t,r,n)=>{const i=n3(e,t);let o=0,s,a=c=>{s||(s=!0,n&&n(c))};return new ReadableStream({async pull(c){try{const{done:u,value:l}=await i.next();if(u){a(),c.close();return}let d=l.byteLength;if(r){let p=o+=d;r(p)}c.enqueue(new Uint8Array(l))}catch(u){throw a(u),u}},cancel(c){return a(c),i.return()}},{highWaterMark:2})},vc=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",tm=vc&&typeof ReadableStream=="function",o3=vc&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),rm=(e,...t)=>{try{return!!e(...t)}catch{return!1}},s3=tm&&rm(()=>{let e=!1;const t=new Request(Or.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),nm=64*1024,of=tm&&rm(()=>ce.isReadableStream(new Response("").body)),yc={stream:of&&(e=>e.body)};vc&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!yc[t]&&(yc[t]=ce.isFunction(e[t])?r=>r[t]():(r,n)=>{throw new ht(`Response type '${t}' is not supported`,ht.ERR_NOT_SUPPORT,n)})})})(new Response);const a3=async e=>{if(e==null)return 0;if(ce.isBlob(e))return e.size;if(ce.isSpecCompliantForm(e))return(await new Request(Or.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(ce.isArrayBufferView(e)||ce.isArrayBuffer(e))return e.byteLength;if(ce.isURLSearchParams(e)&&(e=e+""),ce.isString(e))return(await o3(e)).byteLength},c3=async(e,t)=>{const r=ce.toFiniteNumber(e.getContentLength());return r??a3(t)};var u3=vc&&(async e=>{let{url:t,method:r,data:n,signal:i,cancelToken:o,timeout:s,onDownloadProgress:a,onUploadProgress:c,responseType:u,headers:l,withCredentials:d="same-origin",fetchOptions:p}=Qp(e);u=u?(u+"").toLowerCase():"text";let w=t3([i,o&&o.toAbortSignal()],s),b;const y=w&&w.unsubscribe&&(()=>{w.unsubscribe()});let T;try{if(c&&s3&&r!=="get"&&r!=="head"&&(T=await c3(l,n))!==0){let L=new Request(t,{method:"POST",body:n,duplex:"half"}),q;if(ce.isFormData(n)&&(q=L.headers.get("content-type"))&&l.setContentType(q),L.body){const[H,K]=Yp(T,gc(Zp(c)));n=em(L.body,nm,H,K)}}ce.isString(d)||(d=d?"include":"omit");const O="credentials"in Request.prototype;b=new Request(t,{...p,signal:w,method:r.toUpperCase(),headers:l.normalize().toJSON(),body:n,duplex:"half",credentials:O?d:void 0});let R=await fetch(b);const k=of&&(u==="stream"||u==="response");if(of&&(a||k&&y)){const L={};["status","statusText","headers"].forEach(re=>{L[re]=R[re]});const q=ce.toFiniteNumber(R.headers.get("content-length")),[H,K]=a&&Yp(q,gc(Zp(a),!0))||[];R=new Response(em(R.body,nm,H,()=>{K&&K(),y&&y()}),L)}u=u||"text";let F=await yc[ce.findKey(yc,u)||"text"](R,e);return!k&&y&&y(),await new Promise((L,q)=>{Kp(L,q,{data:F,headers:Sn.from(R.headers),status:R.status,statusText:R.statusText,config:e,request:b})})}catch(O){throw y&&y(),O&&O.name==="TypeError"&&/fetch/i.test(O.message)?Object.assign(new ht("Network Error",ht.ERR_NETWORK,e,b),{cause:O.cause||O}):ht.from(O,O&&O.code,e,b)}});const sf={http:_x,xhr:e3,fetch:u3};ce.forEach(sf,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const im=e=>`- ${e}`,l3=e=>ce.isFunction(e)||e===null||e===!1;var om={getAdapter:e=>{e=ce.isArray(e)?e:[e];const{length:t}=e;let r,n;const i={};for(let o=0;o<t;o++){r=e[o];let s;if(n=r,!l3(r)&&(n=sf[(s=String(r)).toLowerCase()],n===void 0))throw new ht(`Unknown adapter '${s}'`);if(n)break;i[s||"#"+o]=n}if(!n){const o=Object.entries(i).map(([a,c])=>`adapter ${a} `+(c===!1?"is not supported by the environment":"is not available in the build"));let s=t?o.length>1?`since :
|
|
32
|
-
`+o.map(
|
|
33
|
-
`):" "+
|
|
34
|
-
`+o):n.stack=o}catch{}}throw n}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=wo(this.defaults,r);const{transitional:n,paramsSerializer:i,headers:o}=r;n!==void 0&&bc.assertOptions(n,{silentJSONParsing:Un.transitional(Un.boolean),forcedJSONParsing:Un.transitional(Un.boolean),clarifyTimeoutError:Un.transitional(Un.boolean)},!1),i!=null&&(ce.isFunction(i)?r.paramsSerializer={serialize:i}:bc.assertOptions(i,{encode:Un.function,serialize:Un.function},!0)),bc.assertOptions(r,{baseUrl:Un.spelling("baseURL"),withXsrfToken:Un.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let s=o&&ce.merge(o.common,o[r.method]);o&&ce.forEach(["delete","get","head","post","put","patch","common"],b=>{delete o[b]}),r.headers=Sn.concat(s,o);const a=[];let c=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(r)===!1||(c=c&&y.synchronous,a.unshift(y.fulfilled,y.rejected))});const u=[];this.interceptors.response.forEach(function(y){u.push(y.fulfilled,y.rejected)});let l,d=0,p;if(!c){const b=[sm.bind(this),void 0];for(b.unshift.apply(b,a),b.push.apply(b,u),p=b.length,l=Promise.resolve(r);d<p;)l=l.then(b[d++],b[d++]);return l}p=a.length;let w=r;for(d=0;d<p;){const b=a[d++],y=a[d++];try{w=b(w)}catch(T){y.call(this,T);break}}try{l=sm.call(this,w)}catch(b){return Promise.reject(b)}for(d=0,p=u.length;d<p;)l=l.then(u[d++],u[d++]);return l}getUri(t){t=wo(this.defaults,t);const r=Xp(t.baseURL,t.url);return Vp(r,t.params,t.paramsSerializer)}}ce.forEach(["delete","get","head","options"],function(t){xc.prototype[t]=function(r,n){return this.request(wo(n||{},{method:t,url:r,data:(n||{}).data}))}}),ce.forEach(["post","put","patch"],function(t){function r(n){return function(o,s,a){return this.request(wo(a||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:o,data:s}))}}xc.prototype[t]=r(),xc.prototype[t+"Form"]=r(!0)});var Sc=xc;class cf{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(o){r=o});const n=this;this.promise.then(i=>{if(!n._listeners)return;let o=n._listeners.length;for(;o-- >0;)n._listeners[o](i);n._listeners=null}),this.promise.then=i=>{let o;const s=new Promise(a=>{n.subscribe(a),o=a}).then(i);return s.cancel=function(){n.unsubscribe(o)},s},t(function(o,s,a){n.reason||(n.reason=new Yo(o,s,a),r(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const r=this._listeners.indexOf(t);r!==-1&&this._listeners.splice(r,1)}toAbortSignal(){const t=new AbortController,r=n=>{t.abort(n)};return this.subscribe(r),t.signal.unsubscribe=()=>this.unsubscribe(r),t.signal}static source(){let t;return{token:new cf(function(i){t=i}),cancel:t}}}var d3=cf;function h3(e){return function(r){return e.apply(null,r)}}function p3(e){return ce.isObject(e)&&e.isAxiosError===!0}const uf={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(uf).forEach(([e,t])=>{uf[t]=e});var m3=uf;function um(e){const t=new Sc(e),r=Mp(Sc.prototype.request,t);return ce.extend(r,Sc.prototype,t,{allOwnKeys:!0}),ce.extend(r,t,null,{allOwnKeys:!0}),r.create=function(i){return um(wo(e,i))},r}const hr=um(tf);hr.Axios=Sc,hr.CanceledError=Yo,hr.CancelToken=d3,hr.isCancel=Gp,hr.VERSION=am,hr.toFormData=hc,hr.AxiosError=ht,hr.Cancel=hr.CanceledError,hr.all=function(t){return Promise.all(t)},hr.spread=h3,hr.isAxiosError=p3,hr.mergeConfig=wo,hr.AxiosHeaders=Sn,hr.formToJSON=e=>qp(ce.isHTMLForm(e)?new FormData(e):e),hr.getAdapter=om.getAdapter,hr.HttpStatusCode=m3,hr.default=hr;var lm=hr,lf={exports:{}},Qr={},fm={exports:{}};(function(e){function t(r){return r&&r.__esModule?r:{default:r}}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports})(fm);var g3=fm.exports,ff={exports:{}},df={exports:{}},dm;function Ec(){return dm||(dm=1,function(e){function t(r){"@babel/helpers - typeof";return e.exports=t=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},e.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(df)),df.exports}var hm;function v3(){return hm||(hm=1,function(e){var t=Ec().default;function r(){e.exports=r=function(){return i},e.exports.__esModule=!0,e.exports.default=e.exports;var n,i={},o=Object.prototype,s=o.hasOwnProperty,a=Object.defineProperty||function(_,I,C){_[I]=C.value},c=typeof Symbol=="function"?Symbol:{},u=c.iterator||"@@iterator",l=c.asyncIterator||"@@asyncIterator",d=c.toStringTag||"@@toStringTag";function p(_,I,C){return Object.defineProperty(_,I,{value:C,enumerable:!0,configurable:!0,writable:!0}),_[I]}try{p({},"")}catch{p=function(C,g,v){return C[g]=v}}function w(_,I,C,g){var v=I&&I.prototype instanceof F?I:F,N=Object.create(v.prototype),ee=new S(g||[]);return a(N,"_invoke",{value:D(_,C,ee)}),N}function b(_,I,C){try{return{type:"normal",arg:_.call(I,C)}}catch(g){return{type:"throw",arg:g}}}i.wrap=w;var y="suspendedStart",T="suspendedYield",O="executing",R="completed",k={};function F(){}function L(){}function q(){}var H={};p(H,u,function(){return this});var K=Object.getPrototypeOf,re=K&&K(K(M([])));re&&re!==o&&s.call(re,u)&&(H=re);var oe=q.prototype=F.prototype=Object.create(H);function ae(_){["next","throw","return"].forEach(function(I){p(_,I,function(C){return this._invoke(I,C)})})}function z(_,I){function C(v,N,ee,ie){var le=b(_[v],_,N);if(le.type!=="throw"){var me=le.arg,xe=me.value;return xe&&t(xe)=="object"&&s.call(xe,"__await")?I.resolve(xe.__await).then(function(be){C("next",be,ee,ie)},function(be){C("throw",be,ee,ie)}):I.resolve(xe).then(function(be){me.value=be,ee(me)},function(be){return C("throw",be,ee,ie)})}ie(le.arg)}var g;a(this,"_invoke",{value:function(N,ee){function ie(){return new I(function(le,me){C(N,ee,le,me)})}return g=g?g.then(ie,ie):ie()}})}function D(_,I,C){var g=y;return function(v,N){if(g===O)throw Error("Generator is already running");if(g===R){if(v==="throw")throw N;return{value:n,done:!0}}for(C.method=v,C.arg=N;;){var ee=C.delegate;if(ee){var ie=h(ee,C);if(ie){if(ie===k)continue;return ie}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(g===y)throw g=R,C.arg;C.dispatchException(C.arg)}else C.method==="return"&&C.abrupt("return",C.arg);g=O;var le=b(_,I,C);if(le.type==="normal"){if(g=C.done?R:T,le.arg===k)continue;return{value:le.arg,done:C.done}}le.type==="throw"&&(g=R,C.method="throw",C.arg=le.arg)}}}function h(_,I){var C=I.method,g=_.iterator[C];if(g===n)return I.delegate=null,C==="throw"&&_.iterator.return&&(I.method="return",I.arg=n,h(_,I),I.method==="throw")||C!=="return"&&(I.method="throw",I.arg=new TypeError("The iterator does not provide a '"+C+"' method")),k;var v=b(g,_.iterator,I.arg);if(v.type==="throw")return I.method="throw",I.arg=v.arg,I.delegate=null,k;var N=v.arg;return N?N.done?(I[_.resultName]=N.value,I.next=_.nextLoc,I.method!=="return"&&(I.method="next",I.arg=n),I.delegate=null,k):N:(I.method="throw",I.arg=new TypeError("iterator result is not an object"),I.delegate=null,k)}function f(_){var I={tryLoc:_[0]};1 in _&&(I.catchLoc=_[1]),2 in _&&(I.finallyLoc=_[2],I.afterLoc=_[3]),this.tryEntries.push(I)}function m(_){var I=_.completion||{};I.type="normal",delete I.arg,_.completion=I}function S(_){this.tryEntries=[{tryLoc:"root"}],_.forEach(f,this),this.reset(!0)}function M(_){if(_||_===""){var I=_[u];if(I)return I.call(_);if(typeof _.next=="function")return _;if(!isNaN(_.length)){var C=-1,g=function v(){for(;++C<_.length;)if(s.call(_,C))return v.value=_[C],v.done=!1,v;return v.value=n,v.done=!0,v};return g.next=g}}throw new TypeError(t(_)+" is not iterable")}return L.prototype=q,a(oe,"constructor",{value:q,configurable:!0}),a(q,"constructor",{value:L,configurable:!0}),L.displayName=p(q,d,"GeneratorFunction"),i.isGeneratorFunction=function(_){var I=typeof _=="function"&&_.constructor;return!!I&&(I===L||(I.displayName||I.name)==="GeneratorFunction")},i.mark=function(_){return Object.setPrototypeOf?Object.setPrototypeOf(_,q):(_.__proto__=q,p(_,d,"GeneratorFunction")),_.prototype=Object.create(oe),_},i.awrap=function(_){return{__await:_}},ae(z.prototype),p(z.prototype,l,function(){return this}),i.AsyncIterator=z,i.async=function(_,I,C,g,v){v===void 0&&(v=Promise);var N=new z(w(_,I,C,g),v);return i.isGeneratorFunction(I)?N:N.next().then(function(ee){return ee.done?ee.value:N.next()})},ae(oe),p(oe,d,"Generator"),p(oe,u,function(){return this}),p(oe,"toString",function(){return"[object Generator]"}),i.keys=function(_){var I=Object(_),C=[];for(var g in I)C.push(g);return C.reverse(),function v(){for(;C.length;){var N=C.pop();if(N in I)return v.value=N,v.done=!1,v}return v.done=!0,v}},i.values=M,S.prototype={constructor:S,reset:function(I){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(m),!I)for(var C in this)C.charAt(0)==="t"&&s.call(this,C)&&!isNaN(+C.slice(1))&&(this[C]=n)},stop:function(){this.done=!0;var I=this.tryEntries[0].completion;if(I.type==="throw")throw I.arg;return this.rval},dispatchException:function(I){if(this.done)throw I;var C=this;function g(me,xe){return ee.type="throw",ee.arg=I,C.next=me,xe&&(C.method="next",C.arg=n),!!xe}for(var v=this.tryEntries.length-1;v>=0;--v){var N=this.tryEntries[v],ee=N.completion;if(N.tryLoc==="root")return g("end");if(N.tryLoc<=this.prev){var ie=s.call(N,"catchLoc"),le=s.call(N,"finallyLoc");if(ie&&le){if(this.prev<N.catchLoc)return g(N.catchLoc,!0);if(this.prev<N.finallyLoc)return g(N.finallyLoc)}else if(ie){if(this.prev<N.catchLoc)return g(N.catchLoc,!0)}else{if(!le)throw Error("try statement without catch or finally");if(this.prev<N.finallyLoc)return g(N.finallyLoc)}}}},abrupt:function(I,C){for(var g=this.tryEntries.length-1;g>=0;--g){var v=this.tryEntries[g];if(v.tryLoc<=this.prev&&s.call(v,"finallyLoc")&&this.prev<v.finallyLoc){var N=v;break}}N&&(I==="break"||I==="continue")&&N.tryLoc<=C&&C<=N.finallyLoc&&(N=null);var ee=N?N.completion:{};return ee.type=I,ee.arg=C,N?(this.method="next",this.next=N.finallyLoc,k):this.complete(ee)},complete:function(I,C){if(I.type==="throw")throw I.arg;return I.type==="break"||I.type==="continue"?this.next=I.arg:I.type==="return"?(this.rval=this.arg=I.arg,this.method="return",this.next="end"):I.type==="normal"&&C&&(this.next=C),k},finish:function(I){for(var C=this.tryEntries.length-1;C>=0;--C){var g=this.tryEntries[C];if(g.finallyLoc===I)return this.complete(g.completion,g.afterLoc),m(g),k}},catch:function(I){for(var C=this.tryEntries.length-1;C>=0;--C){var g=this.tryEntries[C];if(g.tryLoc===I){var v=g.completion;if(v.type==="throw"){var N=v.arg;m(g)}return N}}throw Error("illegal catch attempt")},delegateYield:function(I,C,g){return this.delegate={iterator:M(I),resultName:C,nextLoc:g},this.method==="next"&&(this.arg=n),k}},i}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(ff)),ff.exports}var hf,pm;function y3(){if(pm)return hf;pm=1;var e=v3()();hf=e;try{regeneratorRuntime=e}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}return hf}var pf={exports:{}},mm;function w3(){return mm||(mm=1,function(e){function t(n,i,o,s,a,c,u){try{var l=n[c](u),d=l.value}catch(p){return void o(p)}l.done?i(d):Promise.resolve(d).then(s,a)}function r(n){return function(){var i=this,o=arguments;return new Promise(function(s,a){var c=n.apply(i,o);function u(d){t(c,s,a,u,l,"next",d)}function l(d){t(c,s,a,u,l,"throw",d)}u(void 0)})}}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(pf)),pf.exports}var mf={exports:{}},gf={exports:{}},vf={exports:{}},gm;function b3(){return gm||(gm=1,function(e){var t=Ec().default;function r(n,i){if(t(n)!="object"||!n)return n;var o=n[Symbol.toPrimitive];if(o!==void 0){var s=o.call(n,i||"default");if(t(s)!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(n)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(vf)),vf.exports}var vm;function x3(){return vm||(vm=1,function(e){var t=Ec().default,r=b3();function n(i){var o=r(i,"string");return t(o)=="symbol"?o:o+""}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}(gf)),gf.exports}var ym;function S3(){return ym||(ym=1,function(e){var t=x3();function r(n,i,o){return(i=t(i))in n?Object.defineProperty(n,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[i]=o,n}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(mf)),mf.exports}var yf,wm;function E3(){if(wm)return yf;wm=1;const e=new Set(["ENOTFOUND","ENETUNREACH","UNABLE_TO_GET_ISSUER_CERT","UNABLE_TO_GET_CRL","UNABLE_TO_DECRYPT_CERT_SIGNATURE","UNABLE_TO_DECRYPT_CRL_SIGNATURE","UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY","CERT_SIGNATURE_FAILURE","CRL_SIGNATURE_FAILURE","CERT_NOT_YET_VALID","CERT_HAS_EXPIRED","CRL_NOT_YET_VALID","CRL_HAS_EXPIRED","ERROR_IN_CERT_NOT_BEFORE_FIELD","ERROR_IN_CERT_NOT_AFTER_FIELD","ERROR_IN_CRL_LAST_UPDATE_FIELD","ERROR_IN_CRL_NEXT_UPDATE_FIELD","OUT_OF_MEM","DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN","UNABLE_TO_GET_ISSUER_CERT_LOCALLY","UNABLE_TO_VERIFY_LEAF_SIGNATURE","CERT_CHAIN_TOO_LONG","CERT_REVOKED","INVALID_CA","PATH_LENGTH_EXCEEDED","INVALID_PURPOSE","CERT_UNTRUSTED","CERT_REJECTED","HOSTNAME_MISMATCH"]);return yf=t=>!e.has(t&&t.code),yf}var ca=g3;Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.isNetworkError=xf,Qr.isRetryableError=Cc,Qr.isSafeRequestError=Em,Qr.isIdempotentRequestError=Sf,Qr.isNetworkOrIdempotentRequestError=Ef,Qr.exponentialDelay=_m,Qr.default=bo,Qr.DEFAULT_OPTIONS=Qr.namespace=void 0;var _c=ca(y3()),_3=ca(Ec()),bm=ca(w3()),C3=ca(S3()),M3=ca(E3());function xm(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function wf(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?xm(Object(r),!0).forEach(function(n){(0,C3.default)(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):xm(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var bf="axios-retry";Qr.namespace=bf;function xf(e){var t=["ERR_CANCELED","ECONNABORTED"];return!e.response&&!!e.code&&!t.includes(e.code)&&(0,M3.default)(e)}var Sm=["get","head","options"],A3=Sm.concat(["put","delete"]);function Cc(e){return e.code!=="ECONNABORTED"&&(!e.response||e.response.status>=500&&e.response.status<=599)}function Em(e){return e.config?Cc(e)&&Sm.indexOf(e.config.method)!==-1:!1}function Sf(e){return e.config?Cc(e)&&A3.indexOf(e.config.method)!==-1:!1}function Ef(e){return xf(e)||Sf(e)}function T3(){return 0}function _m(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:100,r=Math.pow(2,e)*t,n=r*.2*Math.random();return r+n}var Cm={retries:3,retryCondition:Ef,retryDelay:T3,shouldResetTimeout:!1,onRetry:function(){}};Qr.DEFAULT_OPTIONS=Cm;function I3(e,t){return wf(wf(wf({},Cm),t),e[bf])}function Mm(e,t){var r=I3(e,t);return r.retryCount=r.retryCount||0,e[bf]=r,r}function O3(e,t){e.defaults.agent===t.agent&&delete t.agent,e.defaults.httpAgent===t.httpAgent&&delete t.httpAgent,e.defaults.httpsAgent===t.httpsAgent&&delete t.httpsAgent}function P3(e,t){return _f.apply(this,arguments)}function _f(){return _f=(0,bm.default)(_c.default.mark(function e(t,r){var n,i,o,s;return _c.default.wrap(function(c){for(;;)switch(c.prev=c.next){case 0:if(n=t.retries,i=t.retryCondition,o=t.retryCount<n&&i(r),(0,_3.default)(o)!=="object"){c.next=13;break}return c.prev=3,c.next=6,o;case 6:return s=c.sent,c.abrupt("return",s!==!1);case 10:return c.prev=10,c.t0=c.catch(3),c.abrupt("return",!1);case 13:return c.abrupt("return",o);case 14:case"end":return c.stop()}},e,null,[[3,10]])})),_f.apply(this,arguments)}function bo(e,t){var r=e.interceptors.request.use(function(i){var o=Mm(i,t);return o.lastRequestTime=Date.now(),i}),n=e.interceptors.response.use(null,function(){var i=(0,bm.default)(_c.default.mark(function o(s){var a,c,u,l,d,p,w,b;return _c.default.wrap(function(T){for(;;)switch(T.prev=T.next){case 0:if(a=s.config,a){T.next=3;break}return T.abrupt("return",Promise.reject(s));case 3:return c=Mm(a,t),T.next=6,P3(c,s);case 6:if(!T.sent){T.next=21;break}if(c.retryCount+=1,u=c.retryDelay,l=c.shouldResetTimeout,d=c.onRetry,p=u(c.retryCount,s),O3(e,a),!(!l&&a.timeout&&c.lastRequestTime)){T.next=17;break}if(w=Date.now()-c.lastRequestTime,b=a.timeout-w-p,!(b<=0)){T.next=16;break}return T.abrupt("return",Promise.reject(s));case 16:a.timeout=b;case 17:return a.transformRequest=[function(O){return O}],T.next=20,d(c.retryCount,s,a);case 20:return T.abrupt("return",new Promise(function(O){return setTimeout(function(){return O(e(a))},p)}));case 21:return T.abrupt("return",Promise.reject(s));case 22:case"end":return T.stop()}},o)}));return function(o){return i.apply(this,arguments)}}());return{requestInterceptorId:r,responseInterceptorId:n}}bo.isNetworkError=xf,bo.isSafeRequestError=Em,bo.isIdempotentRequestError=Sf,bo.isNetworkOrIdempotentRequestError=Ef,bo.exponentialDelay=_m,bo.isRetryableError=Cc;const Am=Qr.default;lf.exports=Am,lf.exports.default=Am;var R3=lf.exports,Mc={},Zo=null;typeof WebSocket<"u"?Zo=WebSocket:typeof MozWebSocket<"u"?Zo=MozWebSocket:typeof Dr<"u"?Zo=Dr.WebSocket||Dr.MozWebSocket:typeof window<"u"?Zo=window.WebSocket||window.MozWebSocket:typeof self<"u"&&(Zo=self.WebSocket||self.MozWebSocket);var N3=Zo,j3=Dr&&Dr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Mc,"__esModule",{value:!0}),Mc.ResilientWebSocket=void 0;const k3=j3(N3),D3=3e4+3e3;class B3{constructor(t,r){vt(this,"endpoint");vt(this,"wsClient");vt(this,"wsUserClosed");vt(this,"wsFailedAttempts");vt(this,"pingTimeout");vt(this,"logger");vt(this,"onError");vt(this,"onMessage");vt(this,"onReconnect");this.endpoint=t,this.logger=r,this.wsFailedAttempts=0,this.onError=n=>{var i;(i=this.logger)==null||i.error(n)},this.wsUserClosed=!0,this.onMessage=()=>{},this.onReconnect=()=>{}}async send(t){var r,n,i;(r=this.logger)==null||r.info(`Sending ${t}`),await this.waitForMaybeReadyWebSocket(),this.wsClient===void 0?(n=this.logger)==null||n.error("Couldn't connect to the websocket server. Error callback is called."):(i=this.wsClient)==null||i.send(t)}async startWebSocket(){var t;this.wsClient===void 0&&((t=this.logger)==null||t.info("Creating Web Socket client"),this.wsClient=new k3.default(this.endpoint),this.wsUserClosed=!1,this.wsClient.onopen=()=>{this.wsFailedAttempts=0,this.wsClient.on!==void 0&&this.heartbeat()},this.wsClient.onerror=r=>{this.onError(r.error)},this.wsClient.onmessage=r=>{this.onMessage(r.data)},this.wsClient.onclose=async()=>{var r,n;if(this.pingTimeout!==void 0&&clearInterval(this.pingTimeout),this.wsUserClosed===!1){this.wsFailedAttempts+=1,this.wsClient=void 0;const i=L3(this.wsFailedAttempts);(r=this.logger)==null||r.error(`Connection closed unexpectedly or because of timeout. Reconnecting after ${i}ms.`),await Tm(i),this.restartUnexpectedClosedWebsocket()}else(n=this.logger)==null||n.info("The connection has been closed successfully.")},this.wsClient.on!==void 0&&this.wsClient.on("ping",this.heartbeat.bind(this)))}heartbeat(){var t;(t=this.logger)==null||t.info("Heartbeat"),this.pingTimeout!==void 0&&clearTimeout(this.pingTimeout),this.pingTimeout=setTimeout(()=>{var r,n;(r=this.logger)==null||r.warn("Connection timed out. Reconnecting..."),(n=this.wsClient)==null||n.terminate(),this.restartUnexpectedClosedWebsocket()},D3)}async waitForMaybeReadyWebSocket(){let t=0;for(;this.wsClient!==void 0&&this.wsClient.readyState!==this.wsClient.OPEN;)if(t>5e3){this.wsClient.close();return}else t+=10,await Tm(10)}async restartUnexpectedClosedWebsocket(){var t;if(this.wsUserClosed!==!0){if(await this.startWebSocket(),await this.waitForMaybeReadyWebSocket(),this.wsClient===void 0){(t=this.logger)==null||t.error("Couldn't reconnect to websocket. Error callback is called.");return}this.onReconnect()}}closeWebSocket(){if(this.wsClient!==void 0){const t=this.wsClient;this.wsClient=void 0,t.close()}this.wsUserClosed=!0}}Mc.ResilientWebSocket=B3;async function Tm(e){return new Promise(t=>setTimeout(t,e))}function L3(e){return 2**e*100}var Xo={};Object.defineProperty(Xo,"__esModule",{value:!0}),Xo.removeLeading0xIfExists=Xo.makeWebsocketUrl=void 0;function $3(e){const t=new URL("ws",e),r=t.protocol==="https:";return t.protocol=r?"wss:":"ws:",t.toString()}Xo.makeWebsocketUrl=$3;function F3(e){return e.startsWith("0x")?e.substring(2):e}Xo.removeLeading0xIfExists=F3;var Im=Dr&&Dr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(sc,"__esModule",{value:!0}),sc.PriceServiceConnection=void 0;const Cf=Ll,U3=Im(lm),Om=Im(R3),V3=Mc,Mf=Xo;class z3{constructor(t,r){vt(this,"httpClient");vt(this,"priceFeedCallbacks");vt(this,"wsClient");vt(this,"wsEndpoint");vt(this,"logger");vt(this,"priceFeedRequestConfig");vt(this,"onWsError");var n,i,o;this.httpClient=U3.default.create({baseURL:t,timeout:(r==null?void 0:r.timeout)||5e3}),(0,Om.default)(this.httpClient,{retries:(r==null?void 0:r.httpRetries)||3,retryDelay:Om.default.exponentialDelay}),this.priceFeedRequestConfig={binary:(n=r==null?void 0:r.priceFeedRequestConfig)==null?void 0:n.binary,verbose:((i=r==null?void 0:r.priceFeedRequestConfig)==null?void 0:i.verbose)??(r==null?void 0:r.verbose),allowOutOfOrder:(o=r==null?void 0:r.priceFeedRequestConfig)==null?void 0:o.allowOutOfOrder},this.priceFeedCallbacks=new Map,this.logger=(r==null?void 0:r.logger)||{trace:()=>{},debug:()=>{},info:()=>{},warn:console.warn,error:console.error},this.onWsError=s=>{this.logger.error(s),typeof pn<"u"&&typeof pn.exit=="function"?(this.logger.error("Halting the process due to the websocket error"),pn.exit(1)):this.logger.error("Cannot halt process. Please handle the websocket error.")},this.wsEndpoint=(0,Mf.makeWebsocketUrl)(t)}async getLatestPriceFeeds(t){return t.length===0?[]:(await this.httpClient.get("/api/latest_price_feeds",{params:{ids:t,verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary}})).data.map(i=>Cf.PriceFeed.fromJson(i))}async getLatestVaas(t){return(await this.httpClient.get("/api/latest_vaas",{params:{ids:t}})).data}async getVaa(t,r){const n=await this.httpClient.get("/api/get_vaa",{params:{id:t,publish_time:r}});return[n.data.vaa,n.data.publishTime]}async getPriceFeed(t,r){const n=await this.httpClient.get("/api/get_price_feed",{params:{id:t,publish_time:r,verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary}});return Cf.PriceFeed.fromJson(n.data)}async getPriceFeedIds(){return(await this.httpClient.get("/api/price_feed_ids")).data}async subscribePriceFeedUpdates(t,r){var o;this.wsClient===void 0&&await this.startWebSocket(),t=t.map(s=>(0,Mf.removeLeading0xIfExists)(s));const n=[];for(const s of t)this.priceFeedCallbacks.has(s)||(this.priceFeedCallbacks.set(s,new Set),n.push(s)),this.priceFeedCallbacks.get(s).add(r);const i={ids:n,type:"subscribe",verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary,allow_out_of_order:this.priceFeedRequestConfig.allowOutOfOrder};await((o=this.wsClient)==null?void 0:o.send(JSON.stringify(i)))}async unsubscribePriceFeedUpdates(t,r){var o;this.wsClient===void 0&&await this.startWebSocket(),t=t.map(s=>(0,Mf.removeLeading0xIfExists)(s));const n=[];for(const s of t)if(this.priceFeedCallbacks.has(s)){let a=!1;r===void 0?(this.priceFeedCallbacks.delete(s),a=!0):(this.priceFeedCallbacks.get(s).delete(r),this.priceFeedCallbacks.get(s).size===0&&(this.priceFeedCallbacks.delete(s),a=!0)),a&&n.push(s)}const i={ids:n,type:"unsubscribe"};await((o=this.wsClient)==null?void 0:o.send(JSON.stringify(i))),this.priceFeedCallbacks.size===0&&this.closeWebSocket()}async startWebSocket(){if(this.wsEndpoint===void 0)throw new Error("Websocket endpoint is undefined.");this.wsClient=new V3.ResilientWebSocket(this.wsEndpoint,this.logger),this.wsClient.onError=this.onWsError,this.wsClient.onReconnect=()=>{var t;if(this.priceFeedCallbacks.size>0){const r={ids:Array.from(this.priceFeedCallbacks.keys()),type:"subscribe",verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary,allow_out_of_order:this.priceFeedRequestConfig.allowOutOfOrder};this.logger.info("Resubscribing to existing price feeds."),(t=this.wsClient)==null||t.send(JSON.stringify(r))}},this.wsClient.onMessage=t=>{this.logger.info(`Received message ${t.toString()}`);let r;try{r=JSON.parse(t.toString())}catch(n){this.logger.error(`Error parsing message ${t.toString()} as JSON.`),this.logger.error(n),this.onWsError(n);return}if(r.type==="response")r.status==="error"&&(this.logger.error(`Error response from the websocket server ${r.error}.`),this.onWsError(new Error(r.error)));else if(r.type==="price_update"){let n;try{n=Cf.PriceFeed.fromJson(r.price_feed)}catch(i){this.logger.error(`Error parsing price feeds from message ${t.toString()}.`),this.logger.error(i),this.onWsError(i);return}if(this.priceFeedCallbacks.has(n.id))for(const i of this.priceFeedCallbacks.get(n.id))i(n)}else this.logger.warn(`Ignoring unsupported server response ${t.toString()}.`)},await this.wsClient.startWebSocket()}closeWebSocket(){var t;(t=this.wsClient)==null||t.closeWebSocket(),this.wsClient=void 0,this.priceFeedCallbacks.clear()}}sc.PriceServiceConnection=z3,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.parseAccumulatorUpdateData=e.isAccumulatorUpdateData=e.Price=e.PriceFeed=e.PriceFeedMetadata=e.PriceServiceConnection=void 0;var t=sc;Object.defineProperty(e,"PriceServiceConnection",{enumerable:!0,get:function(){return t.PriceServiceConnection}});var r=Ll;Object.defineProperty(e,"PriceFeedMetadata",{enumerable:!0,get:function(){return r.PriceFeedMetadata}}),Object.defineProperty(e,"PriceFeed",{enumerable:!0,get:function(){return r.PriceFeed}}),Object.defineProperty(e,"Price",{enumerable:!0,get:function(){return r.Price}}),Object.defineProperty(e,"isAccumulatorUpdateData",{enumerable:!0,get:function(){return r.isAccumulatorUpdateData}}),Object.defineProperty(e,"parseAccumulatorUpdateData",{enumerable:!0,get:function(){return r.parseAccumulatorUpdateData}})}(Bl),Object.defineProperty(oc,"__esModule",{value:!0}),oc.SuiPriceServiceConnection=void 0;const H3=Bl,q3=cc();class W3 extends H3.PriceServiceConnection{async getPriceFeedsUpdateData(t){return(await this.getLatestVaas(t)).map(n=>q3.Buffer.from(n,"base64"))}}oc.SuiPriceServiceConnection=W3;var Ac={};const G3=Zh(h4),Jo=Zh(o6);var Af=Object.defineProperty,K3=Object.getOwnPropertyDescriptor,Y3=Object.getOwnPropertyNames,Z3=Object.prototype.hasOwnProperty,X3=(e,t)=>{for(var r in t)Af(e,r,{get:t[r],enumerable:!0})},J3=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Y3(t))!Z3.call(e,i)&&i!==r&&Af(e,i,{get:()=>t[i],enumerable:!(n=K3(t,i))||n.enumerable});return e},Q3=e=>J3(Af({},"__esModule",{value:!0}),e),Pm={};X3(Pm,{SUI_ADDRESS_LENGTH:()=>Tf,isValidSuiAddress:()=>jm,isValidSuiObjectId:()=>rS,isValidTransactionDigest:()=>tS,normalizeStructTag:()=>km,normalizeSuiAddress:()=>Of,normalizeSuiObjectId:()=>iS,parseStructTag:()=>If});var Rm=Q3(Pm),Nm=Jo;const eS=32;function tS(e){try{return(0,Nm.fromBase58)(e).length===eS}catch{return!1}}const Tf=32;function jm(e){return oS(e)&&sS(e)===Tf}function rS(e){return jm(e)}function nS(e){return e.includes("::")?If(e):e}function If(e){const[t,r]=e.split("::"),n=e.slice(t.length+r.length+4),i=n.includes("<")?n.slice(0,n.indexOf("<")):n,o=n.includes("<")?(0,Nm.splitGenericParameters)(n.slice(n.indexOf("<")+1,n.lastIndexOf(">"))).map(s=>nS(s.trim())):[];return{address:Of(t),module:r,name:i,typeParams:o}}function km(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?If(e):e,o=(i==null?void 0:i.length)>0?`<${i.map(s=>typeof s=="string"?s:km(s)).join(",")}>`:"";return`${t}::${r}::${n}${o}`}function Of(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(Tf*2,"0")}`}function iS(e,t=!1){return Of(e,t)}function oS(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function sS(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}var Pf=Object.defineProperty,aS=Object.getOwnPropertyDescriptor,cS=Object.getOwnPropertyNames,uS=Object.prototype.hasOwnProperty,lS=(e,t)=>{for(var r in t)Pf(e,r,{get:t[r],enumerable:!0})},fS=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of cS(t))!uS.call(e,i)&&i!==r&&Pf(e,i,{get:()=>t[i],enumerable:!(n=aS(t,i))||n.enumerable});return e},dS=e=>fS(Pf({},"__esModule",{value:!0}),e),Dm={};lS(Dm,{TypeTagSerializer:()=>xo});var Bm=dS(Dm),hS=Jo,pS=Rm;const mS=/^vector<(.+)>$/,gS=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;class xo{static parseFromStr(t,r=!1){if(t==="address")return{address:null};if(t==="bool")return{bool:null};if(t==="u8")return{u8:null};if(t==="u16")return{u16:null};if(t==="u32")return{u32:null};if(t==="u64")return{u64:null};if(t==="u128")return{u128:null};if(t==="u256")return{u256:null};if(t==="signer")return{signer:null};const n=t.match(mS);if(n)return{vector:xo.parseFromStr(n[1],r)};const i=t.match(gS);if(i)return{struct:{address:r?(0,pS.normalizeSuiAddress)(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:xo.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return(0,hS.splitGenericParameters)(t).map(n=>xo.parseFromStr(n,r))}static tagToString(t){if("bool"in t)return"bool";if("u8"in t)return"u8";if("u16"in t)return"u16";if("u32"in t)return"u32";if("u64"in t)return"u64";if("u128"in t)return"u128";if("u256"in t)return"u256";if("address"in t)return"address";if("signer"in t)return"signer";if("vector"in t)return`vector<${xo.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(xo.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}}var Rf=Object.defineProperty,vS=Object.getOwnPropertyDescriptor,yS=Object.getOwnPropertyNames,wS=Object.prototype.hasOwnProperty,bS=(e,t)=>{for(var r in t)Rf(e,r,{get:t[r],enumerable:!0})},xS=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of yS(t))!wS.call(e,i)&&i!==r&&Rf(e,i,{get:()=>t[i],enumerable:!(n=vS(t,i))||n.enumerable});return e},SS=e=>xS(Rf({},"__esModule",{value:!0}),e),Lm={};bS(Lm,{Address:()=>Vn,AppId:()=>rg,Argument:()=>zn,CallArg:()=>Hm,Command:()=>Wm,CompressedSignature:()=>og,GasData:()=>Xm,Intent:()=>ng,IntentMessage:()=>ig,IntentScope:()=>eg,IntentVersion:()=>tg,MultiSig:()=>CS,MultiSigPkMap:()=>ag,MultiSigPublicKey:()=>cg,ObjectArg:()=>zm,ObjectDigest:()=>Um,PasskeyAuthenticator:()=>AS,ProgrammableMoveCall:()=>qm,ProgrammableTransaction:()=>Gm,PublicKey:()=>sg,SenderSignedData:()=>MS,SenderSignedTransaction:()=>lg,SharedObjectRef:()=>Vm,StructTag:()=>Zm,SuiObjectRef:()=>Tc,TransactionData:()=>Qm,TransactionDataV1:()=>Jm,TransactionExpiration:()=>Ym,TransactionKind:()=>Km,TypeTag:()=>jf,base64String:()=>ug});var $m=SS(Lm),ue=Jo,ua=Rm,Fm=Bm;function ES(e){return ue.bcs.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function _S(e){return ue.bcs.enum("Option",{None:null,Some:e})}const Vn=ue.bcs.bytes(ua.SUI_ADDRESS_LENGTH).transform({validate:e=>{const t=typeof e=="string"?e:(0,ue.toHex)(e);if(!t||!(0,ua.isValidSuiAddress)((0,ua.normalizeSuiAddress)(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?(0,ue.fromHex)((0,ua.normalizeSuiAddress)(e)):e,output:e=>(0,ua.normalizeSuiAddress)((0,ue.toHex)(e))}),Um=ue.bcs.vector(ue.bcs.u8()).transform({name:"ObjectDigest",input:e=>(0,ue.fromBase58)(e),output:e=>(0,ue.toBase58)(new Uint8Array(e)),validate:e=>{if((0,ue.fromBase58)(e).length!==32)throw new Error("ObjectDigest must be 32 bytes")}}),Tc=ue.bcs.struct("SuiObjectRef",{objectId:Vn,version:ue.bcs.u64(),digest:Um}),Vm=ue.bcs.struct("SharedObjectRef",{objectId:Vn,initialSharedVersion:ue.bcs.u64(),mutable:ue.bcs.bool()}),zm=ue.bcs.enum("ObjectArg",{ImmOrOwnedObject:Tc,SharedObject:Vm,Receiving:Tc}),Hm=ue.bcs.enum("CallArg",{Pure:ue.bcs.struct("Pure",{bytes:ue.bcs.vector(ue.bcs.u8()).transform({input:e=>typeof e=="string"?(0,ue.fromBase64)(e):e,output:e=>(0,ue.toBase64)(new Uint8Array(e))})}),Object:zm}),Nf=ue.bcs.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:ue.bcs.lazy(()=>Nf),struct:ue.bcs.lazy(()=>Zm),u16:null,u32:null,u256:null}),jf=Nf.transform({input:e=>typeof e=="string"?Fm.TypeTagSerializer.parseFromStr(e,!0):e,output:e=>Fm.TypeTagSerializer.tagToString(e)}),zn=ue.bcs.enum("Argument",{GasCoin:null,Input:ue.bcs.u16(),Result:ue.bcs.u16(),NestedResult:ue.bcs.tuple([ue.bcs.u16(),ue.bcs.u16()])}),qm=ue.bcs.struct("ProgrammableMoveCall",{package:Vn,module:ue.bcs.string(),function:ue.bcs.string(),typeArguments:ue.bcs.vector(jf),arguments:ue.bcs.vector(zn)}),Wm=ue.bcs.enum("Command",{MoveCall:qm,TransferObjects:ue.bcs.struct("TransferObjects",{objects:ue.bcs.vector(zn),address:zn}),SplitCoins:ue.bcs.struct("SplitCoins",{coin:zn,amounts:ue.bcs.vector(zn)}),MergeCoins:ue.bcs.struct("MergeCoins",{destination:zn,sources:ue.bcs.vector(zn)}),Publish:ue.bcs.struct("Publish",{modules:ue.bcs.vector(ue.bcs.vector(ue.bcs.u8()).transform({input:e=>typeof e=="string"?(0,ue.fromBase64)(e):e,output:e=>(0,ue.toBase64)(new Uint8Array(e))})),dependencies:ue.bcs.vector(Vn)}),MakeMoveVec:ue.bcs.struct("MakeMoveVec",{type:_S(jf).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:ue.bcs.vector(zn)}),Upgrade:ue.bcs.struct("Upgrade",{modules:ue.bcs.vector(ue.bcs.vector(ue.bcs.u8()).transform({input:e=>typeof e=="string"?(0,ue.fromBase64)(e):e,output:e=>(0,ue.toBase64)(new Uint8Array(e))})),dependencies:ue.bcs.vector(Vn),package:Vn,ticket:zn})}),Gm=ue.bcs.struct("ProgrammableTransaction",{inputs:ue.bcs.vector(Hm),commands:ue.bcs.vector(Wm)}),Km=ue.bcs.enum("TransactionKind",{ProgrammableTransaction:Gm,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),Ym=ue.bcs.enum("TransactionExpiration",{None:null,Epoch:ES()}),Zm=ue.bcs.struct("StructTag",{address:Vn,module:ue.bcs.string(),name:ue.bcs.string(),typeParams:ue.bcs.vector(Nf)}),Xm=ue.bcs.struct("GasData",{payment:ue.bcs.vector(Tc),owner:Vn,price:ue.bcs.u64(),budget:ue.bcs.u64()}),Jm=ue.bcs.struct("TransactionDataV1",{kind:Km,sender:Vn,gasData:Xm,expiration:Ym}),Qm=ue.bcs.enum("TransactionData",{V1:Jm}),eg=ue.bcs.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),tg=ue.bcs.enum("IntentVersion",{V0:null}),rg=ue.bcs.enum("AppId",{Sui:null}),ng=ue.bcs.struct("Intent",{scope:eg,version:tg,appId:rg});function ig(e){return ue.bcs.struct(`IntentMessage<${e.name}>`,{intent:ng,value:e})}const og=ue.bcs.enum("CompressedSignature",{ED25519:ue.bcs.fixedArray(64,ue.bcs.u8()),Secp256k1:ue.bcs.fixedArray(64,ue.bcs.u8()),Secp256r1:ue.bcs.fixedArray(64,ue.bcs.u8()),ZkLogin:ue.bcs.vector(ue.bcs.u8())}),sg=ue.bcs.enum("PublicKey",{ED25519:ue.bcs.fixedArray(32,ue.bcs.u8()),Secp256k1:ue.bcs.fixedArray(33,ue.bcs.u8()),Secp256r1:ue.bcs.fixedArray(33,ue.bcs.u8()),ZkLogin:ue.bcs.vector(ue.bcs.u8())}),ag=ue.bcs.struct("MultiSigPkMap",{pubKey:sg,weight:ue.bcs.u8()}),cg=ue.bcs.struct("MultiSigPublicKey",{pk_map:ue.bcs.vector(ag),threshold:ue.bcs.u16()}),CS=ue.bcs.struct("MultiSig",{sigs:ue.bcs.vector(og),bitmap:ue.bcs.u16(),multisig_pk:cg}),ug=ue.bcs.vector(ue.bcs.u8()).transform({input:e=>typeof e=="string"?(0,ue.fromBase64)(e):e,output:e=>(0,ue.toBase64)(new Uint8Array(e))}),lg=ue.bcs.struct("SenderSignedTransaction",{intentMessage:ig(Qm),txSignatures:ue.bcs.vector(ug)}),MS=ue.bcs.vector(lg,{name:"SenderSignedData"}),AS=ue.bcs.struct("PasskeyAuthenticator",{authenticatorData:ue.bcs.vector(ue.bcs.u8()),clientDataJson:ue.bcs.string(),userSignature:ue.bcs.vector(ue.bcs.u8())});var kf=Object.defineProperty,TS=Object.getOwnPropertyDescriptor,IS=Object.getOwnPropertyNames,OS=Object.prototype.hasOwnProperty,PS=(e,t)=>{for(var r in t)kf(e,r,{get:t[r],enumerable:!0})},RS=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of IS(t))!OS.call(e,i)&&i!==r&&kf(e,i,{get:()=>t[i],enumerable:!(n=TS(t,i))||n.enumerable});return e},NS=e=>RS(kf({},"__esModule",{value:!0}),e),fg={};PS(fg,{TransactionEffects:()=>GS});var jS=NS(fg),pe=Jo,Lt=$m;const kS=pe.bcs.enum("PackageUpgradeError",{UnableToFetchPackage:pe.bcs.struct("UnableToFetchPackage",{packageId:Lt.Address}),NotAPackage:pe.bcs.struct("NotAPackage",{objectId:Lt.Address}),IncompatibleUpgrade:null,DigestDoesNotMatch:pe.bcs.struct("DigestDoesNotMatch",{digest:pe.bcs.vector(pe.bcs.u8())}),UnknownUpgradePolicy:pe.bcs.struct("UnknownUpgradePolicy",{policy:pe.bcs.u8()}),PackageIDDoesNotMatch:pe.bcs.struct("PackageIDDoesNotMatch",{packageId:Lt.Address,ticketId:Lt.Address})}),DS=pe.bcs.struct("ModuleId",{address:Lt.Address,name:pe.bcs.string()}),dg=pe.bcs.struct("MoveLocation",{module:DS,function:pe.bcs.u16(),instruction:pe.bcs.u16(),functionName:pe.bcs.option(pe.bcs.string())}),BS=pe.bcs.enum("CommandArgumentError",{TypeMismatch:null,InvalidBCSBytes:null,InvalidUsageOfPureArg:null,InvalidArgumentToPrivateEntryFunction:null,IndexOutOfBounds:pe.bcs.struct("IndexOutOfBounds",{idx:pe.bcs.u16()}),SecondaryIndexOutOfBounds:pe.bcs.struct("SecondaryIndexOutOfBounds",{resultIdx:pe.bcs.u16(),secondaryIdx:pe.bcs.u16()}),InvalidResultArity:pe.bcs.struct("InvalidResultArity",{resultIdx:pe.bcs.u16()}),InvalidGasCoinUsage:null,InvalidValueUsage:null,InvalidObjectByValue:null,InvalidObjectByMutRef:null,SharedObjectOperationNotAllowed:null}),LS=pe.bcs.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),$S=pe.bcs.enum("ExecutionFailureStatus",{InsufficientGas:null,InvalidGasObject:null,InvariantViolation:null,FeatureNotYetSupported:null,MoveObjectTooBig:pe.bcs.struct("MoveObjectTooBig",{objectSize:pe.bcs.u64(),maxObjectSize:pe.bcs.u64()}),MovePackageTooBig:pe.bcs.struct("MovePackageTooBig",{objectSize:pe.bcs.u64(),maxObjectSize:pe.bcs.u64()}),CircularObjectOwnership:pe.bcs.struct("CircularObjectOwnership",{object:Lt.Address}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:pe.bcs.option(dg),MoveAbort:pe.bcs.tuple([dg,pe.bcs.u64()]),VMVerificationOrDeserializationError:null,VMInvariantViolation:null,FunctionNotFound:null,ArityMismatch:null,TypeArityMismatch:null,NonEntryFunctionInvoked:null,CommandArgumentError:pe.bcs.struct("CommandArgumentError",{argIdx:pe.bcs.u16(),kind:BS}),TypeArgumentError:pe.bcs.struct("TypeArgumentError",{argumentIdx:pe.bcs.u16(),kind:LS}),UnusedValueWithoutDrop:pe.bcs.struct("UnusedValueWithoutDrop",{resultIdx:pe.bcs.u16(),secondaryIdx:pe.bcs.u16()}),InvalidPublicFunctionReturnType:pe.bcs.struct("InvalidPublicFunctionReturnType",{idx:pe.bcs.u16()}),InvalidTransferObject:null,EffectsTooLarge:pe.bcs.struct("EffectsTooLarge",{currentSize:pe.bcs.u64(),maxSize:pe.bcs.u64()}),PublishUpgradeMissingDependency:null,PublishUpgradeDependencyDowngrade:null,PackageUpgradeError:pe.bcs.struct("PackageUpgradeError",{upgradeError:kS}),WrittenObjectsTooLarge:pe.bcs.struct("WrittenObjectsTooLarge",{currentSize:pe.bcs.u64(),maxSize:pe.bcs.u64()}),CertificateDenied:null,SuiMoveVerificationTimedout:null,SharedObjectOperationNotAllowed:null,InputObjectDeleted:null,ExecutionCancelledDueToSharedObjectCongestion:pe.bcs.struct("ExecutionCancelledDueToSharedObjectCongestion",{congestedObjects:pe.bcs.vector(Lt.Address)}),AddressDeniedForCoin:pe.bcs.struct("AddressDeniedForCoin",{address:Lt.Address,coinType:pe.bcs.string()}),CoinTypeGlobalPause:pe.bcs.struct("CoinTypeGlobalPause",{coinType:pe.bcs.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),hg=pe.bcs.enum("ExecutionStatus",{Success:null,Failed:pe.bcs.struct("ExecutionFailed",{error:$S,command:pe.bcs.option(pe.bcs.u64())})}),pg=pe.bcs.struct("GasCostSummary",{computationCost:pe.bcs.u64(),storageCost:pe.bcs.u64(),storageRebate:pe.bcs.u64(),nonRefundableStorageFee:pe.bcs.u64()}),Qo=pe.bcs.enum("Owner",{AddressOwner:Lt.Address,ObjectOwner:Lt.Address,Shared:pe.bcs.struct("Shared",{initialSharedVersion:pe.bcs.u64()}),Immutable:null}),FS=pe.bcs.struct("TransactionEffectsV1",{status:hg,executedEpoch:pe.bcs.u64(),gasUsed:pg,modifiedAtVersions:pe.bcs.vector(pe.bcs.tuple([Lt.Address,pe.bcs.u64()])),sharedObjects:pe.bcs.vector(Lt.SuiObjectRef),transactionDigest:Lt.ObjectDigest,created:pe.bcs.vector(pe.bcs.tuple([Lt.SuiObjectRef,Qo])),mutated:pe.bcs.vector(pe.bcs.tuple([Lt.SuiObjectRef,Qo])),unwrapped:pe.bcs.vector(pe.bcs.tuple([Lt.SuiObjectRef,Qo])),deleted:pe.bcs.vector(Lt.SuiObjectRef),unwrappedThenDeleted:pe.bcs.vector(Lt.SuiObjectRef),wrapped:pe.bcs.vector(Lt.SuiObjectRef),gasObject:pe.bcs.tuple([Lt.SuiObjectRef,Qo]),eventsDigest:pe.bcs.option(Lt.ObjectDigest),dependencies:pe.bcs.vector(Lt.ObjectDigest)}),Df=pe.bcs.tuple([pe.bcs.u64(),Lt.ObjectDigest]),US=pe.bcs.enum("ObjectIn",{NotExist:null,Exist:pe.bcs.tuple([Df,Qo])}),VS=pe.bcs.enum("ObjectOut",{NotExist:null,ObjectWrite:pe.bcs.tuple([Lt.ObjectDigest,Qo]),PackageWrite:Df}),zS=pe.bcs.enum("IDOperation",{None:null,Created:null,Deleted:null}),HS=pe.bcs.struct("EffectsObjectChange",{inputState:US,outputState:VS,idOperation:zS}),qS=pe.bcs.enum("UnchangedSharedKind",{ReadOnlyRoot:Df,MutateDeleted:pe.bcs.u64(),ReadDeleted:pe.bcs.u64(),Cancelled:pe.bcs.u64(),PerEpochConfig:null}),WS=pe.bcs.struct("TransactionEffectsV2",{status:hg,executedEpoch:pe.bcs.u64(),gasUsed:pg,transactionDigest:Lt.ObjectDigest,gasObjectIndex:pe.bcs.option(pe.bcs.u32()),eventsDigest:pe.bcs.option(Lt.ObjectDigest),dependencies:pe.bcs.vector(Lt.ObjectDigest),lamportVersion:pe.bcs.u64(),changedObjects:pe.bcs.vector(pe.bcs.tuple([Lt.Address,HS])),unchangedSharedObjects:pe.bcs.vector(pe.bcs.tuple([Lt.Address,qS])),auxDataDigest:pe.bcs.option(Lt.ObjectDigest)}),GS=pe.bcs.enum("TransactionEffects",{V1:FS,V2:WS});var Bf=Object.defineProperty,KS=Object.getOwnPropertyDescriptor,YS=Object.getOwnPropertyNames,ZS=Object.prototype.hasOwnProperty,XS=(e,t)=>{for(var r in t)Bf(e,r,{get:t[r],enumerable:!0})},JS=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of YS(t))!ZS.call(e,i)&&i!==r&&Bf(e,i,{get:()=>t[i],enumerable:!(n=KS(t,i))||n.enumerable});return e},QS=e=>JS(Bf({},"__esModule",{value:!0}),e),mg={};XS(mg,{BcsType:()=>nE.BcsType,TypeTagSerializer:()=>rE.TypeTagSerializer,bcs:()=>iE});var eE=QS(mg),Hn=Jo,$t=$m,tE=jS,rE=Bm,nE=Jo;const iE={...Hn.bcs,U8:Hn.bcs.u8(),U16:Hn.bcs.u16(),U32:Hn.bcs.u32(),U64:Hn.bcs.u64(),U128:Hn.bcs.u128(),U256:Hn.bcs.u256(),ULEB128:Hn.bcs.uleb128(),Bool:Hn.bcs.bool(),String:Hn.bcs.string(),Address:$t.Address,AppId:$t.AppId,Argument:$t.Argument,CallArg:$t.CallArg,CompressedSignature:$t.CompressedSignature,GasData:$t.GasData,Intent:$t.Intent,IntentMessage:$t.IntentMessage,IntentScope:$t.IntentScope,IntentVersion:$t.IntentVersion,MultiSig:$t.MultiSig,MultiSigPkMap:$t.MultiSigPkMap,MultiSigPublicKey:$t.MultiSigPublicKey,ObjectArg:$t.ObjectArg,ObjectDigest:$t.ObjectDigest,ProgrammableMoveCall:$t.ProgrammableMoveCall,ProgrammableTransaction:$t.ProgrammableTransaction,PublicKey:$t.PublicKey,SenderSignedData:$t.SenderSignedData,SenderSignedTransaction:$t.SenderSignedTransaction,SharedObjectRef:$t.SharedObjectRef,StructTag:$t.StructTag,SuiObjectRef:$t.SuiObjectRef,Command:$t.Command,TransactionData:$t.TransactionData,TransactionDataV1:$t.TransactionDataV1,TransactionExpiration:$t.TransactionExpiration,TransactionKind:$t.TransactionKind,TypeTag:$t.TypeTag,TransactionEffects:tE.TransactionEffects,PasskeyAuthenticator:$t.PasskeyAuthenticator};Object.defineProperty(Ac,"__esModule",{value:!0}),Ac.SuiPythClient=void 0;const Ic=G3,es=eE,oE=cc(),Lf=16*1024;class sE{constructor(t,r,n){vt(this,"provider");vt(this,"pythStateId");vt(this,"wormholeStateId");vt(this,"pythPackageId");vt(this,"wormholePackageId");vt(this,"priceTableInfo");vt(this,"priceFeedObjectIdCache",new Map);vt(this,"baseUpdateFee");this.provider=t,this.pythStateId=r,this.wormholeStateId=n,this.pythPackageId=void 0,this.wormholePackageId=void 0}async getBaseUpdateFee(){if(this.baseUpdateFee===void 0){const t=await this.provider.getObject({id:this.pythStateId,options:{showContent:!0}});if(!t.data||!t.data.content||t.data.content.dataType!=="moveObject")throw new Error("Unable to fetch pyth state object");this.baseUpdateFee=t.data.content.fields.base_update_fee}return this.baseUpdateFee}async getPackageId(t){const r=await this.provider.getObject({id:t,options:{showContent:!0}}).then(n=>{var i,o,s;if(((o=(i=n.data)==null?void 0:i.content)==null?void 0:o.dataType)=="moveObject")return n.data.content.fields;throw console.log((s=n.data)==null?void 0:s.content),new Error(`Cannot fetch package id for object ${t}`)});if("upgrade_cap"in r)return r.upgrade_cap.fields.package;throw new Error("upgrade_cap not found")}async verifyVaas(t,r){const n=await this.getWormholePackageId(),i=[];for(const o of t){const[s]=r.moveCall({target:`${n}::vaa::parse_and_verify`,arguments:[r.object(this.wormholeStateId),r.pure(es.bcs.vector(es.bcs.U8).serialize(Array.from(o),{maxSize:Lf}).toBytes()),r.object(Ic.SUI_CLOCK_OBJECT_ID)]});i.push(s)}return i}async updatePriceFeeds(t,r,n){const i=await this.getPythPackageId();let o;if(r.length>1)throw new Error("SDK does not support sending multiple accumulator messages in a single transaction");const s=this.extractVaaBytesFromAccumulatorMessage(r[0]),a=await this.verifyVaas([s],t);[o]=t.moveCall({target:`${i}::pyth::create_authenticated_price_infos_using_accumulator`,arguments:[t.object(this.pythStateId),t.pure(es.bcs.vector(es.bcs.U8).serialize(Array.from(r[0]),{maxSize:Lf}).toBytes()),a[0],t.object(Ic.SUI_CLOCK_OBJECT_ID)]});const c=[],u=await this.getBaseUpdateFee(),l=t.splitCoins(t.gas,n.map(()=>t.pure.u64(u)));let d=0;for(const p of n){const w=await this.getPriceFeedObjectId(p);if(!w)throw new Error(`Price feed ${p} not found, please create it first`);c.push(w),[o]=t.moveCall({target:`${i}::pyth::update_single_price_feed`,arguments:[t.object(this.pythStateId),o,t.object(w),l[d],t.object(Ic.SUI_CLOCK_OBJECT_ID)]}),d++}return t.moveCall({target:`${i}::hot_potato_vector::destroy`,arguments:[o],typeArguments:[`${i}::price_info::PriceInfo`]}),c}async createPriceFeed(t,r){const n=await this.getPythPackageId();if(r.length>1)throw new Error("SDK does not support sending multiple accumulator messages in a single transaction");const i=this.extractVaaBytesFromAccumulatorMessage(r[0]),o=await this.verifyVaas([i],t);t.moveCall({target:`${n}::pyth::create_price_feeds_using_accumulator`,arguments:[t.object(this.pythStateId),t.pure(es.bcs.vector(es.bcs.U8).serialize(Array.from(r[0]),{maxSize:Lf}).toBytes()),o[0],t.object(Ic.SUI_CLOCK_OBJECT_ID)]})}async getWormholePackageId(){return this.wormholePackageId||(this.wormholePackageId=await this.getPackageId(this.wormholeStateId)),this.wormholePackageId}async getPythPackageId(){return this.pythPackageId||(this.pythPackageId=await this.getPackageId(this.pythStateId)),this.pythPackageId}async getPriceFeedObjectId(t){const r=t.replace("0x","");if(!this.priceFeedObjectIdCache.has(r)){const{id:n,fieldType:i}=await this.getPriceTableInfo(),o=await this.provider.getDynamicFieldObject({parentId:n,name:{type:`${i}::price_identifier::PriceIdentifier`,value:{bytes:Array.from(oE.Buffer.from(r,"hex"))}}});if(!o.data||!o.data.content)return;if(o.data.content.dataType!=="moveObject")throw new Error("Price feed type mismatch");this.priceFeedObjectIdCache.set(r,o.data.content.fields.value)}return this.priceFeedObjectIdCache.get(r)}async getPriceTableInfo(){if(this.priceTableInfo===void 0){const t=await this.provider.getDynamicFieldObject({parentId:this.pythStateId,name:{type:"vector<u8>",value:"price_info"}});if(!t.data||!t.data.type)throw new Error("Price Table not found, contract may not be initialized");let r=t.data.type.replace("0x2::table::Table<","");r=r.replace("::price_identifier::PriceIdentifier, 0x2::object::ID>",""),this.priceTableInfo={id:t.data.objectId,fieldType:r}}return this.priceTableInfo}extractVaaBytesFromAccumulatorMessage(t){const n=7+t.readUint8(6)+1,i=t.readUint16BE(n),o=n+2;return t.subarray(o,o+i)}}Ac.SuiPythClient=sE,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PriceFeed=e.Price=e.SuiPythClient=e.SuiPriceServiceConnection=void 0;var t=oc;Object.defineProperty(e,"SuiPriceServiceConnection",{enumerable:!0,get:function(){return t.SuiPriceServiceConnection}});var r=Ac;Object.defineProperty(e,"SuiPythClient",{enumerable:!0,get:function(){return r.SuiPythClient}});var n=Bl;Object.defineProperty(e,"Price",{enumerable:!0,get:function(){return n.Price}}),Object.defineProperty(e,"PriceFeed",{enumerable:!0,get:function(){return n.PriceFeed}})}(Dl);var aE=Object.create,$f=Object.defineProperty,cE=Object.defineProperties,uE=Object.getOwnPropertyDescriptor,lE=Object.getOwnPropertyDescriptors,gg=Object.getOwnPropertyNames,vg=Object.getOwnPropertySymbols,fE=Object.getPrototypeOf,yg=Object.prototype.hasOwnProperty,dE=Object.prototype.propertyIsEnumerable,wg=(e,t,r)=>t in e?$f(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,hE=(e,t)=>{for(var r in t||(t={}))yg.call(t,r)&&wg(e,r,t[r]);if(vg)for(var r of vg(t))dE.call(t,r)&&wg(e,r,t[r]);return e},pE=(e,t)=>cE(e,lE(t)),mE=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),gE=(e,t)=>function(){return t||(0,e[gg(e)[0]])((t={exports:{}}).exports,t),t.exports},vE=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of gg(t))!yg.call(e,i)&&i!==r&&$f(e,i,{get:()=>t[i],enumerable:!(n=uE(t,i))||n.enumerable});return e},ts=(e,t,r)=>(r=e!=null?aE(fE(e)):{},vE(!e||!e.__esModule?$f(r,"default",{value:e,enumerable:!0}):r,e)),pt=(e,t,r)=>new Promise((n,i)=>{var o=c=>{try{a(r.next(c))}catch(u){i(u)}},s=c=>{try{a(r.throw(c))}catch(u){i(u)}},a=c=>c.done?n(c.value):Promise.resolve(c.value).then(o,s);a((r=r.apply(e,t)).next())}),rs=gE({"node_modules/bn.js/lib/bn.js"(e,t){(function(r,n){function i(h,f){if(!h)throw new Error(f||"Assertion failed")}function o(h,f){h.super_=f;var m=function(){};m.prototype=f.prototype,h.prototype=new m,h.prototype.constructor=h}function s(h,f,m){if(s.isBN(h))return h;this.negative=0,this.words=null,this.length=0,this.red=null,h!==null&&((f==="le"||f==="be")&&(m=f,f=10),this._init(h||0,f||10,m||"be"))}typeof r=="object"?r.exports=s:n.BN=s,s.BN=s,s.wordSize=26;var a;try{typeof window<"u"&&typeof window.Buffer<"u"?a=window.Buffer:a=mE("buffer").Buffer}catch{}s.isBN=function(f){return f instanceof s?!0:f!==null&&typeof f=="object"&&f.constructor.wordSize===s.wordSize&&Array.isArray(f.words)},s.max=function(f,m){return f.cmp(m)>0?f:m},s.min=function(f,m){return f.cmp(m)<0?f:m},s.prototype._init=function(f,m,S){if(typeof f=="number")return this._initNumber(f,m,S);if(typeof f=="object")return this._initArray(f,m,S);m==="hex"&&(m=16),i(m===(m|0)&&m>=2&&m<=36),f=f.toString().replace(/\s+/g,"");var M=0;f[0]==="-"&&(M++,this.negative=1),M<f.length&&(m===16?this._parseHex(f,M,S):(this._parseBase(f,m,M),S==="le"&&this._initArray(this.toArray(),m,S)))},s.prototype._initNumber=function(f,m,S){f<0&&(this.negative=1,f=-f),f<67108864?(this.words=[f&67108863],this.length=1):f<4503599627370496?(this.words=[f&67108863,f/67108864&67108863],this.length=2):(i(f<9007199254740992),this.words=[f&67108863,f/67108864&67108863,1],this.length=3),S==="le"&&this._initArray(this.toArray(),m,S)},s.prototype._initArray=function(f,m,S){if(i(typeof f.length=="number"),f.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(f.length/3),this.words=new Array(this.length);for(var M=0;M<this.length;M++)this.words[M]=0;var _,I,C=0;if(S==="be")for(M=f.length-1,_=0;M>=0;M-=3)I=f[M]|f[M-1]<<8|f[M-2]<<16,this.words[_]|=I<<C&67108863,this.words[_+1]=I>>>26-C&67108863,C+=24,C>=26&&(C-=26,_++);else if(S==="le")for(M=0,_=0;M<f.length;M+=3)I=f[M]|f[M+1]<<8|f[M+2]<<16,this.words[_]|=I<<C&67108863,this.words[_+1]=I>>>26-C&67108863,C+=24,C>=26&&(C-=26,_++);return this._strip()};function c(h,f){var m=h.charCodeAt(f);if(m>=48&&m<=57)return m-48;if(m>=65&&m<=70)return m-55;if(m>=97&&m<=102)return m-87;i(!1,"Invalid character in "+h)}function u(h,f,m){var S=c(h,m);return m-1>=f&&(S|=c(h,m-1)<<4),S}s.prototype._parseHex=function(f,m,S){this.length=Math.ceil((f.length-m)/6),this.words=new Array(this.length);for(var M=0;M<this.length;M++)this.words[M]=0;var _=0,I=0,C;if(S==="be")for(M=f.length-1;M>=m;M-=2)C=u(f,m,M)<<_,this.words[I]|=C&67108863,_>=18?(_-=18,I+=1,this.words[I]|=C>>>26):_+=8;else{var g=f.length-m;for(M=g%2===0?m+1:m;M<f.length;M+=2)C=u(f,m,M)<<_,this.words[I]|=C&67108863,_>=18?(_-=18,I+=1,this.words[I]|=C>>>26):_+=8}this._strip()};function l(h,f,m,S){for(var M=0,_=0,I=Math.min(h.length,m),C=f;C<I;C++){var g=h.charCodeAt(C)-48;M*=S,g>=49?_=g-49+10:g>=17?_=g-17+10:_=g,i(g>=0&&_<S,"Invalid character"),M+=_}return M}s.prototype._parseBase=function(f,m,S){this.words=[0],this.length=1;for(var M=0,_=1;_<=67108863;_*=m)M++;M--,_=_/m|0;for(var I=f.length-S,C=I%M,g=Math.min(I,I-C)+S,v=0,N=S;N<g;N+=M)v=l(f,N,N+M,m),this.imuln(_),this.words[0]+v<67108864?this.words[0]+=v:this._iaddn(v);if(C!==0){var ee=1;for(v=l(f,N,f.length,m),N=0;N<C;N++)ee*=m;this.imuln(ee),this.words[0]+v<67108864?this.words[0]+=v:this._iaddn(v)}this._strip()},s.prototype.copy=function(f){f.words=new Array(this.length);for(var m=0;m<this.length;m++)f.words[m]=this.words[m];f.length=this.length,f.negative=this.negative,f.red=this.red};function d(h,f){h.words=f.words,h.length=f.length,h.negative=f.negative,h.red=f.red}if(s.prototype._move=function(f){d(f,this)},s.prototype.clone=function(){var f=new s(null);return this.copy(f),f},s.prototype._expand=function(f){for(;this.length<f;)this.words[this.length++]=0;return this},s.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},s.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{s.prototype[Symbol.for("nodejs.util.inspect.custom")]=p}catch{s.prototype.inspect=p}else s.prototype.inspect=p;function p(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],b=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],y=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];s.prototype.toString=function(f,m){f=f||10,m=m|0||1;var S;if(f===16||f==="hex"){S="";for(var M=0,_=0,I=0;I<this.length;I++){var C=this.words[I],g=((C<<M|_)&16777215).toString(16);_=C>>>24-M&16777215,M+=2,M>=26&&(M-=26,I--),_!==0||I!==this.length-1?S=w[6-g.length]+g+S:S=g+S}for(_!==0&&(S=_.toString(16)+S);S.length%m!==0;)S="0"+S;return this.negative!==0&&(S="-"+S),S}if(f===(f|0)&&f>=2&&f<=36){var v=b[f],N=y[f];S="";var ee=this.clone();for(ee.negative=0;!ee.isZero();){var ie=ee.modrn(N).toString(f);ee=ee.idivn(N),ee.isZero()?S=ie+S:S=w[v-ie.length]+ie+S}for(this.isZero()&&(S="0"+S);S.length%m!==0;)S="0"+S;return this.negative!==0&&(S="-"+S),S}i(!1,"Base should be between 2 and 36")},s.prototype.toNumber=function(){var f=this.words[0];return this.length===2?f+=this.words[1]*67108864:this.length===3&&this.words[2]===1?f+=4503599627370496+this.words[1]*67108864:this.length>2&&i(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-f:f},s.prototype.toJSON=function(){return this.toString(16,2)},a&&(s.prototype.toBuffer=function(f,m){return this.toArrayLike(a,f,m)}),s.prototype.toArray=function(f,m){return this.toArrayLike(Array,f,m)};var T=function(f,m){return f.allocUnsafe?f.allocUnsafe(m):new f(m)};s.prototype.toArrayLike=function(f,m,S){this._strip();var M=this.byteLength(),_=S||Math.max(1,M);i(M<=_,"byte array longer than desired length"),i(_>0,"Requested array length <= 0");var I=T(f,_),C=m==="le"?"LE":"BE";return this["_toArrayLike"+C](I,M),I},s.prototype._toArrayLikeLE=function(f,m){for(var S=0,M=0,_=0,I=0;_<this.length;_++){var C=this.words[_]<<I|M;f[S++]=C&255,S<f.length&&(f[S++]=C>>8&255),S<f.length&&(f[S++]=C>>16&255),I===6?(S<f.length&&(f[S++]=C>>24&255),M=0,I=0):(M=C>>>24,I+=2)}if(S<f.length)for(f[S++]=M;S<f.length;)f[S++]=0},s.prototype._toArrayLikeBE=function(f,m){for(var S=f.length-1,M=0,_=0,I=0;_<this.length;_++){var C=this.words[_]<<I|M;f[S--]=C&255,S>=0&&(f[S--]=C>>8&255),S>=0&&(f[S--]=C>>16&255),I===6?(S>=0&&(f[S--]=C>>24&255),M=0,I=0):(M=C>>>24,I+=2)}if(S>=0)for(f[S--]=M;S>=0;)f[S--]=0},Math.clz32?s.prototype._countBits=function(f){return 32-Math.clz32(f)}:s.prototype._countBits=function(f){var m=f,S=0;return m>=4096&&(S+=13,m>>>=13),m>=64&&(S+=7,m>>>=7),m>=8&&(S+=4,m>>>=4),m>=2&&(S+=2,m>>>=2),S+m},s.prototype._zeroBits=function(f){if(f===0)return 26;var m=f,S=0;return m&8191||(S+=13,m>>>=13),m&127||(S+=7,m>>>=7),m&15||(S+=4,m>>>=4),m&3||(S+=2,m>>>=2),m&1||S++,S},s.prototype.bitLength=function(){var f=this.words[this.length-1],m=this._countBits(f);return(this.length-1)*26+m};function O(h){for(var f=new Array(h.bitLength()),m=0;m<f.length;m++){var S=m/26|0,M=m%26;f[m]=h.words[S]>>>M&1}return f}s.prototype.zeroBits=function(){if(this.isZero())return 0;for(var f=0,m=0;m<this.length;m++){var S=this._zeroBits(this.words[m]);if(f+=S,S!==26)break}return f},s.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},s.prototype.toTwos=function(f){return this.negative!==0?this.abs().inotn(f).iaddn(1):this.clone()},s.prototype.fromTwos=function(f){return this.testn(f-1)?this.notn(f).iaddn(1).ineg():this.clone()},s.prototype.isNeg=function(){return this.negative!==0},s.prototype.neg=function(){return this.clone().ineg()},s.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},s.prototype.iuor=function(f){for(;this.length<f.length;)this.words[this.length++]=0;for(var m=0;m<f.length;m++)this.words[m]=this.words[m]|f.words[m];return this._strip()},s.prototype.ior=function(f){return i((this.negative|f.negative)===0),this.iuor(f)},s.prototype.or=function(f){return this.length>f.length?this.clone().ior(f):f.clone().ior(this)},s.prototype.uor=function(f){return this.length>f.length?this.clone().iuor(f):f.clone().iuor(this)},s.prototype.iuand=function(f){var m;this.length>f.length?m=f:m=this;for(var S=0;S<m.length;S++)this.words[S]=this.words[S]&f.words[S];return this.length=m.length,this._strip()},s.prototype.iand=function(f){return i((this.negative|f.negative)===0),this.iuand(f)},s.prototype.and=function(f){return this.length>f.length?this.clone().iand(f):f.clone().iand(this)},s.prototype.uand=function(f){return this.length>f.length?this.clone().iuand(f):f.clone().iuand(this)},s.prototype.iuxor=function(f){var m,S;this.length>f.length?(m=this,S=f):(m=f,S=this);for(var M=0;M<S.length;M++)this.words[M]=m.words[M]^S.words[M];if(this!==m)for(;M<m.length;M++)this.words[M]=m.words[M];return this.length=m.length,this._strip()},s.prototype.ixor=function(f){return i((this.negative|f.negative)===0),this.iuxor(f)},s.prototype.xor=function(f){return this.length>f.length?this.clone().ixor(f):f.clone().ixor(this)},s.prototype.uxor=function(f){return this.length>f.length?this.clone().iuxor(f):f.clone().iuxor(this)},s.prototype.inotn=function(f){i(typeof f=="number"&&f>=0);var m=Math.ceil(f/26)|0,S=f%26;this._expand(m),S>0&&m--;for(var M=0;M<m;M++)this.words[M]=~this.words[M]&67108863;return S>0&&(this.words[M]=~this.words[M]&67108863>>26-S),this._strip()},s.prototype.notn=function(f){return this.clone().inotn(f)},s.prototype.setn=function(f,m){i(typeof f=="number"&&f>=0);var S=f/26|0,M=f%26;return this._expand(S+1),m?this.words[S]=this.words[S]|1<<M:this.words[S]=this.words[S]&~(1<<M),this._strip()},s.prototype.iadd=function(f){var m;if(this.negative!==0&&f.negative===0)return this.negative=0,m=this.isub(f),this.negative^=1,this._normSign();if(this.negative===0&&f.negative!==0)return f.negative=0,m=this.isub(f),f.negative=1,m._normSign();var S,M;this.length>f.length?(S=this,M=f):(S=f,M=this);for(var _=0,I=0;I<M.length;I++)m=(S.words[I]|0)+(M.words[I]|0)+_,this.words[I]=m&67108863,_=m>>>26;for(;_!==0&&I<S.length;I++)m=(S.words[I]|0)+_,this.words[I]=m&67108863,_=m>>>26;if(this.length=S.length,_!==0)this.words[this.length]=_,this.length++;else if(S!==this)for(;I<S.length;I++)this.words[I]=S.words[I];return this},s.prototype.add=function(f){var m;return f.negative!==0&&this.negative===0?(f.negative=0,m=this.sub(f),f.negative^=1,m):f.negative===0&&this.negative!==0?(this.negative=0,m=f.sub(this),this.negative=1,m):this.length>f.length?this.clone().iadd(f):f.clone().iadd(this)},s.prototype.isub=function(f){if(f.negative!==0){f.negative=0;var m=this.iadd(f);return f.negative=1,m._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(f),this.negative=1,this._normSign();var S=this.cmp(f);if(S===0)return this.negative=0,this.length=1,this.words[0]=0,this;var M,_;S>0?(M=this,_=f):(M=f,_=this);for(var I=0,C=0;C<_.length;C++)m=(M.words[C]|0)-(_.words[C]|0)+I,I=m>>26,this.words[C]=m&67108863;for(;I!==0&&C<M.length;C++)m=(M.words[C]|0)+I,I=m>>26,this.words[C]=m&67108863;if(I===0&&C<M.length&&M!==this)for(;C<M.length;C++)this.words[C]=M.words[C];return this.length=Math.max(this.length,C),M!==this&&(this.negative=1),this._strip()},s.prototype.sub=function(f){return this.clone().isub(f)};function R(h,f,m){m.negative=f.negative^h.negative;var S=h.length+f.length|0;m.length=S,S=S-1|0;var M=h.words[0]|0,_=f.words[0]|0,I=M*_,C=I&67108863,g=I/67108864|0;m.words[0]=C;for(var v=1;v<S;v++){for(var N=g>>>26,ee=g&67108863,ie=Math.min(v,f.length-1),le=Math.max(0,v-h.length+1);le<=ie;le++){var me=v-le|0;M=h.words[me]|0,_=f.words[le]|0,I=M*_+ee,N+=I/67108864|0,ee=I&67108863}m.words[v]=ee|0,g=N|0}return g!==0?m.words[v]=g|0:m.length--,m._strip()}var k=function(f,m,S){var M=f.words,_=m.words,I=S.words,C=0,g,v,N,ee=M[0]|0,ie=ee&8191,le=ee>>>13,me=M[1]|0,xe=me&8191,be=me>>>13,Ve=M[2]|0,Le=Ve&8191,ft=Ve>>>13,dt=M[3]|0,je=dt&8191,mt=dt>>>13,we=M[4]|0,he=we&8191,Ce=we>>>13,Ue=M[5]|0,Ne=Ue&8191,Me=Ue>>>13,Te=M[6]|0,Be=Te&8191,ut=Te>>>13,lt=M[7]|0,ze=lt&8191,jt=lt>>>13,Et=M[8]|0,Ze=Et&8191,It=Et>>>13,Ft=M[9]|0,Qe=Ft&8191,_t=Ft>>>13,Ot=_[0]|0,rt=Ot&8191,kt=Ot>>>13,Pt=_[1]|0,et=Pt&8191,xt=Pt>>>13,Mt=_[2]|0,Ge=Mt&8191,gt=Mt>>>13,Rt=_[3]|0,nt=Rt&8191,St=Rt>>>13,zt=_[4]|0,j=zt&8191,E=zt>>>13,A=_[5]|0,$=A&8191,Y=A>>>13,J=_[6]|0,ne=J&8191,ke=J>>>13,Je=_[7]|0,Re=Je&8191,V=Je>>>13,se=_[8]|0,fe=se&8191,Oe=se>>>13,He=_[9]|0,Pe=He&8191,$e=He>>>13;S.negative=f.negative^m.negative,S.length=19,g=Math.imul(ie,rt),v=Math.imul(ie,kt),v=v+Math.imul(le,rt)|0,N=Math.imul(le,kt);var at=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(at>>>26)|0,at&=67108863,g=Math.imul(xe,rt),v=Math.imul(xe,kt),v=v+Math.imul(be,rt)|0,N=Math.imul(be,kt),g=g+Math.imul(ie,et)|0,v=v+Math.imul(ie,xt)|0,v=v+Math.imul(le,et)|0,N=N+Math.imul(le,xt)|0;var Qt=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(Qt>>>26)|0,Qt&=67108863,g=Math.imul(Le,rt),v=Math.imul(Le,kt),v=v+Math.imul(ft,rt)|0,N=Math.imul(ft,kt),g=g+Math.imul(xe,et)|0,v=v+Math.imul(xe,xt)|0,v=v+Math.imul(be,et)|0,N=N+Math.imul(be,xt)|0,g=g+Math.imul(ie,Ge)|0,v=v+Math.imul(ie,gt)|0,v=v+Math.imul(le,Ge)|0,N=N+Math.imul(le,gt)|0;var Dt=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(Dt>>>26)|0,Dt&=67108863,g=Math.imul(je,rt),v=Math.imul(je,kt),v=v+Math.imul(mt,rt)|0,N=Math.imul(mt,kt),g=g+Math.imul(Le,et)|0,v=v+Math.imul(Le,xt)|0,v=v+Math.imul(ft,et)|0,N=N+Math.imul(ft,xt)|0,g=g+Math.imul(xe,Ge)|0,v=v+Math.imul(xe,gt)|0,v=v+Math.imul(be,Ge)|0,N=N+Math.imul(be,gt)|0,g=g+Math.imul(ie,nt)|0,v=v+Math.imul(ie,St)|0,v=v+Math.imul(le,nt)|0,N=N+Math.imul(le,St)|0;var Ut=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(Ut>>>26)|0,Ut&=67108863,g=Math.imul(he,rt),v=Math.imul(he,kt),v=v+Math.imul(Ce,rt)|0,N=Math.imul(Ce,kt),g=g+Math.imul(je,et)|0,v=v+Math.imul(je,xt)|0,v=v+Math.imul(mt,et)|0,N=N+Math.imul(mt,xt)|0,g=g+Math.imul(Le,Ge)|0,v=v+Math.imul(Le,gt)|0,v=v+Math.imul(ft,Ge)|0,N=N+Math.imul(ft,gt)|0,g=g+Math.imul(xe,nt)|0,v=v+Math.imul(xe,St)|0,v=v+Math.imul(be,nt)|0,N=N+Math.imul(be,St)|0,g=g+Math.imul(ie,j)|0,v=v+Math.imul(ie,E)|0,v=v+Math.imul(le,j)|0,N=N+Math.imul(le,E)|0;var ur=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(ur>>>26)|0,ur&=67108863,g=Math.imul(Ne,rt),v=Math.imul(Ne,kt),v=v+Math.imul(Me,rt)|0,N=Math.imul(Me,kt),g=g+Math.imul(he,et)|0,v=v+Math.imul(he,xt)|0,v=v+Math.imul(Ce,et)|0,N=N+Math.imul(Ce,xt)|0,g=g+Math.imul(je,Ge)|0,v=v+Math.imul(je,gt)|0,v=v+Math.imul(mt,Ge)|0,N=N+Math.imul(mt,gt)|0,g=g+Math.imul(Le,nt)|0,v=v+Math.imul(Le,St)|0,v=v+Math.imul(ft,nt)|0,N=N+Math.imul(ft,St)|0,g=g+Math.imul(xe,j)|0,v=v+Math.imul(xe,E)|0,v=v+Math.imul(be,j)|0,N=N+Math.imul(be,E)|0,g=g+Math.imul(ie,$)|0,v=v+Math.imul(ie,Y)|0,v=v+Math.imul(le,$)|0,N=N+Math.imul(le,Y)|0;var Ar=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(Ar>>>26)|0,Ar&=67108863,g=Math.imul(Be,rt),v=Math.imul(Be,kt),v=v+Math.imul(ut,rt)|0,N=Math.imul(ut,kt),g=g+Math.imul(Ne,et)|0,v=v+Math.imul(Ne,xt)|0,v=v+Math.imul(Me,et)|0,N=N+Math.imul(Me,xt)|0,g=g+Math.imul(he,Ge)|0,v=v+Math.imul(he,gt)|0,v=v+Math.imul(Ce,Ge)|0,N=N+Math.imul(Ce,gt)|0,g=g+Math.imul(je,nt)|0,v=v+Math.imul(je,St)|0,v=v+Math.imul(mt,nt)|0,N=N+Math.imul(mt,St)|0,g=g+Math.imul(Le,j)|0,v=v+Math.imul(Le,E)|0,v=v+Math.imul(ft,j)|0,N=N+Math.imul(ft,E)|0,g=g+Math.imul(xe,$)|0,v=v+Math.imul(xe,Y)|0,v=v+Math.imul(be,$)|0,N=N+Math.imul(be,Y)|0,g=g+Math.imul(ie,ne)|0,v=v+Math.imul(ie,ke)|0,v=v+Math.imul(le,ne)|0,N=N+Math.imul(le,ke)|0;var fr=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(fr>>>26)|0,fr&=67108863,g=Math.imul(ze,rt),v=Math.imul(ze,kt),v=v+Math.imul(jt,rt)|0,N=Math.imul(jt,kt),g=g+Math.imul(Be,et)|0,v=v+Math.imul(Be,xt)|0,v=v+Math.imul(ut,et)|0,N=N+Math.imul(ut,xt)|0,g=g+Math.imul(Ne,Ge)|0,v=v+Math.imul(Ne,gt)|0,v=v+Math.imul(Me,Ge)|0,N=N+Math.imul(Me,gt)|0,g=g+Math.imul(he,nt)|0,v=v+Math.imul(he,St)|0,v=v+Math.imul(Ce,nt)|0,N=N+Math.imul(Ce,St)|0,g=g+Math.imul(je,j)|0,v=v+Math.imul(je,E)|0,v=v+Math.imul(mt,j)|0,N=N+Math.imul(mt,E)|0,g=g+Math.imul(Le,$)|0,v=v+Math.imul(Le,Y)|0,v=v+Math.imul(ft,$)|0,N=N+Math.imul(ft,Y)|0,g=g+Math.imul(xe,ne)|0,v=v+Math.imul(xe,ke)|0,v=v+Math.imul(be,ne)|0,N=N+Math.imul(be,ke)|0,g=g+Math.imul(ie,Re)|0,v=v+Math.imul(ie,V)|0,v=v+Math.imul(le,Re)|0,N=N+Math.imul(le,V)|0;var er=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(er>>>26)|0,er&=67108863,g=Math.imul(Ze,rt),v=Math.imul(Ze,kt),v=v+Math.imul(It,rt)|0,N=Math.imul(It,kt),g=g+Math.imul(ze,et)|0,v=v+Math.imul(ze,xt)|0,v=v+Math.imul(jt,et)|0,N=N+Math.imul(jt,xt)|0,g=g+Math.imul(Be,Ge)|0,v=v+Math.imul(Be,gt)|0,v=v+Math.imul(ut,Ge)|0,N=N+Math.imul(ut,gt)|0,g=g+Math.imul(Ne,nt)|0,v=v+Math.imul(Ne,St)|0,v=v+Math.imul(Me,nt)|0,N=N+Math.imul(Me,St)|0,g=g+Math.imul(he,j)|0,v=v+Math.imul(he,E)|0,v=v+Math.imul(Ce,j)|0,N=N+Math.imul(Ce,E)|0,g=g+Math.imul(je,$)|0,v=v+Math.imul(je,Y)|0,v=v+Math.imul(mt,$)|0,N=N+Math.imul(mt,Y)|0,g=g+Math.imul(Le,ne)|0,v=v+Math.imul(Le,ke)|0,v=v+Math.imul(ft,ne)|0,N=N+Math.imul(ft,ke)|0,g=g+Math.imul(xe,Re)|0,v=v+Math.imul(xe,V)|0,v=v+Math.imul(be,Re)|0,N=N+Math.imul(be,V)|0,g=g+Math.imul(ie,fe)|0,v=v+Math.imul(ie,Oe)|0,v=v+Math.imul(le,fe)|0,N=N+Math.imul(le,Oe)|0;var xr=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(xr>>>26)|0,xr&=67108863,g=Math.imul(Qe,rt),v=Math.imul(Qe,kt),v=v+Math.imul(_t,rt)|0,N=Math.imul(_t,kt),g=g+Math.imul(Ze,et)|0,v=v+Math.imul(Ze,xt)|0,v=v+Math.imul(It,et)|0,N=N+Math.imul(It,xt)|0,g=g+Math.imul(ze,Ge)|0,v=v+Math.imul(ze,gt)|0,v=v+Math.imul(jt,Ge)|0,N=N+Math.imul(jt,gt)|0,g=g+Math.imul(Be,nt)|0,v=v+Math.imul(Be,St)|0,v=v+Math.imul(ut,nt)|0,N=N+Math.imul(ut,St)|0,g=g+Math.imul(Ne,j)|0,v=v+Math.imul(Ne,E)|0,v=v+Math.imul(Me,j)|0,N=N+Math.imul(Me,E)|0,g=g+Math.imul(he,$)|0,v=v+Math.imul(he,Y)|0,v=v+Math.imul(Ce,$)|0,N=N+Math.imul(Ce,Y)|0,g=g+Math.imul(je,ne)|0,v=v+Math.imul(je,ke)|0,v=v+Math.imul(mt,ne)|0,N=N+Math.imul(mt,ke)|0,g=g+Math.imul(Le,Re)|0,v=v+Math.imul(Le,V)|0,v=v+Math.imul(ft,Re)|0,N=N+Math.imul(ft,V)|0,g=g+Math.imul(xe,fe)|0,v=v+Math.imul(xe,Oe)|0,v=v+Math.imul(be,fe)|0,N=N+Math.imul(be,Oe)|0,g=g+Math.imul(ie,Pe)|0,v=v+Math.imul(ie,$e)|0,v=v+Math.imul(le,Pe)|0,N=N+Math.imul(le,$e)|0;var Rn=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(Rn>>>26)|0,Rn&=67108863,g=Math.imul(Qe,et),v=Math.imul(Qe,xt),v=v+Math.imul(_t,et)|0,N=Math.imul(_t,xt),g=g+Math.imul(Ze,Ge)|0,v=v+Math.imul(Ze,gt)|0,v=v+Math.imul(It,Ge)|0,N=N+Math.imul(It,gt)|0,g=g+Math.imul(ze,nt)|0,v=v+Math.imul(ze,St)|0,v=v+Math.imul(jt,nt)|0,N=N+Math.imul(jt,St)|0,g=g+Math.imul(Be,j)|0,v=v+Math.imul(Be,E)|0,v=v+Math.imul(ut,j)|0,N=N+Math.imul(ut,E)|0,g=g+Math.imul(Ne,$)|0,v=v+Math.imul(Ne,Y)|0,v=v+Math.imul(Me,$)|0,N=N+Math.imul(Me,Y)|0,g=g+Math.imul(he,ne)|0,v=v+Math.imul(he,ke)|0,v=v+Math.imul(Ce,ne)|0,N=N+Math.imul(Ce,ke)|0,g=g+Math.imul(je,Re)|0,v=v+Math.imul(je,V)|0,v=v+Math.imul(mt,Re)|0,N=N+Math.imul(mt,V)|0,g=g+Math.imul(Le,fe)|0,v=v+Math.imul(Le,Oe)|0,v=v+Math.imul(ft,fe)|0,N=N+Math.imul(ft,Oe)|0,g=g+Math.imul(xe,Pe)|0,v=v+Math.imul(xe,$e)|0,v=v+Math.imul(be,Pe)|0,N=N+Math.imul(be,$e)|0;var Kr=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(Kr>>>26)|0,Kr&=67108863,g=Math.imul(Qe,Ge),v=Math.imul(Qe,gt),v=v+Math.imul(_t,Ge)|0,N=Math.imul(_t,gt),g=g+Math.imul(Ze,nt)|0,v=v+Math.imul(Ze,St)|0,v=v+Math.imul(It,nt)|0,N=N+Math.imul(It,St)|0,g=g+Math.imul(ze,j)|0,v=v+Math.imul(ze,E)|0,v=v+Math.imul(jt,j)|0,N=N+Math.imul(jt,E)|0,g=g+Math.imul(Be,$)|0,v=v+Math.imul(Be,Y)|0,v=v+Math.imul(ut,$)|0,N=N+Math.imul(ut,Y)|0,g=g+Math.imul(Ne,ne)|0,v=v+Math.imul(Ne,ke)|0,v=v+Math.imul(Me,ne)|0,N=N+Math.imul(Me,ke)|0,g=g+Math.imul(he,Re)|0,v=v+Math.imul(he,V)|0,v=v+Math.imul(Ce,Re)|0,N=N+Math.imul(Ce,V)|0,g=g+Math.imul(je,fe)|0,v=v+Math.imul(je,Oe)|0,v=v+Math.imul(mt,fe)|0,N=N+Math.imul(mt,Oe)|0,g=g+Math.imul(Le,Pe)|0,v=v+Math.imul(Le,$e)|0,v=v+Math.imul(ft,Pe)|0,N=N+Math.imul(ft,$e)|0;var Nn=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(Nn>>>26)|0,Nn&=67108863,g=Math.imul(Qe,nt),v=Math.imul(Qe,St),v=v+Math.imul(_t,nt)|0,N=Math.imul(_t,St),g=g+Math.imul(Ze,j)|0,v=v+Math.imul(Ze,E)|0,v=v+Math.imul(It,j)|0,N=N+Math.imul(It,E)|0,g=g+Math.imul(ze,$)|0,v=v+Math.imul(ze,Y)|0,v=v+Math.imul(jt,$)|0,N=N+Math.imul(jt,Y)|0,g=g+Math.imul(Be,ne)|0,v=v+Math.imul(Be,ke)|0,v=v+Math.imul(ut,ne)|0,N=N+Math.imul(ut,ke)|0,g=g+Math.imul(Ne,Re)|0,v=v+Math.imul(Ne,V)|0,v=v+Math.imul(Me,Re)|0,N=N+Math.imul(Me,V)|0,g=g+Math.imul(he,fe)|0,v=v+Math.imul(he,Oe)|0,v=v+Math.imul(Ce,fe)|0,N=N+Math.imul(Ce,Oe)|0,g=g+Math.imul(je,Pe)|0,v=v+Math.imul(je,$e)|0,v=v+Math.imul(mt,Pe)|0,N=N+Math.imul(mt,$e)|0;var Ii=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(Ii>>>26)|0,Ii&=67108863,g=Math.imul(Qe,j),v=Math.imul(Qe,E),v=v+Math.imul(_t,j)|0,N=Math.imul(_t,E),g=g+Math.imul(Ze,$)|0,v=v+Math.imul(Ze,Y)|0,v=v+Math.imul(It,$)|0,N=N+Math.imul(It,Y)|0,g=g+Math.imul(ze,ne)|0,v=v+Math.imul(ze,ke)|0,v=v+Math.imul(jt,ne)|0,N=N+Math.imul(jt,ke)|0,g=g+Math.imul(Be,Re)|0,v=v+Math.imul(Be,V)|0,v=v+Math.imul(ut,Re)|0,N=N+Math.imul(ut,V)|0,g=g+Math.imul(Ne,fe)|0,v=v+Math.imul(Ne,Oe)|0,v=v+Math.imul(Me,fe)|0,N=N+Math.imul(Me,Oe)|0,g=g+Math.imul(he,Pe)|0,v=v+Math.imul(he,$e)|0,v=v+Math.imul(Ce,Pe)|0,N=N+Math.imul(Ce,$e)|0;var Oi=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(Oi>>>26)|0,Oi&=67108863,g=Math.imul(Qe,$),v=Math.imul(Qe,Y),v=v+Math.imul(_t,$)|0,N=Math.imul(_t,Y),g=g+Math.imul(Ze,ne)|0,v=v+Math.imul(Ze,ke)|0,v=v+Math.imul(It,ne)|0,N=N+Math.imul(It,ke)|0,g=g+Math.imul(ze,Re)|0,v=v+Math.imul(ze,V)|0,v=v+Math.imul(jt,Re)|0,N=N+Math.imul(jt,V)|0,g=g+Math.imul(Be,fe)|0,v=v+Math.imul(Be,Oe)|0,v=v+Math.imul(ut,fe)|0,N=N+Math.imul(ut,Oe)|0,g=g+Math.imul(Ne,Pe)|0,v=v+Math.imul(Ne,$e)|0,v=v+Math.imul(Me,Pe)|0,N=N+Math.imul(Me,$e)|0;var jn=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(jn>>>26)|0,jn&=67108863,g=Math.imul(Qe,ne),v=Math.imul(Qe,ke),v=v+Math.imul(_t,ne)|0,N=Math.imul(_t,ke),g=g+Math.imul(Ze,Re)|0,v=v+Math.imul(Ze,V)|0,v=v+Math.imul(It,Re)|0,N=N+Math.imul(It,V)|0,g=g+Math.imul(ze,fe)|0,v=v+Math.imul(ze,Oe)|0,v=v+Math.imul(jt,fe)|0,N=N+Math.imul(jt,Oe)|0,g=g+Math.imul(Be,Pe)|0,v=v+Math.imul(Be,$e)|0,v=v+Math.imul(ut,Pe)|0,N=N+Math.imul(ut,$e)|0;var Pi=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(Pi>>>26)|0,Pi&=67108863,g=Math.imul(Qe,Re),v=Math.imul(Qe,V),v=v+Math.imul(_t,Re)|0,N=Math.imul(_t,V),g=g+Math.imul(Ze,fe)|0,v=v+Math.imul(Ze,Oe)|0,v=v+Math.imul(It,fe)|0,N=N+Math.imul(It,Oe)|0,g=g+Math.imul(ze,Pe)|0,v=v+Math.imul(ze,$e)|0,v=v+Math.imul(jt,Pe)|0,N=N+Math.imul(jt,$e)|0;var Ri=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(Ri>>>26)|0,Ri&=67108863,g=Math.imul(Qe,fe),v=Math.imul(Qe,Oe),v=v+Math.imul(_t,fe)|0,N=Math.imul(_t,Oe),g=g+Math.imul(Ze,Pe)|0,v=v+Math.imul(Ze,$e)|0,v=v+Math.imul(It,Pe)|0,N=N+Math.imul(It,$e)|0;var B=(C+g|0)+((v&8191)<<13)|0;C=(N+(v>>>13)|0)+(B>>>26)|0,B&=67108863,g=Math.imul(Qe,Pe),v=Math.imul(Qe,$e),v=v+Math.imul(_t,Pe)|0,N=Math.imul(_t,$e);var G=(C+g|0)+((v&8191)<<13)|0;return C=(N+(v>>>13)|0)+(G>>>26)|0,G&=67108863,I[0]=at,I[1]=Qt,I[2]=Dt,I[3]=Ut,I[4]=ur,I[5]=Ar,I[6]=fr,I[7]=er,I[8]=xr,I[9]=Rn,I[10]=Kr,I[11]=Nn,I[12]=Ii,I[13]=Oi,I[14]=jn,I[15]=Pi,I[16]=Ri,I[17]=B,I[18]=G,C!==0&&(I[19]=C,S.length++),S};Math.imul||(k=R);function F(h,f,m){m.negative=f.negative^h.negative,m.length=h.length+f.length;for(var S=0,M=0,_=0;_<m.length-1;_++){var I=M;M=0;for(var C=S&67108863,g=Math.min(_,f.length-1),v=Math.max(0,_-h.length+1);v<=g;v++){var N=_-v,ee=h.words[N]|0,ie=f.words[v]|0,le=ee*ie,me=le&67108863;I=I+(le/67108864|0)|0,me=me+C|0,C=me&67108863,I=I+(me>>>26)|0,M+=I>>>26,I&=67108863}m.words[_]=C,S=I,I=M}return S!==0?m.words[_]=S:m.length--,m._strip()}function L(h,f,m){return F(h,f,m)}s.prototype.mulTo=function(f,m){var S,M=this.length+f.length;return this.length===10&&f.length===10?S=k(this,f,m):M<63?S=R(this,f,m):M<1024?S=F(this,f,m):S=L(this,f,m),S},s.prototype.mul=function(f){var m=new s(null);return m.words=new Array(this.length+f.length),this.mulTo(f,m)},s.prototype.mulf=function(f){var m=new s(null);return m.words=new Array(this.length+f.length),L(this,f,m)},s.prototype.imul=function(f){return this.clone().mulTo(f,this)},s.prototype.imuln=function(f){var m=f<0;m&&(f=-f),i(typeof f=="number"),i(f<67108864);for(var S=0,M=0;M<this.length;M++){var _=(this.words[M]|0)*f,I=(_&67108863)+(S&67108863);S>>=26,S+=_/67108864|0,S+=I>>>26,this.words[M]=I&67108863}return S!==0&&(this.words[M]=S,this.length++),m?this.ineg():this},s.prototype.muln=function(f){return this.clone().imuln(f)},s.prototype.sqr=function(){return this.mul(this)},s.prototype.isqr=function(){return this.imul(this.clone())},s.prototype.pow=function(f){var m=O(f);if(m.length===0)return new s(1);for(var S=this,M=0;M<m.length&&m[M]===0;M++,S=S.sqr());if(++M<m.length)for(var _=S.sqr();M<m.length;M++,_=_.sqr())m[M]!==0&&(S=S.mul(_));return S},s.prototype.iushln=function(f){i(typeof f=="number"&&f>=0);var m=f%26,S=(f-m)/26,M=67108863>>>26-m<<26-m,_;if(m!==0){var I=0;for(_=0;_<this.length;_++){var C=this.words[_]&M,g=(this.words[_]|0)-C<<m;this.words[_]=g|I,I=C>>>26-m}I&&(this.words[_]=I,this.length++)}if(S!==0){for(_=this.length-1;_>=0;_--)this.words[_+S]=this.words[_];for(_=0;_<S;_++)this.words[_]=0;this.length+=S}return this._strip()},s.prototype.ishln=function(f){return i(this.negative===0),this.iushln(f)},s.prototype.iushrn=function(f,m,S){i(typeof f=="number"&&f>=0);var M;m?M=(m-m%26)/26:M=0;var _=f%26,I=Math.min((f-_)/26,this.length),C=67108863^67108863>>>_<<_,g=S;if(M-=I,M=Math.max(0,M),g){for(var v=0;v<I;v++)g.words[v]=this.words[v];g.length=I}if(I!==0)if(this.length>I)for(this.length-=I,v=0;v<this.length;v++)this.words[v]=this.words[v+I];else this.words[0]=0,this.length=1;var N=0;for(v=this.length-1;v>=0&&(N!==0||v>=M);v--){var ee=this.words[v]|0;this.words[v]=N<<26-_|ee>>>_,N=ee&C}return g&&N!==0&&(g.words[g.length++]=N),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},s.prototype.ishrn=function(f,m,S){return i(this.negative===0),this.iushrn(f,m,S)},s.prototype.shln=function(f){return this.clone().ishln(f)},s.prototype.ushln=function(f){return this.clone().iushln(f)},s.prototype.shrn=function(f){return this.clone().ishrn(f)},s.prototype.ushrn=function(f){return this.clone().iushrn(f)},s.prototype.testn=function(f){i(typeof f=="number"&&f>=0);var m=f%26,S=(f-m)/26,M=1<<m;if(this.length<=S)return!1;var _=this.words[S];return!!(_&M)},s.prototype.imaskn=function(f){i(typeof f=="number"&&f>=0);var m=f%26,S=(f-m)/26;if(i(this.negative===0,"imaskn works only with positive numbers"),this.length<=S)return this;if(m!==0&&S++,this.length=Math.min(S,this.length),m!==0){var M=67108863^67108863>>>m<<m;this.words[this.length-1]&=M}return this._strip()},s.prototype.maskn=function(f){return this.clone().imaskn(f)},s.prototype.iaddn=function(f){return i(typeof f=="number"),i(f<67108864),f<0?this.isubn(-f):this.negative!==0?this.length===1&&(this.words[0]|0)<=f?(this.words[0]=f-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(f),this.negative=1,this):this._iaddn(f)},s.prototype._iaddn=function(f){this.words[0]+=f;for(var m=0;m<this.length&&this.words[m]>=67108864;m++)this.words[m]-=67108864,m===this.length-1?this.words[m+1]=1:this.words[m+1]++;return this.length=Math.max(this.length,m+1),this},s.prototype.isubn=function(f){if(i(typeof f=="number"),i(f<67108864),f<0)return this.iaddn(-f);if(this.negative!==0)return this.negative=0,this.iaddn(f),this.negative=1,this;if(this.words[0]-=f,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var m=0;m<this.length&&this.words[m]<0;m++)this.words[m]+=67108864,this.words[m+1]-=1;return this._strip()},s.prototype.addn=function(f){return this.clone().iaddn(f)},s.prototype.subn=function(f){return this.clone().isubn(f)},s.prototype.iabs=function(){return this.negative=0,this},s.prototype.abs=function(){return this.clone().iabs()},s.prototype._ishlnsubmul=function(f,m,S){var M=f.length+S,_;this._expand(M);var I,C=0;for(_=0;_<f.length;_++){I=(this.words[_+S]|0)+C;var g=(f.words[_]|0)*m;I-=g&67108863,C=(I>>26)-(g/67108864|0),this.words[_+S]=I&67108863}for(;_<this.length-S;_++)I=(this.words[_+S]|0)+C,C=I>>26,this.words[_+S]=I&67108863;if(C===0)return this._strip();for(i(C===-1),C=0,_=0;_<this.length;_++)I=-(this.words[_]|0)+C,C=I>>26,this.words[_]=I&67108863;return this.negative=1,this._strip()},s.prototype._wordDiv=function(f,m){var S=this.length-f.length,M=this.clone(),_=f,I=_.words[_.length-1]|0,C=this._countBits(I);S=26-C,S!==0&&(_=_.ushln(S),M.iushln(S),I=_.words[_.length-1]|0);var g=M.length-_.length,v;if(m!=="mod"){v=new s(null),v.length=g+1,v.words=new Array(v.length);for(var N=0;N<v.length;N++)v.words[N]=0}var ee=M.clone()._ishlnsubmul(_,1,g);ee.negative===0&&(M=ee,v&&(v.words[g]=1));for(var ie=g-1;ie>=0;ie--){var le=(M.words[_.length+ie]|0)*67108864+(M.words[_.length+ie-1]|0);for(le=Math.min(le/I|0,67108863),M._ishlnsubmul(_,le,ie);M.negative!==0;)le--,M.negative=0,M._ishlnsubmul(_,1,ie),M.isZero()||(M.negative^=1);v&&(v.words[ie]=le)}return v&&v._strip(),M._strip(),m!=="div"&&S!==0&&M.iushrn(S),{div:v||null,mod:M}},s.prototype.divmod=function(f,m,S){if(i(!f.isZero()),this.isZero())return{div:new s(0),mod:new s(0)};var M,_,I;return this.negative!==0&&f.negative===0?(I=this.neg().divmod(f,m),m!=="mod"&&(M=I.div.neg()),m!=="div"&&(_=I.mod.neg(),S&&_.negative!==0&&_.iadd(f)),{div:M,mod:_}):this.negative===0&&f.negative!==0?(I=this.divmod(f.neg(),m),m!=="mod"&&(M=I.div.neg()),{div:M,mod:I.mod}):this.negative&f.negative?(I=this.neg().divmod(f.neg(),m),m!=="div"&&(_=I.mod.neg(),S&&_.negative!==0&&_.isub(f)),{div:I.div,mod:_}):f.length>this.length||this.cmp(f)<0?{div:new s(0),mod:this}:f.length===1?m==="div"?{div:this.divn(f.words[0]),mod:null}:m==="mod"?{div:null,mod:new s(this.modrn(f.words[0]))}:{div:this.divn(f.words[0]),mod:new s(this.modrn(f.words[0]))}:this._wordDiv(f,m)},s.prototype.div=function(f){return this.divmod(f,"div",!1).div},s.prototype.mod=function(f){return this.divmod(f,"mod",!1).mod},s.prototype.umod=function(f){return this.divmod(f,"mod",!0).mod},s.prototype.divRound=function(f){var m=this.divmod(f);if(m.mod.isZero())return m.div;var S=m.div.negative!==0?m.mod.isub(f):m.mod,M=f.ushrn(1),_=f.andln(1),I=S.cmp(M);return I<0||_===1&&I===0?m.div:m.div.negative!==0?m.div.isubn(1):m.div.iaddn(1)},s.prototype.modrn=function(f){var m=f<0;m&&(f=-f),i(f<=67108863);for(var S=(1<<26)%f,M=0,_=this.length-1;_>=0;_--)M=(S*M+(this.words[_]|0))%f;return m?-M:M},s.prototype.modn=function(f){return this.modrn(f)},s.prototype.idivn=function(f){var m=f<0;m&&(f=-f),i(f<=67108863);for(var S=0,M=this.length-1;M>=0;M--){var _=(this.words[M]|0)+S*67108864;this.words[M]=_/f|0,S=_%f}return this._strip(),m?this.ineg():this},s.prototype.divn=function(f){return this.clone().idivn(f)},s.prototype.egcd=function(f){i(f.negative===0),i(!f.isZero());var m=this,S=f.clone();m.negative!==0?m=m.umod(f):m=m.clone();for(var M=new s(1),_=new s(0),I=new s(0),C=new s(1),g=0;m.isEven()&&S.isEven();)m.iushrn(1),S.iushrn(1),++g;for(var v=S.clone(),N=m.clone();!m.isZero();){for(var ee=0,ie=1;!(m.words[0]&ie)&&ee<26;++ee,ie<<=1);if(ee>0)for(m.iushrn(ee);ee-- >0;)(M.isOdd()||_.isOdd())&&(M.iadd(v),_.isub(N)),M.iushrn(1),_.iushrn(1);for(var le=0,me=1;!(S.words[0]&me)&&le<26;++le,me<<=1);if(le>0)for(S.iushrn(le);le-- >0;)(I.isOdd()||C.isOdd())&&(I.iadd(v),C.isub(N)),I.iushrn(1),C.iushrn(1);m.cmp(S)>=0?(m.isub(S),M.isub(I),_.isub(C)):(S.isub(m),I.isub(M),C.isub(_))}return{a:I,b:C,gcd:S.iushln(g)}},s.prototype._invmp=function(f){i(f.negative===0),i(!f.isZero());var m=this,S=f.clone();m.negative!==0?m=m.umod(f):m=m.clone();for(var M=new s(1),_=new s(0),I=S.clone();m.cmpn(1)>0&&S.cmpn(1)>0;){for(var C=0,g=1;!(m.words[0]&g)&&C<26;++C,g<<=1);if(C>0)for(m.iushrn(C);C-- >0;)M.isOdd()&&M.iadd(I),M.iushrn(1);for(var v=0,N=1;!(S.words[0]&N)&&v<26;++v,N<<=1);if(v>0)for(S.iushrn(v);v-- >0;)_.isOdd()&&_.iadd(I),_.iushrn(1);m.cmp(S)>=0?(m.isub(S),M.isub(_)):(S.isub(m),_.isub(M))}var ee;return m.cmpn(1)===0?ee=M:ee=_,ee.cmpn(0)<0&&ee.iadd(f),ee},s.prototype.gcd=function(f){if(this.isZero())return f.abs();if(f.isZero())return this.abs();var m=this.clone(),S=f.clone();m.negative=0,S.negative=0;for(var M=0;m.isEven()&&S.isEven();M++)m.iushrn(1),S.iushrn(1);do{for(;m.isEven();)m.iushrn(1);for(;S.isEven();)S.iushrn(1);var _=m.cmp(S);if(_<0){var I=m;m=S,S=I}else if(_===0||S.cmpn(1)===0)break;m.isub(S)}while(!0);return S.iushln(M)},s.prototype.invm=function(f){return this.egcd(f).a.umod(f)},s.prototype.isEven=function(){return(this.words[0]&1)===0},s.prototype.isOdd=function(){return(this.words[0]&1)===1},s.prototype.andln=function(f){return this.words[0]&f},s.prototype.bincn=function(f){i(typeof f=="number");var m=f%26,S=(f-m)/26,M=1<<m;if(this.length<=S)return this._expand(S+1),this.words[S]|=M,this;for(var _=M,I=S;_!==0&&I<this.length;I++){var C=this.words[I]|0;C+=_,_=C>>>26,C&=67108863,this.words[I]=C}return _!==0&&(this.words[I]=_,this.length++),this},s.prototype.isZero=function(){return this.length===1&&this.words[0]===0},s.prototype.cmpn=function(f){var m=f<0;if(this.negative!==0&&!m)return-1;if(this.negative===0&&m)return 1;this._strip();var S;if(this.length>1)S=1;else{m&&(f=-f),i(f<=67108863,"Number is too big");var M=this.words[0]|0;S=M===f?0:M<f?-1:1}return this.negative!==0?-S|0:S},s.prototype.cmp=function(f){if(this.negative!==0&&f.negative===0)return-1;if(this.negative===0&&f.negative!==0)return 1;var m=this.ucmp(f);return this.negative!==0?-m|0:m},s.prototype.ucmp=function(f){if(this.length>f.length)return 1;if(this.length<f.length)return-1;for(var m=0,S=this.length-1;S>=0;S--){var M=this.words[S]|0,_=f.words[S]|0;if(M!==_){M<_?m=-1:M>_&&(m=1);break}}return m},s.prototype.gtn=function(f){return this.cmpn(f)===1},s.prototype.gt=function(f){return this.cmp(f)===1},s.prototype.gten=function(f){return this.cmpn(f)>=0},s.prototype.gte=function(f){return this.cmp(f)>=0},s.prototype.ltn=function(f){return this.cmpn(f)===-1},s.prototype.lt=function(f){return this.cmp(f)===-1},s.prototype.lten=function(f){return this.cmpn(f)<=0},s.prototype.lte=function(f){return this.cmp(f)<=0},s.prototype.eqn=function(f){return this.cmpn(f)===0},s.prototype.eq=function(f){return this.cmp(f)===0},s.red=function(f){return new z(f)},s.prototype.toRed=function(f){return i(!this.red,"Already a number in reduction context"),i(this.negative===0,"red works only with positives"),f.convertTo(this)._forceRed(f)},s.prototype.fromRed=function(){return i(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},s.prototype._forceRed=function(f){return this.red=f,this},s.prototype.forceRed=function(f){return i(!this.red,"Already a number in reduction context"),this._forceRed(f)},s.prototype.redAdd=function(f){return i(this.red,"redAdd works only with red numbers"),this.red.add(this,f)},s.prototype.redIAdd=function(f){return i(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,f)},s.prototype.redSub=function(f){return i(this.red,"redSub works only with red numbers"),this.red.sub(this,f)},s.prototype.redISub=function(f){return i(this.red,"redISub works only with red numbers"),this.red.isub(this,f)},s.prototype.redShl=function(f){return i(this.red,"redShl works only with red numbers"),this.red.shl(this,f)},s.prototype.redMul=function(f){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,f),this.red.mul(this,f)},s.prototype.redIMul=function(f){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,f),this.red.imul(this,f)},s.prototype.redSqr=function(){return i(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},s.prototype.redISqr=function(){return i(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},s.prototype.redSqrt=function(){return i(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},s.prototype.redInvm=function(){return i(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},s.prototype.redNeg=function(){return i(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},s.prototype.redPow=function(f){return i(this.red&&!f.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,f)};var q={k256:null,p224:null,p192:null,p25519:null};function H(h,f){this.name=h,this.p=new s(f,16),this.n=this.p.bitLength(),this.k=new s(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}H.prototype._tmp=function(){var f=new s(null);return f.words=new Array(Math.ceil(this.n/13)),f},H.prototype.ireduce=function(f){var m=f,S;do this.split(m,this.tmp),m=this.imulK(m),m=m.iadd(this.tmp),S=m.bitLength();while(S>this.n);var M=S<this.n?-1:m.ucmp(this.p);return M===0?(m.words[0]=0,m.length=1):M>0?m.isub(this.p):m.strip!==void 0?m.strip():m._strip(),m},H.prototype.split=function(f,m){f.iushrn(this.n,0,m)},H.prototype.imulK=function(f){return f.imul(this.k)};function K(){H.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}o(K,H),K.prototype.split=function(f,m){for(var S=4194303,M=Math.min(f.length,9),_=0;_<M;_++)m.words[_]=f.words[_];if(m.length=M,f.length<=9){f.words[0]=0,f.length=1;return}var I=f.words[9];for(m.words[m.length++]=I&S,_=10;_<f.length;_++){var C=f.words[_]|0;f.words[_-10]=(C&S)<<4|I>>>22,I=C}I>>>=22,f.words[_-10]=I,I===0&&f.length>10?f.length-=10:f.length-=9},K.prototype.imulK=function(f){f.words[f.length]=0,f.words[f.length+1]=0,f.length+=2;for(var m=0,S=0;S<f.length;S++){var M=f.words[S]|0;m+=M*977,f.words[S]=m&67108863,m=M*64+(m/67108864|0)}return f.words[f.length-1]===0&&(f.length--,f.words[f.length-1]===0&&f.length--),f};function re(){H.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}o(re,H);function oe(){H.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}o(oe,H);function ae(){H.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}o(ae,H),ae.prototype.imulK=function(f){for(var m=0,S=0;S<f.length;S++){var M=(f.words[S]|0)*19+m,_=M&67108863;M>>>=26,f.words[S]=_,m=M}return m!==0&&(f.words[f.length++]=m),f},s._prime=function(f){if(q[f])return q[f];var m;if(f==="k256")m=new K;else if(f==="p224")m=new re;else if(f==="p192")m=new oe;else if(f==="p25519")m=new ae;else throw new Error("Unknown prime "+f);return q[f]=m,m};function z(h){if(typeof h=="string"){var f=s._prime(h);this.m=f.p,this.prime=f}else i(h.gtn(1),"modulus must be greater than 1"),this.m=h,this.prime=null}z.prototype._verify1=function(f){i(f.negative===0,"red works only with positives"),i(f.red,"red works only with red numbers")},z.prototype._verify2=function(f,m){i((f.negative|m.negative)===0,"red works only with positives"),i(f.red&&f.red===m.red,"red works only with red numbers")},z.prototype.imod=function(f){return this.prime?this.prime.ireduce(f)._forceRed(this):(d(f,f.umod(this.m)._forceRed(this)),f)},z.prototype.neg=function(f){return f.isZero()?f.clone():this.m.sub(f)._forceRed(this)},z.prototype.add=function(f,m){this._verify2(f,m);var S=f.add(m);return S.cmp(this.m)>=0&&S.isub(this.m),S._forceRed(this)},z.prototype.iadd=function(f,m){this._verify2(f,m);var S=f.iadd(m);return S.cmp(this.m)>=0&&S.isub(this.m),S},z.prototype.sub=function(f,m){this._verify2(f,m);var S=f.sub(m);return S.cmpn(0)<0&&S.iadd(this.m),S._forceRed(this)},z.prototype.isub=function(f,m){this._verify2(f,m);var S=f.isub(m);return S.cmpn(0)<0&&S.iadd(this.m),S},z.prototype.shl=function(f,m){return this._verify1(f),this.imod(f.ushln(m))},z.prototype.imul=function(f,m){return this._verify2(f,m),this.imod(f.imul(m))},z.prototype.mul=function(f,m){return this._verify2(f,m),this.imod(f.mul(m))},z.prototype.isqr=function(f){return this.imul(f,f.clone())},z.prototype.sqr=function(f){return this.mul(f,f)},z.prototype.sqrt=function(f){if(f.isZero())return f.clone();var m=this.m.andln(3);if(i(m%2===1),m===3){var S=this.m.add(new s(1)).iushrn(2);return this.pow(f,S)}for(var M=this.m.subn(1),_=0;!M.isZero()&&M.andln(1)===0;)_++,M.iushrn(1);i(!M.isZero());var I=new s(1).toRed(this),C=I.redNeg(),g=this.m.subn(1).iushrn(1),v=this.m.bitLength();for(v=new s(2*v*v).toRed(this);this.pow(v,g).cmp(C)!==0;)v.redIAdd(C);for(var N=this.pow(v,M),ee=this.pow(f,M.addn(1).iushrn(1)),ie=this.pow(f,M),le=_;ie.cmp(I)!==0;){for(var me=ie,xe=0;me.cmp(I)!==0;xe++)me=me.redSqr();i(xe<le);var be=this.pow(N,new s(1).iushln(le-xe-1));ee=ee.redMul(be),N=be.redSqr(),ie=ie.redMul(N),le=xe}return ee},z.prototype.invm=function(f){var m=f._invmp(this.m);return m.negative!==0?(m.negative=0,this.imod(m).redNeg()):this.imod(m)},z.prototype.pow=function(f,m){if(m.isZero())return new s(1).toRed(this);if(m.cmpn(1)===0)return f.clone();var S=4,M=new Array(1<<S);M[0]=new s(1).toRed(this),M[1]=f;for(var _=2;_<M.length;_++)M[_]=this.mul(M[_-1],f);var I=M[0],C=0,g=0,v=m.bitLength()%26;for(v===0&&(v=26),_=m.length-1;_>=0;_--){for(var N=m.words[_],ee=v-1;ee>=0;ee--){var ie=N>>ee&1;if(I!==M[0]&&(I=this.sqr(I)),ie===0&&C===0){g=0;continue}C<<=1,C|=ie,g++,!(g!==S&&(_!==0||ee!==0))&&(I=this.mul(I,M[C]),g=0,C=0)}v=26}return I},z.prototype.convertTo=function(f){var m=f.umod(this.m);return m===f?m.clone():m},z.prototype.convertFrom=function(f){var m=f.clone();return m.red=null,m},s.mont=function(f){return new D(f)};function D(h){z.call(this,h),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new s(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}o(D,z),D.prototype.convertTo=function(f){return this.imod(f.ushln(this.shift))},D.prototype.convertFrom=function(f){var m=this.imod(f.mul(this.rinv));return m.red=null,m},D.prototype.imul=function(f,m){if(f.isZero()||m.isZero())return f.words[0]=0,f.length=1,f;var S=f.imul(m),M=S.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=S.isub(M).iushrn(this.shift),I=_;return _.cmp(this.m)>=0?I=_.isub(this.m):_.cmpn(0)<0&&(I=_.iadd(this.m)),I._forceRed(this)},D.prototype.mul=function(f,m){if(f.isZero()||m.isZero())return new s(0)._forceRed(this);var S=f.mul(m),M=S.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=S.isub(M).iushrn(this.shift),I=_;return _.cmp(this.m)>=0?I=_.isub(this.m):_.cmpn(0)<0&&(I=_.iadd(this.m)),I._forceRed(this)},D.prototype.invm=function(f){var m=this.imod(f._invmp(this.m).mul(this.r2));return m._forceRed(this)}})(typeof t>"u"||t,e)}}),ns=9e15,Bi=1e9,Ff="0123456789abcdef",Oc="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",Pc="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",Uf={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-ns,maxE:ns,crypto:!1},bg,vi,ot=!0,Rc="[DecimalError] ",Li=Rc+"Invalid argument: ",xg=Rc+"Precision limit exceeded",Sg=Rc+"crypto unavailable",Eg="[object Decimal]",Pr=Math.floor,yr=Math.pow,yE=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,wE=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,bE=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,_g=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,En=1e7,Ke=7,xE=9007199254740991,SE=Oc.length-1,Vf=Pc.length-1,ge={toStringTag:Eg};ge.absoluteValue=ge.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),qe(e)},ge.ceil=function(){return qe(new this.constructor(this),this.e+1,2)},ge.clampedTo=ge.clamp=function(e,t){var r,n=this,i=n.constructor;if(e=new i(e),t=new i(t),!e.s||!t.s)return new i(NaN);if(e.gt(t))throw Error(Li+t);return r=n.cmp(e),r<0?e:n.cmp(t)>0?t:new i(n)},ge.comparedTo=ge.cmp=function(e){var t,r,n,i,o=this,s=o.d,a=(e=new o.constructor(e)).d,c=o.s,u=e.s;if(!s||!a)return!c||!u?NaN:c!==u?c:s===a?0:!s^c<0?1:-1;if(!s[0]||!a[0])return s[0]?c:a[0]?-u:0;if(c!==u)return c;if(o.e!==e.e)return o.e>e.e^c<0?1:-1;for(n=s.length,i=a.length,t=0,r=n<i?n:i;t<r;++t)if(s[t]!==a[t])return s[t]>a[t]^c<0?1:-1;return n===i?0:n>i^c<0?1:-1},ge.cosine=ge.cos=function(){var e,t,r=this,n=r.constructor;return r.d?r.d[0]?(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ke,n.rounding=1,r=EE(n,Og(n,r)),n.precision=e,n.rounding=t,qe(vi==2||vi==3?r.neg():r,e,t,!0)):new n(1):new n(NaN)},ge.cubeRoot=ge.cbrt=function(){var e,t,r,n,i,o,s,a,c,u,l=this,d=l.constructor;if(!l.isFinite()||l.isZero())return new d(l);for(ot=!1,o=l.s*yr(l.s*l,1/3),!o||Math.abs(o)==1/0?(r=Er(l.d),e=l.e,(o=(e-r.length+1)%3)&&(r+=o==1||o==-2?"0":"00"),o=yr(r,1/3),e=Pr((e+1)/3)-(e%3==(e<0?-1:2)),o==1/0?r="5e"+e:(r=o.toExponential(),r=r.slice(0,r.indexOf("e")+1)+e),n=new d(r),n.s=l.s):n=new d(o.toString()),s=(e=d.precision)+3;;)if(a=n,c=a.times(a).times(a),u=c.plus(l),n=Gt(u.plus(l).times(a),u.plus(c),s+2,1),Er(a.d).slice(0,s)===(r=Er(n.d)).slice(0,s))if(r=r.slice(s-3,s+1),r=="9999"||!i&&r=="4999"){if(!i&&(qe(a,e+1,0),a.times(a).times(a).eq(l))){n=a;break}s+=4,i=1}else{(!+r||!+r.slice(1)&&r.charAt(0)=="5")&&(qe(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return ot=!0,qe(n,e,d.rounding,t)},ge.decimalPlaces=ge.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-Pr(this.e/Ke))*Ke,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r},ge.dividedBy=ge.div=function(e){return Gt(this,new this.constructor(e))},ge.dividedToIntegerBy=ge.divToInt=function(e){var t=this,r=t.constructor;return qe(Gt(t,new r(e),0,1,1),r.precision,r.rounding)},ge.equals=ge.eq=function(e){return this.cmp(e)===0},ge.floor=function(){return qe(new this.constructor(this),this.e+1,3)},ge.greaterThan=ge.gt=function(e){return this.cmp(e)>0},ge.greaterThanOrEqualTo=ge.gte=function(e){var t=this.cmp(e);return t==1||t===0},ge.hyperbolicCosine=ge.cosh=function(){var e,t,r,n,i,o=this,s=o.constructor,a=new s(1);if(!o.isFinite())return new s(o.s?1/0:NaN);if(o.isZero())return a;r=s.precision,n=s.rounding,s.precision=r+Math.max(o.e,o.sd())+4,s.rounding=1,i=o.d.length,i<32?(e=Math.ceil(i/3),t=(1/Dc(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),o=is(s,1,o.times(t),new s(1),!0);for(var c,u=e,l=new s(8);u--;)c=o.times(o),o=a.minus(c.times(l.minus(c.times(l))));return qe(o,s.precision=r,s.rounding=n,!0)},ge.hyperbolicSine=ge.sinh=function(){var e,t,r,n,i=this,o=i.constructor;if(!i.isFinite()||i.isZero())return new o(i);if(t=o.precision,r=o.rounding,o.precision=t+Math.max(i.e,i.sd())+4,o.rounding=1,n=i.d.length,n<3)i=is(o,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/Dc(5,e)),i=is(o,2,i,i,!0);for(var s,a=new o(5),c=new o(16),u=new o(20);e--;)s=i.times(i),i=i.times(a.plus(s.times(c.times(s).plus(u))))}return o.precision=t,o.rounding=r,qe(i,t,r,!0)},ge.hyperbolicTangent=ge.tanh=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+7,n.rounding=1,Gt(r.sinh(),r.cosh(),n.precision=e,n.rounding=t)):new n(r.s)},ge.inverseCosine=ge.acos=function(){var e,t=this,r=t.constructor,n=t.abs().cmp(1),i=r.precision,o=r.rounding;return n!==-1?n===0?t.isNeg()?_n(r,i,o):new r(0):new r(NaN):t.isZero()?_n(r,i+4,o).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=_n(r,i+4,o).times(.5),r.precision=i,r.rounding=o,e.minus(t))},ge.inverseHyperbolicCosine=ge.acosh=function(){var e,t,r=this,n=r.constructor;return r.lte(1)?new n(r.eq(1)?0:NaN):r.isFinite()?(e=n.precision,t=n.rounding,n.precision=e+Math.max(Math.abs(r.e),r.sd())+4,n.rounding=1,ot=!1,r=r.times(r).minus(1).sqrt().plus(r),ot=!0,n.precision=e,n.rounding=t,r.ln()):new n(r)},ge.inverseHyperbolicSine=ge.asinh=function(){var e,t,r=this,n=r.constructor;return!r.isFinite()||r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+2*Math.max(Math.abs(r.e),r.sd())+6,n.rounding=1,ot=!1,r=r.times(r).plus(1).sqrt().plus(r),ot=!0,n.precision=e,n.rounding=t,r.ln())},ge.inverseHyperbolicTangent=ge.atanh=function(){var e,t,r,n,i=this,o=i.constructor;return i.isFinite()?i.e>=0?new o(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=o.precision,t=o.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?qe(new o(i),e,t,!0):(o.precision=r=n-i.e,i=Gt(i.plus(1),new o(1).minus(i),r+e,1),o.precision=e+4,o.rounding=1,i=i.ln(),o.precision=e,o.rounding=t,i.times(.5))):new o(NaN)},ge.inverseSine=ge.asin=function(){var e,t,r,n,i=this,o=i.constructor;return i.isZero()?new o(i):(t=i.abs().cmp(1),r=o.precision,n=o.rounding,t!==-1?t===0?(e=_n(o,r+4,n).times(.5),e.s=i.s,e):new o(NaN):(o.precision=r+6,o.rounding=1,i=i.div(new o(1).minus(i.times(i)).sqrt().plus(1)).atan(),o.precision=r,o.rounding=n,i.times(2)))},ge.inverseTangent=ge.atan=function(){var e,t,r,n,i,o,s,a,c,u=this,l=u.constructor,d=l.precision,p=l.rounding;if(u.isFinite()){if(u.isZero())return new l(u);if(u.abs().eq(1)&&d+4<=Vf)return s=_n(l,d+4,p).times(.25),s.s=u.s,s}else{if(!u.s)return new l(NaN);if(d+4<=Vf)return s=_n(l,d+4,p).times(.5),s.s=u.s,s}for(l.precision=a=d+10,l.rounding=1,r=Math.min(28,a/Ke+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(ot=!1,t=Math.ceil(a/Ke),n=1,c=u.times(u),s=new l(u),i=u;e!==-1;)if(i=i.times(c),o=s.minus(i.div(n+=2)),i=i.times(c),s=o.plus(i.div(n+=2)),s.d[t]!==void 0)for(e=t;s.d[e]===o.d[e]&&e--;);return r&&(s=s.times(2<<r-1)),ot=!0,qe(s,l.precision=d,l.rounding=p,!0)},ge.isFinite=function(){return!!this.d},ge.isInteger=ge.isInt=function(){return!!this.d&&Pr(this.e/Ke)>this.d.length-2},ge.isNaN=function(){return!this.s},ge.isNegative=ge.isNeg=function(){return this.s<0},ge.isPositive=ge.isPos=function(){return this.s>0},ge.isZero=function(){return!!this.d&&this.d[0]===0},ge.lessThan=ge.lt=function(e){return this.cmp(e)<0},ge.lessThanOrEqualTo=ge.lte=function(e){return this.cmp(e)<1},ge.logarithm=ge.log=function(e){var t,r,n,i,o,s,a,c,u=this,l=u.constructor,d=l.precision,p=l.rounding,w=5;if(e==null)e=new l(10),t=!0;else{if(e=new l(e),r=e.d,e.s<0||!r||!r[0]||e.eq(1))return new l(NaN);t=e.eq(10)}if(r=u.d,u.s<0||!r||!r[0]||u.eq(1))return new l(r&&!r[0]?-1/0:u.s!=1?NaN:r?0:1/0);if(t)if(r.length>1)o=!0;else{for(i=r[0];i%10===0;)i/=10;o=i!==1}if(ot=!1,a=d+w,s=Fi(u,a),n=t?kc(l,a+10):Fi(e,a),c=Gt(s,n,a,1),la(c.d,i=d,p))do if(a+=10,s=Fi(u,a),n=t?kc(l,a+10):Fi(e,a),c=Gt(s,n,a,1),!o){+Er(c.d).slice(i+1,i+15)+1==1e14&&(c=qe(c,d+1,0));break}while(la(c.d,i+=10,p));return ot=!0,qe(c,d,p)},ge.minus=ge.sub=function(e){var t,r,n,i,o,s,a,c,u,l,d,p,w=this,b=w.constructor;if(e=new b(e),!w.d||!e.d)return!w.s||!e.s?e=new b(NaN):w.d?e.s=-e.s:e=new b(e.d||w.s!==e.s?w:NaN),e;if(w.s!=e.s)return e.s=-e.s,w.plus(e);if(u=w.d,p=e.d,a=b.precision,c=b.rounding,!u[0]||!p[0]){if(p[0])e.s=-e.s;else if(u[0])e=new b(w);else return new b(c===3?-0:0);return ot?qe(e,a,c):e}if(r=Pr(e.e/Ke),l=Pr(w.e/Ke),u=u.slice(),o=l-r,o){for(d=o<0,d?(t=u,o=-o,s=p.length):(t=p,r=l,s=u.length),n=Math.max(Math.ceil(a/Ke),s)+2,o>n&&(o=n,t.length=1),t.reverse(),n=o;n--;)t.push(0);t.reverse()}else{for(n=u.length,s=p.length,d=n<s,d&&(s=n),n=0;n<s;n++)if(u[n]!=p[n]){d=u[n]<p[n];break}o=0}for(d&&(t=u,u=p,p=t,e.s=-e.s),s=u.length,n=p.length-s;n>0;--n)u[s++]=0;for(n=p.length;n>o;){if(u[--n]<p[n]){for(i=n;i&&u[--i]===0;)u[i]=En-1;--u[i],u[n]+=En}u[n]-=p[n]}for(;u[--s]===0;)u.pop();for(;u[0]===0;u.shift())--r;return u[0]?(e.d=u,e.e=jc(u,r),ot?qe(e,a,c):e):new b(c===3?-0:0)},ge.modulo=ge.mod=function(e){var t,r=this,n=r.constructor;return e=new n(e),!r.d||!e.s||e.d&&!e.d[0]?new n(NaN):!e.d||r.d&&!r.d[0]?qe(new n(r),n.precision,n.rounding):(ot=!1,n.modulo==9?(t=Gt(r,e.abs(),0,3,1),t.s*=e.s):t=Gt(r,e,0,n.modulo,1),t=t.times(e),ot=!0,r.minus(t))},ge.naturalExponential=ge.exp=function(){return zf(this)},ge.naturalLogarithm=ge.ln=function(){return Fi(this)},ge.negated=ge.neg=function(){var e=new this.constructor(this);return e.s=-e.s,qe(e)},ge.plus=ge.add=function(e){var t,r,n,i,o,s,a,c,u,l,d=this,p=d.constructor;if(e=new p(e),!d.d||!e.d)return!d.s||!e.s?e=new p(NaN):d.d||(e=new p(e.d||d.s===e.s?d:NaN)),e;if(d.s!=e.s)return e.s=-e.s,d.minus(e);if(u=d.d,l=e.d,a=p.precision,c=p.rounding,!u[0]||!l[0])return l[0]||(e=new p(d)),ot?qe(e,a,c):e;if(o=Pr(d.e/Ke),n=Pr(e.e/Ke),u=u.slice(),i=o-n,i){for(i<0?(r=u,i=-i,s=l.length):(r=l,n=o,s=u.length),o=Math.ceil(a/Ke),s=o>s?o+1:s+1,i>s&&(i=s,r.length=1),r.reverse();i--;)r.push(0);r.reverse()}for(s=u.length,i=l.length,s-i<0&&(i=s,r=l,l=u,u=r),t=0;i;)t=(u[--i]=u[i]+l[i]+t)/En|0,u[i]%=En;for(t&&(u.unshift(t),++n),s=u.length;u[--s]==0;)u.pop();return e.d=u,e.e=jc(u,n),ot?qe(e,a,c):e},ge.precision=ge.sd=function(e){var t,r=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(Li+e);return r.d?(t=Cg(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t},ge.round=function(){var e=this,t=e.constructor;return qe(new t(e),e.e+1,t.rounding)},ge.sine=ge.sin=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ke,n.rounding=1,r=CE(n,Og(n,r)),n.precision=e,n.rounding=t,qe(vi>2?r.neg():r,e,t,!0)):new n(NaN)},ge.squareRoot=ge.sqrt=function(){var e,t,r,n,i,o,s=this,a=s.d,c=s.e,u=s.s,l=s.constructor;if(u!==1||!a||!a[0])return new l(!u||u<0&&(!a||a[0])?NaN:a?s:1/0);for(ot=!1,u=Math.sqrt(+s),u==0||u==1/0?(t=Er(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=Pr((c+1)/2)-(c<0||c%2),u==1/0?t="5e"+c:(t=u.toExponential(),t=t.slice(0,t.indexOf("e")+1)+c),n=new l(t)):n=new l(u.toString()),r=(c=l.precision)+3;;)if(o=n,n=o.plus(Gt(s,o,r+2,1)).times(.5),Er(o.d).slice(0,r)===(t=Er(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(qe(o,c+1,0),o.times(o).eq(s))){n=o;break}r+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(qe(n,c+1,1),e=!n.times(n).eq(s));break}return ot=!0,qe(n,c,l.rounding,e)},ge.tangent=ge.tan=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+10,n.rounding=1,r=r.sin(),r.s=1,r=Gt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,qe(vi==2||vi==4?r.neg():r,e,t,!0)):new n(NaN)},ge.times=ge.mul=function(e){var t,r,n,i,o,s,a,c,u,l=this,d=l.constructor,p=l.d,w=(e=new d(e)).d;if(e.s*=l.s,!p||!p[0]||!w||!w[0])return new d(!e.s||p&&!p[0]&&!w||w&&!w[0]&&!p?NaN:!p||!w?e.s/0:e.s*0);for(r=Pr(l.e/Ke)+Pr(e.e/Ke),c=p.length,u=w.length,c<u&&(o=p,p=w,w=o,s=c,c=u,u=s),o=[],s=c+u,n=s;n--;)o.push(0);for(n=u;--n>=0;){for(t=0,i=c+n;i>n;)a=o[i]+w[n]*p[i-n-1]+t,o[i--]=a%En|0,t=a/En|0;o[i]=(o[i]+t)%En|0}for(;!o[--s];)o.pop();return t?++r:o.shift(),e.d=o,e.e=jc(o,r),ot?qe(e,d.precision,d.rounding):e},ge.toBinary=function(e,t){return qf(this,2,e,t)},ge.toDecimalPlaces=ge.toDP=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(zr(e,0,Bi),t===void 0?t=n.rounding:zr(t,0,8),qe(r,e+r.e+1,t))},ge.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=qn(n,!0):(zr(e,0,Bi),t===void 0?t=i.rounding:zr(t,0,8),n=qe(new i(n),e+1,t),r=qn(n,!0,e+1)),n.isNeg()&&!n.isZero()?"-"+r:r},ge.toFixed=function(e,t){var r,n,i=this,o=i.constructor;return e===void 0?r=qn(i):(zr(e,0,Bi),t===void 0?t=o.rounding:zr(t,0,8),n=qe(new o(i),e+i.e+1,t),r=qn(n,!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+r:r},ge.toFraction=function(e){var t,r,n,i,o,s,a,c,u,l,d,p,w=this,b=w.d,y=w.constructor;if(!b)return new y(w);if(u=r=new y(1),n=c=new y(0),t=new y(n),o=t.e=Cg(b)-w.e-1,s=o%Ke,t.d[0]=yr(10,s<0?Ke+s:s),e==null)e=o>0?t:u;else{if(a=new y(e),!a.isInt()||a.lt(u))throw Error(Li+a);e=a.gt(t)?o>0?t:u:a}for(ot=!1,a=new y(Er(b)),l=y.precision,y.precision=o=b.length*Ke*2;d=Gt(a,t,0,1,1),i=r.plus(d.times(n)),i.cmp(e)!=1;)r=n,n=i,i=u,u=c.plus(d.times(i)),c=i,i=t,t=a.minus(d.times(i)),a=i;return i=Gt(e.minus(r),n,0,1,1),c=c.plus(i.times(u)),r=r.plus(i.times(n)),c.s=u.s=w.s,p=Gt(u,n,o,1).minus(w).abs().cmp(Gt(c,r,o,1).minus(w).abs())<1?[u,n]:[c,r],y.precision=l,ot=!0,p},ge.toHexadecimal=ge.toHex=function(e,t){return qf(this,16,e,t)},ge.toNearest=function(e,t){var r=this,n=r.constructor;if(r=new n(r),e==null){if(!r.d)return r;e=new n(1),t=n.rounding}else{if(e=new n(e),t===void 0?t=n.rounding:zr(t,0,8),!r.d)return e.s?r:e;if(!e.d)return e.s&&(e.s=r.s),e}return e.d[0]?(ot=!1,r=Gt(r,e,0,t,1).times(e),ot=!0,qe(r)):(e.s=r.s,r=e),r},ge.toNumber=function(){return+this},ge.toOctal=function(e,t){return qf(this,8,e,t)},ge.toPower=ge.pow=function(e){var t,r,n,i,o,s,a=this,c=a.constructor,u=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(yr(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,o=c.rounding,e.eq(1))return qe(a,n,o);if(t=Pr(e.e/Ke),t>=e.d.length-1&&(r=u<0?-u:u)<=xE)return i=Mg(c,a,r,n),e.s<0?new c(1).div(i):qe(i,n,o);if(s=a.s,s<0){if(t<e.d.length-1)return new c(NaN);if(e.d[t]&1||(s=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=s,a}return r=yr(+a,u),t=r==0||!isFinite(r)?Pr(u*(Math.log("0."+Er(a.d))/Math.LN10+a.e+1)):new c(r+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?s/0:0):(ot=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=zf(e.times(Fi(a,n+r)),n),i.d&&(i=qe(i,n+5,1),la(i.d,n,o)&&(t=n+10,i=qe(zf(e.times(Fi(a,t+r)),t),t+5,1),+Er(i.d).slice(n+1,n+15)+1==1e14&&(i=qe(i,n+1,0)))),i.s=s,ot=!0,c.rounding=o,qe(i,n,o))},ge.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=qn(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(zr(e,1,Bi),t===void 0?t=i.rounding:zr(t,0,8),n=qe(new i(n),e,t),r=qn(n,e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+r:r},ge.toSignificantDigits=ge.toSD=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(zr(e,1,Bi),t===void 0?t=n.rounding:zr(t,0,8)),qe(new n(r),e,t)},ge.toString=function(){var e=this,t=e.constructor,r=qn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r},ge.truncated=ge.trunc=function(){return qe(new this.constructor(this),this.e+1,1)},ge.valueOf=ge.toJSON=function(){var e=this,t=e.constructor,r=qn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+r:r};function Er(e){var t,r,n,i=e.length-1,o="",s=e[0];if(i>0){for(o+=s,t=1;t<i;t++)n=e[t]+"",r=Ke-n.length,r&&(o+=$i(r)),o+=n;s=e[t],n=s+"",r=Ke-n.length,r&&(o+=$i(r))}else if(s===0)return"0";for(;s%10===0;)s/=10;return o+s}function zr(e,t,r){if(e!==~~e||e<t||e>r)throw Error(Li+e)}function la(e,t,r,n){var i,o,s,a;for(o=e[0];o>=10;o/=10)--t;return--t<0?(t+=Ke,i=0):(i=Math.ceil((t+1)/Ke),t%=Ke),o=yr(10,Ke-t),a=e[i]%o|0,n==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),s=r<4&&a==99999||r>3&&a==49999||a==5e4||a==0):s=(r<4&&a+1==o||r>3&&a+1==o/2)&&(e[i+1]/o/100|0)==yr(10,t-2)-1||(a==o/2||a==0)&&(e[i+1]/o/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),s=(n||r<4)&&a==9999||!n&&r>3&&a==4999):s=((n||r<4)&&a+1==o||!n&&r>3&&a+1==o/2)&&(e[i+1]/o/1e3|0)==yr(10,t-3)-1,s}function Nc(e,t,r){for(var n,i=[0],o,s=0,a=e.length;s<a;){for(o=i.length;o--;)i[o]*=t;for(i[0]+=Ff.indexOf(e.charAt(s++)),n=0;n<i.length;n++)i[n]>r-1&&(i[n+1]===void 0&&(i[n+1]=0),i[n+1]+=i[n]/r|0,i[n]%=r)}return i.reverse()}function EE(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/Dc(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=is(e,1,t.times(i),new e(1));for(var o=r;o--;){var s=t.times(t);t=s.times(s).minus(s).times(8).plus(1)}return e.precision-=r,t}var Gt=function(){function e(n,i,o){var s,a=0,c=n.length;for(n=n.slice();c--;)s=n[c]*i+a,n[c]=s%o|0,a=s/o|0;return a&&n.unshift(a),n}function t(n,i,o,s){var a,c;if(o!=s)c=o>s?1:-1;else for(a=c=0;a<o;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function r(n,i,o,s){for(var a=0;o--;)n[o]-=a,a=n[o]<i[o]?1:0,n[o]=a*s+n[o]-i[o];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,o,s,a,c){var u,l,d,p,w,b,y,T,O,R,k,F,L,q,H,K,re,oe,ae,z,D=n.constructor,h=n.s==i.s?1:-1,f=n.d,m=i.d;if(!f||!f[0]||!m||!m[0])return new D(!n.s||!i.s||(f?m&&f[0]==m[0]:!m)?NaN:f&&f[0]==0||!m?h*0:h/0);for(c?(w=1,l=n.e-i.e):(c=En,w=Ke,l=Pr(n.e/w)-Pr(i.e/w)),ae=m.length,re=f.length,O=new D(h),R=O.d=[],d=0;m[d]==(f[d]||0);d++);if(m[d]>(f[d]||0)&&l--,o==null?(q=o=D.precision,s=D.rounding):a?q=o+(n.e-i.e)+1:q=o,q<0)R.push(1),b=!0;else{if(q=q/w+2|0,d=0,ae==1){for(p=0,m=m[0],q++;(d<re||p)&&q--;d++)H=p*c+(f[d]||0),R[d]=H/m|0,p=H%m|0;b=p||d<re}else{for(p=c/(m[0]+1)|0,p>1&&(m=e(m,p,c),f=e(f,p,c),ae=m.length,re=f.length),K=ae,k=f.slice(0,ae),F=k.length;F<ae;)k[F++]=0;z=m.slice(),z.unshift(0),oe=m[0],m[1]>=c/2&&++oe;do p=0,u=t(m,k,ae,F),u<0?(L=k[0],ae!=F&&(L=L*c+(k[1]||0)),p=L/oe|0,p>1?(p>=c&&(p=c-1),y=e(m,p,c),T=y.length,F=k.length,u=t(y,k,T,F),u==1&&(p--,r(y,ae<T?z:m,T,c))):(p==0&&(u=p=1),y=m.slice()),T=y.length,T<F&&y.unshift(0),r(k,y,F,c),u==-1&&(F=k.length,u=t(m,k,ae,F),u<1&&(p++,r(k,ae<F?z:m,F,c))),F=k.length):u===0&&(p++,k=[0]),R[d++]=p,u&&k[0]?k[F++]=f[K]||0:(k=[f[K]],F=1);while((K++<re||k[0]!==void 0)&&q--);b=k[0]!==void 0}R[0]||R.shift()}if(w==1)O.e=l,bg=b;else{for(d=1,p=R[0];p>=10;p/=10)d++;O.e=d+l*w-1,qe(O,a?o+O.e+1:o,s,b)}return O}}();function qe(e,t,r,n){var i,o,s,a,c,u,l,d,p,w=e.constructor;e:if(t!=null){if(d=e.d,!d)return e;for(i=1,a=d[0];a>=10;a/=10)i++;if(o=t-i,o<0)o+=Ke,s=t,l=d[p=0],c=l/yr(10,i-s-1)%10|0;else if(p=Math.ceil((o+1)/Ke),a=d.length,p>=a)if(n){for(;a++<=p;)d.push(0);l=c=0,i=1,o%=Ke,s=o-Ke+1}else break e;else{for(l=a=d[p],i=1;a>=10;a/=10)i++;o%=Ke,s=o-Ke+i,c=s<0?0:l/yr(10,i-s-1)%10|0}if(n=n||t<0||d[p+1]!==void 0||(s<0?l:l%yr(10,i-s-1)),u=r<4?(c||n)&&(r==0||r==(e.s<0?3:2)):c>5||c==5&&(r==4||n||r==6&&(o>0?s>0?l/yr(10,i-s):0:d[p-1])%10&1||r==(e.s<0?8:7)),t<1||!d[0])return d.length=0,u?(t-=e.e+1,d[0]=yr(10,(Ke-t%Ke)%Ke),e.e=-t||0):d[0]=e.e=0,e;if(o==0?(d.length=p,a=1,p--):(d.length=p+1,a=yr(10,Ke-o),d[p]=s>0?(l/yr(10,i-s)%yr(10,s)|0)*a:0),u)for(;;)if(p==0){for(o=1,s=d[0];s>=10;s/=10)o++;for(s=d[0]+=a,a=1;s>=10;s/=10)a++;o!=a&&(e.e++,d[0]==En&&(d[0]=1));break}else{if(d[p]+=a,d[p]!=En)break;d[p--]=0,a=1}for(o=d.length;d[--o]===0;)d.pop()}return ot&&(e.e>w.maxE?(e.d=null,e.e=NaN):e.e<w.minE&&(e.e=0,e.d=[0])),e}function qn(e,t,r){if(!e.isFinite())return Ig(e);var n,i=e.e,o=Er(e.d),s=o.length;return t?(r&&(n=r-s)>0?o=o.charAt(0)+"."+o.slice(1)+$i(n):s>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(e.e<0?"e":"e+")+e.e):i<0?(o="0."+$i(-i-1)+o,r&&(n=r-s)>0&&(o+=$i(n))):i>=s?(o+=$i(i+1-s),r&&(n=r-i-1)>0&&(o=o+"."+$i(n))):((n=i+1)<s&&(o=o.slice(0,n)+"."+o.slice(n)),r&&(n=r-s)>0&&(i+1===s&&(o+="."),o+=$i(n))),o}function jc(e,t){var r=e[0];for(t*=Ke;r>=10;r/=10)t++;return t}function kc(e,t,r){if(t>SE)throw ot=!0,r&&(e.precision=r),Error(xg);return qe(new e(Oc),t,1,!0)}function _n(e,t,r){if(t>Vf)throw Error(xg);return qe(new e(Pc),t,r,!0)}function Cg(e){var t=e.length-1,r=t*Ke+1;if(t=e[t],t){for(;t%10==0;t/=10)r--;for(t=e[0];t>=10;t/=10)r++}return r}function $i(e){for(var t="";e--;)t+="0";return t}function Mg(e,t,r,n){var i,o=new e(1),s=Math.ceil(n/Ke+4);for(ot=!1;;){if(r%2&&(o=o.times(t),Pg(o.d,s)&&(i=!0)),r=Pr(r/2),r===0){r=o.d.length-1,i&&o.d[r]===0&&++o.d[r];break}t=t.times(t),Pg(t.d,s)}return ot=!0,o}function Ag(e){return e.d[e.d.length-1]&1}function Tg(e,t,r){for(var n,i=new e(t[0]),o=0;++o<t.length;)if(n=new e(t[o]),n.s)i[r](n)&&(i=n);else{i=n;break}return i}function zf(e,t){var r,n,i,o,s,a,c,u=0,l=0,d=0,p=e.constructor,w=p.rounding,b=p.precision;if(!e.d||!e.d[0]||e.e>17)return new p(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(ot=!1,c=b):c=t,a=new p(.03125);e.e>-2;)e=e.times(a),d+=5;for(n=Math.log(yr(2,d))/Math.LN10*2+5|0,c+=n,r=o=s=new p(1),p.precision=c;;){if(o=qe(o.times(e),c,1),r=r.times(++l),a=s.plus(Gt(o,r,c,1)),Er(a.d).slice(0,c)===Er(s.d).slice(0,c)){for(i=d;i--;)s=qe(s.times(s),c,1);if(t==null)if(u<3&&la(s.d,c-n,w,u))p.precision=c+=10,r=o=a=new p(1),l=0,u++;else return qe(s,p.precision=b,w,ot=!0);else return p.precision=b,s}s=a}}function Fi(e,t){var r,n,i,o,s,a,c,u,l,d,p,w=1,b=10,y=e,T=y.d,O=y.constructor,R=O.rounding,k=O.precision;if(y.s<0||!T||!T[0]||!y.e&&T[0]==1&&T.length==1)return new O(T&&!T[0]?-1/0:y.s!=1?NaN:T?0:y);if(t==null?(ot=!1,l=k):l=t,O.precision=l+=b,r=Er(T),n=r.charAt(0),Math.abs(o=y.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)y=y.times(e),r=Er(y.d),n=r.charAt(0),w++;o=y.e,n>1?(y=new O("0."+r),o++):y=new O(n+"."+r.slice(1))}else return u=kc(O,l+2,k).times(o+""),y=Fi(new O(n+"."+r.slice(1)),l-b).plus(u),O.precision=k,t==null?qe(y,k,R,ot=!0):y;for(d=y,c=s=y=Gt(y.minus(1),y.plus(1),l,1),p=qe(y.times(y),l,1),i=3;;){if(s=qe(s.times(p),l,1),u=c.plus(Gt(s,new O(i),l,1)),Er(u.d).slice(0,l)===Er(c.d).slice(0,l))if(c=c.times(2),o!==0&&(c=c.plus(kc(O,l+2,k).times(o+""))),c=Gt(c,new O(w),l,1),t==null)if(la(c.d,l-b,R,a))O.precision=l+=b,u=s=y=Gt(d.minus(1),d.plus(1),l,1),p=qe(y.times(y),l,1),i=a=1;else return qe(c,O.precision=k,R,ot=!0);else return O.precision=k,c;c=u,i+=2}}function Ig(e){return String(e.s*e.s/0)}function Hf(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;n++);for(i=t.length;t.charCodeAt(i-1)===48;--i);if(t=t.slice(n,i),t){if(i-=n,e.e=r=r-n-1,e.d=[],n=(r+1)%Ke,r<0&&(n+=Ke),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Ke;n<i;)e.d.push(+t.slice(n,n+=Ke));t=t.slice(n),n=Ke-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),ot&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function _E(e,t){var r,n,i,o,s,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),_g.test(t))return Hf(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(wE.test(t))r=16,t=t.toLowerCase();else if(yE.test(t))r=2;else if(bE.test(t))r=8;else throw Error(Li+t);for(o=t.search(/p/i),o>0?(c=+t.slice(o+1),t=t.substring(2,o)):t=t.slice(2),o=t.indexOf("."),s=o>=0,n=e.constructor,s&&(t=t.replace(".",""),a=t.length,o=a-o,i=Mg(n,new n(r),o,o*2)),u=Nc(t,r,En),l=u.length-1,o=l;u[o]===0;--o)u.pop();return o<0?new n(e.s*0):(e.e=jc(u,l),e.d=u,ot=!1,s&&(e=Gt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?yr(2,c):fa.pow(2,c))),ot=!0,e)}function CE(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:is(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Dc(5,r)),t=is(e,2,t,t);for(var i,o=new e(5),s=new e(16),a=new e(20);r--;)i=t.times(t),t=t.times(o.plus(i.times(s.times(i).minus(a))));return t}function is(e,t,r,n,i){var o,s,a,c,u=e.precision,l=Math.ceil(u/Ke);for(ot=!1,c=r.times(r),a=new e(n);;){if(s=Gt(a.times(c),new e(t++*t++),u,1),a=i?n.plus(s):n.minus(s),n=Gt(s.times(c),new e(t++*t++),u,1),s=a.plus(n),s.d[l]!==void 0){for(o=l;s.d[o]===a.d[o]&&o--;);if(o==-1)break}o=a,a=n,n=s,s=o}return ot=!0,s.d.length=l+1,s}function Dc(e,t){for(var r=e;--t;)r*=e;return r}function Og(e,t){var r,n=t.s<0,i=_n(e,e.precision,1),o=i.times(.5);if(t=t.abs(),t.lte(o))return vi=n?4:1,t;if(r=t.divToInt(i),r.isZero())vi=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(o))return vi=Ag(r)?n?2:3:n?4:1,t;vi=Ag(r)?n?1:4:n?3:2}return t.minus(i).abs()}function qf(e,t,r,n){var i,o,s,a,c,u,l,d,p,w=e.constructor,b=r!==void 0;if(b?(zr(r,1,Bi),n===void 0?n=w.rounding:zr(n,0,8)):(r=w.precision,n=w.rounding),!e.isFinite())l=Ig(e);else{for(l=qn(e),s=l.indexOf("."),b?(i=2,t==16?r=r*4-3:t==8&&(r=r*3-2)):i=t,s>=0&&(l=l.replace(".",""),p=new w(1),p.e=l.length-s,p.d=Nc(qn(p),10,i),p.e=p.d.length),d=Nc(l,10,i),o=c=d.length;d[--c]==0;)d.pop();if(!d[0])l=b?"0p+0":"0";else{if(s<0?o--:(e=new w(e),e.d=d,e.e=o,e=Gt(e,p,r,n,0,i),d=e.d,o=e.e,u=bg),s=d[r],a=i/2,u=u||d[r+1]!==void 0,u=n<4?(s!==void 0||u)&&(n===0||n===(e.s<0?3:2)):s>a||s===a&&(n===4||u||n===6&&d[r-1]&1||n===(e.s<0?8:7)),d.length=r,u)for(;++d[--r]>i-1;)d[r]=0,r||(++o,d.unshift(1));for(c=d.length;!d[c-1];--c);for(s=0,l="";s<c;s++)l+=Ff.charAt(d[s]);if(b){if(c>1)if(t==16||t==8){for(s=t==16?4:3,--c;c%s;c++)l+="0";for(d=Nc(l,i,t),c=d.length;!d[c-1];--c);for(s=1,l="1.";s<c;s++)l+=Ff.charAt(d[s])}else l=l.charAt(0)+"."+l.slice(1);l=l+(o<0?"p":"p+")+o}else if(o<0){for(;++o;)l="0"+l;l="0."+l}else if(++o>c)for(o-=c;o--;)l+="0";else o<c&&(l=l.slice(0,o)+"."+l.slice(o))}l=(t==16?"0x":t==2?"0b":t==8?"0o":"")+l}return e.s<0?"-"+l:l}function Pg(e,t){if(e.length>t)return e.length=t,!0}function ME(e){return new this(e).abs()}function AE(e){return new this(e).acos()}function TE(e){return new this(e).acosh()}function IE(e,t){return new this(e).plus(t)}function OE(e){return new this(e).asin()}function PE(e){return new this(e).asinh()}function RE(e){return new this(e).atan()}function NE(e){return new this(e).atanh()}function jE(e,t){e=new this(e),t=new this(t);var r,n=this.precision,i=this.rounding,o=n+4;return!e.s||!t.s?r=new this(NaN):!e.d&&!t.d?(r=_n(this,o,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?_n(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=_n(this,o,1).times(.5),r.s=e.s):t.s<0?(this.precision=o,this.rounding=1,r=this.atan(Gt(e,t,o,1)),t=_n(this,o,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(Gt(e,t,o,1)),r}function kE(e){return new this(e).cbrt()}function DE(e){return qe(e=new this(e),e.e+1,2)}function BE(e,t,r){return new this(e).clamp(t,r)}function LE(e){if(!e||typeof e!="object")throw Error(Rc+"Object expected");var t,r,n,i=e.defaults===!0,o=["precision",1,Bi,"rounding",0,8,"toExpNeg",-ns,0,"toExpPos",0,ns,"maxE",0,ns,"minE",-ns,0,"modulo",0,9];for(t=0;t<o.length;t+=3)if(r=o[t],i&&(this[r]=Uf[r]),(n=e[r])!==void 0)if(Pr(n)===n&&n>=o[t+1]&&n<=o[t+2])this[r]=n;else throw Error(Li+r+": "+n);if(r="crypto",i&&(this[r]=Uf[r]),(n=e[r])!==void 0)if(n===!0||n===!1||n===0||n===1)if(n)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[r]=!0;else throw Error(Sg);else this[r]=!1;else throw Error(Li+r+": "+n);return this}function $E(e){return new this(e).cos()}function FE(e){return new this(e).cosh()}function Rg(e){var t,r,n;function i(o){var s,a,c,u=this;if(!(u instanceof i))return new i(o);if(u.constructor=i,Ng(o)){u.s=o.s,ot?!o.d||o.e>i.maxE?(u.e=NaN,u.d=null):o.e<i.minE?(u.e=0,u.d=[0]):(u.e=o.e,u.d=o.d.slice()):(u.e=o.e,u.d=o.d?o.d.slice():o.d);return}if(c=typeof o,c==="number"){if(o===0){u.s=1/o<0?-1:1,u.e=0,u.d=[0];return}if(o<0?(o=-o,u.s=-1):u.s=1,o===~~o&&o<1e7){for(s=0,a=o;a>=10;a/=10)s++;ot?s>i.maxE?(u.e=NaN,u.d=null):s<i.minE?(u.e=0,u.d=[0]):(u.e=s,u.d=[o]):(u.e=s,u.d=[o]);return}else if(o*0!==0){o||(u.s=NaN),u.e=NaN,u.d=null;return}return Hf(u,o.toString())}else if(c!=="string")throw Error(Li+o);return(a=o.charCodeAt(0))===45?(o=o.slice(1),u.s=-1):(a===43&&(o=o.slice(1)),u.s=1),_g.test(o)?Hf(u,o):_E(u,o)}if(i.prototype=ge,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.EUCLID=9,i.config=i.set=LE,i.clone=Rg,i.isDecimal=Ng,i.abs=ME,i.acos=AE,i.acosh=TE,i.add=IE,i.asin=OE,i.asinh=PE,i.atan=RE,i.atanh=NE,i.atan2=jE,i.cbrt=kE,i.ceil=DE,i.clamp=BE,i.cos=$E,i.cosh=FE,i.div=UE,i.exp=VE,i.floor=zE,i.hypot=HE,i.ln=qE,i.log=WE,i.log10=KE,i.log2=GE,i.max=YE,i.min=ZE,i.mod=XE,i.mul=JE,i.pow=QE,i.random=e_,i.round=t_,i.sign=r_,i.sin=n_,i.sinh=i_,i.sqrt=o_,i.sub=s_,i.sum=a_,i.tan=c_,i.tanh=u_,i.trunc=l_,e===void 0&&(e={}),e&&e.defaults!==!0)for(n=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return i.config(e),i}function UE(e,t){return new this(e).div(t)}function VE(e){return new this(e).exp()}function zE(e){return qe(e=new this(e),e.e+1,3)}function HE(){var e,t,r=new this(0);for(ot=!1,e=0;e<arguments.length;)if(t=new this(arguments[e++]),t.d)r.d&&(r=r.plus(t.times(t)));else{if(t.s)return ot=!0,new this(1/0);r=t}return ot=!0,r.sqrt()}function Ng(e){return e instanceof fa||e&&e.toStringTag===Eg||!1}function qE(e){return new this(e).ln()}function WE(e,t){return new this(e).log(t)}function GE(e){return new this(e).log(2)}function KE(e){return new this(e).log(10)}function YE(){return Tg(this,arguments,"lt")}function ZE(){return Tg(this,arguments,"gt")}function XE(e,t){return new this(e).mod(t)}function JE(e,t){return new this(e).mul(t)}function QE(e,t){return new this(e).pow(t)}function e_(e){var t,r,n,i,o=0,s=new this(1),a=[];if(e===void 0?e=this.precision:zr(e,1,Bi),n=Math.ceil(e/Ke),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(n));o<n;)i=t[o],i>=429e7?t[o]=crypto.getRandomValues(new Uint32Array(1))[0]:a[o++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(n*=4);o<n;)i=t[o]+(t[o+1]<<8)+(t[o+2]<<16)+((t[o+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,o):(a.push(i%1e7),o+=4);o=n/4}else throw Error(Sg);else for(;o<n;)a[o++]=Math.random()*1e7|0;for(n=a[--o],e%=Ke,n&&e&&(i=yr(10,Ke-e),a[o]=(n/i|0)*i);a[o]===0;o--)a.pop();if(o<0)r=0,a=[0];else{for(r=-1;a[0]===0;r-=Ke)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Ke&&(r-=Ke-n)}return s.e=r,s.d=a,s}function t_(e){return qe(e=new this(e),e.e+1,this.rounding)}function r_(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function n_(e){return new this(e).sin()}function i_(e){return new this(e).sinh()}function o_(e){return new this(e).sqrt()}function s_(e,t){return new this(e).sub(t)}function a_(){var e=0,t=arguments,r=new this(t[e]);for(ot=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return ot=!0,qe(r,this.precision,this.rounding)}function c_(e){return new this(e).tan()}function u_(e){return new this(e).tanh()}function l_(e){return qe(e=new this(e),e.e+1,1)}ge[Symbol.for("nodejs.util.inspect.custom")]=ge.toString,ge[Symbol.toStringTag]="Decimal";var fa=ge.constructor=Rg(Uf);Oc=new fa(Oc),Pc=new fa(Pc);var Bc=fa,Wn=ts(rs()),Wf=ts(rs()),f_=class{constructor(e){if(e!==0)throw new Error("Aftermath only supported on mainnet");this.slippage="900000000000000000",this.poolRegistry="0xfcc774493db2c45c79f688f88d28023a3e7d98e4ee9f48bbf5c7990f651577ae",this.protocolFeeVault="0xf194d9b1bcad972e45a7dd67dd49b3ee1e3357a00a50850c52cd51bb450e13b4",this.treasury="0x28e499dff5e864a2eafe476269a4f5035f1c16f338da7be18b103499abf271ce",this.insuranceFund="0xf0c40d67b078000e18032334c3325c47b9ec9f3d9ae4128be820d54663d14e3b",this.referrealVault="0x35d35b0e5b177593d8c3a801462485572fc30861e6ce96a55af6dc4730709278"}amountLimit(e){return new Wf.default(e).mul(new Wf.default(this.slippage)).div(new Wf.default("1000000000000000000")).toString()}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s];if(r.extendedDetails==null)throw new Error("Extended details not supported");if(r.extendedDetails.aftermathLpSupplyType==null)throw new Error("LP supply type not supported");const d=[t.object(r.id),t.object(this.poolRegistry),t.object(this.protocolFeeVault),t.object(this.treasury),t.object(this.insuranceFund),t.object(this.referrealVault),t.pure.u64(this.amountLimit(r.amountOut)),t.pure.u64(this.slippage),n],p=pr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::aftermath::${c}`,typeArguments:[u,l,r.extendedDetails.aftermathLpSupplyType],arguments:d})})}},jg="0x000000000000000000000000000000000000000000000000000000000000dee9",d_=class{constructor(e){if(e!==0)throw new Error("Aftermath only supported on mainnet")}getAccountCap(e,t){return pt(this,null,function*(){let r=50,n=null;for(;;){const i=e.getOwnedObjects({owner:t,cursor:n,limit:r,filter:{MoveModule:{package:jg,module:"custodian_v2"}}});if(i!=null&&i.data!=null){if(i.data.length!==0)return i.data[0].data.objectId;if(i.data.length<50)break}else break}return null})}getOrCreateAccountCap(e,t,r){return pt(this,null,function*(){let n=yield this.getAccountCap(t,r);return n!==null?{accountCap:e.object(n),isCreate:!1}:{accountCap:e.moveCall({target:`${jg}::clob_v2::create_account`,typeArguments:[],arguments:[]}),isCreate:!0}})}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=yield this.getOrCreateAccountCap(t,e.client,e.signer),p=[t.object(r.id),n,d.accountCap,t.object(Hr)],w=pr(e.publishedAtV2(),i),b=t.moveCall({target:`${w}::deepbook::${c}`,typeArguments:[u,l],arguments:p});return d.isCreate&&t.transferObjects([d.accountCap],e.signer),b})}},h_=class{constructor(e){if(e!==0)throw new Error("Kriya amm only supported on mainnet")}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(r.id),n],p=pr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::kriya_amm::${c}`,typeArguments:[u,l],arguments:d})})}},p_=class{constructor(e){if(e!==0)throw new Error("Kriya clmm only supported on mainnet");this.version="0xf5145a7ac345ca8736cf8c76047d00d6d378f30e81be6f6eb557184d9de93c78"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(r.id),n,t.object(this.version),t.object(Hr)],p=pr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::kriya_clmm::${c}`,typeArguments:[u,l],arguments:d})})}},m_=class{constructor(e){if(e!==0)throw new Error("Flowx only supported on mainnet");this.container="0xb65dcbf63fd3ad5d0ebfbf334780dc9f785eff38a4459e37ab08fa79576ee511"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(this.container),n],p=pr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::flowx_amm::${c}`,typeArguments:[u,l],arguments:d})})}},g_=class{constructor(e){if(e!==0)throw new Error("Flowx clmm only supported on mainnet");this.versioned="0x67624a1533b5aff5d0dfcf5e598684350efd38134d2d245f475524c03a64e656",this.poolRegistry="0x27565d24a4cd51127ac90e4074a841bbe356cca7bf5759ddc14a975be1632abc"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(this.poolRegistry),t.pure.u64(r.feeRate*1e6),n,t.object(this.versioned),t.object(Hr)],p=pr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::flowx_clmm::${c}`,typeArguments:[u,l],arguments:d})})}},v_=class{constructor(e){if(e!==0)throw new Error("Turbos only supported on mainnet");this.versioned="0xf1cf0e81048df168ebeb1b8030fad24b3e0b53ae827c25053fff0779c1445b6f"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s];if(r.extendedDetails==null)throw new Error("Extended details not supported");if(r.extendedDetails.turbosFeeType==null)throw new Error("Turbos fee type not supported");const d=[t.object(r.id),n,t.object(Hr),t.object(this.versioned)],p=pr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::turbos::${c}`,typeArguments:[u,l,r.extendedDetails.turbosFeeType],arguments:d})})}},kg=class{constructor(e,t){this.globalConfig=e===0?"0xdaa46292632c3c4d8f31f23ea0f9b36a28ff3677e9684980e4438403a67a3d8f":"0x9774e359588ead122af1c7e7f64e14ade261cfeecdb5d0eb4a5b3b4c8ab8bd3e",this.partner=t??(e===0?"0x639b5e433da31739e800cd085f356e64cae222966d0f1b11bd9dc76b322ff58b":"0x1f5fa5c820f40d43fc47815ad06d95e40a1942ff72a732a92e8ef4aa8cde70a5")}flash_swap(e,t,r,n,i){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["flash_swap_a2b",s,a]:["flash_swap_b2a",a,s];let d=n?r.amountIn:r.amountOut;const p=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),t.pure.u64(d),t.pure.bool(n),t.object(Hr)],w=pr(e.publishedAtV2(),i),b=t.moveCall({target:`${w}::cetus::${c}`,typeArguments:[u,l],arguments:p});return{targetCoin:b[0],flashReceipt:b[1],payAmount:b[2]}}repay_flash_swap(e,t,r,n,i,o){const{direction:s,from:a,target:c}=r,[u,l,d]=s?["repay_flash_swap_a2b",a,c]:["repay_flash_swap_b2a",c,a],p=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),n,i],w=pr(e.publishedAtV2(),o);return t.moveCall({target:`${w}::cetus::${u}`,typeArguments:[l,d],arguments:p})[0]}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),n,t.object(Hr)],p=pr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::cetus::${c}`,typeArguments:[u,l],arguments:d})})}};function Dg(e,...t){const r=Array.isArray(t[t.length-1])?t.pop():[];let i=[e,...t].filter(Boolean).join("::");return r&&r.length&&(i+=`<${r.join(", ")}>`),i}function Bg(e){return e.split("::")[0]}function Cn(e){var t;try{let r=e.replace(/\s/g,"");const n=r.match(/(<.+>)$/),i=(t=n==null?void 0:n[0])==null?void 0:t.match(/(\w+::\w+::\w+)(?:<.*?>(?!>))?/g);if(i){r=r.slice(0,r.indexOf("<"));const c=Cn(r),u=pE(hE({},c),{type_arguments:i.map(l=>Cn(l).source_address)});return u.type_arguments=u.type_arguments.map(l=>Gn.isSuiCoin(l)?l:Cn(l).source_address),u.source_address=Dg(u.full_address,u.type_arguments),u}const o=r.split("::"),a={full_address:r,address:r===$g||r===b_?"0x2":Yr(o[0]),module:o[1],name:o[2],type_arguments:[],source_address:""};return a.full_address=`${a.address}::${a.module}::${a.name}`,a.source_address=Dg(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function Lg(e){return Cn(e).source_address}var y_="0x2::coin::Coin",w_=/^0x2::coin::Coin<(.+)>$/,$g="0x2::sui::SUI",b_="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",Gn=class no{static getCoinTypeArg(t){const r=t.type.match(w_);return r?r[1]:null}static isSUI(t){const r=no.getCoinTypeArg(t);return r?no.getCoinSymbol(r)==="SUI":!1}static getCoinSymbol(t){return t.substring(t.lastIndexOf(":")+1)}static getBalance(t){return BigInt(t.fields.balance)}static totalBalance(t,r){let n=BigInt(0);return t.forEach(i=>{r===i.coinAddress&&(n+=BigInt(i.balance))}),n}static getID(t){return t.fields.id.id}static getCoinTypeFromArg(t){return`${y_}<${t}>`}static getCoinAssets(t,r){const n=[];return r.forEach(i=>{Lg(i.coinAddress)===Lg(t)&&n.push(i)}),n}static isSuiCoin(t){return Cn(t).full_address===$g}static selectCoinObjectIdGreaterThanOrEqual(t,r,n=[]){const i=no.selectCoinAssetGreaterThanOrEqual(t,r,n),o=i.selectedCoins.map(c=>c.coinObjectId),s=i.remainingCoins,a=i.selectedCoins.map(c=>c.balance.toString());return{objectArray:o,remainCoins:s,amountArray:a}}static selectCoinAssetGreaterThanOrEqual(t,r,n=[]){const i=no.sortByBalance(t.filter(u=>!n.includes(u.coinObjectId))),o=no.calculateTotalBalance(i);if(o<r)return{selectedCoins:[],remainingCoins:i};if(o===r)return{selectedCoins:i,remainingCoins:[]};let s=BigInt(0);const a=[],c=[...i];for(;s<o;){const u=r-s,l=c.findIndex(p=>p.balance>=u);if(l!==-1){a.push(c[l]),c.splice(l,1);break}const d=c.pop();d.balance>0&&(a.push(d),s+=d.balance)}return{selectedCoins:no.sortByBalance(a),remainingCoins:no.sortByBalance(c)}}static sortByBalance(t){return t.sort((r,n)=>r.balance<n.balance?-1:r.balance>n.balance?1:0)}static sortByBalanceDes(t){return t.sort((r,n)=>r.balance>n.balance?-1:r.balance<n.balance?0:1)}static calculateTotalBalance(t){return t.reduce((r,n)=>r+n.balance,BigInt(0))}};function Gf(e){switch(e){case 1e4:return"Calculate error";case 10001:return"Input number too large can not fit in target type";case 10002:return"No router";case 10003:return"Insufficient Liquidity";case 10004:return"Target token is detected as a HoneyPot scam";case 10005:return"Too many requests. Please try again later";default:return"Unknown error"}}function Ui(e){const t=e.indexOf("::");if(t===-1)return e;const r=e.substring(0,t),n=e.substring(t);if(!r.startsWith("0x"))return e;const i=r.substring(2);return i.length>64?e:`0x${i.padStart(64,"0")}${n}`}function x_(e,t){e=Ui(e),t=Ui(t);const r=Math.min(e.length,t.length);for(let n=0;n<r;n++){if(e[n]>t[n])return!0;if(e[n]<t[n])return!1}return!0}function Fg(e,t){return e.moveCall({target:"0x2::coin::zero",typeArguments:[t]})}function Kf(e,t,r,n){const i=Gn.getCoinAssets(n,t);if(r===BigInt(0))return Gn.isSuiCoin(n)||i.length===0&&!Gn.isSuiCoin(n)?{targetCoin:Fg(e,n),isMintZeroCoin:!0,targetCoinAmount:0}:{targetCoin:e.object(i[0].coinObjectId),isMintZeroCoin:!1,targetCoinAmount:Number(i[0].balance.toString())};if(Gn.calculateTotalBalance(i)<r)throw new AggregateError("Insufficient balance when build merge coin, coinType: "+n,"InsufficientBalance"+n);if(Gn.isSuiCoin(n))return{targetCoin:e.splitCoins(e.gas,[e.pure.u64(r.toString())]),isMintZeroCoin:!0,targetCoinAmount:Number(r.toString())};let s=Gn.sortByBalance(i);s.slice(0,3).reduce((p,w)=>p+w.balance,BigInt(0))<BigInt(r)&&(s=Gn.sortByBalanceDes(i));let c=Gn.selectCoinObjectIdGreaterThanOrEqual(s,r);const[u,...l]=c.objectArray;return l.length>0&&e.mergeCoins(u,l.map(p=>e.object(p))),{targetCoin:e.splitCoins(e.object(u),[e.pure.u64(r.toString())]),isMintZeroCoin:!1,targetCoinAmount:Number(r.toString())}}function S_(e){return!(!e.startsWith("0x")||e.length!==66)}var os=ts(rs()),Vi=ts(rs()),da=ts(rs()),yi=new da.default(0);new da.default(1);var E_=new da.default(2);E_.pow(new da.default(128));var __=new da.default("18446744073709551615"),an=1e9;function C_(e,t,r){let n=yi;return t?n=e.mul(new Vi.default(an-r*an)).div(new Vi.default(an)):n=e.mul(new Vi.default(an+r*an)).div(new Vi.default(an)),Number(n.toString())}function Ug(e,t,r){let n=yi;return t?n=e.mul(new Vi.default(an-r*an)).div(new Vi.default(an)):n=e.mul(new Vi.default(an+r*an)).div(new Vi.default(an)),n}function M_(e,t,r){return new Bc(e).mul(Bc.pow(2,-64)).pow(2).mul(Bc.pow(10,t-r))}function A_(e,t,r,n){return pt(this,null,function*(){var i,o,s,a,c;const{from:u,target:l,amount:d,byAmountIn:p,pools:w}=t,b=Ui(u),y=Ui(l),T=new qo,O=x_(b,y),R=n===0?"0x2d8c2e0fc6dd25b0214b3fa747e0fd27fd54608142cd2e4f64c1cd350cc4add4":"0x4f920e1ef6318cfba77e20a0538a419a5a504c14230169438b99aba485db40a6",k=O?b:y,F=O?y:b,L=[k,F];for(let C=0;C<w.length;C++){const g=[T.object(w[C]),T.pure.bool(O),T.pure.bool(p),T.pure.u64(d.toString())];T.moveCall({target:`${R}::fetcher_script::calculate_swap_result`,arguments:g,typeArguments:L})}if(!S_(r))throw new AggregateError("Aggregator package not set","InvalidWallet");const q=yield e.devInspectTransactionBlock({transactionBlock:T,sender:r});if(q.error!=null)throw console.log("simulateRes.error",q.error),new AggregateError("Aggregator package not set","SimulateError");const H=(i=q.events)==null?void 0:i.filter(C=>C.type.includes("CalculatedSwapResultEvent"));if(H.length===0||H.length!==w.length)throw new AggregateError("Simulate event result error","simulateEventError");let K=p?yi:__,re=0;for(let C=0;C<H.length;C+=1)if(!H[C].parsedJson.data.is_exceed)if(t.byAmountIn){const g=new os.BN(H[C].parsedJson.data.amount_out);g.gt(K)&&(re=C,K=g)}else{const g=new os.BN(H[C].parsedJson.data.amount_out);g.lt(K)&&(re=C,K=g)}const oe=H[re].parsedJson.data,ae=oe.step_results[0].current_sqrt_price,[z,D]=yield Promise.all([e.getCoinMetadata({coinType:k}).then(C=>C==null?void 0:C.decimals),e.getCoinMetadata({coinType:F}).then(C=>C==null?void 0:C.decimals)]);if(z==null||D==null)throw new AggregateError("Simulate event result error","CannotGetDecimals");const h=M_(ae,z,D),f=Number(oe.fee_rate)/1e6,m=new os.BN((o=oe.amount_in)!=null?o:0),S=new os.BN((s=oe.fee_amount)!=null?s:0),M=m.add(S),_={amountIn:M,amountOut:new os.BN((a=oe.amount_out)!=null?a:0),routes:[{path:[{id:w[re],direction:O,provider:"CETUS",from:b,target:y,feeRate:f,amountIn:oe.amount_in,amountOut:oe.amount_out,extendedDetails:{afterSqrtPrice:oe.after_sqrt_price}}],amountIn:M,amountOut:new os.BN((c=oe.amount_out)!=null?c:0),initialPrice:h}],insufficientLiquidity:!1,byAmountIn:t.byAmountIn};return{isExceed:oe.is_exceed,routeData:_}})}var T_=class{constructor(e){if(e!==0)throw new Error("Haedal only supported on mainnet")}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o}=r,s=o?"swap_a2b":"swap_b2a",a=[t.object(r.id),t.object("0x5"),n],c=pr(e.publishedAtV2(),i);return t.moveCall({target:`${c}::haedal::${s}`,typeArguments:[],arguments:a})})}},I_=class{constructor(e){if(e!==0)throw new Error("Afsui only supported on mainnet");this.stakedSuiVault="0x2f8f6d5da7f13ea37daa397724280483ed062769813b6f31e9788e59cc88994d",this.safe="0xeb685899830dd5837b47007809c76d91a098d52aabbf61e8ac467c59e5cc4610",this.referVault="0x4ce9a19b594599536c53edb25d22532f82f18038dc8ef618afd00fbbfb9845ef",this.validator="0xd30018ec3f5ff1a3c75656abf927a87d7f0529e6dc89c7ddd1bd27ecb05e3db2"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o}=r;if(!o)throw new Error("Afsui not support b2a swap");const s="swap_a2b",a=[t.object(this.stakedSuiVault),t.object(this.safe),t.object("0x5"),t.object(this.referVault),t.object(this.validator),n],c=pr(e.publishedAtV2(),i);return t.moveCall({target:`${c}::afsui::${s}`,typeArguments:[],arguments:a})})}},O_=class{constructor(e){if(e!==0)throw new Error("Volo only supported on mainnet");this.nativePool="0x7fa2faa111b8c65bea48a23049bfd81ca8f971a262d981dcd9a17c3825cb5baf",this.metadata="0x680cd26af32b2bde8d3361e804c53ec1d1cfe24c7f039eb7f549e8dfde389a60"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o}=r;if(!o)throw new Error("Volo not support b2a swap");const s="swap_a2b",a=[t.object(this.nativePool),t.object(this.metadata),t.object("0x5"),n],c=pr(e.publishedAtV2(),i);return t.moveCall({target:`${c}::volo::${s}`,typeArguments:[],arguments:a})})}},P_=class{constructor(e){if(e!==0)throw new Error("Bluemove only supported on mainnet");this.dexInfo="0x3f2d9f724f4a1ce5e71676448dc452be9a6243dac9c5b975a588c8c867066e92"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(this.dexInfo),n],p=pr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::bluemove::${c}`,typeArguments:[u,l],arguments:d})})}},R_=class{constructor(e){this.deepbookV3Config=e===0?"0xe4099d0cda04f3aa80028fac91a9b3dbe50d08f2ff42aa2c29473926e34ca48c":"0xe19b5d072346cae83a037d4e3c8492068a74410a74e5830b3a68012db38296aa"}swap(e,t,r,n,i,o){return pt(this,null,function*(){const{direction:s,from:a,target:c}=r,[u,l,d]=s?["swap_a2b",a,c]:["swap_b2a",c,a];let p;o?p=o:p=Fg(t,e.deepbookv3DeepFeeType());const w=[t.object(this.deepbookV3Config),t.object(r.id),n,p,t.object(Hr)],b=wi(e.publishedAtV2Extend(),i);return t.moveCall({target:`${b}::deepbookv3::${u}`,typeArguments:[l,d],arguments:w})})}},N_=class{constructor(e){if(e!==0)throw new Error("Scallop only supported on mainnet");this.version=e===0?"0x07871c4b3c847a0f674510d4978d5cf6f960452795e8ff6f189fd2088a3f6ac7":"0x0",this.market=e===0?"0xa757975255146dc9686aa823b7838b507f315d704f428cbadad2f4ea061939d9":"0x0"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",s,a];if(r.extendedDetails==null)throw new Error("Extended details not supported");if(r.extendedDetails.scallopScoinTreasury==null)throw new Error("Scallop coin treasury not supported");const d=[t.object(this.version),t.object(this.market),t.object(r.extendedDetails.scallopScoinTreasury),n,t.object(Hr)],p=wi(e.publishedAtV2Extend(),i);return t.moveCall({target:`${p}::scallop::${c}`,typeArguments:[u,l],arguments:d})})}},Vg=class{constructor(e){if(e!==0)throw new Error("Suilend only supported on mainnet");this.sui_system_state=e===0?"0x0000000000000000000000000000000000000000000000000000000000000005":"0x0"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u]=o?["swap_a2b",a]:["swap_b2a",s],l=[t.object(r.id),t.object(this.sui_system_state),n],d=wi(e.publishedAtV2Extend(),i);return t.moveCall({target:`${d}::suilend::${c}`,typeArguments:[u],arguments:l})})}},j_=class{constructor(e){if(e!==0)throw new Error("Bluefin only supported on mainnet");this.globalConfig="0x03db251ba509a8d5d8777b6338836082335d93eecbdd09a11e190a1cff51c352"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(this.globalConfig),t.object(r.id),n,t.object(Hr)],p=wi(e.publishedAtV2Extend(),i);return t.moveCall({target:`${p}::bluefin::${c}`,typeArguments:[u,l],arguments:d})})}},k_=class{constructor(e,t){if(e===1)throw new Error("HaedalPmm is not supported on testnet");this.pythPriceIDs=t}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s];let d,p;if(r.extendedDetails==null)throw new Error("Extended details not supported haedal pmm");if(!r.extendedDetails.haedalPmmBasePriceSeed||!r.extendedDetails.haedalPmmQuotePriceSeed)throw new Error("Base price seed or quote price seed not supported");d=r.extendedDetails.haedalPmmBasePriceSeed,p=r.extendedDetails.haedalPmmQuotePriceSeed;const w=this.pythPriceIDs.get(d),b=this.pythPriceIDs.get(p);if(!w||!b)throw new Error("Base price info object id or quote price info object id not found");const y=[t.object(r.id),t.object(w),t.object(b),n,t.object(Hr)],T=wi(e.publishedAtV2Extend(),i);return t.moveCall({target:`${T}::haedalpmm::${c}`,typeArguments:[u,l],arguments:y})})}},D_=class{constructor(e){if(e!==0)throw new Error("Alphafi only supported on mainnet");this.sui_system_state=e===0?"0x0000000000000000000000000000000000000000000000000000000000000005":"0x0"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u]=o?["swap_a2b",a]:["swap_b2a",s],l=[t.object(r.id),t.object(this.sui_system_state),n],d=wi(e.publishedAtV2Extend(),i);return t.moveCall({target:`${d}::alphafi::${c}`,typeArguments:[u],arguments:l})})}},B_=class{constructor(e){if(e!==0)throw new Error("Steamm only supported on mainnet")}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s];if(r.extendedDetails==null)throw new Error("Extended details not supported");if(r.extendedDetails.steammBankA==null)throw new Error("Steamm bank a type not supported");if(r.extendedDetails.steammBankB==null)throw new Error("Steamm bank b type not supported");if(r.extendedDetails.steammLendingMarket==null)throw new Error("Steamm lending market not supported");if(r.extendedDetails.steammLendingMarketType==null)throw new Error("Steamm lending market type not supported");if(r.extendedDetails.steammBCoinAType==null)throw new Error("Steamm b coin a type not supported");if(r.extendedDetails.steammBCoinBType==null)throw new Error("Steamm b coin b type not supported");if(r.extendedDetails.steammLPToken==null)throw new Error("Steamm lp token not supported");const d=[t.object(r.id),t.object(r.extendedDetails.steammBankA),t.object(r.extendedDetails.steammBankB),t.object(r.extendedDetails.steammLendingMarket),n,t.object(Hr)],p=wi(e.publishedAtV2Extend(),i);return t.moveCall({target:`${p}::steammfe::${c}`,typeArguments:[r.extendedDetails.steammLendingMarketType,u,l,r.extendedDetails.steammBCoinAType,r.extendedDetails.steammBCoinBType,r.extendedDetails.steammLPToken],arguments:d})})}},L_="0x790f258062909e3a0ffc78b3c53ac2f62d7084c3bab95644bdeb05add7250001::super_sui::SUPER_SUI",$_="0xe44df51c0b21a27ab915fa1fe2ca610cd3eaa6d9666fe5e62b988bf7f0bd8722::musd::MUSD",F_="0xccd628c2334c5ed33e6c47d6c21bb664f8b6307b2ac32c2462a61f69a31ebcee::meth::METH",U_=class{constructor(e,t){if(e!==0)throw new Error("Metastable only supported on mainnet");this.versionID="0x4696559327b35ff2ab26904e7426a1646312e9c836d5c6cff6709a5ccc30915c",this.pythPriceIDs=t}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l,d]=o?["swap_a2b","create_deposit_cap",s,a]:["swap_b2a","create_withdraw_cap",a,s];let p="",w="pyth",b="";if(r.extendedDetails==null)throw new Error("Extended details not supported metastable");if(!r.extendedDetails.metastableCreateCapPkgId||!r.extendedDetails.metastableCreateCapModule||!r.extendedDetails.metastableRegistryId||!r.extendedDetails.metastableWhitelistedAppId)throw new Error("CreateCapPkgId or CreateCapModule or RegistryId or WhitelistedAppId or CreateCapAllTypeParams not supported");p=r.extendedDetails.metastableCreateCapPkgId,w=r.extendedDetails.metastableCreateCapModule,b=r.extendedDetails.metastableWhitelistedAppId;const y=[d];r.extendedDetails.metastableCreateCapAllTypeParams&&y.push(l);const T=[t.object(b),t.object(r.id)];switch(d){case L_:{if(!r.extendedDetails.metastableRegistryId)throw new Error("Not found registry id for super sui");T.push(t.object(r.extendedDetails.metastableRegistryId));break}case $_:{if(r.extendedDetails.metastablePriceSeed!=null){const L=this.pythPriceIDs.get(r.extendedDetails.metastablePriceSeed);if(L==null)throw new Error("Invalid Pyth price feed: "+r.extendedDetails.metastablePriceSeed);T.push(t.object(L))}if(r.extendedDetails.metastableETHPriceSeed!=null){const L=this.pythPriceIDs.get(r.extendedDetails.metastableETHPriceSeed);if(L==null)throw new Error("Invalid Pyth price feed: "+r.extendedDetails.metastableETHPriceSeed);T.push(t.object(L))}T.push(t.object(Hr));break}case F_:{if(r.extendedDetails.metastablePriceSeed!=null){const L=this.pythPriceIDs.get(r.extendedDetails.metastablePriceSeed);if(L==null)throw new Error("Invalid Pyth price feed: "+r.extendedDetails.metastablePriceSeed);T.push(t.object(L))}if(r.extendedDetails.metastableETHPriceSeed!=null){const L=this.pythPriceIDs.get(r.extendedDetails.metastableETHPriceSeed);if(L==null)throw new Error("Invalid Pyth price feed: "+r.extendedDetails.metastableETHPriceSeed);T.push(t.object(L))}T.push(t.object(Hr));break}default:throw new Error("Invalid Metacoin: "+d)}const O=t.moveCall({target:`${p}::${w}::${u}`,typeArguments:y,arguments:T}),R=[t.object(r.id),t.object(this.versionID),O,n],k=wi(e.publishedAtV2Extend(),i);return t.moveCall({target:`${k}::metastable::${c}`,typeArguments:[l,d],arguments:R})})}},V_=class{constructor(e,t){if(e===1)throw new Error("Obric is not supported on testnet");this.pythPriceIDs=t,this.pythStateObjectId="0x1f9310238ee9298fb703c3419030b35b22bb1cc37113e3bb5007c99aec79e5b8"}swap(e,t,r,n,i){return pt(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,u,l]=o?["swap_a2b",s,a]:["swap_b2a",a,s];let d,p,w,b;if(r.extendedDetails==null)throw new Error("Extended details not supported in obric");if(r.extendedDetails.obricCoinAPriceSeed&&r.extendedDetails.obricCoinBPriceSeed)d=r.extendedDetails.obricCoinAPriceSeed,w=this.pythPriceIDs.get(d),p=r.extendedDetails.obricCoinBPriceSeed,b=this.pythPriceIDs.get(p);else{if(!r.extendedDetails.obricCoinAPriceId||!r.extendedDetails.obricCoinBPriceId)throw new Error("Base price id or quote price id not supported");w=r.extendedDetails.obricCoinAPriceId,b=r.extendedDetails.obricCoinBPriceId}if(!w||!b)throw new Error("Base price info object id or quote price info object id not found");const y=[t.object(r.id),n,t.object(this.pythStateObjectId),t.object(w),t.object(b),t.object(Hr)],T=wi(e.publishedAtV2Extend(),i);return t.moveCall({target:`${T}::obric::${c}`,typeArguments:[u,l],arguments:y})})}},zg="CETUS",z_="DEEPBOOK",H_="KRIYA",q_="FLOWX",W_="FLOWXV3",G_="KRIYAV3",Hg="TURBOS",Yf="AFTERMATH",K_="HAEDAL",Y_="VOLO",Z_="AFSUI",X_="BLUEMOVE",qg="DEEPBOOKV3",Wg="SCALLOP",J_="SUILEND",Q_="BLUEFIN",Zf="HAEDALPMM",eC="ALPHAFI",tC="SPRINGSUI",Gg="STEAMM",Xf="METASTABLE",Jf="OBRIC",rC="https://api-sui.cetus.zone/router_v2";function Qf(e){return Array.isArray(e.routers)}function ed(e){return Array.isArray(e.routers)}var Kg=class P2{constructor(t){var r;this.endpoint=t.endpoint?sC(t.endpoint):rC,this.client=t.client||new Wo({url:a0("mainnet")}),this.signer=t.signer||"",this.env=t.env||0,this.allCoins=new Map;const n=P2.CONFIG[this.env];this.pythConnections=this.newPythClients((r=t.pythUrls)!=null?r:[]),this.pythClient=new Dl.SuiPythClient(this.client,n.pythStateId,n.wormholeStateId),this.apiKey=t.apiKey||""}newPythClients(t){return t.includes("https://hermes.pyth.network")||t.push("https://hermes.pyth.network"),t.map(n=>new Dl.SuiPriceServiceConnection(n,{timeout:3e3}))}getCoins(t,r=!0){return pt(this,null,function*(){if(this.signer==="")throw new Error("Signer is required, but not provided.");let n=null,i=50;if(!r){const s=this.allCoins.get(t);if(s)return s}const o=[];for(;;)try{const s=yield this.client.getCoins({owner:this.signer,coinType:t,cursor:n,limit:i});for(const a of s.data)o.push({coinAddress:Cn(a.coinType).source_address,coinObjectId:a.coinObjectId,balance:BigInt(a.balance)});if(!s.hasNextPage)break;n=s.nextCursor}catch(s){console.error("getCoins error:",s);break}return this.allCoins.set(t,o),o})}findRouters(t){return pt(this,null,function*(){return aC(this.endpoint,this.apiKey,t)})}executeFlexibleInputSwap(t,r,n,i,o,s,a,c){return pt(this,null,function*(){if(n.length===0)throw new Error("No router found");const u=n[0].path[n[0].path.length-1].target,l=[];for(let b=0;b<n.length-1;b++){if(n[b].path.length===0)throw new Error("Empty path");let T=t.splitCoins(r,[n[b].amountIn.toString()])[0];for(const O of n[b].path)T=yield this.newDex(O.provider,o,s).swap(this,t,O,T,c,a);l.push(T)}if(n[n.length-1].path.length===0)throw new Error("Empty path");let d=r;for(const b of n[n.length-1].path)d=yield this.newDex(b.provider,o,s).swap(this,t,b,d,c,a);l.push(d);const p=pr(this.publishedAtV2(),c);return this.checkCoinThresholdAndMergeCoin(t,l,u,i,p)})}expectInputSwap(t,r,n,i,o,s,a,c){return pt(this,null,function*(){if(n.length===0)throw new Error("No router found");const u=n.map(T=>T.amountIn.toString()),l=n[0].path[0].from,d=n[0].path[n[0].path.length-1].target,p=t.splitCoins(r,u),w=[];for(let T=0;T<n.length;T++){if(n[T].path.length===0)throw new Error("Empty path");let O=p[T];for(const R of n[T].path)O=yield this.newDex(R.provider,o,s).swap(this,t,R,O,c,a);w.push(O)}const b=pr(this.publishedAtV2(),c);return this.transferOrDestoryCoin(t,r,l,this.publishedAtV2()),this.checkCoinThresholdAndMergeCoin(t,w,d,i,b)})}expectOutputSwap(t,r,n,i,o){return pt(this,null,function*(){const s=[],a=[],c=[],u=new kg(this.env,i),l=pr(this.publishedAtV2(),o);for(let p=0;p<n.length;p++){const w=n[p];for(let y=w.path.length-1;y>=0;y--){const T=w.path[y],O=u.flash_swap(this,t,T,!1);s.unshift(O.targetCoin),a.unshift(O.flashReceipt)}let b=r;for(let y=0;y<w.path.length;y++){const T=w.path[y],O=u.repay_flash_swap(this,t,T,b,a[y]);b=s[y],y===0?r=O:this.transferOrDestoryCoin(t,O,T.from,l),y===w.path.length-1&&c.push(b)}}const d=n[0].path[0].from;if(this.transferOrDestoryCoin(t,r,d,l),c.length>1){const p=t.makeMoveVec({elements:c.slice(1)});t.moveCall({target:`${Ws}::pay::join_vec`,typeArguments:[n[0].path[n[0].path.length-1].target],arguments:[c[0],p]})}return c[0]})}swapInPools(t){return pt(this,null,function*(){let r;try{r=yield A_(this.client,t,this.signer,this.env)}catch(n){return console.error("swapInPools error:",n),null}return r})}routerSwap(t){return pt(this,null,function*(){const{routers:r,inputCoin:n,slippage:i,txb:o,partner:s,deepbookv3DeepFee:a}=t,c=Array.isArray(r)?r:r.routes,u=Qf(t)?t.byAmountIn:t.routers.byAmountIn,l=c.reduce((k,F)=>k.add(F.amountIn),new Wn.default(0)),d=c.reduce((k,F)=>k.add(F.amountOut),new Wn.default(0)),p=Ug(u?d:l,u,i),w=Qf(t)?void 0:t.routers.packages,b=pr(this.publishedAtV2(),w),y=Zg(c),T=y.length>0?yield this.updatePythPriceIDs(y,o):new Map;if(u)return yield this.expectInputSwap(o,n,c,p,T,s,a,w);const O=o.splitCoins(n,[p.toString()]);return this.transferOrDestoryCoin(o,n,c[0].path[0].from,b),yield this.expectOutputSwap(o,O[0],c,s)})}fixableRouterSwap(t){return pt(this,null,function*(){const{routers:r,inputCoin:n,slippage:i,txb:o,partner:s,deepbookv3DeepFee:a}=t,c=Array.isArray(r)?r:r.routes,u=t.routers.byAmountIn,l=c.reduce((O,R)=>O.add(R.amountIn),new Wn.default(0)),d=c.reduce((O,R)=>O.add(R.amountOut),new Wn.default(0)),p=Ug(u?d:l,u,i),w=Qf(t)?void 0:t.routers.packages;pr(this.publishedAtV2(),w);const b=Zg(c),y=b.length>0?yield this.updatePythPriceIDs(b,o):new Map;return u?yield this.executeFlexibleInputSwap(o,n,c,p,y,s,a,w):yield this.expectOutputSwap(o,n,c,s)})}fastRouterSwap(t){return pt(this,null,function*(){const{routers:r,slippage:n,txb:i,partner:o,refreshAllCoins:s,payDeepFeeAmount:a}=t,c=Array.isArray(r)?r:r.routes,u=c[0].path[0].from;let l=yield this.getCoins(u,s);const d=c[0].path[c[0].path.length-1].target,p=c.reduce((L,q)=>L.add(q.amountIn),new Wn.default(0)),w=c.reduce((L,q)=>L.add(q.amountOut),new Wn.default(0)),b=ed(t)?t.byAmountIn:t.routers.byAmountIn,y=C_(b?w:p,b,n),O=Kf(i,l,BigInt((b?p:y).toString()),u);let R;if(a&&a>0){let L=yield this.getCoins(this.deepbookv3DeepFeeType());R=Kf(i,L,BigInt(a),this.deepbookv3DeepFeeType()).targetCoin}const k=ed(t)?{routers:c,inputCoin:O.targetCoin,slippage:n,byAmountIn:b,txb:i,partner:o,deepbookv3DeepFee:R}:{routers:t.routers,inputCoin:O.targetCoin,slippage:n,byAmountIn:b,txb:i,partner:o,deepbookv3DeepFee:R},F=yield this.routerSwap(k);if(Gn.isSuiCoin(d))i.mergeCoins(i.gas,[F]);else{let L=yield this.getCoins(d,s);const q=Kf(i,L,BigInt(0),d),H=ed(t)?void 0:t.routers.packages,K=pr(this.publishedAtV2(),H);i.mergeCoins(q.targetCoin,[F]),q.isMintZeroCoin&&this.transferOrDestoryCoin(i,q.targetCoin,d,K)}})}publishedAtV2(){return this.env===0?"0x3864c7c59a4889fec05d1aae4bc9dba5a0e0940594b424fbed44cb3f6ac4c032":"0x52eae33adeb44de55cfb3f281d4cc9e02d976181c0952f5323648b5717b33934"}publishedAtV2Extend(){return this.env===0?"0x200e762fa2c49f3dc150813038fbf22fd4f894ac6f23ebe1085c62f2ef97f1ca":"0xabb6a81c8a216828e317719e06125de5bb2cb0fe8f9916ff8c023ca5be224c78"}deepbookv3DeepFeeType(){return this.env===0?"0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP":"0x36dbef866a1d62bf7328989a10fb2f07d769f4ee587c0de4a0a256e57e0a58a8::deep::DEEP"}transferOrDestoryCoin(t,r,n,i){t.moveCall({target:`${i}::utils::transfer_or_destroy_coin`,typeArguments:[n],arguments:[r]})}checkCoinThresholdAndMergeCoin(t,r,n,i,o){let s=r[0];if(r.length>1){let a=t.makeMoveVec({elements:r.slice(1)});t.moveCall({target:`${Ws}::pay::join_vec`,typeArguments:[n],arguments:[r[0],a]}),s=r[0]}return t.moveCall({target:`${o}::utils::check_coin_threshold`,typeArguments:[n],arguments:[s,t.pure.u64(i.toString())]}),s}newDex(t,r,n){switch(t){case zg:return new kg(this.env,n);case z_:return new d_(this.env);case qg:return new R_(this.env);case H_:return new h_(this.env);case G_:return new p_(this.env);case q_:return new m_(this.env);case W_:return new g_(this.env);case Hg:return new v_(this.env);case Yf:return new f_(this.env);case K_:return new T_(this.env);case Z_:return new I_(this.env);case Y_:return new O_(this.env);case X_:return new P_(this.env);case Wg:return new N_(this.env);case J_:return new Vg(this.env);case tC:return new Vg(this.env);case Q_:return new j_(this.env);case Zf:return new k_(this.env,r);case eC:return new D_(this.env);case Gg:return new B_(this.env);case Xf:return new U_(this.env,r);case Jf:return new V_(this.env,r);default:throw new Error(`Unsupported dex ${t}`)}}signAndExecuteTransaction(t,r){return pt(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:t,signer:r,options:{showEffects:!0,showEvents:!0,showInput:!0,showBalanceChanges:!0}})})}devInspectTransactionBlock(t){return pt(this,null,function*(){return yield this.client.devInspectTransactionBlock({transactionBlock:t,sender:this.signer})})}sendTransaction(t,r){return pt(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:t,signer:r})})}getDeepbookV3Config(){return pt(this,null,function*(){const t=yield lC(this.endpoint);return t?t.data:null})}updatePythPriceIDs(t,r){return pt(this,null,function*(){let n=null,i=null;for(const a of this.pythConnections)try{n=yield a.getPriceFeedsUpdateData(t);break}catch(c){i=c,console.log("Error: ",c);continue}if(n==null)throw new Error(`All Pyth price nodes are unavailable. Cannot fetch price data. Please switch to or add new available Pyth nodes. Detailed error: ${i==null?void 0:i.message}`);let o=[];try{o=yield this.pythClient.updatePriceFeeds(r,n,t)}catch(a){throw new Error(`All Pyth price nodes are unavailable. Cannot fetch price data. Please switch to or add new available Pyth nodes in the pythUrls parameter when initializing AggregatorClient, for example: new AggregatorClient({ pythUrls: ["https://your-pyth-node-url"] }). Detailed error: ${a}`)}let s=new Map;for(let a=0;a<t.length;a++)s.set(t[a],o[a]);return s})}};Kg.CONFIG={1:{wormholeStateId:"0x31358d198147da50db32eda2562951d53973a0c0ad5ed738e9b17d88b213d790",pythStateId:"0x243759059f4c3111179da5878c12f68d612c21a8d54d85edc86164bb18be1c7c"},0:{wormholeStateId:"0xaeab97f96cf9877fee2883315d459552b2b921edc16d7ceac6eab944dd88919c",pythStateId:"0x1f9310238ee9298fb703c3419030b35b22bb1cc37113e3bb5007c99aec79e5b8"}};var Yg=Kg;function Zg(e){const t=new Set;for(const r of e)for(const n of r.path)n.provider===Zf&&n.extendedDetails&&n.extendedDetails.haedalPmmBasePriceSeed&&n.extendedDetails.haedalPmmQuotePriceSeed&&(t.add(n.extendedDetails.haedalPmmBasePriceSeed),t.add(n.extendedDetails.haedalPmmQuotePriceSeed)),n.provider===Xf&&(n.extendedDetails&&n.extendedDetails.metastablePriceSeed&&t.add(n.extendedDetails.metastablePriceSeed),n.extendedDetails&&n.extendedDetails.metastableETHPriceSeed&&t.add(n.extendedDetails.metastableETHPriceSeed)),n.provider===Jf&&(n.extendedDetails&&n.extendedDetails.obricCoinAPriceSeed&&t.add(n.extendedDetails.obricCoinAPriceSeed),n.extendedDetails&&n.extendedDetails.obricCoinBPriceSeed&&t.add(n.extendedDetails.obricCoinBPriceSeed));return Array.from(t)}function nC(e,t){let r=0;for(const o of e.routes)for(const s of o.path)s.extended_details&&s.extended_details.deepbookv3_deep_fee&&(r+=Number(s.extended_details.deepbookv3_deep_fee));let n;if(e.packages!=null){n=new Map;for(const[o,s]of Object.entries(e.packages))n.set(o,s)}return{amountIn:new Wn.default(e.amount_in.toString()),amountOut:new Wn.default(e.amount_out.toString()),byAmountIn:t,insufficientLiquidity:!1,routes:e.routes.map(o=>({path:o.path.map(s=>{var a,c,u,l,d,p,w,b,y,T,O,R,k,F,L,q,H,K,re,oe,ae,z,D,h,f;let m;s.provider===Yf&&(m=s.extended_details.aftermath_pool_flatness===0?"v2":"v3");let S;return(s.provider===Hg||s.provider===Yf||s.provider===zg||s.provider===qg||s.provider===Wg||s.provider===Zf||s.provider===Gg||s.provider===Xf||s.provider===Jf)&&(S={aftermathLpSupplyType:(a=s.extended_details)==null?void 0:a.aftermath_lp_supply_type,turbosFeeType:(c=s.extended_details)==null?void 0:c.turbos_fee_type,afterSqrtPrice:(u=s.extended_details)==null?void 0:u.after_sqrt_price,deepbookv3DeepFee:(l=s.extended_details)==null?void 0:l.deepbookv3_deep_fee,scallopScoinTreasury:(d=s.extended_details)==null?void 0:d.scallop_scoin_treasury,haedalPmmBasePriceSeed:(p=s.extended_details)==null?void 0:p.haedal_pmm_base_price_seed,haedalPmmQuotePriceSeed:(w=s.extended_details)==null?void 0:w.haedal_pmm_quote_price_seed,steammBankA:(b=s.extended_details)==null?void 0:b.steamm_bank_a,steammBankB:(y=s.extended_details)==null?void 0:y.steamm_bank_b,steammLendingMarket:(T=s.extended_details)==null?void 0:T.steamm_lending_market,steammLendingMarketType:(O=s.extended_details)==null?void 0:O.steamm_lending_market_type,steammBCoinAType:(R=s.extended_details)==null?void 0:R.steamm_btoken_a_type,steammBCoinBType:(k=s.extended_details)==null?void 0:k.steamm_btoken_b_type,steammLPToken:(F=s.extended_details)==null?void 0:F.steamm_lp_token_type,metastablePriceSeed:(L=s.extended_details)==null?void 0:L.metastable_price_seed,metastableETHPriceSeed:(q=s.extended_details)==null?void 0:q.metastable_eth_price_seed,metastableWhitelistedAppId:(H=s.extended_details)==null?void 0:H.metastable_whitelisted_app_id,metastableCreateCapPkgId:(K=s.extended_details)==null?void 0:K.metastable_create_cap_pkg_id,metastableCreateCapModule:(re=s.extended_details)==null?void 0:re.metastable_create_cap_module,metastableCreateCapAllTypeParams:(oe=s.extended_details)==null?void 0:oe.metastable_create_cap_all_type_params,metastableRegistryId:(ae=s.extended_details)==null?void 0:ae.metastable_registry_id,obricCoinAPriceSeed:(z=s.extended_details)==null?void 0:z.obric_coin_a_price_seed,obricCoinBPriceSeed:(D=s.extended_details)==null?void 0:D.obric_coin_b_price_seed,obricCoinAPriceId:(h=s.extended_details)==null?void 0:h.obric_coin_a_price_id,obricCoinBPriceId:(f=s.extended_details)==null?void 0:f.obric_coin_b_price_id}),{id:s.id,direction:s.direction,provider:s.provider,from:s.from,target:s.target,feeRate:s.fee_rate,amountIn:s.amount_in,amountOut:s.amount_out,extendedDetails:S,version:m}}),amountIn:new Wn.default(o.amount_in.toString()),amountOut:new Wn.default(o.amount_out.toString()),initialPrice:new Bc(o.initial_price.toString())})),totalDeepFee:r,packages:n}}var Hr=J0,iC="aggregator_v2",oC="aggregator_v2_extend";function pr(e,t){var r;return t instanceof Map&&(r=t.get(iC))!=null?r:e}function wi(e,t){var r;return t instanceof Map&&(r=t.get(oC))!=null?r:e}ts(rs());function sC(e){return e.endsWith("/find_routes")?e.replace("/find_routes",""):e}var Xg=1000404;function aC(e,t,r){return pt(this,null,function*(){let n;if(r.liquidityChanges&&r.liquidityChanges.length>0?n=yield uC(e,r):n=yield cC(e,t,r),!n)return null;if(!n.ok){let s=10001;return n.status===429&&(s=10005),{amountIn:yi,amountOut:yi,routes:[],byAmountIn:r.byAmountIn,insufficientLiquidity:!1,error:{code:s,msg:Gf(s)}}}const i=yield n.json(),o=i.msg==="liquidity is not enough";return i.msg&&i.msg.indexOf("HoneyPot scam")>-1?{amountIn:yi,amountOut:yi,routes:[],byAmountIn:r.byAmountIn,insufficientLiquidity:o,error:{code:10004,msg:Gf(10004)}}:i.data!=null?nC(i.data,r.byAmountIn):{amountIn:yi,amountOut:yi,routes:[],insufficientLiquidity:o,byAmountIn:r.byAmountIn,error:{code:10003,msg:Gf(10003)}}})}function cC(e,t,r){return pt(this,null,function*(){try{const{from:n,target:i,amount:o,byAmountIn:s,depth:a,splitAlgorithm:c,splitFactor:u,splitCount:l,providers:d}=r,p=Ui(n),w=Ui(i);let b=`${e}/find_routes?from=${p}&target=${w}&amount=${o.toString()}&by_amount_in=${s}`;return a&&(b+=`&depth=${a}`),c&&(b+=`&split_algorithm=${c}`),u&&(b+=`&split_factor=${u}`),l&&(b+=`&split_count=${l}`),d&&d.length>0&&(b+=`&providers=${d.join(",")}`),t.length>0&&(b+=`&apiKey=${t}`),b+=`&v=${Xg}`,yield fetch(b)}catch(n){return console.error(n),null}})}function uC(e,t){return pt(this,null,function*(){const{from:r,target:n,amount:i,byAmountIn:o,depth:s,splitAlgorithm:a,splitFactor:c,splitCount:u,providers:l,liquidityChanges:d}=t,p=Ui(r),w=Ui(n),b=`${e}/find_routes`,y=l==null?void 0:l.join(","),T={from:p,target:w,amount:Number(i.toString()),by_amount_in:o,depth:s,split_algorithm:a,split_factor:c,split_count:u,providers:y,liquidity_changes:d.map(O=>({pool:O.poolID,tick_lower:O.ticklower,tick_upper:O.tickUpper,delta_liquidity:O.deltaLiquidity})),v:Xg};try{return yield fetch(b,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(T)})}catch(O){return console.error("Error:",O),null}})}function lC(e){return pt(this,null,function*(){const t=`${e}/deepbookv3_config`;try{return(yield fetch(t)).json()}catch(r){return console.error("Error:",r),null}})}var td=(e=>(e[e.Mainnet=0]="Mainnet",e[e.Testnet=1]="Testnet",e))(td||{});const Jg="0x2::sui::SUI",fC="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI";function Qg(e){return Rr(e).full_address===Jg}function e1(e,...t){const r=Array.isArray(t[t.length-1])?t.pop():[];let i=[e,...t].filter(Boolean).join("::");return r&&r.length&&(i+=`<${r.join(", ")}>`),i}function Rr(e){var t;try{let r=e.replace(/\s/g,"");const n=r.match(/(<.+>)$/),i=(t=n==null?void 0:n[0])==null?void 0:t.match(/(\w+::\w+::\w+)(?:<.*?>(?!>))?/g);if(i){r=r.slice(0,r.indexOf("<"));const u={...Rr(r),type_arguments:i.map(l=>Rr(l).source_address)};return u.type_arguments=u.type_arguments.map(l=>Qg(l)?l:Rr(l).source_address),u.source_address=e1(u.full_address,u.type_arguments),u}const o=r.split("::"),a={full_address:r,address:r===Jg||r===fC?"0x2":Yr(o[0]),module:o[1],name:o[2],type_arguments:[],source_address:""};return a.full_address=`${a.address}::${a.module}::${a.name}`,a.source_address=e1(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function dC(e){return e.startsWith("0x")?`${e.slice(2)}`:e}const bi=(e,t=!0)=>{const r=e.split("::"),n=r.shift();let i=Yr(n);return t&&(i=dC(i)),`${i}::${r.join("::")}`};/*!
|
|
35
|
-
* decimal.js v10.
|
|
29
|
+
*/(function(R){const k=r,F=M,B=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;R.Buffer=q,R.SlowBuffer=v,R.INSPECT_MAX_BYTES=50;const W=2147483647;R.kMaxLength=W;const{Uint8Array:z,ArrayBuffer:G,SharedArrayBuffer:ne}=globalThis;q.TYPED_ARRAY_SUPPORT=oe(),!q.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function oe(){try{const N=new z(1),_={foo:function(){return 42}};return Object.setPrototypeOf(_,z.prototype),Object.setPrototypeOf(N,_),N.foo()===42}catch{return!1}}Object.defineProperty(q.prototype,"parent",{enumerable:!0,get:function(){if(q.isBuffer(this))return this.buffer}}),Object.defineProperty(q.prototype,"offset",{enumerable:!0,get:function(){if(q.isBuffer(this))return this.byteOffset}});function se(N){if(N>W)throw new RangeError('The value "'+N+'" is invalid for option "size"');const _=new z(N);return Object.setPrototypeOf(_,q.prototype),_}function q(N,_,A){if(typeof N=="number"){if(typeof _=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return m(N)}return L(N,_,A)}q.poolSize=8192;function L(N,_,A){if(typeof N=="string")return S(N,_);if(G.isView(N))return E(N);if(N==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof N);if(gt(N,G)||N&>(N.buffer,G)||typeof ne<"u"&&(gt(N,ne)||N&>(N.buffer,ne)))return I(N,_,A);if(typeof N=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const U=N.valueOf&&N.valueOf();if(U!=null&&U!==N)return q.from(U,_,A);const Y=C(N);if(Y)return Y;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof N[Symbol.toPrimitive]=="function")return q.from(N[Symbol.toPrimitive]("string"),_,A);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof N)}q.from=function(N,_,A){return L(N,_,A)},Object.setPrototypeOf(q.prototype,z.prototype),Object.setPrototypeOf(q,z);function h(N){if(typeof N!="number")throw new TypeError('"size" argument must be of type number');if(N<0)throw new RangeError('The value "'+N+'" is invalid for option "size"')}function f(N,_,A){return h(N),N<=0?se(N):_!==void 0?typeof A=="string"?se(N).fill(_,A):se(N).fill(_):se(N)}q.alloc=function(N,_,A){return f(N,_,A)};function m(N){return h(N),se(N<0?0:g(N)|0)}q.allocUnsafe=function(N){return m(N)},q.allocUnsafeSlow=function(N){return m(N)};function S(N,_){if((typeof _!="string"||_==="")&&(_="utf8"),!q.isEncoding(_))throw new TypeError("Unknown encoding: "+_);const A=j(N,_)|0;let U=se(A);const Y=U.write(N,_);return Y!==A&&(U=U.slice(0,Y)),U}function T(N){const _=N.length<0?0:g(N.length)|0,A=se(_);for(let U=0;U<_;U+=1)A[U]=N[U]&255;return A}function E(N){if(gt(N,z)){const _=new z(N);return I(_.buffer,_.byteOffset,_.byteLength)}return T(N)}function I(N,_,A){if(_<0||N.byteLength<_)throw new RangeError('"offset" is outside of buffer bounds');if(N.byteLength<_+(A||0))throw new RangeError('"length" is outside of buffer bounds');let U;return _===void 0&&A===void 0?U=new z(N):A===void 0?U=new z(N,_):U=new z(N,_,A),Object.setPrototypeOf(U,q.prototype),U}function C(N){if(q.isBuffer(N)){const _=g(N.length)|0,A=se(_);return A.length===0||N.copy(A,0,0,_),A}if(N.length!==void 0)return typeof N.length!="number"||Nt(N.length)?se(0):T(N);if(N.type==="Buffer"&&Array.isArray(N.data))return T(N.data)}function g(N){if(N>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return N|0}function v(N){return+N!=N&&(N=0),q.alloc(+N)}q.isBuffer=function(_){return _!=null&&_._isBuffer===!0&&_!==q.prototype},q.compare=function(_,A){if(gt(_,z)&&(_=q.from(_,_.offset,_.byteLength)),gt(A,z)&&(A=q.from(A,A.offset,A.byteLength)),!q.isBuffer(_)||!q.isBuffer(A))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(_===A)return 0;let U=_.length,Y=A.length;for(let ee=0,ie=Math.min(U,Y);ee<ie;++ee)if(_[ee]!==A[ee]){U=_[ee],Y=A[ee];break}return U<Y?-1:Y<U?1:0},q.isEncoding=function(_){switch(String(_).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},q.concat=function(_,A){if(!Array.isArray(_))throw new TypeError('"list" argument must be an Array of Buffers');if(_.length===0)return q.alloc(0);let U;if(A===void 0)for(A=0,U=0;U<_.length;++U)A+=_[U].length;const Y=q.allocUnsafe(A);let ee=0;for(U=0;U<_.length;++U){let ie=_[U];if(gt(ie,z))ee+ie.length>Y.length?(q.isBuffer(ie)||(ie=q.from(ie)),ie.copy(Y,ee)):z.prototype.set.call(Y,ie,ee);else if(q.isBuffer(ie))ie.copy(Y,ee);else throw new TypeError('"list" argument must be an Array of Buffers');ee+=ie.length}return Y};function j(N,_){if(q.isBuffer(N))return N.length;if(G.isView(N)||gt(N,G))return N.byteLength;if(typeof N!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof N);const A=N.length,U=arguments.length>2&&arguments[2]===!0;if(!U&&A===0)return 0;let Y=!1;for(;;)switch(_){case"ascii":case"latin1":case"binary":return A;case"utf8":case"utf-8":return Rt(N).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A*2;case"hex":return A>>>1;case"base64":return Tt(N).length;default:if(Y)return U?-1:Rt(N).length;_=(""+_).toLowerCase(),Y=!0}}q.byteLength=j;function Q(N,_,A){let U=!1;if((_===void 0||_<0)&&(_=0),_>this.length||((A===void 0||A>this.length)&&(A=this.length),A<=0)||(A>>>=0,_>>>=0,A<=_))return"";for(N||(N="utf8");;)switch(N){case"hex":return Ve(this,_,A);case"utf8":case"utf-8":return je(this,_,A);case"ascii":return he(this,_,A);case"latin1":case"binary":return Ce(this,_,A);case"base64":return dt(this,_,A);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ke(this,_,A);default:if(U)throw new TypeError("Unknown encoding: "+N);N=(N+"").toLowerCase(),U=!0}}q.prototype._isBuffer=!0;function Z(N,_,A){const U=N[_];N[_]=N[A],N[A]=U}q.prototype.swap16=function(){const _=this.length;if(_%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let A=0;A<_;A+=2)Z(this,A,A+1);return this},q.prototype.swap32=function(){const _=this.length;if(_%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let A=0;A<_;A+=4)Z(this,A,A+3),Z(this,A+1,A+2);return this},q.prototype.swap64=function(){const _=this.length;if(_%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let A=0;A<_;A+=8)Z(this,A,A+7),Z(this,A+1,A+6),Z(this,A+2,A+5),Z(this,A+3,A+4);return this},q.prototype.toString=function(){const _=this.length;return _===0?"":arguments.length===0?je(this,0,_):Q.apply(this,arguments)},q.prototype.toLocaleString=q.prototype.toString,q.prototype.equals=function(_){if(!q.isBuffer(_))throw new TypeError("Argument must be a Buffer");return this===_?!0:q.compare(this,_)===0},q.prototype.inspect=function(){let _="";const A=R.INSPECT_MAX_BYTES;return _=this.toString("hex",0,A).replace(/(.{2})/g,"$1 ").trim(),this.length>A&&(_+=" ... "),"<Buffer "+_+">"},B&&(q.prototype[B]=q.prototype.inspect),q.prototype.compare=function(_,A,U,Y,ee){if(gt(_,z)&&(_=q.from(_,_.offset,_.byteLength)),!q.isBuffer(_))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof _);if(A===void 0&&(A=0),U===void 0&&(U=_?_.length:0),Y===void 0&&(Y=0),ee===void 0&&(ee=this.length),A<0||U>_.length||Y<0||ee>this.length)throw new RangeError("out of range index");if(Y>=ee&&A>=U)return 0;if(Y>=ee)return-1;if(A>=U)return 1;if(A>>>=0,U>>>=0,Y>>>=0,ee>>>=0,this===_)return 0;let ie=ee-Y,De=U-A;const Qe=Math.min(ie,De),Ne=this.slice(Y,ee),V=_.slice(A,U);for(let ae=0;ae<Qe;++ae)if(Ne[ae]!==V[ae]){ie=Ne[ae],De=V[ae];break}return ie<De?-1:De<ie?1:0};function ce(N,_,A,U,Y){if(N.length===0)return-1;if(typeof A=="string"?(U=A,A=0):A>2147483647?A=2147483647:A<-2147483648&&(A=-2147483648),A=+A,Nt(A)&&(A=Y?0:N.length-1),A<0&&(A=N.length+A),A>=N.length){if(Y)return-1;A=N.length-1}else if(A<0)if(Y)A=0;else return-1;if(typeof _=="string"&&(_=q.from(_,U)),q.isBuffer(_))return _.length===0?-1:be(N,_,A,U,Y);if(typeof _=="number")return _=_&255,typeof z.prototype.indexOf=="function"?Y?z.prototype.indexOf.call(N,_,A):z.prototype.lastIndexOf.call(N,_,A):be(N,[_],A,U,Y);throw new TypeError("val must be string, number or Buffer")}function be(N,_,A,U,Y){let ee=1,ie=N.length,De=_.length;if(U!==void 0&&(U=String(U).toLowerCase(),U==="ucs2"||U==="ucs-2"||U==="utf16le"||U==="utf-16le")){if(N.length<2||_.length<2)return-1;ee=2,ie/=2,De/=2,A/=2}function Qe(V,ae){return ee===1?V[ae]:V.readUInt16BE(ae*ee)}let Ne;if(Y){let V=-1;for(Ne=A;Ne<ie;Ne++)if(Qe(N,Ne)===Qe(_,V===-1?0:Ne-V)){if(V===-1&&(V=Ne),Ne-V+1===De)return V*ee}else V!==-1&&(Ne-=Ne-V),V=-1}else for(A+De>ie&&(A=ie-De),Ne=A;Ne>=0;Ne--){let V=!0;for(let ae=0;ae<De;ae++)if(Qe(N,Ne+ae)!==Qe(_,ae)){V=!1;break}if(V)return Ne}return-1}q.prototype.includes=function(_,A,U){return this.indexOf(_,A,U)!==-1},q.prototype.indexOf=function(_,A,U){return ce(this,_,A,U,!0)},q.prototype.lastIndexOf=function(_,A,U){return ce(this,_,A,U,!1)};function xe(N,_,A,U){A=Number(A)||0;const Y=N.length-A;U?(U=Number(U),U>Y&&(U=Y)):U=Y;const ee=_.length;U>ee/2&&(U=ee/2);let ie;for(ie=0;ie<U;++ie){const De=parseInt(_.substr(ie*2,2),16);if(Nt(De))return ie;N[A+ie]=De}return ie}function pe(N,_,A,U){return Ge(Rt(_,N.length-A),N,A,U)}function Le(N,_,A,U){return Ge(tt(_),N,A,U)}function Ae(N,_,A,U){return Ge(Tt(_),N,A,U)}function Ze(N,_,A,U){return Ge(xt(_,N.length-A),N,A,U)}q.prototype.write=function(_,A,U,Y){if(A===void 0)Y="utf8",U=this.length,A=0;else if(U===void 0&&typeof A=="string")Y=A,U=this.length,A=0;else if(isFinite(A))A=A>>>0,isFinite(U)?(U=U>>>0,Y===void 0&&(Y="utf8")):(Y=U,U=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const ee=this.length-A;if((U===void 0||U>ee)&&(U=ee),_.length>0&&(U<0||A<0)||A>this.length)throw new RangeError("Attempt to write outside buffer bounds");Y||(Y="utf8");let ie=!1;for(;;)switch(Y){case"hex":return xe(this,_,A,U);case"utf8":case"utf-8":return pe(this,_,A,U);case"ascii":case"latin1":case"binary":return Le(this,_,A,U);case"base64":return Ae(this,_,A,U);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ze(this,_,A,U);default:if(ie)throw new TypeError("Unknown encoding: "+Y);Y=(""+Y).toLowerCase(),ie=!0}},q.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function dt(N,_,A){return _===0&&A===N.length?k.fromByteArray(N):k.fromByteArray(N.slice(_,A))}function je(N,_,A){A=Math.min(N.length,A);const U=[];let Y=_;for(;Y<A;){const ee=N[Y];let ie=null,De=ee>239?4:ee>223?3:ee>191?2:1;if(Y+De<=A){let Qe,Ne,V,ae;switch(De){case 1:ee<128&&(ie=ee);break;case 2:Qe=N[Y+1],(Qe&192)===128&&(ae=(ee&31)<<6|Qe&63,ae>127&&(ie=ae));break;case 3:Qe=N[Y+1],Ne=N[Y+2],(Qe&192)===128&&(Ne&192)===128&&(ae=(ee&15)<<12|(Qe&63)<<6|Ne&63,ae>2047&&(ae<55296||ae>57343)&&(ie=ae));break;case 4:Qe=N[Y+1],Ne=N[Y+2],V=N[Y+3],(Qe&192)===128&&(Ne&192)===128&&(V&192)===128&&(ae=(ee&15)<<18|(Qe&63)<<12|(Ne&63)<<6|V&63,ae>65535&&ae<1114112&&(ie=ae))}}ie===null?(ie=65533,De=1):ie>65535&&(ie-=65536,U.push(ie>>>10&1023|55296),ie=56320|ie&1023),U.push(ie),Y+=De}return we(U)}const mt=4096;function we(N){const _=N.length;if(_<=mt)return String.fromCharCode.apply(String,N);let A="",U=0;for(;U<_;)A+=String.fromCharCode.apply(String,N.slice(U,U+=mt));return A}function he(N,_,A){let U="";A=Math.min(N.length,A);for(let Y=_;Y<A;++Y)U+=String.fromCharCode(N[Y]&127);return U}function Ce(N,_,A){let U="";A=Math.min(N.length,A);for(let Y=_;Y<A;++Y)U+=String.fromCharCode(N[Y]);return U}function Ve(N,_,A){const U=N.length;(!_||_<0)&&(_=0),(!A||A<0||A>U)&&(A=U);let Y="";for(let ee=_;ee<A;++ee)Y+=it[N[ee]];return Y}function ke(N,_,A){const U=N.slice(_,A);let Y="";for(let ee=0;ee<U.length-1;ee+=2)Y+=String.fromCharCode(U[ee]+U[ee+1]*256);return Y}q.prototype.slice=function(_,A){const U=this.length;_=~~_,A=A===void 0?U:~~A,_<0?(_+=U,_<0&&(_=0)):_>U&&(_=U),A<0?(A+=U,A<0&&(A=0)):A>U&&(A=U),A<_&&(A=_);const Y=this.subarray(_,A);return Object.setPrototypeOf(Y,q.prototype),Y};function Te(N,_,A){if(N%1!==0||N<0)throw new RangeError("offset is not uint");if(N+_>A)throw new RangeError("Trying to access beyond buffer length")}q.prototype.readUintLE=q.prototype.readUIntLE=function(_,A,U){_=_>>>0,A=A>>>0,U||Te(_,A,this.length);let Y=this[_],ee=1,ie=0;for(;++ie<A&&(ee*=256);)Y+=this[_+ie]*ee;return Y},q.prototype.readUintBE=q.prototype.readUIntBE=function(_,A,U){_=_>>>0,A=A>>>0,U||Te(_,A,this.length);let Y=this[_+--A],ee=1;for(;A>0&&(ee*=256);)Y+=this[_+--A]*ee;return Y},q.prototype.readUint8=q.prototype.readUInt8=function(_,A){return _=_>>>0,A||Te(_,1,this.length),this[_]},q.prototype.readUint16LE=q.prototype.readUInt16LE=function(_,A){return _=_>>>0,A||Te(_,2,this.length),this[_]|this[_+1]<<8},q.prototype.readUint16BE=q.prototype.readUInt16BE=function(_,A){return _=_>>>0,A||Te(_,2,this.length),this[_]<<8|this[_+1]},q.prototype.readUint32LE=q.prototype.readUInt32LE=function(_,A){return _=_>>>0,A||Te(_,4,this.length),(this[_]|this[_+1]<<8|this[_+2]<<16)+this[_+3]*16777216},q.prototype.readUint32BE=q.prototype.readUInt32BE=function(_,A){return _=_>>>0,A||Te(_,4,this.length),this[_]*16777216+(this[_+1]<<16|this[_+2]<<8|this[_+3])},q.prototype.readBigUInt64LE=St(function(_){_=_>>>0,Et(_,"offset");const A=this[_],U=this[_+7];(A===void 0||U===void 0)&&Pt(_,this.length-8);const Y=A+this[++_]*2**8+this[++_]*2**16+this[++_]*2**24,ee=this[++_]+this[++_]*2**8+this[++_]*2**16+U*2**24;return BigInt(Y)+(BigInt(ee)<<BigInt(32))}),q.prototype.readBigUInt64BE=St(function(_){_=_>>>0,Et(_,"offset");const A=this[_],U=this[_+7];(A===void 0||U===void 0)&&Pt(_,this.length-8);const Y=A*2**24+this[++_]*2**16+this[++_]*2**8+this[++_],ee=this[++_]*2**24+this[++_]*2**16+this[++_]*2**8+U;return(BigInt(Y)<<BigInt(32))+BigInt(ee)}),q.prototype.readIntLE=function(_,A,U){_=_>>>0,A=A>>>0,U||Te(_,A,this.length);let Y=this[_],ee=1,ie=0;for(;++ie<A&&(ee*=256);)Y+=this[_+ie]*ee;return ee*=128,Y>=ee&&(Y-=Math.pow(2,8*A)),Y},q.prototype.readIntBE=function(_,A,U){_=_>>>0,A=A>>>0,U||Te(_,A,this.length);let Y=A,ee=1,ie=this[_+--Y];for(;Y>0&&(ee*=256);)ie+=this[_+--Y]*ee;return ee*=128,ie>=ee&&(ie-=Math.pow(2,8*A)),ie},q.prototype.readInt8=function(_,A){return _=_>>>0,A||Te(_,1,this.length),this[_]&128?(255-this[_]+1)*-1:this[_]},q.prototype.readInt16LE=function(_,A){_=_>>>0,A||Te(_,2,this.length);const U=this[_]|this[_+1]<<8;return U&32768?U|4294901760:U},q.prototype.readInt16BE=function(_,A){_=_>>>0,A||Te(_,2,this.length);const U=this[_+1]|this[_]<<8;return U&32768?U|4294901760:U},q.prototype.readInt32LE=function(_,A){return _=_>>>0,A||Te(_,4,this.length),this[_]|this[_+1]<<8|this[_+2]<<16|this[_+3]<<24},q.prototype.readInt32BE=function(_,A){return _=_>>>0,A||Te(_,4,this.length),this[_]<<24|this[_+1]<<16|this[_+2]<<8|this[_+3]},q.prototype.readBigInt64LE=St(function(_){_=_>>>0,Et(_,"offset");const A=this[_],U=this[_+7];(A===void 0||U===void 0)&&Pt(_,this.length-8);const Y=this[_+4]+this[_+5]*2**8+this[_+6]*2**16+(U<<24);return(BigInt(Y)<<BigInt(32))+BigInt(A+this[++_]*2**8+this[++_]*2**16+this[++_]*2**24)}),q.prototype.readBigInt64BE=St(function(_){_=_>>>0,Et(_,"offset");const A=this[_],U=this[_+7];(A===void 0||U===void 0)&&Pt(_,this.length-8);const Y=(A<<24)+this[++_]*2**16+this[++_]*2**8+this[++_];return(BigInt(Y)<<BigInt(32))+BigInt(this[++_]*2**24+this[++_]*2**16+this[++_]*2**8+U)}),q.prototype.readFloatLE=function(_,A){return _=_>>>0,A||Te(_,4,this.length),F.read(this,_,!0,23,4)},q.prototype.readFloatBE=function(_,A){return _=_>>>0,A||Te(_,4,this.length),F.read(this,_,!1,23,4)},q.prototype.readDoubleLE=function(_,A){return _=_>>>0,A||Te(_,8,this.length),F.read(this,_,!0,52,8)},q.prototype.readDoubleBE=function(_,A){return _=_>>>0,A||Te(_,8,this.length),F.read(this,_,!1,52,8)};function Ie(N,_,A,U,Y,ee){if(!q.isBuffer(N))throw new TypeError('"buffer" argument must be a Buffer instance');if(_>Y||_<ee)throw new RangeError('"value" argument is out of bounds');if(A+U>N.length)throw new RangeError("Index out of range")}q.prototype.writeUintLE=q.prototype.writeUIntLE=function(_,A,U,Y){if(_=+_,A=A>>>0,U=U>>>0,!Y){const De=Math.pow(2,8*U)-1;Ie(this,_,A,U,De,0)}let ee=1,ie=0;for(this[A]=_&255;++ie<U&&(ee*=256);)this[A+ie]=_/ee&255;return A+U},q.prototype.writeUintBE=q.prototype.writeUIntBE=function(_,A,U,Y){if(_=+_,A=A>>>0,U=U>>>0,!Y){const De=Math.pow(2,8*U)-1;Ie(this,_,A,U,De,0)}let ee=U-1,ie=1;for(this[A+ee]=_&255;--ee>=0&&(ie*=256);)this[A+ee]=_/ie&255;return A+U},q.prototype.writeUint8=q.prototype.writeUInt8=function(_,A,U){return _=+_,A=A>>>0,U||Ie(this,_,A,1,255,0),this[A]=_&255,A+1},q.prototype.writeUint16LE=q.prototype.writeUInt16LE=function(_,A,U){return _=+_,A=A>>>0,U||Ie(this,_,A,2,65535,0),this[A]=_&255,this[A+1]=_>>>8,A+2},q.prototype.writeUint16BE=q.prototype.writeUInt16BE=function(_,A,U){return _=+_,A=A>>>0,U||Ie(this,_,A,2,65535,0),this[A]=_>>>8,this[A+1]=_&255,A+2},q.prototype.writeUint32LE=q.prototype.writeUInt32LE=function(_,A,U){return _=+_,A=A>>>0,U||Ie(this,_,A,4,4294967295,0),this[A+3]=_>>>24,this[A+2]=_>>>16,this[A+1]=_>>>8,this[A]=_&255,A+4},q.prototype.writeUint32BE=q.prototype.writeUInt32BE=function(_,A,U){return _=+_,A=A>>>0,U||Ie(this,_,A,4,4294967295,0),this[A]=_>>>24,this[A+1]=_>>>16,this[A+2]=_>>>8,this[A+3]=_&255,A+4};function Ue(N,_,A,U,Y){et(_,U,Y,N,A,7);let ee=Number(_&BigInt(4294967295));N[A++]=ee,ee=ee>>8,N[A++]=ee,ee=ee>>8,N[A++]=ee,ee=ee>>8,N[A++]=ee;let ie=Number(_>>BigInt(32)&BigInt(4294967295));return N[A++]=ie,ie=ie>>8,N[A++]=ie,ie=ie>>8,N[A++]=ie,ie=ie>>8,N[A++]=ie,A}function lt(N,_,A,U,Y){et(_,U,Y,N,A,7);let ee=Number(_&BigInt(4294967295));N[A+7]=ee,ee=ee>>8,N[A+6]=ee,ee=ee>>8,N[A+5]=ee,ee=ee>>8,N[A+4]=ee;let ie=Number(_>>BigInt(32)&BigInt(4294967295));return N[A+3]=ie,ie=ie>>8,N[A+2]=ie,ie=ie>>8,N[A+1]=ie,ie=ie>>8,N[A]=ie,A+8}q.prototype.writeBigUInt64LE=St(function(_,A=0){return Ue(this,_,A,BigInt(0),BigInt("0xffffffffffffffff"))}),q.prototype.writeBigUInt64BE=St(function(_,A=0){return lt(this,_,A,BigInt(0),BigInt("0xffffffffffffffff"))}),q.prototype.writeIntLE=function(_,A,U,Y){if(_=+_,A=A>>>0,!Y){const Qe=Math.pow(2,8*U-1);Ie(this,_,A,U,Qe-1,-Qe)}let ee=0,ie=1,De=0;for(this[A]=_&255;++ee<U&&(ie*=256);)_<0&&De===0&&this[A+ee-1]!==0&&(De=1),this[A+ee]=(_/ie>>0)-De&255;return A+U},q.prototype.writeIntBE=function(_,A,U,Y){if(_=+_,A=A>>>0,!Y){const Qe=Math.pow(2,8*U-1);Ie(this,_,A,U,Qe-1,-Qe)}let ee=U-1,ie=1,De=0;for(this[A+ee]=_&255;--ee>=0&&(ie*=256);)_<0&&De===0&&this[A+ee+1]!==0&&(De=1),this[A+ee]=(_/ie>>0)-De&255;return A+U},q.prototype.writeInt8=function(_,A,U){return _=+_,A=A>>>0,U||Ie(this,_,A,1,127,-128),_<0&&(_=255+_+1),this[A]=_&255,A+1},q.prototype.writeInt16LE=function(_,A,U){return _=+_,A=A>>>0,U||Ie(this,_,A,2,32767,-32768),this[A]=_&255,this[A+1]=_>>>8,A+2},q.prototype.writeInt16BE=function(_,A,U){return _=+_,A=A>>>0,U||Ie(this,_,A,2,32767,-32768),this[A]=_>>>8,this[A+1]=_&255,A+2},q.prototype.writeInt32LE=function(_,A,U){return _=+_,A=A>>>0,U||Ie(this,_,A,4,2147483647,-2147483648),this[A]=_&255,this[A+1]=_>>>8,this[A+2]=_>>>16,this[A+3]=_>>>24,A+4},q.prototype.writeInt32BE=function(_,A,U){return _=+_,A=A>>>0,U||Ie(this,_,A,4,2147483647,-2147483648),_<0&&(_=4294967295+_+1),this[A]=_>>>24,this[A+1]=_>>>16,this[A+2]=_>>>8,this[A+3]=_&255,A+4},q.prototype.writeBigInt64LE=St(function(_,A=0){return Ue(this,_,A,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),q.prototype.writeBigInt64BE=St(function(_,A=0){return lt(this,_,A,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function ut(N,_,A,U,Y,ee){if(A+U>N.length)throw new RangeError("Index out of range");if(A<0)throw new RangeError("Index out of range")}function ze(N,_,A,U,Y){return _=+_,A=A>>>0,Y||ut(N,_,A,4),F.write(N,_,A,U,23,4),A+4}q.prototype.writeFloatLE=function(_,A,U){return ze(this,_,A,!0,U)},q.prototype.writeFloatBE=function(_,A,U){return ze(this,_,A,!1,U)};function Dt(N,_,A,U,Y){return _=+_,A=A>>>0,Y||ut(N,_,A,8),F.write(N,_,A,U,52,8),A+8}q.prototype.writeDoubleLE=function(_,A,U){return Dt(this,_,A,!0,U)},q.prototype.writeDoubleBE=function(_,A,U){return Dt(this,_,A,!1,U)},q.prototype.copy=function(_,A,U,Y){if(!q.isBuffer(_))throw new TypeError("argument should be a Buffer");if(U||(U=0),!Y&&Y!==0&&(Y=this.length),A>=_.length&&(A=_.length),A||(A=0),Y>0&&Y<U&&(Y=U),Y===U||_.length===0||this.length===0)return 0;if(A<0)throw new RangeError("targetStart out of bounds");if(U<0||U>=this.length)throw new RangeError("Index out of range");if(Y<0)throw new RangeError("sourceEnd out of bounds");Y>this.length&&(Y=this.length),_.length-A<Y-U&&(Y=_.length-A+U);const ee=Y-U;return this===_&&typeof z.prototype.copyWithin=="function"?this.copyWithin(A,U,Y):z.prototype.set.call(_,this.subarray(U,Y),A),ee},q.prototype.fill=function(_,A,U,Y){if(typeof _=="string"){if(typeof A=="string"?(Y=A,A=0,U=this.length):typeof U=="string"&&(Y=U,U=this.length),Y!==void 0&&typeof Y!="string")throw new TypeError("encoding must be a string");if(typeof Y=="string"&&!q.isEncoding(Y))throw new TypeError("Unknown encoding: "+Y);if(_.length===1){const ie=_.charCodeAt(0);(Y==="utf8"&&ie<128||Y==="latin1")&&(_=ie)}}else typeof _=="number"?_=_&255:typeof _=="boolean"&&(_=Number(_));if(A<0||this.length<A||this.length<U)throw new RangeError("Out of range index");if(U<=A)return this;A=A>>>0,U=U===void 0?this.length:U>>>0,_||(_=0);let ee;if(typeof _=="number")for(ee=A;ee<U;++ee)this[ee]=_;else{const ie=q.isBuffer(_)?_:q.from(_,Y),De=ie.length;if(De===0)throw new TypeError('The value "'+_+'" is invalid for argument "value"');for(ee=0;ee<U-A;++ee)this[ee+A]=ie[ee%De]}return this};const _t={};function Xe(N,_,A){_t[N]=class extends A{constructor(){super(),Object.defineProperty(this,"message",{value:_.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${N}]`,this.stack,delete this.name}get code(){return N}set code(Y){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:Y,writable:!0})}toString(){return`${this.name} [${N}]: ${this.message}`}}}Xe("ERR_BUFFER_OUT_OF_BOUNDS",function(N){return N?`${N} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Xe("ERR_INVALID_ARG_TYPE",function(N,_){return`The "${N}" argument must be of type number. Received type ${typeof _}`},TypeError),Xe("ERR_OUT_OF_RANGE",function(N,_,A){let U=`The value of "${N}" is out of range.`,Y=A;return Number.isInteger(A)&&Math.abs(A)>2**32?Y=Ot(String(A)):typeof A=="bigint"&&(Y=String(A),(A>BigInt(2)**BigInt(32)||A<-(BigInt(2)**BigInt(32)))&&(Y=Ot(Y)),Y+="n"),U+=` It must be ${_}. Received ${Y}`,U},RangeError);function Ot(N){let _="",A=N.length;const U=N[0]==="-"?1:0;for(;A>=U+4;A-=3)_=`_${N.slice(A-3,A)}${_}`;return`${N.slice(0,A)}${_}`}function Ft(N,_,A){Et(_,"offset"),(N[_]===void 0||N[_+A]===void 0)&&Pt(_,N.length-(A+1))}function et(N,_,A,U,Y,ee){if(N>A||N<_){const ie=typeof _=="bigint"?"n":"";let De;throw ee>3?_===0||_===BigInt(0)?De=`>= 0${ie} and < 2${ie} ** ${(ee+1)*8}${ie}`:De=`>= -(2${ie} ** ${(ee+1)*8-1}${ie}) and < 2 ** ${(ee+1)*8-1}${ie}`:De=`>= ${_}${ie} and <= ${A}${ie}`,new _t.ERR_OUT_OF_RANGE("value",De,N)}Ft(U,Y,ee)}function Et(N,_){if(typeof N!="number")throw new _t.ERR_INVALID_ARG_TYPE(_,"number",N)}function Pt(N,_,A){throw Math.floor(N)!==N?(Et(N,A),new _t.ERR_OUT_OF_RANGE(A||"offset","an integer",N)):_<0?new _t.ERR_BUFFER_OUT_OF_BOUNDS:new _t.ERR_OUT_OF_RANGE(A||"offset",`>= ${A?1:0} and <= ${_}`,N)}const nt=/[^+/0-9A-Za-z-_]/g;function Lt(N){if(N=N.split("=")[0],N=N.trim().replace(nt,""),N.length<2)return"";for(;N.length%4!==0;)N=N+"=";return N}function Rt(N,_){_=_||1/0;let A;const U=N.length;let Y=null;const ee=[];for(let ie=0;ie<U;++ie){if(A=N.charCodeAt(ie),A>55295&&A<57344){if(!Y){if(A>56319){(_-=3)>-1&&ee.push(239,191,189);continue}else if(ie+1===U){(_-=3)>-1&&ee.push(239,191,189);continue}Y=A;continue}if(A<56320){(_-=3)>-1&&ee.push(239,191,189),Y=A;continue}A=(Y-55296<<10|A-56320)+65536}else Y&&(_-=3)>-1&&ee.push(239,191,189);if(Y=null,A<128){if((_-=1)<0)break;ee.push(A)}else if(A<2048){if((_-=2)<0)break;ee.push(A>>6|192,A&63|128)}else if(A<65536){if((_-=3)<0)break;ee.push(A>>12|224,A>>6&63|128,A&63|128)}else if(A<1114112){if((_-=4)<0)break;ee.push(A>>18|240,A>>12&63|128,A>>6&63|128,A&63|128)}else throw new Error("Invalid code point")}return ee}function tt(N){const _=[];for(let A=0;A<N.length;++A)_.push(N.charCodeAt(A)&255);return _}function xt(N,_){let A,U,Y;const ee=[];for(let ie=0;ie<N.length&&!((_-=2)<0);++ie)A=N.charCodeAt(ie),U=A>>8,Y=A%256,ee.push(Y),ee.push(U);return ee}function Tt(N){return k.toByteArray(Lt(N))}function Ge(N,_,A,U){let Y;for(Y=0;Y<U&&!(Y+A>=_.length||Y>=N.length);++Y)_[Y+A]=N[Y];return Y}function gt(N,_){return N instanceof _||N!=null&&N.constructor!=null&&N.constructor.name!=null&&N.constructor.name===_.name}function Nt(N){return N!==N}const it=function(){const N="0123456789abcdef",_=new Array(256);for(let A=0;A<16;++A){const U=A*16;for(let Y=0;Y<16;++Y)_[U+Y]=N[A]+N[Y]}return _}();function St(N){return typeof BigInt>"u"?zt:N}function zt(){throw new Error("BigInt not supported")}})(t);const O=t.Buffer;e.Blob=t.Blob,e.BlobOptions=t.BlobOptions,e.Buffer=t.Buffer,e.File=t.File,e.FileOptions=t.FileOptions,e.INSPECT_MAX_BYTES=t.INSPECT_MAX_BYTES,e.SlowBuffer=t.SlowBuffer,e.TranscodeEncoding=t.TranscodeEncoding,e.atob=t.atob,e.btoa=t.btoa,e.constants=t.constants,e.default=O,e.isAscii=t.isAscii,e.isUtf8=t.isUtf8,e.kMaxLength=t.kMaxLength,e.kStringMaxLength=t.kStringMaxLength,e.resolveObjectURL=t.resolveObjectURL,e.transcode=t.transcode})(aa);const Zu=Us(aa);var ln={},Qu={exports:{}};Qu.exports,function(e){(function(t,r){function n(L,h){if(!L)throw new Error(h||"Assertion failed")}function i(L,h){L.super_=h;var f=function(){};f.prototype=h.prototype,L.prototype=new f,L.prototype.constructor=L}function o(L,h,f){if(o.isBN(L))return L;this.negative=0,this.words=null,this.length=0,this.red=null,L!==null&&((h==="le"||h==="be")&&(f=h,h=10),this._init(L||0,h||10,f||"be"))}typeof t=="object"?t.exports=o:r.BN=o,o.BN=o,o.wordSize=26;var s;try{typeof window<"u"&&typeof window.Buffer<"u"?s=window.Buffer:s=aa.Buffer}catch{}o.isBN=function(h){return h instanceof o?!0:h!==null&&typeof h=="object"&&h.constructor.wordSize===o.wordSize&&Array.isArray(h.words)},o.max=function(h,f){return h.cmp(f)>0?h:f},o.min=function(h,f){return h.cmp(f)<0?h:f},o.prototype._init=function(h,f,m){if(typeof h=="number")return this._initNumber(h,f,m);if(typeof h=="object")return this._initArray(h,f,m);f==="hex"&&(f=16),n(f===(f|0)&&f>=2&&f<=36),h=h.toString().replace(/\s+/g,"");var S=0;h[0]==="-"&&(S++,this.negative=1),S<h.length&&(f===16?this._parseHex(h,S,m):(this._parseBase(h,f,S),m==="le"&&this._initArray(this.toArray(),f,m)))},o.prototype._initNumber=function(h,f,m){h<0&&(this.negative=1,h=-h),h<67108864?(this.words=[h&67108863],this.length=1):h<4503599627370496?(this.words=[h&67108863,h/67108864&67108863],this.length=2):(n(h<9007199254740992),this.words=[h&67108863,h/67108864&67108863,1],this.length=3),m==="le"&&this._initArray(this.toArray(),f,m)},o.prototype._initArray=function(h,f,m){if(n(typeof h.length=="number"),h.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(h.length/3),this.words=new Array(this.length);for(var S=0;S<this.length;S++)this.words[S]=0;var T,E,I=0;if(m==="be")for(S=h.length-1,T=0;S>=0;S-=3)E=h[S]|h[S-1]<<8|h[S-2]<<16,this.words[T]|=E<<I&67108863,this.words[T+1]=E>>>26-I&67108863,I+=24,I>=26&&(I-=26,T++);else if(m==="le")for(S=0,T=0;S<h.length;S+=3)E=h[S]|h[S+1]<<8|h[S+2]<<16,this.words[T]|=E<<I&67108863,this.words[T+1]=E>>>26-I&67108863,I+=24,I>=26&&(I-=26,T++);return this._strip()};function a(L,h){var f=L.charCodeAt(h);if(f>=48&&f<=57)return f-48;if(f>=65&&f<=70)return f-55;if(f>=97&&f<=102)return f-87;n(!1,"Invalid character in "+L)}function c(L,h,f){var m=a(L,f);return f-1>=h&&(m|=a(L,f-1)<<4),m}o.prototype._parseHex=function(h,f,m){this.length=Math.ceil((h.length-f)/6),this.words=new Array(this.length);for(var S=0;S<this.length;S++)this.words[S]=0;var T=0,E=0,I;if(m==="be")for(S=h.length-1;S>=f;S-=2)I=c(h,f,S)<<T,this.words[E]|=I&67108863,T>=18?(T-=18,E+=1,this.words[E]|=I>>>26):T+=8;else{var C=h.length-f;for(S=C%2===0?f+1:f;S<h.length;S+=2)I=c(h,f,S)<<T,this.words[E]|=I&67108863,T>=18?(T-=18,E+=1,this.words[E]|=I>>>26):T+=8}this._strip()};function l(L,h,f,m){for(var S=0,T=0,E=Math.min(L.length,f),I=h;I<E;I++){var C=L.charCodeAt(I)-48;S*=m,C>=49?T=C-49+10:C>=17?T=C-17+10:T=C,n(C>=0&&T<m,"Invalid character"),S+=T}return S}o.prototype._parseBase=function(h,f,m){this.words=[0],this.length=1;for(var S=0,T=1;T<=67108863;T*=f)S++;S--,T=T/f|0;for(var E=h.length-m,I=E%S,C=Math.min(E,E-I)+m,g=0,v=m;v<C;v+=S)g=l(h,v,v+S,f),this.imuln(T),this.words[0]+g<67108864?this.words[0]+=g:this._iaddn(g);if(I!==0){var j=1;for(g=l(h,v,h.length,f),v=0;v<I;v++)j*=f;this.imuln(j),this.words[0]+g<67108864?this.words[0]+=g:this._iaddn(g)}this._strip()},o.prototype.copy=function(h){h.words=new Array(this.length);for(var f=0;f<this.length;f++)h.words[f]=this.words[f];h.length=this.length,h.negative=this.negative,h.red=this.red};function u(L,h){L.words=h.words,L.length=h.length,L.negative=h.negative,L.red=h.red}if(o.prototype._move=function(h){u(h,this)},o.prototype.clone=function(){var h=new o(null);return this.copy(h),h},o.prototype._expand=function(h){for(;this.length<h;)this.words[this.length++]=0;return this},o.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},o.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{o.prototype[Symbol.for("nodejs.util.inspect.custom")]=d}catch{o.prototype.inspect=d}else o.prototype.inspect=d;function d(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var p=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],y=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],x=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];o.prototype.toString=function(h,f){h=h||10,f=f|0||1;var m;if(h===16||h==="hex"){m="";for(var S=0,T=0,E=0;E<this.length;E++){var I=this.words[E],C=((I<<S|T)&16777215).toString(16);T=I>>>24-S&16777215,S+=2,S>=26&&(S-=26,E--),T!==0||E!==this.length-1?m=p[6-C.length]+C+m:m=C+m}for(T!==0&&(m=T.toString(16)+m);m.length%f!==0;)m="0"+m;return this.negative!==0&&(m="-"+m),m}if(h===(h|0)&&h>=2&&h<=36){var g=y[h],v=x[h];m="";var j=this.clone();for(j.negative=0;!j.isZero();){var Q=j.modrn(v).toString(h);j=j.idivn(v),j.isZero()?m=Q+m:m=p[g-Q.length]+Q+m}for(this.isZero()&&(m="0"+m);m.length%f!==0;)m="0"+m;return this.negative!==0&&(m="-"+m),m}n(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var h=this.words[0];return this.length===2?h+=this.words[1]*67108864:this.length===3&&this.words[2]===1?h+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-h:h},o.prototype.toJSON=function(){return this.toString(16,2)},s&&(o.prototype.toBuffer=function(h,f){return this.toArrayLike(s,h,f)}),o.prototype.toArray=function(h,f){return this.toArrayLike(Array,h,f)};var b=function(h,f){return h.allocUnsafe?h.allocUnsafe(f):new h(f)};o.prototype.toArrayLike=function(h,f,m){this._strip();var S=this.byteLength(),T=m||Math.max(1,S);n(S<=T,"byte array longer than desired length"),n(T>0,"Requested array length <= 0");var E=b(h,T),I=f==="le"?"LE":"BE";return this["_toArrayLike"+I](E,S),E},o.prototype._toArrayLikeLE=function(h,f){for(var m=0,S=0,T=0,E=0;T<this.length;T++){var I=this.words[T]<<E|S;h[m++]=I&255,m<h.length&&(h[m++]=I>>8&255),m<h.length&&(h[m++]=I>>16&255),E===6?(m<h.length&&(h[m++]=I>>24&255),S=0,E=0):(S=I>>>24,E+=2)}if(m<h.length)for(h[m++]=S;m<h.length;)h[m++]=0},o.prototype._toArrayLikeBE=function(h,f){for(var m=h.length-1,S=0,T=0,E=0;T<this.length;T++){var I=this.words[T]<<E|S;h[m--]=I&255,m>=0&&(h[m--]=I>>8&255),m>=0&&(h[m--]=I>>16&255),E===6?(m>=0&&(h[m--]=I>>24&255),S=0,E=0):(S=I>>>24,E+=2)}if(m>=0)for(h[m--]=S;m>=0;)h[m--]=0},Math.clz32?o.prototype._countBits=function(h){return 32-Math.clz32(h)}:o.prototype._countBits=function(h){var f=h,m=0;return f>=4096&&(m+=13,f>>>=13),f>=64&&(m+=7,f>>>=7),f>=8&&(m+=4,f>>>=4),f>=2&&(m+=2,f>>>=2),m+f},o.prototype._zeroBits=function(h){if(h===0)return 26;var f=h,m=0;return f&8191||(m+=13,f>>>=13),f&127||(m+=7,f>>>=7),f&15||(m+=4,f>>>=4),f&3||(m+=2,f>>>=2),f&1||m++,m},o.prototype.bitLength=function(){var h=this.words[this.length-1],f=this._countBits(h);return(this.length-1)*26+f};function M(L){for(var h=new Array(L.bitLength()),f=0;f<h.length;f++){var m=f/26|0,S=f%26;h[f]=L.words[m]>>>S&1}return h}o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var h=0,f=0;f<this.length;f++){var m=this._zeroBits(this.words[f]);if(h+=m,m!==26)break}return h},o.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},o.prototype.toTwos=function(h){return this.negative!==0?this.abs().inotn(h).iaddn(1):this.clone()},o.prototype.fromTwos=function(h){return this.testn(h-1)?this.notn(h).iaddn(1).ineg():this.clone()},o.prototype.isNeg=function(){return this.negative!==0},o.prototype.neg=function(){return this.clone().ineg()},o.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},o.prototype.iuor=function(h){for(;this.length<h.length;)this.words[this.length++]=0;for(var f=0;f<h.length;f++)this.words[f]=this.words[f]|h.words[f];return this._strip()},o.prototype.ior=function(h){return n((this.negative|h.negative)===0),this.iuor(h)},o.prototype.or=function(h){return this.length>h.length?this.clone().ior(h):h.clone().ior(this)},o.prototype.uor=function(h){return this.length>h.length?this.clone().iuor(h):h.clone().iuor(this)},o.prototype.iuand=function(h){var f;this.length>h.length?f=h:f=this;for(var m=0;m<f.length;m++)this.words[m]=this.words[m]&h.words[m];return this.length=f.length,this._strip()},o.prototype.iand=function(h){return n((this.negative|h.negative)===0),this.iuand(h)},o.prototype.and=function(h){return this.length>h.length?this.clone().iand(h):h.clone().iand(this)},o.prototype.uand=function(h){return this.length>h.length?this.clone().iuand(h):h.clone().iuand(this)},o.prototype.iuxor=function(h){var f,m;this.length>h.length?(f=this,m=h):(f=h,m=this);for(var S=0;S<m.length;S++)this.words[S]=f.words[S]^m.words[S];if(this!==f)for(;S<f.length;S++)this.words[S]=f.words[S];return this.length=f.length,this._strip()},o.prototype.ixor=function(h){return n((this.negative|h.negative)===0),this.iuxor(h)},o.prototype.xor=function(h){return this.length>h.length?this.clone().ixor(h):h.clone().ixor(this)},o.prototype.uxor=function(h){return this.length>h.length?this.clone().iuxor(h):h.clone().iuxor(this)},o.prototype.inotn=function(h){n(typeof h=="number"&&h>=0);var f=Math.ceil(h/26)|0,m=h%26;this._expand(f),m>0&&f--;for(var S=0;S<f;S++)this.words[S]=~this.words[S]&67108863;return m>0&&(this.words[S]=~this.words[S]&67108863>>26-m),this._strip()},o.prototype.notn=function(h){return this.clone().inotn(h)},o.prototype.setn=function(h,f){n(typeof h=="number"&&h>=0);var m=h/26|0,S=h%26;return this._expand(m+1),f?this.words[m]=this.words[m]|1<<S:this.words[m]=this.words[m]&~(1<<S),this._strip()},o.prototype.iadd=function(h){var f;if(this.negative!==0&&h.negative===0)return this.negative=0,f=this.isub(h),this.negative^=1,this._normSign();if(this.negative===0&&h.negative!==0)return h.negative=0,f=this.isub(h),h.negative=1,f._normSign();var m,S;this.length>h.length?(m=this,S=h):(m=h,S=this);for(var T=0,E=0;E<S.length;E++)f=(m.words[E]|0)+(S.words[E]|0)+T,this.words[E]=f&67108863,T=f>>>26;for(;T!==0&&E<m.length;E++)f=(m.words[E]|0)+T,this.words[E]=f&67108863,T=f>>>26;if(this.length=m.length,T!==0)this.words[this.length]=T,this.length++;else if(m!==this)for(;E<m.length;E++)this.words[E]=m.words[E];return this},o.prototype.add=function(h){var f;return h.negative!==0&&this.negative===0?(h.negative=0,f=this.sub(h),h.negative^=1,f):h.negative===0&&this.negative!==0?(this.negative=0,f=h.sub(this),this.negative=1,f):this.length>h.length?this.clone().iadd(h):h.clone().iadd(this)},o.prototype.isub=function(h){if(h.negative!==0){h.negative=0;var f=this.iadd(h);return h.negative=1,f._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(h),this.negative=1,this._normSign();var m=this.cmp(h);if(m===0)return this.negative=0,this.length=1,this.words[0]=0,this;var S,T;m>0?(S=this,T=h):(S=h,T=this);for(var E=0,I=0;I<T.length;I++)f=(S.words[I]|0)-(T.words[I]|0)+E,E=f>>26,this.words[I]=f&67108863;for(;E!==0&&I<S.length;I++)f=(S.words[I]|0)+E,E=f>>26,this.words[I]=f&67108863;if(E===0&&I<S.length&&S!==this)for(;I<S.length;I++)this.words[I]=S.words[I];return this.length=Math.max(this.length,I),S!==this&&(this.negative=1),this._strip()},o.prototype.sub=function(h){return this.clone().isub(h)};function O(L,h,f){f.negative=h.negative^L.negative;var m=L.length+h.length|0;f.length=m,m=m-1|0;var S=L.words[0]|0,T=h.words[0]|0,E=S*T,I=E&67108863,C=E/67108864|0;f.words[0]=I;for(var g=1;g<m;g++){for(var v=C>>>26,j=C&67108863,Q=Math.min(g,h.length-1),Z=Math.max(0,g-L.length+1);Z<=Q;Z++){var ce=g-Z|0;S=L.words[ce]|0,T=h.words[Z]|0,E=S*T+j,v+=E/67108864|0,j=E&67108863}f.words[g]=j|0,C=v|0}return C!==0?f.words[g]=C|0:f.length--,f._strip()}var R=function(h,f,m){var S=h.words,T=f.words,E=m.words,I=0,C,g,v,j=S[0]|0,Q=j&8191,Z=j>>>13,ce=S[1]|0,be=ce&8191,xe=ce>>>13,pe=S[2]|0,Le=pe&8191,Ae=pe>>>13,Ze=S[3]|0,dt=Ze&8191,je=Ze>>>13,mt=S[4]|0,we=mt&8191,he=mt>>>13,Ce=S[5]|0,Ve=Ce&8191,ke=Ce>>>13,Te=S[6]|0,Ie=Te&8191,Ue=Te>>>13,lt=S[7]|0,ut=lt&8191,ze=lt>>>13,Dt=S[8]|0,_t=Dt&8191,Xe=Dt>>>13,Ot=S[9]|0,Ft=Ot&8191,et=Ot>>>13,Et=T[0]|0,Pt=Et&8191,nt=Et>>>13,Lt=T[1]|0,Rt=Lt&8191,tt=Lt>>>13,xt=T[2]|0,Tt=xt&8191,Ge=xt>>>13,gt=T[3]|0,Nt=gt&8191,it=gt>>>13,St=T[4]|0,zt=St&8191,N=St>>>13,_=T[5]|0,A=_&8191,U=_>>>13,Y=T[6]|0,ee=Y&8191,ie=Y>>>13,De=T[7]|0,Qe=De&8191,Ne=De>>>13,V=T[8]|0,ae=V&8191,fe=V>>>13,Pe=T[9]|0,qe=Pe&8191,Re=Pe>>>13;m.negative=h.negative^f.negative,m.length=19,C=Math.imul(Q,Pt),g=Math.imul(Q,nt),g=g+Math.imul(Z,Pt)|0,v=Math.imul(Z,nt);var Fe=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,C=Math.imul(be,Pt),g=Math.imul(be,nt),g=g+Math.imul(xe,Pt)|0,v=Math.imul(xe,nt),C=C+Math.imul(Q,Rt)|0,g=g+Math.imul(Q,tt)|0,g=g+Math.imul(Z,Rt)|0,v=v+Math.imul(Z,tt)|0;var at=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(at>>>26)|0,at&=67108863,C=Math.imul(Le,Pt),g=Math.imul(Le,nt),g=g+Math.imul(Ae,Pt)|0,v=Math.imul(Ae,nt),C=C+Math.imul(be,Rt)|0,g=g+Math.imul(be,tt)|0,g=g+Math.imul(xe,Rt)|0,v=v+Math.imul(xe,tt)|0,C=C+Math.imul(Q,Tt)|0,g=g+Math.imul(Q,Ge)|0,g=g+Math.imul(Z,Tt)|0,v=v+Math.imul(Z,Ge)|0;var er=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(er>>>26)|0,er&=67108863,C=Math.imul(dt,Pt),g=Math.imul(dt,nt),g=g+Math.imul(je,Pt)|0,v=Math.imul(je,nt),C=C+Math.imul(Le,Rt)|0,g=g+Math.imul(Le,tt)|0,g=g+Math.imul(Ae,Rt)|0,v=v+Math.imul(Ae,tt)|0,C=C+Math.imul(be,Tt)|0,g=g+Math.imul(be,Ge)|0,g=g+Math.imul(xe,Tt)|0,v=v+Math.imul(xe,Ge)|0,C=C+Math.imul(Q,Nt)|0,g=g+Math.imul(Q,it)|0,g=g+Math.imul(Z,Nt)|0,v=v+Math.imul(Z,it)|0;var Bt=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Bt>>>26)|0,Bt&=67108863,C=Math.imul(we,Pt),g=Math.imul(we,nt),g=g+Math.imul(he,Pt)|0,v=Math.imul(he,nt),C=C+Math.imul(dt,Rt)|0,g=g+Math.imul(dt,tt)|0,g=g+Math.imul(je,Rt)|0,v=v+Math.imul(je,tt)|0,C=C+Math.imul(Le,Tt)|0,g=g+Math.imul(Le,Ge)|0,g=g+Math.imul(Ae,Tt)|0,v=v+Math.imul(Ae,Ge)|0,C=C+Math.imul(be,Nt)|0,g=g+Math.imul(be,it)|0,g=g+Math.imul(xe,Nt)|0,v=v+Math.imul(xe,it)|0,C=C+Math.imul(Q,zt)|0,g=g+Math.imul(Q,N)|0,g=g+Math.imul(Z,zt)|0,v=v+Math.imul(Z,N)|0;var $t=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+($t>>>26)|0,$t&=67108863,C=Math.imul(Ve,Pt),g=Math.imul(Ve,nt),g=g+Math.imul(ke,Pt)|0,v=Math.imul(ke,nt),C=C+Math.imul(we,Rt)|0,g=g+Math.imul(we,tt)|0,g=g+Math.imul(he,Rt)|0,v=v+Math.imul(he,tt)|0,C=C+Math.imul(dt,Tt)|0,g=g+Math.imul(dt,Ge)|0,g=g+Math.imul(je,Tt)|0,v=v+Math.imul(je,Ge)|0,C=C+Math.imul(Le,Nt)|0,g=g+Math.imul(Le,it)|0,g=g+Math.imul(Ae,Nt)|0,v=v+Math.imul(Ae,it)|0,C=C+Math.imul(be,zt)|0,g=g+Math.imul(be,N)|0,g=g+Math.imul(xe,zt)|0,v=v+Math.imul(xe,N)|0,C=C+Math.imul(Q,A)|0,g=g+Math.imul(Q,U)|0,g=g+Math.imul(Z,A)|0,v=v+Math.imul(Z,U)|0;var ur=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(ur>>>26)|0,ur&=67108863,C=Math.imul(Ie,Pt),g=Math.imul(Ie,nt),g=g+Math.imul(Ue,Pt)|0,v=Math.imul(Ue,nt),C=C+Math.imul(Ve,Rt)|0,g=g+Math.imul(Ve,tt)|0,g=g+Math.imul(ke,Rt)|0,v=v+Math.imul(ke,tt)|0,C=C+Math.imul(we,Tt)|0,g=g+Math.imul(we,Ge)|0,g=g+Math.imul(he,Tt)|0,v=v+Math.imul(he,Ge)|0,C=C+Math.imul(dt,Nt)|0,g=g+Math.imul(dt,it)|0,g=g+Math.imul(je,Nt)|0,v=v+Math.imul(je,it)|0,C=C+Math.imul(Le,zt)|0,g=g+Math.imul(Le,N)|0,g=g+Math.imul(Ae,zt)|0,v=v+Math.imul(Ae,N)|0,C=C+Math.imul(be,A)|0,g=g+Math.imul(be,U)|0,g=g+Math.imul(xe,A)|0,v=v+Math.imul(xe,U)|0,C=C+Math.imul(Q,ee)|0,g=g+Math.imul(Q,ie)|0,g=g+Math.imul(Z,ee)|0,v=v+Math.imul(Z,ie)|0;var Or=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Or>>>26)|0,Or&=67108863,C=Math.imul(ut,Pt),g=Math.imul(ut,nt),g=g+Math.imul(ze,Pt)|0,v=Math.imul(ze,nt),C=C+Math.imul(Ie,Rt)|0,g=g+Math.imul(Ie,tt)|0,g=g+Math.imul(Ue,Rt)|0,v=v+Math.imul(Ue,tt)|0,C=C+Math.imul(Ve,Tt)|0,g=g+Math.imul(Ve,Ge)|0,g=g+Math.imul(ke,Tt)|0,v=v+Math.imul(ke,Ge)|0,C=C+Math.imul(we,Nt)|0,g=g+Math.imul(we,it)|0,g=g+Math.imul(he,Nt)|0,v=v+Math.imul(he,it)|0,C=C+Math.imul(dt,zt)|0,g=g+Math.imul(dt,N)|0,g=g+Math.imul(je,zt)|0,v=v+Math.imul(je,N)|0,C=C+Math.imul(Le,A)|0,g=g+Math.imul(Le,U)|0,g=g+Math.imul(Ae,A)|0,v=v+Math.imul(Ae,U)|0,C=C+Math.imul(be,ee)|0,g=g+Math.imul(be,ie)|0,g=g+Math.imul(xe,ee)|0,v=v+Math.imul(xe,ie)|0,C=C+Math.imul(Q,Qe)|0,g=g+Math.imul(Q,Ne)|0,g=g+Math.imul(Z,Qe)|0,v=v+Math.imul(Z,Ne)|0;var dr=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(dr>>>26)|0,dr&=67108863,C=Math.imul(_t,Pt),g=Math.imul(_t,nt),g=g+Math.imul(Xe,Pt)|0,v=Math.imul(Xe,nt),C=C+Math.imul(ut,Rt)|0,g=g+Math.imul(ut,tt)|0,g=g+Math.imul(ze,Rt)|0,v=v+Math.imul(ze,tt)|0,C=C+Math.imul(Ie,Tt)|0,g=g+Math.imul(Ie,Ge)|0,g=g+Math.imul(Ue,Tt)|0,v=v+Math.imul(Ue,Ge)|0,C=C+Math.imul(Ve,Nt)|0,g=g+Math.imul(Ve,it)|0,g=g+Math.imul(ke,Nt)|0,v=v+Math.imul(ke,it)|0,C=C+Math.imul(we,zt)|0,g=g+Math.imul(we,N)|0,g=g+Math.imul(he,zt)|0,v=v+Math.imul(he,N)|0,C=C+Math.imul(dt,A)|0,g=g+Math.imul(dt,U)|0,g=g+Math.imul(je,A)|0,v=v+Math.imul(je,U)|0,C=C+Math.imul(Le,ee)|0,g=g+Math.imul(Le,ie)|0,g=g+Math.imul(Ae,ee)|0,v=v+Math.imul(Ae,ie)|0,C=C+Math.imul(be,Qe)|0,g=g+Math.imul(be,Ne)|0,g=g+Math.imul(xe,Qe)|0,v=v+Math.imul(xe,Ne)|0,C=C+Math.imul(Q,ae)|0,g=g+Math.imul(Q,fe)|0,g=g+Math.imul(Z,ae)|0,v=v+Math.imul(Z,fe)|0;var tr=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(tr>>>26)|0,tr&=67108863,C=Math.imul(Ft,Pt),g=Math.imul(Ft,nt),g=g+Math.imul(et,Pt)|0,v=Math.imul(et,nt),C=C+Math.imul(_t,Rt)|0,g=g+Math.imul(_t,tt)|0,g=g+Math.imul(Xe,Rt)|0,v=v+Math.imul(Xe,tt)|0,C=C+Math.imul(ut,Tt)|0,g=g+Math.imul(ut,Ge)|0,g=g+Math.imul(ze,Tt)|0,v=v+Math.imul(ze,Ge)|0,C=C+Math.imul(Ie,Nt)|0,g=g+Math.imul(Ie,it)|0,g=g+Math.imul(Ue,Nt)|0,v=v+Math.imul(Ue,it)|0,C=C+Math.imul(Ve,zt)|0,g=g+Math.imul(Ve,N)|0,g=g+Math.imul(ke,zt)|0,v=v+Math.imul(ke,N)|0,C=C+Math.imul(we,A)|0,g=g+Math.imul(we,U)|0,g=g+Math.imul(he,A)|0,v=v+Math.imul(he,U)|0,C=C+Math.imul(dt,ee)|0,g=g+Math.imul(dt,ie)|0,g=g+Math.imul(je,ee)|0,v=v+Math.imul(je,ie)|0,C=C+Math.imul(Le,Qe)|0,g=g+Math.imul(Le,Ne)|0,g=g+Math.imul(Ae,Qe)|0,v=v+Math.imul(Ae,Ne)|0,C=C+Math.imul(be,ae)|0,g=g+Math.imul(be,fe)|0,g=g+Math.imul(xe,ae)|0,v=v+Math.imul(xe,fe)|0,C=C+Math.imul(Q,qe)|0,g=g+Math.imul(Q,Re)|0,g=g+Math.imul(Z,qe)|0,v=v+Math.imul(Z,Re)|0;var _r=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(_r>>>26)|0,_r&=67108863,C=Math.imul(Ft,Rt),g=Math.imul(Ft,tt),g=g+Math.imul(et,Rt)|0,v=Math.imul(et,tt),C=C+Math.imul(_t,Tt)|0,g=g+Math.imul(_t,Ge)|0,g=g+Math.imul(Xe,Tt)|0,v=v+Math.imul(Xe,Ge)|0,C=C+Math.imul(ut,Nt)|0,g=g+Math.imul(ut,it)|0,g=g+Math.imul(ze,Nt)|0,v=v+Math.imul(ze,it)|0,C=C+Math.imul(Ie,zt)|0,g=g+Math.imul(Ie,N)|0,g=g+Math.imul(Ue,zt)|0,v=v+Math.imul(Ue,N)|0,C=C+Math.imul(Ve,A)|0,g=g+Math.imul(Ve,U)|0,g=g+Math.imul(ke,A)|0,v=v+Math.imul(ke,U)|0,C=C+Math.imul(we,ee)|0,g=g+Math.imul(we,ie)|0,g=g+Math.imul(he,ee)|0,v=v+Math.imul(he,ie)|0,C=C+Math.imul(dt,Qe)|0,g=g+Math.imul(dt,Ne)|0,g=g+Math.imul(je,Qe)|0,v=v+Math.imul(je,Ne)|0,C=C+Math.imul(Le,ae)|0,g=g+Math.imul(Le,fe)|0,g=g+Math.imul(Ae,ae)|0,v=v+Math.imul(Ae,fe)|0,C=C+Math.imul(be,qe)|0,g=g+Math.imul(be,Re)|0,g=g+Math.imul(xe,qe)|0,v=v+Math.imul(xe,Re)|0;var Dn=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,C=Math.imul(Ft,Tt),g=Math.imul(Ft,Ge),g=g+Math.imul(et,Tt)|0,v=Math.imul(et,Ge),C=C+Math.imul(_t,Nt)|0,g=g+Math.imul(_t,it)|0,g=g+Math.imul(Xe,Nt)|0,v=v+Math.imul(Xe,it)|0,C=C+Math.imul(ut,zt)|0,g=g+Math.imul(ut,N)|0,g=g+Math.imul(ze,zt)|0,v=v+Math.imul(ze,N)|0,C=C+Math.imul(Ie,A)|0,g=g+Math.imul(Ie,U)|0,g=g+Math.imul(Ue,A)|0,v=v+Math.imul(Ue,U)|0,C=C+Math.imul(Ve,ee)|0,g=g+Math.imul(Ve,ie)|0,g=g+Math.imul(ke,ee)|0,v=v+Math.imul(ke,ie)|0,C=C+Math.imul(we,Qe)|0,g=g+Math.imul(we,Ne)|0,g=g+Math.imul(he,Qe)|0,v=v+Math.imul(he,Ne)|0,C=C+Math.imul(dt,ae)|0,g=g+Math.imul(dt,fe)|0,g=g+Math.imul(je,ae)|0,v=v+Math.imul(je,fe)|0,C=C+Math.imul(Le,qe)|0,g=g+Math.imul(Le,Re)|0,g=g+Math.imul(Ae,qe)|0,v=v+Math.imul(Ae,Re)|0;var Xr=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Xr>>>26)|0,Xr&=67108863,C=Math.imul(Ft,Nt),g=Math.imul(Ft,it),g=g+Math.imul(et,Nt)|0,v=Math.imul(et,it),C=C+Math.imul(_t,zt)|0,g=g+Math.imul(_t,N)|0,g=g+Math.imul(Xe,zt)|0,v=v+Math.imul(Xe,N)|0,C=C+Math.imul(ut,A)|0,g=g+Math.imul(ut,U)|0,g=g+Math.imul(ze,A)|0,v=v+Math.imul(ze,U)|0,C=C+Math.imul(Ie,ee)|0,g=g+Math.imul(Ie,ie)|0,g=g+Math.imul(Ue,ee)|0,v=v+Math.imul(Ue,ie)|0,C=C+Math.imul(Ve,Qe)|0,g=g+Math.imul(Ve,Ne)|0,g=g+Math.imul(ke,Qe)|0,v=v+Math.imul(ke,Ne)|0,C=C+Math.imul(we,ae)|0,g=g+Math.imul(we,fe)|0,g=g+Math.imul(he,ae)|0,v=v+Math.imul(he,fe)|0,C=C+Math.imul(dt,qe)|0,g=g+Math.imul(dt,Re)|0,g=g+Math.imul(je,qe)|0,v=v+Math.imul(je,Re)|0;var Ln=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Ln>>>26)|0,Ln&=67108863,C=Math.imul(Ft,zt),g=Math.imul(Ft,N),g=g+Math.imul(et,zt)|0,v=Math.imul(et,N),C=C+Math.imul(_t,A)|0,g=g+Math.imul(_t,U)|0,g=g+Math.imul(Xe,A)|0,v=v+Math.imul(Xe,U)|0,C=C+Math.imul(ut,ee)|0,g=g+Math.imul(ut,ie)|0,g=g+Math.imul(ze,ee)|0,v=v+Math.imul(ze,ie)|0,C=C+Math.imul(Ie,Qe)|0,g=g+Math.imul(Ie,Ne)|0,g=g+Math.imul(Ue,Qe)|0,v=v+Math.imul(Ue,Ne)|0,C=C+Math.imul(Ve,ae)|0,g=g+Math.imul(Ve,fe)|0,g=g+Math.imul(ke,ae)|0,v=v+Math.imul(ke,fe)|0,C=C+Math.imul(we,qe)|0,g=g+Math.imul(we,Re)|0,g=g+Math.imul(he,qe)|0,v=v+Math.imul(he,Re)|0;var Ni=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Ni>>>26)|0,Ni&=67108863,C=Math.imul(Ft,A),g=Math.imul(Ft,U),g=g+Math.imul(et,A)|0,v=Math.imul(et,U),C=C+Math.imul(_t,ee)|0,g=g+Math.imul(_t,ie)|0,g=g+Math.imul(Xe,ee)|0,v=v+Math.imul(Xe,ie)|0,C=C+Math.imul(ut,Qe)|0,g=g+Math.imul(ut,Ne)|0,g=g+Math.imul(ze,Qe)|0,v=v+Math.imul(ze,Ne)|0,C=C+Math.imul(Ie,ae)|0,g=g+Math.imul(Ie,fe)|0,g=g+Math.imul(Ue,ae)|0,v=v+Math.imul(Ue,fe)|0,C=C+Math.imul(Ve,qe)|0,g=g+Math.imul(Ve,Re)|0,g=g+Math.imul(ke,qe)|0,v=v+Math.imul(ke,Re)|0;var ki=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(ki>>>26)|0,ki&=67108863,C=Math.imul(Ft,ee),g=Math.imul(Ft,ie),g=g+Math.imul(et,ee)|0,v=Math.imul(et,ie),C=C+Math.imul(_t,Qe)|0,g=g+Math.imul(_t,Ne)|0,g=g+Math.imul(Xe,Qe)|0,v=v+Math.imul(Xe,Ne)|0,C=C+Math.imul(ut,ae)|0,g=g+Math.imul(ut,fe)|0,g=g+Math.imul(ze,ae)|0,v=v+Math.imul(ze,fe)|0,C=C+Math.imul(Ie,qe)|0,g=g+Math.imul(Ie,Re)|0,g=g+Math.imul(Ue,qe)|0,v=v+Math.imul(Ue,Re)|0;var Bn=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Bn>>>26)|0,Bn&=67108863,C=Math.imul(Ft,Qe),g=Math.imul(Ft,Ne),g=g+Math.imul(et,Qe)|0,v=Math.imul(et,Ne),C=C+Math.imul(_t,ae)|0,g=g+Math.imul(_t,fe)|0,g=g+Math.imul(Xe,ae)|0,v=v+Math.imul(Xe,fe)|0,C=C+Math.imul(ut,qe)|0,g=g+Math.imul(ut,Re)|0,g=g+Math.imul(ze,qe)|0,v=v+Math.imul(ze,Re)|0;var ji=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(ji>>>26)|0,ji&=67108863,C=Math.imul(Ft,ae),g=Math.imul(Ft,fe),g=g+Math.imul(et,ae)|0,v=Math.imul(et,fe),C=C+Math.imul(_t,qe)|0,g=g+Math.imul(_t,Re)|0,g=g+Math.imul(Xe,qe)|0,v=v+Math.imul(Xe,Re)|0;var Di=(I+C|0)+((g&8191)<<13)|0;I=(v+(g>>>13)|0)+(Di>>>26)|0,Di&=67108863,C=Math.imul(Ft,qe),g=Math.imul(Ft,Re),g=g+Math.imul(et,qe)|0,v=Math.imul(et,Re);var D=(I+C|0)+((g&8191)<<13)|0;return I=(v+(g>>>13)|0)+(D>>>26)|0,D&=67108863,E[0]=Fe,E[1]=at,E[2]=er,E[3]=Bt,E[4]=$t,E[5]=ur,E[6]=Or,E[7]=dr,E[8]=tr,E[9]=_r,E[10]=Dn,E[11]=Xr,E[12]=Ln,E[13]=Ni,E[14]=ki,E[15]=Bn,E[16]=ji,E[17]=Di,E[18]=D,I!==0&&(E[19]=I,m.length++),m};Math.imul||(R=O);function k(L,h,f){f.negative=h.negative^L.negative,f.length=L.length+h.length;for(var m=0,S=0,T=0;T<f.length-1;T++){var E=S;S=0;for(var I=m&67108863,C=Math.min(T,h.length-1),g=Math.max(0,T-L.length+1);g<=C;g++){var v=T-g,j=L.words[v]|0,Q=h.words[g]|0,Z=j*Q,ce=Z&67108863;E=E+(Z/67108864|0)|0,ce=ce+I|0,I=ce&67108863,E=E+(ce>>>26)|0,S+=E>>>26,E&=67108863}f.words[T]=I,m=E,E=S}return m!==0?f.words[T]=m:f.length--,f._strip()}function F(L,h,f){return k(L,h,f)}o.prototype.mulTo=function(h,f){var m,S=this.length+h.length;return this.length===10&&h.length===10?m=R(this,h,f):S<63?m=O(this,h,f):S<1024?m=k(this,h,f):m=F(this,h,f),m},o.prototype.mul=function(h){var f=new o(null);return f.words=new Array(this.length+h.length),this.mulTo(h,f)},o.prototype.mulf=function(h){var f=new o(null);return f.words=new Array(this.length+h.length),F(this,h,f)},o.prototype.imul=function(h){return this.clone().mulTo(h,this)},o.prototype.imuln=function(h){var f=h<0;f&&(h=-h),n(typeof h=="number"),n(h<67108864);for(var m=0,S=0;S<this.length;S++){var T=(this.words[S]|0)*h,E=(T&67108863)+(m&67108863);m>>=26,m+=T/67108864|0,m+=E>>>26,this.words[S]=E&67108863}return m!==0&&(this.words[S]=m,this.length++),f?this.ineg():this},o.prototype.muln=function(h){return this.clone().imuln(h)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(h){var f=M(h);if(f.length===0)return new o(1);for(var m=this,S=0;S<f.length&&f[S]===0;S++,m=m.sqr());if(++S<f.length)for(var T=m.sqr();S<f.length;S++,T=T.sqr())f[S]!==0&&(m=m.mul(T));return m},o.prototype.iushln=function(h){n(typeof h=="number"&&h>=0);var f=h%26,m=(h-f)/26,S=67108863>>>26-f<<26-f,T;if(f!==0){var E=0;for(T=0;T<this.length;T++){var I=this.words[T]&S,C=(this.words[T]|0)-I<<f;this.words[T]=C|E,E=I>>>26-f}E&&(this.words[T]=E,this.length++)}if(m!==0){for(T=this.length-1;T>=0;T--)this.words[T+m]=this.words[T];for(T=0;T<m;T++)this.words[T]=0;this.length+=m}return this._strip()},o.prototype.ishln=function(h){return n(this.negative===0),this.iushln(h)},o.prototype.iushrn=function(h,f,m){n(typeof h=="number"&&h>=0);var S;f?S=(f-f%26)/26:S=0;var T=h%26,E=Math.min((h-T)/26,this.length),I=67108863^67108863>>>T<<T,C=m;if(S-=E,S=Math.max(0,S),C){for(var g=0;g<E;g++)C.words[g]=this.words[g];C.length=E}if(E!==0)if(this.length>E)for(this.length-=E,g=0;g<this.length;g++)this.words[g]=this.words[g+E];else this.words[0]=0,this.length=1;var v=0;for(g=this.length-1;g>=0&&(v!==0||g>=S);g--){var j=this.words[g]|0;this.words[g]=v<<26-T|j>>>T,v=j&I}return C&&v!==0&&(C.words[C.length++]=v),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},o.prototype.ishrn=function(h,f,m){return n(this.negative===0),this.iushrn(h,f,m)},o.prototype.shln=function(h){return this.clone().ishln(h)},o.prototype.ushln=function(h){return this.clone().iushln(h)},o.prototype.shrn=function(h){return this.clone().ishrn(h)},o.prototype.ushrn=function(h){return this.clone().iushrn(h)},o.prototype.testn=function(h){n(typeof h=="number"&&h>=0);var f=h%26,m=(h-f)/26,S=1<<f;if(this.length<=m)return!1;var T=this.words[m];return!!(T&S)},o.prototype.imaskn=function(h){n(typeof h=="number"&&h>=0);var f=h%26,m=(h-f)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=m)return this;if(f!==0&&m++,this.length=Math.min(m,this.length),f!==0){var S=67108863^67108863>>>f<<f;this.words[this.length-1]&=S}return this._strip()},o.prototype.maskn=function(h){return this.clone().imaskn(h)},o.prototype.iaddn=function(h){return n(typeof h=="number"),n(h<67108864),h<0?this.isubn(-h):this.negative!==0?this.length===1&&(this.words[0]|0)<=h?(this.words[0]=h-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(h),this.negative=1,this):this._iaddn(h)},o.prototype._iaddn=function(h){this.words[0]+=h;for(var f=0;f<this.length&&this.words[f]>=67108864;f++)this.words[f]-=67108864,f===this.length-1?this.words[f+1]=1:this.words[f+1]++;return this.length=Math.max(this.length,f+1),this},o.prototype.isubn=function(h){if(n(typeof h=="number"),n(h<67108864),h<0)return this.iaddn(-h);if(this.negative!==0)return this.negative=0,this.iaddn(h),this.negative=1,this;if(this.words[0]-=h,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var f=0;f<this.length&&this.words[f]<0;f++)this.words[f]+=67108864,this.words[f+1]-=1;return this._strip()},o.prototype.addn=function(h){return this.clone().iaddn(h)},o.prototype.subn=function(h){return this.clone().isubn(h)},o.prototype.iabs=function(){return this.negative=0,this},o.prototype.abs=function(){return this.clone().iabs()},o.prototype._ishlnsubmul=function(h,f,m){var S=h.length+m,T;this._expand(S);var E,I=0;for(T=0;T<h.length;T++){E=(this.words[T+m]|0)+I;var C=(h.words[T]|0)*f;E-=C&67108863,I=(E>>26)-(C/67108864|0),this.words[T+m]=E&67108863}for(;T<this.length-m;T++)E=(this.words[T+m]|0)+I,I=E>>26,this.words[T+m]=E&67108863;if(I===0)return this._strip();for(n(I===-1),I=0,T=0;T<this.length;T++)E=-(this.words[T]|0)+I,I=E>>26,this.words[T]=E&67108863;return this.negative=1,this._strip()},o.prototype._wordDiv=function(h,f){var m=this.length-h.length,S=this.clone(),T=h,E=T.words[T.length-1]|0,I=this._countBits(E);m=26-I,m!==0&&(T=T.ushln(m),S.iushln(m),E=T.words[T.length-1]|0);var C=S.length-T.length,g;if(f!=="mod"){g=new o(null),g.length=C+1,g.words=new Array(g.length);for(var v=0;v<g.length;v++)g.words[v]=0}var j=S.clone()._ishlnsubmul(T,1,C);j.negative===0&&(S=j,g&&(g.words[C]=1));for(var Q=C-1;Q>=0;Q--){var Z=(S.words[T.length+Q]|0)*67108864+(S.words[T.length+Q-1]|0);for(Z=Math.min(Z/E|0,67108863),S._ishlnsubmul(T,Z,Q);S.negative!==0;)Z--,S.negative=0,S._ishlnsubmul(T,1,Q),S.isZero()||(S.negative^=1);g&&(g.words[Q]=Z)}return g&&g._strip(),S._strip(),f!=="div"&&m!==0&&S.iushrn(m),{div:g||null,mod:S}},o.prototype.divmod=function(h,f,m){if(n(!h.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var S,T,E;return this.negative!==0&&h.negative===0?(E=this.neg().divmod(h,f),f!=="mod"&&(S=E.div.neg()),f!=="div"&&(T=E.mod.neg(),m&&T.negative!==0&&T.iadd(h)),{div:S,mod:T}):this.negative===0&&h.negative!==0?(E=this.divmod(h.neg(),f),f!=="mod"&&(S=E.div.neg()),{div:S,mod:E.mod}):this.negative&h.negative?(E=this.neg().divmod(h.neg(),f),f!=="div"&&(T=E.mod.neg(),m&&T.negative!==0&&T.isub(h)),{div:E.div,mod:T}):h.length>this.length||this.cmp(h)<0?{div:new o(0),mod:this}:h.length===1?f==="div"?{div:this.divn(h.words[0]),mod:null}:f==="mod"?{div:null,mod:new o(this.modrn(h.words[0]))}:{div:this.divn(h.words[0]),mod:new o(this.modrn(h.words[0]))}:this._wordDiv(h,f)},o.prototype.div=function(h){return this.divmod(h,"div",!1).div},o.prototype.mod=function(h){return this.divmod(h,"mod",!1).mod},o.prototype.umod=function(h){return this.divmod(h,"mod",!0).mod},o.prototype.divRound=function(h){var f=this.divmod(h);if(f.mod.isZero())return f.div;var m=f.div.negative!==0?f.mod.isub(h):f.mod,S=h.ushrn(1),T=h.andln(1),E=m.cmp(S);return E<0||T===1&&E===0?f.div:f.div.negative!==0?f.div.isubn(1):f.div.iaddn(1)},o.prototype.modrn=function(h){var f=h<0;f&&(h=-h),n(h<=67108863);for(var m=(1<<26)%h,S=0,T=this.length-1;T>=0;T--)S=(m*S+(this.words[T]|0))%h;return f?-S:S},o.prototype.modn=function(h){return this.modrn(h)},o.prototype.idivn=function(h){var f=h<0;f&&(h=-h),n(h<=67108863);for(var m=0,S=this.length-1;S>=0;S--){var T=(this.words[S]|0)+m*67108864;this.words[S]=T/h|0,m=T%h}return this._strip(),f?this.ineg():this},o.prototype.divn=function(h){return this.clone().idivn(h)},o.prototype.egcd=function(h){n(h.negative===0),n(!h.isZero());var f=this,m=h.clone();f.negative!==0?f=f.umod(h):f=f.clone();for(var S=new o(1),T=new o(0),E=new o(0),I=new o(1),C=0;f.isEven()&&m.isEven();)f.iushrn(1),m.iushrn(1),++C;for(var g=m.clone(),v=f.clone();!f.isZero();){for(var j=0,Q=1;!(f.words[0]&Q)&&j<26;++j,Q<<=1);if(j>0)for(f.iushrn(j);j-- >0;)(S.isOdd()||T.isOdd())&&(S.iadd(g),T.isub(v)),S.iushrn(1),T.iushrn(1);for(var Z=0,ce=1;!(m.words[0]&ce)&&Z<26;++Z,ce<<=1);if(Z>0)for(m.iushrn(Z);Z-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(g),I.isub(v)),E.iushrn(1),I.iushrn(1);f.cmp(m)>=0?(f.isub(m),S.isub(E),T.isub(I)):(m.isub(f),E.isub(S),I.isub(T))}return{a:E,b:I,gcd:m.iushln(C)}},o.prototype._invmp=function(h){n(h.negative===0),n(!h.isZero());var f=this,m=h.clone();f.negative!==0?f=f.umod(h):f=f.clone();for(var S=new o(1),T=new o(0),E=m.clone();f.cmpn(1)>0&&m.cmpn(1)>0;){for(var I=0,C=1;!(f.words[0]&C)&&I<26;++I,C<<=1);if(I>0)for(f.iushrn(I);I-- >0;)S.isOdd()&&S.iadd(E),S.iushrn(1);for(var g=0,v=1;!(m.words[0]&v)&&g<26;++g,v<<=1);if(g>0)for(m.iushrn(g);g-- >0;)T.isOdd()&&T.iadd(E),T.iushrn(1);f.cmp(m)>=0?(f.isub(m),S.isub(T)):(m.isub(f),T.isub(S))}var j;return f.cmpn(1)===0?j=S:j=T,j.cmpn(0)<0&&j.iadd(h),j},o.prototype.gcd=function(h){if(this.isZero())return h.abs();if(h.isZero())return this.abs();var f=this.clone(),m=h.clone();f.negative=0,m.negative=0;for(var S=0;f.isEven()&&m.isEven();S++)f.iushrn(1),m.iushrn(1);do{for(;f.isEven();)f.iushrn(1);for(;m.isEven();)m.iushrn(1);var T=f.cmp(m);if(T<0){var E=f;f=m,m=E}else if(T===0||m.cmpn(1)===0)break;f.isub(m)}while(!0);return m.iushln(S)},o.prototype.invm=function(h){return this.egcd(h).a.umod(h)},o.prototype.isEven=function(){return(this.words[0]&1)===0},o.prototype.isOdd=function(){return(this.words[0]&1)===1},o.prototype.andln=function(h){return this.words[0]&h},o.prototype.bincn=function(h){n(typeof h=="number");var f=h%26,m=(h-f)/26,S=1<<f;if(this.length<=m)return this._expand(m+1),this.words[m]|=S,this;for(var T=S,E=m;T!==0&&E<this.length;E++){var I=this.words[E]|0;I+=T,T=I>>>26,I&=67108863,this.words[E]=I}return T!==0&&(this.words[E]=T,this.length++),this},o.prototype.isZero=function(){return this.length===1&&this.words[0]===0},o.prototype.cmpn=function(h){var f=h<0;if(this.negative!==0&&!f)return-1;if(this.negative===0&&f)return 1;this._strip();var m;if(this.length>1)m=1;else{f&&(h=-h),n(h<=67108863,"Number is too big");var S=this.words[0]|0;m=S===h?0:S<h?-1:1}return this.negative!==0?-m|0:m},o.prototype.cmp=function(h){if(this.negative!==0&&h.negative===0)return-1;if(this.negative===0&&h.negative!==0)return 1;var f=this.ucmp(h);return this.negative!==0?-f|0:f},o.prototype.ucmp=function(h){if(this.length>h.length)return 1;if(this.length<h.length)return-1;for(var f=0,m=this.length-1;m>=0;m--){var S=this.words[m]|0,T=h.words[m]|0;if(S!==T){S<T?f=-1:S>T&&(f=1);break}}return f},o.prototype.gtn=function(h){return this.cmpn(h)===1},o.prototype.gt=function(h){return this.cmp(h)===1},o.prototype.gten=function(h){return this.cmpn(h)>=0},o.prototype.gte=function(h){return this.cmp(h)>=0},o.prototype.ltn=function(h){return this.cmpn(h)===-1},o.prototype.lt=function(h){return this.cmp(h)===-1},o.prototype.lten=function(h){return this.cmpn(h)<=0},o.prototype.lte=function(h){return this.cmp(h)<=0},o.prototype.eqn=function(h){return this.cmpn(h)===0},o.prototype.eq=function(h){return this.cmp(h)===0},o.red=function(h){return new se(h)},o.prototype.toRed=function(h){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),h.convertTo(this)._forceRed(h)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(h){return this.red=h,this},o.prototype.forceRed=function(h){return n(!this.red,"Already a number in reduction context"),this._forceRed(h)},o.prototype.redAdd=function(h){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,h)},o.prototype.redIAdd=function(h){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,h)},o.prototype.redSub=function(h){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,h)},o.prototype.redISub=function(h){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,h)},o.prototype.redShl=function(h){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,h)},o.prototype.redMul=function(h){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,h),this.red.mul(this,h)},o.prototype.redIMul=function(h){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,h),this.red.imul(this,h)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(h){return n(this.red&&!h.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,h)};var B={k256:null,p224:null,p192:null,p25519:null};function W(L,h){this.name=L,this.p=new o(h,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}W.prototype._tmp=function(){var h=new o(null);return h.words=new Array(Math.ceil(this.n/13)),h},W.prototype.ireduce=function(h){var f=h,m;do this.split(f,this.tmp),f=this.imulK(f),f=f.iadd(this.tmp),m=f.bitLength();while(m>this.n);var S=m<this.n?-1:f.ucmp(this.p);return S===0?(f.words[0]=0,f.length=1):S>0?f.isub(this.p):f.strip!==void 0?f.strip():f._strip(),f},W.prototype.split=function(h,f){h.iushrn(this.n,0,f)},W.prototype.imulK=function(h){return h.imul(this.k)};function z(){W.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}i(z,W),z.prototype.split=function(h,f){for(var m=4194303,S=Math.min(h.length,9),T=0;T<S;T++)f.words[T]=h.words[T];if(f.length=S,h.length<=9){h.words[0]=0,h.length=1;return}var E=h.words[9];for(f.words[f.length++]=E&m,T=10;T<h.length;T++){var I=h.words[T]|0;h.words[T-10]=(I&m)<<4|E>>>22,E=I}E>>>=22,h.words[T-10]=E,E===0&&h.length>10?h.length-=10:h.length-=9},z.prototype.imulK=function(h){h.words[h.length]=0,h.words[h.length+1]=0,h.length+=2;for(var f=0,m=0;m<h.length;m++){var S=h.words[m]|0;f+=S*977,h.words[m]=f&67108863,f=S*64+(f/67108864|0)}return h.words[h.length-1]===0&&(h.length--,h.words[h.length-1]===0&&h.length--),h};function G(){W.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}i(G,W);function ne(){W.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}i(ne,W);function oe(){W.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}i(oe,W),oe.prototype.imulK=function(h){for(var f=0,m=0;m<h.length;m++){var S=(h.words[m]|0)*19+f,T=S&67108863;S>>>=26,h.words[m]=T,f=S}return f!==0&&(h.words[h.length++]=f),h},o._prime=function(h){if(B[h])return B[h];var f;if(h==="k256")f=new z;else if(h==="p224")f=new G;else if(h==="p192")f=new ne;else if(h==="p25519")f=new oe;else throw new Error("Unknown prime "+h);return B[h]=f,f};function se(L){if(typeof L=="string"){var h=o._prime(L);this.m=h.p,this.prime=h}else n(L.gtn(1),"modulus must be greater than 1"),this.m=L,this.prime=null}se.prototype._verify1=function(h){n(h.negative===0,"red works only with positives"),n(h.red,"red works only with red numbers")},se.prototype._verify2=function(h,f){n((h.negative|f.negative)===0,"red works only with positives"),n(h.red&&h.red===f.red,"red works only with red numbers")},se.prototype.imod=function(h){return this.prime?this.prime.ireduce(h)._forceRed(this):(u(h,h.umod(this.m)._forceRed(this)),h)},se.prototype.neg=function(h){return h.isZero()?h.clone():this.m.sub(h)._forceRed(this)},se.prototype.add=function(h,f){this._verify2(h,f);var m=h.add(f);return m.cmp(this.m)>=0&&m.isub(this.m),m._forceRed(this)},se.prototype.iadd=function(h,f){this._verify2(h,f);var m=h.iadd(f);return m.cmp(this.m)>=0&&m.isub(this.m),m},se.prototype.sub=function(h,f){this._verify2(h,f);var m=h.sub(f);return m.cmpn(0)<0&&m.iadd(this.m),m._forceRed(this)},se.prototype.isub=function(h,f){this._verify2(h,f);var m=h.isub(f);return m.cmpn(0)<0&&m.iadd(this.m),m},se.prototype.shl=function(h,f){return this._verify1(h),this.imod(h.ushln(f))},se.prototype.imul=function(h,f){return this._verify2(h,f),this.imod(h.imul(f))},se.prototype.mul=function(h,f){return this._verify2(h,f),this.imod(h.mul(f))},se.prototype.isqr=function(h){return this.imul(h,h.clone())},se.prototype.sqr=function(h){return this.mul(h,h)},se.prototype.sqrt=function(h){if(h.isZero())return h.clone();var f=this.m.andln(3);if(n(f%2===1),f===3){var m=this.m.add(new o(1)).iushrn(2);return this.pow(h,m)}for(var S=this.m.subn(1),T=0;!S.isZero()&&S.andln(1)===0;)T++,S.iushrn(1);n(!S.isZero());var E=new o(1).toRed(this),I=E.redNeg(),C=this.m.subn(1).iushrn(1),g=this.m.bitLength();for(g=new o(2*g*g).toRed(this);this.pow(g,C).cmp(I)!==0;)g.redIAdd(I);for(var v=this.pow(g,S),j=this.pow(h,S.addn(1).iushrn(1)),Q=this.pow(h,S),Z=T;Q.cmp(E)!==0;){for(var ce=Q,be=0;ce.cmp(E)!==0;be++)ce=ce.redSqr();n(be<Z);var xe=this.pow(v,new o(1).iushln(Z-be-1));j=j.redMul(xe),v=xe.redSqr(),Q=Q.redMul(v),Z=be}return j},se.prototype.invm=function(h){var f=h._invmp(this.m);return f.negative!==0?(f.negative=0,this.imod(f).redNeg()):this.imod(f)},se.prototype.pow=function(h,f){if(f.isZero())return new o(1).toRed(this);if(f.cmpn(1)===0)return h.clone();var m=4,S=new Array(1<<m);S[0]=new o(1).toRed(this),S[1]=h;for(var T=2;T<S.length;T++)S[T]=this.mul(S[T-1],h);var E=S[0],I=0,C=0,g=f.bitLength()%26;for(g===0&&(g=26),T=f.length-1;T>=0;T--){for(var v=f.words[T],j=g-1;j>=0;j--){var Q=v>>j&1;if(E!==S[0]&&(E=this.sqr(E)),Q===0&&I===0){C=0;continue}I<<=1,I|=Q,C++,!(C!==m&&(T!==0||j!==0))&&(E=this.mul(E,S[I]),C=0,I=0)}g=26}return E},se.prototype.convertTo=function(h){var f=h.umod(this.m);return f===h?f.clone():f},se.prototype.convertFrom=function(h){var f=h.clone();return f.red=null,f},o.mont=function(h){return new q(h)};function q(L){se.call(this,L),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}i(q,se),q.prototype.convertTo=function(h){return this.imod(h.ushln(this.shift))},q.prototype.convertFrom=function(h){var f=this.imod(h.mul(this.rinv));return f.red=null,f},q.prototype.imul=function(h,f){if(h.isZero()||f.isZero())return h.words[0]=0,h.length=1,h;var m=h.imul(f),S=m.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),T=m.isub(S).iushrn(this.shift),E=T;return T.cmp(this.m)>=0?E=T.isub(this.m):T.cmpn(0)<0&&(E=T.iadd(this.m)),E._forceRed(this)},q.prototype.mul=function(h,f){if(h.isZero()||f.isZero())return new o(0)._forceRed(this);var m=h.mul(f),S=m.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),T=m.isub(S).iushrn(this.shift),E=T;return T.cmp(this.m)>=0?E=T.isub(this.m):T.cmpn(0)<0&&(E=T.iadd(this.m)),E._forceRed(this)},q.prototype.invm=function(h){var f=this.imod(h._invmp(this.m).mul(this.r2));return f._forceRed(this)}})(e,Er)}(Qu);var zp=Qu.exports;const qp=Us(zp);var h8=Er&&Er.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ln,"__esModule",{value:!0}),ln.parseAccumulatorUpdateData=ln.sliceAccumulatorUpdateData=ln.parseTwapMessage=ln.parsePriceFeedMessage=ln.isAccumulatorUpdateData=void 0;const un=h8(zp),p8="504e4155",m8=1,g8=0,ef=20,v8=0,b8=1;function tf(e){return e.toString("hex").slice(0,8)===p8&&e[4]===m8&&e[5]===g8}ln.isAccumulatorUpdateData=tf;function y8(e){let t=0;if(e.readUInt8(t)!==v8)throw new Error("Not a price feed message");t+=1;const n=e.subarray(t,t+32);t+=32;const i=new un.default(e.subarray(t,t+8),"be");t+=8;const o=new un.default(e.subarray(t,t+8),"be");t+=8;const s=e.readInt32BE(t);t+=4;const a=new un.default(e.subarray(t,t+8),"be");t+=8;const c=new un.default(e.subarray(t,t+8),"be");t+=8;const l=new un.default(e.subarray(t,t+8),"be");t+=8;const u=new un.default(e.subarray(t,t+8),"be");return t+=8,{feedId:n,price:i,confidence:o,exponent:s,publishTime:a,prevPublishTime:c,emaPrice:l,emaConf:u}}ln.parsePriceFeedMessage=y8;function w8(e){let t=0;if(e.readUInt8(t)!==b8)throw new Error("Not a twap message");t+=1;const n=e.subarray(t,t+32);t+=32;const i=new un.default(e.subarray(t,t+16),"be");t+=16;const o=new un.default(e.subarray(t,t+16),"be");t+=16;const s=new un.default(e.subarray(t,t+8),"be");t+=8;const a=e.readInt32BE(t);t+=4;const c=new un.default(e.subarray(t,t+8),"be");t+=8;const l=new un.default(e.subarray(t,t+8),"be");t+=8;const u=new un.default(e.subarray(t,t+8),"be");return t+=8,{feedId:n,cumulativePrice:i,cumulativeConf:o,numDownSlots:s,exponent:a,publishTime:c,prevPublishTime:l,publishSlot:u}}ln.parseTwapMessage=w8;function x8(e,t,r){if(!tf(e))throw new Error("Invalid accumulator message");let n=6;const i=e.readUint8(n);n+=1+i,n+=1;const o=e.readUint16BE(n);n+=2,n+=o;const s=n,a=[],c=e.readUInt8(n);n+=1;for(let u=0;u<c;u++){const d=n,p=e.readUint16BE(n);n+=2,n+=p;const y=e.readUInt8(n);n+=1,n+=ef*y,a.push(e.subarray(d,n))}if(n!==e.length)throw new Error("Didn't reach the end of the message");const l=a.slice(t,r);return Zu.concat([e.subarray(0,s),Zu.from([l.length]),...a.slice(t,r)])}ln.sliceAccumulatorUpdateData=x8;function S8(e){if(!tf(e))throw new Error("Invalid accumulator message");let t=6;const r=e.readUint8(t);t+=1+r,t+=1;const n=e.readUint16BE(t);t+=2;const i=e.subarray(t,t+n);t+=n;const o=e.readUInt8(t),s=[];t+=1;for(let a=0;a<o;a++){const c=e.readUint16BE(t);t+=2;const l=e.subarray(t,t+c);t+=c;const u=e.readUInt8(t);t+=1;const d=[];for(let p=0;p<u;p++)d.push(Array.from(e.subarray(t,t+ef))),t+=ef;s.push({message:l,proof:d})}if(t!==e.length)throw new Error("Didn't reach the end of the message");return{vaa:i,updates:s}}ln.parseAccumulatorUpdateData=S8,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PriceFeed=e.PriceFeedMetadata=e.Price=e.parseTwapMessage=e.parsePriceFeedMessage=e.parseAccumulatorUpdateData=e.sliceAccumulatorUpdateData=e.isAccumulatorUpdateData=void 0;const t=hc;var r=ln;Object.defineProperty(e,"isAccumulatorUpdateData",{enumerable:!0,get:function(){return r.isAccumulatorUpdateData}}),Object.defineProperty(e,"sliceAccumulatorUpdateData",{enumerable:!0,get:function(){return r.sliceAccumulatorUpdateData}}),Object.defineProperty(e,"parseAccumulatorUpdateData",{enumerable:!0,get:function(){return r.parseAccumulatorUpdateData}}),Object.defineProperty(e,"parsePriceFeedMessage",{enumerable:!0,get:function(){return r.parsePriceFeedMessage}}),Object.defineProperty(e,"parseTwapMessage",{enumerable:!0,get:function(){return r.parseTwapMessage}});class n{constructor(a){vt(this,"conf");vt(this,"expo");vt(this,"price");vt(this,"publishTime");this.conf=a.conf,this.expo=a.expo,this.price=a.price,this.publishTime=a.publishTime}getPriceAsNumberUnchecked(){return Number(this.price)*10**this.expo}getConfAsNumberUnchecked(){return Number(this.conf)*10**this.expo}static fromJson(a){const c=t.Convert.toPrice(a);return new n({conf:c.conf,expo:c.expo,price:c.price,publishTime:c.publish_time})}toJson(){const a={conf:this.conf,expo:this.expo,price:this.price,publish_time:this.publishTime};return t.Convert.priceToJson(a)}}e.Price=n;class i{constructor(a){vt(this,"attestationTime");vt(this,"emitterChain");vt(this,"priceServiceReceiveTime");vt(this,"sequenceNumber");vt(this,"slot");vt(this,"prevPublishTime");this.attestationTime=a.attestationTime,this.emitterChain=a.emitterChain,this.priceServiceReceiveTime=a.receiveTime,this.sequenceNumber=a.sequenceNumber,this.slot=a.slot,this.prevPublishTime=a.prevPublishTime}static fromJson(a){if(a===void 0)return;const c=t.Convert.toPriceFeedMetadata(a);return new i({attestationTime:c.attestation_time,emitterChain:c.emitter_chain,receiveTime:c.price_service_receive_time,sequenceNumber:c.sequence_number,slot:c.slot,prevPublishTime:c.prev_publish_time})}toJson(){const a={attestation_time:this.attestationTime,emitter_chain:this.emitterChain,price_service_receive_time:this.priceServiceReceiveTime,sequence_number:this.sequenceNumber,slot:this.slot,prev_publish_time:this.prevPublishTime};return t.Convert.priceFeedMetadataToJson(a)}}e.PriceFeedMetadata=i;let o=class r6{constructor(a){vt(this,"emaPrice");vt(this,"id");vt(this,"metadata");vt(this,"vaa");vt(this,"price");this.emaPrice=a.emaPrice,this.id=a.id,this.metadata=a.metadata,this.vaa=a.vaa,this.price=a.price}static fromJson(a){const c=t.Convert.toPriceFeed(a);return new r6({emaPrice:n.fromJson(c.ema_price),id:c.id,metadata:i.fromJson(c.metadata),vaa:c.vaa,price:n.fromJson(c.price)})}toJson(){var c;const a={ema_price:this.emaPrice.toJson(),id:this.id,metadata:(c=this.metadata)==null?void 0:c.toJson(),price:this.price.toJson()};return t.Convert.priceFeedToJson(a)}getPriceUnchecked(){return this.price}getEmaPriceUnchecked(){return this.emaPrice}getPriceNoOlderThan(a){const c=this.getPriceUnchecked(),l=Math.floor(Date.now()/1e3);if(!(Math.abs(l-c.publishTime)>a))return c}getEmaPriceNoOlderThan(a){const c=this.getEmaPriceUnchecked(),l=Math.floor(Date.now()/1e3);if(!(Math.abs(l-c.publishTime)>a))return c}getMetadata(){return this.metadata}getVAA(){return this.vaa}};e.PriceFeed=o}(Ku);function Hp(e,t){return function(){return e.apply(t,arguments)}}const{toString:_8}=Object.prototype,{getPrototypeOf:rf}=Object,pc=(e=>t=>{const r=_8.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),An=e=>(e=e.toLowerCase(),t=>pc(t)===e),mc=e=>t=>typeof t===e,{isArray:rs}=Array,ca=mc("undefined");function E8(e){return e!==null&&!ca(e)&&e.constructor!==null&&!ca(e.constructor)&&en(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Wp=An("ArrayBuffer");function C8(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Wp(e.buffer),t}const T8=mc("string"),en=mc("function"),Gp=mc("number"),gc=e=>e!==null&&typeof e=="object",A8=e=>e===!0||e===!1,vc=e=>{if(pc(e)!=="object")return!1;const t=rf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},M8=An("Date"),I8=An("File"),O8=An("Blob"),P8=An("FileList"),R8=e=>gc(e)&&en(e.pipe),N8=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||en(e.append)&&((t=pc(e))==="formdata"||t==="object"&&en(e.toString)&&e.toString()==="[object FormData]"))},k8=An("URLSearchParams"),[j8,D8,L8,B8]=["ReadableStream","Request","Response","Headers"].map(An),U8=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function la(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let n,i;if(typeof e!="object"&&(e=[e]),rs(e))for(n=0,i=e.length;n<i;n++)t.call(null,e[n],n,e);else{const o=r?Object.getOwnPropertyNames(e):Object.keys(e),s=o.length;let a;for(n=0;n<s;n++)a=o[n],t.call(null,e[a],a,e)}}function Kp(e,t){t=t.toLowerCase();const r=Object.keys(e);let n=r.length,i;for(;n-- >0;)if(i=r[n],t===i.toLowerCase())return i;return null}const To=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:Er)(),Yp=e=>!ca(e)&&e!==To;function nf(){const{caseless:e}=Yp(this)&&this||{},t={},r=(n,i)=>{const o=e&&Kp(t,i)||i;vc(t[o])&&vc(n)?t[o]=nf(t[o],n):vc(n)?t[o]=nf({},n):rs(n)?t[o]=n.slice():t[o]=n};for(let n=0,i=arguments.length;n<i;n++)arguments[n]&&la(arguments[n],r);return t}const F8=(e,t,r,{allOwnKeys:n}={})=>(la(t,(i,o)=>{r&&en(i)?e[o]=Hp(i,r):e[o]=i},{allOwnKeys:n}),e),$8=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),V8=(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},z8=(e,t,r,n)=>{let i,o,s;const a={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),o=i.length;o-- >0;)s=i[o],(!n||n(s,e,t))&&!a[s]&&(t[s]=e[s],a[s]=!0);e=r!==!1&&rf(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},q8=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const n=e.indexOf(t,r);return n!==-1&&n===r},H8=e=>{if(!e)return null;if(rs(e))return e;let t=e.length;if(!Gp(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},W8=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&rf(Uint8Array)),G8=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let i;for(;(i=n.next())&&!i.done;){const o=i.value;t.call(e,o[0],o[1])}},K8=(e,t)=>{let r;const n=[];for(;(r=e.exec(t))!==null;)n.push(r);return n},Y8=An("HTMLFormElement"),X8=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,n,i){return n.toUpperCase()+i}),Xp=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),J8=An("RegExp"),Jp=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};la(r,(i,o)=>{let s;(s=t(i,o,e))!==!1&&(n[o]=s||i)}),Object.defineProperties(e,n)},Z8=e=>{Jp(e,(t,r)=>{if(en(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const n=e[r];if(en(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},Q8=(e,t)=>{const r={},n=i=>{i.forEach(o=>{r[o]=!0})};return rs(e)?n(e):n(String(e).split(t)),r},ex=()=>{},tx=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function rx(e){return!!(e&&en(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const nx=e=>{const t=new Array(10),r=(n,i)=>{if(gc(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[i]=n;const o=rs(n)?[]:{};return la(n,(s,a)=>{const c=r(s,i+1);!ca(c)&&(o[a]=c)}),t[i]=void 0,o}}return n};return r(e,0)},ix=An("AsyncFunction"),ox=e=>e&&(gc(e)||en(e))&&en(e.then)&&en(e.catch),Zp=((e,t)=>e?setImmediate:t?((r,n)=>(To.addEventListener("message",({source:i,data:o})=>{i===To&&o===r&&n.length&&n.shift()()},!1),i=>{n.push(i),To.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",en(To.postMessage)),sx=typeof queueMicrotask<"u"?queueMicrotask.bind(To):typeof yn<"u"&&yn.nextTick||Zp;var le={isArray:rs,isArrayBuffer:Wp,isBuffer:E8,isFormData:N8,isArrayBufferView:C8,isString:T8,isNumber:Gp,isBoolean:A8,isObject:gc,isPlainObject:vc,isReadableStream:j8,isRequest:D8,isResponse:L8,isHeaders:B8,isUndefined:ca,isDate:M8,isFile:I8,isBlob:O8,isRegExp:J8,isFunction:en,isStream:R8,isURLSearchParams:k8,isTypedArray:W8,isFileList:P8,forEach:la,merge:nf,extend:F8,trim:U8,stripBOM:$8,inherits:V8,toFlatObject:z8,kindOf:pc,kindOfTest:An,endsWith:q8,toArray:H8,forEachEntry:G8,matchAll:K8,isHTMLForm:Y8,hasOwnProperty:Xp,hasOwnProp:Xp,reduceDescriptors:Jp,freezeMethods:Z8,toObjectSet:Q8,toCamelCase:X8,noop:ex,toFiniteNumber:tx,findKey:Kp,global:To,isContextDefined:Yp,isSpecCompliantForm:rx,toJSONObject:nx,isAsyncFn:ix,isThenable:ox,setImmediate:Zp,asap:sx};function ht(e,t,r,n,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),i&&(this.response=i,this.status=i.status?i.status:null)}le.inherits(ht,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:le.toJSONObject(this.config),code:this.code,status:this.status}}});const Qp=ht.prototype,em={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{em[e]={value:e}}),Object.defineProperties(ht,em),Object.defineProperty(Qp,"isAxiosError",{value:!0}),ht.from=(e,t,r,n,i,o)=>{const s=Object.create(Qp);return le.toFlatObject(e,s,function(c){return c!==Error.prototype},a=>a!=="isAxiosError"),ht.call(s,e.message,t,r,n,i),s.cause=e,s.name=e.name,o&&Object.assign(s,o),s};var ax=null;function of(e){return le.isPlainObject(e)||le.isArray(e)}function tm(e){return le.endsWith(e,"[]")?e.slice(0,-2):e}function rm(e,t,r){return e?e.concat(t).map(function(i,o){return i=tm(i),!r&&o?"["+i+"]":i}).join(r?".":""):t}function cx(e){return le.isArray(e)&&!e.some(of)}const lx=le.toFlatObject(le,{},null,function(t){return/^is[A-Z]/.test(t)});function bc(e,t,r){if(!le.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=le.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(b,M){return!le.isUndefined(M[b])});const n=r.metaTokens,i=r.visitor||u,o=r.dots,s=r.indexes,c=(r.Blob||typeof Blob<"u"&&Blob)&&le.isSpecCompliantForm(t);if(!le.isFunction(i))throw new TypeError("visitor must be a function");function l(x){if(x===null)return"";if(le.isDate(x))return x.toISOString();if(!c&&le.isBlob(x))throw new ht("Blob is not supported. Use a Buffer instead.");return le.isArrayBuffer(x)||le.isTypedArray(x)?c&&typeof Blob=="function"?new Blob([x]):Zu.from(x):x}function u(x,b,M){let O=x;if(x&&!M&&typeof x=="object"){if(le.endsWith(b,"{}"))b=n?b:b.slice(0,-2),x=JSON.stringify(x);else if(le.isArray(x)&&cx(x)||(le.isFileList(x)||le.endsWith(b,"[]"))&&(O=le.toArray(x)))return b=tm(b),O.forEach(function(k,F){!(le.isUndefined(k)||k===null)&&t.append(s===!0?rm([b],F,o):s===null?b:b+"[]",l(k))}),!1}return of(x)?!0:(t.append(rm(M,b,o),l(x)),!1)}const d=[],p=Object.assign(lx,{defaultVisitor:u,convertValue:l,isVisitable:of});function y(x,b){if(!le.isUndefined(x)){if(d.indexOf(x)!==-1)throw Error("Circular reference detected in "+b.join("."));d.push(x),le.forEach(x,function(O,R){(!(le.isUndefined(O)||O===null)&&i.call(t,O,le.isString(R)?R.trim():R,b,p))===!0&&y(O,b?b.concat(R):[R])}),d.pop()}}if(!le.isObject(e))throw new TypeError("data must be an object");return y(e),t}function nm(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function sf(e,t){this._pairs=[],e&&bc(e,this,t)}const im=sf.prototype;im.append=function(t,r){this._pairs.push([t,r])},im.toString=function(t){const r=t?function(n){return t.call(this,n,nm)}:nm;return this._pairs.map(function(i){return r(i[0])+"="+r(i[1])},"").join("&")};function ux(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function om(e,t,r){if(!t)return e;const n=r&&r.encode||ux;le.isFunction(r)&&(r={serialize:r});const i=r&&r.serialize;let o;if(i?o=i(t,r):o=le.isURLSearchParams(t)?t.toString():new sf(t,r).toString(n),o){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class fx{constructor(){this.handlers=[]}use(t,r,n){return this.handlers.push({fulfilled:t,rejected:r,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){le.forEach(this.handlers,function(n){n!==null&&t(n)})}}var sm=fx,am={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},dx=typeof URLSearchParams<"u"?URLSearchParams:sf,hx=typeof FormData<"u"?FormData:null,px=typeof Blob<"u"?Blob:null,mx={isBrowser:!0,classes:{URLSearchParams:dx,FormData:hx,Blob:px},protocols:["http","https","file","blob","url","data"]};const af=typeof window<"u"&&typeof document<"u",cf=typeof navigator=="object"&&navigator||void 0,gx=af&&(!cf||["ReactNative","NativeScript","NS"].indexOf(cf.product)<0),vx=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),bx=af&&window.location.href||"http://localhost";var yx=Object.freeze({__proto__:null,hasBrowserEnv:af,hasStandardBrowserWebWorkerEnv:vx,hasStandardBrowserEnv:gx,navigator:cf,origin:bx}),Rr={...yx,...mx};function wx(e,t){return bc(e,new Rr.classes.URLSearchParams,Object.assign({visitor:function(r,n,i,o){return Rr.isNode&&le.isBuffer(r)?(this.append(n,r.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function xx(e){return le.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Sx(e){const t={},r=Object.keys(e);let n;const i=r.length;let o;for(n=0;n<i;n++)o=r[n],t[o]=e[o];return t}function cm(e){function t(r,n,i,o){let s=r[o++];if(s==="__proto__")return!0;const a=Number.isFinite(+s),c=o>=r.length;return s=!s&&le.isArray(i)?i.length:s,c?(le.hasOwnProp(i,s)?i[s]=[i[s],n]:i[s]=n,!a):((!i[s]||!le.isObject(i[s]))&&(i[s]=[]),t(r,n,i[s],o)&&le.isArray(i[s])&&(i[s]=Sx(i[s])),!a)}if(le.isFormData(e)&&le.isFunction(e.entries)){const r={};return le.forEachEntry(e,(n,i)=>{t(xx(n),i,r,0)}),r}return null}function _x(e,t,r){if(le.isString(e))try{return(t||JSON.parse)(e),le.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(r||JSON.stringify)(e)}const lf={transitional:am,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const n=r.getContentType()||"",i=n.indexOf("application/json")>-1,o=le.isObject(t);if(o&&le.isHTMLForm(t)&&(t=new FormData(t)),le.isFormData(t))return i?JSON.stringify(cm(t)):t;if(le.isArrayBuffer(t)||le.isBuffer(t)||le.isStream(t)||le.isFile(t)||le.isBlob(t)||le.isReadableStream(t))return t;if(le.isArrayBufferView(t))return t.buffer;if(le.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return wx(t,this.formSerializer).toString();if((a=le.isFileList(t))||n.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return bc(a?{"files[]":t}:t,c&&new c,this.formSerializer)}}return o||i?(r.setContentType("application/json",!1),_x(t)):t}],transformResponse:[function(t){const r=this.transitional||lf.transitional,n=r&&r.forcedJSONParsing,i=this.responseType==="json";if(le.isResponse(t)||le.isReadableStream(t))return t;if(t&&le.isString(t)&&(n&&!this.responseType||i)){const s=!(r&&r.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(a){if(s)throw a.name==="SyntaxError"?ht.from(a,ht.ERR_BAD_RESPONSE,this,null,this.response):a}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Rr.classes.FormData,Blob:Rr.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};le.forEach(["delete","get","head","post","put","patch"],e=>{lf.headers[e]={}});var uf=lf;const Ex=le.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var Cx=e=>{const t={};let r,n,i;return e&&e.split(`
|
|
30
|
+
`).forEach(function(s){i=s.indexOf(":"),r=s.substring(0,i).trim().toLowerCase(),n=s.substring(i+1).trim(),!(!r||t[r]&&Ex[r])&&(r==="set-cookie"?t[r]?t[r].push(n):t[r]=[n]:t[r]=t[r]?t[r]+", "+n:n)}),t};const lm=Symbol("internals");function ua(e){return e&&String(e).trim().toLowerCase()}function yc(e){return e===!1||e==null?e:le.isArray(e)?e.map(yc):String(e)}function Tx(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=r.exec(e);)t[n[1]]=n[2];return t}const Ax=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function ff(e,t,r,n,i){if(le.isFunction(n))return n.call(this,t,r);if(i&&(t=r),!!le.isString(t)){if(le.isString(n))return t.indexOf(n)!==-1;if(le.isRegExp(n))return n.test(t)}}function Mx(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,n)=>r.toUpperCase()+n)}function Ix(e,t){const r=le.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+r,{value:function(i,o,s){return this[n].call(this,t,i,o,s)},configurable:!0})})}class wc{constructor(t){t&&this.set(t)}set(t,r,n){const i=this;function o(a,c,l){const u=ua(c);if(!u)throw new Error("header name must be a non-empty string");const d=le.findKey(i,u);(!d||i[d]===void 0||l===!0||l===void 0&&i[d]!==!1)&&(i[d||c]=yc(a))}const s=(a,c)=>le.forEach(a,(l,u)=>o(l,u,c));if(le.isPlainObject(t)||t instanceof this.constructor)s(t,r);else if(le.isString(t)&&(t=t.trim())&&!Ax(t))s(Cx(t),r);else if(le.isHeaders(t))for(const[a,c]of t.entries())o(c,a,n);else t!=null&&o(r,t,n);return this}get(t,r){if(t=ua(t),t){const n=le.findKey(this,t);if(n){const i=this[n];if(!r)return i;if(r===!0)return Tx(i);if(le.isFunction(r))return r.call(this,i,n);if(le.isRegExp(r))return r.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,r){if(t=ua(t),t){const n=le.findKey(this,t);return!!(n&&this[n]!==void 0&&(!r||ff(this,this[n],n,r)))}return!1}delete(t,r){const n=this;let i=!1;function o(s){if(s=ua(s),s){const a=le.findKey(n,s);a&&(!r||ff(n,n[a],a,r))&&(delete n[a],i=!0)}}return le.isArray(t)?t.forEach(o):o(t),i}clear(t){const r=Object.keys(this);let n=r.length,i=!1;for(;n--;){const o=r[n];(!t||ff(this,this[o],o,t,!0))&&(delete this[o],i=!0)}return i}normalize(t){const r=this,n={};return le.forEach(this,(i,o)=>{const s=le.findKey(n,o);if(s){r[s]=yc(i),delete r[o];return}const a=t?Mx(o):String(o).trim();a!==o&&delete r[o],r[a]=yc(i),n[a]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return le.forEach(this,(n,i)=>{n!=null&&n!==!1&&(r[i]=t&&le.isArray(n)?n.join(", "):n)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,r])=>t+": "+r).join(`
|
|
31
|
+
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const n=new this(t);return r.forEach(i=>n.set(i)),n}static accessor(t){const n=(this[lm]=this[lm]={accessors:{}}).accessors,i=this.prototype;function o(s){const a=ua(s);n[a]||(Ix(i,s),n[a]=!0)}return le.isArray(t)?t.forEach(o):o(t),this}}wc.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),le.reduceDescriptors(wc.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[r]=n}}}),le.freezeMethods(wc);var Mn=wc;function df(e,t){const r=this||uf,n=t||r,i=Mn.from(n.headers);let o=n.data;return le.forEach(e,function(a){o=a.call(r,o,i.normalize(),t?t.status:void 0)}),i.normalize(),o}function um(e){return!!(e&&e.__CANCEL__)}function ns(e,t,r){ht.call(this,e??"canceled",ht.ERR_CANCELED,t,r),this.name="CanceledError"}le.inherits(ns,ht,{__CANCEL__:!0});function fm(e,t,r){const n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new ht("Request failed with status code "+r.status,[ht.ERR_BAD_REQUEST,ht.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function Ox(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Px(e,t){e=e||10;const r=new Array(e),n=new Array(e);let i=0,o=0,s;return t=t!==void 0?t:1e3,function(c){const l=Date.now(),u=n[o];s||(s=l),r[i]=c,n[i]=l;let d=o,p=0;for(;d!==i;)p+=r[d++],d=d%e;if(i=(i+1)%e,i===o&&(o=(o+1)%e),l-s<t)return;const y=u&&l-u;return y?Math.round(p*1e3/y):void 0}}function Rx(e,t){let r=0,n=1e3/t,i,o;const s=(l,u=Date.now())=>{r=u,i=null,o&&(clearTimeout(o),o=null),e.apply(null,l)};return[(...l)=>{const u=Date.now(),d=u-r;d>=n?s(l,u):(i=l,o||(o=setTimeout(()=>{o=null,s(i)},n-d)))},()=>i&&s(i)]}const xc=(e,t,r=3)=>{let n=0;const i=Px(50,250);return Rx(o=>{const s=o.loaded,a=o.lengthComputable?o.total:void 0,c=s-n,l=i(c),u=s<=a;n=s;const d={loaded:s,total:a,progress:a?s/a:void 0,bytes:c,rate:l||void 0,estimated:l&&a&&u?(a-s)/l:void 0,event:o,lengthComputable:a!=null,[t?"download":"upload"]:!0};e(d)},r)},dm=(e,t)=>{const r=e!=null;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},hm=e=>(...t)=>le.asap(()=>e(...t));var Nx=Rr.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,Rr.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(Rr.origin),Rr.navigator&&/(msie|trident)/i.test(Rr.navigator.userAgent)):()=>!0,kx=Rr.hasStandardBrowserEnv?{write(e,t,r,n,i,o){const s=[e+"="+encodeURIComponent(t)];le.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),le.isString(n)&&s.push("path="+n),le.isString(i)&&s.push("domain="+i),o===!0&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function jx(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Dx(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function pm(e,t,r){let n=!jx(t);return e&&(n||r==!1)?Dx(e,t):t}const mm=e=>e instanceof Mn?{...e}:e;function Ao(e,t){t=t||{};const r={};function n(l,u,d,p){return le.isPlainObject(l)&&le.isPlainObject(u)?le.merge.call({caseless:p},l,u):le.isPlainObject(u)?le.merge({},u):le.isArray(u)?u.slice():u}function i(l,u,d,p){if(le.isUndefined(u)){if(!le.isUndefined(l))return n(void 0,l,d,p)}else return n(l,u,d,p)}function o(l,u){if(!le.isUndefined(u))return n(void 0,u)}function s(l,u){if(le.isUndefined(u)){if(!le.isUndefined(l))return n(void 0,l)}else return n(void 0,u)}function a(l,u,d){if(d in t)return n(l,u);if(d in e)return n(void 0,l)}const c={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(l,u,d)=>i(mm(l),mm(u),d,!0)};return le.forEach(Object.keys(Object.assign({},e,t)),function(u){const d=c[u]||i,p=d(e[u],t[u],u);le.isUndefined(p)&&d!==a||(r[u]=p)}),r}var gm=e=>{const t=Ao({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:i,xsrfCookieName:o,headers:s,auth:a}=t;t.headers=s=Mn.from(s),t.url=om(pm(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),a&&s.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let c;if(le.isFormData(r)){if(Rr.hasStandardBrowserEnv||Rr.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((c=s.getContentType())!==!1){const[l,...u]=c?c.split(";").map(d=>d.trim()).filter(Boolean):[];s.setContentType([l||"multipart/form-data",...u].join("; "))}}if(Rr.hasStandardBrowserEnv&&(n&&le.isFunction(n)&&(n=n(t)),n||n!==!1&&Nx(t.url))){const l=i&&o&&kx.read(o);l&&s.set(i,l)}return t},Lx=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(r,n){const i=gm(e);let o=i.data;const s=Mn.from(i.headers).normalize();let{responseType:a,onUploadProgress:c,onDownloadProgress:l}=i,u,d,p,y,x;function b(){y&&y(),x&&x(),i.cancelToken&&i.cancelToken.unsubscribe(u),i.signal&&i.signal.removeEventListener("abort",u)}let M=new XMLHttpRequest;M.open(i.method.toUpperCase(),i.url,!0),M.timeout=i.timeout;function O(){if(!M)return;const k=Mn.from("getAllResponseHeaders"in M&&M.getAllResponseHeaders()),B={data:!a||a==="text"||a==="json"?M.responseText:M.response,status:M.status,statusText:M.statusText,headers:k,config:e,request:M};fm(function(z){r(z),b()},function(z){n(z),b()},B),M=null}"onloadend"in M?M.onloadend=O:M.onreadystatechange=function(){!M||M.readyState!==4||M.status===0&&!(M.responseURL&&M.responseURL.indexOf("file:")===0)||setTimeout(O)},M.onabort=function(){M&&(n(new ht("Request aborted",ht.ECONNABORTED,e,M)),M=null)},M.onerror=function(){n(new ht("Network Error",ht.ERR_NETWORK,e,M)),M=null},M.ontimeout=function(){let F=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const B=i.transitional||am;i.timeoutErrorMessage&&(F=i.timeoutErrorMessage),n(new ht(F,B.clarifyTimeoutError?ht.ETIMEDOUT:ht.ECONNABORTED,e,M)),M=null},o===void 0&&s.setContentType(null),"setRequestHeader"in M&&le.forEach(s.toJSON(),function(F,B){M.setRequestHeader(B,F)}),le.isUndefined(i.withCredentials)||(M.withCredentials=!!i.withCredentials),a&&a!=="json"&&(M.responseType=i.responseType),l&&([p,x]=xc(l,!0),M.addEventListener("progress",p)),c&&M.upload&&([d,y]=xc(c),M.upload.addEventListener("progress",d),M.upload.addEventListener("loadend",y)),(i.cancelToken||i.signal)&&(u=k=>{M&&(n(!k||k.type?new ns(null,e,M):k),M.abort(),M=null)},i.cancelToken&&i.cancelToken.subscribe(u),i.signal&&(i.signal.aborted?u():i.signal.addEventListener("abort",u)));const R=Ox(i.url);if(R&&Rr.protocols.indexOf(R)===-1){n(new ht("Unsupported protocol "+R+":",ht.ERR_BAD_REQUEST,e));return}M.send(o||null)})},Bx=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let n=new AbortController,i;const o=function(l){if(!i){i=!0,a();const u=l instanceof Error?l:this.reason;n.abort(u instanceof ht?u:new ns(u instanceof Error?u.message:u))}};let s=t&&setTimeout(()=>{s=null,o(new ht(`timeout ${t} of ms exceeded`,ht.ETIMEDOUT))},t);const a=()=>{e&&(s&&clearTimeout(s),s=null,e.forEach(l=>{l.unsubscribe?l.unsubscribe(o):l.removeEventListener("abort",o)}),e=null)};e.forEach(l=>l.addEventListener("abort",o));const{signal:c}=n;return c.unsubscribe=()=>le.asap(a),c}};const Ux=function*(e,t){let r=e.byteLength;if(!t||r<t){yield e;return}let n=0,i;for(;n<r;)i=n+t,yield e.slice(n,i),n=i},Fx=async function*(e,t){for await(const r of $x(e))yield*Ux(r,t)},$x=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:r,value:n}=await t.read();if(r)break;yield n}}finally{await t.cancel()}},vm=(e,t,r,n)=>{const i=Fx(e,t);let o=0,s,a=c=>{s||(s=!0,n&&n(c))};return new ReadableStream({async pull(c){try{const{done:l,value:u}=await i.next();if(l){a(),c.close();return}let d=u.byteLength;if(r){let p=o+=d;r(p)}c.enqueue(new Uint8Array(u))}catch(l){throw a(l),l}},cancel(c){return a(c),i.return()}},{highWaterMark:2})},Sc=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",bm=Sc&&typeof ReadableStream=="function",Vx=Sc&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),ym=(e,...t)=>{try{return!!e(...t)}catch{return!1}},zx=bm&&ym(()=>{let e=!1;const t=new Request(Rr.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),wm=64*1024,hf=bm&&ym(()=>le.isReadableStream(new Response("").body)),_c={stream:hf&&(e=>e.body)};Sc&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!_c[t]&&(_c[t]=le.isFunction(e[t])?r=>r[t]():(r,n)=>{throw new ht(`Response type '${t}' is not supported`,ht.ERR_NOT_SUPPORT,n)})})})(new Response);const qx=async e=>{if(e==null)return 0;if(le.isBlob(e))return e.size;if(le.isSpecCompliantForm(e))return(await new Request(Rr.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(le.isArrayBufferView(e)||le.isArrayBuffer(e))return e.byteLength;if(le.isURLSearchParams(e)&&(e=e+""),le.isString(e))return(await Vx(e)).byteLength},Hx=async(e,t)=>{const r=le.toFiniteNumber(e.getContentLength());return r??qx(t)};var Wx=Sc&&(async e=>{let{url:t,method:r,data:n,signal:i,cancelToken:o,timeout:s,onDownloadProgress:a,onUploadProgress:c,responseType:l,headers:u,withCredentials:d="same-origin",fetchOptions:p}=gm(e);l=l?(l+"").toLowerCase():"text";let y=Bx([i,o&&o.toAbortSignal()],s),x;const b=y&&y.unsubscribe&&(()=>{y.unsubscribe()});let M;try{if(c&&zx&&r!=="get"&&r!=="head"&&(M=await Hx(u,n))!==0){let B=new Request(t,{method:"POST",body:n,duplex:"half"}),W;if(le.isFormData(n)&&(W=B.headers.get("content-type"))&&u.setContentType(W),B.body){const[z,G]=dm(M,xc(hm(c)));n=vm(B.body,wm,z,G)}}le.isString(d)||(d=d?"include":"omit");const O="credentials"in Request.prototype;x=new Request(t,{...p,signal:y,method:r.toUpperCase(),headers:u.normalize().toJSON(),body:n,duplex:"half",credentials:O?d:void 0});let R=await fetch(x);const k=hf&&(l==="stream"||l==="response");if(hf&&(a||k&&b)){const B={};["status","statusText","headers"].forEach(ne=>{B[ne]=R[ne]});const W=le.toFiniteNumber(R.headers.get("content-length")),[z,G]=a&&dm(W,xc(hm(a),!0))||[];R=new Response(vm(R.body,wm,z,()=>{G&&G(),b&&b()}),B)}l=l||"text";let F=await _c[le.findKey(_c,l)||"text"](R,e);return!k&&b&&b(),await new Promise((B,W)=>{fm(B,W,{data:F,headers:Mn.from(R.headers),status:R.status,statusText:R.statusText,config:e,request:x})})}catch(O){throw b&&b(),O&&O.name==="TypeError"&&/fetch/i.test(O.message)?Object.assign(new ht("Network Error",ht.ERR_NETWORK,e,x),{cause:O.cause||O}):ht.from(O,O&&O.code,e,x)}});const pf={http:ax,xhr:Lx,fetch:Wx};le.forEach(pf,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const xm=e=>`- ${e}`,Gx=e=>le.isFunction(e)||e===null||e===!1;var Sm={getAdapter:e=>{e=le.isArray(e)?e:[e];const{length:t}=e;let r,n;const i={};for(let o=0;o<t;o++){r=e[o];let s;if(n=r,!Gx(r)&&(n=pf[(s=String(r)).toLowerCase()],n===void 0))throw new ht(`Unknown adapter '${s}'`);if(n)break;i[s||"#"+o]=n}if(!n){const o=Object.entries(i).map(([a,c])=>`adapter ${a} `+(c===!1?"is not supported by the environment":"is not available in the build"));let s=t?o.length>1?`since :
|
|
32
|
+
`+o.map(xm).join(`
|
|
33
|
+
`):" "+xm(o[0]):"as no adapter specified";throw new ht("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return n},adapters:pf};function mf(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ns(null,e)}function _m(e){return mf(e),e.headers=Mn.from(e.headers),e.data=df.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Sm.getAdapter(e.adapter||uf.adapter)(e).then(function(n){return mf(e),n.data=df.call(e,e.transformResponse,n),n.headers=Mn.from(n.headers),n},function(n){return um(n)||(mf(e),n&&n.response&&(n.response.data=df.call(e,e.transformResponse,n.response),n.response.headers=Mn.from(n.response.headers))),Promise.reject(n)})}const Em="1.8.4",Ec={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Ec[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const Cm={};Ec.transitional=function(t,r,n){function i(o,s){return"[Axios v"+Em+"] Transitional option '"+o+"'"+s+(n?". "+n:"")}return(o,s,a)=>{if(t===!1)throw new ht(i(s," has been removed"+(r?" in "+r:"")),ht.ERR_DEPRECATED);return r&&!Cm[s]&&(Cm[s]=!0,console.warn(i(s," has been deprecated since v"+r+" and will be removed in the near future"))),t?t(o,s,a):!0}},Ec.spelling=function(t){return(r,n)=>(console.warn(`${n} is likely a misspelling of ${t}`),!0)};function Kx(e,t,r){if(typeof e!="object")throw new ht("options must be an object",ht.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let i=n.length;for(;i-- >0;){const o=n[i],s=t[o];if(s){const a=e[o],c=a===void 0||s(a,o,e);if(c!==!0)throw new ht("option "+o+" must be "+c,ht.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new ht("Unknown option "+o,ht.ERR_BAD_OPTION)}}var Cc={assertOptions:Kx,validators:Ec};const qn=Cc.validators;class Tc{constructor(t){this.defaults=t,this.interceptors={request:new sm,response:new sm}}async request(t,r){try{return await this._request(t,r)}catch(n){if(n instanceof Error){let i={};Error.captureStackTrace?Error.captureStackTrace(i):i=new Error;const o=i.stack?i.stack.replace(/^.+\n/,""):"";try{n.stack?o&&!String(n.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(n.stack+=`
|
|
34
|
+
`+o):n.stack=o}catch{}}throw n}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=Ao(this.defaults,r);const{transitional:n,paramsSerializer:i,headers:o}=r;n!==void 0&&Cc.assertOptions(n,{silentJSONParsing:qn.transitional(qn.boolean),forcedJSONParsing:qn.transitional(qn.boolean),clarifyTimeoutError:qn.transitional(qn.boolean)},!1),i!=null&&(le.isFunction(i)?r.paramsSerializer={serialize:i}:Cc.assertOptions(i,{encode:qn.function,serialize:qn.function},!0)),r.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?r.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:r.allowAbsoluteUrls=!0),Cc.assertOptions(r,{baseUrl:qn.spelling("baseURL"),withXsrfToken:qn.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let s=o&&le.merge(o.common,o[r.method]);o&&le.forEach(["delete","get","head","post","put","patch","common"],x=>{delete o[x]}),r.headers=Mn.concat(s,o);const a=[];let c=!0;this.interceptors.request.forEach(function(b){typeof b.runWhen=="function"&&b.runWhen(r)===!1||(c=c&&b.synchronous,a.unshift(b.fulfilled,b.rejected))});const l=[];this.interceptors.response.forEach(function(b){l.push(b.fulfilled,b.rejected)});let u,d=0,p;if(!c){const x=[_m.bind(this),void 0];for(x.unshift.apply(x,a),x.push.apply(x,l),p=x.length,u=Promise.resolve(r);d<p;)u=u.then(x[d++],x[d++]);return u}p=a.length;let y=r;for(d=0;d<p;){const x=a[d++],b=a[d++];try{y=x(y)}catch(M){b.call(this,M);break}}try{u=_m.call(this,y)}catch(x){return Promise.reject(x)}for(d=0,p=l.length;d<p;)u=u.then(l[d++],l[d++]);return u}getUri(t){t=Ao(this.defaults,t);const r=pm(t.baseURL,t.url,t.allowAbsoluteUrls);return om(r,t.params,t.paramsSerializer)}}le.forEach(["delete","get","head","options"],function(t){Tc.prototype[t]=function(r,n){return this.request(Ao(n||{},{method:t,url:r,data:(n||{}).data}))}}),le.forEach(["post","put","patch"],function(t){function r(n){return function(o,s,a){return this.request(Ao(a||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:o,data:s}))}}Tc.prototype[t]=r(),Tc.prototype[t+"Form"]=r(!0)});var Ac=Tc;class gf{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(o){r=o});const n=this;this.promise.then(i=>{if(!n._listeners)return;let o=n._listeners.length;for(;o-- >0;)n._listeners[o](i);n._listeners=null}),this.promise.then=i=>{let o;const s=new Promise(a=>{n.subscribe(a),o=a}).then(i);return s.cancel=function(){n.unsubscribe(o)},s},t(function(o,s,a){n.reason||(n.reason=new ns(o,s,a),r(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const r=this._listeners.indexOf(t);r!==-1&&this._listeners.splice(r,1)}toAbortSignal(){const t=new AbortController,r=n=>{t.abort(n)};return this.subscribe(r),t.signal.unsubscribe=()=>this.unsubscribe(r),t.signal}static source(){let t;return{token:new gf(function(i){t=i}),cancel:t}}}var Yx=gf;function Xx(e){return function(r){return e.apply(null,r)}}function Jx(e){return le.isObject(e)&&e.isAxiosError===!0}const vf={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(vf).forEach(([e,t])=>{vf[t]=e});var Zx=vf;function Tm(e){const t=new Ac(e),r=Hp(Ac.prototype.request,t);return le.extend(r,Ac.prototype,t,{allOwnKeys:!0}),le.extend(r,t,null,{allOwnKeys:!0}),r.create=function(i){return Tm(Ao(e,i))},r}const pr=Tm(uf);pr.Axios=Ac,pr.CanceledError=ns,pr.CancelToken=Yx,pr.isCancel=um,pr.VERSION=Em,pr.toFormData=bc,pr.AxiosError=ht,pr.Cancel=pr.CanceledError,pr.all=function(t){return Promise.all(t)},pr.spread=Xx,pr.isAxiosError=Jx,pr.mergeConfig=Ao,pr.AxiosHeaders=Mn,pr.formToJSON=e=>cm(le.isHTMLForm(e)?new FormData(e):e),pr.getAdapter=Sm.getAdapter,pr.HttpStatusCode=Zx,pr.default=pr;var Am=pr,bf={exports:{}},tn={},Mm={exports:{}};(function(e){function t(r){return r&&r.__esModule?r:{default:r}}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports})(Mm);var Qx=Mm.exports,yf={exports:{}},wf={exports:{}},Im;function Mc(){return Im||(Im=1,function(e){function t(r){"@babel/helpers - typeof";return e.exports=t=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},e.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(wf)),wf.exports}var Om;function e5(){return Om||(Om=1,function(e){var t=Mc().default;function r(){e.exports=r=function(){return i},e.exports.__esModule=!0,e.exports.default=e.exports;var n,i={},o=Object.prototype,s=o.hasOwnProperty,a=Object.defineProperty||function(E,I,C){E[I]=C.value},c=typeof Symbol=="function"?Symbol:{},l=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",d=c.toStringTag||"@@toStringTag";function p(E,I,C){return Object.defineProperty(E,I,{value:C,enumerable:!0,configurable:!0,writable:!0}),E[I]}try{p({},"")}catch{p=function(C,g,v){return C[g]=v}}function y(E,I,C,g){var v=I&&I.prototype instanceof F?I:F,j=Object.create(v.prototype),Q=new S(g||[]);return a(j,"_invoke",{value:L(E,C,Q)}),j}function x(E,I,C){try{return{type:"normal",arg:E.call(I,C)}}catch(g){return{type:"throw",arg:g}}}i.wrap=y;var b="suspendedStart",M="suspendedYield",O="executing",R="completed",k={};function F(){}function B(){}function W(){}var z={};p(z,l,function(){return this});var G=Object.getPrototypeOf,ne=G&&G(G(T([])));ne&&ne!==o&&s.call(ne,l)&&(z=ne);var oe=W.prototype=F.prototype=Object.create(z);function se(E){["next","throw","return"].forEach(function(I){p(E,I,function(C){return this._invoke(I,C)})})}function q(E,I){function C(v,j,Q,Z){var ce=x(E[v],E,j);if(ce.type!=="throw"){var be=ce.arg,xe=be.value;return xe&&t(xe)=="object"&&s.call(xe,"__await")?I.resolve(xe.__await).then(function(pe){C("next",pe,Q,Z)},function(pe){C("throw",pe,Q,Z)}):I.resolve(xe).then(function(pe){be.value=pe,Q(be)},function(pe){return C("throw",pe,Q,Z)})}Z(ce.arg)}var g;a(this,"_invoke",{value:function(j,Q){function Z(){return new I(function(ce,be){C(j,Q,ce,be)})}return g=g?g.then(Z,Z):Z()}})}function L(E,I,C){var g=b;return function(v,j){if(g===O)throw Error("Generator is already running");if(g===R){if(v==="throw")throw j;return{value:n,done:!0}}for(C.method=v,C.arg=j;;){var Q=C.delegate;if(Q){var Z=h(Q,C);if(Z){if(Z===k)continue;return Z}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(g===b)throw g=R,C.arg;C.dispatchException(C.arg)}else C.method==="return"&&C.abrupt("return",C.arg);g=O;var ce=x(E,I,C);if(ce.type==="normal"){if(g=C.done?R:M,ce.arg===k)continue;return{value:ce.arg,done:C.done}}ce.type==="throw"&&(g=R,C.method="throw",C.arg=ce.arg)}}}function h(E,I){var C=I.method,g=E.iterator[C];if(g===n)return I.delegate=null,C==="throw"&&E.iterator.return&&(I.method="return",I.arg=n,h(E,I),I.method==="throw")||C!=="return"&&(I.method="throw",I.arg=new TypeError("The iterator does not provide a '"+C+"' method")),k;var v=x(g,E.iterator,I.arg);if(v.type==="throw")return I.method="throw",I.arg=v.arg,I.delegate=null,k;var j=v.arg;return j?j.done?(I[E.resultName]=j.value,I.next=E.nextLoc,I.method!=="return"&&(I.method="next",I.arg=n),I.delegate=null,k):j:(I.method="throw",I.arg=new TypeError("iterator result is not an object"),I.delegate=null,k)}function f(E){var I={tryLoc:E[0]};1 in E&&(I.catchLoc=E[1]),2 in E&&(I.finallyLoc=E[2],I.afterLoc=E[3]),this.tryEntries.push(I)}function m(E){var I=E.completion||{};I.type="normal",delete I.arg,E.completion=I}function S(E){this.tryEntries=[{tryLoc:"root"}],E.forEach(f,this),this.reset(!0)}function T(E){if(E||E===""){var I=E[l];if(I)return I.call(E);if(typeof E.next=="function")return E;if(!isNaN(E.length)){var C=-1,g=function v(){for(;++C<E.length;)if(s.call(E,C))return v.value=E[C],v.done=!1,v;return v.value=n,v.done=!0,v};return g.next=g}}throw new TypeError(t(E)+" is not iterable")}return B.prototype=W,a(oe,"constructor",{value:W,configurable:!0}),a(W,"constructor",{value:B,configurable:!0}),B.displayName=p(W,d,"GeneratorFunction"),i.isGeneratorFunction=function(E){var I=typeof E=="function"&&E.constructor;return!!I&&(I===B||(I.displayName||I.name)==="GeneratorFunction")},i.mark=function(E){return Object.setPrototypeOf?Object.setPrototypeOf(E,W):(E.__proto__=W,p(E,d,"GeneratorFunction")),E.prototype=Object.create(oe),E},i.awrap=function(E){return{__await:E}},se(q.prototype),p(q.prototype,u,function(){return this}),i.AsyncIterator=q,i.async=function(E,I,C,g,v){v===void 0&&(v=Promise);var j=new q(y(E,I,C,g),v);return i.isGeneratorFunction(I)?j:j.next().then(function(Q){return Q.done?Q.value:j.next()})},se(oe),p(oe,d,"Generator"),p(oe,l,function(){return this}),p(oe,"toString",function(){return"[object Generator]"}),i.keys=function(E){var I=Object(E),C=[];for(var g in I)C.push(g);return C.reverse(),function v(){for(;C.length;){var j=C.pop();if(j in I)return v.value=j,v.done=!1,v}return v.done=!0,v}},i.values=T,S.prototype={constructor:S,reset:function(I){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(m),!I)for(var C in this)C.charAt(0)==="t"&&s.call(this,C)&&!isNaN(+C.slice(1))&&(this[C]=n)},stop:function(){this.done=!0;var I=this.tryEntries[0].completion;if(I.type==="throw")throw I.arg;return this.rval},dispatchException:function(I){if(this.done)throw I;var C=this;function g(be,xe){return Q.type="throw",Q.arg=I,C.next=be,xe&&(C.method="next",C.arg=n),!!xe}for(var v=this.tryEntries.length-1;v>=0;--v){var j=this.tryEntries[v],Q=j.completion;if(j.tryLoc==="root")return g("end");if(j.tryLoc<=this.prev){var Z=s.call(j,"catchLoc"),ce=s.call(j,"finallyLoc");if(Z&&ce){if(this.prev<j.catchLoc)return g(j.catchLoc,!0);if(this.prev<j.finallyLoc)return g(j.finallyLoc)}else if(Z){if(this.prev<j.catchLoc)return g(j.catchLoc,!0)}else{if(!ce)throw Error("try statement without catch or finally");if(this.prev<j.finallyLoc)return g(j.finallyLoc)}}}},abrupt:function(I,C){for(var g=this.tryEntries.length-1;g>=0;--g){var v=this.tryEntries[g];if(v.tryLoc<=this.prev&&s.call(v,"finallyLoc")&&this.prev<v.finallyLoc){var j=v;break}}j&&(I==="break"||I==="continue")&&j.tryLoc<=C&&C<=j.finallyLoc&&(j=null);var Q=j?j.completion:{};return Q.type=I,Q.arg=C,j?(this.method="next",this.next=j.finallyLoc,k):this.complete(Q)},complete:function(I,C){if(I.type==="throw")throw I.arg;return I.type==="break"||I.type==="continue"?this.next=I.arg:I.type==="return"?(this.rval=this.arg=I.arg,this.method="return",this.next="end"):I.type==="normal"&&C&&(this.next=C),k},finish:function(I){for(var C=this.tryEntries.length-1;C>=0;--C){var g=this.tryEntries[C];if(g.finallyLoc===I)return this.complete(g.completion,g.afterLoc),m(g),k}},catch:function(I){for(var C=this.tryEntries.length-1;C>=0;--C){var g=this.tryEntries[C];if(g.tryLoc===I){var v=g.completion;if(v.type==="throw"){var j=v.arg;m(g)}return j}}throw Error("illegal catch attempt")},delegateYield:function(I,C,g){return this.delegate={iterator:T(I),resultName:C,nextLoc:g},this.method==="next"&&(this.arg=n),k}},i}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(yf)),yf.exports}var xf,Pm;function t5(){if(Pm)return xf;Pm=1;var e=e5()();xf=e;try{regeneratorRuntime=e}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}return xf}var Sf={exports:{}},Rm;function r5(){return Rm||(Rm=1,function(e){function t(n,i,o,s,a,c,l){try{var u=n[c](l),d=u.value}catch(p){return void o(p)}u.done?i(d):Promise.resolve(d).then(s,a)}function r(n){return function(){var i=this,o=arguments;return new Promise(function(s,a){var c=n.apply(i,o);function l(d){t(c,s,a,l,u,"next",d)}function u(d){t(c,s,a,l,u,"throw",d)}l(void 0)})}}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(Sf)),Sf.exports}var _f={exports:{}},Ef={exports:{}},Cf={exports:{}},Nm;function n5(){return Nm||(Nm=1,function(e){var t=Mc().default;function r(n,i){if(t(n)!="object"||!n)return n;var o=n[Symbol.toPrimitive];if(o!==void 0){var s=o.call(n,i||"default");if(t(s)!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(n)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(Cf)),Cf.exports}var km;function i5(){return km||(km=1,function(e){var t=Mc().default,r=n5();function n(i){var o=r(i,"string");return t(o)=="symbol"?o:o+""}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}(Ef)),Ef.exports}var jm;function o5(){return jm||(jm=1,function(e){var t=i5();function r(n,i,o){return(i=t(i))in n?Object.defineProperty(n,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[i]=o,n}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(_f)),_f.exports}var Tf,Dm;function s5(){if(Dm)return Tf;Dm=1;const e=new Set(["ENOTFOUND","ENETUNREACH","UNABLE_TO_GET_ISSUER_CERT","UNABLE_TO_GET_CRL","UNABLE_TO_DECRYPT_CERT_SIGNATURE","UNABLE_TO_DECRYPT_CRL_SIGNATURE","UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY","CERT_SIGNATURE_FAILURE","CRL_SIGNATURE_FAILURE","CERT_NOT_YET_VALID","CERT_HAS_EXPIRED","CRL_NOT_YET_VALID","CRL_HAS_EXPIRED","ERROR_IN_CERT_NOT_BEFORE_FIELD","ERROR_IN_CERT_NOT_AFTER_FIELD","ERROR_IN_CRL_LAST_UPDATE_FIELD","ERROR_IN_CRL_NEXT_UPDATE_FIELD","OUT_OF_MEM","DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN","UNABLE_TO_GET_ISSUER_CERT_LOCALLY","UNABLE_TO_VERIFY_LEAF_SIGNATURE","CERT_CHAIN_TOO_LONG","CERT_REVOKED","INVALID_CA","PATH_LENGTH_EXCEEDED","INVALID_PURPOSE","CERT_UNTRUSTED","CERT_REJECTED","HOSTNAME_MISMATCH"]);return Tf=t=>!e.has(t&&t.code),Tf}var fa=Qx;Object.defineProperty(tn,"__esModule",{value:!0}),tn.isNetworkError=If,tn.isRetryableError=Oc,tn.isSafeRequestError=Fm,tn.isIdempotentRequestError=Of,tn.isNetworkOrIdempotentRequestError=Pf,tn.exponentialDelay=$m,tn.default=Mo,tn.DEFAULT_OPTIONS=tn.namespace=void 0;var Ic=fa(t5()),a5=fa(Mc()),Lm=fa(r5()),c5=fa(o5()),l5=fa(s5());function Bm(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Af(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Bm(Object(r),!0).forEach(function(n){(0,c5.default)(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Bm(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var Mf="axios-retry";tn.namespace=Mf;function If(e){var t=["ERR_CANCELED","ECONNABORTED"];return!e.response&&!!e.code&&!t.includes(e.code)&&(0,l5.default)(e)}var Um=["get","head","options"],u5=Um.concat(["put","delete"]);function Oc(e){return e.code!=="ECONNABORTED"&&(!e.response||e.response.status>=500&&e.response.status<=599)}function Fm(e){return e.config?Oc(e)&&Um.indexOf(e.config.method)!==-1:!1}function Of(e){return e.config?Oc(e)&&u5.indexOf(e.config.method)!==-1:!1}function Pf(e){return If(e)||Of(e)}function f5(){return 0}function $m(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:100,r=Math.pow(2,e)*t,n=r*.2*Math.random();return r+n}var Vm={retries:3,retryCondition:Pf,retryDelay:f5,shouldResetTimeout:!1,onRetry:function(){}};tn.DEFAULT_OPTIONS=Vm;function d5(e,t){return Af(Af(Af({},Vm),t),e[Mf])}function zm(e,t){var r=d5(e,t);return r.retryCount=r.retryCount||0,e[Mf]=r,r}function h5(e,t){e.defaults.agent===t.agent&&delete t.agent,e.defaults.httpAgent===t.httpAgent&&delete t.httpAgent,e.defaults.httpsAgent===t.httpsAgent&&delete t.httpsAgent}function p5(e,t){return Rf.apply(this,arguments)}function Rf(){return Rf=(0,Lm.default)(Ic.default.mark(function e(t,r){var n,i,o,s;return Ic.default.wrap(function(c){for(;;)switch(c.prev=c.next){case 0:if(n=t.retries,i=t.retryCondition,o=t.retryCount<n&&i(r),(0,a5.default)(o)!=="object"){c.next=13;break}return c.prev=3,c.next=6,o;case 6:return s=c.sent,c.abrupt("return",s!==!1);case 10:return c.prev=10,c.t0=c.catch(3),c.abrupt("return",!1);case 13:return c.abrupt("return",o);case 14:case"end":return c.stop()}},e,null,[[3,10]])})),Rf.apply(this,arguments)}function Mo(e,t){var r=e.interceptors.request.use(function(i){var o=zm(i,t);return o.lastRequestTime=Date.now(),i}),n=e.interceptors.response.use(null,function(){var i=(0,Lm.default)(Ic.default.mark(function o(s){var a,c,l,u,d,p,y,x;return Ic.default.wrap(function(M){for(;;)switch(M.prev=M.next){case 0:if(a=s.config,a){M.next=3;break}return M.abrupt("return",Promise.reject(s));case 3:return c=zm(a,t),M.next=6,p5(c,s);case 6:if(!M.sent){M.next=21;break}if(c.retryCount+=1,l=c.retryDelay,u=c.shouldResetTimeout,d=c.onRetry,p=l(c.retryCount,s),h5(e,a),!(!u&&a.timeout&&c.lastRequestTime)){M.next=17;break}if(y=Date.now()-c.lastRequestTime,x=a.timeout-y-p,!(x<=0)){M.next=16;break}return M.abrupt("return",Promise.reject(s));case 16:a.timeout=x;case 17:return a.transformRequest=[function(O){return O}],M.next=20,d(c.retryCount,s,a);case 20:return M.abrupt("return",new Promise(function(O){return setTimeout(function(){return O(e(a))},p)}));case 21:return M.abrupt("return",Promise.reject(s));case 22:case"end":return M.stop()}},o)}));return function(o){return i.apply(this,arguments)}}());return{requestInterceptorId:r,responseInterceptorId:n}}Mo.isNetworkError=If,Mo.isSafeRequestError=Fm,Mo.isIdempotentRequestError=Of,Mo.isNetworkOrIdempotentRequestError=Pf,Mo.exponentialDelay=$m,Mo.isRetryableError=Oc;const qm=tn.default;bf.exports=qm,bf.exports.default=qm;var m5=bf.exports,Pc={},is=null;typeof WebSocket<"u"?is=WebSocket:typeof MozWebSocket<"u"?is=MozWebSocket:typeof Er<"u"?is=Er.WebSocket||Er.MozWebSocket:typeof window<"u"?is=window.WebSocket||window.MozWebSocket:typeof self<"u"&&(is=self.WebSocket||self.MozWebSocket);var g5=is,v5=Er&&Er.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Pc,"__esModule",{value:!0}),Pc.ResilientWebSocket=void 0;const b5=v5(g5),y5=3e4+3e3;class w5{constructor(t,r){vt(this,"endpoint");vt(this,"wsClient");vt(this,"wsUserClosed");vt(this,"wsFailedAttempts");vt(this,"pingTimeout");vt(this,"logger");vt(this,"onError");vt(this,"onMessage");vt(this,"onReconnect");this.endpoint=t,this.logger=r,this.wsFailedAttempts=0,this.onError=n=>{var i;(i=this.logger)==null||i.error(n)},this.wsUserClosed=!0,this.onMessage=()=>{},this.onReconnect=()=>{}}async send(t){var r,n,i;(r=this.logger)==null||r.info(`Sending ${t}`),await this.waitForMaybeReadyWebSocket(),this.wsClient===void 0?(n=this.logger)==null||n.error("Couldn't connect to the websocket server. Error callback is called."):(i=this.wsClient)==null||i.send(t)}async startWebSocket(){var t;this.wsClient===void 0&&((t=this.logger)==null||t.info("Creating Web Socket client"),this.wsClient=new b5.default(this.endpoint),this.wsUserClosed=!1,this.wsClient.onopen=()=>{this.wsFailedAttempts=0,this.wsClient.on!==void 0&&this.heartbeat()},this.wsClient.onerror=r=>{this.onError(r.error)},this.wsClient.onmessage=r=>{this.onMessage(r.data)},this.wsClient.onclose=async()=>{var r,n;if(this.pingTimeout!==void 0&&clearInterval(this.pingTimeout),this.wsUserClosed===!1){this.wsFailedAttempts+=1,this.wsClient=void 0;const i=x5(this.wsFailedAttempts);(r=this.logger)==null||r.error(`Connection closed unexpectedly or because of timeout. Reconnecting after ${i}ms.`),await Hm(i),this.restartUnexpectedClosedWebsocket()}else(n=this.logger)==null||n.info("The connection has been closed successfully.")},this.wsClient.on!==void 0&&this.wsClient.on("ping",this.heartbeat.bind(this)))}heartbeat(){var t;(t=this.logger)==null||t.info("Heartbeat"),this.pingTimeout!==void 0&&clearTimeout(this.pingTimeout),this.pingTimeout=setTimeout(()=>{var r,n;(r=this.logger)==null||r.warn("Connection timed out. Reconnecting..."),(n=this.wsClient)==null||n.terminate(),this.restartUnexpectedClosedWebsocket()},y5)}async waitForMaybeReadyWebSocket(){let t=0;for(;this.wsClient!==void 0&&this.wsClient.readyState!==this.wsClient.OPEN;)if(t>5e3){this.wsClient.close();return}else t+=10,await Hm(10)}async restartUnexpectedClosedWebsocket(){var t;if(this.wsUserClosed!==!0){if(await this.startWebSocket(),await this.waitForMaybeReadyWebSocket(),this.wsClient===void 0){(t=this.logger)==null||t.error("Couldn't reconnect to websocket. Error callback is called.");return}this.onReconnect()}}closeWebSocket(){if(this.wsClient!==void 0){const t=this.wsClient;this.wsClient=void 0,t.close()}this.wsUserClosed=!0}}Pc.ResilientWebSocket=w5;async function Hm(e){return new Promise(t=>setTimeout(t,e))}function x5(e){return 2**e*100}var os={};Object.defineProperty(os,"__esModule",{value:!0}),os.removeLeading0xIfExists=os.makeWebsocketUrl=void 0;function S5(e){const t=new URL("ws",e),r=t.protocol==="https:";return t.protocol=r?"wss:":"ws:",t.toString()}os.makeWebsocketUrl=S5;function _5(e){return e.startsWith("0x")?e.substring(2):e}os.removeLeading0xIfExists=_5;var Wm=Er&&Er.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(dc,"__esModule",{value:!0}),dc.PriceServiceConnection=void 0;const Nf=Ku,E5=Wm(Am),Gm=Wm(m5),C5=Pc,kf=os;class T5{constructor(t,r){vt(this,"httpClient");vt(this,"priceFeedCallbacks");vt(this,"wsClient");vt(this,"wsEndpoint");vt(this,"logger");vt(this,"priceFeedRequestConfig");vt(this,"onWsError");var n,i,o;this.httpClient=E5.default.create({baseURL:t,timeout:(r==null?void 0:r.timeout)||5e3}),(0,Gm.default)(this.httpClient,{retries:(r==null?void 0:r.httpRetries)||3,retryDelay:Gm.default.exponentialDelay}),this.priceFeedRequestConfig={binary:(n=r==null?void 0:r.priceFeedRequestConfig)==null?void 0:n.binary,verbose:((i=r==null?void 0:r.priceFeedRequestConfig)==null?void 0:i.verbose)??(r==null?void 0:r.verbose),allowOutOfOrder:(o=r==null?void 0:r.priceFeedRequestConfig)==null?void 0:o.allowOutOfOrder},this.priceFeedCallbacks=new Map,this.logger=(r==null?void 0:r.logger)||{trace:()=>{},debug:()=>{},info:()=>{},warn:console.warn,error:console.error},this.onWsError=s=>{this.logger.error(s),typeof yn<"u"&&typeof yn.exit=="function"?(this.logger.error("Halting the process due to the websocket error"),yn.exit(1)):this.logger.error("Cannot halt process. Please handle the websocket error.")},this.wsEndpoint=(0,kf.makeWebsocketUrl)(t)}async getLatestPriceFeeds(t){return t.length===0?[]:(await this.httpClient.get("/api/latest_price_feeds",{params:{ids:t,verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary}})).data.map(i=>Nf.PriceFeed.fromJson(i))}async getLatestVaas(t){return(await this.httpClient.get("/api/latest_vaas",{params:{ids:t}})).data}async getVaa(t,r){const n=await this.httpClient.get("/api/get_vaa",{params:{id:t,publish_time:r}});return[n.data.vaa,n.data.publishTime]}async getPriceFeed(t,r){const n=await this.httpClient.get("/api/get_price_feed",{params:{id:t,publish_time:r,verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary}});return Nf.PriceFeed.fromJson(n.data)}async getPriceFeedIds(){return(await this.httpClient.get("/api/price_feed_ids")).data}async subscribePriceFeedUpdates(t,r){var o;this.wsClient===void 0&&await this.startWebSocket(),t=t.map(s=>(0,kf.removeLeading0xIfExists)(s));const n=[];for(const s of t)this.priceFeedCallbacks.has(s)||(this.priceFeedCallbacks.set(s,new Set),n.push(s)),this.priceFeedCallbacks.get(s).add(r);const i={ids:n,type:"subscribe",verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary,allow_out_of_order:this.priceFeedRequestConfig.allowOutOfOrder};await((o=this.wsClient)==null?void 0:o.send(JSON.stringify(i)))}async unsubscribePriceFeedUpdates(t,r){var o;this.wsClient===void 0&&await this.startWebSocket(),t=t.map(s=>(0,kf.removeLeading0xIfExists)(s));const n=[];for(const s of t)if(this.priceFeedCallbacks.has(s)){let a=!1;r===void 0?(this.priceFeedCallbacks.delete(s),a=!0):(this.priceFeedCallbacks.get(s).delete(r),this.priceFeedCallbacks.get(s).size===0&&(this.priceFeedCallbacks.delete(s),a=!0)),a&&n.push(s)}const i={ids:n,type:"unsubscribe"};await((o=this.wsClient)==null?void 0:o.send(JSON.stringify(i))),this.priceFeedCallbacks.size===0&&this.closeWebSocket()}async startWebSocket(){if(this.wsEndpoint===void 0)throw new Error("Websocket endpoint is undefined.");this.wsClient=new C5.ResilientWebSocket(this.wsEndpoint,this.logger),this.wsClient.onError=this.onWsError,this.wsClient.onReconnect=()=>{var t;if(this.priceFeedCallbacks.size>0){const r={ids:Array.from(this.priceFeedCallbacks.keys()),type:"subscribe",verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary,allow_out_of_order:this.priceFeedRequestConfig.allowOutOfOrder};this.logger.info("Resubscribing to existing price feeds."),(t=this.wsClient)==null||t.send(JSON.stringify(r))}},this.wsClient.onMessage=t=>{this.logger.info(`Received message ${t.toString()}`);let r;try{r=JSON.parse(t.toString())}catch(n){this.logger.error(`Error parsing message ${t.toString()} as JSON.`),this.logger.error(n),this.onWsError(n);return}if(r.type==="response")r.status==="error"&&(this.logger.error(`Error response from the websocket server ${r.error}.`),this.onWsError(new Error(r.error)));else if(r.type==="price_update"){let n;try{n=Nf.PriceFeed.fromJson(r.price_feed)}catch(i){this.logger.error(`Error parsing price feeds from message ${t.toString()}.`),this.logger.error(i),this.onWsError(i);return}if(this.priceFeedCallbacks.has(n.id))for(const i of this.priceFeedCallbacks.get(n.id))i(n)}else this.logger.warn(`Ignoring unsupported server response ${t.toString()}.`)},await this.wsClient.startWebSocket()}closeWebSocket(){var t;(t=this.wsClient)==null||t.closeWebSocket(),this.wsClient=void 0,this.priceFeedCallbacks.clear()}}dc.PriceServiceConnection=T5,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.parseAccumulatorUpdateData=e.isAccumulatorUpdateData=e.Price=e.PriceFeed=e.PriceFeedMetadata=e.PriceServiceConnection=void 0;var t=dc;Object.defineProperty(e,"PriceServiceConnection",{enumerable:!0,get:function(){return t.PriceServiceConnection}});var r=Ku;Object.defineProperty(e,"PriceFeedMetadata",{enumerable:!0,get:function(){return r.PriceFeedMetadata}}),Object.defineProperty(e,"PriceFeed",{enumerable:!0,get:function(){return r.PriceFeed}}),Object.defineProperty(e,"Price",{enumerable:!0,get:function(){return r.Price}}),Object.defineProperty(e,"isAccumulatorUpdateData",{enumerable:!0,get:function(){return r.isAccumulatorUpdateData}}),Object.defineProperty(e,"parseAccumulatorUpdateData",{enumerable:!0,get:function(){return r.parseAccumulatorUpdateData}})}(Gu),Object.defineProperty(fc,"__esModule",{value:!0}),fc.SuiPriceServiceConnection=void 0;const A5=Gu,M5=aa;class I5 extends A5.PriceServiceConnection{async getPriceFeedsUpdateData(t){return(await this.getLatestVaas(t)).map(n=>M5.Buffer.from(n,"base64"))}}fc.SuiPriceServiceConnection=I5;var Rc={};const O5=ch(C3),Io=ch(j6);var jf=Object.defineProperty,P5=Object.getOwnPropertyDescriptor,R5=Object.getOwnPropertyNames,N5=Object.prototype.hasOwnProperty,k5=(e,t)=>{for(var r in t)jf(e,r,{get:t[r],enumerable:!0})},j5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of R5(t))!N5.call(e,i)&&i!==r&&jf(e,i,{get:()=>t[i],enumerable:!(n=P5(t,i))||n.enumerable});return e},D5=e=>j5(jf({},"__esModule",{value:!0}),e),Km={};k5(Km,{isValidSuiNSName:()=>U5,normalizeSuiNSName:()=>F5});var L5=D5(Km);const Ym=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,Xm=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,B5=235;function U5(e){return e.length>B5?!1:e.includes("@")?Ym.test(e):Xm.test(e)}function F5(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!Ym.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,o]=r.split("@");n=[...i?i.split("."):[],o]}else{if(!Xm.test(r))throw new Error(`Invalid SuiNS name ${e}`);n=r.split(".").slice(0,-1)}return t==="dot"?`${n.join(".")}.sui`:`${n.slice(0,-1).join(".")}@${n[n.length-1]}`}var Df=Object.defineProperty,$5=Object.getOwnPropertyDescriptor,V5=Object.getOwnPropertyNames,z5=Object.prototype.hasOwnProperty,q5=(e,t)=>{for(var r in t)Df(e,r,{get:t[r],enumerable:!0})},H5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of V5(t))!z5.call(e,i)&&i!==r&&Df(e,i,{get:()=>t[i],enumerable:!(n=$5(t,i))||n.enumerable});return e},W5=e=>H5(Df({},"__esModule",{value:!0}),e),Jm={};q5(Jm,{isValidNamedPackage:()=>Qm,isValidNamedType:()=>Z5});var G5=W5(Jm),K5=L5;const Y5=/^([a-z0-9]+(?:-[a-z0-9]+)*)$/,X5=/^\d+$/,J5=64,Zm="/",Qm=e=>{const t=e.split(Zm);if(t.length<2||t.length>3)return!1;const[r,n,i]=t;return i!==void 0&&!X5.test(i)||!(0,K5.isValidSuiNSName)(r)?!1:Y5.test(n)&&n.length<J5},Z5=e=>{const t=e.split(/::|<|>|,/);for(const r of t)if(r.includes(Zm)&&!Qm(r))return!1;return!0};var Lf=Object.defineProperty,Q5=Object.getOwnPropertyDescriptor,eS=Object.getOwnPropertyNames,tS=Object.prototype.hasOwnProperty,rS=(e,t)=>{for(var r in t)Lf(e,r,{get:t[r],enumerable:!0})},nS=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of eS(t))!tS.call(e,i)&&i!==r&&Lf(e,i,{get:()=>t[i],enumerable:!(n=Q5(t,i))||n.enumerable});return e},iS=e=>nS(Lf({},"__esModule",{value:!0}),e),eg={};rS(eg,{SUI_ADDRESS_LENGTH:()=>Bf,isValidSuiAddress:()=>ng,isValidSuiObjectId:()=>cS,isValidTransactionDigest:()=>aS,normalizeStructTag:()=>ig,normalizeSuiAddress:()=>Ff,normalizeSuiObjectId:()=>uS,parseStructTag:()=>Uf});var tg=iS(eg),rg=Io,oS=G5;const sS=32;function aS(e){try{return(0,rg.fromBase58)(e).length===sS}catch{return!1}}const Bf=32;function ng(e){return fS(e)&&dS(e)===Bf}function cS(e){return ng(e)}function lS(e){return e.includes("::")?Uf(e):e}function Uf(e){const[t,r]=e.split("::"),n=(0,oS.isValidNamedPackage)(t),i=e.slice(t.length+r.length+4),o=i.includes("<")?i.slice(0,i.indexOf("<")):i,s=i.includes("<")?(0,rg.splitGenericParameters)(i.slice(i.indexOf("<")+1,i.lastIndexOf(">"))).map(a=>lS(a.trim())):[];return{address:n?t:Ff(t),module:r,name:o,typeParams:s}}function ig(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?Uf(e):e,o=(i==null?void 0:i.length)>0?`<${i.map(s=>typeof s=="string"?s:ig(s)).join(",")}>`:"";return`${t}::${r}::${n}${o}`}function Ff(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(Bf*2,"0")}`}function uS(e,t=!1){return Ff(e,t)}function fS(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function dS(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}var $f=Object.defineProperty,hS=Object.getOwnPropertyDescriptor,pS=Object.getOwnPropertyNames,mS=Object.prototype.hasOwnProperty,gS=(e,t)=>{for(var r in t)$f(e,r,{get:t[r],enumerable:!0})},vS=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of pS(t))!mS.call(e,i)&&i!==r&&$f(e,i,{get:()=>t[i],enumerable:!(n=hS(t,i))||n.enumerable});return e},bS=e=>vS($f({},"__esModule",{value:!0}),e),og={};gS(og,{TypeTagSerializer:()=>Oo});var sg=bS(og),yS=Io,wS=tg;const xS=/^vector<(.+)>$/,SS=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;class Oo{static parseFromStr(t,r=!1){if(t==="address")return{address:null};if(t==="bool")return{bool:null};if(t==="u8")return{u8:null};if(t==="u16")return{u16:null};if(t==="u32")return{u32:null};if(t==="u64")return{u64:null};if(t==="u128")return{u128:null};if(t==="u256")return{u256:null};if(t==="signer")return{signer:null};const n=t.match(xS);if(n)return{vector:Oo.parseFromStr(n[1],r)};const i=t.match(SS);if(i)return{struct:{address:r?(0,wS.normalizeSuiAddress)(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:Oo.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return(0,yS.splitGenericParameters)(t).map(n=>Oo.parseFromStr(n,r))}static tagToString(t){if("bool"in t)return"bool";if("u8"in t)return"u8";if("u16"in t)return"u16";if("u32"in t)return"u32";if("u64"in t)return"u64";if("u128"in t)return"u128";if("u256"in t)return"u256";if("address"in t)return"address";if("signer"in t)return"signer";if("vector"in t)return`vector<${Oo.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(Oo.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}}var Vf=Object.defineProperty,_S=Object.getOwnPropertyDescriptor,ES=Object.getOwnPropertyNames,CS=Object.prototype.hasOwnProperty,TS=(e,t)=>{for(var r in t)Vf(e,r,{get:t[r],enumerable:!0})},AS=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ES(t))!CS.call(e,i)&&i!==r&&Vf(e,i,{get:()=>t[i],enumerable:!(n=_S(t,i))||n.enumerable});return e},MS=e=>AS(Vf({},"__esModule",{value:!0}),e),ag={};TS(ag,{Address:()=>fn,AppId:()=>Eg,Argument:()=>Hn,CallArg:()=>dg,Command:()=>pg,CompressedSignature:()=>Ag,GasData:()=>yg,Intent:()=>Cg,IntentMessage:()=>Tg,IntentScope:()=>Sg,IntentVersion:()=>_g,MultiSig:()=>RS,MultiSigPkMap:()=>Ig,MultiSigPublicKey:()=>Og,ObjectArg:()=>fg,ObjectDigest:()=>lg,Owner:()=>PS,PasskeyAuthenticator:()=>kS,ProgrammableMoveCall:()=>hg,ProgrammableTransaction:()=>mg,PublicKey:()=>Mg,SenderSignedData:()=>NS,SenderSignedTransaction:()=>Rg,SharedObjectRef:()=>ug,StructTag:()=>bg,SuiObjectRef:()=>Nc,TransactionData:()=>xg,TransactionDataV1:()=>wg,TransactionExpiration:()=>vg,TransactionKind:()=>gg,TypeTag:()=>Hf,base64String:()=>Pg});var zf=MS(ag),ue=Io,da=tg,cg=sg;function IS(e){return ue.bcs.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function OS(e){return ue.bcs.enum("Option",{None:null,Some:e})}const fn=ue.bcs.bytes(da.SUI_ADDRESS_LENGTH).transform({validate:e=>{const t=typeof e=="string"?e:(0,ue.toHex)(e);if(!t||!(0,da.isValidSuiAddress)((0,da.normalizeSuiAddress)(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?(0,ue.fromHex)((0,da.normalizeSuiAddress)(e)):e,output:e=>(0,da.normalizeSuiAddress)((0,ue.toHex)(e))}),lg=ue.bcs.vector(ue.bcs.u8()).transform({name:"ObjectDigest",input:e=>(0,ue.fromBase58)(e),output:e=>(0,ue.toBase58)(new Uint8Array(e)),validate:e=>{if((0,ue.fromBase58)(e).length!==32)throw new Error("ObjectDigest must be 32 bytes")}}),Nc=ue.bcs.struct("SuiObjectRef",{objectId:fn,version:ue.bcs.u64(),digest:lg}),ug=ue.bcs.struct("SharedObjectRef",{objectId:fn,initialSharedVersion:ue.bcs.u64(),mutable:ue.bcs.bool()}),fg=ue.bcs.enum("ObjectArg",{ImmOrOwnedObject:Nc,SharedObject:ug,Receiving:Nc}),PS=ue.bcs.enum("Owner",{AddressOwner:fn,ObjectOwner:fn,Shared:ue.bcs.struct("Shared",{initialSharedVersion:ue.bcs.u64()}),Immutable:null,ConsensusV2:ue.bcs.struct("ConsensusV2",{authenticator:ue.bcs.struct("Authenticator",{SingleOwner:ue.bcs.string()}),startVersion:ue.bcs.string()})}),dg=ue.bcs.enum("CallArg",{Pure:ue.bcs.struct("Pure",{bytes:ue.bcs.vector(ue.bcs.u8()).transform({input:e=>typeof e=="string"?(0,ue.fromBase64)(e):e,output:e=>(0,ue.toBase64)(new Uint8Array(e))})}),Object:fg}),qf=ue.bcs.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:ue.bcs.lazy(()=>qf),struct:ue.bcs.lazy(()=>bg),u16:null,u32:null,u256:null}),Hf=qf.transform({input:e=>typeof e=="string"?cg.TypeTagSerializer.parseFromStr(e,!0):e,output:e=>cg.TypeTagSerializer.tagToString(e)}),Hn=ue.bcs.enum("Argument",{GasCoin:null,Input:ue.bcs.u16(),Result:ue.bcs.u16(),NestedResult:ue.bcs.tuple([ue.bcs.u16(),ue.bcs.u16()])}),hg=ue.bcs.struct("ProgrammableMoveCall",{package:fn,module:ue.bcs.string(),function:ue.bcs.string(),typeArguments:ue.bcs.vector(Hf),arguments:ue.bcs.vector(Hn)}),pg=ue.bcs.enum("Command",{MoveCall:hg,TransferObjects:ue.bcs.struct("TransferObjects",{objects:ue.bcs.vector(Hn),address:Hn}),SplitCoins:ue.bcs.struct("SplitCoins",{coin:Hn,amounts:ue.bcs.vector(Hn)}),MergeCoins:ue.bcs.struct("MergeCoins",{destination:Hn,sources:ue.bcs.vector(Hn)}),Publish:ue.bcs.struct("Publish",{modules:ue.bcs.vector(ue.bcs.vector(ue.bcs.u8()).transform({input:e=>typeof e=="string"?(0,ue.fromBase64)(e):e,output:e=>(0,ue.toBase64)(new Uint8Array(e))})),dependencies:ue.bcs.vector(fn)}),MakeMoveVec:ue.bcs.struct("MakeMoveVec",{type:OS(Hf).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:ue.bcs.vector(Hn)}),Upgrade:ue.bcs.struct("Upgrade",{modules:ue.bcs.vector(ue.bcs.vector(ue.bcs.u8()).transform({input:e=>typeof e=="string"?(0,ue.fromBase64)(e):e,output:e=>(0,ue.toBase64)(new Uint8Array(e))})),dependencies:ue.bcs.vector(fn),package:fn,ticket:Hn})}),mg=ue.bcs.struct("ProgrammableTransaction",{inputs:ue.bcs.vector(dg),commands:ue.bcs.vector(pg)}),gg=ue.bcs.enum("TransactionKind",{ProgrammableTransaction:mg,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),vg=ue.bcs.enum("TransactionExpiration",{None:null,Epoch:IS()}),bg=ue.bcs.struct("StructTag",{address:fn,module:ue.bcs.string(),name:ue.bcs.string(),typeParams:ue.bcs.vector(qf)}),yg=ue.bcs.struct("GasData",{payment:ue.bcs.vector(Nc),owner:fn,price:ue.bcs.u64(),budget:ue.bcs.u64()}),wg=ue.bcs.struct("TransactionDataV1",{kind:gg,sender:fn,gasData:yg,expiration:vg}),xg=ue.bcs.enum("TransactionData",{V1:wg}),Sg=ue.bcs.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),_g=ue.bcs.enum("IntentVersion",{V0:null}),Eg=ue.bcs.enum("AppId",{Sui:null}),Cg=ue.bcs.struct("Intent",{scope:Sg,version:_g,appId:Eg});function Tg(e){return ue.bcs.struct(`IntentMessage<${e.name}>`,{intent:Cg,value:e})}const Ag=ue.bcs.enum("CompressedSignature",{ED25519:ue.bcs.fixedArray(64,ue.bcs.u8()),Secp256k1:ue.bcs.fixedArray(64,ue.bcs.u8()),Secp256r1:ue.bcs.fixedArray(64,ue.bcs.u8()),ZkLogin:ue.bcs.vector(ue.bcs.u8())}),Mg=ue.bcs.enum("PublicKey",{ED25519:ue.bcs.fixedArray(32,ue.bcs.u8()),Secp256k1:ue.bcs.fixedArray(33,ue.bcs.u8()),Secp256r1:ue.bcs.fixedArray(33,ue.bcs.u8()),ZkLogin:ue.bcs.vector(ue.bcs.u8())}),Ig=ue.bcs.struct("MultiSigPkMap",{pubKey:Mg,weight:ue.bcs.u8()}),Og=ue.bcs.struct("MultiSigPublicKey",{pk_map:ue.bcs.vector(Ig),threshold:ue.bcs.u16()}),RS=ue.bcs.struct("MultiSig",{sigs:ue.bcs.vector(Ag),bitmap:ue.bcs.u16(),multisig_pk:Og}),Pg=ue.bcs.vector(ue.bcs.u8()).transform({input:e=>typeof e=="string"?(0,ue.fromBase64)(e):e,output:e=>(0,ue.toBase64)(new Uint8Array(e))}),Rg=ue.bcs.struct("SenderSignedTransaction",{intentMessage:Tg(xg),txSignatures:ue.bcs.vector(Pg)}),NS=ue.bcs.vector(Rg,{name:"SenderSignedData"}),kS=ue.bcs.struct("PasskeyAuthenticator",{authenticatorData:ue.bcs.vector(ue.bcs.u8()),clientDataJson:ue.bcs.string(),userSignature:ue.bcs.vector(ue.bcs.u8())});var Wf=Object.defineProperty,jS=Object.getOwnPropertyDescriptor,DS=Object.getOwnPropertyNames,LS=Object.prototype.hasOwnProperty,BS=(e,t)=>{for(var r in t)Wf(e,r,{get:t[r],enumerable:!0})},US=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of DS(t))!LS.call(e,i)&&i!==r&&Wf(e,i,{get:()=>t[i],enumerable:!(n=jS(t,i))||n.enumerable});return e},FS=e=>US(Wf({},"__esModule",{value:!0}),e),Ng={};BS(Ng,{TransactionEffects:()=>e7});var $S=FS(Ng),me=Io,At=zf;const VS=me.bcs.enum("PackageUpgradeError",{UnableToFetchPackage:me.bcs.struct("UnableToFetchPackage",{packageId:At.Address}),NotAPackage:me.bcs.struct("NotAPackage",{objectId:At.Address}),IncompatibleUpgrade:null,DigestDoesNotMatch:me.bcs.struct("DigestDoesNotMatch",{digest:me.bcs.vector(me.bcs.u8())}),UnknownUpgradePolicy:me.bcs.struct("UnknownUpgradePolicy",{policy:me.bcs.u8()}),PackageIDDoesNotMatch:me.bcs.struct("PackageIDDoesNotMatch",{packageId:At.Address,ticketId:At.Address})}),zS=me.bcs.struct("ModuleId",{address:At.Address,name:me.bcs.string()}),kg=me.bcs.struct("MoveLocation",{module:zS,function:me.bcs.u16(),instruction:me.bcs.u16(),functionName:me.bcs.option(me.bcs.string())}),qS=me.bcs.enum("CommandArgumentError",{TypeMismatch:null,InvalidBCSBytes:null,InvalidUsageOfPureArg:null,InvalidArgumentToPrivateEntryFunction:null,IndexOutOfBounds:me.bcs.struct("IndexOutOfBounds",{idx:me.bcs.u16()}),SecondaryIndexOutOfBounds:me.bcs.struct("SecondaryIndexOutOfBounds",{resultIdx:me.bcs.u16(),secondaryIdx:me.bcs.u16()}),InvalidResultArity:me.bcs.struct("InvalidResultArity",{resultIdx:me.bcs.u16()}),InvalidGasCoinUsage:null,InvalidValueUsage:null,InvalidObjectByValue:null,InvalidObjectByMutRef:null,SharedObjectOperationNotAllowed:null}),HS=me.bcs.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),WS=me.bcs.enum("ExecutionFailureStatus",{InsufficientGas:null,InvalidGasObject:null,InvariantViolation:null,FeatureNotYetSupported:null,MoveObjectTooBig:me.bcs.struct("MoveObjectTooBig",{objectSize:me.bcs.u64(),maxObjectSize:me.bcs.u64()}),MovePackageTooBig:me.bcs.struct("MovePackageTooBig",{objectSize:me.bcs.u64(),maxObjectSize:me.bcs.u64()}),CircularObjectOwnership:me.bcs.struct("CircularObjectOwnership",{object:At.Address}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:me.bcs.option(kg),MoveAbort:me.bcs.tuple([kg,me.bcs.u64()]),VMVerificationOrDeserializationError:null,VMInvariantViolation:null,FunctionNotFound:null,ArityMismatch:null,TypeArityMismatch:null,NonEntryFunctionInvoked:null,CommandArgumentError:me.bcs.struct("CommandArgumentError",{argIdx:me.bcs.u16(),kind:qS}),TypeArgumentError:me.bcs.struct("TypeArgumentError",{argumentIdx:me.bcs.u16(),kind:HS}),UnusedValueWithoutDrop:me.bcs.struct("UnusedValueWithoutDrop",{resultIdx:me.bcs.u16(),secondaryIdx:me.bcs.u16()}),InvalidPublicFunctionReturnType:me.bcs.struct("InvalidPublicFunctionReturnType",{idx:me.bcs.u16()}),InvalidTransferObject:null,EffectsTooLarge:me.bcs.struct("EffectsTooLarge",{currentSize:me.bcs.u64(),maxSize:me.bcs.u64()}),PublishUpgradeMissingDependency:null,PublishUpgradeDependencyDowngrade:null,PackageUpgradeError:me.bcs.struct("PackageUpgradeError",{upgradeError:VS}),WrittenObjectsTooLarge:me.bcs.struct("WrittenObjectsTooLarge",{currentSize:me.bcs.u64(),maxSize:me.bcs.u64()}),CertificateDenied:null,SuiMoveVerificationTimedout:null,SharedObjectOperationNotAllowed:null,InputObjectDeleted:null,ExecutionCancelledDueToSharedObjectCongestion:me.bcs.struct("ExecutionCancelledDueToSharedObjectCongestion",{congestedObjects:me.bcs.vector(At.Address)}),AddressDeniedForCoin:me.bcs.struct("AddressDeniedForCoin",{address:At.Address,coinType:me.bcs.string()}),CoinTypeGlobalPause:me.bcs.struct("CoinTypeGlobalPause",{coinType:me.bcs.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),jg=me.bcs.enum("ExecutionStatus",{Success:null,Failed:me.bcs.struct("ExecutionFailed",{error:WS,command:me.bcs.option(me.bcs.u64())})}),Dg=me.bcs.struct("GasCostSummary",{computationCost:me.bcs.u64(),storageCost:me.bcs.u64(),storageRebate:me.bcs.u64(),nonRefundableStorageFee:me.bcs.u64()}),GS=me.bcs.struct("TransactionEffectsV1",{status:jg,executedEpoch:me.bcs.u64(),gasUsed:Dg,modifiedAtVersions:me.bcs.vector(me.bcs.tuple([At.Address,me.bcs.u64()])),sharedObjects:me.bcs.vector(At.SuiObjectRef),transactionDigest:At.ObjectDigest,created:me.bcs.vector(me.bcs.tuple([At.SuiObjectRef,At.Owner])),mutated:me.bcs.vector(me.bcs.tuple([At.SuiObjectRef,At.Owner])),unwrapped:me.bcs.vector(me.bcs.tuple([At.SuiObjectRef,At.Owner])),deleted:me.bcs.vector(At.SuiObjectRef),unwrappedThenDeleted:me.bcs.vector(At.SuiObjectRef),wrapped:me.bcs.vector(At.SuiObjectRef),gasObject:me.bcs.tuple([At.SuiObjectRef,At.Owner]),eventsDigest:me.bcs.option(At.ObjectDigest),dependencies:me.bcs.vector(At.ObjectDigest)}),Gf=me.bcs.tuple([me.bcs.u64(),At.ObjectDigest]),KS=me.bcs.enum("ObjectIn",{NotExist:null,Exist:me.bcs.tuple([Gf,At.Owner])}),YS=me.bcs.enum("ObjectOut",{NotExist:null,ObjectWrite:me.bcs.tuple([At.ObjectDigest,At.Owner]),PackageWrite:Gf}),XS=me.bcs.enum("IDOperation",{None:null,Created:null,Deleted:null}),JS=me.bcs.struct("EffectsObjectChange",{inputState:KS,outputState:YS,idOperation:XS}),ZS=me.bcs.enum("UnchangedSharedKind",{ReadOnlyRoot:Gf,MutateDeleted:me.bcs.u64(),ReadDeleted:me.bcs.u64(),Cancelled:me.bcs.u64(),PerEpochConfig:null}),QS=me.bcs.struct("TransactionEffectsV2",{status:jg,executedEpoch:me.bcs.u64(),gasUsed:Dg,transactionDigest:At.ObjectDigest,gasObjectIndex:me.bcs.option(me.bcs.u32()),eventsDigest:me.bcs.option(At.ObjectDigest),dependencies:me.bcs.vector(At.ObjectDigest),lamportVersion:me.bcs.u64(),changedObjects:me.bcs.vector(me.bcs.tuple([At.Address,JS])),unchangedSharedObjects:me.bcs.vector(me.bcs.tuple([At.Address,ZS])),auxDataDigest:me.bcs.option(At.ObjectDigest)}),e7=me.bcs.enum("TransactionEffects",{V1:GS,V2:QS});var Kf=Object.defineProperty,t7=Object.getOwnPropertyDescriptor,r7=Object.getOwnPropertyNames,n7=Object.prototype.hasOwnProperty,i7=(e,t)=>{for(var r in t)Kf(e,r,{get:t[r],enumerable:!0})},o7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of r7(t))!n7.call(e,i)&&i!==r&&Kf(e,i,{get:()=>t[i],enumerable:!(n=t7(t,i))||n.enumerable});return e},s7=e=>o7(Kf({},"__esModule",{value:!0}),e),Lg={};i7(Lg,{pureBcsSchemaFromTypeName:()=>Yf});var a7=s7(Lg),Wn=Io,c7=zf;function Yf(e){switch(e){case"u8":return Wn.bcs.u8();case"u16":return Wn.bcs.u16();case"u32":return Wn.bcs.u32();case"u64":return Wn.bcs.u64();case"u128":return Wn.bcs.u128();case"u256":return Wn.bcs.u256();case"bool":return Wn.bcs.bool();case"string":return Wn.bcs.string();case"id":case"address":return c7.Address}const t=e.match(/^(vector|option)<(.+)>$/);if(t){const[r,n]=t.slice(1);return r==="vector"?Wn.bcs.vector(Yf(n)):Wn.bcs.option(Yf(n))}throw new Error(`Invalid Pure type name: ${e}`)}var Xf=Object.defineProperty,l7=Object.getOwnPropertyDescriptor,u7=Object.getOwnPropertyNames,f7=Object.prototype.hasOwnProperty,d7=(e,t)=>{for(var r in t)Xf(e,r,{get:t[r],enumerable:!0})},h7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of u7(t))!f7.call(e,i)&&i!==r&&Xf(e,i,{get:()=>t[i],enumerable:!(n=l7(t,i))||n.enumerable});return e},p7=e=>h7(Xf({},"__esModule",{value:!0}),e),Bg={};d7(Bg,{BcsType:()=>b7.BcsType,TypeTagSerializer:()=>v7.TypeTagSerializer,bcs:()=>w7,pureBcsSchemaFromTypeName:()=>y7.pureBcsSchemaFromTypeName});var m7=p7(Bg),Gn=Io,jt=zf,g7=$S,v7=sg,b7=Io,y7=a7;const w7={...Gn.bcs,U8:Gn.bcs.u8(),U16:Gn.bcs.u16(),U32:Gn.bcs.u32(),U64:Gn.bcs.u64(),U128:Gn.bcs.u128(),U256:Gn.bcs.u256(),ULEB128:Gn.bcs.uleb128(),Bool:Gn.bcs.bool(),String:Gn.bcs.string(),Address:jt.Address,AppId:jt.AppId,Argument:jt.Argument,CallArg:jt.CallArg,CompressedSignature:jt.CompressedSignature,GasData:jt.GasData,Intent:jt.Intent,IntentMessage:jt.IntentMessage,IntentScope:jt.IntentScope,IntentVersion:jt.IntentVersion,MultiSig:jt.MultiSig,MultiSigPkMap:jt.MultiSigPkMap,MultiSigPublicKey:jt.MultiSigPublicKey,ObjectArg:jt.ObjectArg,ObjectDigest:jt.ObjectDigest,Owner:jt.Owner,ProgrammableMoveCall:jt.ProgrammableMoveCall,ProgrammableTransaction:jt.ProgrammableTransaction,PublicKey:jt.PublicKey,SenderSignedData:jt.SenderSignedData,SenderSignedTransaction:jt.SenderSignedTransaction,SharedObjectRef:jt.SharedObjectRef,StructTag:jt.StructTag,SuiObjectRef:jt.SuiObjectRef,Command:jt.Command,TransactionData:jt.TransactionData,TransactionDataV1:jt.TransactionDataV1,TransactionExpiration:jt.TransactionExpiration,TransactionKind:jt.TransactionKind,TypeTag:jt.TypeTag,TransactionEffects:g7.TransactionEffects,PasskeyAuthenticator:jt.PasskeyAuthenticator};Object.defineProperty(Rc,"__esModule",{value:!0}),Rc.SuiPythClient=void 0;const kc=O5,ss=m7,x7=aa,Jf=16*1024;class S7{constructor(t,r,n){vt(this,"provider");vt(this,"pythStateId");vt(this,"wormholeStateId");vt(this,"pythPackageId");vt(this,"wormholePackageId");vt(this,"priceTableInfo");vt(this,"priceFeedObjectIdCache",new Map);vt(this,"baseUpdateFee");this.provider=t,this.pythStateId=r,this.wormholeStateId=n,this.pythPackageId=void 0,this.wormholePackageId=void 0}async getBaseUpdateFee(){if(this.baseUpdateFee===void 0){const t=await this.provider.getObject({id:this.pythStateId,options:{showContent:!0}});if(!t.data||!t.data.content||t.data.content.dataType!=="moveObject")throw new Error("Unable to fetch pyth state object");this.baseUpdateFee=t.data.content.fields.base_update_fee}return this.baseUpdateFee}async getPackageId(t){const r=await this.provider.getObject({id:t,options:{showContent:!0}}).then(n=>{var i,o,s;if(((o=(i=n.data)==null?void 0:i.content)==null?void 0:o.dataType)=="moveObject")return n.data.content.fields;throw console.log((s=n.data)==null?void 0:s.content),new Error(`Cannot fetch package id for object ${t}`)});if("upgrade_cap"in r)return r.upgrade_cap.fields.package;throw new Error("upgrade_cap not found")}async verifyVaas(t,r){const n=await this.getWormholePackageId(),i=[];for(const o of t){const[s]=r.moveCall({target:`${n}::vaa::parse_and_verify`,arguments:[r.object(this.wormholeStateId),r.pure(ss.bcs.vector(ss.bcs.U8).serialize(Array.from(o),{maxSize:Jf}).toBytes()),r.object(kc.SUI_CLOCK_OBJECT_ID)]});i.push(s)}return i}async updatePriceFeeds(t,r,n){const i=await this.getPythPackageId();let o;if(r.length>1)throw new Error("SDK does not support sending multiple accumulator messages in a single transaction");const s=this.extractVaaBytesFromAccumulatorMessage(r[0]),a=await this.verifyVaas([s],t);[o]=t.moveCall({target:`${i}::pyth::create_authenticated_price_infos_using_accumulator`,arguments:[t.object(this.pythStateId),t.pure(ss.bcs.vector(ss.bcs.U8).serialize(Array.from(r[0]),{maxSize:Jf}).toBytes()),a[0],t.object(kc.SUI_CLOCK_OBJECT_ID)]});const c=[],l=await this.getBaseUpdateFee(),u=t.splitCoins(t.gas,n.map(()=>t.pure.u64(l)));let d=0;for(const p of n){const y=await this.getPriceFeedObjectId(p);if(!y)throw new Error(`Price feed ${p} not found, please create it first`);c.push(y),[o]=t.moveCall({target:`${i}::pyth::update_single_price_feed`,arguments:[t.object(this.pythStateId),o,t.object(y),u[d],t.object(kc.SUI_CLOCK_OBJECT_ID)]}),d++}return t.moveCall({target:`${i}::hot_potato_vector::destroy`,arguments:[o],typeArguments:[`${i}::price_info::PriceInfo`]}),c}async createPriceFeed(t,r){const n=await this.getPythPackageId();if(r.length>1)throw new Error("SDK does not support sending multiple accumulator messages in a single transaction");const i=this.extractVaaBytesFromAccumulatorMessage(r[0]),o=await this.verifyVaas([i],t);t.moveCall({target:`${n}::pyth::create_price_feeds_using_accumulator`,arguments:[t.object(this.pythStateId),t.pure(ss.bcs.vector(ss.bcs.U8).serialize(Array.from(r[0]),{maxSize:Jf}).toBytes()),o[0],t.object(kc.SUI_CLOCK_OBJECT_ID)]})}async getWormholePackageId(){return this.wormholePackageId||(this.wormholePackageId=await this.getPackageId(this.wormholeStateId)),this.wormholePackageId}async getPythPackageId(){return this.pythPackageId||(this.pythPackageId=await this.getPackageId(this.pythStateId)),this.pythPackageId}async getPriceFeedObjectId(t){const r=t.replace("0x","");if(!this.priceFeedObjectIdCache.has(r)){const{id:n,fieldType:i}=await this.getPriceTableInfo(),o=await this.provider.getDynamicFieldObject({parentId:n,name:{type:`${i}::price_identifier::PriceIdentifier`,value:{bytes:Array.from(x7.Buffer.from(r,"hex"))}}});if(!o.data||!o.data.content)return;if(o.data.content.dataType!=="moveObject")throw new Error("Price feed type mismatch");this.priceFeedObjectIdCache.set(r,o.data.content.fields.value)}return this.priceFeedObjectIdCache.get(r)}async getPriceTableInfo(){if(this.priceTableInfo===void 0){const t=await this.provider.getDynamicFieldObject({parentId:this.pythStateId,name:{type:"vector<u8>",value:"price_info"}});if(!t.data||!t.data.type)throw new Error("Price Table not found, contract may not be initialized");let r=t.data.type.replace("0x2::table::Table<","");r=r.replace("::price_identifier::PriceIdentifier, 0x2::object::ID>",""),this.priceTableInfo={id:t.data.objectId,fieldType:r}}return this.priceTableInfo}extractVaaBytesFromAccumulatorMessage(t){const n=7+t.readUint8(6)+1,i=t.readUint16BE(n),o=n+2;return t.subarray(o,o+i)}}Rc.SuiPythClient=S7,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PriceFeed=e.Price=e.SuiPythClient=e.SuiPriceServiceConnection=void 0;var t=fc;Object.defineProperty(e,"SuiPriceServiceConnection",{enumerable:!0,get:function(){return t.SuiPriceServiceConnection}});var r=Rc;Object.defineProperty(e,"SuiPythClient",{enumerable:!0,get:function(){return r.SuiPythClient}});var n=Gu;Object.defineProperty(e,"Price",{enumerable:!0,get:function(){return n.Price}}),Object.defineProperty(e,"PriceFeed",{enumerable:!0,get:function(){return n.PriceFeed}})}(Wu);var _7=Object.create,Zf=Object.defineProperty,E7=Object.defineProperties,C7=Object.getOwnPropertyDescriptor,T7=Object.getOwnPropertyDescriptors,Ug=Object.getOwnPropertyNames,Fg=Object.getOwnPropertySymbols,A7=Object.getPrototypeOf,$g=Object.prototype.hasOwnProperty,M7=Object.prototype.propertyIsEnumerable,Vg=(e,t,r)=>t in e?Zf(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,I7=(e,t)=>{for(var r in t||(t={}))$g.call(t,r)&&Vg(e,r,t[r]);if(Fg)for(var r of Fg(t))M7.call(t,r)&&Vg(e,r,t[r]);return e},O7=(e,t)=>E7(e,T7(t)),P7=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),R7=(e,t)=>function(){return t||(0,e[Ug(e)[0]])((t={exports:{}}).exports,t),t.exports},N7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Ug(t))!$g.call(e,i)&&i!==r&&Zf(e,i,{get:()=>t[i],enumerable:!(n=C7(t,i))||n.enumerable});return e},Po=(e,t,r)=>(r=e!=null?_7(A7(e)):{},N7(!e||!e.__esModule?Zf(r,"default",{value:e,enumerable:!0}):r,e)),ft=(e,t,r)=>new Promise((n,i)=>{var o=c=>{try{a(r.next(c))}catch(l){i(l)}},s=c=>{try{a(r.throw(c))}catch(l){i(l)}},a=c=>c.done?n(c.value):Promise.resolve(c.value).then(o,s);a((r=r.apply(e,t)).next())}),Ro=R7({"node_modules/bn.js/lib/bn.js"(e,t){(function(r,n){function i(h,f){if(!h)throw new Error(f||"Assertion failed")}function o(h,f){h.super_=f;var m=function(){};m.prototype=f.prototype,h.prototype=new m,h.prototype.constructor=h}function s(h,f,m){if(s.isBN(h))return h;this.negative=0,this.words=null,this.length=0,this.red=null,h!==null&&((f==="le"||f==="be")&&(m=f,f=10),this._init(h||0,f||10,m||"be"))}typeof r=="object"?r.exports=s:n.BN=s,s.BN=s,s.wordSize=26;var a;try{typeof window<"u"&&typeof window.Buffer<"u"?a=window.Buffer:a=P7("buffer").Buffer}catch{}s.isBN=function(f){return f instanceof s?!0:f!==null&&typeof f=="object"&&f.constructor.wordSize===s.wordSize&&Array.isArray(f.words)},s.max=function(f,m){return f.cmp(m)>0?f:m},s.min=function(f,m){return f.cmp(m)<0?f:m},s.prototype._init=function(f,m,S){if(typeof f=="number")return this._initNumber(f,m,S);if(typeof f=="object")return this._initArray(f,m,S);m==="hex"&&(m=16),i(m===(m|0)&&m>=2&&m<=36),f=f.toString().replace(/\s+/g,"");var T=0;f[0]==="-"&&(T++,this.negative=1),T<f.length&&(m===16?this._parseHex(f,T,S):(this._parseBase(f,m,T),S==="le"&&this._initArray(this.toArray(),m,S)))},s.prototype._initNumber=function(f,m,S){f<0&&(this.negative=1,f=-f),f<67108864?(this.words=[f&67108863],this.length=1):f<4503599627370496?(this.words=[f&67108863,f/67108864&67108863],this.length=2):(i(f<9007199254740992),this.words=[f&67108863,f/67108864&67108863,1],this.length=3),S==="le"&&this._initArray(this.toArray(),m,S)},s.prototype._initArray=function(f,m,S){if(i(typeof f.length=="number"),f.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(f.length/3),this.words=new Array(this.length);for(var T=0;T<this.length;T++)this.words[T]=0;var E,I,C=0;if(S==="be")for(T=f.length-1,E=0;T>=0;T-=3)I=f[T]|f[T-1]<<8|f[T-2]<<16,this.words[E]|=I<<C&67108863,this.words[E+1]=I>>>26-C&67108863,C+=24,C>=26&&(C-=26,E++);else if(S==="le")for(T=0,E=0;T<f.length;T+=3)I=f[T]|f[T+1]<<8|f[T+2]<<16,this.words[E]|=I<<C&67108863,this.words[E+1]=I>>>26-C&67108863,C+=24,C>=26&&(C-=26,E++);return this._strip()};function c(h,f){var m=h.charCodeAt(f);if(m>=48&&m<=57)return m-48;if(m>=65&&m<=70)return m-55;if(m>=97&&m<=102)return m-87;i(!1,"Invalid character in "+h)}function l(h,f,m){var S=c(h,m);return m-1>=f&&(S|=c(h,m-1)<<4),S}s.prototype._parseHex=function(f,m,S){this.length=Math.ceil((f.length-m)/6),this.words=new Array(this.length);for(var T=0;T<this.length;T++)this.words[T]=0;var E=0,I=0,C;if(S==="be")for(T=f.length-1;T>=m;T-=2)C=l(f,m,T)<<E,this.words[I]|=C&67108863,E>=18?(E-=18,I+=1,this.words[I]|=C>>>26):E+=8;else{var g=f.length-m;for(T=g%2===0?m+1:m;T<f.length;T+=2)C=l(f,m,T)<<E,this.words[I]|=C&67108863,E>=18?(E-=18,I+=1,this.words[I]|=C>>>26):E+=8}this._strip()};function u(h,f,m,S){for(var T=0,E=0,I=Math.min(h.length,m),C=f;C<I;C++){var g=h.charCodeAt(C)-48;T*=S,g>=49?E=g-49+10:g>=17?E=g-17+10:E=g,i(g>=0&&E<S,"Invalid character"),T+=E}return T}s.prototype._parseBase=function(f,m,S){this.words=[0],this.length=1;for(var T=0,E=1;E<=67108863;E*=m)T++;T--,E=E/m|0;for(var I=f.length-S,C=I%T,g=Math.min(I,I-C)+S,v=0,j=S;j<g;j+=T)v=u(f,j,j+T,m),this.imuln(E),this.words[0]+v<67108864?this.words[0]+=v:this._iaddn(v);if(C!==0){var Q=1;for(v=u(f,j,f.length,m),j=0;j<C;j++)Q*=m;this.imuln(Q),this.words[0]+v<67108864?this.words[0]+=v:this._iaddn(v)}this._strip()},s.prototype.copy=function(f){f.words=new Array(this.length);for(var m=0;m<this.length;m++)f.words[m]=this.words[m];f.length=this.length,f.negative=this.negative,f.red=this.red};function d(h,f){h.words=f.words,h.length=f.length,h.negative=f.negative,h.red=f.red}if(s.prototype._move=function(f){d(f,this)},s.prototype.clone=function(){var f=new s(null);return this.copy(f),f},s.prototype._expand=function(f){for(;this.length<f;)this.words[this.length++]=0;return this},s.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},s.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{s.prototype[Symbol.for("nodejs.util.inspect.custom")]=p}catch{s.prototype.inspect=p}else s.prototype.inspect=p;function p(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var y=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],x=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],b=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];s.prototype.toString=function(f,m){f=f||10,m=m|0||1;var S;if(f===16||f==="hex"){S="";for(var T=0,E=0,I=0;I<this.length;I++){var C=this.words[I],g=((C<<T|E)&16777215).toString(16);E=C>>>24-T&16777215,T+=2,T>=26&&(T-=26,I--),E!==0||I!==this.length-1?S=y[6-g.length]+g+S:S=g+S}for(E!==0&&(S=E.toString(16)+S);S.length%m!==0;)S="0"+S;return this.negative!==0&&(S="-"+S),S}if(f===(f|0)&&f>=2&&f<=36){var v=x[f],j=b[f];S="";var Q=this.clone();for(Q.negative=0;!Q.isZero();){var Z=Q.modrn(j).toString(f);Q=Q.idivn(j),Q.isZero()?S=Z+S:S=y[v-Z.length]+Z+S}for(this.isZero()&&(S="0"+S);S.length%m!==0;)S="0"+S;return this.negative!==0&&(S="-"+S),S}i(!1,"Base should be between 2 and 36")},s.prototype.toNumber=function(){var f=this.words[0];return this.length===2?f+=this.words[1]*67108864:this.length===3&&this.words[2]===1?f+=4503599627370496+this.words[1]*67108864:this.length>2&&i(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-f:f},s.prototype.toJSON=function(){return this.toString(16,2)},a&&(s.prototype.toBuffer=function(f,m){return this.toArrayLike(a,f,m)}),s.prototype.toArray=function(f,m){return this.toArrayLike(Array,f,m)};var M=function(f,m){return f.allocUnsafe?f.allocUnsafe(m):new f(m)};s.prototype.toArrayLike=function(f,m,S){this._strip();var T=this.byteLength(),E=S||Math.max(1,T);i(T<=E,"byte array longer than desired length"),i(E>0,"Requested array length <= 0");var I=M(f,E),C=m==="le"?"LE":"BE";return this["_toArrayLike"+C](I,T),I},s.prototype._toArrayLikeLE=function(f,m){for(var S=0,T=0,E=0,I=0;E<this.length;E++){var C=this.words[E]<<I|T;f[S++]=C&255,S<f.length&&(f[S++]=C>>8&255),S<f.length&&(f[S++]=C>>16&255),I===6?(S<f.length&&(f[S++]=C>>24&255),T=0,I=0):(T=C>>>24,I+=2)}if(S<f.length)for(f[S++]=T;S<f.length;)f[S++]=0},s.prototype._toArrayLikeBE=function(f,m){for(var S=f.length-1,T=0,E=0,I=0;E<this.length;E++){var C=this.words[E]<<I|T;f[S--]=C&255,S>=0&&(f[S--]=C>>8&255),S>=0&&(f[S--]=C>>16&255),I===6?(S>=0&&(f[S--]=C>>24&255),T=0,I=0):(T=C>>>24,I+=2)}if(S>=0)for(f[S--]=T;S>=0;)f[S--]=0},Math.clz32?s.prototype._countBits=function(f){return 32-Math.clz32(f)}:s.prototype._countBits=function(f){var m=f,S=0;return m>=4096&&(S+=13,m>>>=13),m>=64&&(S+=7,m>>>=7),m>=8&&(S+=4,m>>>=4),m>=2&&(S+=2,m>>>=2),S+m},s.prototype._zeroBits=function(f){if(f===0)return 26;var m=f,S=0;return m&8191||(S+=13,m>>>=13),m&127||(S+=7,m>>>=7),m&15||(S+=4,m>>>=4),m&3||(S+=2,m>>>=2),m&1||S++,S},s.prototype.bitLength=function(){var f=this.words[this.length-1],m=this._countBits(f);return(this.length-1)*26+m};function O(h){for(var f=new Array(h.bitLength()),m=0;m<f.length;m++){var S=m/26|0,T=m%26;f[m]=h.words[S]>>>T&1}return f}s.prototype.zeroBits=function(){if(this.isZero())return 0;for(var f=0,m=0;m<this.length;m++){var S=this._zeroBits(this.words[m]);if(f+=S,S!==26)break}return f},s.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},s.prototype.toTwos=function(f){return this.negative!==0?this.abs().inotn(f).iaddn(1):this.clone()},s.prototype.fromTwos=function(f){return this.testn(f-1)?this.notn(f).iaddn(1).ineg():this.clone()},s.prototype.isNeg=function(){return this.negative!==0},s.prototype.neg=function(){return this.clone().ineg()},s.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},s.prototype.iuor=function(f){for(;this.length<f.length;)this.words[this.length++]=0;for(var m=0;m<f.length;m++)this.words[m]=this.words[m]|f.words[m];return this._strip()},s.prototype.ior=function(f){return i((this.negative|f.negative)===0),this.iuor(f)},s.prototype.or=function(f){return this.length>f.length?this.clone().ior(f):f.clone().ior(this)},s.prototype.uor=function(f){return this.length>f.length?this.clone().iuor(f):f.clone().iuor(this)},s.prototype.iuand=function(f){var m;this.length>f.length?m=f:m=this;for(var S=0;S<m.length;S++)this.words[S]=this.words[S]&f.words[S];return this.length=m.length,this._strip()},s.prototype.iand=function(f){return i((this.negative|f.negative)===0),this.iuand(f)},s.prototype.and=function(f){return this.length>f.length?this.clone().iand(f):f.clone().iand(this)},s.prototype.uand=function(f){return this.length>f.length?this.clone().iuand(f):f.clone().iuand(this)},s.prototype.iuxor=function(f){var m,S;this.length>f.length?(m=this,S=f):(m=f,S=this);for(var T=0;T<S.length;T++)this.words[T]=m.words[T]^S.words[T];if(this!==m)for(;T<m.length;T++)this.words[T]=m.words[T];return this.length=m.length,this._strip()},s.prototype.ixor=function(f){return i((this.negative|f.negative)===0),this.iuxor(f)},s.prototype.xor=function(f){return this.length>f.length?this.clone().ixor(f):f.clone().ixor(this)},s.prototype.uxor=function(f){return this.length>f.length?this.clone().iuxor(f):f.clone().iuxor(this)},s.prototype.inotn=function(f){i(typeof f=="number"&&f>=0);var m=Math.ceil(f/26)|0,S=f%26;this._expand(m),S>0&&m--;for(var T=0;T<m;T++)this.words[T]=~this.words[T]&67108863;return S>0&&(this.words[T]=~this.words[T]&67108863>>26-S),this._strip()},s.prototype.notn=function(f){return this.clone().inotn(f)},s.prototype.setn=function(f,m){i(typeof f=="number"&&f>=0);var S=f/26|0,T=f%26;return this._expand(S+1),m?this.words[S]=this.words[S]|1<<T:this.words[S]=this.words[S]&~(1<<T),this._strip()},s.prototype.iadd=function(f){var m;if(this.negative!==0&&f.negative===0)return this.negative=0,m=this.isub(f),this.negative^=1,this._normSign();if(this.negative===0&&f.negative!==0)return f.negative=0,m=this.isub(f),f.negative=1,m._normSign();var S,T;this.length>f.length?(S=this,T=f):(S=f,T=this);for(var E=0,I=0;I<T.length;I++)m=(S.words[I]|0)+(T.words[I]|0)+E,this.words[I]=m&67108863,E=m>>>26;for(;E!==0&&I<S.length;I++)m=(S.words[I]|0)+E,this.words[I]=m&67108863,E=m>>>26;if(this.length=S.length,E!==0)this.words[this.length]=E,this.length++;else if(S!==this)for(;I<S.length;I++)this.words[I]=S.words[I];return this},s.prototype.add=function(f){var m;return f.negative!==0&&this.negative===0?(f.negative=0,m=this.sub(f),f.negative^=1,m):f.negative===0&&this.negative!==0?(this.negative=0,m=f.sub(this),this.negative=1,m):this.length>f.length?this.clone().iadd(f):f.clone().iadd(this)},s.prototype.isub=function(f){if(f.negative!==0){f.negative=0;var m=this.iadd(f);return f.negative=1,m._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(f),this.negative=1,this._normSign();var S=this.cmp(f);if(S===0)return this.negative=0,this.length=1,this.words[0]=0,this;var T,E;S>0?(T=this,E=f):(T=f,E=this);for(var I=0,C=0;C<E.length;C++)m=(T.words[C]|0)-(E.words[C]|0)+I,I=m>>26,this.words[C]=m&67108863;for(;I!==0&&C<T.length;C++)m=(T.words[C]|0)+I,I=m>>26,this.words[C]=m&67108863;if(I===0&&C<T.length&&T!==this)for(;C<T.length;C++)this.words[C]=T.words[C];return this.length=Math.max(this.length,C),T!==this&&(this.negative=1),this._strip()},s.prototype.sub=function(f){return this.clone().isub(f)};function R(h,f,m){m.negative=f.negative^h.negative;var S=h.length+f.length|0;m.length=S,S=S-1|0;var T=h.words[0]|0,E=f.words[0]|0,I=T*E,C=I&67108863,g=I/67108864|0;m.words[0]=C;for(var v=1;v<S;v++){for(var j=g>>>26,Q=g&67108863,Z=Math.min(v,f.length-1),ce=Math.max(0,v-h.length+1);ce<=Z;ce++){var be=v-ce|0;T=h.words[be]|0,E=f.words[ce]|0,I=T*E+Q,j+=I/67108864|0,Q=I&67108863}m.words[v]=Q|0,g=j|0}return g!==0?m.words[v]=g|0:m.length--,m._strip()}var k=function(f,m,S){var T=f.words,E=m.words,I=S.words,C=0,g,v,j,Q=T[0]|0,Z=Q&8191,ce=Q>>>13,be=T[1]|0,xe=be&8191,pe=be>>>13,Le=T[2]|0,Ae=Le&8191,Ze=Le>>>13,dt=T[3]|0,je=dt&8191,mt=dt>>>13,we=T[4]|0,he=we&8191,Ce=we>>>13,Ve=T[5]|0,ke=Ve&8191,Te=Ve>>>13,Ie=T[6]|0,Ue=Ie&8191,lt=Ie>>>13,ut=T[7]|0,ze=ut&8191,Dt=ut>>>13,_t=T[8]|0,Xe=_t&8191,Ot=_t>>>13,Ft=T[9]|0,et=Ft&8191,Et=Ft>>>13,Pt=E[0]|0,nt=Pt&8191,Lt=Pt>>>13,Rt=E[1]|0,tt=Rt&8191,xt=Rt>>>13,Tt=E[2]|0,Ge=Tt&8191,gt=Tt>>>13,Nt=E[3]|0,it=Nt&8191,St=Nt>>>13,zt=E[4]|0,N=zt&8191,_=zt>>>13,A=E[5]|0,U=A&8191,Y=A>>>13,ee=E[6]|0,ie=ee&8191,De=ee>>>13,Qe=E[7]|0,Ne=Qe&8191,V=Qe>>>13,ae=E[8]|0,fe=ae&8191,Pe=ae>>>13,qe=E[9]|0,Re=qe&8191,Fe=qe>>>13;S.negative=f.negative^m.negative,S.length=19,g=Math.imul(Z,nt),v=Math.imul(Z,Lt),v=v+Math.imul(ce,nt)|0,j=Math.imul(ce,Lt);var at=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(at>>>26)|0,at&=67108863,g=Math.imul(xe,nt),v=Math.imul(xe,Lt),v=v+Math.imul(pe,nt)|0,j=Math.imul(pe,Lt),g=g+Math.imul(Z,tt)|0,v=v+Math.imul(Z,xt)|0,v=v+Math.imul(ce,tt)|0,j=j+Math.imul(ce,xt)|0;var er=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(er>>>26)|0,er&=67108863,g=Math.imul(Ae,nt),v=Math.imul(Ae,Lt),v=v+Math.imul(Ze,nt)|0,j=Math.imul(Ze,Lt),g=g+Math.imul(xe,tt)|0,v=v+Math.imul(xe,xt)|0,v=v+Math.imul(pe,tt)|0,j=j+Math.imul(pe,xt)|0,g=g+Math.imul(Z,Ge)|0,v=v+Math.imul(Z,gt)|0,v=v+Math.imul(ce,Ge)|0,j=j+Math.imul(ce,gt)|0;var Bt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Bt>>>26)|0,Bt&=67108863,g=Math.imul(je,nt),v=Math.imul(je,Lt),v=v+Math.imul(mt,nt)|0,j=Math.imul(mt,Lt),g=g+Math.imul(Ae,tt)|0,v=v+Math.imul(Ae,xt)|0,v=v+Math.imul(Ze,tt)|0,j=j+Math.imul(Ze,xt)|0,g=g+Math.imul(xe,Ge)|0,v=v+Math.imul(xe,gt)|0,v=v+Math.imul(pe,Ge)|0,j=j+Math.imul(pe,gt)|0,g=g+Math.imul(Z,it)|0,v=v+Math.imul(Z,St)|0,v=v+Math.imul(ce,it)|0,j=j+Math.imul(ce,St)|0;var $t=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+($t>>>26)|0,$t&=67108863,g=Math.imul(he,nt),v=Math.imul(he,Lt),v=v+Math.imul(Ce,nt)|0,j=Math.imul(Ce,Lt),g=g+Math.imul(je,tt)|0,v=v+Math.imul(je,xt)|0,v=v+Math.imul(mt,tt)|0,j=j+Math.imul(mt,xt)|0,g=g+Math.imul(Ae,Ge)|0,v=v+Math.imul(Ae,gt)|0,v=v+Math.imul(Ze,Ge)|0,j=j+Math.imul(Ze,gt)|0,g=g+Math.imul(xe,it)|0,v=v+Math.imul(xe,St)|0,v=v+Math.imul(pe,it)|0,j=j+Math.imul(pe,St)|0,g=g+Math.imul(Z,N)|0,v=v+Math.imul(Z,_)|0,v=v+Math.imul(ce,N)|0,j=j+Math.imul(ce,_)|0;var ur=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(ur>>>26)|0,ur&=67108863,g=Math.imul(ke,nt),v=Math.imul(ke,Lt),v=v+Math.imul(Te,nt)|0,j=Math.imul(Te,Lt),g=g+Math.imul(he,tt)|0,v=v+Math.imul(he,xt)|0,v=v+Math.imul(Ce,tt)|0,j=j+Math.imul(Ce,xt)|0,g=g+Math.imul(je,Ge)|0,v=v+Math.imul(je,gt)|0,v=v+Math.imul(mt,Ge)|0,j=j+Math.imul(mt,gt)|0,g=g+Math.imul(Ae,it)|0,v=v+Math.imul(Ae,St)|0,v=v+Math.imul(Ze,it)|0,j=j+Math.imul(Ze,St)|0,g=g+Math.imul(xe,N)|0,v=v+Math.imul(xe,_)|0,v=v+Math.imul(pe,N)|0,j=j+Math.imul(pe,_)|0,g=g+Math.imul(Z,U)|0,v=v+Math.imul(Z,Y)|0,v=v+Math.imul(ce,U)|0,j=j+Math.imul(ce,Y)|0;var Or=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Or>>>26)|0,Or&=67108863,g=Math.imul(Ue,nt),v=Math.imul(Ue,Lt),v=v+Math.imul(lt,nt)|0,j=Math.imul(lt,Lt),g=g+Math.imul(ke,tt)|0,v=v+Math.imul(ke,xt)|0,v=v+Math.imul(Te,tt)|0,j=j+Math.imul(Te,xt)|0,g=g+Math.imul(he,Ge)|0,v=v+Math.imul(he,gt)|0,v=v+Math.imul(Ce,Ge)|0,j=j+Math.imul(Ce,gt)|0,g=g+Math.imul(je,it)|0,v=v+Math.imul(je,St)|0,v=v+Math.imul(mt,it)|0,j=j+Math.imul(mt,St)|0,g=g+Math.imul(Ae,N)|0,v=v+Math.imul(Ae,_)|0,v=v+Math.imul(Ze,N)|0,j=j+Math.imul(Ze,_)|0,g=g+Math.imul(xe,U)|0,v=v+Math.imul(xe,Y)|0,v=v+Math.imul(pe,U)|0,j=j+Math.imul(pe,Y)|0,g=g+Math.imul(Z,ie)|0,v=v+Math.imul(Z,De)|0,v=v+Math.imul(ce,ie)|0,j=j+Math.imul(ce,De)|0;var dr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(dr>>>26)|0,dr&=67108863,g=Math.imul(ze,nt),v=Math.imul(ze,Lt),v=v+Math.imul(Dt,nt)|0,j=Math.imul(Dt,Lt),g=g+Math.imul(Ue,tt)|0,v=v+Math.imul(Ue,xt)|0,v=v+Math.imul(lt,tt)|0,j=j+Math.imul(lt,xt)|0,g=g+Math.imul(ke,Ge)|0,v=v+Math.imul(ke,gt)|0,v=v+Math.imul(Te,Ge)|0,j=j+Math.imul(Te,gt)|0,g=g+Math.imul(he,it)|0,v=v+Math.imul(he,St)|0,v=v+Math.imul(Ce,it)|0,j=j+Math.imul(Ce,St)|0,g=g+Math.imul(je,N)|0,v=v+Math.imul(je,_)|0,v=v+Math.imul(mt,N)|0,j=j+Math.imul(mt,_)|0,g=g+Math.imul(Ae,U)|0,v=v+Math.imul(Ae,Y)|0,v=v+Math.imul(Ze,U)|0,j=j+Math.imul(Ze,Y)|0,g=g+Math.imul(xe,ie)|0,v=v+Math.imul(xe,De)|0,v=v+Math.imul(pe,ie)|0,j=j+Math.imul(pe,De)|0,g=g+Math.imul(Z,Ne)|0,v=v+Math.imul(Z,V)|0,v=v+Math.imul(ce,Ne)|0,j=j+Math.imul(ce,V)|0;var tr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(tr>>>26)|0,tr&=67108863,g=Math.imul(Xe,nt),v=Math.imul(Xe,Lt),v=v+Math.imul(Ot,nt)|0,j=Math.imul(Ot,Lt),g=g+Math.imul(ze,tt)|0,v=v+Math.imul(ze,xt)|0,v=v+Math.imul(Dt,tt)|0,j=j+Math.imul(Dt,xt)|0,g=g+Math.imul(Ue,Ge)|0,v=v+Math.imul(Ue,gt)|0,v=v+Math.imul(lt,Ge)|0,j=j+Math.imul(lt,gt)|0,g=g+Math.imul(ke,it)|0,v=v+Math.imul(ke,St)|0,v=v+Math.imul(Te,it)|0,j=j+Math.imul(Te,St)|0,g=g+Math.imul(he,N)|0,v=v+Math.imul(he,_)|0,v=v+Math.imul(Ce,N)|0,j=j+Math.imul(Ce,_)|0,g=g+Math.imul(je,U)|0,v=v+Math.imul(je,Y)|0,v=v+Math.imul(mt,U)|0,j=j+Math.imul(mt,Y)|0,g=g+Math.imul(Ae,ie)|0,v=v+Math.imul(Ae,De)|0,v=v+Math.imul(Ze,ie)|0,j=j+Math.imul(Ze,De)|0,g=g+Math.imul(xe,Ne)|0,v=v+Math.imul(xe,V)|0,v=v+Math.imul(pe,Ne)|0,j=j+Math.imul(pe,V)|0,g=g+Math.imul(Z,fe)|0,v=v+Math.imul(Z,Pe)|0,v=v+Math.imul(ce,fe)|0,j=j+Math.imul(ce,Pe)|0;var _r=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(_r>>>26)|0,_r&=67108863,g=Math.imul(et,nt),v=Math.imul(et,Lt),v=v+Math.imul(Et,nt)|0,j=Math.imul(Et,Lt),g=g+Math.imul(Xe,tt)|0,v=v+Math.imul(Xe,xt)|0,v=v+Math.imul(Ot,tt)|0,j=j+Math.imul(Ot,xt)|0,g=g+Math.imul(ze,Ge)|0,v=v+Math.imul(ze,gt)|0,v=v+Math.imul(Dt,Ge)|0,j=j+Math.imul(Dt,gt)|0,g=g+Math.imul(Ue,it)|0,v=v+Math.imul(Ue,St)|0,v=v+Math.imul(lt,it)|0,j=j+Math.imul(lt,St)|0,g=g+Math.imul(ke,N)|0,v=v+Math.imul(ke,_)|0,v=v+Math.imul(Te,N)|0,j=j+Math.imul(Te,_)|0,g=g+Math.imul(he,U)|0,v=v+Math.imul(he,Y)|0,v=v+Math.imul(Ce,U)|0,j=j+Math.imul(Ce,Y)|0,g=g+Math.imul(je,ie)|0,v=v+Math.imul(je,De)|0,v=v+Math.imul(mt,ie)|0,j=j+Math.imul(mt,De)|0,g=g+Math.imul(Ae,Ne)|0,v=v+Math.imul(Ae,V)|0,v=v+Math.imul(Ze,Ne)|0,j=j+Math.imul(Ze,V)|0,g=g+Math.imul(xe,fe)|0,v=v+Math.imul(xe,Pe)|0,v=v+Math.imul(pe,fe)|0,j=j+Math.imul(pe,Pe)|0,g=g+Math.imul(Z,Re)|0,v=v+Math.imul(Z,Fe)|0,v=v+Math.imul(ce,Re)|0,j=j+Math.imul(ce,Fe)|0;var Dn=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,g=Math.imul(et,tt),v=Math.imul(et,xt),v=v+Math.imul(Et,tt)|0,j=Math.imul(Et,xt),g=g+Math.imul(Xe,Ge)|0,v=v+Math.imul(Xe,gt)|0,v=v+Math.imul(Ot,Ge)|0,j=j+Math.imul(Ot,gt)|0,g=g+Math.imul(ze,it)|0,v=v+Math.imul(ze,St)|0,v=v+Math.imul(Dt,it)|0,j=j+Math.imul(Dt,St)|0,g=g+Math.imul(Ue,N)|0,v=v+Math.imul(Ue,_)|0,v=v+Math.imul(lt,N)|0,j=j+Math.imul(lt,_)|0,g=g+Math.imul(ke,U)|0,v=v+Math.imul(ke,Y)|0,v=v+Math.imul(Te,U)|0,j=j+Math.imul(Te,Y)|0,g=g+Math.imul(he,ie)|0,v=v+Math.imul(he,De)|0,v=v+Math.imul(Ce,ie)|0,j=j+Math.imul(Ce,De)|0,g=g+Math.imul(je,Ne)|0,v=v+Math.imul(je,V)|0,v=v+Math.imul(mt,Ne)|0,j=j+Math.imul(mt,V)|0,g=g+Math.imul(Ae,fe)|0,v=v+Math.imul(Ae,Pe)|0,v=v+Math.imul(Ze,fe)|0,j=j+Math.imul(Ze,Pe)|0,g=g+Math.imul(xe,Re)|0,v=v+Math.imul(xe,Fe)|0,v=v+Math.imul(pe,Re)|0,j=j+Math.imul(pe,Fe)|0;var Xr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Xr>>>26)|0,Xr&=67108863,g=Math.imul(et,Ge),v=Math.imul(et,gt),v=v+Math.imul(Et,Ge)|0,j=Math.imul(Et,gt),g=g+Math.imul(Xe,it)|0,v=v+Math.imul(Xe,St)|0,v=v+Math.imul(Ot,it)|0,j=j+Math.imul(Ot,St)|0,g=g+Math.imul(ze,N)|0,v=v+Math.imul(ze,_)|0,v=v+Math.imul(Dt,N)|0,j=j+Math.imul(Dt,_)|0,g=g+Math.imul(Ue,U)|0,v=v+Math.imul(Ue,Y)|0,v=v+Math.imul(lt,U)|0,j=j+Math.imul(lt,Y)|0,g=g+Math.imul(ke,ie)|0,v=v+Math.imul(ke,De)|0,v=v+Math.imul(Te,ie)|0,j=j+Math.imul(Te,De)|0,g=g+Math.imul(he,Ne)|0,v=v+Math.imul(he,V)|0,v=v+Math.imul(Ce,Ne)|0,j=j+Math.imul(Ce,V)|0,g=g+Math.imul(je,fe)|0,v=v+Math.imul(je,Pe)|0,v=v+Math.imul(mt,fe)|0,j=j+Math.imul(mt,Pe)|0,g=g+Math.imul(Ae,Re)|0,v=v+Math.imul(Ae,Fe)|0,v=v+Math.imul(Ze,Re)|0,j=j+Math.imul(Ze,Fe)|0;var Ln=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Ln>>>26)|0,Ln&=67108863,g=Math.imul(et,it),v=Math.imul(et,St),v=v+Math.imul(Et,it)|0,j=Math.imul(Et,St),g=g+Math.imul(Xe,N)|0,v=v+Math.imul(Xe,_)|0,v=v+Math.imul(Ot,N)|0,j=j+Math.imul(Ot,_)|0,g=g+Math.imul(ze,U)|0,v=v+Math.imul(ze,Y)|0,v=v+Math.imul(Dt,U)|0,j=j+Math.imul(Dt,Y)|0,g=g+Math.imul(Ue,ie)|0,v=v+Math.imul(Ue,De)|0,v=v+Math.imul(lt,ie)|0,j=j+Math.imul(lt,De)|0,g=g+Math.imul(ke,Ne)|0,v=v+Math.imul(ke,V)|0,v=v+Math.imul(Te,Ne)|0,j=j+Math.imul(Te,V)|0,g=g+Math.imul(he,fe)|0,v=v+Math.imul(he,Pe)|0,v=v+Math.imul(Ce,fe)|0,j=j+Math.imul(Ce,Pe)|0,g=g+Math.imul(je,Re)|0,v=v+Math.imul(je,Fe)|0,v=v+Math.imul(mt,Re)|0,j=j+Math.imul(mt,Fe)|0;var Ni=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Ni>>>26)|0,Ni&=67108863,g=Math.imul(et,N),v=Math.imul(et,_),v=v+Math.imul(Et,N)|0,j=Math.imul(Et,_),g=g+Math.imul(Xe,U)|0,v=v+Math.imul(Xe,Y)|0,v=v+Math.imul(Ot,U)|0,j=j+Math.imul(Ot,Y)|0,g=g+Math.imul(ze,ie)|0,v=v+Math.imul(ze,De)|0,v=v+Math.imul(Dt,ie)|0,j=j+Math.imul(Dt,De)|0,g=g+Math.imul(Ue,Ne)|0,v=v+Math.imul(Ue,V)|0,v=v+Math.imul(lt,Ne)|0,j=j+Math.imul(lt,V)|0,g=g+Math.imul(ke,fe)|0,v=v+Math.imul(ke,Pe)|0,v=v+Math.imul(Te,fe)|0,j=j+Math.imul(Te,Pe)|0,g=g+Math.imul(he,Re)|0,v=v+Math.imul(he,Fe)|0,v=v+Math.imul(Ce,Re)|0,j=j+Math.imul(Ce,Fe)|0;var ki=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(ki>>>26)|0,ki&=67108863,g=Math.imul(et,U),v=Math.imul(et,Y),v=v+Math.imul(Et,U)|0,j=Math.imul(Et,Y),g=g+Math.imul(Xe,ie)|0,v=v+Math.imul(Xe,De)|0,v=v+Math.imul(Ot,ie)|0,j=j+Math.imul(Ot,De)|0,g=g+Math.imul(ze,Ne)|0,v=v+Math.imul(ze,V)|0,v=v+Math.imul(Dt,Ne)|0,j=j+Math.imul(Dt,V)|0,g=g+Math.imul(Ue,fe)|0,v=v+Math.imul(Ue,Pe)|0,v=v+Math.imul(lt,fe)|0,j=j+Math.imul(lt,Pe)|0,g=g+Math.imul(ke,Re)|0,v=v+Math.imul(ke,Fe)|0,v=v+Math.imul(Te,Re)|0,j=j+Math.imul(Te,Fe)|0;var Bn=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Bn>>>26)|0,Bn&=67108863,g=Math.imul(et,ie),v=Math.imul(et,De),v=v+Math.imul(Et,ie)|0,j=Math.imul(Et,De),g=g+Math.imul(Xe,Ne)|0,v=v+Math.imul(Xe,V)|0,v=v+Math.imul(Ot,Ne)|0,j=j+Math.imul(Ot,V)|0,g=g+Math.imul(ze,fe)|0,v=v+Math.imul(ze,Pe)|0,v=v+Math.imul(Dt,fe)|0,j=j+Math.imul(Dt,Pe)|0,g=g+Math.imul(Ue,Re)|0,v=v+Math.imul(Ue,Fe)|0,v=v+Math.imul(lt,Re)|0,j=j+Math.imul(lt,Fe)|0;var ji=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(ji>>>26)|0,ji&=67108863,g=Math.imul(et,Ne),v=Math.imul(et,V),v=v+Math.imul(Et,Ne)|0,j=Math.imul(Et,V),g=g+Math.imul(Xe,fe)|0,v=v+Math.imul(Xe,Pe)|0,v=v+Math.imul(Ot,fe)|0,j=j+Math.imul(Ot,Pe)|0,g=g+Math.imul(ze,Re)|0,v=v+Math.imul(ze,Fe)|0,v=v+Math.imul(Dt,Re)|0,j=j+Math.imul(Dt,Fe)|0;var Di=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Di>>>26)|0,Di&=67108863,g=Math.imul(et,fe),v=Math.imul(et,Pe),v=v+Math.imul(Et,fe)|0,j=Math.imul(Et,Pe),g=g+Math.imul(Xe,Re)|0,v=v+Math.imul(Xe,Fe)|0,v=v+Math.imul(Ot,Re)|0,j=j+Math.imul(Ot,Fe)|0;var D=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(D>>>26)|0,D&=67108863,g=Math.imul(et,Re),v=Math.imul(et,Fe),v=v+Math.imul(Et,Re)|0,j=Math.imul(Et,Fe);var K=(C+g|0)+((v&8191)<<13)|0;return C=(j+(v>>>13)|0)+(K>>>26)|0,K&=67108863,I[0]=at,I[1]=er,I[2]=Bt,I[3]=$t,I[4]=ur,I[5]=Or,I[6]=dr,I[7]=tr,I[8]=_r,I[9]=Dn,I[10]=Xr,I[11]=Ln,I[12]=Ni,I[13]=ki,I[14]=Bn,I[15]=ji,I[16]=Di,I[17]=D,I[18]=K,C!==0&&(I[19]=C,S.length++),S};Math.imul||(k=R);function F(h,f,m){m.negative=f.negative^h.negative,m.length=h.length+f.length;for(var S=0,T=0,E=0;E<m.length-1;E++){var I=T;T=0;for(var C=S&67108863,g=Math.min(E,f.length-1),v=Math.max(0,E-h.length+1);v<=g;v++){var j=E-v,Q=h.words[j]|0,Z=f.words[v]|0,ce=Q*Z,be=ce&67108863;I=I+(ce/67108864|0)|0,be=be+C|0,C=be&67108863,I=I+(be>>>26)|0,T+=I>>>26,I&=67108863}m.words[E]=C,S=I,I=T}return S!==0?m.words[E]=S:m.length--,m._strip()}function B(h,f,m){return F(h,f,m)}s.prototype.mulTo=function(f,m){var S,T=this.length+f.length;return this.length===10&&f.length===10?S=k(this,f,m):T<63?S=R(this,f,m):T<1024?S=F(this,f,m):S=B(this,f,m),S},s.prototype.mul=function(f){var m=new s(null);return m.words=new Array(this.length+f.length),this.mulTo(f,m)},s.prototype.mulf=function(f){var m=new s(null);return m.words=new Array(this.length+f.length),B(this,f,m)},s.prototype.imul=function(f){return this.clone().mulTo(f,this)},s.prototype.imuln=function(f){var m=f<0;m&&(f=-f),i(typeof f=="number"),i(f<67108864);for(var S=0,T=0;T<this.length;T++){var E=(this.words[T]|0)*f,I=(E&67108863)+(S&67108863);S>>=26,S+=E/67108864|0,S+=I>>>26,this.words[T]=I&67108863}return S!==0&&(this.words[T]=S,this.length++),m?this.ineg():this},s.prototype.muln=function(f){return this.clone().imuln(f)},s.prototype.sqr=function(){return this.mul(this)},s.prototype.isqr=function(){return this.imul(this.clone())},s.prototype.pow=function(f){var m=O(f);if(m.length===0)return new s(1);for(var S=this,T=0;T<m.length&&m[T]===0;T++,S=S.sqr());if(++T<m.length)for(var E=S.sqr();T<m.length;T++,E=E.sqr())m[T]!==0&&(S=S.mul(E));return S},s.prototype.iushln=function(f){i(typeof f=="number"&&f>=0);var m=f%26,S=(f-m)/26,T=67108863>>>26-m<<26-m,E;if(m!==0){var I=0;for(E=0;E<this.length;E++){var C=this.words[E]&T,g=(this.words[E]|0)-C<<m;this.words[E]=g|I,I=C>>>26-m}I&&(this.words[E]=I,this.length++)}if(S!==0){for(E=this.length-1;E>=0;E--)this.words[E+S]=this.words[E];for(E=0;E<S;E++)this.words[E]=0;this.length+=S}return this._strip()},s.prototype.ishln=function(f){return i(this.negative===0),this.iushln(f)},s.prototype.iushrn=function(f,m,S){i(typeof f=="number"&&f>=0);var T;m?T=(m-m%26)/26:T=0;var E=f%26,I=Math.min((f-E)/26,this.length),C=67108863^67108863>>>E<<E,g=S;if(T-=I,T=Math.max(0,T),g){for(var v=0;v<I;v++)g.words[v]=this.words[v];g.length=I}if(I!==0)if(this.length>I)for(this.length-=I,v=0;v<this.length;v++)this.words[v]=this.words[v+I];else this.words[0]=0,this.length=1;var j=0;for(v=this.length-1;v>=0&&(j!==0||v>=T);v--){var Q=this.words[v]|0;this.words[v]=j<<26-E|Q>>>E,j=Q&C}return g&&j!==0&&(g.words[g.length++]=j),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},s.prototype.ishrn=function(f,m,S){return i(this.negative===0),this.iushrn(f,m,S)},s.prototype.shln=function(f){return this.clone().ishln(f)},s.prototype.ushln=function(f){return this.clone().iushln(f)},s.prototype.shrn=function(f){return this.clone().ishrn(f)},s.prototype.ushrn=function(f){return this.clone().iushrn(f)},s.prototype.testn=function(f){i(typeof f=="number"&&f>=0);var m=f%26,S=(f-m)/26,T=1<<m;if(this.length<=S)return!1;var E=this.words[S];return!!(E&T)},s.prototype.imaskn=function(f){i(typeof f=="number"&&f>=0);var m=f%26,S=(f-m)/26;if(i(this.negative===0,"imaskn works only with positive numbers"),this.length<=S)return this;if(m!==0&&S++,this.length=Math.min(S,this.length),m!==0){var T=67108863^67108863>>>m<<m;this.words[this.length-1]&=T}return this._strip()},s.prototype.maskn=function(f){return this.clone().imaskn(f)},s.prototype.iaddn=function(f){return i(typeof f=="number"),i(f<67108864),f<0?this.isubn(-f):this.negative!==0?this.length===1&&(this.words[0]|0)<=f?(this.words[0]=f-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(f),this.negative=1,this):this._iaddn(f)},s.prototype._iaddn=function(f){this.words[0]+=f;for(var m=0;m<this.length&&this.words[m]>=67108864;m++)this.words[m]-=67108864,m===this.length-1?this.words[m+1]=1:this.words[m+1]++;return this.length=Math.max(this.length,m+1),this},s.prototype.isubn=function(f){if(i(typeof f=="number"),i(f<67108864),f<0)return this.iaddn(-f);if(this.negative!==0)return this.negative=0,this.iaddn(f),this.negative=1,this;if(this.words[0]-=f,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var m=0;m<this.length&&this.words[m]<0;m++)this.words[m]+=67108864,this.words[m+1]-=1;return this._strip()},s.prototype.addn=function(f){return this.clone().iaddn(f)},s.prototype.subn=function(f){return this.clone().isubn(f)},s.prototype.iabs=function(){return this.negative=0,this},s.prototype.abs=function(){return this.clone().iabs()},s.prototype._ishlnsubmul=function(f,m,S){var T=f.length+S,E;this._expand(T);var I,C=0;for(E=0;E<f.length;E++){I=(this.words[E+S]|0)+C;var g=(f.words[E]|0)*m;I-=g&67108863,C=(I>>26)-(g/67108864|0),this.words[E+S]=I&67108863}for(;E<this.length-S;E++)I=(this.words[E+S]|0)+C,C=I>>26,this.words[E+S]=I&67108863;if(C===0)return this._strip();for(i(C===-1),C=0,E=0;E<this.length;E++)I=-(this.words[E]|0)+C,C=I>>26,this.words[E]=I&67108863;return this.negative=1,this._strip()},s.prototype._wordDiv=function(f,m){var S=this.length-f.length,T=this.clone(),E=f,I=E.words[E.length-1]|0,C=this._countBits(I);S=26-C,S!==0&&(E=E.ushln(S),T.iushln(S),I=E.words[E.length-1]|0);var g=T.length-E.length,v;if(m!=="mod"){v=new s(null),v.length=g+1,v.words=new Array(v.length);for(var j=0;j<v.length;j++)v.words[j]=0}var Q=T.clone()._ishlnsubmul(E,1,g);Q.negative===0&&(T=Q,v&&(v.words[g]=1));for(var Z=g-1;Z>=0;Z--){var ce=(T.words[E.length+Z]|0)*67108864+(T.words[E.length+Z-1]|0);for(ce=Math.min(ce/I|0,67108863),T._ishlnsubmul(E,ce,Z);T.negative!==0;)ce--,T.negative=0,T._ishlnsubmul(E,1,Z),T.isZero()||(T.negative^=1);v&&(v.words[Z]=ce)}return v&&v._strip(),T._strip(),m!=="div"&&S!==0&&T.iushrn(S),{div:v||null,mod:T}},s.prototype.divmod=function(f,m,S){if(i(!f.isZero()),this.isZero())return{div:new s(0),mod:new s(0)};var T,E,I;return this.negative!==0&&f.negative===0?(I=this.neg().divmod(f,m),m!=="mod"&&(T=I.div.neg()),m!=="div"&&(E=I.mod.neg(),S&&E.negative!==0&&E.iadd(f)),{div:T,mod:E}):this.negative===0&&f.negative!==0?(I=this.divmod(f.neg(),m),m!=="mod"&&(T=I.div.neg()),{div:T,mod:I.mod}):this.negative&f.negative?(I=this.neg().divmod(f.neg(),m),m!=="div"&&(E=I.mod.neg(),S&&E.negative!==0&&E.isub(f)),{div:I.div,mod:E}):f.length>this.length||this.cmp(f)<0?{div:new s(0),mod:this}:f.length===1?m==="div"?{div:this.divn(f.words[0]),mod:null}:m==="mod"?{div:null,mod:new s(this.modrn(f.words[0]))}:{div:this.divn(f.words[0]),mod:new s(this.modrn(f.words[0]))}:this._wordDiv(f,m)},s.prototype.div=function(f){return this.divmod(f,"div",!1).div},s.prototype.mod=function(f){return this.divmod(f,"mod",!1).mod},s.prototype.umod=function(f){return this.divmod(f,"mod",!0).mod},s.prototype.divRound=function(f){var m=this.divmod(f);if(m.mod.isZero())return m.div;var S=m.div.negative!==0?m.mod.isub(f):m.mod,T=f.ushrn(1),E=f.andln(1),I=S.cmp(T);return I<0||E===1&&I===0?m.div:m.div.negative!==0?m.div.isubn(1):m.div.iaddn(1)},s.prototype.modrn=function(f){var m=f<0;m&&(f=-f),i(f<=67108863);for(var S=(1<<26)%f,T=0,E=this.length-1;E>=0;E--)T=(S*T+(this.words[E]|0))%f;return m?-T:T},s.prototype.modn=function(f){return this.modrn(f)},s.prototype.idivn=function(f){var m=f<0;m&&(f=-f),i(f<=67108863);for(var S=0,T=this.length-1;T>=0;T--){var E=(this.words[T]|0)+S*67108864;this.words[T]=E/f|0,S=E%f}return this._strip(),m?this.ineg():this},s.prototype.divn=function(f){return this.clone().idivn(f)},s.prototype.egcd=function(f){i(f.negative===0),i(!f.isZero());var m=this,S=f.clone();m.negative!==0?m=m.umod(f):m=m.clone();for(var T=new s(1),E=new s(0),I=new s(0),C=new s(1),g=0;m.isEven()&&S.isEven();)m.iushrn(1),S.iushrn(1),++g;for(var v=S.clone(),j=m.clone();!m.isZero();){for(var Q=0,Z=1;!(m.words[0]&Z)&&Q<26;++Q,Z<<=1);if(Q>0)for(m.iushrn(Q);Q-- >0;)(T.isOdd()||E.isOdd())&&(T.iadd(v),E.isub(j)),T.iushrn(1),E.iushrn(1);for(var ce=0,be=1;!(S.words[0]&be)&&ce<26;++ce,be<<=1);if(ce>0)for(S.iushrn(ce);ce-- >0;)(I.isOdd()||C.isOdd())&&(I.iadd(v),C.isub(j)),I.iushrn(1),C.iushrn(1);m.cmp(S)>=0?(m.isub(S),T.isub(I),E.isub(C)):(S.isub(m),I.isub(T),C.isub(E))}return{a:I,b:C,gcd:S.iushln(g)}},s.prototype._invmp=function(f){i(f.negative===0),i(!f.isZero());var m=this,S=f.clone();m.negative!==0?m=m.umod(f):m=m.clone();for(var T=new s(1),E=new s(0),I=S.clone();m.cmpn(1)>0&&S.cmpn(1)>0;){for(var C=0,g=1;!(m.words[0]&g)&&C<26;++C,g<<=1);if(C>0)for(m.iushrn(C);C-- >0;)T.isOdd()&&T.iadd(I),T.iushrn(1);for(var v=0,j=1;!(S.words[0]&j)&&v<26;++v,j<<=1);if(v>0)for(S.iushrn(v);v-- >0;)E.isOdd()&&E.iadd(I),E.iushrn(1);m.cmp(S)>=0?(m.isub(S),T.isub(E)):(S.isub(m),E.isub(T))}var Q;return m.cmpn(1)===0?Q=T:Q=E,Q.cmpn(0)<0&&Q.iadd(f),Q},s.prototype.gcd=function(f){if(this.isZero())return f.abs();if(f.isZero())return this.abs();var m=this.clone(),S=f.clone();m.negative=0,S.negative=0;for(var T=0;m.isEven()&&S.isEven();T++)m.iushrn(1),S.iushrn(1);do{for(;m.isEven();)m.iushrn(1);for(;S.isEven();)S.iushrn(1);var E=m.cmp(S);if(E<0){var I=m;m=S,S=I}else if(E===0||S.cmpn(1)===0)break;m.isub(S)}while(!0);return S.iushln(T)},s.prototype.invm=function(f){return this.egcd(f).a.umod(f)},s.prototype.isEven=function(){return(this.words[0]&1)===0},s.prototype.isOdd=function(){return(this.words[0]&1)===1},s.prototype.andln=function(f){return this.words[0]&f},s.prototype.bincn=function(f){i(typeof f=="number");var m=f%26,S=(f-m)/26,T=1<<m;if(this.length<=S)return this._expand(S+1),this.words[S]|=T,this;for(var E=T,I=S;E!==0&&I<this.length;I++){var C=this.words[I]|0;C+=E,E=C>>>26,C&=67108863,this.words[I]=C}return E!==0&&(this.words[I]=E,this.length++),this},s.prototype.isZero=function(){return this.length===1&&this.words[0]===0},s.prototype.cmpn=function(f){var m=f<0;if(this.negative!==0&&!m)return-1;if(this.negative===0&&m)return 1;this._strip();var S;if(this.length>1)S=1;else{m&&(f=-f),i(f<=67108863,"Number is too big");var T=this.words[0]|0;S=T===f?0:T<f?-1:1}return this.negative!==0?-S|0:S},s.prototype.cmp=function(f){if(this.negative!==0&&f.negative===0)return-1;if(this.negative===0&&f.negative!==0)return 1;var m=this.ucmp(f);return this.negative!==0?-m|0:m},s.prototype.ucmp=function(f){if(this.length>f.length)return 1;if(this.length<f.length)return-1;for(var m=0,S=this.length-1;S>=0;S--){var T=this.words[S]|0,E=f.words[S]|0;if(T!==E){T<E?m=-1:T>E&&(m=1);break}}return m},s.prototype.gtn=function(f){return this.cmpn(f)===1},s.prototype.gt=function(f){return this.cmp(f)===1},s.prototype.gten=function(f){return this.cmpn(f)>=0},s.prototype.gte=function(f){return this.cmp(f)>=0},s.prototype.ltn=function(f){return this.cmpn(f)===-1},s.prototype.lt=function(f){return this.cmp(f)===-1},s.prototype.lten=function(f){return this.cmpn(f)<=0},s.prototype.lte=function(f){return this.cmp(f)<=0},s.prototype.eqn=function(f){return this.cmpn(f)===0},s.prototype.eq=function(f){return this.cmp(f)===0},s.red=function(f){return new q(f)},s.prototype.toRed=function(f){return i(!this.red,"Already a number in reduction context"),i(this.negative===0,"red works only with positives"),f.convertTo(this)._forceRed(f)},s.prototype.fromRed=function(){return i(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},s.prototype._forceRed=function(f){return this.red=f,this},s.prototype.forceRed=function(f){return i(!this.red,"Already a number in reduction context"),this._forceRed(f)},s.prototype.redAdd=function(f){return i(this.red,"redAdd works only with red numbers"),this.red.add(this,f)},s.prototype.redIAdd=function(f){return i(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,f)},s.prototype.redSub=function(f){return i(this.red,"redSub works only with red numbers"),this.red.sub(this,f)},s.prototype.redISub=function(f){return i(this.red,"redISub works only with red numbers"),this.red.isub(this,f)},s.prototype.redShl=function(f){return i(this.red,"redShl works only with red numbers"),this.red.shl(this,f)},s.prototype.redMul=function(f){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,f),this.red.mul(this,f)},s.prototype.redIMul=function(f){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,f),this.red.imul(this,f)},s.prototype.redSqr=function(){return i(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},s.prototype.redISqr=function(){return i(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},s.prototype.redSqrt=function(){return i(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},s.prototype.redInvm=function(){return i(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},s.prototype.redNeg=function(){return i(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},s.prototype.redPow=function(f){return i(this.red&&!f.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,f)};var W={k256:null,p224:null,p192:null,p25519:null};function z(h,f){this.name=h,this.p=new s(f,16),this.n=this.p.bitLength(),this.k=new s(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}z.prototype._tmp=function(){var f=new s(null);return f.words=new Array(Math.ceil(this.n/13)),f},z.prototype.ireduce=function(f){var m=f,S;do this.split(m,this.tmp),m=this.imulK(m),m=m.iadd(this.tmp),S=m.bitLength();while(S>this.n);var T=S<this.n?-1:m.ucmp(this.p);return T===0?(m.words[0]=0,m.length=1):T>0?m.isub(this.p):m.strip!==void 0?m.strip():m._strip(),m},z.prototype.split=function(f,m){f.iushrn(this.n,0,m)},z.prototype.imulK=function(f){return f.imul(this.k)};function G(){z.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}o(G,z),G.prototype.split=function(f,m){for(var S=4194303,T=Math.min(f.length,9),E=0;E<T;E++)m.words[E]=f.words[E];if(m.length=T,f.length<=9){f.words[0]=0,f.length=1;return}var I=f.words[9];for(m.words[m.length++]=I&S,E=10;E<f.length;E++){var C=f.words[E]|0;f.words[E-10]=(C&S)<<4|I>>>22,I=C}I>>>=22,f.words[E-10]=I,I===0&&f.length>10?f.length-=10:f.length-=9},G.prototype.imulK=function(f){f.words[f.length]=0,f.words[f.length+1]=0,f.length+=2;for(var m=0,S=0;S<f.length;S++){var T=f.words[S]|0;m+=T*977,f.words[S]=m&67108863,m=T*64+(m/67108864|0)}return f.words[f.length-1]===0&&(f.length--,f.words[f.length-1]===0&&f.length--),f};function ne(){z.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}o(ne,z);function oe(){z.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}o(oe,z);function se(){z.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}o(se,z),se.prototype.imulK=function(f){for(var m=0,S=0;S<f.length;S++){var T=(f.words[S]|0)*19+m,E=T&67108863;T>>>=26,f.words[S]=E,m=T}return m!==0&&(f.words[f.length++]=m),f},s._prime=function(f){if(W[f])return W[f];var m;if(f==="k256")m=new G;else if(f==="p224")m=new ne;else if(f==="p192")m=new oe;else if(f==="p25519")m=new se;else throw new Error("Unknown prime "+f);return W[f]=m,m};function q(h){if(typeof h=="string"){var f=s._prime(h);this.m=f.p,this.prime=f}else i(h.gtn(1),"modulus must be greater than 1"),this.m=h,this.prime=null}q.prototype._verify1=function(f){i(f.negative===0,"red works only with positives"),i(f.red,"red works only with red numbers")},q.prototype._verify2=function(f,m){i((f.negative|m.negative)===0,"red works only with positives"),i(f.red&&f.red===m.red,"red works only with red numbers")},q.prototype.imod=function(f){return this.prime?this.prime.ireduce(f)._forceRed(this):(d(f,f.umod(this.m)._forceRed(this)),f)},q.prototype.neg=function(f){return f.isZero()?f.clone():this.m.sub(f)._forceRed(this)},q.prototype.add=function(f,m){this._verify2(f,m);var S=f.add(m);return S.cmp(this.m)>=0&&S.isub(this.m),S._forceRed(this)},q.prototype.iadd=function(f,m){this._verify2(f,m);var S=f.iadd(m);return S.cmp(this.m)>=0&&S.isub(this.m),S},q.prototype.sub=function(f,m){this._verify2(f,m);var S=f.sub(m);return S.cmpn(0)<0&&S.iadd(this.m),S._forceRed(this)},q.prototype.isub=function(f,m){this._verify2(f,m);var S=f.isub(m);return S.cmpn(0)<0&&S.iadd(this.m),S},q.prototype.shl=function(f,m){return this._verify1(f),this.imod(f.ushln(m))},q.prototype.imul=function(f,m){return this._verify2(f,m),this.imod(f.imul(m))},q.prototype.mul=function(f,m){return this._verify2(f,m),this.imod(f.mul(m))},q.prototype.isqr=function(f){return this.imul(f,f.clone())},q.prototype.sqr=function(f){return this.mul(f,f)},q.prototype.sqrt=function(f){if(f.isZero())return f.clone();var m=this.m.andln(3);if(i(m%2===1),m===3){var S=this.m.add(new s(1)).iushrn(2);return this.pow(f,S)}for(var T=this.m.subn(1),E=0;!T.isZero()&&T.andln(1)===0;)E++,T.iushrn(1);i(!T.isZero());var I=new s(1).toRed(this),C=I.redNeg(),g=this.m.subn(1).iushrn(1),v=this.m.bitLength();for(v=new s(2*v*v).toRed(this);this.pow(v,g).cmp(C)!==0;)v.redIAdd(C);for(var j=this.pow(v,T),Q=this.pow(f,T.addn(1).iushrn(1)),Z=this.pow(f,T),ce=E;Z.cmp(I)!==0;){for(var be=Z,xe=0;be.cmp(I)!==0;xe++)be=be.redSqr();i(xe<ce);var pe=this.pow(j,new s(1).iushln(ce-xe-1));Q=Q.redMul(pe),j=pe.redSqr(),Z=Z.redMul(j),ce=xe}return Q},q.prototype.invm=function(f){var m=f._invmp(this.m);return m.negative!==0?(m.negative=0,this.imod(m).redNeg()):this.imod(m)},q.prototype.pow=function(f,m){if(m.isZero())return new s(1).toRed(this);if(m.cmpn(1)===0)return f.clone();var S=4,T=new Array(1<<S);T[0]=new s(1).toRed(this),T[1]=f;for(var E=2;E<T.length;E++)T[E]=this.mul(T[E-1],f);var I=T[0],C=0,g=0,v=m.bitLength()%26;for(v===0&&(v=26),E=m.length-1;E>=0;E--){for(var j=m.words[E],Q=v-1;Q>=0;Q--){var Z=j>>Q&1;if(I!==T[0]&&(I=this.sqr(I)),Z===0&&C===0){g=0;continue}C<<=1,C|=Z,g++,!(g!==S&&(E!==0||Q!==0))&&(I=this.mul(I,T[C]),g=0,C=0)}v=26}return I},q.prototype.convertTo=function(f){var m=f.umod(this.m);return m===f?m.clone():m},q.prototype.convertFrom=function(f){var m=f.clone();return m.red=null,m},s.mont=function(f){return new L(f)};function L(h){q.call(this,h),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new s(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}o(L,q),L.prototype.convertTo=function(f){return this.imod(f.ushln(this.shift))},L.prototype.convertFrom=function(f){var m=this.imod(f.mul(this.rinv));return m.red=null,m},L.prototype.imul=function(f,m){if(f.isZero()||m.isZero())return f.words[0]=0,f.length=1,f;var S=f.imul(m),T=S.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),E=S.isub(T).iushrn(this.shift),I=E;return E.cmp(this.m)>=0?I=E.isub(this.m):E.cmpn(0)<0&&(I=E.iadd(this.m)),I._forceRed(this)},L.prototype.mul=function(f,m){if(f.isZero()||m.isZero())return new s(0)._forceRed(this);var S=f.mul(m),T=S.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),E=S.isub(T).iushrn(this.shift),I=E;return E.cmp(this.m)>=0?I=E.isub(this.m):E.cmpn(0)<0&&(I=E.iadd(this.m)),I._forceRed(this)},L.prototype.invm=function(f){var m=this.imod(f._invmp(this.m).mul(this.r2));return m._forceRed(this)}})(typeof t>"u"||t,e)}}),as=9e15,Vi=1e9,Qf="0123456789abcdef",jc="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",Dc="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",ed={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-as,maxE:as,crypto:!1},zg,xi,ot=!0,Lc="[DecimalError] ",zi=Lc+"Invalid argument: ",qg=Lc+"Precision limit exceeded",Hg=Lc+"crypto unavailable",Wg="[object Decimal]",Nr=Math.floor,br=Math.pow,k7=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,j7=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,D7=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,Gg=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,In=1e7,Ke=7,L7=9007199254740991,B7=jc.length-1,td=Dc.length-1,ge={toStringTag:Wg};ge.absoluteValue=ge.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),He(e)},ge.ceil=function(){return He(new this.constructor(this),this.e+1,2)},ge.clampedTo=ge.clamp=function(e,t){var r,n=this,i=n.constructor;if(e=new i(e),t=new i(t),!e.s||!t.s)return new i(NaN);if(e.gt(t))throw Error(zi+t);return r=n.cmp(e),r<0?e:n.cmp(t)>0?t:new i(n)},ge.comparedTo=ge.cmp=function(e){var t,r,n,i,o=this,s=o.d,a=(e=new o.constructor(e)).d,c=o.s,l=e.s;if(!s||!a)return!c||!l?NaN:c!==l?c:s===a?0:!s^c<0?1:-1;if(!s[0]||!a[0])return s[0]?c:a[0]?-l:0;if(c!==l)return c;if(o.e!==e.e)return o.e>e.e^c<0?1:-1;for(n=s.length,i=a.length,t=0,r=n<i?n:i;t<r;++t)if(s[t]!==a[t])return s[t]>a[t]^c<0?1:-1;return n===i?0:n>i^c<0?1:-1},ge.cosine=ge.cos=function(){var e,t,r=this,n=r.constructor;return r.d?r.d[0]?(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ke,n.rounding=1,r=U7(n,Qg(n,r)),n.precision=e,n.rounding=t,He(xi==2||xi==3?r.neg():r,e,t,!0)):new n(1):new n(NaN)},ge.cubeRoot=ge.cbrt=function(){var e,t,r,n,i,o,s,a,c,l,u=this,d=u.constructor;if(!u.isFinite()||u.isZero())return new d(u);for(ot=!1,o=u.s*br(u.s*u,1/3),!o||Math.abs(o)==1/0?(r=Tr(u.d),e=u.e,(o=(e-r.length+1)%3)&&(r+=o==1||o==-2?"0":"00"),o=br(r,1/3),e=Nr((e+1)/3)-(e%3==(e<0?-1:2)),o==1/0?r="5e"+e:(r=o.toExponential(),r=r.slice(0,r.indexOf("e")+1)+e),n=new d(r),n.s=u.s):n=new d(o.toString()),s=(e=d.precision)+3;;)if(a=n,c=a.times(a).times(a),l=c.plus(u),n=Gt(l.plus(u).times(a),l.plus(c),s+2,1),Tr(a.d).slice(0,s)===(r=Tr(n.d)).slice(0,s))if(r=r.slice(s-3,s+1),r=="9999"||!i&&r=="4999"){if(!i&&(He(a,e+1,0),a.times(a).times(a).eq(u))){n=a;break}s+=4,i=1}else{(!+r||!+r.slice(1)&&r.charAt(0)=="5")&&(He(n,e+1,1),t=!n.times(n).times(n).eq(u));break}return ot=!0,He(n,e,d.rounding,t)},ge.decimalPlaces=ge.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-Nr(this.e/Ke))*Ke,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r},ge.dividedBy=ge.div=function(e){return Gt(this,new this.constructor(e))},ge.dividedToIntegerBy=ge.divToInt=function(e){var t=this,r=t.constructor;return He(Gt(t,new r(e),0,1,1),r.precision,r.rounding)},ge.equals=ge.eq=function(e){return this.cmp(e)===0},ge.floor=function(){return He(new this.constructor(this),this.e+1,3)},ge.greaterThan=ge.gt=function(e){return this.cmp(e)>0},ge.greaterThanOrEqualTo=ge.gte=function(e){var t=this.cmp(e);return t==1||t===0},ge.hyperbolicCosine=ge.cosh=function(){var e,t,r,n,i,o=this,s=o.constructor,a=new s(1);if(!o.isFinite())return new s(o.s?1/0:NaN);if(o.isZero())return a;r=s.precision,n=s.rounding,s.precision=r+Math.max(o.e,o.sd())+4,s.rounding=1,i=o.d.length,i<32?(e=Math.ceil(i/3),t=(1/$c(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),o=cs(s,1,o.times(t),new s(1),!0);for(var c,l=e,u=new s(8);l--;)c=o.times(o),o=a.minus(c.times(u.minus(c.times(u))));return He(o,s.precision=r,s.rounding=n,!0)},ge.hyperbolicSine=ge.sinh=function(){var e,t,r,n,i=this,o=i.constructor;if(!i.isFinite()||i.isZero())return new o(i);if(t=o.precision,r=o.rounding,o.precision=t+Math.max(i.e,i.sd())+4,o.rounding=1,n=i.d.length,n<3)i=cs(o,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/$c(5,e)),i=cs(o,2,i,i,!0);for(var s,a=new o(5),c=new o(16),l=new o(20);e--;)s=i.times(i),i=i.times(a.plus(s.times(c.times(s).plus(l))))}return o.precision=t,o.rounding=r,He(i,t,r,!0)},ge.hyperbolicTangent=ge.tanh=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+7,n.rounding=1,Gt(r.sinh(),r.cosh(),n.precision=e,n.rounding=t)):new n(r.s)},ge.inverseCosine=ge.acos=function(){var e,t=this,r=t.constructor,n=t.abs().cmp(1),i=r.precision,o=r.rounding;return n!==-1?n===0?t.isNeg()?On(r,i,o):new r(0):new r(NaN):t.isZero()?On(r,i+4,o).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=On(r,i+4,o).times(.5),r.precision=i,r.rounding=o,e.minus(t))},ge.inverseHyperbolicCosine=ge.acosh=function(){var e,t,r=this,n=r.constructor;return r.lte(1)?new n(r.eq(1)?0:NaN):r.isFinite()?(e=n.precision,t=n.rounding,n.precision=e+Math.max(Math.abs(r.e),r.sd())+4,n.rounding=1,ot=!1,r=r.times(r).minus(1).sqrt().plus(r),ot=!0,n.precision=e,n.rounding=t,r.ln()):new n(r)},ge.inverseHyperbolicSine=ge.asinh=function(){var e,t,r=this,n=r.constructor;return!r.isFinite()||r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+2*Math.max(Math.abs(r.e),r.sd())+6,n.rounding=1,ot=!1,r=r.times(r).plus(1).sqrt().plus(r),ot=!0,n.precision=e,n.rounding=t,r.ln())},ge.inverseHyperbolicTangent=ge.atanh=function(){var e,t,r,n,i=this,o=i.constructor;return i.isFinite()?i.e>=0?new o(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=o.precision,t=o.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?He(new o(i),e,t,!0):(o.precision=r=n-i.e,i=Gt(i.plus(1),new o(1).minus(i),r+e,1),o.precision=e+4,o.rounding=1,i=i.ln(),o.precision=e,o.rounding=t,i.times(.5))):new o(NaN)},ge.inverseSine=ge.asin=function(){var e,t,r,n,i=this,o=i.constructor;return i.isZero()?new o(i):(t=i.abs().cmp(1),r=o.precision,n=o.rounding,t!==-1?t===0?(e=On(o,r+4,n).times(.5),e.s=i.s,e):new o(NaN):(o.precision=r+6,o.rounding=1,i=i.div(new o(1).minus(i.times(i)).sqrt().plus(1)).atan(),o.precision=r,o.rounding=n,i.times(2)))},ge.inverseTangent=ge.atan=function(){var e,t,r,n,i,o,s,a,c,l=this,u=l.constructor,d=u.precision,p=u.rounding;if(l.isFinite()){if(l.isZero())return new u(l);if(l.abs().eq(1)&&d+4<=td)return s=On(u,d+4,p).times(.25),s.s=l.s,s}else{if(!l.s)return new u(NaN);if(d+4<=td)return s=On(u,d+4,p).times(.5),s.s=l.s,s}for(u.precision=a=d+10,u.rounding=1,r=Math.min(28,a/Ke+2|0),e=r;e;--e)l=l.div(l.times(l).plus(1).sqrt().plus(1));for(ot=!1,t=Math.ceil(a/Ke),n=1,c=l.times(l),s=new u(l),i=l;e!==-1;)if(i=i.times(c),o=s.minus(i.div(n+=2)),i=i.times(c),s=o.plus(i.div(n+=2)),s.d[t]!==void 0)for(e=t;s.d[e]===o.d[e]&&e--;);return r&&(s=s.times(2<<r-1)),ot=!0,He(s,u.precision=d,u.rounding=p,!0)},ge.isFinite=function(){return!!this.d},ge.isInteger=ge.isInt=function(){return!!this.d&&Nr(this.e/Ke)>this.d.length-2},ge.isNaN=function(){return!this.s},ge.isNegative=ge.isNeg=function(){return this.s<0},ge.isPositive=ge.isPos=function(){return this.s>0},ge.isZero=function(){return!!this.d&&this.d[0]===0},ge.lessThan=ge.lt=function(e){return this.cmp(e)<0},ge.lessThanOrEqualTo=ge.lte=function(e){return this.cmp(e)<1},ge.logarithm=ge.log=function(e){var t,r,n,i,o,s,a,c,l=this,u=l.constructor,d=u.precision,p=u.rounding,y=5;if(e==null)e=new u(10),t=!0;else{if(e=new u(e),r=e.d,e.s<0||!r||!r[0]||e.eq(1))return new u(NaN);t=e.eq(10)}if(r=l.d,l.s<0||!r||!r[0]||l.eq(1))return new u(r&&!r[0]?-1/0:l.s!=1?NaN:r?0:1/0);if(t)if(r.length>1)o=!0;else{for(i=r[0];i%10===0;)i/=10;o=i!==1}if(ot=!1,a=d+y,s=Hi(l,a),n=t?Fc(u,a+10):Hi(e,a),c=Gt(s,n,a,1),ha(c.d,i=d,p))do if(a+=10,s=Hi(l,a),n=t?Fc(u,a+10):Hi(e,a),c=Gt(s,n,a,1),!o){+Tr(c.d).slice(i+1,i+15)+1==1e14&&(c=He(c,d+1,0));break}while(ha(c.d,i+=10,p));return ot=!0,He(c,d,p)},ge.minus=ge.sub=function(e){var t,r,n,i,o,s,a,c,l,u,d,p,y=this,x=y.constructor;if(e=new x(e),!y.d||!e.d)return!y.s||!e.s?e=new x(NaN):y.d?e.s=-e.s:e=new x(e.d||y.s!==e.s?y:NaN),e;if(y.s!=e.s)return e.s=-e.s,y.plus(e);if(l=y.d,p=e.d,a=x.precision,c=x.rounding,!l[0]||!p[0]){if(p[0])e.s=-e.s;else if(l[0])e=new x(y);else return new x(c===3?-0:0);return ot?He(e,a,c):e}if(r=Nr(e.e/Ke),u=Nr(y.e/Ke),l=l.slice(),o=u-r,o){for(d=o<0,d?(t=l,o=-o,s=p.length):(t=p,r=u,s=l.length),n=Math.max(Math.ceil(a/Ke),s)+2,o>n&&(o=n,t.length=1),t.reverse(),n=o;n--;)t.push(0);t.reverse()}else{for(n=l.length,s=p.length,d=n<s,d&&(s=n),n=0;n<s;n++)if(l[n]!=p[n]){d=l[n]<p[n];break}o=0}for(d&&(t=l,l=p,p=t,e.s=-e.s),s=l.length,n=p.length-s;n>0;--n)l[s++]=0;for(n=p.length;n>o;){if(l[--n]<p[n]){for(i=n;i&&l[--i]===0;)l[i]=In-1;--l[i],l[n]+=In}l[n]-=p[n]}for(;l[--s]===0;)l.pop();for(;l[0]===0;l.shift())--r;return l[0]?(e.d=l,e.e=Uc(l,r),ot?He(e,a,c):e):new x(c===3?-0:0)},ge.modulo=ge.mod=function(e){var t,r=this,n=r.constructor;return e=new n(e),!r.d||!e.s||e.d&&!e.d[0]?new n(NaN):!e.d||r.d&&!r.d[0]?He(new n(r),n.precision,n.rounding):(ot=!1,n.modulo==9?(t=Gt(r,e.abs(),0,3,1),t.s*=e.s):t=Gt(r,e,0,n.modulo,1),t=t.times(e),ot=!0,r.minus(t))},ge.naturalExponential=ge.exp=function(){return rd(this)},ge.naturalLogarithm=ge.ln=function(){return Hi(this)},ge.negated=ge.neg=function(){var e=new this.constructor(this);return e.s=-e.s,He(e)},ge.plus=ge.add=function(e){var t,r,n,i,o,s,a,c,l,u,d=this,p=d.constructor;if(e=new p(e),!d.d||!e.d)return!d.s||!e.s?e=new p(NaN):d.d||(e=new p(e.d||d.s===e.s?d:NaN)),e;if(d.s!=e.s)return e.s=-e.s,d.minus(e);if(l=d.d,u=e.d,a=p.precision,c=p.rounding,!l[0]||!u[0])return u[0]||(e=new p(d)),ot?He(e,a,c):e;if(o=Nr(d.e/Ke),n=Nr(e.e/Ke),l=l.slice(),i=o-n,i){for(i<0?(r=l,i=-i,s=u.length):(r=u,n=o,s=l.length),o=Math.ceil(a/Ke),s=o>s?o+1:s+1,i>s&&(i=s,r.length=1),r.reverse();i--;)r.push(0);r.reverse()}for(s=l.length,i=u.length,s-i<0&&(i=s,r=u,u=l,l=r),t=0;i;)t=(l[--i]=l[i]+u[i]+t)/In|0,l[i]%=In;for(t&&(l.unshift(t),++n),s=l.length;l[--s]==0;)l.pop();return e.d=l,e.e=Uc(l,n),ot?He(e,a,c):e},ge.precision=ge.sd=function(e){var t,r=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(zi+e);return r.d?(t=Kg(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t},ge.round=function(){var e=this,t=e.constructor;return He(new t(e),e.e+1,t.rounding)},ge.sine=ge.sin=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ke,n.rounding=1,r=$7(n,Qg(n,r)),n.precision=e,n.rounding=t,He(xi>2?r.neg():r,e,t,!0)):new n(NaN)},ge.squareRoot=ge.sqrt=function(){var e,t,r,n,i,o,s=this,a=s.d,c=s.e,l=s.s,u=s.constructor;if(l!==1||!a||!a[0])return new u(!l||l<0&&(!a||a[0])?NaN:a?s:1/0);for(ot=!1,l=Math.sqrt(+s),l==0||l==1/0?(t=Tr(a),(t.length+c)%2==0&&(t+="0"),l=Math.sqrt(t),c=Nr((c+1)/2)-(c<0||c%2),l==1/0?t="5e"+c:(t=l.toExponential(),t=t.slice(0,t.indexOf("e")+1)+c),n=new u(t)):n=new u(l.toString()),r=(c=u.precision)+3;;)if(o=n,n=o.plus(Gt(s,o,r+2,1)).times(.5),Tr(o.d).slice(0,r)===(t=Tr(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(He(o,c+1,0),o.times(o).eq(s))){n=o;break}r+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(He(n,c+1,1),e=!n.times(n).eq(s));break}return ot=!0,He(n,c,u.rounding,e)},ge.tangent=ge.tan=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+10,n.rounding=1,r=r.sin(),r.s=1,r=Gt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,He(xi==2||xi==4?r.neg():r,e,t,!0)):new n(NaN)},ge.times=ge.mul=function(e){var t,r,n,i,o,s,a,c,l,u=this,d=u.constructor,p=u.d,y=(e=new d(e)).d;if(e.s*=u.s,!p||!p[0]||!y||!y[0])return new d(!e.s||p&&!p[0]&&!y||y&&!y[0]&&!p?NaN:!p||!y?e.s/0:e.s*0);for(r=Nr(u.e/Ke)+Nr(e.e/Ke),c=p.length,l=y.length,c<l&&(o=p,p=y,y=o,s=c,c=l,l=s),o=[],s=c+l,n=s;n--;)o.push(0);for(n=l;--n>=0;){for(t=0,i=c+n;i>n;)a=o[i]+y[n]*p[i-n-1]+t,o[i--]=a%In|0,t=a/In|0;o[i]=(o[i]+t)%In|0}for(;!o[--s];)o.pop();return t?++r:o.shift(),e.d=o,e.e=Uc(o,r),ot?He(e,d.precision,d.rounding):e},ge.toBinary=function(e,t){return id(this,2,e,t)},ge.toDecimalPlaces=ge.toDP=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(qr(e,0,Vi),t===void 0?t=n.rounding:qr(t,0,8),He(r,e+r.e+1,t))},ge.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Kn(n,!0):(qr(e,0,Vi),t===void 0?t=i.rounding:qr(t,0,8),n=He(new i(n),e+1,t),r=Kn(n,!0,e+1)),n.isNeg()&&!n.isZero()?"-"+r:r},ge.toFixed=function(e,t){var r,n,i=this,o=i.constructor;return e===void 0?r=Kn(i):(qr(e,0,Vi),t===void 0?t=o.rounding:qr(t,0,8),n=He(new o(i),e+i.e+1,t),r=Kn(n,!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+r:r},ge.toFraction=function(e){var t,r,n,i,o,s,a,c,l,u,d,p,y=this,x=y.d,b=y.constructor;if(!x)return new b(y);if(l=r=new b(1),n=c=new b(0),t=new b(n),o=t.e=Kg(x)-y.e-1,s=o%Ke,t.d[0]=br(10,s<0?Ke+s:s),e==null)e=o>0?t:l;else{if(a=new b(e),!a.isInt()||a.lt(l))throw Error(zi+a);e=a.gt(t)?o>0?t:l:a}for(ot=!1,a=new b(Tr(x)),u=b.precision,b.precision=o=x.length*Ke*2;d=Gt(a,t,0,1,1),i=r.plus(d.times(n)),i.cmp(e)!=1;)r=n,n=i,i=l,l=c.plus(d.times(i)),c=i,i=t,t=a.minus(d.times(i)),a=i;return i=Gt(e.minus(r),n,0,1,1),c=c.plus(i.times(l)),r=r.plus(i.times(n)),c.s=l.s=y.s,p=Gt(l,n,o,1).minus(y).abs().cmp(Gt(c,r,o,1).minus(y).abs())<1?[l,n]:[c,r],b.precision=u,ot=!0,p},ge.toHexadecimal=ge.toHex=function(e,t){return id(this,16,e,t)},ge.toNearest=function(e,t){var r=this,n=r.constructor;if(r=new n(r),e==null){if(!r.d)return r;e=new n(1),t=n.rounding}else{if(e=new n(e),t===void 0?t=n.rounding:qr(t,0,8),!r.d)return e.s?r:e;if(!e.d)return e.s&&(e.s=r.s),e}return e.d[0]?(ot=!1,r=Gt(r,e,0,t,1).times(e),ot=!0,He(r)):(e.s=r.s,r=e),r},ge.toNumber=function(){return+this},ge.toOctal=function(e,t){return id(this,8,e,t)},ge.toPower=ge.pow=function(e){var t,r,n,i,o,s,a=this,c=a.constructor,l=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(br(+a,l));if(a=new c(a),a.eq(1))return a;if(n=c.precision,o=c.rounding,e.eq(1))return He(a,n,o);if(t=Nr(e.e/Ke),t>=e.d.length-1&&(r=l<0?-l:l)<=L7)return i=Yg(c,a,r,n),e.s<0?new c(1).div(i):He(i,n,o);if(s=a.s,s<0){if(t<e.d.length-1)return new c(NaN);if(e.d[t]&1||(s=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=s,a}return r=br(+a,l),t=r==0||!isFinite(r)?Nr(l*(Math.log("0."+Tr(a.d))/Math.LN10+a.e+1)):new c(r+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?s/0:0):(ot=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=rd(e.times(Hi(a,n+r)),n),i.d&&(i=He(i,n+5,1),ha(i.d,n,o)&&(t=n+10,i=He(rd(e.times(Hi(a,t+r)),t),t+5,1),+Tr(i.d).slice(n+1,n+15)+1==1e14&&(i=He(i,n+1,0)))),i.s=s,ot=!0,c.rounding=o,He(i,n,o))},ge.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Kn(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(qr(e,1,Vi),t===void 0?t=i.rounding:qr(t,0,8),n=He(new i(n),e,t),r=Kn(n,e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+r:r},ge.toSignificantDigits=ge.toSD=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(qr(e,1,Vi),t===void 0?t=n.rounding:qr(t,0,8)),He(new n(r),e,t)},ge.toString=function(){var e=this,t=e.constructor,r=Kn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r},ge.truncated=ge.trunc=function(){return He(new this.constructor(this),this.e+1,1)},ge.valueOf=ge.toJSON=function(){var e=this,t=e.constructor,r=Kn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+r:r};function Tr(e){var t,r,n,i=e.length-1,o="",s=e[0];if(i>0){for(o+=s,t=1;t<i;t++)n=e[t]+"",r=Ke-n.length,r&&(o+=qi(r)),o+=n;s=e[t],n=s+"",r=Ke-n.length,r&&(o+=qi(r))}else if(s===0)return"0";for(;s%10===0;)s/=10;return o+s}function qr(e,t,r){if(e!==~~e||e<t||e>r)throw Error(zi+e)}function ha(e,t,r,n){var i,o,s,a;for(o=e[0];o>=10;o/=10)--t;return--t<0?(t+=Ke,i=0):(i=Math.ceil((t+1)/Ke),t%=Ke),o=br(10,Ke-t),a=e[i]%o|0,n==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),s=r<4&&a==99999||r>3&&a==49999||a==5e4||a==0):s=(r<4&&a+1==o||r>3&&a+1==o/2)&&(e[i+1]/o/100|0)==br(10,t-2)-1||(a==o/2||a==0)&&(e[i+1]/o/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),s=(n||r<4)&&a==9999||!n&&r>3&&a==4999):s=((n||r<4)&&a+1==o||!n&&r>3&&a+1==o/2)&&(e[i+1]/o/1e3|0)==br(10,t-3)-1,s}function Bc(e,t,r){for(var n,i=[0],o,s=0,a=e.length;s<a;){for(o=i.length;o--;)i[o]*=t;for(i[0]+=Qf.indexOf(e.charAt(s++)),n=0;n<i.length;n++)i[n]>r-1&&(i[n+1]===void 0&&(i[n+1]=0),i[n+1]+=i[n]/r|0,i[n]%=r)}return i.reverse()}function U7(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/$c(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=cs(e,1,t.times(i),new e(1));for(var o=r;o--;){var s=t.times(t);t=s.times(s).minus(s).times(8).plus(1)}return e.precision-=r,t}var Gt=function(){function e(n,i,o){var s,a=0,c=n.length;for(n=n.slice();c--;)s=n[c]*i+a,n[c]=s%o|0,a=s/o|0;return a&&n.unshift(a),n}function t(n,i,o,s){var a,c;if(o!=s)c=o>s?1:-1;else for(a=c=0;a<o;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function r(n,i,o,s){for(var a=0;o--;)n[o]-=a,a=n[o]<i[o]?1:0,n[o]=a*s+n[o]-i[o];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,o,s,a,c){var l,u,d,p,y,x,b,M,O,R,k,F,B,W,z,G,ne,oe,se,q,L=n.constructor,h=n.s==i.s?1:-1,f=n.d,m=i.d;if(!f||!f[0]||!m||!m[0])return new L(!n.s||!i.s||(f?m&&f[0]==m[0]:!m)?NaN:f&&f[0]==0||!m?h*0:h/0);for(c?(y=1,u=n.e-i.e):(c=In,y=Ke,u=Nr(n.e/y)-Nr(i.e/y)),se=m.length,ne=f.length,O=new L(h),R=O.d=[],d=0;m[d]==(f[d]||0);d++);if(m[d]>(f[d]||0)&&u--,o==null?(W=o=L.precision,s=L.rounding):a?W=o+(n.e-i.e)+1:W=o,W<0)R.push(1),x=!0;else{if(W=W/y+2|0,d=0,se==1){for(p=0,m=m[0],W++;(d<ne||p)&&W--;d++)z=p*c+(f[d]||0),R[d]=z/m|0,p=z%m|0;x=p||d<ne}else{for(p=c/(m[0]+1)|0,p>1&&(m=e(m,p,c),f=e(f,p,c),se=m.length,ne=f.length),G=se,k=f.slice(0,se),F=k.length;F<se;)k[F++]=0;q=m.slice(),q.unshift(0),oe=m[0],m[1]>=c/2&&++oe;do p=0,l=t(m,k,se,F),l<0?(B=k[0],se!=F&&(B=B*c+(k[1]||0)),p=B/oe|0,p>1?(p>=c&&(p=c-1),b=e(m,p,c),M=b.length,F=k.length,l=t(b,k,M,F),l==1&&(p--,r(b,se<M?q:m,M,c))):(p==0&&(l=p=1),b=m.slice()),M=b.length,M<F&&b.unshift(0),r(k,b,F,c),l==-1&&(F=k.length,l=t(m,k,se,F),l<1&&(p++,r(k,se<F?q:m,F,c))),F=k.length):l===0&&(p++,k=[0]),R[d++]=p,l&&k[0]?k[F++]=f[G]||0:(k=[f[G]],F=1);while((G++<ne||k[0]!==void 0)&&W--);x=k[0]!==void 0}R[0]||R.shift()}if(y==1)O.e=u,zg=x;else{for(d=1,p=R[0];p>=10;p/=10)d++;O.e=d+u*y-1,He(O,a?o+O.e+1:o,s,x)}return O}}();function He(e,t,r,n){var i,o,s,a,c,l,u,d,p,y=e.constructor;e:if(t!=null){if(d=e.d,!d)return e;for(i=1,a=d[0];a>=10;a/=10)i++;if(o=t-i,o<0)o+=Ke,s=t,u=d[p=0],c=u/br(10,i-s-1)%10|0;else if(p=Math.ceil((o+1)/Ke),a=d.length,p>=a)if(n){for(;a++<=p;)d.push(0);u=c=0,i=1,o%=Ke,s=o-Ke+1}else break e;else{for(u=a=d[p],i=1;a>=10;a/=10)i++;o%=Ke,s=o-Ke+i,c=s<0?0:u/br(10,i-s-1)%10|0}if(n=n||t<0||d[p+1]!==void 0||(s<0?u:u%br(10,i-s-1)),l=r<4?(c||n)&&(r==0||r==(e.s<0?3:2)):c>5||c==5&&(r==4||n||r==6&&(o>0?s>0?u/br(10,i-s):0:d[p-1])%10&1||r==(e.s<0?8:7)),t<1||!d[0])return d.length=0,l?(t-=e.e+1,d[0]=br(10,(Ke-t%Ke)%Ke),e.e=-t||0):d[0]=e.e=0,e;if(o==0?(d.length=p,a=1,p--):(d.length=p+1,a=br(10,Ke-o),d[p]=s>0?(u/br(10,i-s)%br(10,s)|0)*a:0),l)for(;;)if(p==0){for(o=1,s=d[0];s>=10;s/=10)o++;for(s=d[0]+=a,a=1;s>=10;s/=10)a++;o!=a&&(e.e++,d[0]==In&&(d[0]=1));break}else{if(d[p]+=a,d[p]!=In)break;d[p--]=0,a=1}for(o=d.length;d[--o]===0;)d.pop()}return ot&&(e.e>y.maxE?(e.d=null,e.e=NaN):e.e<y.minE&&(e.e=0,e.d=[0])),e}function Kn(e,t,r){if(!e.isFinite())return Zg(e);var n,i=e.e,o=Tr(e.d),s=o.length;return t?(r&&(n=r-s)>0?o=o.charAt(0)+"."+o.slice(1)+qi(n):s>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(e.e<0?"e":"e+")+e.e):i<0?(o="0."+qi(-i-1)+o,r&&(n=r-s)>0&&(o+=qi(n))):i>=s?(o+=qi(i+1-s),r&&(n=r-i-1)>0&&(o=o+"."+qi(n))):((n=i+1)<s&&(o=o.slice(0,n)+"."+o.slice(n)),r&&(n=r-s)>0&&(i+1===s&&(o+="."),o+=qi(n))),o}function Uc(e,t){var r=e[0];for(t*=Ke;r>=10;r/=10)t++;return t}function Fc(e,t,r){if(t>B7)throw ot=!0,r&&(e.precision=r),Error(qg);return He(new e(jc),t,1,!0)}function On(e,t,r){if(t>td)throw Error(qg);return He(new e(Dc),t,r,!0)}function Kg(e){var t=e.length-1,r=t*Ke+1;if(t=e[t],t){for(;t%10==0;t/=10)r--;for(t=e[0];t>=10;t/=10)r++}return r}function qi(e){for(var t="";e--;)t+="0";return t}function Yg(e,t,r,n){var i,o=new e(1),s=Math.ceil(n/Ke+4);for(ot=!1;;){if(r%2&&(o=o.times(t),e1(o.d,s)&&(i=!0)),r=Nr(r/2),r===0){r=o.d.length-1,i&&o.d[r]===0&&++o.d[r];break}t=t.times(t),e1(t.d,s)}return ot=!0,o}function Xg(e){return e.d[e.d.length-1]&1}function Jg(e,t,r){for(var n,i=new e(t[0]),o=0;++o<t.length;)if(n=new e(t[o]),n.s)i[r](n)&&(i=n);else{i=n;break}return i}function rd(e,t){var r,n,i,o,s,a,c,l=0,u=0,d=0,p=e.constructor,y=p.rounding,x=p.precision;if(!e.d||!e.d[0]||e.e>17)return new p(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(ot=!1,c=x):c=t,a=new p(.03125);e.e>-2;)e=e.times(a),d+=5;for(n=Math.log(br(2,d))/Math.LN10*2+5|0,c+=n,r=o=s=new p(1),p.precision=c;;){if(o=He(o.times(e),c,1),r=r.times(++u),a=s.plus(Gt(o,r,c,1)),Tr(a.d).slice(0,c)===Tr(s.d).slice(0,c)){for(i=d;i--;)s=He(s.times(s),c,1);if(t==null)if(l<3&&ha(s.d,c-n,y,l))p.precision=c+=10,r=o=a=new p(1),u=0,l++;else return He(s,p.precision=x,y,ot=!0);else return p.precision=x,s}s=a}}function Hi(e,t){var r,n,i,o,s,a,c,l,u,d,p,y=1,x=10,b=e,M=b.d,O=b.constructor,R=O.rounding,k=O.precision;if(b.s<0||!M||!M[0]||!b.e&&M[0]==1&&M.length==1)return new O(M&&!M[0]?-1/0:b.s!=1?NaN:M?0:b);if(t==null?(ot=!1,u=k):u=t,O.precision=u+=x,r=Tr(M),n=r.charAt(0),Math.abs(o=b.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)b=b.times(e),r=Tr(b.d),n=r.charAt(0),y++;o=b.e,n>1?(b=new O("0."+r),o++):b=new O(n+"."+r.slice(1))}else return l=Fc(O,u+2,k).times(o+""),b=Hi(new O(n+"."+r.slice(1)),u-x).plus(l),O.precision=k,t==null?He(b,k,R,ot=!0):b;for(d=b,c=s=b=Gt(b.minus(1),b.plus(1),u,1),p=He(b.times(b),u,1),i=3;;){if(s=He(s.times(p),u,1),l=c.plus(Gt(s,new O(i),u,1)),Tr(l.d).slice(0,u)===Tr(c.d).slice(0,u))if(c=c.times(2),o!==0&&(c=c.plus(Fc(O,u+2,k).times(o+""))),c=Gt(c,new O(y),u,1),t==null)if(ha(c.d,u-x,R,a))O.precision=u+=x,l=s=b=Gt(d.minus(1),d.plus(1),u,1),p=He(b.times(b),u,1),i=a=1;else return He(c,O.precision=k,R,ot=!0);else return O.precision=k,c;c=l,i+=2}}function Zg(e){return String(e.s*e.s/0)}function nd(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;n++);for(i=t.length;t.charCodeAt(i-1)===48;--i);if(t=t.slice(n,i),t){if(i-=n,e.e=r=r-n-1,e.d=[],n=(r+1)%Ke,r<0&&(n+=Ke),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Ke;n<i;)e.d.push(+t.slice(n,n+=Ke));t=t.slice(n),n=Ke-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),ot&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function F7(e,t){var r,n,i,o,s,a,c,l,u;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),Gg.test(t))return nd(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(j7.test(t))r=16,t=t.toLowerCase();else if(k7.test(t))r=2;else if(D7.test(t))r=8;else throw Error(zi+t);for(o=t.search(/p/i),o>0?(c=+t.slice(o+1),t=t.substring(2,o)):t=t.slice(2),o=t.indexOf("."),s=o>=0,n=e.constructor,s&&(t=t.replace(".",""),a=t.length,o=a-o,i=Yg(n,new n(r),o,o*2)),l=Bc(t,r,In),u=l.length-1,o=u;l[o]===0;--o)l.pop();return o<0?new n(e.s*0):(e.e=Uc(l,u),e.d=l,ot=!1,s&&(e=Gt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?br(2,c):pa.pow(2,c))),ot=!0,e)}function $7(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:cs(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/$c(5,r)),t=cs(e,2,t,t);for(var i,o=new e(5),s=new e(16),a=new e(20);r--;)i=t.times(t),t=t.times(o.plus(i.times(s.times(i).minus(a))));return t}function cs(e,t,r,n,i){var o,s,a,c,l=e.precision,u=Math.ceil(l/Ke);for(ot=!1,c=r.times(r),a=new e(n);;){if(s=Gt(a.times(c),new e(t++*t++),l,1),a=i?n.plus(s):n.minus(s),n=Gt(s.times(c),new e(t++*t++),l,1),s=a.plus(n),s.d[u]!==void 0){for(o=u;s.d[o]===a.d[o]&&o--;);if(o==-1)break}o=a,a=n,n=s,s=o}return ot=!0,s.d.length=u+1,s}function $c(e,t){for(var r=e;--t;)r*=e;return r}function Qg(e,t){var r,n=t.s<0,i=On(e,e.precision,1),o=i.times(.5);if(t=t.abs(),t.lte(o))return xi=n?4:1,t;if(r=t.divToInt(i),r.isZero())xi=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(o))return xi=Xg(r)?n?2:3:n?4:1,t;xi=Xg(r)?n?1:4:n?3:2}return t.minus(i).abs()}function id(e,t,r,n){var i,o,s,a,c,l,u,d,p,y=e.constructor,x=r!==void 0;if(x?(qr(r,1,Vi),n===void 0?n=y.rounding:qr(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())u=Zg(e);else{for(u=Kn(e),s=u.indexOf("."),x?(i=2,t==16?r=r*4-3:t==8&&(r=r*3-2)):i=t,s>=0&&(u=u.replace(".",""),p=new y(1),p.e=u.length-s,p.d=Bc(Kn(p),10,i),p.e=p.d.length),d=Bc(u,10,i),o=c=d.length;d[--c]==0;)d.pop();if(!d[0])u=x?"0p+0":"0";else{if(s<0?o--:(e=new y(e),e.d=d,e.e=o,e=Gt(e,p,r,n,0,i),d=e.d,o=e.e,l=zg),s=d[r],a=i/2,l=l||d[r+1]!==void 0,l=n<4?(s!==void 0||l)&&(n===0||n===(e.s<0?3:2)):s>a||s===a&&(n===4||l||n===6&&d[r-1]&1||n===(e.s<0?8:7)),d.length=r,l)for(;++d[--r]>i-1;)d[r]=0,r||(++o,d.unshift(1));for(c=d.length;!d[c-1];--c);for(s=0,u="";s<c;s++)u+=Qf.charAt(d[s]);if(x){if(c>1)if(t==16||t==8){for(s=t==16?4:3,--c;c%s;c++)u+="0";for(d=Bc(u,i,t),c=d.length;!d[c-1];--c);for(s=1,u="1.";s<c;s++)u+=Qf.charAt(d[s])}else u=u.charAt(0)+"."+u.slice(1);u=u+(o<0?"p":"p+")+o}else if(o<0){for(;++o;)u="0"+u;u="0."+u}else if(++o>c)for(o-=c;o--;)u+="0";else o<c&&(u=u.slice(0,o)+"."+u.slice(o))}u=(t==16?"0x":t==2?"0b":t==8?"0o":"")+u}return e.s<0?"-"+u:u}function e1(e,t){if(e.length>t)return e.length=t,!0}function V7(e){return new this(e).abs()}function z7(e){return new this(e).acos()}function q7(e){return new this(e).acosh()}function H7(e,t){return new this(e).plus(t)}function W7(e){return new this(e).asin()}function G7(e){return new this(e).asinh()}function K7(e){return new this(e).atan()}function Y7(e){return new this(e).atanh()}function X7(e,t){e=new this(e),t=new this(t);var r,n=this.precision,i=this.rounding,o=n+4;return!e.s||!t.s?r=new this(NaN):!e.d&&!t.d?(r=On(this,o,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?On(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=On(this,o,1).times(.5),r.s=e.s):t.s<0?(this.precision=o,this.rounding=1,r=this.atan(Gt(e,t,o,1)),t=On(this,o,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(Gt(e,t,o,1)),r}function J7(e){return new this(e).cbrt()}function Z7(e){return He(e=new this(e),e.e+1,2)}function Q7(e,t,r){return new this(e).clamp(t,r)}function e9(e){if(!e||typeof e!="object")throw Error(Lc+"Object expected");var t,r,n,i=e.defaults===!0,o=["precision",1,Vi,"rounding",0,8,"toExpNeg",-as,0,"toExpPos",0,as,"maxE",0,as,"minE",-as,0,"modulo",0,9];for(t=0;t<o.length;t+=3)if(r=o[t],i&&(this[r]=ed[r]),(n=e[r])!==void 0)if(Nr(n)===n&&n>=o[t+1]&&n<=o[t+2])this[r]=n;else throw Error(zi+r+": "+n);if(r="crypto",i&&(this[r]=ed[r]),(n=e[r])!==void 0)if(n===!0||n===!1||n===0||n===1)if(n)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[r]=!0;else throw Error(Hg);else this[r]=!1;else throw Error(zi+r+": "+n);return this}function t9(e){return new this(e).cos()}function r9(e){return new this(e).cosh()}function t1(e){var t,r,n;function i(o){var s,a,c,l=this;if(!(l instanceof i))return new i(o);if(l.constructor=i,r1(o)){l.s=o.s,ot?!o.d||o.e>i.maxE?(l.e=NaN,l.d=null):o.e<i.minE?(l.e=0,l.d=[0]):(l.e=o.e,l.d=o.d.slice()):(l.e=o.e,l.d=o.d?o.d.slice():o.d);return}if(c=typeof o,c==="number"){if(o===0){l.s=1/o<0?-1:1,l.e=0,l.d=[0];return}if(o<0?(o=-o,l.s=-1):l.s=1,o===~~o&&o<1e7){for(s=0,a=o;a>=10;a/=10)s++;ot?s>i.maxE?(l.e=NaN,l.d=null):s<i.minE?(l.e=0,l.d=[0]):(l.e=s,l.d=[o]):(l.e=s,l.d=[o]);return}else if(o*0!==0){o||(l.s=NaN),l.e=NaN,l.d=null;return}return nd(l,o.toString())}else if(c!=="string")throw Error(zi+o);return(a=o.charCodeAt(0))===45?(o=o.slice(1),l.s=-1):(a===43&&(o=o.slice(1)),l.s=1),Gg.test(o)?nd(l,o):F7(l,o)}if(i.prototype=ge,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.EUCLID=9,i.config=i.set=e9,i.clone=t1,i.isDecimal=r1,i.abs=V7,i.acos=z7,i.acosh=q7,i.add=H7,i.asin=W7,i.asinh=G7,i.atan=K7,i.atanh=Y7,i.atan2=X7,i.cbrt=J7,i.ceil=Z7,i.clamp=Q7,i.cos=t9,i.cosh=r9,i.div=n9,i.exp=i9,i.floor=o9,i.hypot=s9,i.ln=a9,i.log=c9,i.log10=u9,i.log2=l9,i.max=f9,i.min=d9,i.mod=h9,i.mul=p9,i.pow=m9,i.random=g9,i.round=v9,i.sign=b9,i.sin=y9,i.sinh=w9,i.sqrt=x9,i.sub=S9,i.sum=_9,i.tan=E9,i.tanh=C9,i.trunc=T9,e===void 0&&(e={}),e&&e.defaults!==!0)for(n=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return i.config(e),i}function n9(e,t){return new this(e).div(t)}function i9(e){return new this(e).exp()}function o9(e){return He(e=new this(e),e.e+1,3)}function s9(){var e,t,r=new this(0);for(ot=!1,e=0;e<arguments.length;)if(t=new this(arguments[e++]),t.d)r.d&&(r=r.plus(t.times(t)));else{if(t.s)return ot=!0,new this(1/0);r=t}return ot=!0,r.sqrt()}function r1(e){return e instanceof pa||e&&e.toStringTag===Wg||!1}function a9(e){return new this(e).ln()}function c9(e,t){return new this(e).log(t)}function l9(e){return new this(e).log(2)}function u9(e){return new this(e).log(10)}function f9(){return Jg(this,arguments,"lt")}function d9(){return Jg(this,arguments,"gt")}function h9(e,t){return new this(e).mod(t)}function p9(e,t){return new this(e).mul(t)}function m9(e,t){return new this(e).pow(t)}function g9(e){var t,r,n,i,o=0,s=new this(1),a=[];if(e===void 0?e=this.precision:qr(e,1,Vi),n=Math.ceil(e/Ke),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(n));o<n;)i=t[o],i>=429e7?t[o]=crypto.getRandomValues(new Uint32Array(1))[0]:a[o++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(n*=4);o<n;)i=t[o]+(t[o+1]<<8)+(t[o+2]<<16)+((t[o+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,o):(a.push(i%1e7),o+=4);o=n/4}else throw Error(Hg);else for(;o<n;)a[o++]=Math.random()*1e7|0;for(n=a[--o],e%=Ke,n&&e&&(i=br(10,Ke-e),a[o]=(n/i|0)*i);a[o]===0;o--)a.pop();if(o<0)r=0,a=[0];else{for(r=-1;a[0]===0;r-=Ke)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Ke&&(r-=Ke-n)}return s.e=r,s.d=a,s}function v9(e){return He(e=new this(e),e.e+1,this.rounding)}function b9(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function y9(e){return new this(e).sin()}function w9(e){return new this(e).sinh()}function x9(e){return new this(e).sqrt()}function S9(e,t){return new this(e).sub(t)}function _9(){var e=0,t=arguments,r=new this(t[e]);for(ot=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return ot=!0,He(r,this.precision,this.rounding)}function E9(e){return new this(e).tan()}function C9(e){return new this(e).tanh()}function T9(e){return He(e=new this(e),e.e+1,1)}ge[Symbol.for("nodejs.util.inspect.custom")]=ge.toString,ge[Symbol.toStringTag]="Decimal";var pa=ge.constructor=t1(ed);jc=new pa(jc),Dc=new pa(Dc);var Vc=pa,Kt=Po(Ro()),od=Po(Ro()),A9=class{constructor(e){if(e!==0)throw new Error("Aftermath only supported on mainnet");this.slippage="900000000000000000",this.poolRegistry="0xfcc774493db2c45c79f688f88d28023a3e7d98e4ee9f48bbf5c7990f651577ae",this.protocolFeeVault="0xf194d9b1bcad972e45a7dd67dd49b3ee1e3357a00a50850c52cd51bb450e13b4",this.treasury="0x28e499dff5e864a2eafe476269a4f5035f1c16f338da7be18b103499abf271ce",this.insuranceFund="0xf0c40d67b078000e18032334c3325c47b9ec9f3d9ae4128be820d54663d14e3b",this.referrealVault="0x35d35b0e5b177593d8c3a801462485572fc30861e6ce96a55af6dc4730709278"}amountLimit(e){return new od.default(e).mul(new od.default(this.slippage)).div(new od.default("1000000000000000000")).toString()}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s];if(r.extendedDetails==null)throw new Error("Extended details not supported");if(r.extendedDetails.aftermathLpSupplyType==null)throw new Error("LP supply type not supported");const d=[t.object(r.id),t.object(this.poolRegistry),t.object(this.protocolFeeVault),t.object(this.treasury),t.object(this.insuranceFund),t.object(this.referrealVault),t.pure.u64(this.amountLimit(r.amountOut)),t.pure.u64(this.slippage),n],p=Sr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::aftermath::${c}`,typeArguments:[l,u,r.extendedDetails.aftermathLpSupplyType],arguments:d})})}},n1="0x000000000000000000000000000000000000000000000000000000000000dee9",M9=class{constructor(e){if(e!==0)throw new Error("Aftermath only supported on mainnet")}getAccountCap(e,t){return ft(this,null,function*(){let r=50,n=null;for(;;){const i=e.getOwnedObjects({owner:t,cursor:n,limit:r,filter:{MoveModule:{package:n1,module:"custodian_v2"}}});if(i!=null&&i.data!=null){if(i.data.length!==0)return i.data[0].data.objectId;if(i.data.length<50)break}else break}return null})}getOrCreateAccountCap(e,t,r){return ft(this,null,function*(){let n=yield this.getAccountCap(t,r);return n!==null?{accountCap:e.object(n),isCreate:!1}:{accountCap:e.moveCall({target:`${n1}::clob_v2::create_account`,typeArguments:[],arguments:[]}),isCreate:!0}})}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=yield this.getOrCreateAccountCap(t,e.client,e.signer),p=[t.object(r.id),n,d.accountCap,t.object(Hr)],y=Sr(e.publishedAtV2(),i),x=t.moveCall({target:`${y}::deepbook::${c}`,typeArguments:[l,u],arguments:p});return d.isCreate&&t.transferObjects([d.accountCap],e.signer),x})}},I9=class{constructor(e){if(e!==0)throw new Error("Kriya amm only supported on mainnet")}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(r.id),n],p=Sr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::kriya_amm::${c}`,typeArguments:[l,u],arguments:d})})}},O9=class{constructor(e){if(e!==0)throw new Error("Kriya clmm only supported on mainnet");this.version="0xf5145a7ac345ca8736cf8c76047d00d6d378f30e81be6f6eb557184d9de93c78"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(r.id),n,t.object(this.version),t.object(Hr)],p=Sr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::kriya_clmm::${c}`,typeArguments:[l,u],arguments:d})})}},P9=class{constructor(e){if(e!==0)throw new Error("Flowx only supported on mainnet");this.container="0xb65dcbf63fd3ad5d0ebfbf334780dc9f785eff38a4459e37ab08fa79576ee511"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(this.container),n],p=Sr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::flowx_amm::${c}`,typeArguments:[l,u],arguments:d})})}},R9=class{constructor(e){if(e!==0)throw new Error("Flowx clmm only supported on mainnet");this.versioned="0x67624a1533b5aff5d0dfcf5e598684350efd38134d2d245f475524c03a64e656",this.poolRegistry="0x27565d24a4cd51127ac90e4074a841bbe356cca7bf5759ddc14a975be1632abc"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(this.poolRegistry),t.pure.u64(r.feeRate*1e6),n,t.object(this.versioned),t.object(Hr)],p=Sr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::flowx_clmm::${c}`,typeArguments:[l,u],arguments:d})})}},N9=class{constructor(e){if(e!==0)throw new Error("Turbos only supported on mainnet");this.versioned="0xf1cf0e81048df168ebeb1b8030fad24b3e0b53ae827c25053fff0779c1445b6f"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s];if(r.extendedDetails==null)throw new Error("Extended details not supported");if(r.extendedDetails.turbosFeeType==null)throw new Error("Turbos fee type not supported");const d=[t.object(r.id),n,t.object(Hr),t.object(this.versioned)],p=Sr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::turbos::${c}`,typeArguments:[l,u,r.extendedDetails.turbosFeeType],arguments:d})})}},i1=class{constructor(e,t){this.globalConfig=e===0?"0xdaa46292632c3c4d8f31f23ea0f9b36a28ff3677e9684980e4438403a67a3d8f":"0x9774e359588ead122af1c7e7f64e14ade261cfeecdb5d0eb4a5b3b4c8ab8bd3e",this.partner=t??(e===0?"0x639b5e433da31739e800cd085f356e64cae222966d0f1b11bd9dc76b322ff58b":"0x1f5fa5c820f40d43fc47815ad06d95e40a1942ff72a732a92e8ef4aa8cde70a5")}flash_swap(e,t,r,n,i){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["flash_swap_a2b",s,a]:["flash_swap_b2a",a,s];let d=n?r.amountIn:r.amountOut;const p=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),t.pure.u64(d),t.pure.bool(n),t.object(Hr)],y=Sr(e.publishedAtV2(),i),x=t.moveCall({target:`${y}::cetus::${c}`,typeArguments:[l,u],arguments:p});return{targetCoin:x[0],flashReceipt:x[1],payAmount:x[2]}}repay_flash_swap(e,t,r,n,i,o){const{direction:s,from:a,target:c}=r,[l,u,d]=s?["repay_flash_swap_a2b",a,c]:["repay_flash_swap_b2a",c,a],p=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),n,i],y=Sr(e.publishedAtV2(),o);return t.moveCall({target:`${y}::cetus::${l}`,typeArguments:[u,d],arguments:p})[0]}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),n,t.object(Hr)],p=Sr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::cetus::${c}`,typeArguments:[l,u],arguments:d})})}};function o1(e,...t){const r=Array.isArray(t[t.length-1])?t.pop():[];let i=[e,...t].filter(Boolean).join("::");return r&&r.length&&(i+=`<${r.join(", ")}>`),i}function s1(e){return e.split("::")[0]}function Pn(e){var t;try{let r=e.replace(/\s/g,"");const n=r.match(/(<.+>)$/),i=(t=n==null?void 0:n[0])==null?void 0:t.match(/(\w+::\w+::\w+)(?:<.*?>(?!>))?/g);if(i){r=r.slice(0,r.indexOf("<"));const c=Pn(r),l=O7(I7({},c),{type_arguments:i.map(u=>Pn(u).source_address)});return l.type_arguments=l.type_arguments.map(u=>Yn.isSuiCoin(u)?u:Pn(u).source_address),l.source_address=o1(l.full_address,l.type_arguments),l}const o=r.split("::"),a={full_address:r,address:r===c1||r===D9?"0x2":Jr(o[0]),module:o[1],name:o[2],type_arguments:[],source_address:""};return a.full_address=`${a.address}::${a.module}::${a.name}`,a.source_address=o1(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function a1(e){return Pn(e).source_address}var k9="0x2::coin::Coin",j9=/^0x2::coin::Coin<(.+)>$/,c1="0x2::sui::SUI",D9="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",Yn=class lo{static getCoinTypeArg(t){const r=t.type.match(j9);return r?r[1]:null}static isSUI(t){const r=lo.getCoinTypeArg(t);return r?lo.getCoinSymbol(r)==="SUI":!1}static getCoinSymbol(t){return t.substring(t.lastIndexOf(":")+1)}static getBalance(t){return BigInt(t.fields.balance)}static totalBalance(t,r){let n=BigInt(0);return t.forEach(i=>{r===i.coinAddress&&(n+=BigInt(i.balance))}),n}static getID(t){return t.fields.id.id}static getCoinTypeFromArg(t){return`${k9}<${t}>`}static getCoinAssets(t,r){const n=[];return r.forEach(i=>{a1(i.coinAddress)===a1(t)&&n.push(i)}),n}static isSuiCoin(t){return Pn(t).full_address===c1}static selectCoinObjectIdGreaterThanOrEqual(t,r,n=[]){const i=lo.selectCoinAssetGreaterThanOrEqual(t,r,n),o=i.selectedCoins.map(c=>c.coinObjectId),s=i.remainingCoins,a=i.selectedCoins.map(c=>c.balance.toString());return{objectArray:o,remainCoins:s,amountArray:a}}static selectCoinAssetGreaterThanOrEqual(t,r,n=[]){const i=lo.sortByBalance(t.filter(l=>!n.includes(l.coinObjectId))),o=lo.calculateTotalBalance(i);if(o<r)return{selectedCoins:[],remainingCoins:i};if(o===r)return{selectedCoins:i,remainingCoins:[]};let s=BigInt(0);const a=[],c=[...i];for(;s<o;){const l=r-s,u=c.findIndex(p=>p.balance>=l);if(u!==-1){a.push(c[u]),c.splice(u,1);break}const d=c.pop();d.balance>0&&(a.push(d),s+=d.balance)}return{selectedCoins:lo.sortByBalance(a),remainingCoins:lo.sortByBalance(c)}}static sortByBalance(t){return t.sort((r,n)=>r.balance<n.balance?-1:r.balance>n.balance?1:0)}static sortByBalanceDes(t){return t.sort((r,n)=>r.balance>n.balance?-1:r.balance<n.balance?0:1)}static calculateTotalBalance(t){return t.reduce((r,n)=>r+n.balance,BigInt(0))}};function sd(e){switch(e){case 1e4:return"Calculate error";case 10001:return"Input number too large can not fit in target type";case 10002:return"No router";case 10003:return"Insufficient Liquidity";case 10004:return"Target token is detected as a HoneyPot scam";case 10005:return"Too many requests. Please try again later";default:return"Unknown error"}}function Wi(e){const t=e.indexOf("::");if(t===-1)return e;const r=e.substring(0,t),n=e.substring(t);if(!r.startsWith("0x"))return e;const i=r.substring(2);return i.length>64?e:`0x${i.padStart(64,"0")}${n}`}function L9(e,t){e=Wi(e),t=Wi(t);const r=Math.min(e.length,t.length);for(let n=0;n<r;n++){if(e[n]>t[n])return!0;if(e[n]<t[n])return!1}return!0}function l1(e,t){return e.moveCall({target:"0x2::coin::zero",typeArguments:[t]})}function ad(e,t,r,n){const i=Yn.getCoinAssets(n,t);if(r===BigInt(0))return Yn.isSuiCoin(n)||i.length===0&&!Yn.isSuiCoin(n)?{targetCoin:l1(e,n),isMintZeroCoin:!0,targetCoinAmount:0}:{targetCoin:e.object(i[0].coinObjectId),isMintZeroCoin:!1,targetCoinAmount:Number(i[0].balance.toString())};if(Yn.calculateTotalBalance(i)<r)throw new AggregateError("Insufficient balance when build merge coin, coinType: "+n,"InsufficientBalance"+n);if(Yn.isSuiCoin(n))return{targetCoin:e.splitCoins(e.gas,[e.pure.u64(r.toString())]),isMintZeroCoin:!0,targetCoinAmount:Number(r.toString())};let s=Yn.sortByBalance(i);s.slice(0,3).reduce((p,y)=>p+y.balance,BigInt(0))<BigInt(r)&&(s=Yn.sortByBalanceDes(i));let c=Yn.selectCoinObjectIdGreaterThanOrEqual(s,r);const[l,...u]=c.objectArray;return u.length>0&&e.mergeCoins(l,u.map(p=>e.object(p))),{targetCoin:e.splitCoins(e.object(l),[e.pure.u64(r.toString())]),isMintZeroCoin:!1,targetCoinAmount:Number(r.toString())}}function B9(e){return!(!e.startsWith("0x")||e.length!==66)}var ls=Po(Ro()),Gi=Po(Ro()),ma=Po(Ro()),Si=new ma.default(0);new ma.default(1);var U9=new ma.default(2);U9.pow(new ma.default(128));var F9=new ma.default("18446744073709551615"),dn=1e9;function $9(e,t,r){let n=Si;return t?n=e.mul(new Gi.default(dn-r*dn)).div(new Gi.default(dn)):n=e.mul(new Gi.default(dn+r*dn)).div(new Gi.default(dn)),Number(n.toString())}function u1(e,t,r){let n=Si;return t?n=e.mul(new Gi.default(dn-r*dn)).div(new Gi.default(dn)):n=e.mul(new Gi.default(dn+r*dn)).div(new Gi.default(dn)),n}function V9(e,t,r){return new Vc(e).mul(Vc.pow(2,-64)).pow(2).mul(Vc.pow(10,t-r))}function z9(e,t,r,n){return ft(this,null,function*(){var i,o,s,a,c;const{from:l,target:u,amount:d,byAmountIn:p,pools:y}=t,x=Wi(l),b=Wi(u),M=new Eo,O=L9(x,b),R=n===0?"0x2d8c2e0fc6dd25b0214b3fa747e0fd27fd54608142cd2e4f64c1cd350cc4add4":"0x4f920e1ef6318cfba77e20a0538a419a5a504c14230169438b99aba485db40a6",k=O?x:b,F=O?b:x,B=[k,F];for(let C=0;C<y.length;C++){const g=[M.object(y[C]),M.pure.bool(O),M.pure.bool(p),M.pure.u64(d.toString())];M.moveCall({target:`${R}::fetcher_script::calculate_swap_result`,arguments:g,typeArguments:B})}if(!B9(r))throw new AggregateError("Aggregator package not set","InvalidWallet");const W=yield e.devInspectTransactionBlock({transactionBlock:M,sender:r});if(W.error!=null)throw console.log("simulateRes.error",W.error),new AggregateError("Aggregator package not set","SimulateError");const z=(i=W.events)==null?void 0:i.filter(C=>C.type.includes("CalculatedSwapResultEvent"));if(z.length===0||z.length!==y.length)throw new AggregateError("Simulate event result error","simulateEventError");let G=p?Si:F9,ne=0;for(let C=0;C<z.length;C+=1)if(!z[C].parsedJson.data.is_exceed)if(t.byAmountIn){const g=new ls.BN(z[C].parsedJson.data.amount_out);g.gt(G)&&(ne=C,G=g)}else{const g=new ls.BN(z[C].parsedJson.data.amount_out);g.lt(G)&&(ne=C,G=g)}const oe=z[ne].parsedJson.data,se=oe.step_results[0].current_sqrt_price,[q,L]=yield Promise.all([e.getCoinMetadata({coinType:k}).then(C=>C==null?void 0:C.decimals),e.getCoinMetadata({coinType:F}).then(C=>C==null?void 0:C.decimals)]);if(q==null||L==null)throw new AggregateError("Simulate event result error","CannotGetDecimals");const h=V9(se,q,L),f=Number(oe.fee_rate)/1e6,m=new ls.BN((o=oe.amount_in)!=null?o:0),S=new ls.BN((s=oe.fee_amount)!=null?s:0),T=m.add(S),E={amountIn:T,amountOut:new ls.BN((a=oe.amount_out)!=null?a:0),routes:[{path:[{id:y[ne],direction:O,provider:"CETUS",from:x,target:b,feeRate:f,amountIn:oe.amount_in,amountOut:oe.amount_out,extendedDetails:{afterSqrtPrice:oe.after_sqrt_price}}],amountIn:T,amountOut:new ls.BN((c=oe.amount_out)!=null?c:0),initialPrice:h}],insufficientLiquidity:!1,byAmountIn:t.byAmountIn};return{isExceed:oe.is_exceed,routeData:E}})}var q9=class{constructor(e){if(e!==0)throw new Error("Haedal only supported on mainnet")}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o}=r,s=o?"swap_a2b":"swap_b2a",a=[t.object(r.id),t.object("0x5"),n],c=Sr(e.publishedAtV2(),i);return t.moveCall({target:`${c}::haedal::${s}`,typeArguments:[],arguments:a})})}},H9=class{constructor(e){if(e!==0)throw new Error("Afsui only supported on mainnet");this.stakedSuiVault="0x2f8f6d5da7f13ea37daa397724280483ed062769813b6f31e9788e59cc88994d",this.safe="0xeb685899830dd5837b47007809c76d91a098d52aabbf61e8ac467c59e5cc4610",this.referVault="0x4ce9a19b594599536c53edb25d22532f82f18038dc8ef618afd00fbbfb9845ef",this.validator="0xd30018ec3f5ff1a3c75656abf927a87d7f0529e6dc89c7ddd1bd27ecb05e3db2"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o}=r;if(!o)throw new Error("Afsui not support b2a swap");const s="swap_a2b",a=[t.object(this.stakedSuiVault),t.object(this.safe),t.object("0x5"),t.object(this.referVault),t.object(this.validator),n],c=Sr(e.publishedAtV2(),i);return t.moveCall({target:`${c}::afsui::${s}`,typeArguments:[],arguments:a})})}},W9=class{constructor(e){if(e!==0)throw new Error("Volo only supported on mainnet");this.nativePool="0x7fa2faa111b8c65bea48a23049bfd81ca8f971a262d981dcd9a17c3825cb5baf",this.metadata="0x680cd26af32b2bde8d3361e804c53ec1d1cfe24c7f039eb7f549e8dfde389a60"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o}=r;if(!o)throw new Error("Volo not support b2a swap");const s="swap_a2b",a=[t.object(this.nativePool),t.object(this.metadata),t.object("0x5"),n],c=Sr(e.publishedAtV2(),i);return t.moveCall({target:`${c}::volo::${s}`,typeArguments:[],arguments:a})})}},G9=class{constructor(e){if(e!==0)throw new Error("Bluemove only supported on mainnet");this.dexInfo="0x3f2d9f724f4a1ce5e71676448dc452be9a6243dac9c5b975a588c8c867066e92"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(this.dexInfo),n],p=Sr(e.publishedAtV2(),i);return t.moveCall({target:`${p}::bluemove::${c}`,typeArguments:[l,u],arguments:d})})}},K9=class{constructor(e){this.deepbookV3Config=e===0?"0x699d455ab8c5e02075b4345ea1f91be55bf46064ae6026cc2528e701ce3ac135":"0xe19b5d072346cae83a037d4e3c8492068a74410a74e5830b3a68012db38296aa"}swap(e,t,r,n,i,o){return ft(this,null,function*(){const{direction:s,from:a,target:c}=r,[l,u,d]=s?["swap_a2b_v2",a,c]:["swap_b2a_v2",c,a];let p;o?p=o:p=l1(t,e.deepbookv3DeepFeeType());const y=[t.object(this.deepbookV3Config),t.object(r.id),n,p,t.object(Hr)],x=hn(e.publishedAtV2Extend(),i);return t.moveCall({target:`${x}::deepbookv3::${l}`,typeArguments:[u,d],arguments:y})})}},Y9=class{constructor(e){if(e!==0)throw new Error("Scallop only supported on mainnet");this.version=e===0?"0x07871c4b3c847a0f674510d4978d5cf6f960452795e8ff6f189fd2088a3f6ac7":"0x0",this.market=e===0?"0xa757975255146dc9686aa823b7838b507f315d704f428cbadad2f4ea061939d9":"0x0"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",s,a];if(r.extendedDetails==null)throw new Error("Extended details not supported");if(r.extendedDetails.scallopScoinTreasury==null)throw new Error("Scallop coin treasury not supported");const d=[t.object(this.version),t.object(this.market),t.object(r.extendedDetails.scallopScoinTreasury),n,t.object(Hr)],p=hn(e.publishedAtV2Extend(),i);return t.moveCall({target:`${p}::scallop::${c}`,typeArguments:[l,u],arguments:d})})}},f1=class{constructor(e){if(e!==0)throw new Error("Suilend only supported on mainnet");this.sui_system_state=e===0?"0x0000000000000000000000000000000000000000000000000000000000000005":"0x0"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l]=o?["swap_a2b",a]:["swap_b2a",s],u=[t.object(r.id),t.object(this.sui_system_state),n],d=hn(e.publishedAtV2Extend(),i);return t.moveCall({target:`${d}::suilend::${c}`,typeArguments:[l],arguments:u})})}},X9=class{constructor(e){if(e!==0)throw new Error("Bluefin only supported on mainnet");this.globalConfig="0x03db251ba509a8d5d8777b6338836082335d93eecbdd09a11e190a1cff51c352"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s],d=[t.object(this.globalConfig),t.object(r.id),n,t.object(Hr)],p=hn(e.publishedAtV2Extend(),i);return t.moveCall({target:`${p}::bluefin::${c}`,typeArguments:[l,u],arguments:d})})}},J9=class{constructor(e,t){if(e===1)throw new Error("HaedalPmm is not supported on testnet");this.pythPriceIDs=t}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s];let d,p;if(r.extendedDetails==null)throw new Error("Extended details not supported haedal pmm");if(!r.extendedDetails.haedalPmmBasePriceSeed||!r.extendedDetails.haedalPmmQuotePriceSeed)throw new Error("Base price seed or quote price seed not supported");d=r.extendedDetails.haedalPmmBasePriceSeed,p=r.extendedDetails.haedalPmmQuotePriceSeed;const y=this.pythPriceIDs.get(d),x=this.pythPriceIDs.get(p);if(!y||!x)throw new Error("Base price info object id or quote price info object id not found");const b=[t.object(r.id),t.object(y),t.object(x),n,t.object(Hr)],M=hn(e.publishedAtV2Extend(),i);return t.moveCall({target:`${M}::haedalpmm::${c}`,typeArguments:[l,u],arguments:b})})}},Z9=class{constructor(e){if(e!==0)throw new Error("Alphafi only supported on mainnet");this.sui_system_state=e===0?"0x0000000000000000000000000000000000000000000000000000000000000005":"0x0"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l]=o?["swap_a2b",a]:["swap_b2a",s],u=[t.object(r.id),t.object(this.sui_system_state),n],d=hn(e.publishedAtV2Extend(),i);return t.moveCall({target:`${d}::alphafi::${c}`,typeArguments:[l],arguments:u})})}},Q9=class{constructor(e){if(e!==0)throw new Error("Steamm only supported on mainnet")}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s];if(r.extendedDetails==null)throw new Error("Extended details not supported");if(r.extendedDetails.steammBankA==null)throw new Error("Steamm bank a type not supported");if(r.extendedDetails.steammBankB==null)throw new Error("Steamm bank b type not supported");if(r.extendedDetails.steammLendingMarket==null)throw new Error("Steamm lending market not supported");if(r.extendedDetails.steammLendingMarketType==null)throw new Error("Steamm lending market type not supported");if(r.extendedDetails.steammBCoinAType==null)throw new Error("Steamm b coin a type not supported");if(r.extendedDetails.steammBCoinBType==null)throw new Error("Steamm b coin b type not supported");if(r.extendedDetails.steammLPToken==null)throw new Error("Steamm lp token not supported");const d=[t.object(r.id),t.object(r.extendedDetails.steammBankA),t.object(r.extendedDetails.steammBankB),t.object(r.extendedDetails.steammLendingMarket),n,t.object(Hr)],p=hn(e.publishedAtV2Extend(),i);return t.moveCall({target:`${p}::steammfe::${c}`,typeArguments:[r.extendedDetails.steammLendingMarketType,l,u,r.extendedDetails.steammBCoinAType,r.extendedDetails.steammBCoinBType,r.extendedDetails.steammLPToken],arguments:d})})}},e_="0x790f258062909e3a0ffc78b3c53ac2f62d7084c3bab95644bdeb05add7250001::super_sui::SUPER_SUI",t_="0xe44df51c0b21a27ab915fa1fe2ca610cd3eaa6d9666fe5e62b988bf7f0bd8722::musd::MUSD",r_="0xccd628c2334c5ed33e6c47d6c21bb664f8b6307b2ac32c2462a61f69a31ebcee::meth::METH",n_=class{constructor(e,t){if(e!==0)throw new Error("Metastable only supported on mainnet");this.versionID="0x4696559327b35ff2ab26904e7426a1646312e9c836d5c6cff6709a5ccc30915c",this.pythPriceIDs=t}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u,d]=o?["swap_a2b","create_deposit_cap",s,a]:["swap_b2a","create_withdraw_cap",a,s];let p="",y="pyth",x="";if(r.extendedDetails==null)throw new Error("Extended details not supported metastable");if(!r.extendedDetails.metastableCreateCapPkgId||!r.extendedDetails.metastableCreateCapModule||!r.extendedDetails.metastableRegistryId||!r.extendedDetails.metastableWhitelistedAppId)throw new Error("CreateCapPkgId or CreateCapModule or RegistryId or WhitelistedAppId or CreateCapAllTypeParams not supported");p=r.extendedDetails.metastableCreateCapPkgId,y=r.extendedDetails.metastableCreateCapModule,x=r.extendedDetails.metastableWhitelistedAppId;const b=[d];r.extendedDetails.metastableCreateCapAllTypeParams&&b.push(u);const M=[t.object(x),t.object(r.id)];switch(d){case e_:{if(!r.extendedDetails.metastableRegistryId)throw new Error("Not found registry id for super sui");M.push(t.object(r.extendedDetails.metastableRegistryId));break}case t_:{if(r.extendedDetails.metastablePriceSeed!=null){const B=this.pythPriceIDs.get(r.extendedDetails.metastablePriceSeed);if(B==null)throw new Error("Invalid Pyth price feed: "+r.extendedDetails.metastablePriceSeed);M.push(t.object(B))}if(r.extendedDetails.metastableETHPriceSeed!=null){const B=this.pythPriceIDs.get(r.extendedDetails.metastableETHPriceSeed);if(B==null)throw new Error("Invalid Pyth price feed: "+r.extendedDetails.metastableETHPriceSeed);M.push(t.object(B))}M.push(t.object(Hr));break}case r_:{if(r.extendedDetails.metastablePriceSeed!=null){const B=this.pythPriceIDs.get(r.extendedDetails.metastablePriceSeed);if(B==null)throw new Error("Invalid Pyth price feed: "+r.extendedDetails.metastablePriceSeed);M.push(t.object(B))}if(r.extendedDetails.metastableETHPriceSeed!=null){const B=this.pythPriceIDs.get(r.extendedDetails.metastableETHPriceSeed);if(B==null)throw new Error("Invalid Pyth price feed: "+r.extendedDetails.metastableETHPriceSeed);M.push(t.object(B))}M.push(t.object(Hr));break}default:throw new Error("Invalid Metacoin: "+d)}const O=t.moveCall({target:`${p}::${y}::${l}`,typeArguments:b,arguments:M}),R=[t.object(r.id),t.object(this.versionID),O,n],k=hn(e.publishedAtV2Extend(),i);return t.moveCall({target:`${k}::metastable::${c}`,typeArguments:[u,d],arguments:R})})}},i_=class{constructor(e,t){if(e===1)throw new Error("Obric is not supported on testnet");this.pythPriceIDs=t,this.pythStateObjectId="0x1f9310238ee9298fb703c3419030b35b22bb1cc37113e3bb5007c99aec79e5b8"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o,from:s,target:a}=r,[c,l,u]=o?["swap_a2b",s,a]:["swap_b2a",a,s];let d,p,y,x;if(r.extendedDetails==null)throw new Error("Extended details not supported in obric");if(r.extendedDetails.obricCoinAPriceSeed&&r.extendedDetails.obricCoinBPriceSeed)d=r.extendedDetails.obricCoinAPriceSeed,y=this.pythPriceIDs.get(d),p=r.extendedDetails.obricCoinBPriceSeed,x=this.pythPriceIDs.get(p);else{if(!r.extendedDetails.obricCoinAPriceId||!r.extendedDetails.obricCoinBPriceId)throw new Error("Base price id or quote price id not supported");y=r.extendedDetails.obricCoinAPriceId,x=r.extendedDetails.obricCoinBPriceId}if(!y||!x)throw new Error("Base price info object id or quote price info object id not found");const b=[t.object(r.id),n,t.object(this.pythStateObjectId),t.object(y),t.object(x),t.object(Hr)],M=hn(e.publishedAtV2Extend(),i);return t.moveCall({target:`${M}::obric::${c}`,typeArguments:[l,u],arguments:b})})}},o_=class{constructor(e){if(e!==0)throw new Error("HaWAL only supported on mainnet");this.staking=e===0?"0x10b9d30c28448939ce6c4d6c6e0ffce4a7f8a4ada8248bdad09ef8b70e4a3904":"0x0",this.validator=e===0?"0x7b3ba6de2ae58283f60d5b8dc04bb9e90e4796b3b2e0dea75569f491275242e7":"0x0"}swap(e,t,r,n,i){return ft(this,null,function*(){const{direction:o}=r,s=o?"swap_a2b":"swap_b2a",a=[t.object(this.staking),t.object(r.id),n,t.object(this.validator)],c=hn(e.publishedAtV2Extend(),i);return t.moveCall({target:`${c}::hawal::${s}`,typeArguments:[],arguments:a})})}},d1="CETUS",s_="DEEPBOOK",a_="KRIYA",c_="FLOWX",l_="FLOWXV3",u_="KRIYAV3",h1="TURBOS",cd="AFTERMATH",f_="HAEDAL",d_="VOLO",h_="AFSUI",p_="BLUEMOVE",p1="DEEPBOOKV3",m1="SCALLOP",m_="SUILEND",g_="BLUEFIN",ld="HAEDALPMM",v_="ALPHAFI",b_="SPRINGSUI",g1="STEAMM",ud="METASTABLE",fd="OBRIC",y_="HAWAL",w_="https://api-sui.cetus.zone/router_v2";function dd(e){return Array.isArray(e.routers)}function hd(e){return Array.isArray(e.routers)}var v1=class n6{constructor(t){var r,n;this.endpoint=t.endpoint?E_(t.endpoint):w_,this.client=t.client||new es({url:yh("mainnet")}),this.signer=t.signer||"",this.env=t.env||0,this.allCoins=new Map;const i=n6.CONFIG[this.env];if(this.pythConnections=this.newPythClients((r=t.pythUrls)!=null?r:[]),this.pythClient=new Wu.SuiPythClient(this.client,i.pythStateId,i.wormholeStateId),this.apiKey=t.apiKey||"",this.partner=t.partner,t.overlayFeeRate)if(t.overlayFeeRate>0&&t.overlayFeeRate<=.01)this.overlayFeeRate=t.overlayFeeRate*1e6;else throw new Error("Overlay fee rate must be between 0 and 0.01");else this.overlayFeeRate=0;this.overlayFeeReceiver=(n=t.overlayFeeReceiver)!=null?n:"0x0"}newPythClients(t){return t.includes("https://hermes.pyth.network")||t.push("https://hermes.pyth.network"),t.map(n=>new Wu.SuiPriceServiceConnection(n,{timeout:3e3}))}getCoins(t,r=!0){return ft(this,null,function*(){if(this.signer==="")throw new Error("Signer is required, but not provided.");let n=null,i=50;if(!r){const s=this.allCoins.get(t);if(s)return s}const o=[];for(;;)try{const s=yield this.client.getCoins({owner:this.signer,coinType:t,cursor:n,limit:i});for(const a of s.data)o.push({coinAddress:Pn(a.coinType).source_address,coinObjectId:a.coinObjectId,balance:BigInt(a.balance)});if(!s.hasNextPage)break;n=s.nextCursor}catch(s){console.error("getCoins error:",s);break}return this.allCoins.set(t,o),o})}findRouters(t){return ft(this,null,function*(){return C_(this.endpoint,this.apiKey,t,this.overlayFeeRate,this.overlayFeeReceiver)})}executeFlexibleInputSwap(t,r,n,i,o,s,a,c,l){return ft(this,null,function*(){if(n.length===0)throw new Error("No router found");const u=n[0].path[n[0].path.length-1].target,d=[];for(let b=0;b<n.length-1;b++){if(n[b].path.length===0)throw new Error("Empty path");let O=t.splitCoins(r,[n[b].amountIn.toString()])[0];for(const R of n[b].path)O=yield this.newDex(R.provider,s,a).swap(this,t,R,O,l,c);d.push(O)}if(n[n.length-1].path.length===0)throw new Error("Empty path");let p=r;for(const b of n[n.length-1].path)p=yield this.newDex(b.provider,s,a).swap(this,t,b,p,l,c);d.push(p);const y=hn(this.publishedAtV2Extend(),l);return this.checkCoinThresholdAndMergeCoin(t,d,u,i,o,y)})}expectInputSwap(t,r,n,i,o,s,a,c,l){return ft(this,null,function*(){if(n.length===0)throw new Error("No router found");const u=n.map(R=>R.amountIn.toString()),d=n[0].path[0].from,p=n[0].path[n[0].path.length-1].target,y=t.splitCoins(r,u),x=[];for(let R=0;R<n.length;R++){if(n[R].path.length===0)throw new Error("Empty path");let k=y[R];for(const F of n[R].path)k=yield this.newDex(F.provider,s,a).swap(this,t,F,k,l,c);x.push(k)}const b=Sr(this.publishedAtV2(),l),M=hn(this.publishedAtV2Extend(),l);return this.transferOrDestoryCoin(t,r,d,b),this.checkCoinThresholdAndMergeCoin(t,x,p,i,o,M)})}expectOutputSwap(t,r,n,i,o){return ft(this,null,function*(){const s=[],a=[],c=[],l=new i1(this.env,i),u=Sr(this.publishedAtV2(),o);for(let p=0;p<n.length;p++){const y=n[p];for(let b=y.path.length-1;b>=0;b--){const M=y.path[b],O=l.flash_swap(this,t,M,!1);s.unshift(O.targetCoin),a.unshift(O.flashReceipt)}let x=r;for(let b=0;b<y.path.length;b++){const M=y.path[b],O=l.repay_flash_swap(this,t,M,x,a[b]);x=s[b],b===0?r=O:this.transferOrDestoryCoin(t,O,M.from,u),b===y.path.length-1&&c.push(x)}}const d=n[0].path[0].from;if(this.transferOrDestoryCoin(t,r,d,u),c.length>1){const p=t.makeMoveVec({elements:c.slice(1)});t.moveCall({target:`${Qs}::pay::join_vec`,typeArguments:[n[0].path[n[0].path.length-1].target],arguments:[c[0],p]})}return c[0]})}swapInPools(t){return ft(this,null,function*(){let r;try{r=yield z9(this.client,t,this.signer,this.env)}catch(n){return console.error("swapInPools error:",n),null}return r})}routerSwap(t){return ft(this,null,function*(){const{routers:r,inputCoin:n,slippage:i,txb:o,deepbookv3DeepFee:s,partner:a}=t;if(i>1||i<0)throw new Error("Invalid slippage value. Must be between 0 and 1 (e.g., 0.01 represents 1% slippage)");const c=Array.isArray(r)?r:r.routes,l=dd(t)?t.byAmountIn:t.routers.byAmountIn,u=c.reduce((z,G)=>z.add(G.amountIn),new Kt.default(0)),d=c.reduce((z,G)=>z.add(G.amountOut),new Kt.default(0));let p=new Kt.default(0);this.overlayFeeRate>0&&this.overlayFeeReceiver!=="0x0"&&(l?p=d.mul(new Kt.default(this.overlayFeeRate)).div(new Kt.default(1e6)):p=u.mul(new Kt.default(this.overlayFeeRate)).div(new Kt.default(1e6)));const y=l?d.sub(p):d,x=l?u:u.add(p),b=u1(l?y:x,l,i),M=dd(t)?void 0:t.routers.packages,O=Sr(this.publishedAtV2(),M),R=y1(c),k=R.length>0?yield this.updatePythPriceIDs(R,o):new Map;if(l)return yield this.expectInputSwap(o,n,c,d.toString(),b.toString(),k,a??this.partner,s,M);const F=o.splitCoins(n,[p.toString()]);this.overlayFeeRate>0&&this.overlayFeeReceiver!=="0x0"&&o.transferObjects([F],this.overlayFeeReceiver);const B=o.splitCoins(n,[b.sub(p).toString()]);return this.transferOrDestoryCoin(o,n,c[0].path[0].from,O),yield this.expectOutputSwap(o,B[0],c,a??this.partner)})}fixableRouterSwap(t){return ft(this,null,function*(){const{routers:r,inputCoin:n,slippage:i,txb:o,deepbookv3DeepFee:s,partner:a}=t,c=Array.isArray(r)?r:r.routes,l=t.routers.byAmountIn,u=c.reduce((F,B)=>F.add(B.amountIn),new Kt.default(0)),d=c.reduce((F,B)=>F.add(B.amountOut),new Kt.default(0));let p=0;this.overlayFeeRate>0&&this.overlayFeeReceiver!=="0x0"&&(l?p=Number(d.mul(new Kt.default(this.overlayFeeRate)).div(new Kt.default(1e6)).toString()):p=Number(u.mul(new Kt.default(this.overlayFeeRate)).div(new Kt.default(1e6)).toString()));const y=l?d.sub(new Kt.default(p)):d,x=l?u:u.add(new Kt.default(p)),b=u1(l?y:x,l,i),M=dd(t)?void 0:t.routers.packages,O=y1(c),R=O.length>0?yield this.updatePythPriceIDs(O,o):new Map;return l?yield this.executeFlexibleInputSwap(o,n,c,y.toString(),b.toString(),R,a??this.partner,s,M):yield this.expectOutputSwap(o,n,c,a??this.partner)})}fastRouterSwap(t){return ft(this,null,function*(){const{routers:r,slippage:n,txb:i,partner:o,refreshAllCoins:s,payDeepFeeAmount:a}=t,c=Array.isArray(r)?r:r.routes,l=c[0].path[0].from;let u=yield this.getCoins(l,s);const d=c[0].path[c[0].path.length-1].target,p=c.reduce((G,ne)=>G.add(ne.amountIn),new Kt.default(0)),y=c.reduce((G,ne)=>G.add(ne.amountOut),new Kt.default(0)),x=hd(t)?t.byAmountIn:t.routers.byAmountIn;let b=0;this.overlayFeeRate>0&&this.overlayFeeReceiver!=="0x0"&&(x?b=Number(y.mul(new Kt.default(this.overlayFeeRate)).div(new Kt.default(1e6)).toString()):b=Number(p.mul(new Kt.default(this.overlayFeeRate)).div(new Kt.default(1e6)).toString()));const M=x?y.sub(new Kt.default(b)):y,O=x?p:p.add(new Kt.default(b)),R=$9(x?M:O,x,n),F=ad(i,u,BigInt((x?O:R).toString()),l);let B;if(a&&a>0){let G=yield this.getCoins(this.deepbookv3DeepFeeType());B=ad(i,G,BigInt(a),this.deepbookv3DeepFeeType()).targetCoin}const W=hd(t)?{routers:c,inputCoin:F.targetCoin,slippage:n,byAmountIn:x,txb:i,partner:o??this.partner,deepbookv3DeepFee:B}:{routers:t.routers,inputCoin:F.targetCoin,slippage:n,byAmountIn:x,txb:i,partner:o??this.partner,deepbookv3DeepFee:B},z=yield this.routerSwap(W);if(Yn.isSuiCoin(d))i.mergeCoins(i.gas,[z]);else{let G=yield this.getCoins(d,s);const ne=ad(i,G,BigInt(0),d),oe=hd(t)?void 0:t.routers.packages,se=Sr(this.publishedAtV2(),oe);i.mergeCoins(ne.targetCoin,[z]),ne.isMintZeroCoin&&this.transferOrDestoryCoin(i,ne.targetCoin,d,se)}})}publishedAtV2(){return this.env===0?"0x3864c7c59a4889fec05d1aae4bc9dba5a0e0940594b424fbed44cb3f6ac4c032":"0x52eae33adeb44de55cfb3f281d4cc9e02d976181c0952f5323648b5717b33934"}publishedAtV2Extend(){return this.env===0?"0x39402d188b7231036e52266ebafad14413b4bf3daea4ac17115989444e6cd516":"0xabb6a81c8a216828e317719e06125de5bb2cb0fe8f9916ff8c023ca5be224c78"}deepbookv3DeepFeeType(){return this.env===0?"0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP":"0x36dbef866a1d62bf7328989a10fb2f07d769f4ee587c0de4a0a256e57e0a58a8::deep::DEEP"}transferOrDestoryCoin(t,r,n,i){t.moveCall({target:`${i}::utils::transfer_or_destroy_coin`,typeArguments:[n],arguments:[r]})}checkCoinThresholdAndMergeCoin(t,r,n,i,o,s){let a=r[0];if(r.length>1){let c=t.makeMoveVec({elements:r.slice(1)});t.moveCall({target:`${Qs}::pay::join_vec`,typeArguments:[n],arguments:[r[0],c]}),a=r[0]}return this.overlayFeeRate===0||this.overlayFeeReceiver==="0x0"?t.moveCall({target:`${s}::utils::check_coin_threshold_v1`,typeArguments:[n],arguments:[a,t.pure.u64(i),t.pure.u64(o)]}):t.moveCall({target:`${s}::utils::check_coin_threshold_v2`,typeArguments:[n],arguments:[a,t.pure.u64(i),t.pure.u64(o),t.pure.u64(this.overlayFeeRate),t.pure.address(this.overlayFeeReceiver)]}),a}newDex(t,r,n){switch(t){case d1:return new i1(this.env,n);case s_:return new M9(this.env);case p1:return new K9(this.env);case a_:return new I9(this.env);case u_:return new O9(this.env);case c_:return new P9(this.env);case l_:return new R9(this.env);case h1:return new N9(this.env);case cd:return new A9(this.env);case f_:return new q9(this.env);case h_:return new H9(this.env);case d_:return new W9(this.env);case p_:return new G9(this.env);case m1:return new Y9(this.env);case m_:return new f1(this.env);case b_:return new f1(this.env);case g_:return new X9(this.env);case ld:return new J9(this.env,r);case v_:return new Z9(this.env);case g1:return new Q9(this.env);case ud:return new n_(this.env,r);case fd:return new i_(this.env,r);case y_:return new o_(this.env);default:throw new Error(`Unsupported dex ${t}`)}}signAndExecuteTransaction(t,r){return ft(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:t,signer:r,options:{showEffects:!0,showEvents:!0,showInput:!0,showBalanceChanges:!0}})})}devInspectTransactionBlock(t){return ft(this,null,function*(){return yield this.client.devInspectTransactionBlock({transactionBlock:t,sender:this.signer})})}sendTransaction(t,r){return ft(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:t,signer:r})})}getDeepbookV3Config(){return ft(this,null,function*(){const t=yield M_(this.endpoint);return t?t.data:null})}updatePythPriceIDs(t,r){return ft(this,null,function*(){let n=null,i=null;for(const a of this.pythConnections)try{n=yield a.getPriceFeedsUpdateData(t);break}catch(c){i=c,console.log("Error: ",c);continue}if(n==null)throw new Error(`All Pyth price nodes are unavailable. Cannot fetch price data. Please switch to or add new available Pyth nodes. Detailed error: ${i==null?void 0:i.message}`);let o=[];try{o=yield this.pythClient.updatePriceFeeds(r,n,t)}catch(a){throw new Error(`All Pyth price nodes are unavailable. Cannot fetch price data. Please switch to or add new available Pyth nodes in the pythUrls parameter when initializing AggregatorClient, for example: new AggregatorClient({ pythUrls: ["https://your-pyth-node-url"] }). Detailed error: ${a}`)}let s=new Map;for(let a=0;a<t.length;a++)s.set(t[a],o[a]);return s})}};v1.CONFIG={1:{wormholeStateId:"0x31358d198147da50db32eda2562951d53973a0c0ad5ed738e9b17d88b213d790",pythStateId:"0x243759059f4c3111179da5878c12f68d612c21a8d54d85edc86164bb18be1c7c"},0:{wormholeStateId:"0xaeab97f96cf9877fee2883315d459552b2b921edc16d7ceac6eab944dd88919c",pythStateId:"0x1f9310238ee9298fb703c3419030b35b22bb1cc37113e3bb5007c99aec79e5b8"}};var b1=v1;function y1(e){const t=new Set;for(const r of e)for(const n of r.path)n.provider===ld&&n.extendedDetails&&n.extendedDetails.haedalPmmBasePriceSeed&&n.extendedDetails.haedalPmmQuotePriceSeed&&(t.add(n.extendedDetails.haedalPmmBasePriceSeed),t.add(n.extendedDetails.haedalPmmQuotePriceSeed)),n.provider===ud&&(n.extendedDetails&&n.extendedDetails.metastablePriceSeed&&t.add(n.extendedDetails.metastablePriceSeed),n.extendedDetails&&n.extendedDetails.metastableETHPriceSeed&&t.add(n.extendedDetails.metastableETHPriceSeed)),n.provider===fd&&(n.extendedDetails&&n.extendedDetails.obricCoinAPriceSeed&&t.add(n.extendedDetails.obricCoinAPriceSeed),n.extendedDetails&&n.extendedDetails.obricCoinBPriceSeed&&t.add(n.extendedDetails.obricCoinBPriceSeed));return Array.from(t)}function x_(e,t){let r=0;for(const o of e.routes)for(const s of o.path)s.extended_details&&s.extended_details.deepbookv3_deep_fee&&(r+=Number(s.extended_details.deepbookv3_deep_fee));let n;if(e.packages!=null){n=new Map;for(const[o,s]of Object.entries(e.packages))n.set(o,s)}return{amountIn:new Kt.default(e.amount_in.toString()),amountOut:new Kt.default(e.amount_out.toString()),byAmountIn:t,insufficientLiquidity:!1,routes:e.routes.map(o=>({path:o.path.map(s=>{var a,c,l,u,d,p,y,x,b,M,O,R,k,F,B,W,z,G,ne,oe,se,q,L,h,f;let m;s.provider===cd&&(m=s.extended_details.aftermath_pool_flatness===0?"v2":"v3");let S;return(s.provider===h1||s.provider===cd||s.provider===d1||s.provider===p1||s.provider===m1||s.provider===ld||s.provider===g1||s.provider===ud||s.provider===fd)&&(S={aftermathLpSupplyType:(a=s.extended_details)==null?void 0:a.aftermath_lp_supply_type,turbosFeeType:(c=s.extended_details)==null?void 0:c.turbos_fee_type,afterSqrtPrice:(l=s.extended_details)==null?void 0:l.after_sqrt_price,deepbookv3DeepFee:(u=s.extended_details)==null?void 0:u.deepbookv3_deep_fee,scallopScoinTreasury:(d=s.extended_details)==null?void 0:d.scallop_scoin_treasury,haedalPmmBasePriceSeed:(p=s.extended_details)==null?void 0:p.haedal_pmm_base_price_seed,haedalPmmQuotePriceSeed:(y=s.extended_details)==null?void 0:y.haedal_pmm_quote_price_seed,steammBankA:(x=s.extended_details)==null?void 0:x.steamm_bank_a,steammBankB:(b=s.extended_details)==null?void 0:b.steamm_bank_b,steammLendingMarket:(M=s.extended_details)==null?void 0:M.steamm_lending_market,steammLendingMarketType:(O=s.extended_details)==null?void 0:O.steamm_lending_market_type,steammBCoinAType:(R=s.extended_details)==null?void 0:R.steamm_btoken_a_type,steammBCoinBType:(k=s.extended_details)==null?void 0:k.steamm_btoken_b_type,steammLPToken:(F=s.extended_details)==null?void 0:F.steamm_lp_token_type,metastablePriceSeed:(B=s.extended_details)==null?void 0:B.metastable_price_seed,metastableETHPriceSeed:(W=s.extended_details)==null?void 0:W.metastable_eth_price_seed,metastableWhitelistedAppId:(z=s.extended_details)==null?void 0:z.metastable_whitelisted_app_id,metastableCreateCapPkgId:(G=s.extended_details)==null?void 0:G.metastable_create_cap_pkg_id,metastableCreateCapModule:(ne=s.extended_details)==null?void 0:ne.metastable_create_cap_module,metastableCreateCapAllTypeParams:(oe=s.extended_details)==null?void 0:oe.metastable_create_cap_all_type_params,metastableRegistryId:(se=s.extended_details)==null?void 0:se.metastable_registry_id,obricCoinAPriceSeed:(q=s.extended_details)==null?void 0:q.obric_coin_a_price_seed,obricCoinBPriceSeed:(L=s.extended_details)==null?void 0:L.obric_coin_b_price_seed,obricCoinAPriceId:(h=s.extended_details)==null?void 0:h.obric_coin_a_price_id,obricCoinBPriceId:(f=s.extended_details)==null?void 0:f.obric_coin_b_price_id}),{id:s.id,direction:s.direction,provider:s.provider,from:s.from,target:s.target,feeRate:s.fee_rate,amountIn:s.amount_in,amountOut:s.amount_out,extendedDetails:S,version:m}}),amountIn:new Kt.default(o.amount_in.toString()),amountOut:new Kt.default(o.amount_out.toString()),initialPrice:new Vc(o.initial_price.toString())})),totalDeepFee:r,packages:n}}var Hr=Cp,S_="aggregator_v2",__="aggregator_v2_extend";function Sr(e,t){var r;return t instanceof Map&&(r=t.get(S_))!=null?r:e}function hn(e,t){var r;return t instanceof Map&&(r=t.get(__))!=null?r:e}Po(Ro());function E_(e){return e.endsWith("/find_routes")?e.replace("/find_routes",""):e}var zc=Po(Ro()),w1=1000600;function C_(e,t,r,n,i){return ft(this,null,function*(){let o;if(r.liquidityChanges&&r.liquidityChanges.length>0?o=yield A_(e,r):o=yield T_(e,t,r),!o)return null;if(!o.ok){let c=10001;return o.status===429&&(c=10005),{amountIn:Si,amountOut:Si,routes:[],byAmountIn:r.byAmountIn,insufficientLiquidity:!1,error:{code:c,msg:sd(c)}}}const s=yield o.json(),a=s.msg==="liquidity is not enough";if(s.msg&&s.msg.indexOf("HoneyPot scam")>-1)return{amountIn:Si,amountOut:Si,routes:[],byAmountIn:r.byAmountIn,insufficientLiquidity:a,error:{code:10004,msg:sd(10004)}};if(s.data!=null){const c=x_(s.data,r.byAmountIn);if(n>0&&i!=="0x0")if(r.byAmountIn){const l=c.amountOut.mul(new zc.default(n)).div(new zc.default(1e6));c.overlayFee=Number(l.toString()),c.amountOut=c.amountOut.sub(l)}else{const l=c.amountIn.mul(new zc.default(n)).div(new zc.default(1e6));c.overlayFee=Number(l.toString()),c.amountIn=c.amountIn.add(l)}return c}return{amountIn:Si,amountOut:Si,routes:[],insufficientLiquidity:a,byAmountIn:r.byAmountIn,error:{code:10003,msg:sd(10003)}}})}function T_(e,t,r){return ft(this,null,function*(){try{const{from:n,target:i,amount:o,byAmountIn:s,depth:a,splitAlgorithm:c,splitFactor:l,splitCount:u,providers:d}=r,p=Wi(n),y=Wi(i);let x=`${e}/find_routes?from=${p}&target=${y}&amount=${o.toString()}&by_amount_in=${s}`;return a&&(x+=`&depth=${a}`),c&&(x+=`&split_algorithm=${c}`),l&&(x+=`&split_factor=${l}`),u&&(x+=`&split_count=${u}`),d&&d.length>0&&(x+=`&providers=${d.join(",")}`),t.length>0&&(x+=`&apiKey=${t}`),x+=`&v=${w1}`,yield fetch(x)}catch(n){return console.error(n),null}})}function A_(e,t){return ft(this,null,function*(){const{from:r,target:n,amount:i,byAmountIn:o,depth:s,splitAlgorithm:a,splitFactor:c,splitCount:l,providers:u,liquidityChanges:d}=t,p=Wi(r),y=Wi(n),x=`${e}/find_routes`,b=u==null?void 0:u.join(","),M={from:p,target:y,amount:Number(i.toString()),by_amount_in:o,depth:s,split_algorithm:a,split_factor:c,split_count:l,providers:b,liquidity_changes:d.map(O=>({pool:O.poolID,tick_lower:O.ticklower,tick_upper:O.tickUpper,delta_liquidity:O.deltaLiquidity})),v:w1};try{return yield fetch(x,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(M)})}catch(O){return console.error("Error:",O),null}})}function M_(e){return ft(this,null,function*(){const t=`${e}/deepbookv3_config`;try{return(yield fetch(t)).json()}catch(r){return console.error("Error:",r),null}})}var pd=(e=>(e[e.Mainnet=0]="Mainnet",e[e.Testnet=1]="Testnet",e))(pd||{});const x1="0x2::sui::SUI",I_="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI";function S1(e){return kr(e).full_address===x1}function _1(e,...t){const r=Array.isArray(t[t.length-1])?t.pop():[];let i=[e,...t].filter(Boolean).join("::");return r&&r.length&&(i+=`<${r.join(", ")}>`),i}function kr(e){var t;try{let r=e.replace(/\s/g,"");const n=r.match(/(<.+>)$/),i=(t=n==null?void 0:n[0])==null?void 0:t.match(/(\w+::\w+::\w+)(?:<.*?>(?!>))?/g);if(i){r=r.slice(0,r.indexOf("<"));const l={...kr(r),type_arguments:i.map(u=>kr(u).source_address)};return l.type_arguments=l.type_arguments.map(u=>S1(u)?u:kr(u).source_address),l.source_address=_1(l.full_address,l.type_arguments),l}const o=r.split("::"),a={full_address:r,address:r===x1||r===I_?"0x2":Jr(o[0]),module:o[1],name:o[2],type_arguments:[],source_address:""};return a.full_address=`${a.address}::${a.module}::${a.name}`,a.source_address=_1(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function O_(e){return e.startsWith("0x")?`${e.slice(2)}`:e}const _i=(e,t=!0)=>{const r=e.split("::"),n=r.shift();let i=Jr(n);return t&&(i=O_(i)),`${i}::${r.join("::")}`};/*!
|
|
35
|
+
* decimal.js v10.5.0
|
|
36
36
|
* An arbitrary-precision Decimal type for JavaScript.
|
|
37
37
|
* https://github.com/MikeMcl/decimal.js
|
|
38
|
-
* Copyright (c)
|
|
38
|
+
* Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
39
39
|
* MIT Licence
|
|
40
|
-
*/var ss=9e15,zi=1e9,rd="0123456789abcdef",Lc="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",$c="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",nd={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-ss,maxE:ss,crypto:!1},t1,xi,st=!0,Fc="[DecimalError] ",Hi=Fc+"Invalid argument: ",r1=Fc+"Precision limit exceeded",n1=Fc+"crypto unavailable",i1="[object Decimal]",Nr=Math.floor,wr=Math.pow,hC=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,pC=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,mC=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,o1=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,Mn=1e7,Ye=7,gC=9007199254740991,vC=Lc.length-1,id=$c.length-1,ve={toStringTag:i1};ve.absoluteValue=ve.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),We(e)},ve.ceil=function(){return We(new this.constructor(this),this.e+1,2)},ve.clampedTo=ve.clamp=function(e,t){var r,n=this,i=n.constructor;if(e=new i(e),t=new i(t),!e.s||!t.s)return new i(NaN);if(e.gt(t))throw Error(Hi+t);return r=n.cmp(e),r<0?e:n.cmp(t)>0?t:new i(n)},ve.comparedTo=ve.cmp=function(e){var t,r,n,i,o=this,s=o.d,a=(e=new o.constructor(e)).d,c=o.s,u=e.s;if(!s||!a)return!c||!u?NaN:c!==u?c:s===a?0:!s^c<0?1:-1;if(!s[0]||!a[0])return s[0]?c:a[0]?-u:0;if(c!==u)return c;if(o.e!==e.e)return o.e>e.e^c<0?1:-1;for(n=s.length,i=a.length,t=0,r=n<i?n:i;t<r;++t)if(s[t]!==a[t])return s[t]>a[t]^c<0?1:-1;return n===i?0:n>i^c<0?1:-1},ve.cosine=ve.cos=function(){var e,t,r=this,n=r.constructor;return r.d?r.d[0]?(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ye,n.rounding=1,r=yC(n,f1(n,r)),n.precision=e,n.rounding=t,We(xi==2||xi==3?r.neg():r,e,t,!0)):new n(1):new n(NaN)},ve.cubeRoot=ve.cbrt=function(){var e,t,r,n,i,o,s,a,c,u,l=this,d=l.constructor;if(!l.isFinite()||l.isZero())return new d(l);for(st=!1,o=l.s*wr(l.s*l,1/3),!o||Math.abs(o)==1/0?(r=_r(l.d),e=l.e,(o=(e-r.length+1)%3)&&(r+=o==1||o==-2?"0":"00"),o=wr(r,1/3),e=Nr((e+1)/3)-(e%3==(e<0?-1:2)),o==1/0?r="5e"+e:(r=o.toExponential(),r=r.slice(0,r.indexOf("e")+1)+e),n=new d(r),n.s=l.s):n=new d(o.toString()),s=(e=d.precision)+3;;)if(a=n,c=a.times(a).times(a),u=c.plus(l),n=Kt(u.plus(l).times(a),u.plus(c),s+2,1),_r(a.d).slice(0,s)===(r=_r(n.d)).slice(0,s))if(r=r.slice(s-3,s+1),r=="9999"||!i&&r=="4999"){if(!i&&(We(a,e+1,0),a.times(a).times(a).eq(l))){n=a;break}s+=4,i=1}else{(!+r||!+r.slice(1)&&r.charAt(0)=="5")&&(We(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return st=!0,We(n,e,d.rounding,t)},ve.decimalPlaces=ve.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-Nr(this.e/Ye))*Ye,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r},ve.dividedBy=ve.div=function(e){return Kt(this,new this.constructor(e))},ve.dividedToIntegerBy=ve.divToInt=function(e){var t=this,r=t.constructor;return We(Kt(t,new r(e),0,1,1),r.precision,r.rounding)},ve.equals=ve.eq=function(e){return this.cmp(e)===0},ve.floor=function(){return We(new this.constructor(this),this.e+1,3)},ve.greaterThan=ve.gt=function(e){return this.cmp(e)>0},ve.greaterThanOrEqualTo=ve.gte=function(e){var t=this.cmp(e);return t==1||t===0},ve.hyperbolicCosine=ve.cosh=function(){var e,t,r,n,i,o=this,s=o.constructor,a=new s(1);if(!o.isFinite())return new s(o.s?1/0:NaN);if(o.isZero())return a;r=s.precision,n=s.rounding,s.precision=r+Math.max(o.e,o.sd())+4,s.rounding=1,i=o.d.length,i<32?(e=Math.ceil(i/3),t=(1/Hc(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),o=as(s,1,o.times(t),new s(1),!0);for(var c,u=e,l=new s(8);u--;)c=o.times(o),o=a.minus(c.times(l.minus(c.times(l))));return We(o,s.precision=r,s.rounding=n,!0)},ve.hyperbolicSine=ve.sinh=function(){var e,t,r,n,i=this,o=i.constructor;if(!i.isFinite()||i.isZero())return new o(i);if(t=o.precision,r=o.rounding,o.precision=t+Math.max(i.e,i.sd())+4,o.rounding=1,n=i.d.length,n<3)i=as(o,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/Hc(5,e)),i=as(o,2,i,i,!0);for(var s,a=new o(5),c=new o(16),u=new o(20);e--;)s=i.times(i),i=i.times(a.plus(s.times(c.times(s).plus(u))))}return o.precision=t,o.rounding=r,We(i,t,r,!0)},ve.hyperbolicTangent=ve.tanh=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+7,n.rounding=1,Kt(r.sinh(),r.cosh(),n.precision=e,n.rounding=t)):new n(r.s)},ve.inverseCosine=ve.acos=function(){var e,t=this,r=t.constructor,n=t.abs().cmp(1),i=r.precision,o=r.rounding;return n!==-1?n===0?t.isNeg()?An(r,i,o):new r(0):new r(NaN):t.isZero()?An(r,i+4,o).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=An(r,i+4,o).times(.5),r.precision=i,r.rounding=o,e.minus(t))},ve.inverseHyperbolicCosine=ve.acosh=function(){var e,t,r=this,n=r.constructor;return r.lte(1)?new n(r.eq(1)?0:NaN):r.isFinite()?(e=n.precision,t=n.rounding,n.precision=e+Math.max(Math.abs(r.e),r.sd())+4,n.rounding=1,st=!1,r=r.times(r).minus(1).sqrt().plus(r),st=!0,n.precision=e,n.rounding=t,r.ln()):new n(r)},ve.inverseHyperbolicSine=ve.asinh=function(){var e,t,r=this,n=r.constructor;return!r.isFinite()||r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+2*Math.max(Math.abs(r.e),r.sd())+6,n.rounding=1,st=!1,r=r.times(r).plus(1).sqrt().plus(r),st=!0,n.precision=e,n.rounding=t,r.ln())},ve.inverseHyperbolicTangent=ve.atanh=function(){var e,t,r,n,i=this,o=i.constructor;return i.isFinite()?i.e>=0?new o(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=o.precision,t=o.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?We(new o(i),e,t,!0):(o.precision=r=n-i.e,i=Kt(i.plus(1),new o(1).minus(i),r+e,1),o.precision=e+4,o.rounding=1,i=i.ln(),o.precision=e,o.rounding=t,i.times(.5))):new o(NaN)},ve.inverseSine=ve.asin=function(){var e,t,r,n,i=this,o=i.constructor;return i.isZero()?new o(i):(t=i.abs().cmp(1),r=o.precision,n=o.rounding,t!==-1?t===0?(e=An(o,r+4,n).times(.5),e.s=i.s,e):new o(NaN):(o.precision=r+6,o.rounding=1,i=i.div(new o(1).minus(i.times(i)).sqrt().plus(1)).atan(),o.precision=r,o.rounding=n,i.times(2)))},ve.inverseTangent=ve.atan=function(){var e,t,r,n,i,o,s,a,c,u=this,l=u.constructor,d=l.precision,p=l.rounding;if(u.isFinite()){if(u.isZero())return new l(u);if(u.abs().eq(1)&&d+4<=id)return s=An(l,d+4,p).times(.25),s.s=u.s,s}else{if(!u.s)return new l(NaN);if(d+4<=id)return s=An(l,d+4,p).times(.5),s.s=u.s,s}for(l.precision=a=d+10,l.rounding=1,r=Math.min(28,a/Ye+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(st=!1,t=Math.ceil(a/Ye),n=1,c=u.times(u),s=new l(u),i=u;e!==-1;)if(i=i.times(c),o=s.minus(i.div(n+=2)),i=i.times(c),s=o.plus(i.div(n+=2)),s.d[t]!==void 0)for(e=t;s.d[e]===o.d[e]&&e--;);return r&&(s=s.times(2<<r-1)),st=!0,We(s,l.precision=d,l.rounding=p,!0)},ve.isFinite=function(){return!!this.d},ve.isInteger=ve.isInt=function(){return!!this.d&&Nr(this.e/Ye)>this.d.length-2},ve.isNaN=function(){return!this.s},ve.isNegative=ve.isNeg=function(){return this.s<0},ve.isPositive=ve.isPos=function(){return this.s>0},ve.isZero=function(){return!!this.d&&this.d[0]===0},ve.lessThan=ve.lt=function(e){return this.cmp(e)<0},ve.lessThanOrEqualTo=ve.lte=function(e){return this.cmp(e)<1},ve.logarithm=ve.log=function(e){var t,r,n,i,o,s,a,c,u=this,l=u.constructor,d=l.precision,p=l.rounding,w=5;if(e==null)e=new l(10),t=!0;else{if(e=new l(e),r=e.d,e.s<0||!r||!r[0]||e.eq(1))return new l(NaN);t=e.eq(10)}if(r=u.d,u.s<0||!r||!r[0]||u.eq(1))return new l(r&&!r[0]?-1/0:u.s!=1?NaN:r?0:1/0);if(t)if(r.length>1)o=!0;else{for(i=r[0];i%10===0;)i/=10;o=i!==1}if(st=!1,a=d+w,s=Wi(u,a),n=t?zc(l,a+10):Wi(e,a),c=Kt(s,n,a,1),ha(c.d,i=d,p))do if(a+=10,s=Wi(u,a),n=t?zc(l,a+10):Wi(e,a),c=Kt(s,n,a,1),!o){+_r(c.d).slice(i+1,i+15)+1==1e14&&(c=We(c,d+1,0));break}while(ha(c.d,i+=10,p));return st=!0,We(c,d,p)},ve.minus=ve.sub=function(e){var t,r,n,i,o,s,a,c,u,l,d,p,w=this,b=w.constructor;if(e=new b(e),!w.d||!e.d)return!w.s||!e.s?e=new b(NaN):w.d?e.s=-e.s:e=new b(e.d||w.s!==e.s?w:NaN),e;if(w.s!=e.s)return e.s=-e.s,w.plus(e);if(u=w.d,p=e.d,a=b.precision,c=b.rounding,!u[0]||!p[0]){if(p[0])e.s=-e.s;else if(u[0])e=new b(w);else return new b(c===3?-0:0);return st?We(e,a,c):e}if(r=Nr(e.e/Ye),l=Nr(w.e/Ye),u=u.slice(),o=l-r,o){for(d=o<0,d?(t=u,o=-o,s=p.length):(t=p,r=l,s=u.length),n=Math.max(Math.ceil(a/Ye),s)+2,o>n&&(o=n,t.length=1),t.reverse(),n=o;n--;)t.push(0);t.reverse()}else{for(n=u.length,s=p.length,d=n<s,d&&(s=n),n=0;n<s;n++)if(u[n]!=p[n]){d=u[n]<p[n];break}o=0}for(d&&(t=u,u=p,p=t,e.s=-e.s),s=u.length,n=p.length-s;n>0;--n)u[s++]=0;for(n=p.length;n>o;){if(u[--n]<p[n]){for(i=n;i&&u[--i]===0;)u[i]=Mn-1;--u[i],u[n]+=Mn}u[n]-=p[n]}for(;u[--s]===0;)u.pop();for(;u[0]===0;u.shift())--r;return u[0]?(e.d=u,e.e=Vc(u,r),st?We(e,a,c):e):new b(c===3?-0:0)},ve.modulo=ve.mod=function(e){var t,r=this,n=r.constructor;return e=new n(e),!r.d||!e.s||e.d&&!e.d[0]?new n(NaN):!e.d||r.d&&!r.d[0]?We(new n(r),n.precision,n.rounding):(st=!1,n.modulo==9?(t=Kt(r,e.abs(),0,3,1),t.s*=e.s):t=Kt(r,e,0,n.modulo,1),t=t.times(e),st=!0,r.minus(t))},ve.naturalExponential=ve.exp=function(){return od(this)},ve.naturalLogarithm=ve.ln=function(){return Wi(this)},ve.negated=ve.neg=function(){var e=new this.constructor(this);return e.s=-e.s,We(e)},ve.plus=ve.add=function(e){var t,r,n,i,o,s,a,c,u,l,d=this,p=d.constructor;if(e=new p(e),!d.d||!e.d)return!d.s||!e.s?e=new p(NaN):d.d||(e=new p(e.d||d.s===e.s?d:NaN)),e;if(d.s!=e.s)return e.s=-e.s,d.minus(e);if(u=d.d,l=e.d,a=p.precision,c=p.rounding,!u[0]||!l[0])return l[0]||(e=new p(d)),st?We(e,a,c):e;if(o=Nr(d.e/Ye),n=Nr(e.e/Ye),u=u.slice(),i=o-n,i){for(i<0?(r=u,i=-i,s=l.length):(r=l,n=o,s=u.length),o=Math.ceil(a/Ye),s=o>s?o+1:s+1,i>s&&(i=s,r.length=1),r.reverse();i--;)r.push(0);r.reverse()}for(s=u.length,i=l.length,s-i<0&&(i=s,r=l,l=u,u=r),t=0;i;)t=(u[--i]=u[i]+l[i]+t)/Mn|0,u[i]%=Mn;for(t&&(u.unshift(t),++n),s=u.length;u[--s]==0;)u.pop();return e.d=u,e.e=Vc(u,n),st?We(e,a,c):e},ve.precision=ve.sd=function(e){var t,r=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(Hi+e);return r.d?(t=s1(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t},ve.round=function(){var e=this,t=e.constructor;return We(new t(e),e.e+1,t.rounding)},ve.sine=ve.sin=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ye,n.rounding=1,r=bC(n,f1(n,r)),n.precision=e,n.rounding=t,We(xi>2?r.neg():r,e,t,!0)):new n(NaN)},ve.squareRoot=ve.sqrt=function(){var e,t,r,n,i,o,s=this,a=s.d,c=s.e,u=s.s,l=s.constructor;if(u!==1||!a||!a[0])return new l(!u||u<0&&(!a||a[0])?NaN:a?s:1/0);for(st=!1,u=Math.sqrt(+s),u==0||u==1/0?(t=_r(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=Nr((c+1)/2)-(c<0||c%2),u==1/0?t="5e"+c:(t=u.toExponential(),t=t.slice(0,t.indexOf("e")+1)+c),n=new l(t)):n=new l(u.toString()),r=(c=l.precision)+3;;)if(o=n,n=o.plus(Kt(s,o,r+2,1)).times(.5),_r(o.d).slice(0,r)===(t=_r(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(We(o,c+1,0),o.times(o).eq(s))){n=o;break}r+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(We(n,c+1,1),e=!n.times(n).eq(s));break}return st=!0,We(n,c,l.rounding,e)},ve.tangent=ve.tan=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+10,n.rounding=1,r=r.sin(),r.s=1,r=Kt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,We(xi==2||xi==4?r.neg():r,e,t,!0)):new n(NaN)},ve.times=ve.mul=function(e){var t,r,n,i,o,s,a,c,u,l=this,d=l.constructor,p=l.d,w=(e=new d(e)).d;if(e.s*=l.s,!p||!p[0]||!w||!w[0])return new d(!e.s||p&&!p[0]&&!w||w&&!w[0]&&!p?NaN:!p||!w?e.s/0:e.s*0);for(r=Nr(l.e/Ye)+Nr(e.e/Ye),c=p.length,u=w.length,c<u&&(o=p,p=w,w=o,s=c,c=u,u=s),o=[],s=c+u,n=s;n--;)o.push(0);for(n=u;--n>=0;){for(t=0,i=c+n;i>n;)a=o[i]+w[n]*p[i-n-1]+t,o[i--]=a%Mn|0,t=a/Mn|0;o[i]=(o[i]+t)%Mn|0}for(;!o[--s];)o.pop();return t?++r:o.shift(),e.d=o,e.e=Vc(o,r),st?We(e,d.precision,d.rounding):e},ve.toBinary=function(e,t){return ad(this,2,e,t)},ve.toDecimalPlaces=ve.toDP=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(qr(e,0,zi),t===void 0?t=n.rounding:qr(t,0,8),We(r,e+r.e+1,t))},ve.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Kn(n,!0):(qr(e,0,zi),t===void 0?t=i.rounding:qr(t,0,8),n=We(new i(n),e+1,t),r=Kn(n,!0,e+1)),n.isNeg()&&!n.isZero()?"-"+r:r},ve.toFixed=function(e,t){var r,n,i=this,o=i.constructor;return e===void 0?r=Kn(i):(qr(e,0,zi),t===void 0?t=o.rounding:qr(t,0,8),n=We(new o(i),e+i.e+1,t),r=Kn(n,!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+r:r},ve.toFraction=function(e){var t,r,n,i,o,s,a,c,u,l,d,p,w=this,b=w.d,y=w.constructor;if(!b)return new y(w);if(u=r=new y(1),n=c=new y(0),t=new y(n),o=t.e=s1(b)-w.e-1,s=o%Ye,t.d[0]=wr(10,s<0?Ye+s:s),e==null)e=o>0?t:u;else{if(a=new y(e),!a.isInt()||a.lt(u))throw Error(Hi+a);e=a.gt(t)?o>0?t:u:a}for(st=!1,a=new y(_r(b)),l=y.precision,y.precision=o=b.length*Ye*2;d=Kt(a,t,0,1,1),i=r.plus(d.times(n)),i.cmp(e)!=1;)r=n,n=i,i=u,u=c.plus(d.times(i)),c=i,i=t,t=a.minus(d.times(i)),a=i;return i=Kt(e.minus(r),n,0,1,1),c=c.plus(i.times(u)),r=r.plus(i.times(n)),c.s=u.s=w.s,p=Kt(u,n,o,1).minus(w).abs().cmp(Kt(c,r,o,1).minus(w).abs())<1?[u,n]:[c,r],y.precision=l,st=!0,p},ve.toHexadecimal=ve.toHex=function(e,t){return ad(this,16,e,t)},ve.toNearest=function(e,t){var r=this,n=r.constructor;if(r=new n(r),e==null){if(!r.d)return r;e=new n(1),t=n.rounding}else{if(e=new n(e),t===void 0?t=n.rounding:qr(t,0,8),!r.d)return e.s?r:e;if(!e.d)return e.s&&(e.s=r.s),e}return e.d[0]?(st=!1,r=Kt(r,e,0,t,1).times(e),st=!0,We(r)):(e.s=r.s,r=e),r},ve.toNumber=function(){return+this},ve.toOctal=function(e,t){return ad(this,8,e,t)},ve.toPower=ve.pow=function(e){var t,r,n,i,o,s,a=this,c=a.constructor,u=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(wr(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,o=c.rounding,e.eq(1))return We(a,n,o);if(t=Nr(e.e/Ye),t>=e.d.length-1&&(r=u<0?-u:u)<=gC)return i=a1(c,a,r,n),e.s<0?new c(1).div(i):We(i,n,o);if(s=a.s,s<0){if(t<e.d.length-1)return new c(NaN);if(e.d[t]&1||(s=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=s,a}return r=wr(+a,u),t=r==0||!isFinite(r)?Nr(u*(Math.log("0."+_r(a.d))/Math.LN10+a.e+1)):new c(r+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?s/0:0):(st=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=od(e.times(Wi(a,n+r)),n),i.d&&(i=We(i,n+5,1),ha(i.d,n,o)&&(t=n+10,i=We(od(e.times(Wi(a,t+r)),t),t+5,1),+_r(i.d).slice(n+1,n+15)+1==1e14&&(i=We(i,n+1,0)))),i.s=s,st=!0,c.rounding=o,We(i,n,o))},ve.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Kn(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(qr(e,1,zi),t===void 0?t=i.rounding:qr(t,0,8),n=We(new i(n),e,t),r=Kn(n,e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+r:r},ve.toSignificantDigits=ve.toSD=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(qr(e,1,zi),t===void 0?t=n.rounding:qr(t,0,8)),We(new n(r),e,t)},ve.toString=function(){var e=this,t=e.constructor,r=Kn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r},ve.truncated=ve.trunc=function(){return We(new this.constructor(this),this.e+1,1)},ve.valueOf=ve.toJSON=function(){var e=this,t=e.constructor,r=Kn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+r:r};function _r(e){var t,r,n,i=e.length-1,o="",s=e[0];if(i>0){for(o+=s,t=1;t<i;t++)n=e[t]+"",r=Ye-n.length,r&&(o+=qi(r)),o+=n;s=e[t],n=s+"",r=Ye-n.length,r&&(o+=qi(r))}else if(s===0)return"0";for(;s%10===0;)s/=10;return o+s}function qr(e,t,r){if(e!==~~e||e<t||e>r)throw Error(Hi+e)}function ha(e,t,r,n){var i,o,s,a;for(o=e[0];o>=10;o/=10)--t;return--t<0?(t+=Ye,i=0):(i=Math.ceil((t+1)/Ye),t%=Ye),o=wr(10,Ye-t),a=e[i]%o|0,n==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),s=r<4&&a==99999||r>3&&a==49999||a==5e4||a==0):s=(r<4&&a+1==o||r>3&&a+1==o/2)&&(e[i+1]/o/100|0)==wr(10,t-2)-1||(a==o/2||a==0)&&(e[i+1]/o/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),s=(n||r<4)&&a==9999||!n&&r>3&&a==4999):s=((n||r<4)&&a+1==o||!n&&r>3&&a+1==o/2)&&(e[i+1]/o/1e3|0)==wr(10,t-3)-1,s}function Uc(e,t,r){for(var n,i=[0],o,s=0,a=e.length;s<a;){for(o=i.length;o--;)i[o]*=t;for(i[0]+=rd.indexOf(e.charAt(s++)),n=0;n<i.length;n++)i[n]>r-1&&(i[n+1]===void 0&&(i[n+1]=0),i[n+1]+=i[n]/r|0,i[n]%=r)}return i.reverse()}function yC(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/Hc(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=as(e,1,t.times(i),new e(1));for(var o=r;o--;){var s=t.times(t);t=s.times(s).minus(s).times(8).plus(1)}return e.precision-=r,t}var Kt=function(){function e(n,i,o){var s,a=0,c=n.length;for(n=n.slice();c--;)s=n[c]*i+a,n[c]=s%o|0,a=s/o|0;return a&&n.unshift(a),n}function t(n,i,o,s){var a,c;if(o!=s)c=o>s?1:-1;else for(a=c=0;a<o;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function r(n,i,o,s){for(var a=0;o--;)n[o]-=a,a=n[o]<i[o]?1:0,n[o]=a*s+n[o]-i[o];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,o,s,a,c){var u,l,d,p,w,b,y,T,O,R,k,F,L,q,H,K,re,oe,ae,z,D=n.constructor,h=n.s==i.s?1:-1,f=n.d,m=i.d;if(!f||!f[0]||!m||!m[0])return new D(!n.s||!i.s||(f?m&&f[0]==m[0]:!m)?NaN:f&&f[0]==0||!m?h*0:h/0);for(c?(w=1,l=n.e-i.e):(c=Mn,w=Ye,l=Nr(n.e/w)-Nr(i.e/w)),ae=m.length,re=f.length,O=new D(h),R=O.d=[],d=0;m[d]==(f[d]||0);d++);if(m[d]>(f[d]||0)&&l--,o==null?(q=o=D.precision,s=D.rounding):a?q=o+(n.e-i.e)+1:q=o,q<0)R.push(1),b=!0;else{if(q=q/w+2|0,d=0,ae==1){for(p=0,m=m[0],q++;(d<re||p)&&q--;d++)H=p*c+(f[d]||0),R[d]=H/m|0,p=H%m|0;b=p||d<re}else{for(p=c/(m[0]+1)|0,p>1&&(m=e(m,p,c),f=e(f,p,c),ae=m.length,re=f.length),K=ae,k=f.slice(0,ae),F=k.length;F<ae;)k[F++]=0;z=m.slice(),z.unshift(0),oe=m[0],m[1]>=c/2&&++oe;do p=0,u=t(m,k,ae,F),u<0?(L=k[0],ae!=F&&(L=L*c+(k[1]||0)),p=L/oe|0,p>1?(p>=c&&(p=c-1),y=e(m,p,c),T=y.length,F=k.length,u=t(y,k,T,F),u==1&&(p--,r(y,ae<T?z:m,T,c))):(p==0&&(u=p=1),y=m.slice()),T=y.length,T<F&&y.unshift(0),r(k,y,F,c),u==-1&&(F=k.length,u=t(m,k,ae,F),u<1&&(p++,r(k,ae<F?z:m,F,c))),F=k.length):u===0&&(p++,k=[0]),R[d++]=p,u&&k[0]?k[F++]=f[K]||0:(k=[f[K]],F=1);while((K++<re||k[0]!==void 0)&&q--);b=k[0]!==void 0}R[0]||R.shift()}if(w==1)O.e=l,t1=b;else{for(d=1,p=R[0];p>=10;p/=10)d++;O.e=d+l*w-1,We(O,a?o+O.e+1:o,s,b)}return O}}();function We(e,t,r,n){var i,o,s,a,c,u,l,d,p,w=e.constructor;e:if(t!=null){if(d=e.d,!d)return e;for(i=1,a=d[0];a>=10;a/=10)i++;if(o=t-i,o<0)o+=Ye,s=t,l=d[p=0],c=l/wr(10,i-s-1)%10|0;else if(p=Math.ceil((o+1)/Ye),a=d.length,p>=a)if(n){for(;a++<=p;)d.push(0);l=c=0,i=1,o%=Ye,s=o-Ye+1}else break e;else{for(l=a=d[p],i=1;a>=10;a/=10)i++;o%=Ye,s=o-Ye+i,c=s<0?0:l/wr(10,i-s-1)%10|0}if(n=n||t<0||d[p+1]!==void 0||(s<0?l:l%wr(10,i-s-1)),u=r<4?(c||n)&&(r==0||r==(e.s<0?3:2)):c>5||c==5&&(r==4||n||r==6&&(o>0?s>0?l/wr(10,i-s):0:d[p-1])%10&1||r==(e.s<0?8:7)),t<1||!d[0])return d.length=0,u?(t-=e.e+1,d[0]=wr(10,(Ye-t%Ye)%Ye),e.e=-t||0):d[0]=e.e=0,e;if(o==0?(d.length=p,a=1,p--):(d.length=p+1,a=wr(10,Ye-o),d[p]=s>0?(l/wr(10,i-s)%wr(10,s)|0)*a:0),u)for(;;)if(p==0){for(o=1,s=d[0];s>=10;s/=10)o++;for(s=d[0]+=a,a=1;s>=10;s/=10)a++;o!=a&&(e.e++,d[0]==Mn&&(d[0]=1));break}else{if(d[p]+=a,d[p]!=Mn)break;d[p--]=0,a=1}for(o=d.length;d[--o]===0;)d.pop()}return st&&(e.e>w.maxE?(e.d=null,e.e=NaN):e.e<w.minE&&(e.e=0,e.d=[0])),e}function Kn(e,t,r){if(!e.isFinite())return l1(e);var n,i=e.e,o=_r(e.d),s=o.length;return t?(r&&(n=r-s)>0?o=o.charAt(0)+"."+o.slice(1)+qi(n):s>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(e.e<0?"e":"e+")+e.e):i<0?(o="0."+qi(-i-1)+o,r&&(n=r-s)>0&&(o+=qi(n))):i>=s?(o+=qi(i+1-s),r&&(n=r-i-1)>0&&(o=o+"."+qi(n))):((n=i+1)<s&&(o=o.slice(0,n)+"."+o.slice(n)),r&&(n=r-s)>0&&(i+1===s&&(o+="."),o+=qi(n))),o}function Vc(e,t){var r=e[0];for(t*=Ye;r>=10;r/=10)t++;return t}function zc(e,t,r){if(t>vC)throw st=!0,r&&(e.precision=r),Error(r1);return We(new e(Lc),t,1,!0)}function An(e,t,r){if(t>id)throw Error(r1);return We(new e($c),t,r,!0)}function s1(e){var t=e.length-1,r=t*Ye+1;if(t=e[t],t){for(;t%10==0;t/=10)r--;for(t=e[0];t>=10;t/=10)r++}return r}function qi(e){for(var t="";e--;)t+="0";return t}function a1(e,t,r,n){var i,o=new e(1),s=Math.ceil(n/Ye+4);for(st=!1;;){if(r%2&&(o=o.times(t),d1(o.d,s)&&(i=!0)),r=Nr(r/2),r===0){r=o.d.length-1,i&&o.d[r]===0&&++o.d[r];break}t=t.times(t),d1(t.d,s)}return st=!0,o}function c1(e){return e.d[e.d.length-1]&1}function u1(e,t,r){for(var n,i=new e(t[0]),o=0;++o<t.length;)if(n=new e(t[o]),n.s)i[r](n)&&(i=n);else{i=n;break}return i}function od(e,t){var r,n,i,o,s,a,c,u=0,l=0,d=0,p=e.constructor,w=p.rounding,b=p.precision;if(!e.d||!e.d[0]||e.e>17)return new p(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(st=!1,c=b):c=t,a=new p(.03125);e.e>-2;)e=e.times(a),d+=5;for(n=Math.log(wr(2,d))/Math.LN10*2+5|0,c+=n,r=o=s=new p(1),p.precision=c;;){if(o=We(o.times(e),c,1),r=r.times(++l),a=s.plus(Kt(o,r,c,1)),_r(a.d).slice(0,c)===_r(s.d).slice(0,c)){for(i=d;i--;)s=We(s.times(s),c,1);if(t==null)if(u<3&&ha(s.d,c-n,w,u))p.precision=c+=10,r=o=a=new p(1),l=0,u++;else return We(s,p.precision=b,w,st=!0);else return p.precision=b,s}s=a}}function Wi(e,t){var r,n,i,o,s,a,c,u,l,d,p,w=1,b=10,y=e,T=y.d,O=y.constructor,R=O.rounding,k=O.precision;if(y.s<0||!T||!T[0]||!y.e&&T[0]==1&&T.length==1)return new O(T&&!T[0]?-1/0:y.s!=1?NaN:T?0:y);if(t==null?(st=!1,l=k):l=t,O.precision=l+=b,r=_r(T),n=r.charAt(0),Math.abs(o=y.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)y=y.times(e),r=_r(y.d),n=r.charAt(0),w++;o=y.e,n>1?(y=new O("0."+r),o++):y=new O(n+"."+r.slice(1))}else return u=zc(O,l+2,k).times(o+""),y=Wi(new O(n+"."+r.slice(1)),l-b).plus(u),O.precision=k,t==null?We(y,k,R,st=!0):y;for(d=y,c=s=y=Kt(y.minus(1),y.plus(1),l,1),p=We(y.times(y),l,1),i=3;;){if(s=We(s.times(p),l,1),u=c.plus(Kt(s,new O(i),l,1)),_r(u.d).slice(0,l)===_r(c.d).slice(0,l))if(c=c.times(2),o!==0&&(c=c.plus(zc(O,l+2,k).times(o+""))),c=Kt(c,new O(w),l,1),t==null)if(ha(c.d,l-b,R,a))O.precision=l+=b,u=s=y=Kt(d.minus(1),d.plus(1),l,1),p=We(y.times(y),l,1),i=a=1;else return We(c,O.precision=k,R,st=!0);else return O.precision=k,c;c=u,i+=2}}function l1(e){return String(e.s*e.s/0)}function sd(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;n++);for(i=t.length;t.charCodeAt(i-1)===48;--i);if(t=t.slice(n,i),t){if(i-=n,e.e=r=r-n-1,e.d=[],n=(r+1)%Ye,r<0&&(n+=Ye),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Ye;n<i;)e.d.push(+t.slice(n,n+=Ye));t=t.slice(n),n=Ye-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),st&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function wC(e,t){var r,n,i,o,s,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),o1.test(t))return sd(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(pC.test(t))r=16,t=t.toLowerCase();else if(hC.test(t))r=2;else if(mC.test(t))r=8;else throw Error(Hi+t);for(o=t.search(/p/i),o>0?(c=+t.slice(o+1),t=t.substring(2,o)):t=t.slice(2),o=t.indexOf("."),s=o>=0,n=e.constructor,s&&(t=t.replace(".",""),a=t.length,o=a-o,i=a1(n,new n(r),o,o*2)),u=Uc(t,r,Mn),l=u.length-1,o=l;u[o]===0;--o)u.pop();return o<0?new n(e.s*0):(e.e=Vc(u,l),e.d=u,st=!1,s&&(e=Kt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?wr(2,c):Lr.pow(2,c))),st=!0,e)}function bC(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:as(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Hc(5,r)),t=as(e,2,t,t);for(var i,o=new e(5),s=new e(16),a=new e(20);r--;)i=t.times(t),t=t.times(o.plus(i.times(s.times(i).minus(a))));return t}function as(e,t,r,n,i){var o,s,a,c,u=e.precision,l=Math.ceil(u/Ye);for(st=!1,c=r.times(r),a=new e(n);;){if(s=Kt(a.times(c),new e(t++*t++),u,1),a=i?n.plus(s):n.minus(s),n=Kt(s.times(c),new e(t++*t++),u,1),s=a.plus(n),s.d[l]!==void 0){for(o=l;s.d[o]===a.d[o]&&o--;);if(o==-1)break}o=a,a=n,n=s,s=o}return st=!0,s.d.length=l+1,s}function Hc(e,t){for(var r=e;--t;)r*=e;return r}function f1(e,t){var r,n=t.s<0,i=An(e,e.precision,1),o=i.times(.5);if(t=t.abs(),t.lte(o))return xi=n?4:1,t;if(r=t.divToInt(i),r.isZero())xi=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(o))return xi=c1(r)?n?2:3:n?4:1,t;xi=c1(r)?n?1:4:n?3:2}return t.minus(i).abs()}function ad(e,t,r,n){var i,o,s,a,c,u,l,d,p,w=e.constructor,b=r!==void 0;if(b?(qr(r,1,zi),n===void 0?n=w.rounding:qr(n,0,8)):(r=w.precision,n=w.rounding),!e.isFinite())l=l1(e);else{for(l=Kn(e),s=l.indexOf("."),b?(i=2,t==16?r=r*4-3:t==8&&(r=r*3-2)):i=t,s>=0&&(l=l.replace(".",""),p=new w(1),p.e=l.length-s,p.d=Uc(Kn(p),10,i),p.e=p.d.length),d=Uc(l,10,i),o=c=d.length;d[--c]==0;)d.pop();if(!d[0])l=b?"0p+0":"0";else{if(s<0?o--:(e=new w(e),e.d=d,e.e=o,e=Kt(e,p,r,n,0,i),d=e.d,o=e.e,u=t1),s=d[r],a=i/2,u=u||d[r+1]!==void 0,u=n<4?(s!==void 0||u)&&(n===0||n===(e.s<0?3:2)):s>a||s===a&&(n===4||u||n===6&&d[r-1]&1||n===(e.s<0?8:7)),d.length=r,u)for(;++d[--r]>i-1;)d[r]=0,r||(++o,d.unshift(1));for(c=d.length;!d[c-1];--c);for(s=0,l="";s<c;s++)l+=rd.charAt(d[s]);if(b){if(c>1)if(t==16||t==8){for(s=t==16?4:3,--c;c%s;c++)l+="0";for(d=Uc(l,i,t),c=d.length;!d[c-1];--c);for(s=1,l="1.";s<c;s++)l+=rd.charAt(d[s])}else l=l.charAt(0)+"."+l.slice(1);l=l+(o<0?"p":"p+")+o}else if(o<0){for(;++o;)l="0"+l;l="0."+l}else if(++o>c)for(o-=c;o--;)l+="0";else o<c&&(l=l.slice(0,o)+"."+l.slice(o))}l=(t==16?"0x":t==2?"0b":t==8?"0o":"")+l}return e.s<0?"-"+l:l}function d1(e,t){if(e.length>t)return e.length=t,!0}function xC(e){return new this(e).abs()}function SC(e){return new this(e).acos()}function EC(e){return new this(e).acosh()}function _C(e,t){return new this(e).plus(t)}function CC(e){return new this(e).asin()}function MC(e){return new this(e).asinh()}function AC(e){return new this(e).atan()}function TC(e){return new this(e).atanh()}function IC(e,t){e=new this(e),t=new this(t);var r,n=this.precision,i=this.rounding,o=n+4;return!e.s||!t.s?r=new this(NaN):!e.d&&!t.d?(r=An(this,o,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?An(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=An(this,o,1).times(.5),r.s=e.s):t.s<0?(this.precision=o,this.rounding=1,r=this.atan(Kt(e,t,o,1)),t=An(this,o,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(Kt(e,t,o,1)),r}function OC(e){return new this(e).cbrt()}function PC(e){return We(e=new this(e),e.e+1,2)}function RC(e,t,r){return new this(e).clamp(t,r)}function NC(e){if(!e||typeof e!="object")throw Error(Fc+"Object expected");var t,r,n,i=e.defaults===!0,o=["precision",1,zi,"rounding",0,8,"toExpNeg",-ss,0,"toExpPos",0,ss,"maxE",0,ss,"minE",-ss,0,"modulo",0,9];for(t=0;t<o.length;t+=3)if(r=o[t],i&&(this[r]=nd[r]),(n=e[r])!==void 0)if(Nr(n)===n&&n>=o[t+1]&&n<=o[t+2])this[r]=n;else throw Error(Hi+r+": "+n);if(r="crypto",i&&(this[r]=nd[r]),(n=e[r])!==void 0)if(n===!0||n===!1||n===0||n===1)if(n)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[r]=!0;else throw Error(n1);else this[r]=!1;else throw Error(Hi+r+": "+n);return this}function jC(e){return new this(e).cos()}function kC(e){return new this(e).cosh()}function h1(e){var t,r,n;function i(o){var s,a,c,u=this;if(!(u instanceof i))return new i(o);if(u.constructor=i,p1(o)){u.s=o.s,st?!o.d||o.e>i.maxE?(u.e=NaN,u.d=null):o.e<i.minE?(u.e=0,u.d=[0]):(u.e=o.e,u.d=o.d.slice()):(u.e=o.e,u.d=o.d?o.d.slice():o.d);return}if(c=typeof o,c==="number"){if(o===0){u.s=1/o<0?-1:1,u.e=0,u.d=[0];return}if(o<0?(o=-o,u.s=-1):u.s=1,o===~~o&&o<1e7){for(s=0,a=o;a>=10;a/=10)s++;st?s>i.maxE?(u.e=NaN,u.d=null):s<i.minE?(u.e=0,u.d=[0]):(u.e=s,u.d=[o]):(u.e=s,u.d=[o]);return}else if(o*0!==0){o||(u.s=NaN),u.e=NaN,u.d=null;return}return sd(u,o.toString())}else if(c!=="string")throw Error(Hi+o);return(a=o.charCodeAt(0))===45?(o=o.slice(1),u.s=-1):(a===43&&(o=o.slice(1)),u.s=1),o1.test(o)?sd(u,o):wC(u,o)}if(i.prototype=ve,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.EUCLID=9,i.config=i.set=NC,i.clone=h1,i.isDecimal=p1,i.abs=xC,i.acos=SC,i.acosh=EC,i.add=_C,i.asin=CC,i.asinh=MC,i.atan=AC,i.atanh=TC,i.atan2=IC,i.cbrt=OC,i.ceil=PC,i.clamp=RC,i.cos=jC,i.cosh=kC,i.div=DC,i.exp=BC,i.floor=LC,i.hypot=$C,i.ln=FC,i.log=UC,i.log10=zC,i.log2=VC,i.max=HC,i.min=qC,i.mod=WC,i.mul=GC,i.pow=KC,i.random=YC,i.round=ZC,i.sign=XC,i.sin=JC,i.sinh=QC,i.sqrt=e5,i.sub=t5,i.sum=r5,i.tan=n5,i.tanh=i5,i.trunc=o5,e===void 0&&(e={}),e&&e.defaults!==!0)for(n=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return i.config(e),i}function DC(e,t){return new this(e).div(t)}function BC(e){return new this(e).exp()}function LC(e){return We(e=new this(e),e.e+1,3)}function $C(){var e,t,r=new this(0);for(st=!1,e=0;e<arguments.length;)if(t=new this(arguments[e++]),t.d)r.d&&(r=r.plus(t.times(t)));else{if(t.s)return st=!0,new this(1/0);r=t}return st=!0,r.sqrt()}function p1(e){return e instanceof Lr||e&&e.toStringTag===i1||!1}function FC(e){return new this(e).ln()}function UC(e,t){return new this(e).log(t)}function VC(e){return new this(e).log(2)}function zC(e){return new this(e).log(10)}function HC(){return u1(this,arguments,"lt")}function qC(){return u1(this,arguments,"gt")}function WC(e,t){return new this(e).mod(t)}function GC(e,t){return new this(e).mul(t)}function KC(e,t){return new this(e).pow(t)}function YC(e){var t,r,n,i,o=0,s=new this(1),a=[];if(e===void 0?e=this.precision:qr(e,1,zi),n=Math.ceil(e/Ye),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(n));o<n;)i=t[o],i>=429e7?t[o]=crypto.getRandomValues(new Uint32Array(1))[0]:a[o++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(n*=4);o<n;)i=t[o]+(t[o+1]<<8)+(t[o+2]<<16)+((t[o+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,o):(a.push(i%1e7),o+=4);o=n/4}else throw Error(n1);else for(;o<n;)a[o++]=Math.random()*1e7|0;for(n=a[--o],e%=Ye,n&&e&&(i=wr(10,Ye-e),a[o]=(n/i|0)*i);a[o]===0;o--)a.pop();if(o<0)r=0,a=[0];else{for(r=-1;a[0]===0;r-=Ye)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Ye&&(r-=Ye-n)}return s.e=r,s.d=a,s}function ZC(e){return We(e=new this(e),e.e+1,this.rounding)}function XC(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function JC(e){return new this(e).sin()}function QC(e){return new this(e).sinh()}function e5(e){return new this(e).sqrt()}function t5(e,t){return new this(e).sub(t)}function r5(){var e=0,t=arguments,r=new this(t[e]);for(st=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return st=!0,We(r,this.precision,this.rounding)}function n5(e){return new this(e).tan()}function i5(e){return new this(e).tanh()}function o5(e){return We(e=new this(e),e.e+1,1)}ve[Symbol.for("nodejs.util.inspect.custom")]=ve.toString,ve[Symbol.toStringTag]="Decimal";var Lr=ve.constructor=h1(nd);Lc=new Lr(Lc),$c=new Lr($c),Lr.config({precision:256,rounding:Lr.ROUND_DOWN,toExpNeg:-256,toExpPos:256});const jr=(e,t,r,n=Lr.ROUND_HALF_DOWN)=>{if(e==="∞")return"∞";if(e!=="0"&&!e||De(e).equals(0))return"0";if(t!==void 0){const u=So(e,t,n);if(!De(u).equals(0))return r?u:cs(u)}const i=De(e).toString(),o=i.split("."),s=o[0],a=o[1];let c;if(De(s).gt(0))!a||De(s.length).gte(9)?c=So(i,0,n):De(s.length).gte(4)?c=So(i,2,n):c=So(i,4,n);else{So(i,6,n);const u=c5(a);if(u<6)c=So(i,u+6,n);else{if(u>30)return"0";c=So(i,9+(u-6),n)}}return r||De(s).lt(1)?c:cs(c)},m1=(e,t,r,n)=>{try{if(e===void 0||e==="--")return"$--";const i=jr(e,t,!0,Lr.ROUND_DOWN).toString();if(De(i).equals(0))return"$0";const o=i.startsWith("-");let s=n?i:cs(i).toString();return s.includes("e")&&(s=n?i:cs(i).toString()),!r&&Number(i)<Math.pow(10,-t)?o?`-$${s.slice(1)}`:`<$${Math.pow(10,-t).toFixed(t)}`:o?`-$${s.slice(1)}`:`$${s}`}catch{return"$--"}},s5=(e,t,r=!0)=>{if(`${e}`=="0")return!parseFloat(t)||!r?"0":"0.".padEnd(t+2,"0");if(!e)return"--";const n=parseFloat(e),i=e.toString(),o=n<0;let s=i;if(i.toLowerCase().includes("e")){const a=i.match(/(\d+?)(?:\.(\d*))?e([+-])(\d+)/),c=a[1],u=a[2],l=a[3],d=a[4];let p="",w=u?u.substr(d):"";if(w&&(w=`.${w}`),l!=="-"){for(let b=0;b<d;b+=1){const y=u[b]||"0";p+=y}s=c+p+w}else{let b="0";for(let y=0;y<d;y+=1)p=(c[c.length-y-1]||"0")+p;c.length>d&&(b=c.substr(0,c.length-d)),s=`${b}.${p}${u}`}}if(t&&r){let a=`${s.split(".")[0]}.`;const c=s.split(".")[1]||"";for(let u=0;u<t;u+=1)a+=c[u]||"0";s=a}if(s.length>14){const a=s.split(".");a[0].length>14?s=`${a[0].slice(0,14)}+`:(s=s.slice(0,13),s.indexOf(".")===12&&(s=s.slice(0,12)))}return`${o?"-":""}${s}`},De=e=>Lr.isDecimal(e)?e:new Lr(typeof e>"u"||e==="undefined"||!e?0:e);function a5(e,t){return t===void 0?"":De(e==null?void 0:e.toString()).div(Math.pow(10,t)).toString()}const So=(e,t,r)=>De(e).toDP(t,r).toString(),cs=e=>{const[t,r]=e.split(".");let n="";for(let i=t.length-1,o=0;i>=0;i--,o++)n=t[i]+n,o%3===2&&i!==0&&(n=","+n);return r?`${n}.${r}`:n};function c5(e){let t=0;if(e)for(;t<e.length;){if(De(e[t]).gt(0))return t+1;t++}return 0}function u5(e,t){const r=g1(De(t));return Number(De(e).mul(r))}function l5(e,t){const r=g1(De(t));return Number(De(e).div(r))}function g1(e){return De(10).pow(De(e).abs())}function cd(e,t){const r=l5(e,t);return f5(r.toString(),Number(t))}function f5(e,t=9){if(e===void 0)return"";const r=e.toLowerCase();if(r.includes("e")){if(r.includes("+"))return s5(r,t);const[n,i]=r.split("e");let o=n;const s=Math.abs(parseInt(i,10));let a="",c=o.length;if(n.includes(".")){const[u,l]=n.split(".");o=u+l,c=u.length}for(let u=0;u<s-c;u++)a+="0";return`0.${a}${o}`.slice(0,t+2)}return e}function qc(e){e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()}const Eo=(e,t="")=>t=="long"?e&&e.length>40?e.substring(0,40)+"...":e&&e.length<40?e:"":e?e.substring(0,6)+"..."+e.substring(e.length-4):"",ud=(e,t)=>{if(e===t)return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;const r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(const i of r)if(!ud(e[i],t[i]))return!1;return!0};function v1(e){return!e||Object.keys(e).length===0}function y1(e){var t;return((t=e.split("::"))==null?void 0:t.length)===3}const w1=async e=>new Promise(t=>{setTimeout(()=>{t(1)},e)});function d5(e,t,r=!1){var a;const n=e.balanceChanges,i=(a=e.effects)==null?void 0:a.gasUsed,o={};let s="0";return i&&(s=De(i.computationCost).add(i.storageCost).sub(i.storageRebate).mul(-1).toFixed(0)),n&&n.forEach(c=>{const u=Cn(c.coinType).full_address;if(c.owner.AddressOwner===t){const l=u===Ja;let d=c.amount;l&&(d=r?d:De(d).sub(s).toFixed(0));const p={coinType:u,amount:d};o[u]=p}}),o}function b1(e,t){if(t){const r=e[Cn(t.coin_type).full_address];if(r)return cd(De(r.amount).abs().toFixed(0),t.decimals)}}function Tt(e){return`https://archive.cetus.zone/assets/terminal${e}`}const cn=(e,t=10)=>e&&(e==null?void 0:e.length)>t&&De(t).gt(0)?`${e.slice(0,t)}...`:e,Wc=(e,t)=>bi(e||"")===bi(t||""),h5=async function(e,t,r=3e4){const n=[];let i="";if(t){for(const c in t){const u=`${c}=${t[c]}`;n.push(u)}const a=n.join("&");i=`${e}?${a}`}else i=e;const o=new AbortController,s=setTimeout(()=>{o.abort()},r);try{const a=await fetch(i,{signal:o.signal});if(clearTimeout(s),!a.ok)throw new Error("Request failed");const c=await a.json();return(c==null?void 0:c.data)||c}catch(a){throw clearTimeout(s),a.name==="AbortError"?new Error("request time out"):a}},p5=async function(e,t,r=3e4){const n=new AbortController,i=setTimeout(()=>{n.abort()},r);try{const o=await fetch(e,{body:JSON.stringify(t),method:"POST",signal:n.signal});if(clearTimeout(i),!o.ok)throw new Error("Request failed");return o.json()}catch(o){throw clearTimeout(i),o.name==="AbortError"?new Error("request time out"):o}},ld="tokenMap",x1="trustedTokenList",S1="collectTokenMap",E1="importTokenList";function Gc(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var _1={exports:{}};/*!
|
|
40
|
+
*/var us=9e15,Ki=1e9,md="0123456789abcdef",qc="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",Hc="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",gd={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-us,maxE:us,crypto:!1},E1,Ei,st=!0,Wc="[DecimalError] ",Yi=Wc+"Invalid argument: ",C1=Wc+"Precision limit exceeded",T1=Wc+"crypto unavailable",A1="[object Decimal]",jr=Math.floor,yr=Math.pow,P_=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,R_=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,N_=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,M1=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,Rn=1e7,Ye=7,k_=9007199254740991,j_=qc.length-1,vd=Hc.length-1,ve={toStringTag:A1};ve.absoluteValue=ve.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),We(e)},ve.ceil=function(){return We(new this.constructor(this),this.e+1,2)},ve.clampedTo=ve.clamp=function(e,t){var r,n=this,i=n.constructor;if(e=new i(e),t=new i(t),!e.s||!t.s)return new i(NaN);if(e.gt(t))throw Error(Yi+t);return r=n.cmp(e),r<0?e:n.cmp(t)>0?t:new i(n)},ve.comparedTo=ve.cmp=function(e){var t,r,n,i,o=this,s=o.d,a=(e=new o.constructor(e)).d,c=o.s,l=e.s;if(!s||!a)return!c||!l?NaN:c!==l?c:s===a?0:!s^c<0?1:-1;if(!s[0]||!a[0])return s[0]?c:a[0]?-l:0;if(c!==l)return c;if(o.e!==e.e)return o.e>e.e^c<0?1:-1;for(n=s.length,i=a.length,t=0,r=n<i?n:i;t<r;++t)if(s[t]!==a[t])return s[t]>a[t]^c<0?1:-1;return n===i?0:n>i^c<0?1:-1},ve.cosine=ve.cos=function(){var e,t,r=this,n=r.constructor;return r.d?r.d[0]?(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ye,n.rounding=1,r=D_(n,k1(n,r)),n.precision=e,n.rounding=t,We(Ei==2||Ei==3?r.neg():r,e,t,!0)):new n(1):new n(NaN)},ve.cubeRoot=ve.cbrt=function(){var e,t,r,n,i,o,s,a,c,l,u=this,d=u.constructor;if(!u.isFinite()||u.isZero())return new d(u);for(st=!1,o=u.s*yr(u.s*u,1/3),!o||Math.abs(o)==1/0?(r=Ar(u.d),e=u.e,(o=(e-r.length+1)%3)&&(r+=o==1||o==-2?"0":"00"),o=yr(r,1/3),e=jr((e+1)/3)-(e%3==(e<0?-1:2)),o==1/0?r="5e"+e:(r=o.toExponential(),r=r.slice(0,r.indexOf("e")+1)+e),n=new d(r),n.s=u.s):n=new d(o.toString()),s=(e=d.precision)+3;;)if(a=n,c=a.times(a).times(a),l=c.plus(u),n=Yt(l.plus(u).times(a),l.plus(c),s+2,1),Ar(a.d).slice(0,s)===(r=Ar(n.d)).slice(0,s))if(r=r.slice(s-3,s+1),r=="9999"||!i&&r=="4999"){if(!i&&(We(a,e+1,0),a.times(a).times(a).eq(u))){n=a;break}s+=4,i=1}else{(!+r||!+r.slice(1)&&r.charAt(0)=="5")&&(We(n,e+1,1),t=!n.times(n).times(n).eq(u));break}return st=!0,We(n,e,d.rounding,t)},ve.decimalPlaces=ve.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-jr(this.e/Ye))*Ye,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r},ve.dividedBy=ve.div=function(e){return Yt(this,new this.constructor(e))},ve.dividedToIntegerBy=ve.divToInt=function(e){var t=this,r=t.constructor;return We(Yt(t,new r(e),0,1,1),r.precision,r.rounding)},ve.equals=ve.eq=function(e){return this.cmp(e)===0},ve.floor=function(){return We(new this.constructor(this),this.e+1,3)},ve.greaterThan=ve.gt=function(e){return this.cmp(e)>0},ve.greaterThanOrEqualTo=ve.gte=function(e){var t=this.cmp(e);return t==1||t===0},ve.hyperbolicCosine=ve.cosh=function(){var e,t,r,n,i,o=this,s=o.constructor,a=new s(1);if(!o.isFinite())return new s(o.s?1/0:NaN);if(o.isZero())return a;r=s.precision,n=s.rounding,s.precision=r+Math.max(o.e,o.sd())+4,s.rounding=1,i=o.d.length,i<32?(e=Math.ceil(i/3),t=(1/Jc(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),o=fs(s,1,o.times(t),new s(1),!0);for(var c,l=e,u=new s(8);l--;)c=o.times(o),o=a.minus(c.times(u.minus(c.times(u))));return We(o,s.precision=r,s.rounding=n,!0)},ve.hyperbolicSine=ve.sinh=function(){var e,t,r,n,i=this,o=i.constructor;if(!i.isFinite()||i.isZero())return new o(i);if(t=o.precision,r=o.rounding,o.precision=t+Math.max(i.e,i.sd())+4,o.rounding=1,n=i.d.length,n<3)i=fs(o,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/Jc(5,e)),i=fs(o,2,i,i,!0);for(var s,a=new o(5),c=new o(16),l=new o(20);e--;)s=i.times(i),i=i.times(a.plus(s.times(c.times(s).plus(l))))}return o.precision=t,o.rounding=r,We(i,t,r,!0)},ve.hyperbolicTangent=ve.tanh=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+7,n.rounding=1,Yt(r.sinh(),r.cosh(),n.precision=e,n.rounding=t)):new n(r.s)},ve.inverseCosine=ve.acos=function(){var e=this,t=e.constructor,r=e.abs().cmp(1),n=t.precision,i=t.rounding;return r!==-1?r===0?e.isNeg()?Jn(t,n,i):new t(0):new t(NaN):e.isZero()?Jn(t,n+4,i).times(.5):(t.precision=n+6,t.rounding=1,e=new t(1).minus(e).div(e.plus(1)).sqrt().atan(),t.precision=n,t.rounding=i,e.times(2))},ve.inverseHyperbolicCosine=ve.acosh=function(){var e,t,r=this,n=r.constructor;return r.lte(1)?new n(r.eq(1)?0:NaN):r.isFinite()?(e=n.precision,t=n.rounding,n.precision=e+Math.max(Math.abs(r.e),r.sd())+4,n.rounding=1,st=!1,r=r.times(r).minus(1).sqrt().plus(r),st=!0,n.precision=e,n.rounding=t,r.ln()):new n(r)},ve.inverseHyperbolicSine=ve.asinh=function(){var e,t,r=this,n=r.constructor;return!r.isFinite()||r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+2*Math.max(Math.abs(r.e),r.sd())+6,n.rounding=1,st=!1,r=r.times(r).plus(1).sqrt().plus(r),st=!0,n.precision=e,n.rounding=t,r.ln())},ve.inverseHyperbolicTangent=ve.atanh=function(){var e,t,r,n,i=this,o=i.constructor;return i.isFinite()?i.e>=0?new o(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=o.precision,t=o.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?We(new o(i),e,t,!0):(o.precision=r=n-i.e,i=Yt(i.plus(1),new o(1).minus(i),r+e,1),o.precision=e+4,o.rounding=1,i=i.ln(),o.precision=e,o.rounding=t,i.times(.5))):new o(NaN)},ve.inverseSine=ve.asin=function(){var e,t,r,n,i=this,o=i.constructor;return i.isZero()?new o(i):(t=i.abs().cmp(1),r=o.precision,n=o.rounding,t!==-1?t===0?(e=Jn(o,r+4,n).times(.5),e.s=i.s,e):new o(NaN):(o.precision=r+6,o.rounding=1,i=i.div(new o(1).minus(i.times(i)).sqrt().plus(1)).atan(),o.precision=r,o.rounding=n,i.times(2)))},ve.inverseTangent=ve.atan=function(){var e,t,r,n,i,o,s,a,c,l=this,u=l.constructor,d=u.precision,p=u.rounding;if(l.isFinite()){if(l.isZero())return new u(l);if(l.abs().eq(1)&&d+4<=vd)return s=Jn(u,d+4,p).times(.25),s.s=l.s,s}else{if(!l.s)return new u(NaN);if(d+4<=vd)return s=Jn(u,d+4,p).times(.5),s.s=l.s,s}for(u.precision=a=d+10,u.rounding=1,r=Math.min(28,a/Ye+2|0),e=r;e;--e)l=l.div(l.times(l).plus(1).sqrt().plus(1));for(st=!1,t=Math.ceil(a/Ye),n=1,c=l.times(l),s=new u(l),i=l;e!==-1;)if(i=i.times(c),o=s.minus(i.div(n+=2)),i=i.times(c),s=o.plus(i.div(n+=2)),s.d[t]!==void 0)for(e=t;s.d[e]===o.d[e]&&e--;);return r&&(s=s.times(2<<r-1)),st=!0,We(s,u.precision=d,u.rounding=p,!0)},ve.isFinite=function(){return!!this.d},ve.isInteger=ve.isInt=function(){return!!this.d&&jr(this.e/Ye)>this.d.length-2},ve.isNaN=function(){return!this.s},ve.isNegative=ve.isNeg=function(){return this.s<0},ve.isPositive=ve.isPos=function(){return this.s>0},ve.isZero=function(){return!!this.d&&this.d[0]===0},ve.lessThan=ve.lt=function(e){return this.cmp(e)<0},ve.lessThanOrEqualTo=ve.lte=function(e){return this.cmp(e)<1},ve.logarithm=ve.log=function(e){var t,r,n,i,o,s,a,c,l=this,u=l.constructor,d=u.precision,p=u.rounding,y=5;if(e==null)e=new u(10),t=!0;else{if(e=new u(e),r=e.d,e.s<0||!r||!r[0]||e.eq(1))return new u(NaN);t=e.eq(10)}if(r=l.d,l.s<0||!r||!r[0]||l.eq(1))return new u(r&&!r[0]?-1/0:l.s!=1?NaN:r?0:1/0);if(t)if(r.length>1)o=!0;else{for(i=r[0];i%10===0;)i/=10;o=i!==1}if(st=!1,a=d+y,s=Ji(l,a),n=t?Yc(u,a+10):Ji(e,a),c=Yt(s,n,a,1),ga(c.d,i=d,p))do if(a+=10,s=Ji(l,a),n=t?Yc(u,a+10):Ji(e,a),c=Yt(s,n,a,1),!o){+Ar(c.d).slice(i+1,i+15)+1==1e14&&(c=We(c,d+1,0));break}while(ga(c.d,i+=10,p));return st=!0,We(c,d,p)},ve.minus=ve.sub=function(e){var t,r,n,i,o,s,a,c,l,u,d,p,y=this,x=y.constructor;if(e=new x(e),!y.d||!e.d)return!y.s||!e.s?e=new x(NaN):y.d?e.s=-e.s:e=new x(e.d||y.s!==e.s?y:NaN),e;if(y.s!=e.s)return e.s=-e.s,y.plus(e);if(l=y.d,p=e.d,a=x.precision,c=x.rounding,!l[0]||!p[0]){if(p[0])e.s=-e.s;else if(l[0])e=new x(y);else return new x(c===3?-0:0);return st?We(e,a,c):e}if(r=jr(e.e/Ye),u=jr(y.e/Ye),l=l.slice(),o=u-r,o){for(d=o<0,d?(t=l,o=-o,s=p.length):(t=p,r=u,s=l.length),n=Math.max(Math.ceil(a/Ye),s)+2,o>n&&(o=n,t.length=1),t.reverse(),n=o;n--;)t.push(0);t.reverse()}else{for(n=l.length,s=p.length,d=n<s,d&&(s=n),n=0;n<s;n++)if(l[n]!=p[n]){d=l[n]<p[n];break}o=0}for(d&&(t=l,l=p,p=t,e.s=-e.s),s=l.length,n=p.length-s;n>0;--n)l[s++]=0;for(n=p.length;n>o;){if(l[--n]<p[n]){for(i=n;i&&l[--i]===0;)l[i]=Rn-1;--l[i],l[n]+=Rn}l[n]-=p[n]}for(;l[--s]===0;)l.pop();for(;l[0]===0;l.shift())--r;return l[0]?(e.d=l,e.e=Kc(l,r),st?We(e,a,c):e):new x(c===3?-0:0)},ve.modulo=ve.mod=function(e){var t,r=this,n=r.constructor;return e=new n(e),!r.d||!e.s||e.d&&!e.d[0]?new n(NaN):!e.d||r.d&&!r.d[0]?We(new n(r),n.precision,n.rounding):(st=!1,n.modulo==9?(t=Yt(r,e.abs(),0,3,1),t.s*=e.s):t=Yt(r,e,0,n.modulo,1),t=t.times(e),st=!0,r.minus(t))},ve.naturalExponential=ve.exp=function(){return bd(this)},ve.naturalLogarithm=ve.ln=function(){return Ji(this)},ve.negated=ve.neg=function(){var e=new this.constructor(this);return e.s=-e.s,We(e)},ve.plus=ve.add=function(e){var t,r,n,i,o,s,a,c,l,u,d=this,p=d.constructor;if(e=new p(e),!d.d||!e.d)return!d.s||!e.s?e=new p(NaN):d.d||(e=new p(e.d||d.s===e.s?d:NaN)),e;if(d.s!=e.s)return e.s=-e.s,d.minus(e);if(l=d.d,u=e.d,a=p.precision,c=p.rounding,!l[0]||!u[0])return u[0]||(e=new p(d)),st?We(e,a,c):e;if(o=jr(d.e/Ye),n=jr(e.e/Ye),l=l.slice(),i=o-n,i){for(i<0?(r=l,i=-i,s=u.length):(r=u,n=o,s=l.length),o=Math.ceil(a/Ye),s=o>s?o+1:s+1,i>s&&(i=s,r.length=1),r.reverse();i--;)r.push(0);r.reverse()}for(s=l.length,i=u.length,s-i<0&&(i=s,r=u,u=l,l=r),t=0;i;)t=(l[--i]=l[i]+u[i]+t)/Rn|0,l[i]%=Rn;for(t&&(l.unshift(t),++n),s=l.length;l[--s]==0;)l.pop();return e.d=l,e.e=Kc(l,n),st?We(e,a,c):e},ve.precision=ve.sd=function(e){var t,r=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(Yi+e);return r.d?(t=I1(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t},ve.round=function(){var e=this,t=e.constructor;return We(new t(e),e.e+1,t.rounding)},ve.sine=ve.sin=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ye,n.rounding=1,r=B_(n,k1(n,r)),n.precision=e,n.rounding=t,We(Ei>2?r.neg():r,e,t,!0)):new n(NaN)},ve.squareRoot=ve.sqrt=function(){var e,t,r,n,i,o,s=this,a=s.d,c=s.e,l=s.s,u=s.constructor;if(l!==1||!a||!a[0])return new u(!l||l<0&&(!a||a[0])?NaN:a?s:1/0);for(st=!1,l=Math.sqrt(+s),l==0||l==1/0?(t=Ar(a),(t.length+c)%2==0&&(t+="0"),l=Math.sqrt(t),c=jr((c+1)/2)-(c<0||c%2),l==1/0?t="5e"+c:(t=l.toExponential(),t=t.slice(0,t.indexOf("e")+1)+c),n=new u(t)):n=new u(l.toString()),r=(c=u.precision)+3;;)if(o=n,n=o.plus(Yt(s,o,r+2,1)).times(.5),Ar(o.d).slice(0,r)===(t=Ar(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(We(o,c+1,0),o.times(o).eq(s))){n=o;break}r+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(We(n,c+1,1),e=!n.times(n).eq(s));break}return st=!0,We(n,c,u.rounding,e)},ve.tangent=ve.tan=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+10,n.rounding=1,r=r.sin(),r.s=1,r=Yt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,We(Ei==2||Ei==4?r.neg():r,e,t,!0)):new n(NaN)},ve.times=ve.mul=function(e){var t,r,n,i,o,s,a,c,l,u=this,d=u.constructor,p=u.d,y=(e=new d(e)).d;if(e.s*=u.s,!p||!p[0]||!y||!y[0])return new d(!e.s||p&&!p[0]&&!y||y&&!y[0]&&!p?NaN:!p||!y?e.s/0:e.s*0);for(r=jr(u.e/Ye)+jr(e.e/Ye),c=p.length,l=y.length,c<l&&(o=p,p=y,y=o,s=c,c=l,l=s),o=[],s=c+l,n=s;n--;)o.push(0);for(n=l;--n>=0;){for(t=0,i=c+n;i>n;)a=o[i]+y[n]*p[i-n-1]+t,o[i--]=a%Rn|0,t=a/Rn|0;o[i]=(o[i]+t)%Rn|0}for(;!o[--s];)o.pop();return t?++r:o.shift(),e.d=o,e.e=Kc(o,r),st?We(e,d.precision,d.rounding):e},ve.toBinary=function(e,t){return yd(this,2,e,t)},ve.toDecimalPlaces=ve.toDP=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(Wr(e,0,Ki),t===void 0?t=n.rounding:Wr(t,0,8),We(r,e+r.e+1,t))},ve.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Xn(n,!0):(Wr(e,0,Ki),t===void 0?t=i.rounding:Wr(t,0,8),n=We(new i(n),e+1,t),r=Xn(n,!0,e+1)),n.isNeg()&&!n.isZero()?"-"+r:r},ve.toFixed=function(e,t){var r,n,i=this,o=i.constructor;return e===void 0?r=Xn(i):(Wr(e,0,Ki),t===void 0?t=o.rounding:Wr(t,0,8),n=We(new o(i),e+i.e+1,t),r=Xn(n,!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+r:r},ve.toFraction=function(e){var t,r,n,i,o,s,a,c,l,u,d,p,y=this,x=y.d,b=y.constructor;if(!x)return new b(y);if(l=r=new b(1),n=c=new b(0),t=new b(n),o=t.e=I1(x)-y.e-1,s=o%Ye,t.d[0]=yr(10,s<0?Ye+s:s),e==null)e=o>0?t:l;else{if(a=new b(e),!a.isInt()||a.lt(l))throw Error(Yi+a);e=a.gt(t)?o>0?t:l:a}for(st=!1,a=new b(Ar(x)),u=b.precision,b.precision=o=x.length*Ye*2;d=Yt(a,t,0,1,1),i=r.plus(d.times(n)),i.cmp(e)!=1;)r=n,n=i,i=l,l=c.plus(d.times(i)),c=i,i=t,t=a.minus(d.times(i)),a=i;return i=Yt(e.minus(r),n,0,1,1),c=c.plus(i.times(l)),r=r.plus(i.times(n)),c.s=l.s=y.s,p=Yt(l,n,o,1).minus(y).abs().cmp(Yt(c,r,o,1).minus(y).abs())<1?[l,n]:[c,r],b.precision=u,st=!0,p},ve.toHexadecimal=ve.toHex=function(e,t){return yd(this,16,e,t)},ve.toNearest=function(e,t){var r=this,n=r.constructor;if(r=new n(r),e==null){if(!r.d)return r;e=new n(1),t=n.rounding}else{if(e=new n(e),t===void 0?t=n.rounding:Wr(t,0,8),!r.d)return e.s?r:e;if(!e.d)return e.s&&(e.s=r.s),e}return e.d[0]?(st=!1,r=Yt(r,e,0,t,1).times(e),st=!0,We(r)):(e.s=r.s,r=e),r},ve.toNumber=function(){return+this},ve.toOctal=function(e,t){return yd(this,8,e,t)},ve.toPower=ve.pow=function(e){var t,r,n,i,o,s,a=this,c=a.constructor,l=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(yr(+a,l));if(a=new c(a),a.eq(1))return a;if(n=c.precision,o=c.rounding,e.eq(1))return We(a,n,o);if(t=jr(e.e/Ye),t>=e.d.length-1&&(r=l<0?-l:l)<=k_)return i=O1(c,a,r,n),e.s<0?new c(1).div(i):We(i,n,o);if(s=a.s,s<0){if(t<e.d.length-1)return new c(NaN);if(e.d[t]&1||(s=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=s,a}return r=yr(+a,l),t=r==0||!isFinite(r)?jr(l*(Math.log("0."+Ar(a.d))/Math.LN10+a.e+1)):new c(r+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?s/0:0):(st=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=bd(e.times(Ji(a,n+r)),n),i.d&&(i=We(i,n+5,1),ga(i.d,n,o)&&(t=n+10,i=We(bd(e.times(Ji(a,t+r)),t),t+5,1),+Ar(i.d).slice(n+1,n+15)+1==1e14&&(i=We(i,n+1,0)))),i.s=s,st=!0,c.rounding=o,We(i,n,o))},ve.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Xn(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(Wr(e,1,Ki),t===void 0?t=i.rounding:Wr(t,0,8),n=We(new i(n),e,t),r=Xn(n,e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+r:r},ve.toSignificantDigits=ve.toSD=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(Wr(e,1,Ki),t===void 0?t=n.rounding:Wr(t,0,8)),We(new n(r),e,t)},ve.toString=function(){var e=this,t=e.constructor,r=Xn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r},ve.truncated=ve.trunc=function(){return We(new this.constructor(this),this.e+1,1)},ve.valueOf=ve.toJSON=function(){var e=this,t=e.constructor,r=Xn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+r:r};function Ar(e){var t,r,n,i=e.length-1,o="",s=e[0];if(i>0){for(o+=s,t=1;t<i;t++)n=e[t]+"",r=Ye-n.length,r&&(o+=Xi(r)),o+=n;s=e[t],n=s+"",r=Ye-n.length,r&&(o+=Xi(r))}else if(s===0)return"0";for(;s%10===0;)s/=10;return o+s}function Wr(e,t,r){if(e!==~~e||e<t||e>r)throw Error(Yi+e)}function ga(e,t,r,n){var i,o,s,a;for(o=e[0];o>=10;o/=10)--t;return--t<0?(t+=Ye,i=0):(i=Math.ceil((t+1)/Ye),t%=Ye),o=yr(10,Ye-t),a=e[i]%o|0,n==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),s=r<4&&a==99999||r>3&&a==49999||a==5e4||a==0):s=(r<4&&a+1==o||r>3&&a+1==o/2)&&(e[i+1]/o/100|0)==yr(10,t-2)-1||(a==o/2||a==0)&&(e[i+1]/o/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),s=(n||r<4)&&a==9999||!n&&r>3&&a==4999):s=((n||r<4)&&a+1==o||!n&&r>3&&a+1==o/2)&&(e[i+1]/o/1e3|0)==yr(10,t-3)-1,s}function Gc(e,t,r){for(var n,i=[0],o,s=0,a=e.length;s<a;){for(o=i.length;o--;)i[o]*=t;for(i[0]+=md.indexOf(e.charAt(s++)),n=0;n<i.length;n++)i[n]>r-1&&(i[n+1]===void 0&&(i[n+1]=0),i[n+1]+=i[n]/r|0,i[n]%=r)}return i.reverse()}function D_(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/Jc(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=fs(e,1,t.times(i),new e(1));for(var o=r;o--;){var s=t.times(t);t=s.times(s).minus(s).times(8).plus(1)}return e.precision-=r,t}var Yt=function(){function e(n,i,o){var s,a=0,c=n.length;for(n=n.slice();c--;)s=n[c]*i+a,n[c]=s%o|0,a=s/o|0;return a&&n.unshift(a),n}function t(n,i,o,s){var a,c;if(o!=s)c=o>s?1:-1;else for(a=c=0;a<o;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function r(n,i,o,s){for(var a=0;o--;)n[o]-=a,a=n[o]<i[o]?1:0,n[o]=a*s+n[o]-i[o];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,o,s,a,c){var l,u,d,p,y,x,b,M,O,R,k,F,B,W,z,G,ne,oe,se,q,L=n.constructor,h=n.s==i.s?1:-1,f=n.d,m=i.d;if(!f||!f[0]||!m||!m[0])return new L(!n.s||!i.s||(f?m&&f[0]==m[0]:!m)?NaN:f&&f[0]==0||!m?h*0:h/0);for(c?(y=1,u=n.e-i.e):(c=Rn,y=Ye,u=jr(n.e/y)-jr(i.e/y)),se=m.length,ne=f.length,O=new L(h),R=O.d=[],d=0;m[d]==(f[d]||0);d++);if(m[d]>(f[d]||0)&&u--,o==null?(W=o=L.precision,s=L.rounding):a?W=o+(n.e-i.e)+1:W=o,W<0)R.push(1),x=!0;else{if(W=W/y+2|0,d=0,se==1){for(p=0,m=m[0],W++;(d<ne||p)&&W--;d++)z=p*c+(f[d]||0),R[d]=z/m|0,p=z%m|0;x=p||d<ne}else{for(p=c/(m[0]+1)|0,p>1&&(m=e(m,p,c),f=e(f,p,c),se=m.length,ne=f.length),G=se,k=f.slice(0,se),F=k.length;F<se;)k[F++]=0;q=m.slice(),q.unshift(0),oe=m[0],m[1]>=c/2&&++oe;do p=0,l=t(m,k,se,F),l<0?(B=k[0],se!=F&&(B=B*c+(k[1]||0)),p=B/oe|0,p>1?(p>=c&&(p=c-1),b=e(m,p,c),M=b.length,F=k.length,l=t(b,k,M,F),l==1&&(p--,r(b,se<M?q:m,M,c))):(p==0&&(l=p=1),b=m.slice()),M=b.length,M<F&&b.unshift(0),r(k,b,F,c),l==-1&&(F=k.length,l=t(m,k,se,F),l<1&&(p++,r(k,se<F?q:m,F,c))),F=k.length):l===0&&(p++,k=[0]),R[d++]=p,l&&k[0]?k[F++]=f[G]||0:(k=[f[G]],F=1);while((G++<ne||k[0]!==void 0)&&W--);x=k[0]!==void 0}R[0]||R.shift()}if(y==1)O.e=u,E1=x;else{for(d=1,p=R[0];p>=10;p/=10)d++;O.e=d+u*y-1,We(O,a?o+O.e+1:o,s,x)}return O}}();function We(e,t,r,n){var i,o,s,a,c,l,u,d,p,y=e.constructor;e:if(t!=null){if(d=e.d,!d)return e;for(i=1,a=d[0];a>=10;a/=10)i++;if(o=t-i,o<0)o+=Ye,s=t,u=d[p=0],c=u/yr(10,i-s-1)%10|0;else if(p=Math.ceil((o+1)/Ye),a=d.length,p>=a)if(n){for(;a++<=p;)d.push(0);u=c=0,i=1,o%=Ye,s=o-Ye+1}else break e;else{for(u=a=d[p],i=1;a>=10;a/=10)i++;o%=Ye,s=o-Ye+i,c=s<0?0:u/yr(10,i-s-1)%10|0}if(n=n||t<0||d[p+1]!==void 0||(s<0?u:u%yr(10,i-s-1)),l=r<4?(c||n)&&(r==0||r==(e.s<0?3:2)):c>5||c==5&&(r==4||n||r==6&&(o>0?s>0?u/yr(10,i-s):0:d[p-1])%10&1||r==(e.s<0?8:7)),t<1||!d[0])return d.length=0,l?(t-=e.e+1,d[0]=yr(10,(Ye-t%Ye)%Ye),e.e=-t||0):d[0]=e.e=0,e;if(o==0?(d.length=p,a=1,p--):(d.length=p+1,a=yr(10,Ye-o),d[p]=s>0?(u/yr(10,i-s)%yr(10,s)|0)*a:0),l)for(;;)if(p==0){for(o=1,s=d[0];s>=10;s/=10)o++;for(s=d[0]+=a,a=1;s>=10;s/=10)a++;o!=a&&(e.e++,d[0]==Rn&&(d[0]=1));break}else{if(d[p]+=a,d[p]!=Rn)break;d[p--]=0,a=1}for(o=d.length;d[--o]===0;)d.pop()}return st&&(e.e>y.maxE?(e.d=null,e.e=NaN):e.e<y.minE&&(e.e=0,e.d=[0])),e}function Xn(e,t,r){if(!e.isFinite())return N1(e);var n,i=e.e,o=Ar(e.d),s=o.length;return t?(r&&(n=r-s)>0?o=o.charAt(0)+"."+o.slice(1)+Xi(n):s>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(e.e<0?"e":"e+")+e.e):i<0?(o="0."+Xi(-i-1)+o,r&&(n=r-s)>0&&(o+=Xi(n))):i>=s?(o+=Xi(i+1-s),r&&(n=r-i-1)>0&&(o=o+"."+Xi(n))):((n=i+1)<s&&(o=o.slice(0,n)+"."+o.slice(n)),r&&(n=r-s)>0&&(i+1===s&&(o+="."),o+=Xi(n))),o}function Kc(e,t){var r=e[0];for(t*=Ye;r>=10;r/=10)t++;return t}function Yc(e,t,r){if(t>j_)throw st=!0,r&&(e.precision=r),Error(C1);return We(new e(qc),t,1,!0)}function Jn(e,t,r){if(t>vd)throw Error(C1);return We(new e(Hc),t,r,!0)}function I1(e){var t=e.length-1,r=t*Ye+1;if(t=e[t],t){for(;t%10==0;t/=10)r--;for(t=e[0];t>=10;t/=10)r++}return r}function Xi(e){for(var t="";e--;)t+="0";return t}function O1(e,t,r,n){var i,o=new e(1),s=Math.ceil(n/Ye+4);for(st=!1;;){if(r%2&&(o=o.times(t),j1(o.d,s)&&(i=!0)),r=jr(r/2),r===0){r=o.d.length-1,i&&o.d[r]===0&&++o.d[r];break}t=t.times(t),j1(t.d,s)}return st=!0,o}function P1(e){return e.d[e.d.length-1]&1}function R1(e,t,r){for(var n,i,o=new e(t[0]),s=0;++s<t.length;){if(i=new e(t[s]),!i.s){o=i;break}n=o.cmp(i),(n===r||n===0&&o.s===r)&&(o=i)}return o}function bd(e,t){var r,n,i,o,s,a,c,l=0,u=0,d=0,p=e.constructor,y=p.rounding,x=p.precision;if(!e.d||!e.d[0]||e.e>17)return new p(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(st=!1,c=x):c=t,a=new p(.03125);e.e>-2;)e=e.times(a),d+=5;for(n=Math.log(yr(2,d))/Math.LN10*2+5|0,c+=n,r=o=s=new p(1),p.precision=c;;){if(o=We(o.times(e),c,1),r=r.times(++u),a=s.plus(Yt(o,r,c,1)),Ar(a.d).slice(0,c)===Ar(s.d).slice(0,c)){for(i=d;i--;)s=We(s.times(s),c,1);if(t==null)if(l<3&&ga(s.d,c-n,y,l))p.precision=c+=10,r=o=a=new p(1),u=0,l++;else return We(s,p.precision=x,y,st=!0);else return p.precision=x,s}s=a}}function Ji(e,t){var r,n,i,o,s,a,c,l,u,d,p,y=1,x=10,b=e,M=b.d,O=b.constructor,R=O.rounding,k=O.precision;if(b.s<0||!M||!M[0]||!b.e&&M[0]==1&&M.length==1)return new O(M&&!M[0]?-1/0:b.s!=1?NaN:M?0:b);if(t==null?(st=!1,u=k):u=t,O.precision=u+=x,r=Ar(M),n=r.charAt(0),Math.abs(o=b.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)b=b.times(e),r=Ar(b.d),n=r.charAt(0),y++;o=b.e,n>1?(b=new O("0."+r),o++):b=new O(n+"."+r.slice(1))}else return l=Yc(O,u+2,k).times(o+""),b=Ji(new O(n+"."+r.slice(1)),u-x).plus(l),O.precision=k,t==null?We(b,k,R,st=!0):b;for(d=b,c=s=b=Yt(b.minus(1),b.plus(1),u,1),p=We(b.times(b),u,1),i=3;;){if(s=We(s.times(p),u,1),l=c.plus(Yt(s,new O(i),u,1)),Ar(l.d).slice(0,u)===Ar(c.d).slice(0,u))if(c=c.times(2),o!==0&&(c=c.plus(Yc(O,u+2,k).times(o+""))),c=Yt(c,new O(y),u,1),t==null)if(ga(c.d,u-x,R,a))O.precision=u+=x,l=s=b=Yt(d.minus(1),d.plus(1),u,1),p=We(b.times(b),u,1),i=a=1;else return We(c,O.precision=k,R,st=!0);else return O.precision=k,c;c=l,i+=2}}function N1(e){return String(e.s*e.s/0)}function Xc(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;n++);for(i=t.length;t.charCodeAt(i-1)===48;--i);if(t=t.slice(n,i),t){if(i-=n,e.e=r=r-n-1,e.d=[],n=(r+1)%Ye,r<0&&(n+=Ye),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Ye;n<i;)e.d.push(+t.slice(n,n+=Ye));t=t.slice(n),n=Ye-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),st&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function L_(e,t){var r,n,i,o,s,a,c,l,u;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),M1.test(t))return Xc(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(R_.test(t))r=16,t=t.toLowerCase();else if(P_.test(t))r=2;else if(N_.test(t))r=8;else throw Error(Yi+t);for(o=t.search(/p/i),o>0?(c=+t.slice(o+1),t=t.substring(2,o)):t=t.slice(2),o=t.indexOf("."),s=o>=0,n=e.constructor,s&&(t=t.replace(".",""),a=t.length,o=a-o,i=O1(n,new n(r),o,o*2)),l=Gc(t,r,Rn),u=l.length-1,o=u;l[o]===0;--o)l.pop();return o<0?new n(e.s*0):(e.e=Kc(l,u),e.d=l,st=!1,s&&(e=Yt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?yr(2,c):Ur.pow(2,c))),st=!0,e)}function B_(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:fs(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Jc(5,r)),t=fs(e,2,t,t);for(var i,o=new e(5),s=new e(16),a=new e(20);r--;)i=t.times(t),t=t.times(o.plus(i.times(s.times(i).minus(a))));return t}function fs(e,t,r,n,i){var o,s,a,c,l=e.precision,u=Math.ceil(l/Ye);for(st=!1,c=r.times(r),a=new e(n);;){if(s=Yt(a.times(c),new e(t++*t++),l,1),a=i?n.plus(s):n.minus(s),n=Yt(s.times(c),new e(t++*t++),l,1),s=a.plus(n),s.d[u]!==void 0){for(o=u;s.d[o]===a.d[o]&&o--;);if(o==-1)break}o=a,a=n,n=s,s=o}return st=!0,s.d.length=u+1,s}function Jc(e,t){for(var r=e;--t;)r*=e;return r}function k1(e,t){var r,n=t.s<0,i=Jn(e,e.precision,1),o=i.times(.5);if(t=t.abs(),t.lte(o))return Ei=n?4:1,t;if(r=t.divToInt(i),r.isZero())Ei=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(o))return Ei=P1(r)?n?2:3:n?4:1,t;Ei=P1(r)?n?1:4:n?3:2}return t.minus(i).abs()}function yd(e,t,r,n){var i,o,s,a,c,l,u,d,p,y=e.constructor,x=r!==void 0;if(x?(Wr(r,1,Ki),n===void 0?n=y.rounding:Wr(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())u=N1(e);else{for(u=Xn(e),s=u.indexOf("."),x?(i=2,t==16?r=r*4-3:t==8&&(r=r*3-2)):i=t,s>=0&&(u=u.replace(".",""),p=new y(1),p.e=u.length-s,p.d=Gc(Xn(p),10,i),p.e=p.d.length),d=Gc(u,10,i),o=c=d.length;d[--c]==0;)d.pop();if(!d[0])u=x?"0p+0":"0";else{if(s<0?o--:(e=new y(e),e.d=d,e.e=o,e=Yt(e,p,r,n,0,i),d=e.d,o=e.e,l=E1),s=d[r],a=i/2,l=l||d[r+1]!==void 0,l=n<4?(s!==void 0||l)&&(n===0||n===(e.s<0?3:2)):s>a||s===a&&(n===4||l||n===6&&d[r-1]&1||n===(e.s<0?8:7)),d.length=r,l)for(;++d[--r]>i-1;)d[r]=0,r||(++o,d.unshift(1));for(c=d.length;!d[c-1];--c);for(s=0,u="";s<c;s++)u+=md.charAt(d[s]);if(x){if(c>1)if(t==16||t==8){for(s=t==16?4:3,--c;c%s;c++)u+="0";for(d=Gc(u,i,t),c=d.length;!d[c-1];--c);for(s=1,u="1.";s<c;s++)u+=md.charAt(d[s])}else u=u.charAt(0)+"."+u.slice(1);u=u+(o<0?"p":"p+")+o}else if(o<0){for(;++o;)u="0"+u;u="0."+u}else if(++o>c)for(o-=c;o--;)u+="0";else o<c&&(u=u.slice(0,o)+"."+u.slice(o))}u=(t==16?"0x":t==2?"0b":t==8?"0o":"")+u}return e.s<0?"-"+u:u}function j1(e,t){if(e.length>t)return e.length=t,!0}function U_(e){return new this(e).abs()}function F_(e){return new this(e).acos()}function $_(e){return new this(e).acosh()}function V_(e,t){return new this(e).plus(t)}function z_(e){return new this(e).asin()}function q_(e){return new this(e).asinh()}function H_(e){return new this(e).atan()}function W_(e){return new this(e).atanh()}function G_(e,t){e=new this(e),t=new this(t);var r,n=this.precision,i=this.rounding,o=n+4;return!e.s||!t.s?r=new this(NaN):!e.d&&!t.d?(r=Jn(this,o,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?Jn(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=Jn(this,o,1).times(.5),r.s=e.s):t.s<0?(this.precision=o,this.rounding=1,r=this.atan(Yt(e,t,o,1)),t=Jn(this,o,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(Yt(e,t,o,1)),r}function K_(e){return new this(e).cbrt()}function Y_(e){return We(e=new this(e),e.e+1,2)}function X_(e,t,r){return new this(e).clamp(t,r)}function J_(e){if(!e||typeof e!="object")throw Error(Wc+"Object expected");var t,r,n,i=e.defaults===!0,o=["precision",1,Ki,"rounding",0,8,"toExpNeg",-us,0,"toExpPos",0,us,"maxE",0,us,"minE",-us,0,"modulo",0,9];for(t=0;t<o.length;t+=3)if(r=o[t],i&&(this[r]=gd[r]),(n=e[r])!==void 0)if(jr(n)===n&&n>=o[t+1]&&n<=o[t+2])this[r]=n;else throw Error(Yi+r+": "+n);if(r="crypto",i&&(this[r]=gd[r]),(n=e[r])!==void 0)if(n===!0||n===!1||n===0||n===1)if(n)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[r]=!0;else throw Error(T1);else this[r]=!1;else throw Error(Yi+r+": "+n);return this}function Z_(e){return new this(e).cos()}function Q_(e){return new this(e).cosh()}function D1(e){var t,r,n;function i(o){var s,a,c,l=this;if(!(l instanceof i))return new i(o);if(l.constructor=i,L1(o)){l.s=o.s,st?!o.d||o.e>i.maxE?(l.e=NaN,l.d=null):o.e<i.minE?(l.e=0,l.d=[0]):(l.e=o.e,l.d=o.d.slice()):(l.e=o.e,l.d=o.d?o.d.slice():o.d);return}if(c=typeof o,c==="number"){if(o===0){l.s=1/o<0?-1:1,l.e=0,l.d=[0];return}if(o<0?(o=-o,l.s=-1):l.s=1,o===~~o&&o<1e7){for(s=0,a=o;a>=10;a/=10)s++;st?s>i.maxE?(l.e=NaN,l.d=null):s<i.minE?(l.e=0,l.d=[0]):(l.e=s,l.d=[o]):(l.e=s,l.d=[o]);return}if(o*0!==0){o||(l.s=NaN),l.e=NaN,l.d=null;return}return Xc(l,o.toString())}if(c==="string")return(a=o.charCodeAt(0))===45?(o=o.slice(1),l.s=-1):(a===43&&(o=o.slice(1)),l.s=1),M1.test(o)?Xc(l,o):L_(l,o);if(c==="bigint")return o<0?(o=-o,l.s=-1):l.s=1,Xc(l,o.toString());throw Error(Yi+o)}if(i.prototype=ve,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.EUCLID=9,i.config=i.set=J_,i.clone=D1,i.isDecimal=L1,i.abs=U_,i.acos=F_,i.acosh=$_,i.add=V_,i.asin=z_,i.asinh=q_,i.atan=H_,i.atanh=W_,i.atan2=G_,i.cbrt=K_,i.ceil=Y_,i.clamp=X_,i.cos=Z_,i.cosh=Q_,i.div=eE,i.exp=tE,i.floor=rE,i.hypot=nE,i.ln=iE,i.log=oE,i.log10=aE,i.log2=sE,i.max=cE,i.min=lE,i.mod=uE,i.mul=fE,i.pow=dE,i.random=hE,i.round=pE,i.sign=mE,i.sin=gE,i.sinh=vE,i.sqrt=bE,i.sub=yE,i.sum=wE,i.tan=xE,i.tanh=SE,i.trunc=_E,e===void 0&&(e={}),e&&e.defaults!==!0)for(n=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return i.config(e),i}function eE(e,t){return new this(e).div(t)}function tE(e){return new this(e).exp()}function rE(e){return We(e=new this(e),e.e+1,3)}function nE(){var e,t,r=new this(0);for(st=!1,e=0;e<arguments.length;)if(t=new this(arguments[e++]),t.d)r.d&&(r=r.plus(t.times(t)));else{if(t.s)return st=!0,new this(1/0);r=t}return st=!0,r.sqrt()}function L1(e){return e instanceof Ur||e&&e.toStringTag===A1||!1}function iE(e){return new this(e).ln()}function oE(e,t){return new this(e).log(t)}function sE(e){return new this(e).log(2)}function aE(e){return new this(e).log(10)}function cE(){return R1(this,arguments,-1)}function lE(){return R1(this,arguments,1)}function uE(e,t){return new this(e).mod(t)}function fE(e,t){return new this(e).mul(t)}function dE(e,t){return new this(e).pow(t)}function hE(e){var t,r,n,i,o=0,s=new this(1),a=[];if(e===void 0?e=this.precision:Wr(e,1,Ki),n=Math.ceil(e/Ye),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(n));o<n;)i=t[o],i>=429e7?t[o]=crypto.getRandomValues(new Uint32Array(1))[0]:a[o++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(n*=4);o<n;)i=t[o]+(t[o+1]<<8)+(t[o+2]<<16)+((t[o+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,o):(a.push(i%1e7),o+=4);o=n/4}else throw Error(T1);else for(;o<n;)a[o++]=Math.random()*1e7|0;for(n=a[--o],e%=Ye,n&&e&&(i=yr(10,Ye-e),a[o]=(n/i|0)*i);a[o]===0;o--)a.pop();if(o<0)r=0,a=[0];else{for(r=-1;a[0]===0;r-=Ye)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Ye&&(r-=Ye-n)}return s.e=r,s.d=a,s}function pE(e){return We(e=new this(e),e.e+1,this.rounding)}function mE(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function gE(e){return new this(e).sin()}function vE(e){return new this(e).sinh()}function bE(e){return new this(e).sqrt()}function yE(e,t){return new this(e).sub(t)}function wE(){var e=0,t=arguments,r=new this(t[e]);for(st=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return st=!0,We(r,this.precision,this.rounding)}function xE(e){return new this(e).tan()}function SE(e){return new this(e).tanh()}function _E(e){return We(e=new this(e),e.e+1,1)}ve[Symbol.for("nodejs.util.inspect.custom")]=ve.toString,ve[Symbol.toStringTag]="Decimal";var Ur=ve.constructor=D1(gd);qc=new Ur(qc),Hc=new Ur(Hc),Ur.config({precision:256,rounding:Ur.ROUND_DOWN,toExpNeg:-256,toExpPos:256});const Dr=(e,t,r,n=Ur.ROUND_HALF_DOWN)=>{if(e==="∞")return"∞";if(e!=="0"&&!e||Be(e).equals(0))return"0";if(t!==void 0){const l=No(e,t,n);if(!Be(l).equals(0))return r?l:ds(l)}const i=Be(e).toString(),o=i.split("."),s=o[0],a=o[1];let c;if(Be(s).gt(0))!a||Be(s.length).gte(9)?c=No(i,0,n):Be(s.length).gte(4)?c=No(i,2,n):c=No(i,4,n);else{No(i,6,n);const l=TE(a);if(l<6)c=No(i,l+6,n);else{if(l>30)return"0";c=No(i,9+(l-6),n)}}return r||Be(s).lt(1)?c:ds(c)},B1=(e,t,r,n)=>{try{if(e===void 0||e==="--")return"$--";const i=Dr(e,t,!0,Ur.ROUND_DOWN).toString();if(Be(i).equals(0))return"$0";const o=i.startsWith("-");let s=n?i:ds(i).toString();return s.includes("e")&&(s=n?i:ds(i).toString()),!r&&Number(i)<Math.pow(10,-t)?o?`-$${s.slice(1)}`:`<$${Math.pow(10,-t).toFixed(t)}`:o?`-$${s.slice(1)}`:`$${s}`}catch{return"$--"}},EE=(e,t,r=!0)=>{if(`${e}`=="0")return!parseFloat(t)||!r?"0":"0.".padEnd(t+2,"0");if(!e)return"--";const n=parseFloat(e),i=e.toString(),o=n<0;let s=i;if(i.toLowerCase().includes("e")){const a=i.match(/(\d+?)(?:\.(\d*))?e([+-])(\d+)/),c=a[1],l=a[2],u=a[3],d=a[4];let p="",y=l?l.substr(d):"";if(y&&(y=`.${y}`),u!=="-"){for(let x=0;x<d;x+=1){const b=l[x]||"0";p+=b}s=c+p+y}else{let x="0";for(let b=0;b<d;b+=1)p=(c[c.length-b-1]||"0")+p;c.length>d&&(x=c.substr(0,c.length-d)),s=`${x}.${p}${l}`}}if(t&&r){let a=`${s.split(".")[0]}.`;const c=s.split(".")[1]||"";for(let l=0;l<t;l+=1)a+=c[l]||"0";s=a}if(s.length>14){const a=s.split(".");a[0].length>14?s=`${a[0].slice(0,14)}+`:(s=s.slice(0,13),s.indexOf(".")===12&&(s=s.slice(0,12)))}return`${o?"-":""}${s}`},Be=e=>Ur.isDecimal(e)?e:new Ur(typeof e>"u"||e==="undefined"||!e?0:e);function CE(e,t){return t===void 0?"":Be(e==null?void 0:e.toString()).div(Math.pow(10,t)).toString()}const No=(e,t,r)=>Be(e).toDP(t,r).toString(),ds=e=>{const[t,r]=e.split(".");let n="";for(let i=t.length-1,o=0;i>=0;i--,o++)n=t[i]+n,o%3===2&&i!==0&&(n=","+n);return r?`${n}.${r}`:n};function TE(e){let t=0;if(e)for(;t<e.length;){if(Be(e[t]).gt(0))return t+1;t++}return 0}function AE(e,t){const r=U1(Be(t));return Number(Be(e).mul(r))}function ME(e,t){const r=U1(Be(t));return Number(Be(e).div(r))}function U1(e){return Be(10).pow(Be(e).abs())}function wd(e,t){const r=ME(e,t);return IE(r.toString(),Number(t))}function IE(e,t=9){if(e===void 0)return"";const r=e.toLowerCase();if(r.includes("e")){if(r.includes("+"))return EE(r,t);const[n,i]=r.split("e");let o=n;const s=Math.abs(parseInt(i,10));let a="",c=o.length;if(n.includes(".")){const[l,u]=n.split(".");o=l+u,c=l.length}for(let l=0;l<s-c;l++)a+="0";return`0.${a}${o}`.slice(0,t+2)}return e}function Zc(e){e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()}const ko=(e,t="")=>t=="long"?e&&e.length>40?e.substring(0,40)+"...":e&&e.length<40?e:"":e?e.substring(0,6)+"..."+e.substring(e.length-4):"",xd=(e,t)=>{if(e===t)return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;const r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(const i of r)if(!xd(e[i],t[i]))return!1;return!0};function F1(e){return!e||Object.keys(e).length===0}function $1(e){var t;return((t=e.split("::"))==null?void 0:t.length)===3}const V1=async e=>new Promise(t=>{setTimeout(()=>{t(1)},e)});function OE(e,t,r=!1){var a;const n=e.balanceChanges,i=(a=e.effects)==null?void 0:a.gasUsed,o={};let s="0";return i&&(s=Be(i.computationCost).add(i.storageCost).sub(i.storageRebate).mul(-1).toFixed(0)),n&&n.forEach(c=>{const l=Pn(c.coinType).full_address;if(c.owner.AddressOwner===t){const u=l===ac;let d=c.amount;u&&(d=r?d:Be(d).sub(s).toFixed(0));const p={coinType:l,amount:d};o[l]=p}}),o}function z1(e,t){if(t){const r=e[Pn(t.coin_type).full_address];if(r)return wd(Be(r.amount).abs().toFixed(0),t.decimals)}}function It(e){return`https://archive.cetus.zone/assets/terminal${e}`}const pn=(e,t=10)=>e&&(e==null?void 0:e.length)>t&&Be(t).gt(0)?`${e.slice(0,t)}...`:e,Qc=(e,t)=>_i(e||"")===_i(t||""),PE=e=>e===null||typeof e!="object"||Array.isArray(e)?!1:Object.keys(e).length>0,RE=async function(e,t,r=3e4){const n=[];let i="";if(t){for(const c in t){const l=`${c}=${t[c]}`;n.push(l)}const a=n.join("&");i=`${e}?${a}`}else i=e;const o=new AbortController,s=setTimeout(()=>{o.abort()},r);try{const a=await fetch(i,{signal:o.signal});if(clearTimeout(s),!a.ok)throw new Error("Request failed");const c=await a.json();return(c==null?void 0:c.data)||c}catch(a){throw clearTimeout(s),a.name==="AbortError"?new Error("request time out"):a}},NE=async function(e,t,r=3e4){const n=new AbortController,i=setTimeout(()=>{n.abort()},r);try{const o=await fetch(e,{body:JSON.stringify(t),method:"POST",signal:n.signal});if(clearTimeout(i),!o.ok)throw new Error("Request failed");return o.json()}catch(o){throw clearTimeout(i),o.name==="AbortError"?new Error("request time out"):o}},Sd="tokenMap",q1="trustedTokenList",H1="collectTokenMap",W1="importTokenList";function el(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var G1={exports:{}};/*!
|
|
41
41
|
localForage -- Offline Storage, Improved
|
|
42
42
|
Version 1.10.0
|
|
43
43
|
https://localforage.github.io/localForage
|
|
44
44
|
(c) 2013-2017 Mozilla, Apache License 2.0
|
|
45
|
-
*/(function(e,t){(function(r){e.exports=r()})(function(){return function r(n,i,o){function s(u,l){if(!i[u]){if(!n[u]){var d=typeof Gc=="function"&&Gc;if(!l&&d)return d(u,!0);if(a)return a(u,!0);var p=new Error("Cannot find module '"+u+"'");throw p.code="MODULE_NOT_FOUND",p}var w=i[u]={exports:{}};n[u][0].call(w.exports,function(b){var y=n[u][1][b];return s(y||b)},w,w.exports,r,n,i,o)}return i[u].exports}for(var a=typeof Gc=="function"&&Gc,c=0;c<o.length;c++)s(o[c]);return s}({1:[function(r,n,i){(function(o){var s=o.MutationObserver||o.WebKitMutationObserver,a;if(s){var c=0,u=new s(b),l=o.document.createTextNode("");u.observe(l,{characterData:!0}),a=function(){l.data=c=++c%2}}else if(!o.setImmediate&&typeof o.MessageChannel<"u"){var d=new o.MessageChannel;d.port1.onmessage=b,a=function(){d.port2.postMessage(0)}}else"document"in o&&"onreadystatechange"in o.document.createElement("script")?a=function(){var T=o.document.createElement("script");T.onreadystatechange=function(){b(),T.onreadystatechange=null,T.parentNode.removeChild(T),T=null},o.document.documentElement.appendChild(T)}:a=function(){setTimeout(b,0)};var p,w=[];function b(){p=!0;for(var T,O,R=w.length;R;){for(O=w,w=[],T=-1;++T<R;)O[T]();R=w.length}p=!1}n.exports=y;function y(T){w.push(T)===1&&!p&&a()}}).call(this,typeof Dr<"u"?Dr:typeof self<"u"?self:typeof window<"u"?window:{})},{}],2:[function(r,n,i){var o=r(1);function s(){}var a={},c=["REJECTED"],u=["FULFILLED"],l=["PENDING"];n.exports=d;function d(L){if(typeof L!="function")throw new TypeError("resolver must be a function");this.state=l,this.queue=[],this.outcome=void 0,L!==s&&y(this,L)}d.prototype.catch=function(L){return this.then(null,L)},d.prototype.then=function(L,q){if(typeof L!="function"&&this.state===u||typeof q!="function"&&this.state===c)return this;var H=new this.constructor(s);if(this.state!==l){var K=this.state===u?L:q;w(H,K,this.outcome)}else this.queue.push(new p(H,L,q));return H};function p(L,q,H){this.promise=L,typeof q=="function"&&(this.onFulfilled=q,this.callFulfilled=this.otherCallFulfilled),typeof H=="function"&&(this.onRejected=H,this.callRejected=this.otherCallRejected)}p.prototype.callFulfilled=function(L){a.resolve(this.promise,L)},p.prototype.otherCallFulfilled=function(L){w(this.promise,this.onFulfilled,L)},p.prototype.callRejected=function(L){a.reject(this.promise,L)},p.prototype.otherCallRejected=function(L){w(this.promise,this.onRejected,L)};function w(L,q,H){o(function(){var K;try{K=q(H)}catch(re){return a.reject(L,re)}K===L?a.reject(L,new TypeError("Cannot resolve promise with itself")):a.resolve(L,K)})}a.resolve=function(L,q){var H=T(b,q);if(H.status==="error")return a.reject(L,H.value);var K=H.value;if(K)y(L,K);else{L.state=u,L.outcome=q;for(var re=-1,oe=L.queue.length;++re<oe;)L.queue[re].callFulfilled(q)}return L},a.reject=function(L,q){L.state=c,L.outcome=q;for(var H=-1,K=L.queue.length;++H<K;)L.queue[H].callRejected(q);return L};function b(L){var q=L&&L.then;if(L&&(typeof L=="object"||typeof L=="function")&&typeof q=="function")return function(){q.apply(L,arguments)}}function y(L,q){var H=!1;function K(z){H||(H=!0,a.reject(L,z))}function re(z){H||(H=!0,a.resolve(L,z))}function oe(){q(re,K)}var ae=T(oe);ae.status==="error"&&K(ae.value)}function T(L,q){var H={};try{H.value=L(q),H.status="success"}catch(K){H.status="error",H.value=K}return H}d.resolve=O;function O(L){return L instanceof this?L:a.resolve(new this(s),L)}d.reject=R;function R(L){var q=new this(s);return a.reject(q,L)}d.all=k;function k(L){var q=this;if(Object.prototype.toString.call(L)!=="[object Array]")return this.reject(new TypeError("must be an array"));var H=L.length,K=!1;if(!H)return this.resolve([]);for(var re=new Array(H),oe=0,ae=-1,z=new this(s);++ae<H;)D(L[ae],ae);return z;function D(h,f){q.resolve(h).then(m,function(S){K||(K=!0,a.reject(z,S))});function m(S){re[f]=S,++oe===H&&!K&&(K=!0,a.resolve(z,re))}}}d.race=F;function F(L){var q=this;if(Object.prototype.toString.call(L)!=="[object Array]")return this.reject(new TypeError("must be an array"));var H=L.length,K=!1;if(!H)return this.resolve([]);for(var re=-1,oe=new this(s);++re<H;)ae(L[re]);return oe;function ae(z){q.resolve(z).then(function(D){K||(K=!0,a.resolve(oe,D))},function(D){K||(K=!0,a.reject(oe,D))})}}},{1:1}],3:[function(r,n,i){(function(o){typeof o.Promise!="function"&&(o.Promise=r(2))}).call(this,typeof Dr<"u"?Dr:typeof self<"u"?self:typeof window<"u"?window:{})},{2:2}],4:[function(r,n,i){var o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(B){return typeof B}:function(B){return B&&typeof Symbol=="function"&&B.constructor===Symbol&&B!==Symbol.prototype?"symbol":typeof B};function s(B,G){if(!(B instanceof G))throw new TypeError("Cannot call a class as a function")}function a(){try{if(typeof indexedDB<"u")return indexedDB;if(typeof webkitIndexedDB<"u")return webkitIndexedDB;if(typeof mozIndexedDB<"u")return mozIndexedDB;if(typeof OIndexedDB<"u")return OIndexedDB;if(typeof msIndexedDB<"u")return msIndexedDB}catch{return}}var c=a();function u(){try{if(!c||!c.open)return!1;var B=typeof openDatabase<"u"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),G=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!B||G)&&typeof indexedDB<"u"&&typeof IDBKeyRange<"u"}catch{return!1}}function l(B,G){B=B||[],G=G||{};try{return new Blob(B,G)}catch(Z){if(Z.name!=="TypeError")throw Z;for(var U=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,X=new U,Q=0;Q<B.length;Q+=1)X.append(B[Q]);return X.getBlob(G.type)}}typeof Promise>"u"&&r(3);var d=Promise;function p(B,G){G&&B.then(function(U){G(null,U)},function(U){G(U)})}function w(B,G,U){typeof G=="function"&&B.then(G),typeof U=="function"&&B.catch(U)}function b(B){return typeof B!="string"&&(console.warn(B+" used as a key, but it is not a string."),B=String(B)),B}function y(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var T="local-forage-detect-blob-support",O=void 0,R={},k=Object.prototype.toString,F="readonly",L="readwrite";function q(B){for(var G=B.length,U=new ArrayBuffer(G),X=new Uint8Array(U),Q=0;Q<G;Q++)X[Q]=B.charCodeAt(Q);return U}function H(B){return new d(function(G){var U=B.transaction(T,L),X=l([""]);U.objectStore(T).put(X,"key"),U.onabort=function(Q){Q.preventDefault(),Q.stopPropagation(),G(!1)},U.oncomplete=function(){var Q=navigator.userAgent.match(/Chrome\/(\d+)/),Z=navigator.userAgent.match(/Edge\//);G(Z||!Q||parseInt(Q[1],10)>=43)}}).catch(function(){return!1})}function K(B){return typeof O=="boolean"?d.resolve(O):H(B).then(function(G){return O=G,O})}function re(B){var G=R[B.name],U={};U.promise=new d(function(X,Q){U.resolve=X,U.reject=Q}),G.deferredOperations.push(U),G.dbReady?G.dbReady=G.dbReady.then(function(){return U.promise}):G.dbReady=U.promise}function oe(B){var G=R[B.name],U=G.deferredOperations.pop();if(U)return U.resolve(),U.promise}function ae(B,G){var U=R[B.name],X=U.deferredOperations.pop();if(X)return X.reject(G),X.promise}function z(B,G){return new d(function(U,X){if(R[B.name]=R[B.name]||g(),B.db)if(G)re(B),B.db.close();else return U(B.db);var Q=[B.name];G&&Q.push(B.version);var Z=c.open.apply(c,Q);G&&(Z.onupgradeneeded=function(de){var ye=Z.result;try{ye.createObjectStore(B.storeName),de.oldVersion<=1&&ye.createObjectStore(T)}catch(Se){if(Se.name==="ConstraintError")console.warn('The database "'+B.name+'" has been upgraded from version '+de.oldVersion+" to version "+de.newVersion+', but the storage "'+B.storeName+'" already exists.');else throw Se}}),Z.onerror=function(de){de.preventDefault(),X(Z.error)},Z.onsuccess=function(){var de=Z.result;de.onversionchange=function(ye){ye.target.close()},U(de),oe(B)}})}function D(B){return z(B,!1)}function h(B){return z(B,!0)}function f(B,G){if(!B.db)return!0;var U=!B.db.objectStoreNames.contains(B.storeName),X=B.version<B.db.version,Q=B.version>B.db.version;if(X&&(B.version!==G&&console.warn('The database "'+B.name+`" can't be downgraded from version `+B.db.version+" to version "+B.version+"."),B.version=B.db.version),Q||U){if(U){var Z=B.db.version+1;Z>B.version&&(B.version=Z)}return!0}return!1}function m(B){return new d(function(G,U){var X=new FileReader;X.onerror=U,X.onloadend=function(Q){var Z=btoa(Q.target.result||"");G({__local_forage_encoded_blob:!0,data:Z,type:B.type})},X.readAsBinaryString(B)})}function S(B){var G=q(atob(B.data));return l([G],{type:B.type})}function M(B){return B&&B.__local_forage_encoded_blob}function _(B){var G=this,U=G._initReady().then(function(){var X=R[G._dbInfo.name];if(X&&X.dbReady)return X.dbReady});return w(U,B,B),U}function I(B){re(B);for(var G=R[B.name],U=G.forages,X=0;X<U.length;X++){var Q=U[X];Q._dbInfo.db&&(Q._dbInfo.db.close(),Q._dbInfo.db=null)}return B.db=null,D(B).then(function(Z){return B.db=Z,f(B)?h(B):Z}).then(function(Z){B.db=G.db=Z;for(var de=0;de<U.length;de++)U[de]._dbInfo.db=Z}).catch(function(Z){throw ae(B,Z),Z})}function C(B,G,U,X){X===void 0&&(X=1);try{var Q=B.db.transaction(B.storeName,G);U(null,Q)}catch(Z){if(X>0&&(!B.db||Z.name==="InvalidStateError"||Z.name==="NotFoundError"))return d.resolve().then(function(){if(!B.db||Z.name==="NotFoundError"&&!B.db.objectStoreNames.contains(B.storeName)&&B.version<=B.db.version)return B.db&&(B.version=B.db.version+1),h(B)}).then(function(){return I(B).then(function(){C(B,G,U,X-1)})}).catch(U);U(Z)}}function g(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function v(B){var G=this,U={db:null};if(B)for(var X in B)U[X]=B[X];var Q=R[U.name];Q||(Q=g(),R[U.name]=Q),Q.forages.push(G),G._initReady||(G._initReady=G.ready,G.ready=_);var Z=[];function de(){return d.resolve()}for(var ye=0;ye<Q.forages.length;ye++){var Se=Q.forages[ye];Se!==G&&Z.push(Se._initReady().catch(de))}var Ee=Q.forages.slice(0);return d.all(Z).then(function(){return U.db=Q.db,D(U)}).then(function(_e){return U.db=_e,f(U,G._defaultConfig.version)?h(U):_e}).then(function(_e){U.db=Q.db=_e,G._dbInfo=U;for(var Fe=0;Fe<Ee.length;Fe++){var wt=Ee[Fe];wt!==G&&(wt._dbInfo.db=U.db,wt._dbInfo.version=U.version)}})}function N(B,G){var U=this;B=b(B);var X=new d(function(Q,Z){U.ready().then(function(){C(U._dbInfo,F,function(de,ye){if(de)return Z(de);try{var Se=ye.objectStore(U._dbInfo.storeName),Ee=Se.get(B);Ee.onsuccess=function(){var _e=Ee.result;_e===void 0&&(_e=null),M(_e)&&(_e=S(_e)),Q(_e)},Ee.onerror=function(){Z(Ee.error)}}catch(_e){Z(_e)}})}).catch(Z)});return p(X,G),X}function ee(B,G){var U=this,X=new d(function(Q,Z){U.ready().then(function(){C(U._dbInfo,F,function(de,ye){if(de)return Z(de);try{var Se=ye.objectStore(U._dbInfo.storeName),Ee=Se.openCursor(),_e=1;Ee.onsuccess=function(){var Fe=Ee.result;if(Fe){var wt=Fe.value;M(wt)&&(wt=S(wt));var Vt=B(wt,Fe.key,_e++);Vt!==void 0?Q(Vt):Fe.continue()}else Q()},Ee.onerror=function(){Z(Ee.error)}}catch(Fe){Z(Fe)}})}).catch(Z)});return p(X,G),X}function ie(B,G,U){var X=this;B=b(B);var Q=new d(function(Z,de){var ye;X.ready().then(function(){return ye=X._dbInfo,k.call(G)==="[object Blob]"?K(ye.db).then(function(Se){return Se?G:m(G)}):G}).then(function(Se){C(X._dbInfo,L,function(Ee,_e){if(Ee)return de(Ee);try{var Fe=_e.objectStore(X._dbInfo.storeName);Se===null&&(Se=void 0);var wt=Fe.put(Se,B);_e.oncomplete=function(){Se===void 0&&(Se=null),Z(Se)},_e.onabort=_e.onerror=function(){var Vt=wt.error?wt.error:wt.transaction.error;de(Vt)}}catch(Vt){de(Vt)}})}).catch(de)});return p(Q,U),Q}function le(B,G){var U=this;B=b(B);var X=new d(function(Q,Z){U.ready().then(function(){C(U._dbInfo,L,function(de,ye){if(de)return Z(de);try{var Se=ye.objectStore(U._dbInfo.storeName),Ee=Se.delete(B);ye.oncomplete=function(){Q()},ye.onerror=function(){Z(Ee.error)},ye.onabort=function(){var _e=Ee.error?Ee.error:Ee.transaction.error;Z(_e)}}catch(_e){Z(_e)}})}).catch(Z)});return p(X,G),X}function me(B){var G=this,U=new d(function(X,Q){G.ready().then(function(){C(G._dbInfo,L,function(Z,de){if(Z)return Q(Z);try{var ye=de.objectStore(G._dbInfo.storeName),Se=ye.clear();de.oncomplete=function(){X()},de.onabort=de.onerror=function(){var Ee=Se.error?Se.error:Se.transaction.error;Q(Ee)}}catch(Ee){Q(Ee)}})}).catch(Q)});return p(U,B),U}function xe(B){var G=this,U=new d(function(X,Q){G.ready().then(function(){C(G._dbInfo,F,function(Z,de){if(Z)return Q(Z);try{var ye=de.objectStore(G._dbInfo.storeName),Se=ye.count();Se.onsuccess=function(){X(Se.result)},Se.onerror=function(){Q(Se.error)}}catch(Ee){Q(Ee)}})}).catch(Q)});return p(U,B),U}function be(B,G){var U=this,X=new d(function(Q,Z){if(B<0){Q(null);return}U.ready().then(function(){C(U._dbInfo,F,function(de,ye){if(de)return Z(de);try{var Se=ye.objectStore(U._dbInfo.storeName),Ee=!1,_e=Se.openKeyCursor();_e.onsuccess=function(){var Fe=_e.result;if(!Fe){Q(null);return}B===0||Ee?Q(Fe.key):(Ee=!0,Fe.advance(B))},_e.onerror=function(){Z(_e.error)}}catch(Fe){Z(Fe)}})}).catch(Z)});return p(X,G),X}function Ve(B){var G=this,U=new d(function(X,Q){G.ready().then(function(){C(G._dbInfo,F,function(Z,de){if(Z)return Q(Z);try{var ye=de.objectStore(G._dbInfo.storeName),Se=ye.openKeyCursor(),Ee=[];Se.onsuccess=function(){var _e=Se.result;if(!_e){X(Ee);return}Ee.push(_e.key),_e.continue()},Se.onerror=function(){Q(Se.error)}}catch(_e){Q(_e)}})}).catch(Q)});return p(U,B),U}function Le(B,G){G=y.apply(this,arguments);var U=this.config();B=typeof B!="function"&&B||{},B.name||(B.name=B.name||U.name,B.storeName=B.storeName||U.storeName);var X=this,Q;if(!B.name)Q=d.reject("Invalid arguments");else{var Z=B.name===U.name&&X._dbInfo.db,de=Z?d.resolve(X._dbInfo.db):D(B).then(function(ye){var Se=R[B.name],Ee=Se.forages;Se.db=ye;for(var _e=0;_e<Ee.length;_e++)Ee[_e]._dbInfo.db=ye;return ye});B.storeName?Q=de.then(function(ye){if(ye.objectStoreNames.contains(B.storeName)){var Se=ye.version+1;re(B);var Ee=R[B.name],_e=Ee.forages;ye.close();for(var Fe=0;Fe<_e.length;Fe++){var wt=_e[Fe];wt._dbInfo.db=null,wt._dbInfo.version=Se}var Vt=new d(function(Ht,mr){var dr=c.open(B.name,Se);dr.onerror=function(hn){var Ua=dr.result;Ua.close(),mr(hn)},dr.onupgradeneeded=function(){var hn=dr.result;hn.deleteObjectStore(B.storeName)},dr.onsuccess=function(){var hn=dr.result;hn.close(),Ht(hn)}});return Vt.then(function(Ht){Ee.db=Ht;for(var mr=0;mr<_e.length;mr++){var dr=_e[mr];dr._dbInfo.db=Ht,oe(dr._dbInfo)}}).catch(function(Ht){throw(ae(B,Ht)||d.resolve()).catch(function(){}),Ht})}}):Q=de.then(function(ye){re(B);var Se=R[B.name],Ee=Se.forages;ye.close();for(var _e=0;_e<Ee.length;_e++){var Fe=Ee[_e];Fe._dbInfo.db=null}var wt=new d(function(Vt,Ht){var mr=c.deleteDatabase(B.name);mr.onerror=function(){var dr=mr.result;dr&&dr.close(),Ht(mr.error)},mr.onblocked=function(){console.warn('dropInstance blocked for database "'+B.name+'" until all open connections are closed')},mr.onsuccess=function(){var dr=mr.result;dr&&dr.close(),Vt(dr)}});return wt.then(function(Vt){Se.db=Vt;for(var Ht=0;Ht<Ee.length;Ht++){var mr=Ee[Ht];oe(mr._dbInfo)}}).catch(function(Vt){throw(ae(B,Vt)||d.resolve()).catch(function(){}),Vt})})}return p(Q,G),Q}var ft={_driver:"asyncStorage",_initStorage:v,_support:u(),iterate:ee,getItem:N,setItem:ie,removeItem:le,clear:me,length:xe,key:be,keys:Ve,dropInstance:Le};function dt(){return typeof openDatabase=="function"}var je="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",mt="~~local_forage_type~",we=/^~~local_forage_type~([^~]+)~/,he="__lfsc__:",Ce=he.length,Ue="arbf",Ne="blob",Me="si08",Te="ui08",Be="uic8",ut="si16",lt="si32",ze="ur16",jt="ui32",Et="fl32",Ze="fl64",It=Ce+Ue.length,Ft=Object.prototype.toString;function Qe(B){var G=B.length*.75,U=B.length,X,Q=0,Z,de,ye,Se;B[B.length-1]==="="&&(G--,B[B.length-2]==="="&&G--);var Ee=new ArrayBuffer(G),_e=new Uint8Array(Ee);for(X=0;X<U;X+=4)Z=je.indexOf(B[X]),de=je.indexOf(B[X+1]),ye=je.indexOf(B[X+2]),Se=je.indexOf(B[X+3]),_e[Q++]=Z<<2|de>>4,_e[Q++]=(de&15)<<4|ye>>2,_e[Q++]=(ye&3)<<6|Se&63;return Ee}function _t(B){var G=new Uint8Array(B),U="",X;for(X=0;X<G.length;X+=3)U+=je[G[X]>>2],U+=je[(G[X]&3)<<4|G[X+1]>>4],U+=je[(G[X+1]&15)<<2|G[X+2]>>6],U+=je[G[X+2]&63];return G.length%3===2?U=U.substring(0,U.length-1)+"=":G.length%3===1&&(U=U.substring(0,U.length-2)+"=="),U}function Ot(B,G){var U="";if(B&&(U=Ft.call(B)),B&&(U==="[object ArrayBuffer]"||B.buffer&&Ft.call(B.buffer)==="[object ArrayBuffer]")){var X,Q=he;B instanceof ArrayBuffer?(X=B,Q+=Ue):(X=B.buffer,U==="[object Int8Array]"?Q+=Me:U==="[object Uint8Array]"?Q+=Te:U==="[object Uint8ClampedArray]"?Q+=Be:U==="[object Int16Array]"?Q+=ut:U==="[object Uint16Array]"?Q+=ze:U==="[object Int32Array]"?Q+=lt:U==="[object Uint32Array]"?Q+=jt:U==="[object Float32Array]"?Q+=Et:U==="[object Float64Array]"?Q+=Ze:G(new Error("Failed to get type for BinaryArray"))),G(Q+_t(X))}else if(U==="[object Blob]"){var Z=new FileReader;Z.onload=function(){var de=mt+B.type+"~"+_t(this.result);G(he+Ne+de)},Z.readAsArrayBuffer(B)}else try{G(JSON.stringify(B))}catch(de){console.error("Couldn't convert value into a JSON string: ",B),G(null,de)}}function rt(B){if(B.substring(0,Ce)!==he)return JSON.parse(B);var G=B.substring(It),U=B.substring(Ce,It),X;if(U===Ne&&we.test(G)){var Q=G.match(we);X=Q[1],G=G.substring(Q[0].length)}var Z=Qe(G);switch(U){case Ue:return Z;case Ne:return l([Z],{type:X});case Me:return new Int8Array(Z);case Te:return new Uint8Array(Z);case Be:return new Uint8ClampedArray(Z);case ut:return new Int16Array(Z);case ze:return new Uint16Array(Z);case lt:return new Int32Array(Z);case jt:return new Uint32Array(Z);case Et:return new Float32Array(Z);case Ze:return new Float64Array(Z);default:throw new Error("Unkown type: "+U)}}var kt={serialize:Ot,deserialize:rt,stringToBuffer:Qe,bufferToString:_t};function Pt(B,G,U,X){B.executeSql("CREATE TABLE IF NOT EXISTS "+G.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],U,X)}function et(B){var G=this,U={db:null};if(B)for(var X in B)U[X]=typeof B[X]!="string"?B[X].toString():B[X];var Q=new d(function(Z,de){try{U.db=openDatabase(U.name,String(U.version),U.description,U.size)}catch(ye){return de(ye)}U.db.transaction(function(ye){Pt(ye,U,function(){G._dbInfo=U,Z()},function(Se,Ee){de(Ee)})},de)});return U.serializer=kt,Q}function xt(B,G,U,X,Q,Z){B.executeSql(U,X,Q,function(de,ye){ye.code===ye.SYNTAX_ERR?de.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[G.storeName],function(Se,Ee){Ee.rows.length?Z(Se,ye):Pt(Se,G,function(){Se.executeSql(U,X,Q,Z)},Z)},Z):Z(de,ye)},Z)}function Mt(B,G){var U=this;B=b(B);var X=new d(function(Q,Z){U.ready().then(function(){var de=U._dbInfo;de.db.transaction(function(ye){xt(ye,de,"SELECT * FROM "+de.storeName+" WHERE key = ? LIMIT 1",[B],function(Se,Ee){var _e=Ee.rows.length?Ee.rows.item(0).value:null;_e&&(_e=de.serializer.deserialize(_e)),Q(_e)},function(Se,Ee){Z(Ee)})})}).catch(Z)});return p(X,G),X}function Ge(B,G){var U=this,X=new d(function(Q,Z){U.ready().then(function(){var de=U._dbInfo;de.db.transaction(function(ye){xt(ye,de,"SELECT * FROM "+de.storeName,[],function(Se,Ee){for(var _e=Ee.rows,Fe=_e.length,wt=0;wt<Fe;wt++){var Vt=_e.item(wt),Ht=Vt.value;if(Ht&&(Ht=de.serializer.deserialize(Ht)),Ht=B(Ht,Vt.key,wt+1),Ht!==void 0){Q(Ht);return}}Q()},function(Se,Ee){Z(Ee)})})}).catch(Z)});return p(X,G),X}function gt(B,G,U,X){var Q=this;B=b(B);var Z=new d(function(de,ye){Q.ready().then(function(){G===void 0&&(G=null);var Se=G,Ee=Q._dbInfo;Ee.serializer.serialize(G,function(_e,Fe){Fe?ye(Fe):Ee.db.transaction(function(wt){xt(wt,Ee,"INSERT OR REPLACE INTO "+Ee.storeName+" (key, value) VALUES (?, ?)",[B,_e],function(){de(Se)},function(Vt,Ht){ye(Ht)})},function(wt){if(wt.code===wt.QUOTA_ERR){if(X>0){de(gt.apply(Q,[B,Se,U,X-1]));return}ye(wt)}})})}).catch(ye)});return p(Z,U),Z}function Rt(B,G,U){return gt.apply(this,[B,G,U,1])}function nt(B,G){var U=this;B=b(B);var X=new d(function(Q,Z){U.ready().then(function(){var de=U._dbInfo;de.db.transaction(function(ye){xt(ye,de,"DELETE FROM "+de.storeName+" WHERE key = ?",[B],function(){Q()},function(Se,Ee){Z(Ee)})})}).catch(Z)});return p(X,G),X}function St(B){var G=this,U=new d(function(X,Q){G.ready().then(function(){var Z=G._dbInfo;Z.db.transaction(function(de){xt(de,Z,"DELETE FROM "+Z.storeName,[],function(){X()},function(ye,Se){Q(Se)})})}).catch(Q)});return p(U,B),U}function zt(B){var G=this,U=new d(function(X,Q){G.ready().then(function(){var Z=G._dbInfo;Z.db.transaction(function(de){xt(de,Z,"SELECT COUNT(key) as c FROM "+Z.storeName,[],function(ye,Se){var Ee=Se.rows.item(0).c;X(Ee)},function(ye,Se){Q(Se)})})}).catch(Q)});return p(U,B),U}function j(B,G){var U=this,X=new d(function(Q,Z){U.ready().then(function(){var de=U._dbInfo;de.db.transaction(function(ye){xt(ye,de,"SELECT key FROM "+de.storeName+" WHERE id = ? LIMIT 1",[B+1],function(Se,Ee){var _e=Ee.rows.length?Ee.rows.item(0).key:null;Q(_e)},function(Se,Ee){Z(Ee)})})}).catch(Z)});return p(X,G),X}function E(B){var G=this,U=new d(function(X,Q){G.ready().then(function(){var Z=G._dbInfo;Z.db.transaction(function(de){xt(de,Z,"SELECT key FROM "+Z.storeName,[],function(ye,Se){for(var Ee=[],_e=0;_e<Se.rows.length;_e++)Ee.push(Se.rows.item(_e).key);X(Ee)},function(ye,Se){Q(Se)})})}).catch(Q)});return p(U,B),U}function A(B){return new d(function(G,U){B.transaction(function(X){X.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(Q,Z){for(var de=[],ye=0;ye<Z.rows.length;ye++)de.push(Z.rows.item(ye).name);G({db:B,storeNames:de})},function(Q,Z){U(Z)})},function(X){U(X)})})}function $(B,G){G=y.apply(this,arguments);var U=this.config();B=typeof B!="function"&&B||{},B.name||(B.name=B.name||U.name,B.storeName=B.storeName||U.storeName);var X=this,Q;return B.name?Q=new d(function(Z){var de;B.name===U.name?de=X._dbInfo.db:de=openDatabase(B.name,"","",0),B.storeName?Z({db:de,storeNames:[B.storeName]}):Z(A(de))}).then(function(Z){return new d(function(de,ye){Z.db.transaction(function(Se){function Ee(Vt){return new d(function(Ht,mr){Se.executeSql("DROP TABLE IF EXISTS "+Vt,[],function(){Ht()},function(dr,hn){mr(hn)})})}for(var _e=[],Fe=0,wt=Z.storeNames.length;Fe<wt;Fe++)_e.push(Ee(Z.storeNames[Fe]));d.all(_e).then(function(){de()}).catch(function(Vt){ye(Vt)})},function(Se){ye(Se)})})}):Q=d.reject("Invalid arguments"),p(Q,G),Q}var Y={_driver:"webSQLStorage",_initStorage:et,_support:dt(),iterate:Ge,getItem:Mt,setItem:Rt,removeItem:nt,clear:St,length:zt,key:j,keys:E,dropInstance:$};function J(){try{return typeof localStorage<"u"&&"setItem"in localStorage&&!!localStorage.setItem}catch{return!1}}function ne(B,G){var U=B.name+"/";return B.storeName!==G.storeName&&(U+=B.storeName+"/"),U}function ke(){var B="_localforage_support_test";try{return localStorage.setItem(B,!0),localStorage.removeItem(B),!1}catch{return!0}}function Je(){return!ke()||localStorage.length>0}function Re(B){var G=this,U={};if(B)for(var X in B)U[X]=B[X];return U.keyPrefix=ne(B,G._defaultConfig),Je()?(G._dbInfo=U,U.serializer=kt,d.resolve()):d.reject()}function V(B){var G=this,U=G.ready().then(function(){for(var X=G._dbInfo.keyPrefix,Q=localStorage.length-1;Q>=0;Q--){var Z=localStorage.key(Q);Z.indexOf(X)===0&&localStorage.removeItem(Z)}});return p(U,B),U}function se(B,G){var U=this;B=b(B);var X=U.ready().then(function(){var Q=U._dbInfo,Z=localStorage.getItem(Q.keyPrefix+B);return Z&&(Z=Q.serializer.deserialize(Z)),Z});return p(X,G),X}function fe(B,G){var U=this,X=U.ready().then(function(){for(var Q=U._dbInfo,Z=Q.keyPrefix,de=Z.length,ye=localStorage.length,Se=1,Ee=0;Ee<ye;Ee++){var _e=localStorage.key(Ee);if(_e.indexOf(Z)===0){var Fe=localStorage.getItem(_e);if(Fe&&(Fe=Q.serializer.deserialize(Fe)),Fe=B(Fe,_e.substring(de),Se++),Fe!==void 0)return Fe}}});return p(X,G),X}function Oe(B,G){var U=this,X=U.ready().then(function(){var Q=U._dbInfo,Z;try{Z=localStorage.key(B)}catch{Z=null}return Z&&(Z=Z.substring(Q.keyPrefix.length)),Z});return p(X,G),X}function He(B){var G=this,U=G.ready().then(function(){for(var X=G._dbInfo,Q=localStorage.length,Z=[],de=0;de<Q;de++){var ye=localStorage.key(de);ye.indexOf(X.keyPrefix)===0&&Z.push(ye.substring(X.keyPrefix.length))}return Z});return p(U,B),U}function Pe(B){var G=this,U=G.keys().then(function(X){return X.length});return p(U,B),U}function $e(B,G){var U=this;B=b(B);var X=U.ready().then(function(){var Q=U._dbInfo;localStorage.removeItem(Q.keyPrefix+B)});return p(X,G),X}function at(B,G,U){var X=this;B=b(B);var Q=X.ready().then(function(){G===void 0&&(G=null);var Z=G;return new d(function(de,ye){var Se=X._dbInfo;Se.serializer.serialize(G,function(Ee,_e){if(_e)ye(_e);else try{localStorage.setItem(Se.keyPrefix+B,Ee),de(Z)}catch(Fe){(Fe.name==="QuotaExceededError"||Fe.name==="NS_ERROR_DOM_QUOTA_REACHED")&&ye(Fe),ye(Fe)}})})});return p(Q,U),Q}function Qt(B,G){if(G=y.apply(this,arguments),B=typeof B!="function"&&B||{},!B.name){var U=this.config();B.name=B.name||U.name,B.storeName=B.storeName||U.storeName}var X=this,Q;return B.name?Q=new d(function(Z){B.storeName?Z(ne(B,X._defaultConfig)):Z(B.name+"/")}).then(function(Z){for(var de=localStorage.length-1;de>=0;de--){var ye=localStorage.key(de);ye.indexOf(Z)===0&&localStorage.removeItem(ye)}}):Q=d.reject("Invalid arguments"),p(Q,G),Q}var Dt={_driver:"localStorageWrapper",_initStorage:Re,_support:J(),iterate:fe,getItem:se,setItem:at,removeItem:$e,clear:V,length:Pe,key:Oe,keys:He,dropInstance:Qt},Ut=function(G,U){return G===U||typeof G=="number"&&typeof U=="number"&&isNaN(G)&&isNaN(U)},ur=function(G,U){for(var X=G.length,Q=0;Q<X;){if(Ut(G[Q],U))return!0;Q++}return!1},Ar=Array.isArray||function(B){return Object.prototype.toString.call(B)==="[object Array]"},fr={},er={},xr={INDEXEDDB:ft,WEBSQL:Y,LOCALSTORAGE:Dt},Rn=[xr.INDEXEDDB._driver,xr.WEBSQL._driver,xr.LOCALSTORAGE._driver],Kr=["dropInstance"],Nn=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Kr),Ii={description:"",driver:Rn.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function Oi(B,G){B[G]=function(){var U=arguments;return B.ready().then(function(){return B[G].apply(B,U)})}}function jn(){for(var B=1;B<arguments.length;B++){var G=arguments[B];if(G)for(var U in G)G.hasOwnProperty(U)&&(Ar(G[U])?arguments[0][U]=G[U].slice():arguments[0][U]=G[U])}return arguments[0]}var Pi=function(){function B(G){s(this,B);for(var U in xr)if(xr.hasOwnProperty(U)){var X=xr[U],Q=X._driver;this[U]=Q,fr[Q]||this.defineDriver(X)}this._defaultConfig=jn({},Ii),this._config=jn({},this._defaultConfig,G),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return B.prototype.config=function(U){if((typeof U>"u"?"undefined":o(U))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var X in U){if(X==="storeName"&&(U[X]=U[X].replace(/\W/g,"_")),X==="version"&&typeof U[X]!="number")return new Error("Database version must be a number.");this._config[X]=U[X]}return"driver"in U&&U.driver?this.setDriver(this._config.driver):!0}else return typeof U=="string"?this._config[U]:this._config},B.prototype.defineDriver=function(U,X,Q){var Z=new d(function(de,ye){try{var Se=U._driver,Ee=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!U._driver){ye(Ee);return}for(var _e=Nn.concat("_initStorage"),Fe=0,wt=_e.length;Fe<wt;Fe++){var Vt=_e[Fe],Ht=!ur(Kr,Vt);if((Ht||U[Vt])&&typeof U[Vt]!="function"){ye(Ee);return}}var mr=function(){for(var Ua=function(PD){return function(){var RD=new Error("Method "+PD+" is not implemented by the current driver"),T2=d.reject(RD);return p(T2,arguments[arguments.length-1]),T2}},Uh=0,OD=Kr.length;Uh<OD;Uh++){var Vh=Kr[Uh];U[Vh]||(U[Vh]=Ua(Vh))}};mr();var dr=function(Ua){fr[Se]&&console.info("Redefining LocalForage driver: "+Se),fr[Se]=U,er[Se]=Ua,de()};"_support"in U?U._support&&typeof U._support=="function"?U._support().then(dr,ye):dr(!!U._support):dr(!0)}catch(hn){ye(hn)}});return w(Z,X,Q),Z},B.prototype.driver=function(){return this._driver||null},B.prototype.getDriver=function(U,X,Q){var Z=fr[U]?d.resolve(fr[U]):d.reject(new Error("Driver not found."));return w(Z,X,Q),Z},B.prototype.getSerializer=function(U){var X=d.resolve(kt);return w(X,U),X},B.prototype.ready=function(U){var X=this,Q=X._driverSet.then(function(){return X._ready===null&&(X._ready=X._initDriver()),X._ready});return w(Q,U,U),Q},B.prototype.setDriver=function(U,X,Q){var Z=this;Ar(U)||(U=[U]);var de=this._getSupportedDrivers(U);function ye(){Z._config.driver=Z.driver()}function Se(Fe){return Z._extend(Fe),ye(),Z._ready=Z._initStorage(Z._config),Z._ready}function Ee(Fe){return function(){var wt=0;function Vt(){for(;wt<Fe.length;){var Ht=Fe[wt];return wt++,Z._dbInfo=null,Z._ready=null,Z.getDriver(Ht).then(Se).catch(Vt)}ye();var mr=new Error("No available storage method found.");return Z._driverSet=d.reject(mr),Z._driverSet}return Vt()}}var _e=this._driverSet!==null?this._driverSet.catch(function(){return d.resolve()}):d.resolve();return this._driverSet=_e.then(function(){var Fe=de[0];return Z._dbInfo=null,Z._ready=null,Z.getDriver(Fe).then(function(wt){Z._driver=wt._driver,ye(),Z._wrapLibraryMethodsWithReady(),Z._initDriver=Ee(de)})}).catch(function(){ye();var Fe=new Error("No available storage method found.");return Z._driverSet=d.reject(Fe),Z._driverSet}),w(this._driverSet,X,Q),this._driverSet},B.prototype.supports=function(U){return!!er[U]},B.prototype._extend=function(U){jn(this,U)},B.prototype._getSupportedDrivers=function(U){for(var X=[],Q=0,Z=U.length;Q<Z;Q++){var de=U[Q];this.supports(de)&&X.push(de)}return X},B.prototype._wrapLibraryMethodsWithReady=function(){for(var U=0,X=Nn.length;U<X;U++)Oi(this,Nn[U])},B.prototype.createInstance=function(U){return new B(U)},B}(),Ri=new Pi;n.exports=Ri},{3:3}]},{},[4])(4)})})(_1);var m5=_1.exports;const pa=Bs(m5);pa.config({name:"CetusSite",storeName:"tokens"});class Si{static async setItem(t,r){try{await pa.setItem(t,r)}catch(n){console.error(`Failed to set item with key "${t}"`,n)}}static async getItem(t){try{return await pa.getItem(t)}catch(r){return console.error(`Failed to get item with key "${t}"`,r),null}}static async removeItem(t){try{await pa.removeItem(t)}catch(r){console.error(`Failed to remove item with key "${t}"`,r)}}static async clear(){try{await pa.clear()}catch(t){console.error("Failed to clear storage",t)}}}const Kc=[{name:"SuiVision",link:"https://suivision.xyz",img:Tt("/images/logo_suivision@2x.png"),isCustom:!1},{name:"Suiscan",link:"https://suiscan.xyz/mainnet",img:Tt("/images/logo_suiscan@2x.png"),isCustom:!1}],Yc=[{name:"Sui Fullnode",link:"https://fullnode.mainnet.sui.io",isCustom:!1},{name:"Custom RPC URL",link:"",isCustom:!0}],g5=[{display:"0.1",value:"0.001"},{display:"0.5",value:"0.005"},{display:"1",value:"0.01"}],us={mainnet:{env:"mainnet",fullRpcUrl:"https://fullnode.mainnet.sui.io",simulationAccount:"0x326ce9894f08dcaa337fa232641cc34db957aec9ff6614c1186bc9a7508df0bb",api:"https://api-sui.cetus.zone",aggregatorUrl:"https://api-sui.cetus.zone/router_v2"}}["mainnet"],v5="0x45f3c0814d7be4aa5fbd32d7e3c40f3c062a2b63eaf5ec4f8c1539b5987b11af",y5=Tt("/images/birdeye-logo.png"),w5=Tt("/images/img-logo@2x.png"),b5=Tt("/images/logo_CoinGecko@2x.png"),x5=Tt("/images/logo_pyth.png");var ma=(e=>(e.CETUS="CETUS",e.KRIYA="KRIYA",e.KRIYAV3="KRIYAV3",e.FLOWX="FLOWX",e.FLOWXV3="FLOWXV3",e.AFTERMATH="AFTERMATH",e.HAEDAL="HAEDAL",e.VOLO="VOLO",e.AFSUI="AFSUI",e.DEEPBOOKV3="DEEPBOOKV3",e.SCALLOP="SCALLOP",e.BLUEMOVE="BLUEMOVE",e.TURBOS="TURBOS",e.SPRINGSUI="SPRINGSUI",e.BLUEFIN="BLUEFIN",e.HAEDALPMM="HAEDALPMM",e.ALPHAFI="ALPHAFI",e.STEAMM="STEAMM",e.OBRIC="OBRIC",e.METASTABLE="METASTABLE",e))(ma||{});const C1={pyth:"Pyth Network",coingecko:"CoinGecko",birdeye:"Birdeye",Cetus:"Cetus"},S5={pyth:x5,coingecko:b5,birdeye:y5,Cetus:w5},cr={CETUS:Tt("/images/aggregator-source/cetus.png"),KRIYA:Tt("/images/aggregator-source/kriya.png"),FLOWX:Tt("/images/aggregator-source/flowx.png"),AFTERMATH:Tt("/images/aggregator-source/aftermath.png"),TURBOS:Tt("/images/aggregator-source/turbos.png"),HAEDAL:Tt("/images/aggregator-source/haedal.png"),VOLO:Tt("/images/aggregator-source/volo.png"),AFSUI:Tt("/images/aggregator-source/aftermath.png"),BLUEMOVE:Tt("/images/aggregator-source/bluemove.png"),KRIYAV3:Tt("/images/aggregator-source/kriya.png"),FLOWXV3:Tt("/images/aggregator-source/flowx.png"),DEEPBOOKV3:Tt("/images/aggregator-source/deepbook.png"),SCALLOP:Tt("/images/aggregator-source/scallop.png"),SPRINGSUI:Tt("/images/aggregator-source/suilend.png"),BLUEFIN:Tt("/images/aggregator-source/bluefin.png"),HAEDALPMM:Tt("/images/aggregator-source/haedal.png"),ALPHAFI:Tt("/images/aggregator-source/stSui.png"),STEAMM:Tt("/images/aggregator-source/steamm.png"),OBRIC:Tt("/images/aggregator-source/obric.png"),METASTABLE:Tt("/images/aggregator-source/metastable.png")},M1={CETUS:{name:"Cetus",id:"CETUS",logo:cr.CETUS,type:"dex",sort:100},DEEPBOOKV3:{name:"DeepBook V3",id:"DEEPBOOKV3",logo:cr.DEEPBOOKV3,type:"dex",sort:99},KRIYA:{name:"Kriya V2",id:"KRIYA",logo:cr.KRIYA,type:"dex",sort:98},KRIYAV3:{name:"Kriya V3",id:"KRIYAV3",logo:cr.KRIYA,type:"dex",sort:97},FLOWX:{name:"FlowX V2",id:"FLOWX",logo:cr.FLOWX,type:"dex",sort:96},FLOWXV3:{name:"FlowX V3",id:"FLOWXV3",logo:cr.FLOWX,type:"dex",sort:95},AFTERMATH:{name:"Aftermath",id:"AFTERMATH",logo:cr.AFTERMATH,type:"dex",sort:94},TURBOS:{name:"Turbos",id:"TURBOS",logo:cr.TURBOS,type:"dex",sort:93},HAEDAL:{name:"Haedal LSD",id:"HAEDAL",logo:cr.HAEDAL,type:"other",sort:92},HAEDALPMM:{name:"Haedal HMM",id:"HAEDALPMM",logo:cr.HAEDALPMM,type:"other",sort:92},VOLO:{name:"Volo",id:"VOLO",logo:cr.VOLO,type:"other",sort:91},AFSUI:{name:"Aftermath LSD",id:"AFSUI",logo:cr.AFTERMATH,type:"other",sort:90},BLUEMOVE:{name:"BlueMove",id:"BLUEMOVE",logo:cr.BLUEMOVE,type:"dex",sort:80},BLUEFIN:{name:"Bluefin",id:"BLUEFIN",logo:cr.BLUEFIN,sort:79,type:"dex"},SCALLOP:{name:"Scallop",id:"SCALLOP",logo:cr.SCALLOP,type:"other",sort:70},SPRINGSUI:{name:"SpringSui",id:"SPRINGSUI",logo:cr.SPRINGSUI,type:"other",sort:60},ALPHAFI:{name:"stSUI",id:"ALPHAFI",logo:cr.ALPHAFI,type:"other",sort:50},STEAMM:{name:"STEAMM",id:"STEAMM",logo:cr.STEAMM,sort:78,type:"dex"},METASTABLE:{name:"Metastable",id:"METASTABLE",logo:cr.METASTABLE,sort:77,type:"dex"},OBRIC:{name:"Obric",id:"OBRIC",logo:cr.OBRIC,sort:76,type:"dex"}},A1=e=>{let t;const r=new Set,n=(u,l)=>{const d=typeof u=="function"?u(t):u;if(!Object.is(d,t)){const p=t;t=l??(typeof d!="object"||d===null)?d:Object.assign({},t,d),r.forEach(w=>w(t,p))}},i=()=>t,a={setState:n,getState:i,getInitialState:()=>c,subscribe:u=>(r.add(u),()=>r.delete(u))},c=t=e(n,i,a);return a},E5=e=>e?A1(e):A1,_5=e=>e;function C5(e,t=_5){const r=te.useSyncExternalStore(e.subscribe,()=>t(e.getState()),()=>t(e.getInitialState()));return te.useDebugValue(r),r}const T1=e=>{const t=E5(e),r=n=>C5(t,n);return Object.assign(r,t),r},Ei=e=>e?T1(e):T1;function M5(e,t){let r;try{r=e()}catch{return}return{getItem:i=>{var o;const s=c=>c===null?null:JSON.parse(c,t==null?void 0:t.reviver),a=(o=r.getItem(i))!=null?o:null;return a instanceof Promise?a.then(s):s(a)},setItem:(i,o)=>r.setItem(i,JSON.stringify(o,t==null?void 0:t.replacer)),removeItem:i=>r.removeItem(i)}}const fd=e=>t=>{try{const r=e(t);return r instanceof Promise?r:{then(n){return fd(n)(r)},catch(n){return this}}}catch(r){return{then(n){return this},catch(n){return fd(n)(r)}}}},$r=Ei(((e,t)=>(r,n,i)=>{let o={storage:M5(()=>localStorage),partialize:y=>y,version:0,merge:(y,T)=>({...T,...y}),...t},s=!1;const a=new Set,c=new Set;let u=o.storage;if(!u)return e((...y)=>{console.warn(`[zustand persist middleware] Unable to update item '${o.name}', the given storage is currently unavailable.`),r(...y)},n,i);const l=()=>{const y=o.partialize({...n()});return u.setItem(o.name,{state:y,version:o.version})},d=i.setState;i.setState=(y,T)=>{d(y,T),l()};const p=e((...y)=>{r(...y),l()},n,i);i.getInitialState=()=>p;let w;const b=()=>{var y,T;if(!u)return;s=!1,a.forEach(R=>{var k;return R((k=n())!=null?k:p)});const O=((T=o.onRehydrateStorage)==null?void 0:T.call(o,(y=n())!=null?y:p))||void 0;return fd(u.getItem.bind(u))(o.name).then(R=>{if(R)if(typeof R.version=="number"&&R.version!==o.version){if(o.migrate){const k=o.migrate(R.state,R.version);return k instanceof Promise?k.then(F=>[!0,F]):[!0,k]}console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,R.state];return[!1,void 0]}).then(R=>{var k;const[F,L]=R;if(w=o.merge(L,(k=n())!=null?k:p),r(w,!0),F)return l()}).then(()=>{O==null||O(w,void 0),w=n(),s=!0,c.forEach(R=>R(w))}).catch(R=>{O==null||O(void 0,R)})};return i.persist={setOptions:y=>{o={...o,...y},y.storage&&(u=y.storage)},clearStorage:()=>{u==null||u.removeItem(o.name)},getOptions:()=>o,rehydrate:()=>b(),hasHydrated:()=>s,onHydrate:y=>(a.add(y),()=>{a.delete(y)}),onFinishHydration:y=>(c.add(y),()=>{c.delete(y)})},o.skipHydration||b(),w||p})((e,t)=>({ignoreWarnTokenMap:{},currentExplorer:Kc[0].link,setCurrentExplorer:r=>{e(()=>({currentExplorer:r}))},rpcList:Yc,setRpcList:r=>{e(()=>({rpcList:[...r]}))},currentRpc:Yc[0],customRpc:"",setCurrentRpc:r=>{e(()=>({currentRpc:r}))},setCustomRpc:r=>{e(()=>({customRpc:r}))},slippage:"0.5",setSlippage:r=>{e(()=>({slippage:r}))},isOpenSlippageDialog:!1,setIsOpenSlippageDialog:r=>{e(()=>({isOpenSlippageDialog:r}))},providers:Object.values(ma),setProviders:r=>{e(()=>({providers:r}))},poolApiMap:{},setPoolApiMap:(r,n)=>{const i=t().poolApiMap;i[r]=n,e(()=>({poolApiMap:{...i}}))},mevProtect:!0,setMevProtect:r=>{e(()=>({mevProtect:r}))},setIgnoreWarnToken:r=>{const n=t().ignoreWarnTokenMap;n[bi(r)]=!0,e(()=>({ignoreWarnTokenMap:{...n}}))}}),{name:"useGlobalStore",partialize:e=>{const{currentExplorer:t,currentRpc:r,slippage:n,customRpc:i,providers:o,mevProtect:s,ignoreWarnTokenMap:a}=e;return{currentExplorer:t,currentRpc:r,slippage:n,customRpc:i,providers:o,mevProtect:s,ignoreWarnTokenMap:a}}}));function ls(){const{currentExplorer:e}=$r();return{getExplorerUrl:(r,n="account",i=e)=>{let o;return i.includes("suivision")?o=`${i}/${T5(n)}/${r}`:o=`${i}/${A5(n)}/${r}`,o}}}const A5=e=>{switch(e){case"account":return"address";case"token":return"object";case"tx":return"tx";case"poolAddress":return"object";case"nftAddress":return"object";case"coin":return"coin"}},T5=e=>{switch(e){case"account":return"account";case"token":return"object";case"tx":return"txblock";case"poolAddress":return"object";case"nftAddress":return"object";case"coin":return"coin"}};function I1(e){const{text:t,keywords:r,onKeywordClick:n,text_highlight_color:i="var(--cs-primary)",text_size:o="12px",text_color:s="var(--cs-btn-disabled-text)"}=e,a=new RegExp(`(${r.join("|")})`,"gi"),c=t.split(a);return x.jsx("span",{style:{display:"inline",whiteSpace:"normal",textAlign:"start"},children:c.map((u,l)=>{const d=r.includes(u);return x.jsx("span",{style:{lineHeight:"20px",fontSize:o,color:d?i:s,cursor:"pointer",whiteSpace:"inherit"},onClick:()=>n(u),children:u},l)})})}var O1={exports:{}};/*!
|
|
45
|
+
*/(function(e,t){(function(r){e.exports=r()})(function(){return function r(n,i,o){function s(l,u){if(!i[l]){if(!n[l]){var d=typeof el=="function"&⪙if(!u&&d)return d(l,!0);if(a)return a(l,!0);var p=new Error("Cannot find module '"+l+"'");throw p.code="MODULE_NOT_FOUND",p}var y=i[l]={exports:{}};n[l][0].call(y.exports,function(x){var b=n[l][1][x];return s(b||x)},y,y.exports,r,n,i,o)}return i[l].exports}for(var a=typeof el=="function"&&el,c=0;c<o.length;c++)s(o[c]);return s}({1:[function(r,n,i){(function(o){var s=o.MutationObserver||o.WebKitMutationObserver,a;if(s){var c=0,l=new s(x),u=o.document.createTextNode("");l.observe(u,{characterData:!0}),a=function(){u.data=c=++c%2}}else if(!o.setImmediate&&typeof o.MessageChannel<"u"){var d=new o.MessageChannel;d.port1.onmessage=x,a=function(){d.port2.postMessage(0)}}else"document"in o&&"onreadystatechange"in o.document.createElement("script")?a=function(){var M=o.document.createElement("script");M.onreadystatechange=function(){x(),M.onreadystatechange=null,M.parentNode.removeChild(M),M=null},o.document.documentElement.appendChild(M)}:a=function(){setTimeout(x,0)};var p,y=[];function x(){p=!0;for(var M,O,R=y.length;R;){for(O=y,y=[],M=-1;++M<R;)O[M]();R=y.length}p=!1}n.exports=b;function b(M){y.push(M)===1&&!p&&a()}}).call(this,typeof Er<"u"?Er:typeof self<"u"?self:typeof window<"u"?window:{})},{}],2:[function(r,n,i){var o=r(1);function s(){}var a={},c=["REJECTED"],l=["FULFILLED"],u=["PENDING"];n.exports=d;function d(B){if(typeof B!="function")throw new TypeError("resolver must be a function");this.state=u,this.queue=[],this.outcome=void 0,B!==s&&b(this,B)}d.prototype.catch=function(B){return this.then(null,B)},d.prototype.then=function(B,W){if(typeof B!="function"&&this.state===l||typeof W!="function"&&this.state===c)return this;var z=new this.constructor(s);if(this.state!==u){var G=this.state===l?B:W;y(z,G,this.outcome)}else this.queue.push(new p(z,B,W));return z};function p(B,W,z){this.promise=B,typeof W=="function"&&(this.onFulfilled=W,this.callFulfilled=this.otherCallFulfilled),typeof z=="function"&&(this.onRejected=z,this.callRejected=this.otherCallRejected)}p.prototype.callFulfilled=function(B){a.resolve(this.promise,B)},p.prototype.otherCallFulfilled=function(B){y(this.promise,this.onFulfilled,B)},p.prototype.callRejected=function(B){a.reject(this.promise,B)},p.prototype.otherCallRejected=function(B){y(this.promise,this.onRejected,B)};function y(B,W,z){o(function(){var G;try{G=W(z)}catch(ne){return a.reject(B,ne)}G===B?a.reject(B,new TypeError("Cannot resolve promise with itself")):a.resolve(B,G)})}a.resolve=function(B,W){var z=M(x,W);if(z.status==="error")return a.reject(B,z.value);var G=z.value;if(G)b(B,G);else{B.state=l,B.outcome=W;for(var ne=-1,oe=B.queue.length;++ne<oe;)B.queue[ne].callFulfilled(W)}return B},a.reject=function(B,W){B.state=c,B.outcome=W;for(var z=-1,G=B.queue.length;++z<G;)B.queue[z].callRejected(W);return B};function x(B){var W=B&&B.then;if(B&&(typeof B=="object"||typeof B=="function")&&typeof W=="function")return function(){W.apply(B,arguments)}}function b(B,W){var z=!1;function G(q){z||(z=!0,a.reject(B,q))}function ne(q){z||(z=!0,a.resolve(B,q))}function oe(){W(ne,G)}var se=M(oe);se.status==="error"&&G(se.value)}function M(B,W){var z={};try{z.value=B(W),z.status="success"}catch(G){z.status="error",z.value=G}return z}d.resolve=O;function O(B){return B instanceof this?B:a.resolve(new this(s),B)}d.reject=R;function R(B){var W=new this(s);return a.reject(W,B)}d.all=k;function k(B){var W=this;if(Object.prototype.toString.call(B)!=="[object Array]")return this.reject(new TypeError("must be an array"));var z=B.length,G=!1;if(!z)return this.resolve([]);for(var ne=new Array(z),oe=0,se=-1,q=new this(s);++se<z;)L(B[se],se);return q;function L(h,f){W.resolve(h).then(m,function(S){G||(G=!0,a.reject(q,S))});function m(S){ne[f]=S,++oe===z&&!G&&(G=!0,a.resolve(q,ne))}}}d.race=F;function F(B){var W=this;if(Object.prototype.toString.call(B)!=="[object Array]")return this.reject(new TypeError("must be an array"));var z=B.length,G=!1;if(!z)return this.resolve([]);for(var ne=-1,oe=new this(s);++ne<z;)se(B[ne]);return oe;function se(q){W.resolve(q).then(function(L){G||(G=!0,a.resolve(oe,L))},function(L){G||(G=!0,a.reject(oe,L))})}}},{1:1}],3:[function(r,n,i){(function(o){typeof o.Promise!="function"&&(o.Promise=r(2))}).call(this,typeof Er<"u"?Er:typeof self<"u"?self:typeof window<"u"?window:{})},{2:2}],4:[function(r,n,i){var o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(D){return typeof D}:function(D){return D&&typeof Symbol=="function"&&D.constructor===Symbol&&D!==Symbol.prototype?"symbol":typeof D};function s(D,K){if(!(D instanceof K))throw new TypeError("Cannot call a class as a function")}function a(){try{if(typeof indexedDB<"u")return indexedDB;if(typeof webkitIndexedDB<"u")return webkitIndexedDB;if(typeof mozIndexedDB<"u")return mozIndexedDB;if(typeof OIndexedDB<"u")return OIndexedDB;if(typeof msIndexedDB<"u")return msIndexedDB}catch{return}}var c=a();function l(){try{if(!c||!c.open)return!1;var D=typeof openDatabase<"u"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),K=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!D||K)&&typeof indexedDB<"u"&&typeof IDBKeyRange<"u"}catch{return!1}}function u(D,K){D=D||[],K=K||{};try{return new Blob(D,K)}catch(X){if(X.name!=="TypeError")throw X;for(var $=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,J=new $,te=0;te<D.length;te+=1)J.append(D[te]);return J.getBlob(K.type)}}typeof Promise>"u"&&r(3);var d=Promise;function p(D,K){K&&D.then(function($){K(null,$)},function($){K($)})}function y(D,K,$){typeof K=="function"&&D.then(K),typeof $=="function"&&D.catch($)}function x(D){return typeof D!="string"&&(console.warn(D+" used as a key, but it is not a string."),D=String(D)),D}function b(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var M="local-forage-detect-blob-support",O=void 0,R={},k=Object.prototype.toString,F="readonly",B="readwrite";function W(D){for(var K=D.length,$=new ArrayBuffer(K),J=new Uint8Array($),te=0;te<K;te++)J[te]=D.charCodeAt(te);return $}function z(D){return new d(function(K){var $=D.transaction(M,B),J=u([""]);$.objectStore(M).put(J,"key"),$.onabort=function(te){te.preventDefault(),te.stopPropagation(),K(!1)},$.oncomplete=function(){var te=navigator.userAgent.match(/Chrome\/(\d+)/),X=navigator.userAgent.match(/Edge\//);K(X||!te||parseInt(te[1],10)>=43)}}).catch(function(){return!1})}function G(D){return typeof O=="boolean"?d.resolve(O):z(D).then(function(K){return O=K,O})}function ne(D){var K=R[D.name],$={};$.promise=new d(function(J,te){$.resolve=J,$.reject=te}),K.deferredOperations.push($),K.dbReady?K.dbReady=K.dbReady.then(function(){return $.promise}):K.dbReady=$.promise}function oe(D){var K=R[D.name],$=K.deferredOperations.pop();if($)return $.resolve(),$.promise}function se(D,K){var $=R[D.name],J=$.deferredOperations.pop();if(J)return J.reject(K),J.promise}function q(D,K){return new d(function($,J){if(R[D.name]=R[D.name]||g(),D.db)if(K)ne(D),D.db.close();else return $(D.db);var te=[D.name];K&&te.push(D.version);var X=c.open.apply(c,te);K&&(X.onupgradeneeded=function(de){var ye=X.result;try{ye.createObjectStore(D.storeName),de.oldVersion<=1&&ye.createObjectStore(M)}catch(Se){if(Se.name==="ConstraintError")console.warn('The database "'+D.name+'" has been upgraded from version '+de.oldVersion+" to version "+de.newVersion+', but the storage "'+D.storeName+'" already exists.');else throw Se}}),X.onerror=function(de){de.preventDefault(),J(X.error)},X.onsuccess=function(){var de=X.result;de.onversionchange=function(ye){ye.target.close()},$(de),oe(D)}})}function L(D){return q(D,!1)}function h(D){return q(D,!0)}function f(D,K){if(!D.db)return!0;var $=!D.db.objectStoreNames.contains(D.storeName),J=D.version<D.db.version,te=D.version>D.db.version;if(J&&(D.version!==K&&console.warn('The database "'+D.name+`" can't be downgraded from version `+D.db.version+" to version "+D.version+"."),D.version=D.db.version),te||$){if($){var X=D.db.version+1;X>D.version&&(D.version=X)}return!0}return!1}function m(D){return new d(function(K,$){var J=new FileReader;J.onerror=$,J.onloadend=function(te){var X=btoa(te.target.result||"");K({__local_forage_encoded_blob:!0,data:X,type:D.type})},J.readAsBinaryString(D)})}function S(D){var K=W(atob(D.data));return u([K],{type:D.type})}function T(D){return D&&D.__local_forage_encoded_blob}function E(D){var K=this,$=K._initReady().then(function(){var J=R[K._dbInfo.name];if(J&&J.dbReady)return J.dbReady});return y($,D,D),$}function I(D){ne(D);for(var K=R[D.name],$=K.forages,J=0;J<$.length;J++){var te=$[J];te._dbInfo.db&&(te._dbInfo.db.close(),te._dbInfo.db=null)}return D.db=null,L(D).then(function(X){return D.db=X,f(D)?h(D):X}).then(function(X){D.db=K.db=X;for(var de=0;de<$.length;de++)$[de]._dbInfo.db=X}).catch(function(X){throw se(D,X),X})}function C(D,K,$,J){J===void 0&&(J=1);try{var te=D.db.transaction(D.storeName,K);$(null,te)}catch(X){if(J>0&&(!D.db||X.name==="InvalidStateError"||X.name==="NotFoundError"))return d.resolve().then(function(){if(!D.db||X.name==="NotFoundError"&&!D.db.objectStoreNames.contains(D.storeName)&&D.version<=D.db.version)return D.db&&(D.version=D.db.version+1),h(D)}).then(function(){return I(D).then(function(){C(D,K,$,J-1)})}).catch($);$(X)}}function g(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function v(D){var K=this,$={db:null};if(D)for(var J in D)$[J]=D[J];var te=R[$.name];te||(te=g(),R[$.name]=te),te.forages.push(K),K._initReady||(K._initReady=K.ready,K.ready=E);var X=[];function de(){return d.resolve()}for(var ye=0;ye<te.forages.length;ye++){var Se=te.forages[ye];Se!==K&&X.push(Se._initReady().catch(de))}var _e=te.forages.slice(0);return d.all(X).then(function(){return $.db=te.db,L($)}).then(function(Ee){return $.db=Ee,f($,K._defaultConfig.version)?h($):Ee}).then(function(Ee){$.db=te.db=Ee,K._dbInfo=$;for(var $e=0;$e<_e.length;$e++){var yt=_e[$e];yt!==K&&(yt._dbInfo.db=$.db,yt._dbInfo.version=$.version)}})}function j(D,K){var $=this;D=x(D);var J=new d(function(te,X){$.ready().then(function(){C($._dbInfo,F,function(de,ye){if(de)return X(de);try{var Se=ye.objectStore($._dbInfo.storeName),_e=Se.get(D);_e.onsuccess=function(){var Ee=_e.result;Ee===void 0&&(Ee=null),T(Ee)&&(Ee=S(Ee)),te(Ee)},_e.onerror=function(){X(_e.error)}}catch(Ee){X(Ee)}})}).catch(X)});return p(J,K),J}function Q(D,K){var $=this,J=new d(function(te,X){$.ready().then(function(){C($._dbInfo,F,function(de,ye){if(de)return X(de);try{var Se=ye.objectStore($._dbInfo.storeName),_e=Se.openCursor(),Ee=1;_e.onsuccess=function(){var $e=_e.result;if($e){var yt=$e.value;T(yt)&&(yt=S(yt));var Vt=D(yt,$e.key,Ee++);Vt!==void 0?te(Vt):$e.continue()}else te()},_e.onerror=function(){X(_e.error)}}catch($e){X($e)}})}).catch(X)});return p(J,K),J}function Z(D,K,$){var J=this;D=x(D);var te=new d(function(X,de){var ye;J.ready().then(function(){return ye=J._dbInfo,k.call(K)==="[object Blob]"?G(ye.db).then(function(Se){return Se?K:m(K)}):K}).then(function(Se){C(J._dbInfo,B,function(_e,Ee){if(_e)return de(_e);try{var $e=Ee.objectStore(J._dbInfo.storeName);Se===null&&(Se=void 0);var yt=$e.put(Se,D);Ee.oncomplete=function(){Se===void 0&&(Se=null),X(Se)},Ee.onabort=Ee.onerror=function(){var Vt=yt.error?yt.error:yt.transaction.error;de(Vt)}}catch(Vt){de(Vt)}})}).catch(de)});return p(te,$),te}function ce(D,K){var $=this;D=x(D);var J=new d(function(te,X){$.ready().then(function(){C($._dbInfo,B,function(de,ye){if(de)return X(de);try{var Se=ye.objectStore($._dbInfo.storeName),_e=Se.delete(D);ye.oncomplete=function(){te()},ye.onerror=function(){X(_e.error)},ye.onabort=function(){var Ee=_e.error?_e.error:_e.transaction.error;X(Ee)}}catch(Ee){X(Ee)}})}).catch(X)});return p(J,K),J}function be(D){var K=this,$=new d(function(J,te){K.ready().then(function(){C(K._dbInfo,B,function(X,de){if(X)return te(X);try{var ye=de.objectStore(K._dbInfo.storeName),Se=ye.clear();de.oncomplete=function(){J()},de.onabort=de.onerror=function(){var _e=Se.error?Se.error:Se.transaction.error;te(_e)}}catch(_e){te(_e)}})}).catch(te)});return p($,D),$}function xe(D){var K=this,$=new d(function(J,te){K.ready().then(function(){C(K._dbInfo,F,function(X,de){if(X)return te(X);try{var ye=de.objectStore(K._dbInfo.storeName),Se=ye.count();Se.onsuccess=function(){J(Se.result)},Se.onerror=function(){te(Se.error)}}catch(_e){te(_e)}})}).catch(te)});return p($,D),$}function pe(D,K){var $=this,J=new d(function(te,X){if(D<0){te(null);return}$.ready().then(function(){C($._dbInfo,F,function(de,ye){if(de)return X(de);try{var Se=ye.objectStore($._dbInfo.storeName),_e=!1,Ee=Se.openKeyCursor();Ee.onsuccess=function(){var $e=Ee.result;if(!$e){te(null);return}D===0||_e?te($e.key):(_e=!0,$e.advance(D))},Ee.onerror=function(){X(Ee.error)}}catch($e){X($e)}})}).catch(X)});return p(J,K),J}function Le(D){var K=this,$=new d(function(J,te){K.ready().then(function(){C(K._dbInfo,F,function(X,de){if(X)return te(X);try{var ye=de.objectStore(K._dbInfo.storeName),Se=ye.openKeyCursor(),_e=[];Se.onsuccess=function(){var Ee=Se.result;if(!Ee){J(_e);return}_e.push(Ee.key),Ee.continue()},Se.onerror=function(){te(Se.error)}}catch(Ee){te(Ee)}})}).catch(te)});return p($,D),$}function Ae(D,K){K=b.apply(this,arguments);var $=this.config();D=typeof D!="function"&&D||{},D.name||(D.name=D.name||$.name,D.storeName=D.storeName||$.storeName);var J=this,te;if(!D.name)te=d.reject("Invalid arguments");else{var X=D.name===$.name&&J._dbInfo.db,de=X?d.resolve(J._dbInfo.db):L(D).then(function(ye){var Se=R[D.name],_e=Se.forages;Se.db=ye;for(var Ee=0;Ee<_e.length;Ee++)_e[Ee]._dbInfo.db=ye;return ye});D.storeName?te=de.then(function(ye){if(ye.objectStoreNames.contains(D.storeName)){var Se=ye.version+1;ne(D);var _e=R[D.name],Ee=_e.forages;ye.close();for(var $e=0;$e<Ee.length;$e++){var yt=Ee[$e];yt._dbInfo.db=null,yt._dbInfo.version=Se}var Vt=new d(function(qt,mr){var hr=c.open(D.name,Se);hr.onerror=function(bn){var Wa=hr.result;Wa.close(),mr(bn)},hr.onupgradeneeded=function(){var bn=hr.result;bn.deleteObjectStore(D.storeName)},hr.onsuccess=function(){var bn=hr.result;bn.close(),qt(bn)}});return Vt.then(function(qt){_e.db=qt;for(var mr=0;mr<Ee.length;mr++){var hr=Ee[mr];hr._dbInfo.db=qt,oe(hr._dbInfo)}}).catch(function(qt){throw(se(D,qt)||d.resolve()).catch(function(){}),qt})}}):te=de.then(function(ye){ne(D);var Se=R[D.name],_e=Se.forages;ye.close();for(var Ee=0;Ee<_e.length;Ee++){var $e=_e[Ee];$e._dbInfo.db=null}var yt=new d(function(Vt,qt){var mr=c.deleteDatabase(D.name);mr.onerror=function(){var hr=mr.result;hr&&hr.close(),qt(mr.error)},mr.onblocked=function(){console.warn('dropInstance blocked for database "'+D.name+'" until all open connections are closed')},mr.onsuccess=function(){var hr=mr.result;hr&&hr.close(),Vt(hr)}});return yt.then(function(Vt){Se.db=Vt;for(var qt=0;qt<_e.length;qt++){var mr=_e[qt];oe(mr._dbInfo)}}).catch(function(Vt){throw(se(D,Vt)||d.resolve()).catch(function(){}),Vt})})}return p(te,K),te}var Ze={_driver:"asyncStorage",_initStorage:v,_support:l(),iterate:Q,getItem:j,setItem:Z,removeItem:ce,clear:be,length:xe,key:pe,keys:Le,dropInstance:Ae};function dt(){return typeof openDatabase=="function"}var je="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",mt="~~local_forage_type~",we=/^~~local_forage_type~([^~]+)~/,he="__lfsc__:",Ce=he.length,Ve="arbf",ke="blob",Te="si08",Ie="ui08",Ue="uic8",lt="si16",ut="si32",ze="ur16",Dt="ui32",_t="fl32",Xe="fl64",Ot=Ce+Ve.length,Ft=Object.prototype.toString;function et(D){var K=D.length*.75,$=D.length,J,te=0,X,de,ye,Se;D[D.length-1]==="="&&(K--,D[D.length-2]==="="&&K--);var _e=new ArrayBuffer(K),Ee=new Uint8Array(_e);for(J=0;J<$;J+=4)X=je.indexOf(D[J]),de=je.indexOf(D[J+1]),ye=je.indexOf(D[J+2]),Se=je.indexOf(D[J+3]),Ee[te++]=X<<2|de>>4,Ee[te++]=(de&15)<<4|ye>>2,Ee[te++]=(ye&3)<<6|Se&63;return _e}function Et(D){var K=new Uint8Array(D),$="",J;for(J=0;J<K.length;J+=3)$+=je[K[J]>>2],$+=je[(K[J]&3)<<4|K[J+1]>>4],$+=je[(K[J+1]&15)<<2|K[J+2]>>6],$+=je[K[J+2]&63];return K.length%3===2?$=$.substring(0,$.length-1)+"=":K.length%3===1&&($=$.substring(0,$.length-2)+"=="),$}function Pt(D,K){var $="";if(D&&($=Ft.call(D)),D&&($==="[object ArrayBuffer]"||D.buffer&&Ft.call(D.buffer)==="[object ArrayBuffer]")){var J,te=he;D instanceof ArrayBuffer?(J=D,te+=Ve):(J=D.buffer,$==="[object Int8Array]"?te+=Te:$==="[object Uint8Array]"?te+=Ie:$==="[object Uint8ClampedArray]"?te+=Ue:$==="[object Int16Array]"?te+=lt:$==="[object Uint16Array]"?te+=ze:$==="[object Int32Array]"?te+=ut:$==="[object Uint32Array]"?te+=Dt:$==="[object Float32Array]"?te+=_t:$==="[object Float64Array]"?te+=Xe:K(new Error("Failed to get type for BinaryArray"))),K(te+Et(J))}else if($==="[object Blob]"){var X=new FileReader;X.onload=function(){var de=mt+D.type+"~"+Et(this.result);K(he+ke+de)},X.readAsArrayBuffer(D)}else try{K(JSON.stringify(D))}catch(de){console.error("Couldn't convert value into a JSON string: ",D),K(null,de)}}function nt(D){if(D.substring(0,Ce)!==he)return JSON.parse(D);var K=D.substring(Ot),$=D.substring(Ce,Ot),J;if($===ke&&we.test(K)){var te=K.match(we);J=te[1],K=K.substring(te[0].length)}var X=et(K);switch($){case Ve:return X;case ke:return u([X],{type:J});case Te:return new Int8Array(X);case Ie:return new Uint8Array(X);case Ue:return new Uint8ClampedArray(X);case lt:return new Int16Array(X);case ze:return new Uint16Array(X);case ut:return new Int32Array(X);case Dt:return new Uint32Array(X);case _t:return new Float32Array(X);case Xe:return new Float64Array(X);default:throw new Error("Unkown type: "+$)}}var Lt={serialize:Pt,deserialize:nt,stringToBuffer:et,bufferToString:Et};function Rt(D,K,$,J){D.executeSql("CREATE TABLE IF NOT EXISTS "+K.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],$,J)}function tt(D){var K=this,$={db:null};if(D)for(var J in D)$[J]=typeof D[J]!="string"?D[J].toString():D[J];var te=new d(function(X,de){try{$.db=openDatabase($.name,String($.version),$.description,$.size)}catch(ye){return de(ye)}$.db.transaction(function(ye){Rt(ye,$,function(){K._dbInfo=$,X()},function(Se,_e){de(_e)})},de)});return $.serializer=Lt,te}function xt(D,K,$,J,te,X){D.executeSql($,J,te,function(de,ye){ye.code===ye.SYNTAX_ERR?de.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[K.storeName],function(Se,_e){_e.rows.length?X(Se,ye):Rt(Se,K,function(){Se.executeSql($,J,te,X)},X)},X):X(de,ye)},X)}function Tt(D,K){var $=this;D=x(D);var J=new d(function(te,X){$.ready().then(function(){var de=$._dbInfo;de.db.transaction(function(ye){xt(ye,de,"SELECT * FROM "+de.storeName+" WHERE key = ? LIMIT 1",[D],function(Se,_e){var Ee=_e.rows.length?_e.rows.item(0).value:null;Ee&&(Ee=de.serializer.deserialize(Ee)),te(Ee)},function(Se,_e){X(_e)})})}).catch(X)});return p(J,K),J}function Ge(D,K){var $=this,J=new d(function(te,X){$.ready().then(function(){var de=$._dbInfo;de.db.transaction(function(ye){xt(ye,de,"SELECT * FROM "+de.storeName,[],function(Se,_e){for(var Ee=_e.rows,$e=Ee.length,yt=0;yt<$e;yt++){var Vt=Ee.item(yt),qt=Vt.value;if(qt&&(qt=de.serializer.deserialize(qt)),qt=D(qt,Vt.key,yt+1),qt!==void 0){te(qt);return}}te()},function(Se,_e){X(_e)})})}).catch(X)});return p(J,K),J}function gt(D,K,$,J){var te=this;D=x(D);var X=new d(function(de,ye){te.ready().then(function(){K===void 0&&(K=null);var Se=K,_e=te._dbInfo;_e.serializer.serialize(K,function(Ee,$e){$e?ye($e):_e.db.transaction(function(yt){xt(yt,_e,"INSERT OR REPLACE INTO "+_e.storeName+" (key, value) VALUES (?, ?)",[D,Ee],function(){de(Se)},function(Vt,qt){ye(qt)})},function(yt){if(yt.code===yt.QUOTA_ERR){if(J>0){de(gt.apply(te,[D,Se,$,J-1]));return}ye(yt)}})})}).catch(ye)});return p(X,$),X}function Nt(D,K,$){return gt.apply(this,[D,K,$,1])}function it(D,K){var $=this;D=x(D);var J=new d(function(te,X){$.ready().then(function(){var de=$._dbInfo;de.db.transaction(function(ye){xt(ye,de,"DELETE FROM "+de.storeName+" WHERE key = ?",[D],function(){te()},function(Se,_e){X(_e)})})}).catch(X)});return p(J,K),J}function St(D){var K=this,$=new d(function(J,te){K.ready().then(function(){var X=K._dbInfo;X.db.transaction(function(de){xt(de,X,"DELETE FROM "+X.storeName,[],function(){J()},function(ye,Se){te(Se)})})}).catch(te)});return p($,D),$}function zt(D){var K=this,$=new d(function(J,te){K.ready().then(function(){var X=K._dbInfo;X.db.transaction(function(de){xt(de,X,"SELECT COUNT(key) as c FROM "+X.storeName,[],function(ye,Se){var _e=Se.rows.item(0).c;J(_e)},function(ye,Se){te(Se)})})}).catch(te)});return p($,D),$}function N(D,K){var $=this,J=new d(function(te,X){$.ready().then(function(){var de=$._dbInfo;de.db.transaction(function(ye){xt(ye,de,"SELECT key FROM "+de.storeName+" WHERE id = ? LIMIT 1",[D+1],function(Se,_e){var Ee=_e.rows.length?_e.rows.item(0).key:null;te(Ee)},function(Se,_e){X(_e)})})}).catch(X)});return p(J,K),J}function _(D){var K=this,$=new d(function(J,te){K.ready().then(function(){var X=K._dbInfo;X.db.transaction(function(de){xt(de,X,"SELECT key FROM "+X.storeName,[],function(ye,Se){for(var _e=[],Ee=0;Ee<Se.rows.length;Ee++)_e.push(Se.rows.item(Ee).key);J(_e)},function(ye,Se){te(Se)})})}).catch(te)});return p($,D),$}function A(D){return new d(function(K,$){D.transaction(function(J){J.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(te,X){for(var de=[],ye=0;ye<X.rows.length;ye++)de.push(X.rows.item(ye).name);K({db:D,storeNames:de})},function(te,X){$(X)})},function(J){$(J)})})}function U(D,K){K=b.apply(this,arguments);var $=this.config();D=typeof D!="function"&&D||{},D.name||(D.name=D.name||$.name,D.storeName=D.storeName||$.storeName);var J=this,te;return D.name?te=new d(function(X){var de;D.name===$.name?de=J._dbInfo.db:de=openDatabase(D.name,"","",0),D.storeName?X({db:de,storeNames:[D.storeName]}):X(A(de))}).then(function(X){return new d(function(de,ye){X.db.transaction(function(Se){function _e(Vt){return new d(function(qt,mr){Se.executeSql("DROP TABLE IF EXISTS "+Vt,[],function(){qt()},function(hr,bn){mr(bn)})})}for(var Ee=[],$e=0,yt=X.storeNames.length;$e<yt;$e++)Ee.push(_e(X.storeNames[$e]));d.all(Ee).then(function(){de()}).catch(function(Vt){ye(Vt)})},function(Se){ye(Se)})})}):te=d.reject("Invalid arguments"),p(te,K),te}var Y={_driver:"webSQLStorage",_initStorage:tt,_support:dt(),iterate:Ge,getItem:Tt,setItem:Nt,removeItem:it,clear:St,length:zt,key:N,keys:_,dropInstance:U};function ee(){try{return typeof localStorage<"u"&&"setItem"in localStorage&&!!localStorage.setItem}catch{return!1}}function ie(D,K){var $=D.name+"/";return D.storeName!==K.storeName&&($+=D.storeName+"/"),$}function De(){var D="_localforage_support_test";try{return localStorage.setItem(D,!0),localStorage.removeItem(D),!1}catch{return!0}}function Qe(){return!De()||localStorage.length>0}function Ne(D){var K=this,$={};if(D)for(var J in D)$[J]=D[J];return $.keyPrefix=ie(D,K._defaultConfig),Qe()?(K._dbInfo=$,$.serializer=Lt,d.resolve()):d.reject()}function V(D){var K=this,$=K.ready().then(function(){for(var J=K._dbInfo.keyPrefix,te=localStorage.length-1;te>=0;te--){var X=localStorage.key(te);X.indexOf(J)===0&&localStorage.removeItem(X)}});return p($,D),$}function ae(D,K){var $=this;D=x(D);var J=$.ready().then(function(){var te=$._dbInfo,X=localStorage.getItem(te.keyPrefix+D);return X&&(X=te.serializer.deserialize(X)),X});return p(J,K),J}function fe(D,K){var $=this,J=$.ready().then(function(){for(var te=$._dbInfo,X=te.keyPrefix,de=X.length,ye=localStorage.length,Se=1,_e=0;_e<ye;_e++){var Ee=localStorage.key(_e);if(Ee.indexOf(X)===0){var $e=localStorage.getItem(Ee);if($e&&($e=te.serializer.deserialize($e)),$e=D($e,Ee.substring(de),Se++),$e!==void 0)return $e}}});return p(J,K),J}function Pe(D,K){var $=this,J=$.ready().then(function(){var te=$._dbInfo,X;try{X=localStorage.key(D)}catch{X=null}return X&&(X=X.substring(te.keyPrefix.length)),X});return p(J,K),J}function qe(D){var K=this,$=K.ready().then(function(){for(var J=K._dbInfo,te=localStorage.length,X=[],de=0;de<te;de++){var ye=localStorage.key(de);ye.indexOf(J.keyPrefix)===0&&X.push(ye.substring(J.keyPrefix.length))}return X});return p($,D),$}function Re(D){var K=this,$=K.keys().then(function(J){return J.length});return p($,D),$}function Fe(D,K){var $=this;D=x(D);var J=$.ready().then(function(){var te=$._dbInfo;localStorage.removeItem(te.keyPrefix+D)});return p(J,K),J}function at(D,K,$){var J=this;D=x(D);var te=J.ready().then(function(){K===void 0&&(K=null);var X=K;return new d(function(de,ye){var Se=J._dbInfo;Se.serializer.serialize(K,function(_e,Ee){if(Ee)ye(Ee);else try{localStorage.setItem(Se.keyPrefix+D,_e),de(X)}catch($e){($e.name==="QuotaExceededError"||$e.name==="NS_ERROR_DOM_QUOTA_REACHED")&&ye($e),ye($e)}})})});return p(te,$),te}function er(D,K){if(K=b.apply(this,arguments),D=typeof D!="function"&&D||{},!D.name){var $=this.config();D.name=D.name||$.name,D.storeName=D.storeName||$.storeName}var J=this,te;return D.name?te=new d(function(X){D.storeName?X(ie(D,J._defaultConfig)):X(D.name+"/")}).then(function(X){for(var de=localStorage.length-1;de>=0;de--){var ye=localStorage.key(de);ye.indexOf(X)===0&&localStorage.removeItem(ye)}}):te=d.reject("Invalid arguments"),p(te,K),te}var Bt={_driver:"localStorageWrapper",_initStorage:Ne,_support:ee(),iterate:fe,getItem:ae,setItem:at,removeItem:Fe,clear:V,length:Re,key:Pe,keys:qe,dropInstance:er},$t=function(K,$){return K===$||typeof K=="number"&&typeof $=="number"&&isNaN(K)&&isNaN($)},ur=function(K,$){for(var J=K.length,te=0;te<J;){if($t(K[te],$))return!0;te++}return!1},Or=Array.isArray||function(D){return Object.prototype.toString.call(D)==="[object Array]"},dr={},tr={},_r={INDEXEDDB:Ze,WEBSQL:Y,LOCALSTORAGE:Bt},Dn=[_r.INDEXEDDB._driver,_r.WEBSQL._driver,_r.LOCALSTORAGE._driver],Xr=["dropInstance"],Ln=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Xr),Ni={description:"",driver:Dn.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function ki(D,K){D[K]=function(){var $=arguments;return D.ready().then(function(){return D[K].apply(D,$)})}}function Bn(){for(var D=1;D<arguments.length;D++){var K=arguments[D];if(K)for(var $ in K)K.hasOwnProperty($)&&(Or(K[$])?arguments[0][$]=K[$].slice():arguments[0][$]=K[$])}return arguments[0]}var ji=function(){function D(K){s(this,D);for(var $ in _r)if(_r.hasOwnProperty($)){var J=_r[$],te=J._driver;this[$]=te,dr[te]||this.defineDriver(J)}this._defaultConfig=Bn({},Ni),this._config=Bn({},this._defaultConfig,K),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return D.prototype.config=function($){if((typeof $>"u"?"undefined":o($))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var J in $){if(J==="storeName"&&($[J]=$[J].replace(/\W/g,"_")),J==="version"&&typeof $[J]!="number")return new Error("Database version must be a number.");this._config[J]=$[J]}return"driver"in $&&$.driver?this.setDriver(this._config.driver):!0}else return typeof $=="string"?this._config[$]:this._config},D.prototype.defineDriver=function($,J,te){var X=new d(function(de,ye){try{var Se=$._driver,_e=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!$._driver){ye(_e);return}for(var Ee=Ln.concat("_initStorage"),$e=0,yt=Ee.length;$e<yt;$e++){var Vt=Ee[$e],qt=!ur(Xr,Vt);if((qt||$[Vt])&&typeof $[Vt]!="function"){ye(_e);return}}var mr=function(){for(var Wa=function(GL){return function(){var KL=new Error("Method "+GL+" is not implemented by the current driver"),e6=d.reject(KL);return p(e6,arguments[arguments.length-1]),e6}},Q0=0,WL=Xr.length;Q0<WL;Q0++){var eh=Xr[Q0];$[eh]||($[eh]=Wa(eh))}};mr();var hr=function(Wa){dr[Se]&&console.info("Redefining LocalForage driver: "+Se),dr[Se]=$,tr[Se]=Wa,de()};"_support"in $?$._support&&typeof $._support=="function"?$._support().then(hr,ye):hr(!!$._support):hr(!0)}catch(bn){ye(bn)}});return y(X,J,te),X},D.prototype.driver=function(){return this._driver||null},D.prototype.getDriver=function($,J,te){var X=dr[$]?d.resolve(dr[$]):d.reject(new Error("Driver not found."));return y(X,J,te),X},D.prototype.getSerializer=function($){var J=d.resolve(Lt);return y(J,$),J},D.prototype.ready=function($){var J=this,te=J._driverSet.then(function(){return J._ready===null&&(J._ready=J._initDriver()),J._ready});return y(te,$,$),te},D.prototype.setDriver=function($,J,te){var X=this;Or($)||($=[$]);var de=this._getSupportedDrivers($);function ye(){X._config.driver=X.driver()}function Se($e){return X._extend($e),ye(),X._ready=X._initStorage(X._config),X._ready}function _e($e){return function(){var yt=0;function Vt(){for(;yt<$e.length;){var qt=$e[yt];return yt++,X._dbInfo=null,X._ready=null,X.getDriver(qt).then(Se).catch(Vt)}ye();var mr=new Error("No available storage method found.");return X._driverSet=d.reject(mr),X._driverSet}return Vt()}}var Ee=this._driverSet!==null?this._driverSet.catch(function(){return d.resolve()}):d.resolve();return this._driverSet=Ee.then(function(){var $e=de[0];return X._dbInfo=null,X._ready=null,X.getDriver($e).then(function(yt){X._driver=yt._driver,ye(),X._wrapLibraryMethodsWithReady(),X._initDriver=_e(de)})}).catch(function(){ye();var $e=new Error("No available storage method found.");return X._driverSet=d.reject($e),X._driverSet}),y(this._driverSet,J,te),this._driverSet},D.prototype.supports=function($){return!!tr[$]},D.prototype._extend=function($){Bn(this,$)},D.prototype._getSupportedDrivers=function($){for(var J=[],te=0,X=$.length;te<X;te++){var de=$[te];this.supports(de)&&J.push(de)}return J},D.prototype._wrapLibraryMethodsWithReady=function(){for(var $=0,J=Ln.length;$<J;$++)ki(this,Ln[$])},D.prototype.createInstance=function($){return new D($)},D}(),Di=new ji;n.exports=Di},{3:3}]},{},[4])(4)})})(G1);var kE=G1.exports;const va=Us(kE);va.config({name:"CetusSite",storeName:"tokens"});class Ci{static async setItem(t,r){try{await va.setItem(t,r)}catch(n){console.error(`Failed to set item with key "${t}"`,n)}}static async getItem(t){try{return await va.getItem(t)}catch(r){return console.error(`Failed to get item with key "${t}"`,r),null}}static async removeItem(t){try{await va.removeItem(t)}catch(r){console.error(`Failed to remove item with key "${t}"`,r)}}static async clear(){try{await va.clear()}catch(t){console.error("Failed to clear storage",t)}}}const tl=[{name:"SuiVision",link:"https://suivision.xyz",img:It("/images/logo_suivision@2x.png"),isCustom:!1},{name:"Suiscan",link:"https://suiscan.xyz/mainnet",img:It("/images/logo_suiscan@2x.png"),isCustom:!1}],rl=[{name:"Sui Fullnode",link:"https://fullnode.mainnet.sui.io",isCustom:!1},{name:"Custom RPC URL",link:"",isCustom:!0}],jE=[{display:"0.1",value:"0.001"},{display:"0.5",value:"0.005"},{display:"1",value:"0.01"}],hs={mainnet:{env:"mainnet",fullRpcUrl:"https://fullnode.mainnet.sui.io",simulationAccount:"0x326ce9894f08dcaa337fa232641cc34db957aec9ff6614c1186bc9a7508df0bb",api:"https://api-sui.cetus.zone",aggregatorUrl:"https://api-sui.cetus.zone/router_v2"}}["mainnet"],DE="0x45f3c0814d7be4aa5fbd32d7e3c40f3c062a2b63eaf5ec4f8c1539b5987b11af",LE=It("/images/birdeye-logo.png"),BE=It("/images/img-logo@2x.png"),UE=It("/images/logo_CoinGecko@2x.png"),FE=It("/images/logo_pyth.png");var ba=(e=>(e.CETUS="CETUS",e.KRIYA="KRIYA",e.KRIYAV3="KRIYAV3",e.FLOWX="FLOWX",e.FLOWXV3="FLOWXV3",e.AFTERMATH="AFTERMATH",e.HAEDAL="HAEDAL",e.VOLO="VOLO",e.AFSUI="AFSUI",e.DEEPBOOKV3="DEEPBOOKV3",e.SCALLOP="SCALLOP",e.BLUEMOVE="BLUEMOVE",e.TURBOS="TURBOS",e.SPRINGSUI="SPRINGSUI",e.BLUEFIN="BLUEFIN",e.HAEDALPMM="HAEDALPMM",e.ALPHAFI="ALPHAFI",e.STEAMM="STEAMM",e.OBRIC="OBRIC",e.METASTABLE="METASTABLE",e))(ba||{});const K1={pyth:"Pyth Network",coingecko:"CoinGecko",birdeye:"Birdeye",Cetus:"Cetus"},$E={pyth:FE,coingecko:UE,birdeye:LE,Cetus:BE},lr={CETUS:It("/images/aggregator-source/cetus.png"),KRIYA:It("/images/aggregator-source/kriya.png"),FLOWX:It("/images/aggregator-source/flowx.png"),AFTERMATH:It("/images/aggregator-source/aftermath.png"),TURBOS:It("/images/aggregator-source/turbos.png"),HAEDAL:It("/images/aggregator-source/haedal.png"),VOLO:It("/images/aggregator-source/volo.png"),AFSUI:It("/images/aggregator-source/aftermath.png"),BLUEMOVE:It("/images/aggregator-source/bluemove.png"),KRIYAV3:It("/images/aggregator-source/kriya.png"),FLOWXV3:It("/images/aggregator-source/flowx.png"),DEEPBOOKV3:It("/images/aggregator-source/deepbook.png"),SCALLOP:It("/images/aggregator-source/scallop.png"),SPRINGSUI:It("/images/aggregator-source/suilend.png"),BLUEFIN:It("/images/aggregator-source/bluefin.png"),HAEDALPMM:It("/images/aggregator-source/haedal.png"),ALPHAFI:It("/images/aggregator-source/stSui.png"),STEAMM:It("/images/aggregator-source/steamm.png"),OBRIC:It("/images/aggregator-source/obric.png"),METASTABLE:It("/images/aggregator-source/metastable.png")},Y1={CETUS:{name:"Cetus",id:"CETUS",logo:lr.CETUS,type:"dex",sort:100},DEEPBOOKV3:{name:"DeepBook V3",id:"DEEPBOOKV3",logo:lr.DEEPBOOKV3,type:"dex",sort:99},KRIYA:{name:"Kriya V2",id:"KRIYA",logo:lr.KRIYA,type:"dex",sort:98},KRIYAV3:{name:"Kriya V3",id:"KRIYAV3",logo:lr.KRIYA,type:"dex",sort:97},FLOWX:{name:"FlowX V2",id:"FLOWX",logo:lr.FLOWX,type:"dex",sort:96},FLOWXV3:{name:"FlowX V3",id:"FLOWXV3",logo:lr.FLOWX,type:"dex",sort:95},AFTERMATH:{name:"Aftermath",id:"AFTERMATH",logo:lr.AFTERMATH,type:"dex",sort:94},TURBOS:{name:"Turbos",id:"TURBOS",logo:lr.TURBOS,type:"dex",sort:93},HAEDAL:{name:"Haedal LSD",id:"HAEDAL",logo:lr.HAEDAL,type:"other",sort:92},HAEDALPMM:{name:"Haedal HMM",id:"HAEDALPMM",logo:lr.HAEDALPMM,type:"other",sort:92},VOLO:{name:"Volo",id:"VOLO",logo:lr.VOLO,type:"other",sort:91},AFSUI:{name:"Aftermath LSD",id:"AFSUI",logo:lr.AFTERMATH,type:"other",sort:90},BLUEMOVE:{name:"BlueMove",id:"BLUEMOVE",logo:lr.BLUEMOVE,type:"dex",sort:80},BLUEFIN:{name:"Bluefin",id:"BLUEFIN",logo:lr.BLUEFIN,sort:79,type:"dex"},SCALLOP:{name:"Scallop",id:"SCALLOP",logo:lr.SCALLOP,type:"other",sort:70},SPRINGSUI:{name:"SpringSui",id:"SPRINGSUI",logo:lr.SPRINGSUI,type:"other",sort:60},ALPHAFI:{name:"stSUI",id:"ALPHAFI",logo:lr.ALPHAFI,type:"other",sort:50},STEAMM:{name:"STEAMM",id:"STEAMM",logo:lr.STEAMM,sort:78,type:"dex"},METASTABLE:{name:"Metastable",id:"METASTABLE",logo:lr.METASTABLE,sort:77,type:"dex"},OBRIC:{name:"Obric",id:"OBRIC",logo:lr.OBRIC,sort:76,type:"dex"}},X1=e=>{let t;const r=new Set,n=(l,u)=>{const d=typeof l=="function"?l(t):l;if(!Object.is(d,t)){const p=t;t=u??(typeof d!="object"||d===null)?d:Object.assign({},t,d),r.forEach(y=>y(t,p))}},i=()=>t,a={setState:n,getState:i,getInitialState:()=>c,subscribe:l=>(r.add(l),()=>r.delete(l))},c=t=e(n,i,a);return a},VE=e=>e?X1(e):X1,zE=e=>e;function qE(e,t=zE){const r=re.useSyncExternalStore(e.subscribe,()=>t(e.getState()),()=>t(e.getInitialState()));return re.useDebugValue(r),r}const J1=e=>{const t=VE(e),r=n=>qE(t,n);return Object.assign(r,t),r},Ti=e=>e?J1(e):J1;function HE(e,t){let r;try{r=e()}catch{return}return{getItem:i=>{var o;const s=c=>c===null?null:JSON.parse(c,t==null?void 0:t.reviver),a=(o=r.getItem(i))!=null?o:null;return a instanceof Promise?a.then(s):s(a)},setItem:(i,o)=>r.setItem(i,JSON.stringify(o,t==null?void 0:t.replacer)),removeItem:i=>r.removeItem(i)}}const _d=e=>t=>{try{const r=e(t);return r instanceof Promise?r:{then(n){return _d(n)(r)},catch(n){return this}}}catch(r){return{then(n){return this},catch(n){return _d(n)(r)}}}},Fr=Ti(((e,t)=>(r,n,i)=>{let o={storage:HE(()=>localStorage),partialize:b=>b,version:0,merge:(b,M)=>({...M,...b}),...t},s=!1;const a=new Set,c=new Set;let l=o.storage;if(!l)return e((...b)=>{console.warn(`[zustand persist middleware] Unable to update item '${o.name}', the given storage is currently unavailable.`),r(...b)},n,i);const u=()=>{const b=o.partialize({...n()});return l.setItem(o.name,{state:b,version:o.version})},d=i.setState;i.setState=(b,M)=>{d(b,M),u()};const p=e((...b)=>{r(...b),u()},n,i);i.getInitialState=()=>p;let y;const x=()=>{var b,M;if(!l)return;s=!1,a.forEach(R=>{var k;return R((k=n())!=null?k:p)});const O=((M=o.onRehydrateStorage)==null?void 0:M.call(o,(b=n())!=null?b:p))||void 0;return _d(l.getItem.bind(l))(o.name).then(R=>{if(R)if(typeof R.version=="number"&&R.version!==o.version){if(o.migrate){const k=o.migrate(R.state,R.version);return k instanceof Promise?k.then(F=>[!0,F]):[!0,k]}console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,R.state];return[!1,void 0]}).then(R=>{var k;const[F,B]=R;if(y=o.merge(B,(k=n())!=null?k:p),r(y,!0),F)return u()}).then(()=>{O==null||O(y,void 0),y=n(),s=!0,c.forEach(R=>R(y))}).catch(R=>{O==null||O(void 0,R)})};return i.persist={setOptions:b=>{o={...o,...b},b.storage&&(l=b.storage)},clearStorage:()=>{l==null||l.removeItem(o.name)},getOptions:()=>o,rehydrate:()=>x(),hasHydrated:()=>s,onHydrate:b=>(a.add(b),()=>{a.delete(b)}),onFinishHydration:b=>(c.add(b),()=>{c.delete(b)})},o.skipHydration||x(),y||p})((e,t)=>({ignoreWarnTokenMap:{},currentExplorer:tl[0].link,setCurrentExplorer:r=>{e(()=>({currentExplorer:r}))},rpcList:rl,setRpcList:r=>{e(()=>({rpcList:[...r]}))},currentRpc:rl[0],customRpc:"",setCurrentRpc:r=>{e(()=>({currentRpc:r}))},setCustomRpc:r=>{e(()=>({customRpc:r}))},slippage:"0.5",setSlippage:r=>{e(()=>({slippage:r}))},isOpenSlippageDialog:!1,setIsOpenSlippageDialog:r=>{e(()=>({isOpenSlippageDialog:r}))},providers:Object.values(ba),setProviders:r=>{e(()=>({providers:r}))},poolApiMap:{},setPoolApiMap:(r,n)=>{const i=t().poolApiMap;i[r]=n,e(()=>({poolApiMap:{...i}}))},mevProtect:!0,setMevProtect:r=>{e(()=>({mevProtect:r}))},setIgnoreWarnToken:r=>{const n=t().ignoreWarnTokenMap;n[_i(r)]=!0,e(()=>({ignoreWarnTokenMap:{...n}}))}}),{name:"useGlobalStore",partialize:e=>{const{currentExplorer:t,currentRpc:r,slippage:n,customRpc:i,providers:o,mevProtect:s,ignoreWarnTokenMap:a}=e;return{currentExplorer:t,currentRpc:r,slippage:n,customRpc:i,providers:o,mevProtect:s,ignoreWarnTokenMap:a}}}));function ps(){const{currentExplorer:e}=Fr();return{getExplorerUrl:(r,n="account",i=e)=>{let o;return i.includes("suivision")?o=`${i}/${GE(n)}/${r}`:o=`${i}/${WE(n)}/${r}`,o}}}const WE=e=>{switch(e){case"account":return"address";case"token":return"object";case"tx":return"tx";case"poolAddress":return"object";case"nftAddress":return"object";case"coin":return"coin"}},GE=e=>{switch(e){case"account":return"account";case"token":return"object";case"tx":return"txblock";case"poolAddress":return"object";case"nftAddress":return"object";case"coin":return"coin"}};function Z1(e){const{text:t,keywords:r,onKeywordClick:n,text_highlight_color:i="var(--cs-primary)",text_size:o="12px",text_color:s="var(--cs-btn-disabled-text)"}=e,a=new RegExp(`(${r.join("|")})`,"gi"),c=t.split(a);return w.jsx("span",{style:{display:"inline",whiteSpace:"normal",textAlign:"start"},children:c.map((l,u)=>{const d=r.includes(l);return w.jsx("span",{style:{lineHeight:"20px",fontSize:o,color:d?i:s,cursor:"pointer",whiteSpace:"inherit"},onClick:()=>n(l),children:l},u)})})}var Q1={exports:{}};/*!
|
|
46
46
|
Copyright (c) 2018 Jed Watson.
|
|
47
47
|
Licensed under the MIT License (MIT), see
|
|
48
48
|
http://jedwatson.github.io/classnames
|
|
49
|
-
*/(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var o="",s=0;s<arguments.length;s++){var a=arguments[s];a&&(o=i(o,n(a)))}return o}function n(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return r.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var s="";for(var a in o)t.call(o,a)&&o[a]&&(s=i(s,a));return s}function i(o,s){return s?o?o+" "+s:o+s:o}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(O1);var I5=O1.exports;const Xt=Bs(I5);function Xe(e,t,{checkForDefaultPrevented:r=!0}={}){return function(i){if(e==null||e(i),r===!1||!i.defaultPrevented)return t==null?void 0:t(i)}}function O5(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Zc(...e){return t=>e.forEach(r=>O5(r,t))}function rr(...e){return P.useCallback(Zc(...e),e)}function fs(e,t=[]){let r=[];function n(o,s){const a=P.createContext(s),c=r.length;r=[...r,s];const u=d=>{var O;const{scope:p,children:w,...b}=d,y=((O=p==null?void 0:p[e])==null?void 0:O[c])||a,T=P.useMemo(()=>b,Object.values(b));return x.jsx(y.Provider,{value:T,children:w})};u.displayName=o+"Provider";function l(d,p){var y;const w=((y=p==null?void 0:p[e])==null?void 0:y[c])||a,b=P.useContext(w);if(b)return b;if(s!==void 0)return s;throw new Error(`\`${d}\` must be used within \`${o}\``)}return[u,l]}const i=()=>{const o=r.map(s=>P.createContext(s));return function(a){const c=(a==null?void 0:a[e])||o;return P.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,P5(i,...t)]}function P5(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const s=n.reduce((a,{useScope:c,scopeName:u})=>{const d=c(o)[`__scope${u}`];return{...a,...d}},{});return P.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return r.scopeName=t.scopeName,r}var _i=P.forwardRef((e,t)=>{const{children:r,...n}=e,i=P.Children.toArray(r),o=i.find(R5);if(o){const s=o.props.children,a=i.map(c=>c===o?P.Children.count(s)>1?P.Children.only(null):P.isValidElement(s)?s.props.children:null:c);return x.jsx(dd,{...n,ref:t,children:P.isValidElement(s)?P.cloneElement(s,void 0,a):null})}return x.jsx(dd,{...n,ref:t,children:r})});_i.displayName="Slot";var dd=P.forwardRef((e,t)=>{const{children:r,...n}=e;if(P.isValidElement(r)){const i=j5(r);return P.cloneElement(r,{...N5(n,r.props),ref:t?Zc(t,i):i})}return P.Children.count(r)>1?P.Children.only(null):null});dd.displayName="SlotClone";var ds=({children:e})=>x.jsx(x.Fragment,{children:e});function R5(e){return P.isValidElement(e)&&e.type===ds}function N5(e,t){const r={...t};for(const n in t){const i=e[n],o=t[n];/^on[A-Z]/.test(n)?i&&o?r[n]=(...a)=>{o(...a),i(...a)}:i&&(r[n]=i):n==="style"?r[n]={...i,...o}:n==="className"&&(r[n]=[i,o].filter(Boolean).join(" "))}return{...e,...r}}function j5(e){var n,i;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var k5=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Yt=k5.reduce((e,t)=>{const r=P.forwardRef((n,i)=>{const{asChild:o,...s}=n,a=o?_i:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),x.jsx(a,{...s,ref:i})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function P1(e,t){e&&qh.flushSync(()=>e.dispatchEvent(t))}function br(e){const t=P.useRef(e);return P.useEffect(()=>{t.current=e}),P.useMemo(()=>(...r)=>{var n;return(n=t.current)==null?void 0:n.call(t,...r)},[])}function D5(e,t=globalThis==null?void 0:globalThis.document){const r=br(e);P.useEffect(()=>{const n=i=>{i.key==="Escape"&&r(i)};return t.addEventListener("keydown",n,{capture:!0}),()=>t.removeEventListener("keydown",n,{capture:!0})},[r,t])}var B5="DismissableLayer",hd="dismissableLayer.update",L5="dismissableLayer.pointerDownOutside",$5="dismissableLayer.focusOutside",R1,N1=P.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),pd=P.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:o,onInteractOutside:s,onDismiss:a,...c}=e,u=P.useContext(N1),[l,d]=P.useState(null),p=(l==null?void 0:l.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,w]=P.useState({}),b=rr(t,H=>d(H)),y=Array.from(u.layers),[T]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),O=y.indexOf(T),R=l?y.indexOf(l):-1,k=u.layersWithOutsidePointerEventsDisabled.size>0,F=R>=O,L=V5(H=>{const K=H.target,re=[...u.branches].some(oe=>oe.contains(K));!F||re||(i==null||i(H),s==null||s(H),H.defaultPrevented||a==null||a())},p),q=z5(H=>{const K=H.target;[...u.branches].some(oe=>oe.contains(K))||(o==null||o(H),s==null||s(H),H.defaultPrevented||a==null||a())},p);return D5(H=>{R===u.layers.size-1&&(n==null||n(H),!H.defaultPrevented&&a&&(H.preventDefault(),a()))},p),P.useEffect(()=>{if(l)return r&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(R1=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(l)),u.layers.add(l),j1(),()=>{r&&u.layersWithOutsidePointerEventsDisabled.size===1&&(p.body.style.pointerEvents=R1)}},[l,p,r,u]),P.useEffect(()=>()=>{l&&(u.layers.delete(l),u.layersWithOutsidePointerEventsDisabled.delete(l),j1())},[l,u]),P.useEffect(()=>{const H=()=>w({});return document.addEventListener(hd,H),()=>document.removeEventListener(hd,H)},[]),x.jsx(Yt.div,{...c,ref:b,style:{pointerEvents:k?F?"auto":"none":void 0,...e.style},onFocusCapture:Xe(e.onFocusCapture,q.onFocusCapture),onBlurCapture:Xe(e.onBlurCapture,q.onBlurCapture),onPointerDownCapture:Xe(e.onPointerDownCapture,L.onPointerDownCapture)})});pd.displayName=B5;var F5="DismissableLayerBranch",U5=P.forwardRef((e,t)=>{const r=P.useContext(N1),n=P.useRef(null),i=rr(t,n);return P.useEffect(()=>{const o=n.current;if(o)return r.branches.add(o),()=>{r.branches.delete(o)}},[r.branches]),x.jsx(Yt.div,{...e,ref:i})});U5.displayName=F5;function V5(e,t=globalThis==null?void 0:globalThis.document){const r=br(e),n=P.useRef(!1),i=P.useRef(()=>{});return P.useEffect(()=>{const o=a=>{if(a.target&&!n.current){let c=function(){k1(L5,r,u,{discrete:!0})};const u={originalEvent:a};a.pointerType==="touch"?(t.removeEventListener("click",i.current),i.current=c,t.addEventListener("click",i.current,{once:!0})):c()}else t.removeEventListener("click",i.current);n.current=!1},s=window.setTimeout(()=>{t.addEventListener("pointerdown",o)},0);return()=>{window.clearTimeout(s),t.removeEventListener("pointerdown",o),t.removeEventListener("click",i.current)}},[t,r]),{onPointerDownCapture:()=>n.current=!0}}function z5(e,t=globalThis==null?void 0:globalThis.document){const r=br(e),n=P.useRef(!1);return P.useEffect(()=>{const i=o=>{o.target&&!n.current&&k1($5,r,{originalEvent:o},{discrete:!1})};return t.addEventListener("focusin",i),()=>t.removeEventListener("focusin",i)},[t,r]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function j1(){const e=new CustomEvent(hd);document.dispatchEvent(e)}function k1(e,t,r,{discrete:n}){const i=r.originalEvent.target,o=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&i.addEventListener(e,t,{once:!0}),n?P1(i,o):i.dispatchEvent(o)}var Gi=globalThis!=null&&globalThis.document?P.useLayoutEffect:()=>{},H5=P["useId".toString()]||(()=>{}),q5=0;function ga(e){const[t,r]=P.useState(H5());return Gi(()=>{e||r(n=>n??String(q5++))},[e]),e||(t?`radix-${t}`:"")}const W5=["top","right","bottom","left"],Ki=Math.min,en=Math.max,Xc=Math.round,Jc=Math.floor,Yn=e=>({x:e,y:e}),G5={left:"right",right:"left",bottom:"top",top:"bottom"},K5={start:"end",end:"start"};function md(e,t,r){return en(e,Ki(t,r))}function Ci(e,t){return typeof e=="function"?e(t):e}function Mi(e){return e.split("-")[0]}function hs(e){return e.split("-")[1]}function gd(e){return e==="x"?"y":"x"}function vd(e){return e==="y"?"height":"width"}function Yi(e){return["top","bottom"].includes(Mi(e))?"y":"x"}function yd(e){return gd(Yi(e))}function Y5(e,t,r){r===void 0&&(r=!1);const n=hs(e),i=yd(e),o=vd(i);let s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=Qc(s)),[s,Qc(s)]}function Z5(e){const t=Qc(e);return[wd(e),t,wd(t)]}function wd(e){return e.replace(/start|end/g,t=>K5[t])}function X5(e,t,r){const n=["left","right"],i=["right","left"],o=["top","bottom"],s=["bottom","top"];switch(e){case"top":case"bottom":return r?t?i:n:t?n:i;case"left":case"right":return t?o:s;default:return[]}}function J5(e,t,r,n){const i=hs(e);let o=X5(Mi(e),r==="start",n);return i&&(o=o.map(s=>s+"-"+i),t&&(o=o.concat(o.map(wd)))),o}function Qc(e){return e.replace(/left|right|bottom|top/g,t=>G5[t])}function Q5(e){return{top:0,right:0,bottom:0,left:0,...e}}function D1(e){return typeof e!="number"?Q5(e):{top:e,right:e,bottom:e,left:e}}function eu(e){const{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function B1(e,t,r){let{reference:n,floating:i}=e;const o=Yi(t),s=yd(t),a=vd(s),c=Mi(t),u=o==="y",l=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,p=n[a]/2-i[a]/2;let w;switch(c){case"top":w={x:l,y:n.y-i.height};break;case"bottom":w={x:l,y:n.y+n.height};break;case"right":w={x:n.x+n.width,y:d};break;case"left":w={x:n.x-i.width,y:d};break;default:w={x:n.x,y:n.y}}switch(hs(t)){case"start":w[s]-=p*(r&&u?-1:1);break;case"end":w[s]+=p*(r&&u?-1:1);break}return w}const eM=async(e,t,r)=>{const{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=r,a=o.filter(Boolean),c=await(s.isRTL==null?void 0:s.isRTL(t));let u=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:l,y:d}=B1(u,n,c),p=n,w={},b=0;for(let y=0;y<a.length;y++){const{name:T,fn:O}=a[y],{x:R,y:k,data:F,reset:L}=await O({x:l,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:w,rects:u,platform:s,elements:{reference:e,floating:t}});l=R??l,d=k??d,w={...w,[T]:{...w[T],...F}},L&&b<=50&&(b++,typeof L=="object"&&(L.placement&&(p=L.placement),L.rects&&(u=L.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):L.rects),{x:l,y:d}=B1(u,p,c)),y=-1)}return{x:l,y:d,placement:p,strategy:i,middlewareData:w}};async function va(e,t){var r;t===void 0&&(t={});const{x:n,y:i,platform:o,rects:s,elements:a,strategy:c}=e,{boundary:u="clippingAncestors",rootBoundary:l="viewport",elementContext:d="floating",altBoundary:p=!1,padding:w=0}=Ci(t,e),b=D1(w),T=a[p?d==="floating"?"reference":"floating":d],O=eu(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(T)))==null||r?T:T.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:u,rootBoundary:l,strategy:c})),R=d==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,k=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),F=await(o.isElement==null?void 0:o.isElement(k))?await(o.getScale==null?void 0:o.getScale(k))||{x:1,y:1}:{x:1,y:1},L=eu(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:R,offsetParent:k,strategy:c}):R);return{top:(O.top-L.top+b.top)/F.y,bottom:(L.bottom-O.bottom+b.bottom)/F.y,left:(O.left-L.left+b.left)/F.x,right:(L.right-O.right+b.right)/F.x}}const tM=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:i,rects:o,platform:s,elements:a,middlewareData:c}=t,{element:u,padding:l=0}=Ci(e,t)||{};if(u==null)return{};const d=D1(l),p={x:r,y:n},w=yd(i),b=vd(w),y=await s.getDimensions(u),T=w==="y",O=T?"top":"left",R=T?"bottom":"right",k=T?"clientHeight":"clientWidth",F=o.reference[b]+o.reference[w]-p[w]-o.floating[b],L=p[w]-o.reference[w],q=await(s.getOffsetParent==null?void 0:s.getOffsetParent(u));let H=q?q[k]:0;(!H||!await(s.isElement==null?void 0:s.isElement(q)))&&(H=a.floating[k]||o.floating[b]);const K=F/2-L/2,re=H/2-y[b]/2-1,oe=Ki(d[O],re),ae=Ki(d[R],re),z=oe,D=H-y[b]-ae,h=H/2-y[b]/2+K,f=md(z,h,D),m=!c.arrow&&hs(i)!=null&&h!==f&&o.reference[b]/2-(h<z?oe:ae)-y[b]/2<0,S=m?h<z?h-z:h-D:0;return{[w]:p[w]+S,data:{[w]:f,centerOffset:h-f-S,...m&&{alignmentOffset:S}},reset:m}}}),rM=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:i,middlewareData:o,rects:s,initialPlacement:a,platform:c,elements:u}=t,{mainAxis:l=!0,crossAxis:d=!0,fallbackPlacements:p,fallbackStrategy:w="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:y=!0,...T}=Ci(e,t);if((r=o.arrow)!=null&&r.alignmentOffset)return{};const O=Mi(i),R=Yi(a),k=Mi(a)===a,F=await(c.isRTL==null?void 0:c.isRTL(u.floating)),L=p||(k||!y?[Qc(a)]:Z5(a)),q=b!=="none";!p&&q&&L.push(...J5(a,y,b,F));const H=[a,...L],K=await va(t,T),re=[];let oe=((n=o.flip)==null?void 0:n.overflows)||[];if(l&&re.push(K[O]),d){const h=Y5(i,s,F);re.push(K[h[0]],K[h[1]])}if(oe=[...oe,{placement:i,overflows:re}],!re.every(h=>h<=0)){var ae,z;const h=(((ae=o.flip)==null?void 0:ae.index)||0)+1,f=H[h];if(f)return{data:{index:h,overflows:oe},reset:{placement:f}};let m=(z=oe.filter(S=>S.overflows[0]<=0).sort((S,M)=>S.overflows[1]-M.overflows[1])[0])==null?void 0:z.placement;if(!m)switch(w){case"bestFit":{var D;const S=(D=oe.filter(M=>{if(q){const _=Yi(M.placement);return _===R||_==="y"}return!0}).map(M=>[M.placement,M.overflows.filter(_=>_>0).reduce((_,I)=>_+I,0)]).sort((M,_)=>M[1]-_[1])[0])==null?void 0:D[0];S&&(m=S);break}case"initialPlacement":m=a;break}if(i!==m)return{reset:{placement:m}}}return{}}}};function L1(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function $1(e){return W5.some(t=>e[t]>=0)}const nM=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r}=t,{strategy:n="referenceHidden",...i}=Ci(e,t);switch(n){case"referenceHidden":{const o=await va(t,{...i,elementContext:"reference"}),s=L1(o,r.reference);return{data:{referenceHiddenOffsets:s,referenceHidden:$1(s)}}}case"escaped":{const o=await va(t,{...i,altBoundary:!0}),s=L1(o,r.floating);return{data:{escapedOffsets:s,escaped:$1(s)}}}default:return{}}}}};async function iM(e,t){const{placement:r,platform:n,elements:i}=e,o=await(n.isRTL==null?void 0:n.isRTL(i.floating)),s=Mi(r),a=hs(r),c=Yi(r)==="y",u=["left","top"].includes(s)?-1:1,l=o&&c?-1:1,d=Ci(t,e);let{mainAxis:p,crossAxis:w,alignmentAxis:b}=typeof d=="number"?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return a&&typeof b=="number"&&(w=a==="end"?b*-1:b),c?{x:w*l,y:p*u}:{x:p*u,y:w*l}}const oM=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:i,y:o,placement:s,middlewareData:a}=t,c=await iM(t,e);return s===((r=a.offset)==null?void 0:r.placement)&&(n=a.arrow)!=null&&n.alignmentOffset?{}:{x:i+c.x,y:o+c.y,data:{...c,placement:s}}}}},sM=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:i}=t,{mainAxis:o=!0,crossAxis:s=!1,limiter:a={fn:T=>{let{x:O,y:R}=T;return{x:O,y:R}}},...c}=Ci(e,t),u={x:r,y:n},l=await va(t,c),d=Yi(Mi(i)),p=gd(d);let w=u[p],b=u[d];if(o){const T=p==="y"?"top":"left",O=p==="y"?"bottom":"right",R=w+l[T],k=w-l[O];w=md(R,w,k)}if(s){const T=d==="y"?"top":"left",O=d==="y"?"bottom":"right",R=b+l[T],k=b-l[O];b=md(R,b,k)}const y=a.fn({...t,[p]:w,[d]:b});return{...y,data:{x:y.x-r,y:y.y-n,enabled:{[p]:o,[d]:s}}}}}},aM=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:r,y:n,placement:i,rects:o,middlewareData:s}=t,{offset:a=0,mainAxis:c=!0,crossAxis:u=!0}=Ci(e,t),l={x:r,y:n},d=Yi(i),p=gd(d);let w=l[p],b=l[d];const y=Ci(a,t),T=typeof y=="number"?{mainAxis:y,crossAxis:0}:{mainAxis:0,crossAxis:0,...y};if(c){const k=p==="y"?"height":"width",F=o.reference[p]-o.floating[k]+T.mainAxis,L=o.reference[p]+o.reference[k]-T.mainAxis;w<F?w=F:w>L&&(w=L)}if(u){var O,R;const k=p==="y"?"width":"height",F=["top","left"].includes(Mi(i)),L=o.reference[d]-o.floating[k]+(F&&((O=s.offset)==null?void 0:O[d])||0)+(F?0:T.crossAxis),q=o.reference[d]+o.reference[k]+(F?0:((R=s.offset)==null?void 0:R[d])||0)-(F?T.crossAxis:0);b<L?b=L:b>q&&(b=q)}return{[p]:w,[d]:b}}}},cM=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:i,rects:o,platform:s,elements:a}=t,{apply:c=()=>{},...u}=Ci(e,t),l=await va(t,u),d=Mi(i),p=hs(i),w=Yi(i)==="y",{width:b,height:y}=o.floating;let T,O;d==="top"||d==="bottom"?(T=d,O=p===(await(s.isRTL==null?void 0:s.isRTL(a.floating))?"start":"end")?"left":"right"):(O=d,T=p==="end"?"top":"bottom");const R=y-l.top-l.bottom,k=b-l.left-l.right,F=Ki(y-l[T],R),L=Ki(b-l[O],k),q=!t.middlewareData.shift;let H=F,K=L;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(K=k),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(H=R),q&&!p){const oe=en(l.left,0),ae=en(l.right,0),z=en(l.top,0),D=en(l.bottom,0);w?K=b-2*(oe!==0||ae!==0?oe+ae:en(l.left,l.right)):H=y-2*(z!==0||D!==0?z+D:en(l.top,l.bottom))}await c({...t,availableWidth:K,availableHeight:H});const re=await s.getDimensions(a.floating);return b!==re.width||y!==re.height?{reset:{rects:!0}}:{}}}};function tu(){return typeof window<"u"}function ps(e){return F1(e)?(e.nodeName||"").toLowerCase():"#document"}function tn(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Zn(e){var t;return(t=(F1(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function F1(e){return tu()?e instanceof Node||e instanceof tn(e).Node:!1}function Tn(e){return tu()?e instanceof Element||e instanceof tn(e).Element:!1}function Xn(e){return tu()?e instanceof HTMLElement||e instanceof tn(e).HTMLElement:!1}function U1(e){return!tu()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof tn(e).ShadowRoot}function ya(e){const{overflow:t,overflowX:r,overflowY:n,display:i}=In(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(i)}function uM(e){return["table","td","th"].includes(ps(e))}function ru(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function bd(e){const t=xd(),r=Tn(e)?In(e):e;return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(r.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(r.contain||"").includes(n))}function lM(e){let t=Zi(e);for(;Xn(t)&&!ms(t);){if(bd(t))return t;if(ru(t))return null;t=Zi(t)}return null}function xd(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function ms(e){return["html","body","#document"].includes(ps(e))}function In(e){return tn(e).getComputedStyle(e)}function nu(e){return Tn(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Zi(e){if(ps(e)==="html")return e;const t=e.assignedSlot||e.parentNode||U1(e)&&e.host||Zn(e);return U1(t)?t.host:t}function V1(e){const t=Zi(e);return ms(t)?e.ownerDocument?e.ownerDocument.body:e.body:Xn(t)&&ya(t)?t:V1(t)}function wa(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const i=V1(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),s=tn(i);if(o){const a=Sd(s);return t.concat(s,s.visualViewport||[],ya(i)?i:[],a&&r?wa(a):[])}return t.concat(i,wa(i,[],r))}function Sd(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function z1(e){const t=In(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const i=Xn(e),o=i?e.offsetWidth:r,s=i?e.offsetHeight:n,a=Xc(r)!==o||Xc(n)!==s;return a&&(r=o,n=s),{width:r,height:n,$:a}}function Ed(e){return Tn(e)?e:e.contextElement}function gs(e){const t=Ed(e);if(!Xn(t))return Yn(1);const r=t.getBoundingClientRect(),{width:n,height:i,$:o}=z1(t);let s=(o?Xc(r.width):r.width)/n,a=(o?Xc(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}const fM=Yn(0);function H1(e){const t=tn(e);return!xd()||!t.visualViewport?fM:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function dM(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==tn(e)?!1:t}function _o(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),o=Ed(e);let s=Yn(1);t&&(n?Tn(n)&&(s=gs(n)):s=gs(e));const a=dM(o,r,n)?H1(o):Yn(0);let c=(i.left+a.x)/s.x,u=(i.top+a.y)/s.y,l=i.width/s.x,d=i.height/s.y;if(o){const p=tn(o),w=n&&Tn(n)?tn(n):n;let b=p,y=Sd(b);for(;y&&n&&w!==b;){const T=gs(y),O=y.getBoundingClientRect(),R=In(y),k=O.left+(y.clientLeft+parseFloat(R.paddingLeft))*T.x,F=O.top+(y.clientTop+parseFloat(R.paddingTop))*T.y;c*=T.x,u*=T.y,l*=T.x,d*=T.y,c+=k,u+=F,b=tn(y),y=Sd(b)}}return eu({width:l,height:d,x:c,y:u})}function _d(e,t){const r=nu(e).scrollLeft;return t?t.left+r:_o(Zn(e)).left+r}function q1(e,t,r){r===void 0&&(r=!1);const n=e.getBoundingClientRect(),i=n.left+t.scrollLeft-(r?0:_d(e,n)),o=n.top+t.scrollTop;return{x:i,y:o}}function hM(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e;const o=i==="fixed",s=Zn(n),a=t?ru(t.floating):!1;if(n===s||a&&o)return r;let c={scrollLeft:0,scrollTop:0},u=Yn(1);const l=Yn(0),d=Xn(n);if((d||!d&&!o)&&((ps(n)!=="body"||ya(s))&&(c=nu(n)),Xn(n))){const w=_o(n);u=gs(n),l.x=w.x+n.clientLeft,l.y=w.y+n.clientTop}const p=s&&!d&&!o?q1(s,c,!0):Yn(0);return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-c.scrollLeft*u.x+l.x+p.x,y:r.y*u.y-c.scrollTop*u.y+l.y+p.y}}function pM(e){return Array.from(e.getClientRects())}function mM(e){const t=Zn(e),r=nu(e),n=e.ownerDocument.body,i=en(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=en(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let s=-r.scrollLeft+_d(e);const a=-r.scrollTop;return In(n).direction==="rtl"&&(s+=en(t.clientWidth,n.clientWidth)-i),{width:i,height:o,x:s,y:a}}function gM(e,t){const r=tn(e),n=Zn(e),i=r.visualViewport;let o=n.clientWidth,s=n.clientHeight,a=0,c=0;if(i){o=i.width,s=i.height;const u=xd();(!u||u&&t==="fixed")&&(a=i.offsetLeft,c=i.offsetTop)}return{width:o,height:s,x:a,y:c}}function vM(e,t){const r=_o(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=Xn(e)?gs(e):Yn(1),s=e.clientWidth*o.x,a=e.clientHeight*o.y,c=i*o.x,u=n*o.y;return{width:s,height:a,x:c,y:u}}function W1(e,t,r){let n;if(t==="viewport")n=gM(e,r);else if(t==="document")n=mM(Zn(e));else if(Tn(t))n=vM(t,r);else{const i=H1(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return eu(n)}function G1(e,t){const r=Zi(e);return r===t||!Tn(r)||ms(r)?!1:In(r).position==="fixed"||G1(r,t)}function yM(e,t){const r=t.get(e);if(r)return r;let n=wa(e,[],!1).filter(a=>Tn(a)&&ps(a)!=="body"),i=null;const o=In(e).position==="fixed";let s=o?Zi(e):e;for(;Tn(s)&&!ms(s);){const a=In(s),c=bd(s);!c&&a.position==="fixed"&&(i=null),(o?!c&&!i:!c&&a.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||ya(s)&&!c&&G1(e,s))?n=n.filter(l=>l!==s):i=a,s=Zi(s)}return t.set(e,n),n}function wM(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e;const s=[...r==="clippingAncestors"?ru(t)?[]:yM(t,this._c):[].concat(r),n],a=s[0],c=s.reduce((u,l)=>{const d=W1(t,l,i);return u.top=en(d.top,u.top),u.right=Ki(d.right,u.right),u.bottom=Ki(d.bottom,u.bottom),u.left=en(d.left,u.left),u},W1(t,a,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function bM(e){const{width:t,height:r}=z1(e);return{width:t,height:r}}function xM(e,t,r){const n=Xn(t),i=Zn(t),o=r==="fixed",s=_o(e,!0,o,t);let a={scrollLeft:0,scrollTop:0};const c=Yn(0);if(n||!n&&!o)if((ps(t)!=="body"||ya(i))&&(a=nu(t)),n){const p=_o(t,!0,o,t);c.x=p.x+t.clientLeft,c.y=p.y+t.clientTop}else i&&(c.x=_d(i));const u=i&&!n&&!o?q1(i,a):Yn(0),l=s.left+a.scrollLeft-c.x-u.x,d=s.top+a.scrollTop-c.y-u.y;return{x:l,y:d,width:s.width,height:s.height}}function Cd(e){return In(e).position==="static"}function K1(e,t){if(!Xn(e)||In(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Zn(e)===r&&(r=r.ownerDocument.body),r}function Y1(e,t){const r=tn(e);if(ru(e))return r;if(!Xn(e)){let i=Zi(e);for(;i&&!ms(i);){if(Tn(i)&&!Cd(i))return i;i=Zi(i)}return r}let n=K1(e,t);for(;n&&uM(n)&&Cd(n);)n=K1(n,t);return n&&ms(n)&&Cd(n)&&!bd(n)?r:n||lM(e)||r}const SM=async function(e){const t=this.getOffsetParent||Y1,r=this.getDimensions,n=await r(e.floating);return{reference:xM(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function EM(e){return In(e).direction==="rtl"}const _M={convertOffsetParentRelativeRectToViewportRelativeRect:hM,getDocumentElement:Zn,getClippingRect:wM,getOffsetParent:Y1,getElementRects:SM,getClientRects:pM,getDimensions:bM,getScale:gs,isElement:Tn,isRTL:EM};function CM(e,t){let r=null,n;const i=Zn(e);function o(){var a;clearTimeout(n),(a=r)==null||a.disconnect(),r=null}function s(a,c){a===void 0&&(a=!1),c===void 0&&(c=1),o();const{left:u,top:l,width:d,height:p}=e.getBoundingClientRect();if(a||t(),!d||!p)return;const w=Jc(l),b=Jc(i.clientWidth-(u+d)),y=Jc(i.clientHeight-(l+p)),T=Jc(u),R={rootMargin:-w+"px "+-b+"px "+-y+"px "+-T+"px",threshold:en(0,Ki(1,c))||1};let k=!0;function F(L){const q=L[0].intersectionRatio;if(q!==c){if(!k)return s();q?s(!1,q):n=setTimeout(()=>{s(!1,1e-7)},1e3)}k=!1}try{r=new IntersectionObserver(F,{...R,root:i.ownerDocument})}catch{r=new IntersectionObserver(F,R)}r.observe(e)}return s(!0),o}function MM(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:c=!1}=n,u=Ed(e),l=i||o?[...u?wa(u):[],...wa(t)]:[];l.forEach(O=>{i&&O.addEventListener("scroll",r,{passive:!0}),o&&O.addEventListener("resize",r)});const d=u&&a?CM(u,r):null;let p=-1,w=null;s&&(w=new ResizeObserver(O=>{let[R]=O;R&&R.target===u&&w&&(w.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var k;(k=w)==null||k.observe(t)})),r()}),u&&!c&&w.observe(u),w.observe(t));let b,y=c?_o(e):null;c&&T();function T(){const O=_o(e);y&&(O.x!==y.x||O.y!==y.y||O.width!==y.width||O.height!==y.height)&&r(),y=O,b=requestAnimationFrame(T)}return r(),()=>{var O;l.forEach(R=>{i&&R.removeEventListener("scroll",r),o&&R.removeEventListener("resize",r)}),d==null||d(),(O=w)==null||O.disconnect(),w=null,c&&cancelAnimationFrame(b)}}const AM=oM,TM=sM,IM=rM,OM=cM,PM=nM,Z1=tM,RM=aM,NM=(e,t,r)=>{const n=new Map,i={platform:_M,...r},o={...i.platform,_c:n};return eM(e,t,{...i,platform:o})};var iu=typeof document<"u"?te.useLayoutEffect:te.useEffect;function ou(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let r,n,i;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!ou(e[n],t[n]))return!1;return!0}if(i=Object.keys(e),r=i.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,i[n]))return!1;for(n=r;n--!==0;){const o=i[n];if(!(o==="_owner"&&e.$$typeof)&&!ou(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function X1(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function J1(e,t){const r=X1(e);return Math.round(t*r)/r}function Md(e){const t=P.useRef(e);return iu(()=>{t.current=e}),t}function jM(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:i,elements:{reference:o,floating:s}={},transform:a=!0,whileElementsMounted:c,open:u}=e,[l,d]=P.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,w]=P.useState(n);ou(p,n)||w(n);const[b,y]=P.useState(null),[T,O]=P.useState(null),R=P.useCallback(M=>{M!==q.current&&(q.current=M,y(M))},[]),k=P.useCallback(M=>{M!==H.current&&(H.current=M,O(M))},[]),F=o||b,L=s||T,q=P.useRef(null),H=P.useRef(null),K=P.useRef(l),re=c!=null,oe=Md(c),ae=Md(i),z=Md(u),D=P.useCallback(()=>{if(!q.current||!H.current)return;const M={placement:t,strategy:r,middleware:p};ae.current&&(M.platform=ae.current),NM(q.current,H.current,M).then(_=>{const I={..._,isPositioned:z.current!==!1};h.current&&!ou(K.current,I)&&(K.current=I,qh.flushSync(()=>{d(I)}))})},[p,t,r,ae,z]);iu(()=>{u===!1&&K.current.isPositioned&&(K.current.isPositioned=!1,d(M=>({...M,isPositioned:!1})))},[u]);const h=P.useRef(!1);iu(()=>(h.current=!0,()=>{h.current=!1}),[]),iu(()=>{if(F&&(q.current=F),L&&(H.current=L),F&&L){if(oe.current)return oe.current(F,L,D);D()}},[F,L,D,oe,re]);const f=P.useMemo(()=>({reference:q,floating:H,setReference:R,setFloating:k}),[R,k]),m=P.useMemo(()=>({reference:F,floating:L}),[F,L]),S=P.useMemo(()=>{const M={position:r,left:0,top:0};if(!m.floating)return M;const _=J1(m.floating,l.x),I=J1(m.floating,l.y);return a?{...M,transform:"translate("+_+"px, "+I+"px)",...X1(m.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:_,top:I}},[r,a,m.floating,l.x,l.y]);return P.useMemo(()=>({...l,update:D,refs:f,elements:m,floatingStyles:S}),[l,D,f,m,S])}const kM=e=>{function t(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:n,padding:i}=typeof e=="function"?e(r):e;return n&&t(n)?n.current!=null?Z1({element:n.current,padding:i}).fn(r):{}:n?Z1({element:n,padding:i}).fn(r):{}}}},DM=(e,t)=>({...AM(e),options:[e,t]}),BM=(e,t)=>({...TM(e),options:[e,t]}),LM=(e,t)=>({...RM(e),options:[e,t]}),$M=(e,t)=>({...IM(e),options:[e,t]}),FM=(e,t)=>({...OM(e),options:[e,t]}),UM=(e,t)=>({...PM(e),options:[e,t]}),VM=(e,t)=>({...kM(e),options:[e,t]});var zM="Arrow",Q1=P.forwardRef((e,t)=>{const{children:r,width:n=10,height:i=5,...o}=e;return x.jsx(Yt.svg,{...o,ref:t,width:n,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:x.jsx("polygon",{points:"0,0 30,0 15,10"})})});Q1.displayName=zM;var HM=Q1;function qM(e,t=[]){let r=[];function n(o,s){const a=P.createContext(s),c=r.length;r=[...r,s];function u(d){const{scope:p,children:w,...b}=d,y=(p==null?void 0:p[e][c])||a,T=P.useMemo(()=>b,Object.values(b));return x.jsx(y.Provider,{value:T,children:w})}function l(d,p){const w=(p==null?void 0:p[e][c])||a,b=P.useContext(w);if(b)return b;if(s!==void 0)return s;throw new Error(`\`${d}\` must be used within \`${o}\``)}return u.displayName=o+"Provider",[u,l]}const i=()=>{const o=r.map(s=>P.createContext(s));return function(a){const c=(a==null?void 0:a[e])||o;return P.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,WM(i,...t)]}function WM(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const s=n.reduce((a,{useScope:c,scopeName:u})=>{const d=c(o)[`__scope${u}`];return{...a,...d}},{});return P.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return r.scopeName=t.scopeName,r}function Ad(e){const[t,r]=P.useState(void 0);return Gi(()=>{if(e){r({width:e.offsetWidth,height:e.offsetHeight});const n=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const o=i[0];let s,a;if("borderBoxSize"in o){const c=o.borderBoxSize,u=Array.isArray(c)?c[0]:c;s=u.inlineSize,a=u.blockSize}else s=e.offsetWidth,a=e.offsetHeight;r({width:s,height:a})});return n.observe(e,{box:"border-box"}),()=>n.unobserve(e)}else r(void 0)},[e]),t}var Td="Popper",[ev,su]=qM(Td),[GM,tv]=ev(Td),rv=e=>{const{__scopePopper:t,children:r}=e,[n,i]=P.useState(null);return x.jsx(GM,{scope:t,anchor:n,onAnchorChange:i,children:r})};rv.displayName=Td;var nv="PopperAnchor",iv=P.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...i}=e,o=tv(nv,r),s=P.useRef(null),a=rr(t,s);return P.useEffect(()=>{o.onAnchorChange((n==null?void 0:n.current)||s.current)}),n?null:x.jsx(Yt.div,{...i,ref:a})});iv.displayName=nv;var Id="PopperContent",[KM,YM]=ev(Id),ov=P.forwardRef((e,t)=>{var le,me,xe,be,Ve,Le;const{__scopePopper:r,side:n="bottom",sideOffset:i=0,align:o="center",alignOffset:s=0,arrowPadding:a=0,avoidCollisions:c=!0,collisionBoundary:u=[],collisionPadding:l=0,sticky:d="partial",hideWhenDetached:p=!1,updatePositionStrategy:w="optimized",onPlaced:b,...y}=e,T=tv(Id,r),[O,R]=P.useState(null),k=rr(t,ft=>R(ft)),[F,L]=P.useState(null),q=Ad(F),H=(q==null?void 0:q.width)??0,K=(q==null?void 0:q.height)??0,re=n+(o!=="center"?"-"+o:""),oe=typeof l=="number"?l:{top:0,right:0,bottom:0,left:0,...l},ae=Array.isArray(u)?u:[u],z=ae.length>0,D={padding:oe,boundary:ae.filter(XM),altBoundary:z},{refs:h,floatingStyles:f,placement:m,isPositioned:S,middlewareData:M}=jM({strategy:"fixed",placement:re,whileElementsMounted:(...ft)=>MM(...ft,{animationFrame:w==="always"}),elements:{reference:T.anchor},middleware:[DM({mainAxis:i+K,alignmentAxis:s}),c&&BM({mainAxis:!0,crossAxis:!1,limiter:d==="partial"?LM():void 0,...D}),c&&$M({...D}),FM({...D,apply:({elements:ft,rects:dt,availableWidth:je,availableHeight:mt})=>{const{width:we,height:he}=dt.reference,Ce=ft.floating.style;Ce.setProperty("--radix-popper-available-width",`${je}px`),Ce.setProperty("--radix-popper-available-height",`${mt}px`),Ce.setProperty("--radix-popper-anchor-width",`${we}px`),Ce.setProperty("--radix-popper-anchor-height",`${he}px`)}}),F&&VM({element:F,padding:a}),JM({arrowWidth:H,arrowHeight:K}),p&&UM({strategy:"referenceHidden",...D})]}),[_,I]=cv(m),C=br(b);Gi(()=>{S&&(C==null||C())},[S,C]);const g=(le=M.arrow)==null?void 0:le.x,v=(me=M.arrow)==null?void 0:me.y,N=((xe=M.arrow)==null?void 0:xe.centerOffset)!==0,[ee,ie]=P.useState();return Gi(()=>{O&&ie(window.getComputedStyle(O).zIndex)},[O]),x.jsx("div",{ref:h.setFloating,"data-radix-popper-content-wrapper":"",style:{...f,transform:S?f.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:ee,"--radix-popper-transform-origin":[(be=M.transformOrigin)==null?void 0:be.x,(Ve=M.transformOrigin)==null?void 0:Ve.y].join(" "),...((Le=M.hide)==null?void 0:Le.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:x.jsx(KM,{scope:r,placedSide:_,onArrowChange:L,arrowX:g,arrowY:v,shouldHideArrow:N,children:x.jsx(Yt.div,{"data-side":_,"data-align":I,...y,ref:k,style:{...y.style,animation:S?void 0:"none"}})})})});ov.displayName=Id;var sv="PopperArrow",ZM={top:"bottom",right:"left",bottom:"top",left:"right"},av=P.forwardRef(function(t,r){const{__scopePopper:n,...i}=t,o=YM(sv,n),s=ZM[o.placedSide];return x.jsx("span",{ref:o.onArrowChange,style:{position:"absolute",left:o.arrowX,top:o.arrowY,[s]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[o.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[o.placedSide],visibility:o.shouldHideArrow?"hidden":void 0},children:x.jsx(HM,{...i,ref:r,style:{...i.style,display:"block"}})})});av.displayName=sv;function XM(e){return e!==null}var JM=e=>({name:"transformOrigin",options:e,fn(t){var T,O,R;const{placement:r,rects:n,middlewareData:i}=t,s=((T=i.arrow)==null?void 0:T.centerOffset)!==0,a=s?0:e.arrowWidth,c=s?0:e.arrowHeight,[u,l]=cv(r),d={start:"0%",center:"50%",end:"100%"}[l],p=(((O=i.arrow)==null?void 0:O.x)??0)+a/2,w=(((R=i.arrow)==null?void 0:R.y)??0)+c/2;let b="",y="";return u==="bottom"?(b=s?d:`${p}px`,y=`${-c}px`):u==="top"?(b=s?d:`${p}px`,y=`${n.floating.height+c}px`):u==="right"?(b=`${-c}px`,y=s?d:`${w}px`):u==="left"&&(b=`${n.floating.width+c}px`,y=s?d:`${w}px`),{data:{x:b,y}}}});function cv(e){const[t,r="center"]=e.split("-");return[t,r]}var uv=rv,lv=iv,fv=ov,dv=av,QM="Portal",hv=P.forwardRef((e,t)=>{var a;const{container:r,...n}=e,[i,o]=P.useState(!1);Gi(()=>o(!0),[]);const s=r||i&&((a=globalThis==null?void 0:globalThis.document)==null?void 0:a.body);return s?kn.createPortal(x.jsx(Yt.div,{...n,ref:t}),s):null});hv.displayName=QM;function eA(e,t){return P.useReducer((r,n)=>t[r][n]??r,e)}var On=e=>{const{present:t,children:r}=e,n=tA(t),i=typeof r=="function"?r({present:n.isPresent}):P.Children.only(r),o=rr(n.ref,rA(i));return typeof r=="function"||n.isPresent?P.cloneElement(i,{ref:o}):null};On.displayName="Presence";function tA(e){const[t,r]=P.useState(),n=P.useRef({}),i=P.useRef(e),o=P.useRef("none"),s=e?"mounted":"unmounted",[a,c]=eA(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return P.useEffect(()=>{const u=au(n.current);o.current=a==="mounted"?u:"none"},[a]),Gi(()=>{const u=n.current,l=i.current;if(l!==e){const p=o.current,w=au(u);e?c("MOUNT"):w==="none"||(u==null?void 0:u.display)==="none"?c("UNMOUNT"):c(l&&p!==w?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,c]),Gi(()=>{if(t){let u;const l=t.ownerDocument.defaultView??window,d=w=>{const y=au(n.current).includes(w.animationName);if(w.target===t&&y&&(c("ANIMATION_END"),!i.current)){const T=t.style.animationFillMode;t.style.animationFillMode="forwards",u=l.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=T)})}},p=w=>{w.target===t&&(o.current=au(n.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{l.clearTimeout(u),t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(a),ref:P.useCallback(u=>{u&&(n.current=getComputedStyle(u)),r(u)},[])}}function au(e){return(e==null?void 0:e.animationName)||"none"}function rA(e){var n,i;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}function ba({prop:e,defaultProp:t,onChange:r=()=>{}}){const[n,i]=nA({defaultProp:t,onChange:r}),o=e!==void 0,s=o?e:n,a=br(r),c=P.useCallback(u=>{if(o){const d=typeof u=="function"?u(e):u;d!==e&&a(d)}else i(u)},[o,e,i,a]);return[s,c]}function nA({defaultProp:e,onChange:t}){const r=P.useState(e),[n]=r,i=P.useRef(n),o=br(t);return P.useEffect(()=>{i.current!==n&&(o(n),i.current=n)},[n,i,o]),r}var iA="VisuallyHidden",pv=P.forwardRef((e,t)=>x.jsx(Yt.span,{...e,ref:t,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}));pv.displayName=iA;var oA=pv,[cu,nB]=fs("Tooltip",[su]),Od=su(),mv="TooltipProvider",sA=700,gv="tooltip.open",[aA,vv]=cu(mv),yv=e=>{const{__scopeTooltip:t,delayDuration:r=sA,skipDelayDuration:n=300,disableHoverableContent:i=!1,children:o}=e,[s,a]=P.useState(!0),c=P.useRef(!1),u=P.useRef(0);return P.useEffect(()=>{const l=u.current;return()=>window.clearTimeout(l)},[]),x.jsx(aA,{scope:t,isOpenDelayed:s,delayDuration:r,onOpen:P.useCallback(()=>{window.clearTimeout(u.current),a(!1)},[]),onClose:P.useCallback(()=>{window.clearTimeout(u.current),u.current=window.setTimeout(()=>a(!0),n)},[n]),isPointerInTransitRef:c,onPointerInTransitChange:P.useCallback(l=>{c.current=l},[]),disableHoverableContent:i,children:o})};yv.displayName=mv;var wv="Tooltip",[iB,uu]=cu(wv),Pd="TooltipTrigger",cA=P.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=uu(Pd,r),o=vv(Pd,r),s=Od(r),a=P.useRef(null),c=rr(t,a,i.onTriggerChange),u=P.useRef(!1),l=P.useRef(!1),d=P.useCallback(()=>u.current=!1,[]);return P.useEffect(()=>()=>document.removeEventListener("pointerup",d),[d]),x.jsx(lv,{asChild:!0,...s,children:x.jsx(Yt.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...n,ref:c,onPointerMove:Xe(e.onPointerMove,p=>{p.pointerType!=="touch"&&!l.current&&!o.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:Xe(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:Xe(e.onPointerDown,()=>{u.current=!0,document.addEventListener("pointerup",d,{once:!0})}),onFocus:Xe(e.onFocus,()=>{u.current||i.onOpen()}),onBlur:Xe(e.onBlur,i.onClose),onClick:Xe(e.onClick,i.onClose)})})});cA.displayName=Pd;var uA="TooltipPortal",[oB,lA]=cu(uA,{forceMount:void 0}),vs="TooltipContent",fA=P.forwardRef((e,t)=>{const r=lA(vs,e.__scopeTooltip),{forceMount:n=r.forceMount,side:i="top",...o}=e,s=uu(vs,e.__scopeTooltip);return x.jsx(On,{present:n||s.open,children:s.disableHoverableContent?x.jsx(bv,{side:i,...o,ref:t}):x.jsx(dA,{side:i,...o,ref:t})})}),dA=P.forwardRef((e,t)=>{const r=uu(vs,e.__scopeTooltip),n=vv(vs,e.__scopeTooltip),i=P.useRef(null),o=rr(t,i),[s,a]=P.useState(null),{trigger:c,onClose:u}=r,l=i.current,{onPointerInTransitChange:d}=n,p=P.useCallback(()=>{a(null),d(!1)},[d]),w=P.useCallback((b,y)=>{const T=b.currentTarget,O={x:b.clientX,y:b.clientY},R=gA(O,T.getBoundingClientRect()),k=vA(O,R),F=yA(y.getBoundingClientRect()),L=bA([...k,...F]);a(L),d(!0)},[d]);return P.useEffect(()=>()=>p(),[p]),P.useEffect(()=>{if(c&&l){const b=T=>w(T,l),y=T=>w(T,c);return c.addEventListener("pointerleave",b),l.addEventListener("pointerleave",y),()=>{c.removeEventListener("pointerleave",b),l.removeEventListener("pointerleave",y)}}},[c,l,w,p]),P.useEffect(()=>{if(s){const b=y=>{const T=y.target,O={x:y.clientX,y:y.clientY},R=(c==null?void 0:c.contains(T))||(l==null?void 0:l.contains(T)),k=!wA(O,s);R?p():k&&(p(),u())};return document.addEventListener("pointermove",b),()=>document.removeEventListener("pointermove",b)}},[c,l,s,u,p]),x.jsx(bv,{...e,ref:o})}),[hA,pA]=cu(wv,{isInside:!1}),bv=P.forwardRef((e,t)=>{const{__scopeTooltip:r,children:n,"aria-label":i,onEscapeKeyDown:o,onPointerDownOutside:s,...a}=e,c=uu(vs,r),u=Od(r),{onClose:l}=c;return P.useEffect(()=>(document.addEventListener(gv,l),()=>document.removeEventListener(gv,l)),[l]),P.useEffect(()=>{if(c.trigger){const d=p=>{const w=p.target;w!=null&&w.contains(c.trigger)&&l()};return window.addEventListener("scroll",d,{capture:!0}),()=>window.removeEventListener("scroll",d,{capture:!0})}},[c.trigger,l]),x.jsx(pd,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:o,onPointerDownOutside:s,onFocusOutside:d=>d.preventDefault(),onDismiss:l,children:x.jsxs(fv,{"data-state":c.stateAttribute,...u,...a,ref:t,style:{...a.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[x.jsx(ds,{children:n}),x.jsx(hA,{scope:r,isInside:!0,children:x.jsx(oA,{id:c.contentId,role:"tooltip",children:i||n})})]})})});fA.displayName=vs;var xv="TooltipArrow",mA=P.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=Od(r);return pA(xv,r).isInside?null:x.jsx(dv,{...i,...n,ref:t})});mA.displayName=xv;function gA(e,t){const r=Math.abs(t.top-e.y),n=Math.abs(t.bottom-e.y),i=Math.abs(t.right-e.x),o=Math.abs(t.left-e.x);switch(Math.min(r,n,i,o)){case o:return"left";case i:return"right";case r:return"top";case n:return"bottom";default:throw new Error("unreachable")}}function vA(e,t,r=5){const n=[];switch(t){case"top":n.push({x:e.x-r,y:e.y+r},{x:e.x+r,y:e.y+r});break;case"bottom":n.push({x:e.x-r,y:e.y-r},{x:e.x+r,y:e.y-r});break;case"left":n.push({x:e.x+r,y:e.y-r},{x:e.x+r,y:e.y+r});break;case"right":n.push({x:e.x-r,y:e.y-r},{x:e.x-r,y:e.y+r});break}return n}function yA(e){const{top:t,right:r,bottom:n,left:i}=e;return[{x:i,y:t},{x:r,y:t},{x:r,y:n},{x:i,y:n}]}function wA(e,t){const{x:r,y:n}=e;let i=!1;for(let o=0,s=t.length-1;o<t.length;s=o++){const a=t[o].x,c=t[o].y,u=t[s].x,l=t[s].y;c>n!=l>n&&r<(u-a)*(n-c)/(l-c)+a&&(i=!i)}return i}function bA(e){const t=e.slice();return t.sort((r,n)=>r.x<n.x?-1:r.x>n.x?1:r.y<n.y?-1:r.y>n.y?1:0),xA(t)}function xA(e){if(e.length<=1)return e.slice();const t=[];for(let n=0;n<e.length;n++){const i=e[n];for(;t.length>=2;){const o=t[t.length-1],s=t[t.length-2];if((o.x-s.x)*(i.y-s.y)>=(o.y-s.y)*(i.x-s.x))t.pop();else break}t.push(i)}t.pop();const r=[];for(let n=e.length-1;n>=0;n--){const i=e[n];for(;r.length>=2;){const o=r[r.length-1],s=r[r.length-2];if((o.x-s.x)*(i.y-s.y)>=(o.y-s.y)*(i.x-s.x))r.pop();else break}r.push(i)}return r.pop(),t.length===1&&r.length===1&&t[0].x===r[0].x&&t[0].y===r[0].y?t:t.concat(r)}var SA=yv,Sv=P.createContext(void 0),EA=e=>{const{dir:t,children:r}=e;return x.jsx(Sv.Provider,{value:t,children:r})};function Rd(e){const t=P.useContext(Sv);return e||t||"ltr"}const _A=["tomato","red","ruby","crimson","pink","plum","purple","violet","iris","indigo","blue","cyan","teal","jade","green","grass","brown","orange"],CA=["sky","mint","lime","yellow","amber"],MA=["gold","bronze"],AA=[..._A,...CA,...MA],TA=["gray",...["mauve","slate","sage","olive","sand"]];function IA(e){switch(e){case"tomato":case"red":case"ruby":case"crimson":case"pink":case"plum":case"purple":case"violet":return"mauve";case"iris":case"indigo":case"blue":case"sky":case"cyan":return"slate";case"teal":case"jade":case"mint":case"green":return"sage";case"grass":case"lime":return"olive";case"yellow":case"amber":case"orange":case"brown":case"gold":case"bronze":return"sand"}}const OA=["inherit","light","dark"],PA=[...AA,"gray"],RA=[...TA,"auto"],Fr={hasBackground:{type:"boolean",default:!0},appearance:{type:"enum",values:OA,default:"inherit"},accentColor:{type:"enum",values:PA,default:"indigo"},grayColor:{type:"enum",values:RA,default:"auto"},panelBackground:{type:"enum",values:["solid","translucent"],default:"translucent"},radius:{type:"enum",values:["none","small","medium","large","full"],default:"medium"},scaling:{type:"enum",values:["90%","95%","100%","105%","110%"],default:"100%"}};function Ev(e){return e==="gray"?"gray":IA(e)}const ys=()=>{},lu=P.createContext(void 0);function NA(){const e=P.useContext(lu);if(e===void 0)throw new Error("`useThemeContext` must be used within a `Theme`");return e}const fu=P.forwardRef((e,t)=>P.useContext(lu)===void 0?P.createElement(SA,null,P.createElement(EA,{dir:"ltr"},P.createElement(_v,{...e,ref:t}))):P.createElement(Nd,{...e,ref:t}));fu.displayName="Theme";const _v=P.forwardRef((e,t)=>{const{appearance:r=Fr.appearance.default,accentColor:n=Fr.accentColor.default,grayColor:i=Fr.grayColor.default,panelBackground:o=Fr.panelBackground.default,radius:s=Fr.radius.default,scaling:a=Fr.scaling.default,hasBackground:c=Fr.hasBackground.default,...u}=e,[l,d]=P.useState(r);P.useEffect(()=>d(r),[r]);const[p,w]=P.useState(n);P.useEffect(()=>w(n),[n]);const[b,y]=P.useState(i);P.useEffect(()=>y(i),[i]);const[T,O]=P.useState(o);P.useEffect(()=>O(o),[o]);const[R,k]=P.useState(s);P.useEffect(()=>k(s),[s]);const[F,L]=P.useState(a);P.useEffect(()=>L(a),[a]);const q=P.memo(({appearance:K})=>P.createElement("script",{dangerouslySetInnerHTML:{__html:`!(function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');d.style.colorScheme='${K}';c.add('${K}');}catch(e){}})();`}}),()=>!0);q.displayName="ExplicitRootAppearanceScript",P.useEffect(()=>jA(r),[r]);const H=b==="auto"?Ev(p):b;return P.createElement(P.Fragment,null,l!=="inherit"&&P.createElement(q,{appearance:l}),c&&P.createElement("style",{dangerouslySetInnerHTML:{__html:`
|
|
49
|
+
*/(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var o="",s=0;s<arguments.length;s++){var a=arguments[s];a&&(o=i(o,n(a)))}return o}function n(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return r.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var s="";for(var a in o)t.call(o,a)&&o[a]&&(s=i(s,a));return s}function i(o,s){return s?o?o+" "+s:o+s:o}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(Q1);var KE=Q1.exports;const Zt=Us(KE);function Je(e,t,{checkForDefaultPrevented:r=!0}={}){return function(i){if(e==null||e(i),r===!1||!i.defaultPrevented)return t==null?void 0:t(i)}}function ev(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function nl(...e){return t=>{let r=!1;const n=e.map(i=>{const o=ev(i,t);return!r&&typeof o=="function"&&(r=!0),o});if(r)return()=>{for(let i=0;i<n.length;i++){const o=n[i];typeof o=="function"?o():ev(e[i],null)}}}}function ir(...e){return P.useCallback(nl(...e),e)}function Ai(e,t=[]){let r=[];function n(o,s){const a=P.createContext(s),c=r.length;r=[...r,s];const l=d=>{var O;const{scope:p,children:y,...x}=d,b=((O=p==null?void 0:p[e])==null?void 0:O[c])||a,M=P.useMemo(()=>x,Object.values(x));return w.jsx(b.Provider,{value:M,children:y})};l.displayName=o+"Provider";function u(d,p){var b;const y=((b=p==null?void 0:p[e])==null?void 0:b[c])||a,x=P.useContext(y);if(x)return x;if(s!==void 0)return s;throw new Error(`\`${d}\` must be used within \`${o}\``)}return[l,u]}const i=()=>{const o=r.map(s=>P.createContext(s));return function(a){const c=(a==null?void 0:a[e])||o;return P.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,YE(i,...t)]}function YE(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const s=n.reduce((a,{useScope:c,scopeName:l})=>{const d=c(o)[`__scope${l}`];return{...a,...d}},{});return P.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return r.scopeName=t.scopeName,r}var Mi=P.forwardRef((e,t)=>{const{children:r,...n}=e,i=P.Children.toArray(r),o=i.find(XE);if(o){const s=o.props.children,a=i.map(c=>c===o?P.Children.count(s)>1?P.Children.only(null):P.isValidElement(s)?s.props.children:null:c);return w.jsx(Ed,{...n,ref:t,children:P.isValidElement(s)?P.cloneElement(s,void 0,a):null})}return w.jsx(Ed,{...n,ref:t,children:r})});Mi.displayName="Slot";var Ed=P.forwardRef((e,t)=>{const{children:r,...n}=e;if(P.isValidElement(r)){const i=ZE(r),o=JE(n,r.props);return r.type!==P.Fragment&&(o.ref=t?nl(t,i):i),P.cloneElement(r,o)}return P.Children.count(r)>1?P.Children.only(null):null});Ed.displayName="SlotClone";var ms=({children:e})=>w.jsx(w.Fragment,{children:e});function XE(e){return P.isValidElement(e)&&e.type===ms}function JE(e,t){const r={...t};for(const n in t){const i=e[n],o=t[n];/^on[A-Z]/.test(n)?i&&o?r[n]=(...a)=>{o(...a),i(...a)}:i&&(r[n]=i):n==="style"?r[n]={...i,...o}:n==="className"&&(r[n]=[i,o].filter(Boolean).join(" "))}return{...e,...r}}function ZE(e){var n,i;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var QE=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Xt=QE.reduce((e,t)=>{const r=P.forwardRef((n,i)=>{const{asChild:o,...s}=n,a=o?Mi:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),w.jsx(a,{...s,ref:i})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function tv(e,t){e&&nh.flushSync(()=>e.dispatchEvent(t))}function wr(e){const t=P.useRef(e);return P.useEffect(()=>{t.current=e}),P.useMemo(()=>(...r)=>{var n;return(n=t.current)==null?void 0:n.call(t,...r)},[])}function eC(e,t=globalThis==null?void 0:globalThis.document){const r=wr(e);P.useEffect(()=>{const n=i=>{i.key==="Escape"&&r(i)};return t.addEventListener("keydown",n,{capture:!0}),()=>t.removeEventListener("keydown",n,{capture:!0})},[r,t])}var tC="DismissableLayer",Cd="dismissableLayer.update",rC="dismissableLayer.pointerDownOutside",nC="dismissableLayer.focusOutside",rv,nv=P.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Td=P.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:o,onInteractOutside:s,onDismiss:a,...c}=e,l=P.useContext(nv),[u,d]=P.useState(null),p=(u==null?void 0:u.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,y]=P.useState({}),x=ir(t,z=>d(z)),b=Array.from(l.layers),[M]=[...l.layersWithOutsidePointerEventsDisabled].slice(-1),O=b.indexOf(M),R=u?b.indexOf(u):-1,k=l.layersWithOutsidePointerEventsDisabled.size>0,F=R>=O,B=sC(z=>{const G=z.target,ne=[...l.branches].some(oe=>oe.contains(G));!F||ne||(i==null||i(z),s==null||s(z),z.defaultPrevented||a==null||a())},p),W=aC(z=>{const G=z.target;[...l.branches].some(oe=>oe.contains(G))||(o==null||o(z),s==null||s(z),z.defaultPrevented||a==null||a())},p);return eC(z=>{R===l.layers.size-1&&(n==null||n(z),!z.defaultPrevented&&a&&(z.preventDefault(),a()))},p),P.useEffect(()=>{if(u)return r&&(l.layersWithOutsidePointerEventsDisabled.size===0&&(rv=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),l.layersWithOutsidePointerEventsDisabled.add(u)),l.layers.add(u),iv(),()=>{r&&l.layersWithOutsidePointerEventsDisabled.size===1&&(p.body.style.pointerEvents=rv)}},[u,p,r,l]),P.useEffect(()=>()=>{u&&(l.layers.delete(u),l.layersWithOutsidePointerEventsDisabled.delete(u),iv())},[u,l]),P.useEffect(()=>{const z=()=>y({});return document.addEventListener(Cd,z),()=>document.removeEventListener(Cd,z)},[]),w.jsx(Xt.div,{...c,ref:x,style:{pointerEvents:k?F?"auto":"none":void 0,...e.style},onFocusCapture:Je(e.onFocusCapture,W.onFocusCapture),onBlurCapture:Je(e.onBlurCapture,W.onBlurCapture),onPointerDownCapture:Je(e.onPointerDownCapture,B.onPointerDownCapture)})});Td.displayName=tC;var iC="DismissableLayerBranch",oC=P.forwardRef((e,t)=>{const r=P.useContext(nv),n=P.useRef(null),i=ir(t,n);return P.useEffect(()=>{const o=n.current;if(o)return r.branches.add(o),()=>{r.branches.delete(o)}},[r.branches]),w.jsx(Xt.div,{...e,ref:i})});oC.displayName=iC;function sC(e,t=globalThis==null?void 0:globalThis.document){const r=wr(e),n=P.useRef(!1),i=P.useRef(()=>{});return P.useEffect(()=>{const o=a=>{if(a.target&&!n.current){let c=function(){ov(rC,r,l,{discrete:!0})};const l={originalEvent:a};a.pointerType==="touch"?(t.removeEventListener("click",i.current),i.current=c,t.addEventListener("click",i.current,{once:!0})):c()}else t.removeEventListener("click",i.current);n.current=!1},s=window.setTimeout(()=>{t.addEventListener("pointerdown",o)},0);return()=>{window.clearTimeout(s),t.removeEventListener("pointerdown",o),t.removeEventListener("click",i.current)}},[t,r]),{onPointerDownCapture:()=>n.current=!0}}function aC(e,t=globalThis==null?void 0:globalThis.document){const r=wr(e),n=P.useRef(!1);return P.useEffect(()=>{const i=o=>{o.target&&!n.current&&ov(nC,r,{originalEvent:o},{discrete:!1})};return t.addEventListener("focusin",i),()=>t.removeEventListener("focusin",i)},[t,r]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function iv(){const e=new CustomEvent(Cd);document.dispatchEvent(e)}function ov(e,t,r,{discrete:n}){const i=r.originalEvent.target,o=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&i.addEventListener(e,t,{once:!0}),n?tv(i,o):i.dispatchEvent(o)}var Zi=globalThis!=null&&globalThis.document?P.useLayoutEffect:()=>{},cC=P["useId".toString()]||(()=>{}),lC=0;function ya(e){const[t,r]=P.useState(cC());return Zi(()=>{e||r(n=>n??String(lC++))},[e]),e||(t?`radix-${t}`:"")}const uC=["top","right","bottom","left"],Qi=Math.min,rn=Math.max,il=Math.round,ol=Math.floor,Zn=e=>({x:e,y:e}),fC={left:"right",right:"left",bottom:"top",top:"bottom"},dC={start:"end",end:"start"};function Ad(e,t,r){return rn(e,Qi(t,r))}function Ii(e,t){return typeof e=="function"?e(t):e}function Oi(e){return e.split("-")[0]}function gs(e){return e.split("-")[1]}function Md(e){return e==="x"?"y":"x"}function Id(e){return e==="y"?"height":"width"}function eo(e){return["top","bottom"].includes(Oi(e))?"y":"x"}function Od(e){return Md(eo(e))}function hC(e,t,r){r===void 0&&(r=!1);const n=gs(e),i=Od(e),o=Id(i);let s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=sl(s)),[s,sl(s)]}function pC(e){const t=sl(e);return[Pd(e),t,Pd(t)]}function Pd(e){return e.replace(/start|end/g,t=>dC[t])}function mC(e,t,r){const n=["left","right"],i=["right","left"],o=["top","bottom"],s=["bottom","top"];switch(e){case"top":case"bottom":return r?t?i:n:t?n:i;case"left":case"right":return t?o:s;default:return[]}}function gC(e,t,r,n){const i=gs(e);let o=mC(Oi(e),r==="start",n);return i&&(o=o.map(s=>s+"-"+i),t&&(o=o.concat(o.map(Pd)))),o}function sl(e){return e.replace(/left|right|bottom|top/g,t=>fC[t])}function vC(e){return{top:0,right:0,bottom:0,left:0,...e}}function sv(e){return typeof e!="number"?vC(e):{top:e,right:e,bottom:e,left:e}}function al(e){const{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function av(e,t,r){let{reference:n,floating:i}=e;const o=eo(t),s=Od(t),a=Id(s),c=Oi(t),l=o==="y",u=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,p=n[a]/2-i[a]/2;let y;switch(c){case"top":y={x:u,y:n.y-i.height};break;case"bottom":y={x:u,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:d};break;case"left":y={x:n.x-i.width,y:d};break;default:y={x:n.x,y:n.y}}switch(gs(t)){case"start":y[s]-=p*(r&&l?-1:1);break;case"end":y[s]+=p*(r&&l?-1:1);break}return y}const bC=async(e,t,r)=>{const{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=r,a=o.filter(Boolean),c=await(s.isRTL==null?void 0:s.isRTL(t));let l=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=av(l,n,c),p=n,y={},x=0;for(let b=0;b<a.length;b++){const{name:M,fn:O}=a[b],{x:R,y:k,data:F,reset:B}=await O({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:y,rects:l,platform:s,elements:{reference:e,floating:t}});u=R??u,d=k??d,y={...y,[M]:{...y[M],...F}},B&&x<=50&&(x++,typeof B=="object"&&(B.placement&&(p=B.placement),B.rects&&(l=B.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):B.rects),{x:u,y:d}=av(l,p,c)),b=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:y}};async function wa(e,t){var r;t===void 0&&(t={});const{x:n,y:i,platform:o,rects:s,elements:a,strategy:c}=e,{boundary:l="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:y=0}=Ii(t,e),x=sv(y),M=a[p?d==="floating"?"reference":"floating":d],O=al(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(M)))==null||r?M:M.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:l,rootBoundary:u,strategy:c})),R=d==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,k=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),F=await(o.isElement==null?void 0:o.isElement(k))?await(o.getScale==null?void 0:o.getScale(k))||{x:1,y:1}:{x:1,y:1},B=al(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:R,offsetParent:k,strategy:c}):R);return{top:(O.top-B.top+x.top)/F.y,bottom:(B.bottom-O.bottom+x.bottom)/F.y,left:(O.left-B.left+x.left)/F.x,right:(B.right-O.right+x.right)/F.x}}const yC=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:i,rects:o,platform:s,elements:a,middlewareData:c}=t,{element:l,padding:u=0}=Ii(e,t)||{};if(l==null)return{};const d=sv(u),p={x:r,y:n},y=Od(i),x=Id(y),b=await s.getDimensions(l),M=y==="y",O=M?"top":"left",R=M?"bottom":"right",k=M?"clientHeight":"clientWidth",F=o.reference[x]+o.reference[y]-p[y]-o.floating[x],B=p[y]-o.reference[y],W=await(s.getOffsetParent==null?void 0:s.getOffsetParent(l));let z=W?W[k]:0;(!z||!await(s.isElement==null?void 0:s.isElement(W)))&&(z=a.floating[k]||o.floating[x]);const G=F/2-B/2,ne=z/2-b[x]/2-1,oe=Qi(d[O],ne),se=Qi(d[R],ne),q=oe,L=z-b[x]-se,h=z/2-b[x]/2+G,f=Ad(q,h,L),m=!c.arrow&&gs(i)!=null&&h!==f&&o.reference[x]/2-(h<q?oe:se)-b[x]/2<0,S=m?h<q?h-q:h-L:0;return{[y]:p[y]+S,data:{[y]:f,centerOffset:h-f-S,...m&&{alignmentOffset:S}},reset:m}}}),wC=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:i,middlewareData:o,rects:s,initialPlacement:a,platform:c,elements:l}=t,{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:p,fallbackStrategy:y="bestFit",fallbackAxisSideDirection:x="none",flipAlignment:b=!0,...M}=Ii(e,t);if((r=o.arrow)!=null&&r.alignmentOffset)return{};const O=Oi(i),R=eo(a),k=Oi(a)===a,F=await(c.isRTL==null?void 0:c.isRTL(l.floating)),B=p||(k||!b?[sl(a)]:pC(a)),W=x!=="none";!p&&W&&B.push(...gC(a,b,x,F));const z=[a,...B],G=await wa(t,M),ne=[];let oe=((n=o.flip)==null?void 0:n.overflows)||[];if(u&&ne.push(G[O]),d){const h=hC(i,s,F);ne.push(G[h[0]],G[h[1]])}if(oe=[...oe,{placement:i,overflows:ne}],!ne.every(h=>h<=0)){var se,q;const h=(((se=o.flip)==null?void 0:se.index)||0)+1,f=z[h];if(f)return{data:{index:h,overflows:oe},reset:{placement:f}};let m=(q=oe.filter(S=>S.overflows[0]<=0).sort((S,T)=>S.overflows[1]-T.overflows[1])[0])==null?void 0:q.placement;if(!m)switch(y){case"bestFit":{var L;const S=(L=oe.filter(T=>{if(W){const E=eo(T.placement);return E===R||E==="y"}return!0}).map(T=>[T.placement,T.overflows.filter(E=>E>0).reduce((E,I)=>E+I,0)]).sort((T,E)=>T[1]-E[1])[0])==null?void 0:L[0];S&&(m=S);break}case"initialPlacement":m=a;break}if(i!==m)return{reset:{placement:m}}}return{}}}};function cv(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function lv(e){return uC.some(t=>e[t]>=0)}const xC=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r}=t,{strategy:n="referenceHidden",...i}=Ii(e,t);switch(n){case"referenceHidden":{const o=await wa(t,{...i,elementContext:"reference"}),s=cv(o,r.reference);return{data:{referenceHiddenOffsets:s,referenceHidden:lv(s)}}}case"escaped":{const o=await wa(t,{...i,altBoundary:!0}),s=cv(o,r.floating);return{data:{escapedOffsets:s,escaped:lv(s)}}}default:return{}}}}};async function SC(e,t){const{placement:r,platform:n,elements:i}=e,o=await(n.isRTL==null?void 0:n.isRTL(i.floating)),s=Oi(r),a=gs(r),c=eo(r)==="y",l=["left","top"].includes(s)?-1:1,u=o&&c?-1:1,d=Ii(t,e);let{mainAxis:p,crossAxis:y,alignmentAxis:x}=typeof d=="number"?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return a&&typeof x=="number"&&(y=a==="end"?x*-1:x),c?{x:y*u,y:p*l}:{x:p*l,y:y*u}}const _C=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:i,y:o,placement:s,middlewareData:a}=t,c=await SC(t,e);return s===((r=a.offset)==null?void 0:r.placement)&&(n=a.arrow)!=null&&n.alignmentOffset?{}:{x:i+c.x,y:o+c.y,data:{...c,placement:s}}}}},EC=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:i}=t,{mainAxis:o=!0,crossAxis:s=!1,limiter:a={fn:M=>{let{x:O,y:R}=M;return{x:O,y:R}}},...c}=Ii(e,t),l={x:r,y:n},u=await wa(t,c),d=eo(Oi(i)),p=Md(d);let y=l[p],x=l[d];if(o){const M=p==="y"?"top":"left",O=p==="y"?"bottom":"right",R=y+u[M],k=y-u[O];y=Ad(R,y,k)}if(s){const M=d==="y"?"top":"left",O=d==="y"?"bottom":"right",R=x+u[M],k=x-u[O];x=Ad(R,x,k)}const b=a.fn({...t,[p]:y,[d]:x});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[p]:o,[d]:s}}}}}},CC=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:r,y:n,placement:i,rects:o,middlewareData:s}=t,{offset:a=0,mainAxis:c=!0,crossAxis:l=!0}=Ii(e,t),u={x:r,y:n},d=eo(i),p=Md(d);let y=u[p],x=u[d];const b=Ii(a,t),M=typeof b=="number"?{mainAxis:b,crossAxis:0}:{mainAxis:0,crossAxis:0,...b};if(c){const k=p==="y"?"height":"width",F=o.reference[p]-o.floating[k]+M.mainAxis,B=o.reference[p]+o.reference[k]-M.mainAxis;y<F?y=F:y>B&&(y=B)}if(l){var O,R;const k=p==="y"?"width":"height",F=["top","left"].includes(Oi(i)),B=o.reference[d]-o.floating[k]+(F&&((O=s.offset)==null?void 0:O[d])||0)+(F?0:M.crossAxis),W=o.reference[d]+o.reference[k]+(F?0:((R=s.offset)==null?void 0:R[d])||0)-(F?M.crossAxis:0);x<B?x=B:x>W&&(x=W)}return{[p]:y,[d]:x}}}},TC=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:i,rects:o,platform:s,elements:a}=t,{apply:c=()=>{},...l}=Ii(e,t),u=await wa(t,l),d=Oi(i),p=gs(i),y=eo(i)==="y",{width:x,height:b}=o.floating;let M,O;d==="top"||d==="bottom"?(M=d,O=p===(await(s.isRTL==null?void 0:s.isRTL(a.floating))?"start":"end")?"left":"right"):(O=d,M=p==="end"?"top":"bottom");const R=b-u.top-u.bottom,k=x-u.left-u.right,F=Qi(b-u[M],R),B=Qi(x-u[O],k),W=!t.middlewareData.shift;let z=F,G=B;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(G=k),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(z=R),W&&!p){const oe=rn(u.left,0),se=rn(u.right,0),q=rn(u.top,0),L=rn(u.bottom,0);y?G=x-2*(oe!==0||se!==0?oe+se:rn(u.left,u.right)):z=b-2*(q!==0||L!==0?q+L:rn(u.top,u.bottom))}await c({...t,availableWidth:G,availableHeight:z});const ne=await s.getDimensions(a.floating);return x!==ne.width||b!==ne.height?{reset:{rects:!0}}:{}}}};function cl(){return typeof window<"u"}function vs(e){return uv(e)?(e.nodeName||"").toLowerCase():"#document"}function nn(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Qn(e){var t;return(t=(uv(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function uv(e){return cl()?e instanceof Node||e instanceof nn(e).Node:!1}function Nn(e){return cl()?e instanceof Element||e instanceof nn(e).Element:!1}function ei(e){return cl()?e instanceof HTMLElement||e instanceof nn(e).HTMLElement:!1}function fv(e){return!cl()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof nn(e).ShadowRoot}function xa(e){const{overflow:t,overflowX:r,overflowY:n,display:i}=kn(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(i)}function AC(e){return["table","td","th"].includes(vs(e))}function ll(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function Rd(e){const t=Nd(),r=Nn(e)?kn(e):e;return["transform","translate","scale","rotate","perspective"].some(n=>r[n]?r[n]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||["transform","translate","scale","rotate","perspective","filter"].some(n=>(r.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(r.contain||"").includes(n))}function MC(e){let t=to(e);for(;ei(t)&&!bs(t);){if(Rd(t))return t;if(ll(t))return null;t=to(t)}return null}function Nd(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function bs(e){return["html","body","#document"].includes(vs(e))}function kn(e){return nn(e).getComputedStyle(e)}function ul(e){return Nn(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function to(e){if(vs(e)==="html")return e;const t=e.assignedSlot||e.parentNode||fv(e)&&e.host||Qn(e);return fv(t)?t.host:t}function dv(e){const t=to(e);return bs(t)?e.ownerDocument?e.ownerDocument.body:e.body:ei(t)&&xa(t)?t:dv(t)}function Sa(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const i=dv(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),s=nn(i);if(o){const a=kd(s);return t.concat(s,s.visualViewport||[],xa(i)?i:[],a&&r?Sa(a):[])}return t.concat(i,Sa(i,[],r))}function kd(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function hv(e){const t=kn(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const i=ei(e),o=i?e.offsetWidth:r,s=i?e.offsetHeight:n,a=il(r)!==o||il(n)!==s;return a&&(r=o,n=s),{width:r,height:n,$:a}}function jd(e){return Nn(e)?e:e.contextElement}function ys(e){const t=jd(e);if(!ei(t))return Zn(1);const r=t.getBoundingClientRect(),{width:n,height:i,$:o}=hv(t);let s=(o?il(r.width):r.width)/n,a=(o?il(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}const IC=Zn(0);function pv(e){const t=nn(e);return!Nd()||!t.visualViewport?IC:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function OC(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==nn(e)?!1:t}function jo(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),o=jd(e);let s=Zn(1);t&&(n?Nn(n)&&(s=ys(n)):s=ys(e));const a=OC(o,r,n)?pv(o):Zn(0);let c=(i.left+a.x)/s.x,l=(i.top+a.y)/s.y,u=i.width/s.x,d=i.height/s.y;if(o){const p=nn(o),y=n&&Nn(n)?nn(n):n;let x=p,b=kd(x);for(;b&&n&&y!==x;){const M=ys(b),O=b.getBoundingClientRect(),R=kn(b),k=O.left+(b.clientLeft+parseFloat(R.paddingLeft))*M.x,F=O.top+(b.clientTop+parseFloat(R.paddingTop))*M.y;c*=M.x,l*=M.y,u*=M.x,d*=M.y,c+=k,l+=F,x=nn(b),b=kd(x)}}return al({width:u,height:d,x:c,y:l})}function Dd(e,t){const r=ul(e).scrollLeft;return t?t.left+r:jo(Qn(e)).left+r}function mv(e,t,r){r===void 0&&(r=!1);const n=e.getBoundingClientRect(),i=n.left+t.scrollLeft-(r?0:Dd(e,n)),o=n.top+t.scrollTop;return{x:i,y:o}}function PC(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e;const o=i==="fixed",s=Qn(n),a=t?ll(t.floating):!1;if(n===s||a&&o)return r;let c={scrollLeft:0,scrollTop:0},l=Zn(1);const u=Zn(0),d=ei(n);if((d||!d&&!o)&&((vs(n)!=="body"||xa(s))&&(c=ul(n)),ei(n))){const y=jo(n);l=ys(n),u.x=y.x+n.clientLeft,u.y=y.y+n.clientTop}const p=s&&!d&&!o?mv(s,c,!0):Zn(0);return{width:r.width*l.x,height:r.height*l.y,x:r.x*l.x-c.scrollLeft*l.x+u.x+p.x,y:r.y*l.y-c.scrollTop*l.y+u.y+p.y}}function RC(e){return Array.from(e.getClientRects())}function NC(e){const t=Qn(e),r=ul(e),n=e.ownerDocument.body,i=rn(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=rn(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let s=-r.scrollLeft+Dd(e);const a=-r.scrollTop;return kn(n).direction==="rtl"&&(s+=rn(t.clientWidth,n.clientWidth)-i),{width:i,height:o,x:s,y:a}}function kC(e,t){const r=nn(e),n=Qn(e),i=r.visualViewport;let o=n.clientWidth,s=n.clientHeight,a=0,c=0;if(i){o=i.width,s=i.height;const l=Nd();(!l||l&&t==="fixed")&&(a=i.offsetLeft,c=i.offsetTop)}return{width:o,height:s,x:a,y:c}}function jC(e,t){const r=jo(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=ei(e)?ys(e):Zn(1),s=e.clientWidth*o.x,a=e.clientHeight*o.y,c=i*o.x,l=n*o.y;return{width:s,height:a,x:c,y:l}}function gv(e,t,r){let n;if(t==="viewport")n=kC(e,r);else if(t==="document")n=NC(Qn(e));else if(Nn(t))n=jC(t,r);else{const i=pv(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return al(n)}function vv(e,t){const r=to(e);return r===t||!Nn(r)||bs(r)?!1:kn(r).position==="fixed"||vv(r,t)}function DC(e,t){const r=t.get(e);if(r)return r;let n=Sa(e,[],!1).filter(a=>Nn(a)&&vs(a)!=="body"),i=null;const o=kn(e).position==="fixed";let s=o?to(e):e;for(;Nn(s)&&!bs(s);){const a=kn(s),c=Rd(s);!c&&a.position==="fixed"&&(i=null),(o?!c&&!i:!c&&a.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||xa(s)&&!c&&vv(e,s))?n=n.filter(u=>u!==s):i=a,s=to(s)}return t.set(e,n),n}function LC(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e;const s=[...r==="clippingAncestors"?ll(t)?[]:DC(t,this._c):[].concat(r),n],a=s[0],c=s.reduce((l,u)=>{const d=gv(t,u,i);return l.top=rn(d.top,l.top),l.right=Qi(d.right,l.right),l.bottom=Qi(d.bottom,l.bottom),l.left=rn(d.left,l.left),l},gv(t,a,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function BC(e){const{width:t,height:r}=hv(e);return{width:t,height:r}}function UC(e,t,r){const n=ei(t),i=Qn(t),o=r==="fixed",s=jo(e,!0,o,t);let a={scrollLeft:0,scrollTop:0};const c=Zn(0);if(n||!n&&!o)if((vs(t)!=="body"||xa(i))&&(a=ul(t)),n){const p=jo(t,!0,o,t);c.x=p.x+t.clientLeft,c.y=p.y+t.clientTop}else i&&(c.x=Dd(i));const l=i&&!n&&!o?mv(i,a):Zn(0),u=s.left+a.scrollLeft-c.x-l.x,d=s.top+a.scrollTop-c.y-l.y;return{x:u,y:d,width:s.width,height:s.height}}function Ld(e){return kn(e).position==="static"}function bv(e,t){if(!ei(e)||kn(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Qn(e)===r&&(r=r.ownerDocument.body),r}function yv(e,t){const r=nn(e);if(ll(e))return r;if(!ei(e)){let i=to(e);for(;i&&!bs(i);){if(Nn(i)&&!Ld(i))return i;i=to(i)}return r}let n=bv(e,t);for(;n&&AC(n)&&Ld(n);)n=bv(n,t);return n&&bs(n)&&Ld(n)&&!Rd(n)?r:n||MC(e)||r}const FC=async function(e){const t=this.getOffsetParent||yv,r=this.getDimensions,n=await r(e.floating);return{reference:UC(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function $C(e){return kn(e).direction==="rtl"}const VC={convertOffsetParentRelativeRectToViewportRelativeRect:PC,getDocumentElement:Qn,getClippingRect:LC,getOffsetParent:yv,getElementRects:FC,getClientRects:RC,getDimensions:BC,getScale:ys,isElement:Nn,isRTL:$C};function wv(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function zC(e,t){let r=null,n;const i=Qn(e);function o(){var a;clearTimeout(n),(a=r)==null||a.disconnect(),r=null}function s(a,c){a===void 0&&(a=!1),c===void 0&&(c=1),o();const l=e.getBoundingClientRect(),{left:u,top:d,width:p,height:y}=l;if(a||t(),!p||!y)return;const x=ol(d),b=ol(i.clientWidth-(u+p)),M=ol(i.clientHeight-(d+y)),O=ol(u),k={rootMargin:-x+"px "+-b+"px "+-M+"px "+-O+"px",threshold:rn(0,Qi(1,c))||1};let F=!0;function B(W){const z=W[0].intersectionRatio;if(z!==c){if(!F)return s();z?s(!1,z):n=setTimeout(()=>{s(!1,1e-7)},1e3)}z===1&&!wv(l,e.getBoundingClientRect())&&s(),F=!1}try{r=new IntersectionObserver(B,{...k,root:i.ownerDocument})}catch{r=new IntersectionObserver(B,k)}r.observe(e)}return s(!0),o}function qC(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:c=!1}=n,l=jd(e),u=i||o?[...l?Sa(l):[],...Sa(t)]:[];u.forEach(O=>{i&&O.addEventListener("scroll",r,{passive:!0}),o&&O.addEventListener("resize",r)});const d=l&&a?zC(l,r):null;let p=-1,y=null;s&&(y=new ResizeObserver(O=>{let[R]=O;R&&R.target===l&&y&&(y.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var k;(k=y)==null||k.observe(t)})),r()}),l&&!c&&y.observe(l),y.observe(t));let x,b=c?jo(e):null;c&&M();function M(){const O=jo(e);b&&!wv(b,O)&&r(),b=O,x=requestAnimationFrame(M)}return r(),()=>{var O;u.forEach(R=>{i&&R.removeEventListener("scroll",r),o&&R.removeEventListener("resize",r)}),d==null||d(),(O=y)==null||O.disconnect(),y=null,c&&cancelAnimationFrame(x)}}const HC=_C,WC=EC,GC=wC,KC=TC,YC=xC,xv=yC,XC=CC,JC=(e,t,r)=>{const n=new Map,i={platform:VC,...r},o={...i.platform,_c:n};return bC(e,t,{...i,platform:o})};var fl=typeof document<"u"?re.useLayoutEffect:re.useEffect;function dl(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let r,n,i;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!dl(e[n],t[n]))return!1;return!0}if(i=Object.keys(e),r=i.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,i[n]))return!1;for(n=r;n--!==0;){const o=i[n];if(!(o==="_owner"&&e.$$typeof)&&!dl(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function Sv(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function _v(e,t){const r=Sv(e);return Math.round(t*r)/r}function Bd(e){const t=P.useRef(e);return fl(()=>{t.current=e}),t}function ZC(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:i,elements:{reference:o,floating:s}={},transform:a=!0,whileElementsMounted:c,open:l}=e,[u,d]=P.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,y]=P.useState(n);dl(p,n)||y(n);const[x,b]=P.useState(null),[M,O]=P.useState(null),R=P.useCallback(T=>{T!==W.current&&(W.current=T,b(T))},[]),k=P.useCallback(T=>{T!==z.current&&(z.current=T,O(T))},[]),F=o||x,B=s||M,W=P.useRef(null),z=P.useRef(null),G=P.useRef(u),ne=c!=null,oe=Bd(c),se=Bd(i),q=Bd(l),L=P.useCallback(()=>{if(!W.current||!z.current)return;const T={placement:t,strategy:r,middleware:p};se.current&&(T.platform=se.current),JC(W.current,z.current,T).then(E=>{const I={...E,isPositioned:q.current!==!1};h.current&&!dl(G.current,I)&&(G.current=I,nh.flushSync(()=>{d(I)}))})},[p,t,r,se,q]);fl(()=>{l===!1&&G.current.isPositioned&&(G.current.isPositioned=!1,d(T=>({...T,isPositioned:!1})))},[l]);const h=P.useRef(!1);fl(()=>(h.current=!0,()=>{h.current=!1}),[]),fl(()=>{if(F&&(W.current=F),B&&(z.current=B),F&&B){if(oe.current)return oe.current(F,B,L);L()}},[F,B,L,oe,ne]);const f=P.useMemo(()=>({reference:W,floating:z,setReference:R,setFloating:k}),[R,k]),m=P.useMemo(()=>({reference:F,floating:B}),[F,B]),S=P.useMemo(()=>{const T={position:r,left:0,top:0};if(!m.floating)return T;const E=_v(m.floating,u.x),I=_v(m.floating,u.y);return a?{...T,transform:"translate("+E+"px, "+I+"px)",...Sv(m.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:E,top:I}},[r,a,m.floating,u.x,u.y]);return P.useMemo(()=>({...u,update:L,refs:f,elements:m,floatingStyles:S}),[u,L,f,m,S])}const QC=e=>{function t(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:n,padding:i}=typeof e=="function"?e(r):e;return n&&t(n)?n.current!=null?xv({element:n.current,padding:i}).fn(r):{}:n?xv({element:n,padding:i}).fn(r):{}}}},eT=(e,t)=>({...HC(e),options:[e,t]}),tT=(e,t)=>({...WC(e),options:[e,t]}),rT=(e,t)=>({...XC(e),options:[e,t]}),nT=(e,t)=>({...GC(e),options:[e,t]}),iT=(e,t)=>({...KC(e),options:[e,t]}),oT=(e,t)=>({...YC(e),options:[e,t]}),sT=(e,t)=>({...QC(e),options:[e,t]});var aT="Arrow",Ev=P.forwardRef((e,t)=>{const{children:r,width:n=10,height:i=5,...o}=e;return w.jsx(Xt.svg,{...o,ref:t,width:n,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:w.jsx("polygon",{points:"0,0 30,0 15,10"})})});Ev.displayName=aT;var cT=Ev;function Ud(e){const[t,r]=P.useState(void 0);return Zi(()=>{if(e){r({width:e.offsetWidth,height:e.offsetHeight});const n=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const o=i[0];let s,a;if("borderBoxSize"in o){const c=o.borderBoxSize,l=Array.isArray(c)?c[0]:c;s=l.inlineSize,a=l.blockSize}else s=e.offsetWidth,a=e.offsetHeight;r({width:s,height:a})});return n.observe(e,{box:"border-box"}),()=>n.unobserve(e)}else r(void 0)},[e]),t}var Fd="Popper",[Cv,hl]=Ai(Fd),[lT,Tv]=Cv(Fd),Av=e=>{const{__scopePopper:t,children:r}=e,[n,i]=P.useState(null);return w.jsx(lT,{scope:t,anchor:n,onAnchorChange:i,children:r})};Av.displayName=Fd;var Mv="PopperAnchor",Iv=P.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...i}=e,o=Tv(Mv,r),s=P.useRef(null),a=ir(t,s);return P.useEffect(()=>{o.onAnchorChange((n==null?void 0:n.current)||s.current)}),n?null:w.jsx(Xt.div,{...i,ref:a})});Iv.displayName=Mv;var $d="PopperContent",[uT,fT]=Cv($d),Ov=P.forwardRef((e,t)=>{var ce,be,xe,pe,Le,Ae;const{__scopePopper:r,side:n="bottom",sideOffset:i=0,align:o="center",alignOffset:s=0,arrowPadding:a=0,avoidCollisions:c=!0,collisionBoundary:l=[],collisionPadding:u=0,sticky:d="partial",hideWhenDetached:p=!1,updatePositionStrategy:y="optimized",onPlaced:x,...b}=e,M=Tv($d,r),[O,R]=P.useState(null),k=ir(t,Ze=>R(Ze)),[F,B]=P.useState(null),W=Ud(F),z=(W==null?void 0:W.width)??0,G=(W==null?void 0:W.height)??0,ne=n+(o!=="center"?"-"+o:""),oe=typeof u=="number"?u:{top:0,right:0,bottom:0,left:0,...u},se=Array.isArray(l)?l:[l],q=se.length>0,L={padding:oe,boundary:se.filter(hT),altBoundary:q},{refs:h,floatingStyles:f,placement:m,isPositioned:S,middlewareData:T}=ZC({strategy:"fixed",placement:ne,whileElementsMounted:(...Ze)=>qC(...Ze,{animationFrame:y==="always"}),elements:{reference:M.anchor},middleware:[eT({mainAxis:i+G,alignmentAxis:s}),c&&tT({mainAxis:!0,crossAxis:!1,limiter:d==="partial"?rT():void 0,...L}),c&&nT({...L}),iT({...L,apply:({elements:Ze,rects:dt,availableWidth:je,availableHeight:mt})=>{const{width:we,height:he}=dt.reference,Ce=Ze.floating.style;Ce.setProperty("--radix-popper-available-width",`${je}px`),Ce.setProperty("--radix-popper-available-height",`${mt}px`),Ce.setProperty("--radix-popper-anchor-width",`${we}px`),Ce.setProperty("--radix-popper-anchor-height",`${he}px`)}}),F&&sT({element:F,padding:a}),pT({arrowWidth:z,arrowHeight:G}),p&&oT({strategy:"referenceHidden",...L})]}),[E,I]=Nv(m),C=wr(x);Zi(()=>{S&&(C==null||C())},[S,C]);const g=(ce=T.arrow)==null?void 0:ce.x,v=(be=T.arrow)==null?void 0:be.y,j=((xe=T.arrow)==null?void 0:xe.centerOffset)!==0,[Q,Z]=P.useState();return Zi(()=>{O&&Z(window.getComputedStyle(O).zIndex)},[O]),w.jsx("div",{ref:h.setFloating,"data-radix-popper-content-wrapper":"",style:{...f,transform:S?f.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:Q,"--radix-popper-transform-origin":[(pe=T.transformOrigin)==null?void 0:pe.x,(Le=T.transformOrigin)==null?void 0:Le.y].join(" "),...((Ae=T.hide)==null?void 0:Ae.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:w.jsx(uT,{scope:r,placedSide:E,onArrowChange:B,arrowX:g,arrowY:v,shouldHideArrow:j,children:w.jsx(Xt.div,{"data-side":E,"data-align":I,...b,ref:k,style:{...b.style,animation:S?void 0:"none"}})})})});Ov.displayName=$d;var Pv="PopperArrow",dT={top:"bottom",right:"left",bottom:"top",left:"right"},Rv=P.forwardRef(function(t,r){const{__scopePopper:n,...i}=t,o=fT(Pv,n),s=dT[o.placedSide];return w.jsx("span",{ref:o.onArrowChange,style:{position:"absolute",left:o.arrowX,top:o.arrowY,[s]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[o.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[o.placedSide],visibility:o.shouldHideArrow?"hidden":void 0},children:w.jsx(cT,{...i,ref:r,style:{...i.style,display:"block"}})})});Rv.displayName=Pv;function hT(e){return e!==null}var pT=e=>({name:"transformOrigin",options:e,fn(t){var M,O,R;const{placement:r,rects:n,middlewareData:i}=t,s=((M=i.arrow)==null?void 0:M.centerOffset)!==0,a=s?0:e.arrowWidth,c=s?0:e.arrowHeight,[l,u]=Nv(r),d={start:"0%",center:"50%",end:"100%"}[u],p=(((O=i.arrow)==null?void 0:O.x)??0)+a/2,y=(((R=i.arrow)==null?void 0:R.y)??0)+c/2;let x="",b="";return l==="bottom"?(x=s?d:`${p}px`,b=`${-c}px`):l==="top"?(x=s?d:`${p}px`,b=`${n.floating.height+c}px`):l==="right"?(x=`${-c}px`,b=s?d:`${y}px`):l==="left"&&(x=`${n.floating.width+c}px`,b=s?d:`${y}px`),{data:{x,y:b}}}});function Nv(e){const[t,r="center"]=e.split("-");return[t,r]}var kv=Av,jv=Iv,Dv=Ov,Lv=Rv,mT="Portal",Bv=P.forwardRef((e,t)=>{var a;const{container:r,...n}=e,[i,o]=P.useState(!1);Zi(()=>o(!0),[]);const s=r||i&&((a=globalThis==null?void 0:globalThis.document)==null?void 0:a.body);return s?Un.createPortal(w.jsx(Xt.div,{...n,ref:t}),s):null});Bv.displayName=mT;function gT(e,t){return P.useReducer((r,n)=>t[r][n]??r,e)}var jn=e=>{const{present:t,children:r}=e,n=vT(t),i=typeof r=="function"?r({present:n.isPresent}):P.Children.only(r),o=ir(n.ref,bT(i));return typeof r=="function"||n.isPresent?P.cloneElement(i,{ref:o}):null};jn.displayName="Presence";function vT(e){const[t,r]=P.useState(),n=P.useRef({}),i=P.useRef(e),o=P.useRef("none"),s=e?"mounted":"unmounted",[a,c]=gT(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return P.useEffect(()=>{const l=pl(n.current);o.current=a==="mounted"?l:"none"},[a]),Zi(()=>{const l=n.current,u=i.current;if(u!==e){const p=o.current,y=pl(l);e?c("MOUNT"):y==="none"||(l==null?void 0:l.display)==="none"?c("UNMOUNT"):c(u&&p!==y?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,c]),Zi(()=>{if(t){let l;const u=t.ownerDocument.defaultView??window,d=y=>{const b=pl(n.current).includes(y.animationName);if(y.target===t&&b&&(c("ANIMATION_END"),!i.current)){const M=t.style.animationFillMode;t.style.animationFillMode="forwards",l=u.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=M)})}},p=y=>{y.target===t&&(o.current=pl(n.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{u.clearTimeout(l),t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(a),ref:P.useCallback(l=>{l&&(n.current=getComputedStyle(l)),r(l)},[])}}function pl(e){return(e==null?void 0:e.animationName)||"none"}function bT(e){var n,i;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}function _a({prop:e,defaultProp:t,onChange:r=()=>{}}){const[n,i]=yT({defaultProp:t,onChange:r}),o=e!==void 0,s=o?e:n,a=wr(r),c=P.useCallback(l=>{if(o){const d=typeof l=="function"?l(e):l;d!==e&&a(d)}else i(l)},[o,e,i,a]);return[s,c]}function yT({defaultProp:e,onChange:t}){const r=P.useState(e),[n]=r,i=P.useRef(n),o=wr(t);return P.useEffect(()=>{i.current!==n&&(o(n),i.current=n)},[n,i,o]),r}var wT="VisuallyHidden",Uv=P.forwardRef((e,t)=>w.jsx(Xt.span,{...e,ref:t,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}));Uv.displayName=wT;var xT=Uv,[ml,wB]=Ai("Tooltip",[hl]),Vd=hl(),Fv="TooltipProvider",ST=700,$v="tooltip.open",[_T,Vv]=ml(Fv),zv=e=>{const{__scopeTooltip:t,delayDuration:r=ST,skipDelayDuration:n=300,disableHoverableContent:i=!1,children:o}=e,[s,a]=P.useState(!0),c=P.useRef(!1),l=P.useRef(0);return P.useEffect(()=>{const u=l.current;return()=>window.clearTimeout(u)},[]),w.jsx(_T,{scope:t,isOpenDelayed:s,delayDuration:r,onOpen:P.useCallback(()=>{window.clearTimeout(l.current),a(!1)},[]),onClose:P.useCallback(()=>{window.clearTimeout(l.current),l.current=window.setTimeout(()=>a(!0),n)},[n]),isPointerInTransitRef:c,onPointerInTransitChange:P.useCallback(u=>{c.current=u},[]),disableHoverableContent:i,children:o})};zv.displayName=Fv;var qv="Tooltip",[xB,gl]=ml(qv),zd="TooltipTrigger",ET=P.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=gl(zd,r),o=Vv(zd,r),s=Vd(r),a=P.useRef(null),c=ir(t,a,i.onTriggerChange),l=P.useRef(!1),u=P.useRef(!1),d=P.useCallback(()=>l.current=!1,[]);return P.useEffect(()=>()=>document.removeEventListener("pointerup",d),[d]),w.jsx(jv,{asChild:!0,...s,children:w.jsx(Xt.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...n,ref:c,onPointerMove:Je(e.onPointerMove,p=>{p.pointerType!=="touch"&&!u.current&&!o.isPointerInTransitRef.current&&(i.onTriggerEnter(),u.current=!0)}),onPointerLeave:Je(e.onPointerLeave,()=>{i.onTriggerLeave(),u.current=!1}),onPointerDown:Je(e.onPointerDown,()=>{l.current=!0,document.addEventListener("pointerup",d,{once:!0})}),onFocus:Je(e.onFocus,()=>{l.current||i.onOpen()}),onBlur:Je(e.onBlur,i.onClose),onClick:Je(e.onClick,i.onClose)})})});ET.displayName=zd;var CT="TooltipPortal",[SB,TT]=ml(CT,{forceMount:void 0}),ws="TooltipContent",AT=P.forwardRef((e,t)=>{const r=TT(ws,e.__scopeTooltip),{forceMount:n=r.forceMount,side:i="top",...o}=e,s=gl(ws,e.__scopeTooltip);return w.jsx(jn,{present:n||s.open,children:s.disableHoverableContent?w.jsx(Hv,{side:i,...o,ref:t}):w.jsx(MT,{side:i,...o,ref:t})})}),MT=P.forwardRef((e,t)=>{const r=gl(ws,e.__scopeTooltip),n=Vv(ws,e.__scopeTooltip),i=P.useRef(null),o=ir(t,i),[s,a]=P.useState(null),{trigger:c,onClose:l}=r,u=i.current,{onPointerInTransitChange:d}=n,p=P.useCallback(()=>{a(null),d(!1)},[d]),y=P.useCallback((x,b)=>{const M=x.currentTarget,O={x:x.clientX,y:x.clientY},R=RT(O,M.getBoundingClientRect()),k=NT(O,R),F=kT(b.getBoundingClientRect()),B=DT([...k,...F]);a(B),d(!0)},[d]);return P.useEffect(()=>()=>p(),[p]),P.useEffect(()=>{if(c&&u){const x=M=>y(M,u),b=M=>y(M,c);return c.addEventListener("pointerleave",x),u.addEventListener("pointerleave",b),()=>{c.removeEventListener("pointerleave",x),u.removeEventListener("pointerleave",b)}}},[c,u,y,p]),P.useEffect(()=>{if(s){const x=b=>{const M=b.target,O={x:b.clientX,y:b.clientY},R=(c==null?void 0:c.contains(M))||(u==null?void 0:u.contains(M)),k=!jT(O,s);R?p():k&&(p(),l())};return document.addEventListener("pointermove",x),()=>document.removeEventListener("pointermove",x)}},[c,u,s,l,p]),w.jsx(Hv,{...e,ref:o})}),[IT,OT]=ml(qv,{isInside:!1}),Hv=P.forwardRef((e,t)=>{const{__scopeTooltip:r,children:n,"aria-label":i,onEscapeKeyDown:o,onPointerDownOutside:s,...a}=e,c=gl(ws,r),l=Vd(r),{onClose:u}=c;return P.useEffect(()=>(document.addEventListener($v,u),()=>document.removeEventListener($v,u)),[u]),P.useEffect(()=>{if(c.trigger){const d=p=>{const y=p.target;y!=null&&y.contains(c.trigger)&&u()};return window.addEventListener("scroll",d,{capture:!0}),()=>window.removeEventListener("scroll",d,{capture:!0})}},[c.trigger,u]),w.jsx(Td,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:o,onPointerDownOutside:s,onFocusOutside:d=>d.preventDefault(),onDismiss:u,children:w.jsxs(Dv,{"data-state":c.stateAttribute,...l,...a,ref:t,style:{...a.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[w.jsx(ms,{children:n}),w.jsx(IT,{scope:r,isInside:!0,children:w.jsx(xT,{id:c.contentId,role:"tooltip",children:i||n})})]})})});AT.displayName=ws;var Wv="TooltipArrow",PT=P.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=Vd(r);return OT(Wv,r).isInside?null:w.jsx(Lv,{...i,...n,ref:t})});PT.displayName=Wv;function RT(e,t){const r=Math.abs(t.top-e.y),n=Math.abs(t.bottom-e.y),i=Math.abs(t.right-e.x),o=Math.abs(t.left-e.x);switch(Math.min(r,n,i,o)){case o:return"left";case i:return"right";case r:return"top";case n:return"bottom";default:throw new Error("unreachable")}}function NT(e,t,r=5){const n=[];switch(t){case"top":n.push({x:e.x-r,y:e.y+r},{x:e.x+r,y:e.y+r});break;case"bottom":n.push({x:e.x-r,y:e.y-r},{x:e.x+r,y:e.y-r});break;case"left":n.push({x:e.x+r,y:e.y-r},{x:e.x+r,y:e.y+r});break;case"right":n.push({x:e.x-r,y:e.y-r},{x:e.x-r,y:e.y+r});break}return n}function kT(e){const{top:t,right:r,bottom:n,left:i}=e;return[{x:i,y:t},{x:r,y:t},{x:r,y:n},{x:i,y:n}]}function jT(e,t){const{x:r,y:n}=e;let i=!1;for(let o=0,s=t.length-1;o<t.length;s=o++){const a=t[o].x,c=t[o].y,l=t[s].x,u=t[s].y;c>n!=u>n&&r<(l-a)*(n-c)/(u-c)+a&&(i=!i)}return i}function DT(e){const t=e.slice();return t.sort((r,n)=>r.x<n.x?-1:r.x>n.x?1:r.y<n.y?-1:r.y>n.y?1:0),LT(t)}function LT(e){if(e.length<=1)return e.slice();const t=[];for(let n=0;n<e.length;n++){const i=e[n];for(;t.length>=2;){const o=t[t.length-1],s=t[t.length-2];if((o.x-s.x)*(i.y-s.y)>=(o.y-s.y)*(i.x-s.x))t.pop();else break}t.push(i)}t.pop();const r=[];for(let n=e.length-1;n>=0;n--){const i=e[n];for(;r.length>=2;){const o=r[r.length-1],s=r[r.length-2];if((o.x-s.x)*(i.y-s.y)>=(o.y-s.y)*(i.x-s.x))r.pop();else break}r.push(i)}return r.pop(),t.length===1&&r.length===1&&t[0].x===r[0].x&&t[0].y===r[0].y?t:t.concat(r)}var BT=zv,Gv=P.createContext(void 0),UT=e=>{const{dir:t,children:r}=e;return w.jsx(Gv.Provider,{value:t,children:r})};function qd(e){const t=P.useContext(Gv);return e||t||"ltr"}const FT=["tomato","red","ruby","crimson","pink","plum","purple","violet","iris","indigo","blue","cyan","teal","jade","green","grass","brown","orange"],$T=["sky","mint","lime","yellow","amber"],VT=["gold","bronze"],zT=[...FT,...$T,...VT],qT=["gray",...["mauve","slate","sage","olive","sand"]];function HT(e){switch(e){case"tomato":case"red":case"ruby":case"crimson":case"pink":case"plum":case"purple":case"violet":return"mauve";case"iris":case"indigo":case"blue":case"sky":case"cyan":return"slate";case"teal":case"jade":case"mint":case"green":return"sage";case"grass":case"lime":return"olive";case"yellow":case"amber":case"orange":case"brown":case"gold":case"bronze":return"sand"}}const WT=["inherit","light","dark"],GT=[...zT,"gray"],KT=[...qT,"auto"],$r={hasBackground:{type:"boolean",default:!0},appearance:{type:"enum",values:WT,default:"inherit"},accentColor:{type:"enum",values:GT,default:"indigo"},grayColor:{type:"enum",values:KT,default:"auto"},panelBackground:{type:"enum",values:["solid","translucent"],default:"translucent"},radius:{type:"enum",values:["none","small","medium","large","full"],default:"medium"},scaling:{type:"enum",values:["90%","95%","100%","105%","110%"],default:"100%"}};function Kv(e){return e==="gray"?"gray":HT(e)}const xs=()=>{},vl=P.createContext(void 0);function YT(){const e=P.useContext(vl);if(e===void 0)throw new Error("`useThemeContext` must be used within a `Theme`");return e}const bl=P.forwardRef((e,t)=>P.useContext(vl)===void 0?P.createElement(BT,null,P.createElement(UT,{dir:"ltr"},P.createElement(Yv,{...e,ref:t}))):P.createElement(Hd,{...e,ref:t}));bl.displayName="Theme";const Yv=P.forwardRef((e,t)=>{const{appearance:r=$r.appearance.default,accentColor:n=$r.accentColor.default,grayColor:i=$r.grayColor.default,panelBackground:o=$r.panelBackground.default,radius:s=$r.radius.default,scaling:a=$r.scaling.default,hasBackground:c=$r.hasBackground.default,...l}=e,[u,d]=P.useState(r);P.useEffect(()=>d(r),[r]);const[p,y]=P.useState(n);P.useEffect(()=>y(n),[n]);const[x,b]=P.useState(i);P.useEffect(()=>b(i),[i]);const[M,O]=P.useState(o);P.useEffect(()=>O(o),[o]);const[R,k]=P.useState(s);P.useEffect(()=>k(s),[s]);const[F,B]=P.useState(a);P.useEffect(()=>B(a),[a]);const W=P.memo(({appearance:G})=>P.createElement("script",{dangerouslySetInnerHTML:{__html:`!(function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');d.style.colorScheme='${G}';c.add('${G}');}catch(e){}})();`}}),()=>!0);W.displayName="ExplicitRootAppearanceScript",P.useEffect(()=>XT(r),[r]);const z=x==="auto"?Kv(p):x;return P.createElement(P.Fragment,null,u!=="inherit"&&P.createElement(W,{appearance:u}),c&&P.createElement("style",{dangerouslySetInnerHTML:{__html:`
|
|
50
50
|
:root, .light, .light-theme { --color-page-background: white; }
|
|
51
|
-
.dark, .dark-theme { --color-page-background: var(--${
|
|
51
|
+
.dark, .dark-theme { --color-page-background: var(--${z}-1); }
|
|
52
52
|
body { background-color: var(--color-page-background); }
|
|
53
|
-
`}}),P.createElement(Nd,{...u,ref:t,isRoot:!0,hasBackground:c,appearance:l,accentColor:p,grayColor:b,panelBackground:T,radius:R,scaling:F,onAppearanceChange:d,onAccentColorChange:w,onGrayColorChange:y,onPanelBackgroundChange:O,onRadiusChange:k,onScalingChange:L}))});_v.displayName="ThemeRoot";const Nd=P.forwardRef((e,t)=>{var r,n,i,o,s,a;const c=P.useContext(lu),{asChild:u,isRoot:l,hasBackground:d,appearance:p=(r=c==null?void 0:c.appearance)!==null&&r!==void 0?r:Fr.appearance.default,accentColor:w=(n=c==null?void 0:c.accentColor)!==null&&n!==void 0?n:Fr.accentColor.default,grayColor:b=(i=c==null?void 0:c.resolvedGrayColor)!==null&&i!==void 0?i:Fr.grayColor.default,panelBackground:y=(o=c==null?void 0:c.panelBackground)!==null&&o!==void 0?o:Fr.panelBackground.default,radius:T=(s=c==null?void 0:c.radius)!==null&&s!==void 0?s:Fr.radius.default,scaling:O=(a=c==null?void 0:c.scaling)!==null&&a!==void 0?a:Fr.scaling.default,onAppearanceChange:R=ys,onAccentColorChange:k=ys,onGrayColorChange:F=ys,onPanelBackgroundChange:L=ys,onRadiusChange:q=ys,onScalingChange:H=ys,...K}=e,re=u?_i:"div",oe=b==="auto"?Ev(w):b,ae=e.appearance!==void 0&&e.appearance!=="inherit",z=e.grayColor!==void 0,D=!l&&(d===!0||d!==!1&&(ae||z));return P.createElement(lu.Provider,{value:P.useMemo(()=>({appearance:p,accentColor:w,grayColor:b,resolvedGrayColor:oe,panelBackground:y,radius:T,scaling:O,onAppearanceChange:R,onAccentColorChange:k,onGrayColorChange:F,onPanelBackgroundChange:L,onRadiusChange:q,onScalingChange:H}),[p,w,b,oe,y,T,O,R,k,F,L,q,H])},P.createElement(re,{"data-is-root-theme":l?"true":"false","data-accent-color":w,"data-gray-color":oe,"data-has-background":D?"true":"false","data-panel-background":y,"data-radius":T,"data-scaling":O,ref:t,...K,className:Xt("radix-themes",{light:!l&&p==="light",dark:!l&&p==="dark"},K.className)}))});Nd.displayName="ThemeImpl";function jA(e){if(e==="inherit")return;const t=document.documentElement;(t.classList.contains("light-theme")||t.classList.contains("dark-theme"))&&(t.classList.remove("light-theme","dark-theme"),t.style.colorScheme=e,t.classList.add(`${e}-theme`)),(t.classList.contains("light")||t.classList.contains("dark"))&&(t.classList.remove("light","dark"),t.style.colorScheme=e,t.classList.add(e))}const xa={type:"enum",values:Fr.accentColor.values,default:void 0},du={type:"boolean",default:void 0};function bt(e,t="",r){var n,i,o,s;const a=[];if(typeof e=="object"){for(const c of Object.keys(e))if(c in e){const u=(n=e[c])===null||n===void 0?void 0:n.toString(),l=u==null?void 0:u.startsWith("-"),d=t===""?"":"-",p=l?`-${t}`:t,w=l?u==null?void 0:u.substring(1):u;if(w===void 0)continue;const b=(i=r==null?void 0:r[w])!==null&&i!==void 0?i:w,y=c==="initial"?`${p}${d}${b}`:`${c}:${p}${d}${b}`;a.push(y)}}if(typeof e=="string"){const c=e.startsWith("-"),u=t===""?"":"-",l=c?`-${t}`:t,d=c?e.substring(1):e,p=(o=r==null?void 0:r[d])!==null&&o!==void 0?o:d;a.push(`${l}${u}${p}`)}if(typeof e=="boolean"){const c=t===""?"":"-",u=e.toString(),l=(s=r==null?void 0:r[u])!==null&&s!==void 0?s:u;a.push(`${t}${c}${l}`)}return a.join(" ")}const Co=["0","1","2","3","4","5","6","7","8","9"],kA={p:{type:"enum",values:Co,default:void 0,responsive:!0},px:{type:"enum",values:Co,default:void 0,responsive:!0},py:{type:"enum",values:Co,default:void 0,responsive:!0},pt:{type:"enum",values:Co,default:void 0,responsive:!0},pr:{type:"enum",values:Co,default:void 0,responsive:!0},pb:{type:"enum",values:Co,default:void 0,responsive:!0},pl:{type:"enum",values:Co,default:void 0,responsive:!0}};function DA(e){const{p:t=Cr.p.default,px:r=Cr.px.default,py:n=Cr.py.default,pt:i=Cr.pt.default,pr:o=Cr.pr.default,pb:s=Cr.pb.default,pl:a=Cr.pl.default,...c}=e;return{p:t,px:r,py:n,pt:i,pr:o,pb:s,pl:a,rest:c}}function BA(e){return[bt(e.p,"rt-r-p"),bt(e.px,"rt-r-px"),bt(e.py,"rt-r-py"),bt(e.pt,"rt-r-pt"),bt(e.pr,"rt-r-pr"),bt(e.pb,"rt-r-pb"),bt(e.pl,"rt-r-pl")].filter(Boolean).join(" ")}const LA=["static","relative","absolute","fixed","sticky"],Sa=["auto","0","50%","100%"],Cv=["auto","min-content","max-content","100%","0","1","2","3","4","5","6","7","8","9"],Cr={...kA,position:{type:"enum",values:LA,default:void 0,responsive:!0},inset:{type:"enum",values:Sa,default:void 0,responsive:!0},top:{type:"enum",values:Sa,default:void 0,responsive:!0},right:{type:"enum",values:Sa,default:void 0,responsive:!0},bottom:{type:"enum",values:Sa,default:void 0,responsive:!0},left:{type:"enum",values:Sa,default:void 0,responsive:!0},width:{type:"enum",values:Cv,default:void 0,responsive:!0},height:{type:"enum",values:Cv,default:void 0,responsive:!0},shrink:{type:"enum",values:["0","1"],default:void 0,responsive:!0},grow:{type:"enum",values:["0","1"],default:void 0,responsive:!0}};function $A(e){const{rest:t,...r}=DA(e),{position:n=Cr.position.default,width:i=Cr.width.default,height:o=Cr.height.default,inset:s=Cr.inset.default,top:a=Cr.top.default,bottom:c=Cr.bottom.default,left:u=Cr.left.default,right:l=Cr.right.default,shrink:d=Cr.shrink.default,grow:p=Cr.grow.default,...w}=t;return{...r,position:n,width:i,height:o,inset:s,top:a,bottom:c,left:u,right:l,shrink:d,grow:p,rest:w}}function FA(e){return[BA(e),bt(e.position,"rt-r-position"),bt(e.shrink,"rt-r-fs"),bt(e.grow,"rt-r-fg"),bt(e.width,"rt-r-w"),bt(e.height,"rt-r-h"),bt(e.inset,"rt-r-inset"),bt(e.top,"rt-r-top"),bt(e.bottom,"rt-r-bottom"),bt(e.left,"rt-r-left"),bt(e.right,"rt-r-right")].filter(Boolean).join(" ")}const Mo=["auto","0","1","2","3","4","5","6","7","8","9","-1","-2","-3","-4","-5","-6","-7","-8","-9"],Ao={m:{type:"enum",values:Mo,default:void 0,responsive:!0},mx:{type:"enum",values:Mo,default:void 0,responsive:!0},my:{type:"enum",values:Mo,default:void 0,responsive:!0},mt:{type:"enum",values:Mo,default:void 0,responsive:!0},mr:{type:"enum",values:Mo,default:void 0,responsive:!0},mb:{type:"enum",values:Mo,default:void 0,responsive:!0},ml:{type:"enum",values:Mo,default:void 0,responsive:!0}};function ws(e){const{m:t=Ao.m.default,mx:r=Ao.mx.default,my:n=Ao.my.default,mt:i=Ao.mt.default,mr:o=Ao.mr.default,mb:s=Ao.mb.default,ml:a=Ao.ml.default,...c}=e;return{m:t,mx:r,my:n,mt:i,mr:o,mb:s,ml:a,rest:c}}function bs(e){return[bt(e.m,"rt-r-m"),bt(e.mx,"rt-r-mx"),bt(e.my,"rt-r-my"),bt(e.mt,"rt-r-mt"),bt(e.mr,"rt-r-mr"),bt(e.mb,"rt-r-mb"),bt(e.ml,"rt-r-ml")].filter(Boolean).join(" ")}const jd={type:"enum",values:Fr.radius.values,default:void 0},xs={display:{type:"enum",values:["none","inline-flex","flex"],default:"flex",responsive:!0},direction:{type:"enum",values:["row","column","row-reverse","column-reverse"],default:void 0,responsive:!0},align:{type:"enum",values:["start","center","end","baseline","stretch"],default:void 0,responsive:!0},justify:{type:"enum",values:["start","center","end","between"],default:"start",responsive:!0},wrap:{type:"enum",values:["nowrap","wrap","wrap-reverse"],default:void 0,responsive:!0},gap:{type:"enum",values:["0","1","2","3","4","5","6","7","8","9"],default:void 0,responsive:!0}},Mv=P.forwardRef((e,t)=>{const{rest:r,...n}=ws(e),{rest:i,...o}=$A(r),{className:s,asChild:a,display:c=xs.display.default,direction:u=xs.direction.default,align:l=xs.align.default,justify:d=xs.justify.default,wrap:p=xs.wrap.default,gap:w=xs.gap.default,...b}=i,y=a?_i:"div";return P.createElement(y,{...b,ref:t,className:Xt("rt-Flex",s,bt(c,"rt-r-display"),bt(u,"rt-r-fd"),bt(l,"rt-r-ai"),bt(d,"rt-r-jc",{between:"space-between"}),bt(p,"rt-r-fw"),bt(w,"rt-r-gap"),FA(o),bs(n))})});Mv.displayName="Flex";function Av(e){const t=P.useRef({value:e,previous:e});return P.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var kd="Checkbox",[UA,wB]=fs(kd),[VA,zA]=UA(kd),Tv=P.forwardRef((e,t)=>{const{__scopeCheckbox:r,name:n,checked:i,defaultChecked:o,required:s,disabled:a,value:c="on",onCheckedChange:u,form:l,...d}=e,[p,w]=P.useState(null),b=rr(t,F=>w(F)),y=P.useRef(!1),T=p?l||!!p.closest("form"):!0,[O=!1,R]=ba({prop:i,defaultProp:o,onChange:u}),k=P.useRef(O);return P.useEffect(()=>{const F=p==null?void 0:p.form;if(F){const L=()=>R(k.current);return F.addEventListener("reset",L),()=>F.removeEventListener("reset",L)}},[p,R]),x.jsxs(VA,{scope:r,state:O,disabled:a,children:[x.jsx(Yt.button,{type:"button",role:"checkbox","aria-checked":Xi(O)?"mixed":O,"aria-required":s,"data-state":Pv(O),"data-disabled":a?"":void 0,disabled:a,value:c,...d,ref:b,onKeyDown:Xe(e.onKeyDown,F=>{F.key==="Enter"&&F.preventDefault()}),onClick:Xe(e.onClick,F=>{R(L=>Xi(L)?!0:!L),T&&(y.current=F.isPropagationStopped(),y.current||F.stopPropagation())})}),T&&x.jsx(HA,{control:p,bubbles:!y.current,name:n,value:c,checked:O,required:s,disabled:a,form:l,style:{transform:"translateX(-100%)"},defaultChecked:Xi(o)?!1:o})]})});Tv.displayName=kd;var Iv="CheckboxIndicator",Ov=P.forwardRef((e,t)=>{const{__scopeCheckbox:r,forceMount:n,...i}=e,o=zA(Iv,r);return x.jsx(On,{present:n||Xi(o.state)||o.state===!0,children:x.jsx(Yt.span,{"data-state":Pv(o.state),"data-disabled":o.disabled?"":void 0,...i,ref:t,style:{pointerEvents:"none",...e.style}})})});Ov.displayName=Iv;var HA=e=>{const{control:t,checked:r,bubbles:n=!0,defaultChecked:i,...o}=e,s=P.useRef(null),a=Av(r),c=Ad(t);P.useEffect(()=>{const l=s.current,d=window.HTMLInputElement.prototype,w=Object.getOwnPropertyDescriptor(d,"checked").set;if(a!==r&&w){const b=new Event("click",{bubbles:n});l.indeterminate=Xi(r),w.call(l,Xi(r)?!1:r),l.dispatchEvent(b)}},[a,r,n]);const u=P.useRef(Xi(r)?!1:r);return x.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:i??u.current,...o,tabIndex:-1,ref:s,style:{...e.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function Xi(e){return e==="indeterminate"}function Pv(e){return Xi(e)?"indeterminate":e?"checked":"unchecked"}var qA=Tv,WA=Ov;const hu={size:{type:"enum",values:["1","2","3"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","surface","soft"],default:"surface"},color:xa,highContrast:du},pu=P.forwardRef(({color:e="currentColor",...t},r)=>P.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.53547 0.62293C8.88226 0.849446 8.97976 1.3142 8.75325 1.66099L4.5083 8.1599C4.38833 8.34356 4.19397 8.4655 3.9764 8.49358C3.75883 8.52167 3.53987 8.45309 3.3772 8.30591L0.616113 5.80777C0.308959 5.52987 0.285246 5.05559 0.563148 4.74844C0.84105 4.44128 1.31533 4.41757 1.62249 4.69547L3.73256 6.60459L7.49741 0.840706C7.72393 0.493916 8.18868 0.396414 8.53547 0.62293Z"})));pu.displayName="ThickCheckIcon";const GA=P.forwardRef(({color:e="currentColor",...t},r)=>P.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},P.createElement("path",{d:"M0.135232 3.15803C0.324102 2.95657 0.640521 2.94637 0.841971 3.13523L4.5 6.56464L8.158 3.13523C8.3595 2.94637 8.6759 2.95657 8.8648 3.15803C9.0536 3.35949 9.0434 3.67591 8.842 3.86477L4.84197 7.6148C4.64964 7.7951 4.35036 7.7951 4.15803 7.6148L0.158031 3.86477C-0.0434285 3.67591 -0.0536285 3.35949 0.135232 3.15803Z"})));GA.displayName="ChevronDownIcon";const Rv=P.forwardRef(({color:e="currentColor",...t},r)=>P.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.23826 0.201711C3.54108 -0.0809141 4.01567 -0.0645489 4.29829 0.238264L7.79829 3.98826C8.06724 4.27642 8.06724 4.72359 7.79829 5.01174L4.29829 8.76174C4.01567 9.06455 3.54108 9.08092 3.23826 8.79829C2.93545 8.51567 2.91909 8.04108 3.20171 7.73826L6.22409 4.5L3.20171 1.26174C2.91909 0.958928 2.93545 0.484337 3.23826 0.201711Z"})));Rv.displayName="ThickChevronRightIcon";const KA=P.forwardRef(({color:e="currentColor",...t},r)=>P.createElement("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,ref:r},P.createElement("path",{d:"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM1.82707 7.49972C1.82707 4.36671 4.36689 1.82689 7.49991 1.82689C10.6329 1.82689 13.1727 4.36671 13.1727 7.49972C13.1727 10.6327 10.6329 13.1726 7.49991 13.1726C4.36689 13.1726 1.82707 10.6327 1.82707 7.49972ZM8.24992 4.49999C8.24992 4.9142 7.91413 5.24999 7.49992 5.24999C7.08571 5.24999 6.74992 4.9142 6.74992 4.49999C6.74992 4.08577 7.08571 3.74999 7.49992 3.74999C7.91413 3.74999 8.24992 4.08577 8.24992 4.49999ZM6.00003 5.99999H6.50003H7.50003C7.77618 5.99999 8.00003 6.22384 8.00003 6.49999V9.99999H8.50003H9.00003V11H8.50003H7.50003H6.50003H6.00003V9.99999H6.50003H7.00003V6.99999H6.50003H6.00003V5.99999Z",fill:e,fillRule:"evenodd",clipRule:"evenodd"})));KA.displayName="InfoCircledIcon";const mu=P.forwardRef((e,t)=>{const{rest:r,...n}=ws(e),{className:i,style:o,size:s=hu.size.default,variant:a=hu.variant.default,color:c=hu.color.default,highContrast:u=hu.highContrast.default,...l}=r;return P.createElement("span",{className:Xt("rt-CheckboxRoot",i,bt(s,"rt-r-size"),bs(n)),style:o},P.createElement(qA,{"data-accent-color":c,...l,ref:t,className:Xt("rt-reset","rt-CheckboxButton",`rt-variant-${a}`,{"rt-high-contrast":u})},P.createElement(WA,{className:"rt-CheckboxIndicator"},P.createElement(pu,{className:"rt-CheckboxIndicatorIcon"}))))});mu.displayName="Checkbox";function YA(e,t=[]){let r=[];function n(o,s){const a=P.createContext(s),c=r.length;r=[...r,s];function u(d){const{scope:p,children:w,...b}=d,y=(p==null?void 0:p[e][c])||a,T=P.useMemo(()=>b,Object.values(b));return x.jsx(y.Provider,{value:T,children:w})}function l(d,p){const w=(p==null?void 0:p[e][c])||a,b=P.useContext(w);if(b)return b;if(s!==void 0)return s;throw new Error(`\`${d}\` must be used within \`${o}\``)}return u.displayName=o+"Provider",[u,l]}const i=()=>{const o=r.map(s=>P.createContext(s));return function(a){const c=(a==null?void 0:a[e])||o;return P.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,ZA(i,...t)]}function ZA(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const s=n.reduce((a,{useScope:c,scopeName:u})=>{const d=c(o)[`__scope${u}`];return{...a,...d}},{});return P.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return r.scopeName=t.scopeName,r}function Nv(e){const t=e+"CollectionProvider",[r,n]=YA(t),[i,o]=r(t,{collectionRef:{current:null},itemMap:new Map}),s=w=>{const{scope:b,children:y}=w,T=te.useRef(null),O=te.useRef(new Map).current;return x.jsx(i,{scope:b,itemMap:O,collectionRef:T,children:y})};s.displayName=t;const a=e+"CollectionSlot",c=te.forwardRef((w,b)=>{const{scope:y,children:T}=w,O=o(a,y),R=rr(b,O.collectionRef);return x.jsx(_i,{ref:R,children:T})});c.displayName=a;const u=e+"CollectionItemSlot",l="data-radix-collection-item",d=te.forwardRef((w,b)=>{const{scope:y,children:T,...O}=w,R=te.useRef(null),k=rr(b,R),F=o(u,y);return te.useEffect(()=>(F.itemMap.set(R,{ref:R,...O}),()=>void F.itemMap.delete(R))),x.jsx(_i,{[l]:"",ref:k,children:T})});d.displayName=u;function p(w){const b=o(e+"CollectionConsumer",w);return te.useCallback(()=>{const T=b.collectionRef.current;if(!T)return[];const O=Array.from(T.querySelectorAll(`[${l}]`));return Array.from(b.itemMap.values()).sort((F,L)=>O.indexOf(F.ref.current)-O.indexOf(L.ref.current))},[b.collectionRef,b.itemMap])}return[{Provider:s,Slot:c,ItemSlot:d},p,n]}function XA(e,t=[]){let r=[];function n(o,s){const a=P.createContext(s),c=r.length;r=[...r,s];function u(d){const{scope:p,children:w,...b}=d,y=(p==null?void 0:p[e][c])||a,T=P.useMemo(()=>b,Object.values(b));return x.jsx(y.Provider,{value:T,children:w})}function l(d,p){const w=(p==null?void 0:p[e][c])||a,b=P.useContext(w);if(b)return b;if(s!==void 0)return s;throw new Error(`\`${d}\` must be used within \`${o}\``)}return u.displayName=o+"Provider",[u,l]}const i=()=>{const o=r.map(s=>P.createContext(s));return function(a){const c=(a==null?void 0:a[e])||o;return P.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,JA(i,...t)]}function JA(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const s=n.reduce((a,{useScope:c,scopeName:u})=>{const d=c(o)[`__scope${u}`];return{...a,...d}},{});return P.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return r.scopeName=t.scopeName,r}var Dd="rovingFocusGroup.onEntryFocus",QA={bubbles:!1,cancelable:!0},gu="RovingFocusGroup",[Bd,jv,eT]=Nv(gu),[tT,kv]=XA(gu,[eT]),[rT,nT]=tT(gu),Dv=P.forwardRef((e,t)=>x.jsx(Bd.Provider,{scope:e.__scopeRovingFocusGroup,children:x.jsx(Bd.Slot,{scope:e.__scopeRovingFocusGroup,children:x.jsx(iT,{...e,ref:t})})}));Dv.displayName=gu;var iT=P.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,orientation:n,loop:i=!1,dir:o,currentTabStopId:s,defaultCurrentTabStopId:a,onCurrentTabStopIdChange:c,onEntryFocus:u,preventScrollOnEntryFocus:l=!1,...d}=e,p=P.useRef(null),w=rr(t,p),b=Rd(o),[y=null,T]=ba({prop:s,defaultProp:a,onChange:c}),[O,R]=P.useState(!1),k=br(u),F=jv(r),L=P.useRef(!1),[q,H]=P.useState(0);return P.useEffect(()=>{const K=p.current;if(K)return K.addEventListener(Dd,k),()=>K.removeEventListener(Dd,k)},[k]),x.jsx(rT,{scope:r,orientation:n,dir:b,loop:i,currentTabStopId:y,onItemFocus:P.useCallback(K=>T(K),[T]),onItemShiftTab:P.useCallback(()=>R(!0),[]),onFocusableItemAdd:P.useCallback(()=>H(K=>K+1),[]),onFocusableItemRemove:P.useCallback(()=>H(K=>K-1),[]),children:x.jsx(Yt.div,{tabIndex:O||q===0?-1:0,"data-orientation":n,...d,ref:w,style:{outline:"none",...e.style},onMouseDown:Xe(e.onMouseDown,()=>{L.current=!0}),onFocus:Xe(e.onFocus,K=>{const re=!L.current;if(K.target===K.currentTarget&&re&&!O){const oe=new CustomEvent(Dd,QA);if(K.currentTarget.dispatchEvent(oe),!oe.defaultPrevented){const ae=F().filter(m=>m.focusable),z=ae.find(m=>m.active),D=ae.find(m=>m.id===y),f=[z,D,...ae].filter(Boolean).map(m=>m.ref.current);$v(f,l)}}L.current=!1}),onBlur:Xe(e.onBlur,()=>R(!1))})})}),Bv="RovingFocusGroupItem",Lv=P.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,focusable:n=!0,active:i=!1,tabStopId:o,...s}=e,a=ga(),c=o||a,u=nT(Bv,r),l=u.currentTabStopId===c,d=jv(r),{onFocusableItemAdd:p,onFocusableItemRemove:w}=u;return P.useEffect(()=>{if(n)return p(),()=>w()},[n,p,w]),x.jsx(Bd.ItemSlot,{scope:r,id:c,focusable:n,active:i,children:x.jsx(Yt.span,{tabIndex:l?0:-1,"data-orientation":u.orientation,...s,ref:t,onMouseDown:Xe(e.onMouseDown,b=>{n?u.onItemFocus(c):b.preventDefault()}),onFocus:Xe(e.onFocus,()=>u.onItemFocus(c)),onKeyDown:Xe(e.onKeyDown,b=>{if(b.key==="Tab"&&b.shiftKey){u.onItemShiftTab();return}if(b.target!==b.currentTarget)return;const y=aT(b,u.orientation,u.dir);if(y!==void 0){if(b.metaKey||b.ctrlKey||b.altKey||b.shiftKey)return;b.preventDefault();let O=d().filter(R=>R.focusable).map(R=>R.ref.current);if(y==="last")O.reverse();else if(y==="prev"||y==="next"){y==="prev"&&O.reverse();const R=O.indexOf(b.currentTarget);O=u.loop?cT(O,R+1):O.slice(R+1)}setTimeout(()=>$v(O))}})})})});Lv.displayName=Bv;var oT={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function sT(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function aT(e,t,r){const n=sT(e.key,r);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(n))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(n)))return oT[n]}function $v(e,t=!1){const r=document.activeElement;for(const n of e)if(n===r||(n.focus({preventScroll:t}),document.activeElement!==r))return}function cT(e,t){return e.map((r,n)=>e[(t+n)%e.length])}var uT=Dv,lT=Lv;function fT(e,[t,r]){return Math.min(r,Math.max(t,e))}var Ld=0;function dT(){P.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??Fv()),document.body.insertAdjacentElement("beforeend",e[1]??Fv()),Ld++,()=>{Ld===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Ld--}},[])}function Fv(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var $d="focusScope.autoFocusOnMount",Fd="focusScope.autoFocusOnUnmount",Uv={bubbles:!1,cancelable:!0},hT="FocusScope",Vv=P.forwardRef((e,t)=>{const{loop:r=!1,trapped:n=!1,onMountAutoFocus:i,onUnmountAutoFocus:o,...s}=e,[a,c]=P.useState(null),u=br(i),l=br(o),d=P.useRef(null),p=rr(t,y=>c(y)),w=P.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;P.useEffect(()=>{if(n){let y=function(k){if(w.paused||!a)return;const F=k.target;a.contains(F)?d.current=F:Ji(d.current,{select:!0})},T=function(k){if(w.paused||!a)return;const F=k.relatedTarget;F!==null&&(a.contains(F)||Ji(d.current,{select:!0}))},O=function(k){if(document.activeElement===document.body)for(const L of k)L.removedNodes.length>0&&Ji(a)};document.addEventListener("focusin",y),document.addEventListener("focusout",T);const R=new MutationObserver(O);return a&&R.observe(a,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",y),document.removeEventListener("focusout",T),R.disconnect()}}},[n,a,w.paused]),P.useEffect(()=>{if(a){qv.add(w);const y=document.activeElement;if(!a.contains(y)){const O=new CustomEvent($d,Uv);a.addEventListener($d,u),a.dispatchEvent(O),O.defaultPrevented||(pT(wT(zv(a)),{select:!0}),document.activeElement===y&&Ji(a))}return()=>{a.removeEventListener($d,u),setTimeout(()=>{const O=new CustomEvent(Fd,Uv);a.addEventListener(Fd,l),a.dispatchEvent(O),O.defaultPrevented||Ji(y??document.body,{select:!0}),a.removeEventListener(Fd,l),qv.remove(w)},0)}}},[a,u,l,w]);const b=P.useCallback(y=>{if(!r&&!n||w.paused)return;const T=y.key==="Tab"&&!y.altKey&&!y.ctrlKey&&!y.metaKey,O=document.activeElement;if(T&&O){const R=y.currentTarget,[k,F]=mT(R);k&&F?!y.shiftKey&&O===F?(y.preventDefault(),r&&Ji(k,{select:!0})):y.shiftKey&&O===k&&(y.preventDefault(),r&&Ji(F,{select:!0})):O===R&&y.preventDefault()}},[r,n,w.paused]);return x.jsx(Yt.div,{tabIndex:-1,...s,ref:p,onKeyDown:b})});Vv.displayName=hT;function pT(e,{select:t=!1}={}){const r=document.activeElement;for(const n of e)if(Ji(n,{select:t}),document.activeElement!==r)return}function mT(e){const t=zv(e),r=Hv(t,e),n=Hv(t.reverse(),e);return[r,n]}function zv(e){const t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const i=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||i?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)t.push(r.currentNode);return t}function Hv(e,t){for(const r of e)if(!gT(r,{upTo:t}))return r}function gT(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function vT(e){return e instanceof HTMLInputElement&&"select"in e}function Ji(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&vT(e)&&t&&e.select()}}var qv=yT();function yT(){let e=[];return{add(t){const r=e[0];t!==r&&(r==null||r.pause()),e=Wv(e,t),e.unshift(t)},remove(t){var r;e=Wv(e,t),(r=e[0])==null||r.resume()}}}function Wv(e,t){const r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}function wT(e){return e.filter(t=>t.tagName!=="A")}var bT=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},Ss=new WeakMap,vu=new WeakMap,yu={},Ud=0,Gv=function(e){return e&&(e.host||Gv(e.parentNode))},xT=function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=Gv(r);return n&&e.contains(n)?n:(console.error("aria-hidden",r,"in not contained inside",e,". Doing nothing"),null)}).filter(function(r){return!!r})},ST=function(e,t,r,n){var i=xT(t,Array.isArray(e)?e:[e]);yu[r]||(yu[r]=new WeakMap);var o=yu[r],s=[],a=new Set,c=new Set(i),u=function(d){!d||a.has(d)||(a.add(d),u(d.parentNode))};i.forEach(u);var l=function(d){!d||c.has(d)||Array.prototype.forEach.call(d.children,function(p){if(a.has(p))l(p);else try{var w=p.getAttribute(n),b=w!==null&&w!=="false",y=(Ss.get(p)||0)+1,T=(o.get(p)||0)+1;Ss.set(p,y),o.set(p,T),s.push(p),y===1&&b&&vu.set(p,!0),T===1&&p.setAttribute(r,"true"),b||p.setAttribute(n,"true")}catch(O){console.error("aria-hidden: cannot operate on ",p,O)}})};return l(t),a.clear(),Ud++,function(){s.forEach(function(d){var p=Ss.get(d)-1,w=o.get(d)-1;Ss.set(d,p),o.set(d,w),p||(vu.has(d)||d.removeAttribute(n),vu.delete(d)),w||d.removeAttribute(r)}),Ud--,Ud||(Ss=new WeakMap,Ss=new WeakMap,vu=new WeakMap,yu={})}},ET=function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),i=t||bT(e);return i?(n.push.apply(n,Array.from(i.querySelectorAll("[aria-live]"))),ST(n,i,r,"aria-hidden")):function(){return null}},Jn=function(){return Jn=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},Jn.apply(this,arguments)};function Kv(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function _T(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,o;n<i;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var wu="right-scroll-bar-position",bu="width-before-scroll-bar",CT="with-scroll-bars-hidden",MT="--removed-body-scroll-bar-size";function Vd(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function AT(e,t){var r=te.useState(function(){return{value:e,callback:t,facade:{get current(){return r.value},set current(n){var i=r.value;i!==n&&(r.value=n,r.callback(n,i))}}}})[0];return r.callback=t,r.facade}var TT=typeof window<"u"?P.useLayoutEffect:P.useEffect,Yv=new WeakMap;function IT(e,t){var r=AT(t||null,function(n){return e.forEach(function(i){return Vd(i,n)})});return TT(function(){var n=Yv.get(r);if(n){var i=new Set(n),o=new Set(e),s=r.current;i.forEach(function(a){o.has(a)||Vd(a,null)}),o.forEach(function(a){i.has(a)||Vd(a,s)})}Yv.set(r,e)},[e]),r}function OT(e){return e}function PT(e,t){t===void 0&&(t=OT);var r=[],n=!1,i={read:function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},useMedium:function(o){var s=t(o,n);return r.push(s),function(){r=r.filter(function(a){return a!==s})}},assignSyncMedium:function(o){for(n=!0;r.length;){var s=r;r=[],s.forEach(o)}r={push:function(a){return o(a)},filter:function(){return r}}},assignMedium:function(o){n=!0;var s=[];if(r.length){var a=r;r=[],a.forEach(o),s=r}var c=function(){var l=s;s=[],l.forEach(o)},u=function(){return Promise.resolve().then(c)};u(),r={push:function(l){s.push(l),u()},filter:function(l){return s=s.filter(l),r}}}};return i}function RT(e){e===void 0&&(e={});var t=PT(null);return t.options=Jn({async:!0,ssr:!1},e),t}var Zv=function(e){var t=e.sideCar,r=Kv(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=t.read();if(!n)throw new Error("Sidecar medium not found");return P.createElement(n,Jn({},r))};Zv.isSideCarExport=!0;function NT(e,t){return e.useMedium(t),Zv}var Xv=RT(),zd=function(){},xu=P.forwardRef(function(e,t){var r=P.useRef(null),n=P.useState({onScrollCapture:zd,onWheelCapture:zd,onTouchMoveCapture:zd}),i=n[0],o=n[1],s=e.forwardProps,a=e.children,c=e.className,u=e.removeScrollBar,l=e.enabled,d=e.shards,p=e.sideCar,w=e.noIsolation,b=e.inert,y=e.allowPinchZoom,T=e.as,O=T===void 0?"div":T,R=e.gapMode,k=Kv(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),F=p,L=IT([r,t]),q=Jn(Jn({},k),i);return P.createElement(P.Fragment,null,l&&P.createElement(F,{sideCar:Xv,removeScrollBar:u,shards:d,noIsolation:w,inert:b,setCallbacks:o,allowPinchZoom:!!y,lockRef:r,gapMode:R}),s?P.cloneElement(P.Children.only(a),Jn(Jn({},q),{ref:L})):P.createElement(O,Jn({},q,{className:c,ref:L}),a))});xu.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},xu.classNames={fullWidth:bu,zeroRight:wu};var Jv,jT=function(){if(Jv)return Jv;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function kT(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=jT();return t&&e.setAttribute("nonce",t),e}function DT(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function BT(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var LT=function(){var e=0,t=null;return{add:function(r){e==0&&(t=kT())&&(DT(t,r),BT(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},$T=function(){var e=LT();return function(t,r){P.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},Qv=function(){var e=$T(),t=function(r){var n=r.styles,i=r.dynamic;return e(n,i),null};return t},FT={left:0,top:0,right:0,gap:0},Hd=function(e){return parseInt(e||"",10)||0},UT=function(e){var t=window.getComputedStyle(document.body),r=t[e==="padding"?"paddingLeft":"marginLeft"],n=t[e==="padding"?"paddingTop":"marginTop"],i=t[e==="padding"?"paddingRight":"marginRight"];return[Hd(r),Hd(n),Hd(i)]},VT=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return FT;var t=UT(e),r=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-r+t[2]-t[0])}},zT=Qv(),Es="data-scroll-locked",HT=function(e,t,r,n){var i=e.left,o=e.top,s=e.right,a=e.gap;return r===void 0&&(r="margin"),`
|
|
54
|
-
.`.concat(
|
|
53
|
+
`}}),P.createElement(Hd,{...l,ref:t,isRoot:!0,hasBackground:c,appearance:u,accentColor:p,grayColor:x,panelBackground:M,radius:R,scaling:F,onAppearanceChange:d,onAccentColorChange:y,onGrayColorChange:b,onPanelBackgroundChange:O,onRadiusChange:k,onScalingChange:B}))});Yv.displayName="ThemeRoot";const Hd=P.forwardRef((e,t)=>{var r,n,i,o,s,a;const c=P.useContext(vl),{asChild:l,isRoot:u,hasBackground:d,appearance:p=(r=c==null?void 0:c.appearance)!==null&&r!==void 0?r:$r.appearance.default,accentColor:y=(n=c==null?void 0:c.accentColor)!==null&&n!==void 0?n:$r.accentColor.default,grayColor:x=(i=c==null?void 0:c.resolvedGrayColor)!==null&&i!==void 0?i:$r.grayColor.default,panelBackground:b=(o=c==null?void 0:c.panelBackground)!==null&&o!==void 0?o:$r.panelBackground.default,radius:M=(s=c==null?void 0:c.radius)!==null&&s!==void 0?s:$r.radius.default,scaling:O=(a=c==null?void 0:c.scaling)!==null&&a!==void 0?a:$r.scaling.default,onAppearanceChange:R=xs,onAccentColorChange:k=xs,onGrayColorChange:F=xs,onPanelBackgroundChange:B=xs,onRadiusChange:W=xs,onScalingChange:z=xs,...G}=e,ne=l?Mi:"div",oe=x==="auto"?Kv(y):x,se=e.appearance!==void 0&&e.appearance!=="inherit",q=e.grayColor!==void 0,L=!u&&(d===!0||d!==!1&&(se||q));return P.createElement(vl.Provider,{value:P.useMemo(()=>({appearance:p,accentColor:y,grayColor:x,resolvedGrayColor:oe,panelBackground:b,radius:M,scaling:O,onAppearanceChange:R,onAccentColorChange:k,onGrayColorChange:F,onPanelBackgroundChange:B,onRadiusChange:W,onScalingChange:z}),[p,y,x,oe,b,M,O,R,k,F,B,W,z])},P.createElement(ne,{"data-is-root-theme":u?"true":"false","data-accent-color":y,"data-gray-color":oe,"data-has-background":L?"true":"false","data-panel-background":b,"data-radius":M,"data-scaling":O,ref:t,...G,className:Zt("radix-themes",{light:!u&&p==="light",dark:!u&&p==="dark"},G.className)}))});Hd.displayName="ThemeImpl";function XT(e){if(e==="inherit")return;const t=document.documentElement;(t.classList.contains("light-theme")||t.classList.contains("dark-theme"))&&(t.classList.remove("light-theme","dark-theme"),t.style.colorScheme=e,t.classList.add(`${e}-theme`)),(t.classList.contains("light")||t.classList.contains("dark"))&&(t.classList.remove("light","dark"),t.style.colorScheme=e,t.classList.add(e))}const Ea={type:"enum",values:$r.accentColor.values,default:void 0},yl={type:"boolean",default:void 0};function wt(e,t="",r){var n,i,o,s;const a=[];if(typeof e=="object"){for(const c of Object.keys(e))if(c in e){const l=(n=e[c])===null||n===void 0?void 0:n.toString(),u=l==null?void 0:l.startsWith("-"),d=t===""?"":"-",p=u?`-${t}`:t,y=u?l==null?void 0:l.substring(1):l;if(y===void 0)continue;const x=(i=r==null?void 0:r[y])!==null&&i!==void 0?i:y,b=c==="initial"?`${p}${d}${x}`:`${c}:${p}${d}${x}`;a.push(b)}}if(typeof e=="string"){const c=e.startsWith("-"),l=t===""?"":"-",u=c?`-${t}`:t,d=c?e.substring(1):e,p=(o=r==null?void 0:r[d])!==null&&o!==void 0?o:d;a.push(`${u}${l}${p}`)}if(typeof e=="boolean"){const c=t===""?"":"-",l=e.toString(),u=(s=r==null?void 0:r[l])!==null&&s!==void 0?s:l;a.push(`${t}${c}${u}`)}return a.join(" ")}const Do=["0","1","2","3","4","5","6","7","8","9"],JT={p:{type:"enum",values:Do,default:void 0,responsive:!0},px:{type:"enum",values:Do,default:void 0,responsive:!0},py:{type:"enum",values:Do,default:void 0,responsive:!0},pt:{type:"enum",values:Do,default:void 0,responsive:!0},pr:{type:"enum",values:Do,default:void 0,responsive:!0},pb:{type:"enum",values:Do,default:void 0,responsive:!0},pl:{type:"enum",values:Do,default:void 0,responsive:!0}};function ZT(e){const{p:t=Mr.p.default,px:r=Mr.px.default,py:n=Mr.py.default,pt:i=Mr.pt.default,pr:o=Mr.pr.default,pb:s=Mr.pb.default,pl:a=Mr.pl.default,...c}=e;return{p:t,px:r,py:n,pt:i,pr:o,pb:s,pl:a,rest:c}}function QT(e){return[wt(e.p,"rt-r-p"),wt(e.px,"rt-r-px"),wt(e.py,"rt-r-py"),wt(e.pt,"rt-r-pt"),wt(e.pr,"rt-r-pr"),wt(e.pb,"rt-r-pb"),wt(e.pl,"rt-r-pl")].filter(Boolean).join(" ")}const eA=["static","relative","absolute","fixed","sticky"],Ca=["auto","0","50%","100%"],Xv=["auto","min-content","max-content","100%","0","1","2","3","4","5","6","7","8","9"],Mr={...JT,position:{type:"enum",values:eA,default:void 0,responsive:!0},inset:{type:"enum",values:Ca,default:void 0,responsive:!0},top:{type:"enum",values:Ca,default:void 0,responsive:!0},right:{type:"enum",values:Ca,default:void 0,responsive:!0},bottom:{type:"enum",values:Ca,default:void 0,responsive:!0},left:{type:"enum",values:Ca,default:void 0,responsive:!0},width:{type:"enum",values:Xv,default:void 0,responsive:!0},height:{type:"enum",values:Xv,default:void 0,responsive:!0},shrink:{type:"enum",values:["0","1"],default:void 0,responsive:!0},grow:{type:"enum",values:["0","1"],default:void 0,responsive:!0}};function tA(e){const{rest:t,...r}=ZT(e),{position:n=Mr.position.default,width:i=Mr.width.default,height:o=Mr.height.default,inset:s=Mr.inset.default,top:a=Mr.top.default,bottom:c=Mr.bottom.default,left:l=Mr.left.default,right:u=Mr.right.default,shrink:d=Mr.shrink.default,grow:p=Mr.grow.default,...y}=t;return{...r,position:n,width:i,height:o,inset:s,top:a,bottom:c,left:l,right:u,shrink:d,grow:p,rest:y}}function rA(e){return[QT(e),wt(e.position,"rt-r-position"),wt(e.shrink,"rt-r-fs"),wt(e.grow,"rt-r-fg"),wt(e.width,"rt-r-w"),wt(e.height,"rt-r-h"),wt(e.inset,"rt-r-inset"),wt(e.top,"rt-r-top"),wt(e.bottom,"rt-r-bottom"),wt(e.left,"rt-r-left"),wt(e.right,"rt-r-right")].filter(Boolean).join(" ")}const Lo=["auto","0","1","2","3","4","5","6","7","8","9","-1","-2","-3","-4","-5","-6","-7","-8","-9"],Bo={m:{type:"enum",values:Lo,default:void 0,responsive:!0},mx:{type:"enum",values:Lo,default:void 0,responsive:!0},my:{type:"enum",values:Lo,default:void 0,responsive:!0},mt:{type:"enum",values:Lo,default:void 0,responsive:!0},mr:{type:"enum",values:Lo,default:void 0,responsive:!0},mb:{type:"enum",values:Lo,default:void 0,responsive:!0},ml:{type:"enum",values:Lo,default:void 0,responsive:!0}};function Ss(e){const{m:t=Bo.m.default,mx:r=Bo.mx.default,my:n=Bo.my.default,mt:i=Bo.mt.default,mr:o=Bo.mr.default,mb:s=Bo.mb.default,ml:a=Bo.ml.default,...c}=e;return{m:t,mx:r,my:n,mt:i,mr:o,mb:s,ml:a,rest:c}}function _s(e){return[wt(e.m,"rt-r-m"),wt(e.mx,"rt-r-mx"),wt(e.my,"rt-r-my"),wt(e.mt,"rt-r-mt"),wt(e.mr,"rt-r-mr"),wt(e.mb,"rt-r-mb"),wt(e.ml,"rt-r-ml")].filter(Boolean).join(" ")}const Wd={type:"enum",values:$r.radius.values,default:void 0},Es={display:{type:"enum",values:["none","inline-flex","flex"],default:"flex",responsive:!0},direction:{type:"enum",values:["row","column","row-reverse","column-reverse"],default:void 0,responsive:!0},align:{type:"enum",values:["start","center","end","baseline","stretch"],default:void 0,responsive:!0},justify:{type:"enum",values:["start","center","end","between"],default:"start",responsive:!0},wrap:{type:"enum",values:["nowrap","wrap","wrap-reverse"],default:void 0,responsive:!0},gap:{type:"enum",values:["0","1","2","3","4","5","6","7","8","9"],default:void 0,responsive:!0}},Jv=P.forwardRef((e,t)=>{const{rest:r,...n}=Ss(e),{rest:i,...o}=tA(r),{className:s,asChild:a,display:c=Es.display.default,direction:l=Es.direction.default,align:u=Es.align.default,justify:d=Es.justify.default,wrap:p=Es.wrap.default,gap:y=Es.gap.default,...x}=i,b=a?Mi:"div";return P.createElement(b,{...x,ref:t,className:Zt("rt-Flex",s,wt(c,"rt-r-display"),wt(l,"rt-r-fd"),wt(u,"rt-r-ai"),wt(d,"rt-r-jc",{between:"space-between"}),wt(p,"rt-r-fw"),wt(y,"rt-r-gap"),rA(o),_s(n))})});Jv.displayName="Flex";function Zv(e){const t=P.useRef({value:e,previous:e});return P.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var Gd="Checkbox",[nA,DB]=Ai(Gd),[iA,oA]=nA(Gd),Qv=P.forwardRef((e,t)=>{const{__scopeCheckbox:r,name:n,checked:i,defaultChecked:o,required:s,disabled:a,value:c="on",onCheckedChange:l,form:u,...d}=e,[p,y]=P.useState(null),x=ir(t,F=>y(F)),b=P.useRef(!1),M=p?u||!!p.closest("form"):!0,[O=!1,R]=_a({prop:i,defaultProp:o,onChange:l}),k=P.useRef(O);return P.useEffect(()=>{const F=p==null?void 0:p.form;if(F){const B=()=>R(k.current);return F.addEventListener("reset",B),()=>F.removeEventListener("reset",B)}},[p,R]),w.jsxs(iA,{scope:r,state:O,disabled:a,children:[w.jsx(Xt.button,{type:"button",role:"checkbox","aria-checked":ro(O)?"mixed":O,"aria-required":s,"data-state":rb(O),"data-disabled":a?"":void 0,disabled:a,value:c,...d,ref:x,onKeyDown:Je(e.onKeyDown,F=>{F.key==="Enter"&&F.preventDefault()}),onClick:Je(e.onClick,F=>{R(B=>ro(B)?!0:!B),M&&(b.current=F.isPropagationStopped(),b.current||F.stopPropagation())})}),M&&w.jsx(sA,{control:p,bubbles:!b.current,name:n,value:c,checked:O,required:s,disabled:a,form:u,style:{transform:"translateX(-100%)"},defaultChecked:ro(o)?!1:o})]})});Qv.displayName=Gd;var eb="CheckboxIndicator",tb=P.forwardRef((e,t)=>{const{__scopeCheckbox:r,forceMount:n,...i}=e,o=oA(eb,r);return w.jsx(jn,{present:n||ro(o.state)||o.state===!0,children:w.jsx(Xt.span,{"data-state":rb(o.state),"data-disabled":o.disabled?"":void 0,...i,ref:t,style:{pointerEvents:"none",...e.style}})})});tb.displayName=eb;var sA=e=>{const{control:t,checked:r,bubbles:n=!0,defaultChecked:i,...o}=e,s=P.useRef(null),a=Zv(r),c=Ud(t);P.useEffect(()=>{const u=s.current,d=window.HTMLInputElement.prototype,y=Object.getOwnPropertyDescriptor(d,"checked").set;if(a!==r&&y){const x=new Event("click",{bubbles:n});u.indeterminate=ro(r),y.call(u,ro(r)?!1:r),u.dispatchEvent(x)}},[a,r,n]);const l=P.useRef(ro(r)?!1:r);return w.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:i??l.current,...o,tabIndex:-1,ref:s,style:{...e.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function ro(e){return e==="indeterminate"}function rb(e){return ro(e)?"indeterminate":e?"checked":"unchecked"}var aA=Qv,cA=tb;const wl={size:{type:"enum",values:["1","2","3"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","surface","soft"],default:"surface"},color:Ea,highContrast:yl},xl=P.forwardRef(({color:e="currentColor",...t},r)=>P.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.53547 0.62293C8.88226 0.849446 8.97976 1.3142 8.75325 1.66099L4.5083 8.1599C4.38833 8.34356 4.19397 8.4655 3.9764 8.49358C3.75883 8.52167 3.53987 8.45309 3.3772 8.30591L0.616113 5.80777C0.308959 5.52987 0.285246 5.05559 0.563148 4.74844C0.84105 4.44128 1.31533 4.41757 1.62249 4.69547L3.73256 6.60459L7.49741 0.840706C7.72393 0.493916 8.18868 0.396414 8.53547 0.62293Z"})));xl.displayName="ThickCheckIcon";const lA=P.forwardRef(({color:e="currentColor",...t},r)=>P.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},P.createElement("path",{d:"M0.135232 3.15803C0.324102 2.95657 0.640521 2.94637 0.841971 3.13523L4.5 6.56464L8.158 3.13523C8.3595 2.94637 8.6759 2.95657 8.8648 3.15803C9.0536 3.35949 9.0434 3.67591 8.842 3.86477L4.84197 7.6148C4.64964 7.7951 4.35036 7.7951 4.15803 7.6148L0.158031 3.86477C-0.0434285 3.67591 -0.0536285 3.35949 0.135232 3.15803Z"})));lA.displayName="ChevronDownIcon";const nb=P.forwardRef(({color:e="currentColor",...t},r)=>P.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.23826 0.201711C3.54108 -0.0809141 4.01567 -0.0645489 4.29829 0.238264L7.79829 3.98826C8.06724 4.27642 8.06724 4.72359 7.79829 5.01174L4.29829 8.76174C4.01567 9.06455 3.54108 9.08092 3.23826 8.79829C2.93545 8.51567 2.91909 8.04108 3.20171 7.73826L6.22409 4.5L3.20171 1.26174C2.91909 0.958928 2.93545 0.484337 3.23826 0.201711Z"})));nb.displayName="ThickChevronRightIcon";const uA=P.forwardRef(({color:e="currentColor",...t},r)=>P.createElement("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,ref:r},P.createElement("path",{d:"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM1.82707 7.49972C1.82707 4.36671 4.36689 1.82689 7.49991 1.82689C10.6329 1.82689 13.1727 4.36671 13.1727 7.49972C13.1727 10.6327 10.6329 13.1726 7.49991 13.1726C4.36689 13.1726 1.82707 10.6327 1.82707 7.49972ZM8.24992 4.49999C8.24992 4.9142 7.91413 5.24999 7.49992 5.24999C7.08571 5.24999 6.74992 4.9142 6.74992 4.49999C6.74992 4.08577 7.08571 3.74999 7.49992 3.74999C7.91413 3.74999 8.24992 4.08577 8.24992 4.49999ZM6.00003 5.99999H6.50003H7.50003C7.77618 5.99999 8.00003 6.22384 8.00003 6.49999V9.99999H8.50003H9.00003V11H8.50003H7.50003H6.50003H6.00003V9.99999H6.50003H7.00003V6.99999H6.50003H6.00003V5.99999Z",fill:e,fillRule:"evenodd",clipRule:"evenodd"})));uA.displayName="InfoCircledIcon";const Sl=P.forwardRef((e,t)=>{const{rest:r,...n}=Ss(e),{className:i,style:o,size:s=wl.size.default,variant:a=wl.variant.default,color:c=wl.color.default,highContrast:l=wl.highContrast.default,...u}=r;return P.createElement("span",{className:Zt("rt-CheckboxRoot",i,wt(s,"rt-r-size"),_s(n)),style:o},P.createElement(aA,{"data-accent-color":c,...u,ref:t,className:Zt("rt-reset","rt-CheckboxButton",`rt-variant-${a}`,{"rt-high-contrast":l})},P.createElement(cA,{className:"rt-CheckboxIndicator"},P.createElement(xl,{className:"rt-CheckboxIndicatorIcon"}))))});Sl.displayName="Checkbox";function ib(e){const t=e+"CollectionProvider",[r,n]=Ai(t),[i,o]=r(t,{collectionRef:{current:null},itemMap:new Map}),s=y=>{const{scope:x,children:b}=y,M=re.useRef(null),O=re.useRef(new Map).current;return w.jsx(i,{scope:x,itemMap:O,collectionRef:M,children:b})};s.displayName=t;const a=e+"CollectionSlot",c=re.forwardRef((y,x)=>{const{scope:b,children:M}=y,O=o(a,b),R=ir(x,O.collectionRef);return w.jsx(Mi,{ref:R,children:M})});c.displayName=a;const l=e+"CollectionItemSlot",u="data-radix-collection-item",d=re.forwardRef((y,x)=>{const{scope:b,children:M,...O}=y,R=re.useRef(null),k=ir(x,R),F=o(l,b);return re.useEffect(()=>(F.itemMap.set(R,{ref:R,...O}),()=>void F.itemMap.delete(R))),w.jsx(Mi,{[u]:"",ref:k,children:M})});d.displayName=l;function p(y){const x=o(e+"CollectionConsumer",y);return re.useCallback(()=>{const M=x.collectionRef.current;if(!M)return[];const O=Array.from(M.querySelectorAll(`[${u}]`));return Array.from(x.itemMap.values()).sort((F,B)=>O.indexOf(F.ref.current)-O.indexOf(B.ref.current))},[x.collectionRef,x.itemMap])}return[{Provider:s,Slot:c,ItemSlot:d},p,n]}var Kd="rovingFocusGroup.onEntryFocus",fA={bubbles:!1,cancelable:!0},_l="RovingFocusGroup",[Yd,ob,dA]=ib(_l),[hA,sb]=Ai(_l,[dA]),[pA,mA]=hA(_l),ab=P.forwardRef((e,t)=>w.jsx(Yd.Provider,{scope:e.__scopeRovingFocusGroup,children:w.jsx(Yd.Slot,{scope:e.__scopeRovingFocusGroup,children:w.jsx(gA,{...e,ref:t})})}));ab.displayName=_l;var gA=P.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,orientation:n,loop:i=!1,dir:o,currentTabStopId:s,defaultCurrentTabStopId:a,onCurrentTabStopIdChange:c,onEntryFocus:l,preventScrollOnEntryFocus:u=!1,...d}=e,p=P.useRef(null),y=ir(t,p),x=qd(o),[b=null,M]=_a({prop:s,defaultProp:a,onChange:c}),[O,R]=P.useState(!1),k=wr(l),F=ob(r),B=P.useRef(!1),[W,z]=P.useState(0);return P.useEffect(()=>{const G=p.current;if(G)return G.addEventListener(Kd,k),()=>G.removeEventListener(Kd,k)},[k]),w.jsx(pA,{scope:r,orientation:n,dir:x,loop:i,currentTabStopId:b,onItemFocus:P.useCallback(G=>M(G),[M]),onItemShiftTab:P.useCallback(()=>R(!0),[]),onFocusableItemAdd:P.useCallback(()=>z(G=>G+1),[]),onFocusableItemRemove:P.useCallback(()=>z(G=>G-1),[]),children:w.jsx(Xt.div,{tabIndex:O||W===0?-1:0,"data-orientation":n,...d,ref:y,style:{outline:"none",...e.style},onMouseDown:Je(e.onMouseDown,()=>{B.current=!0}),onFocus:Je(e.onFocus,G=>{const ne=!B.current;if(G.target===G.currentTarget&&ne&&!O){const oe=new CustomEvent(Kd,fA);if(G.currentTarget.dispatchEvent(oe),!oe.defaultPrevented){const se=F().filter(m=>m.focusable),q=se.find(m=>m.active),L=se.find(m=>m.id===b),f=[q,L,...se].filter(Boolean).map(m=>m.ref.current);ub(f,u)}}B.current=!1}),onBlur:Je(e.onBlur,()=>R(!1))})})}),cb="RovingFocusGroupItem",lb=P.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,focusable:n=!0,active:i=!1,tabStopId:o,...s}=e,a=ya(),c=o||a,l=mA(cb,r),u=l.currentTabStopId===c,d=ob(r),{onFocusableItemAdd:p,onFocusableItemRemove:y}=l;return P.useEffect(()=>{if(n)return p(),()=>y()},[n,p,y]),w.jsx(Yd.ItemSlot,{scope:r,id:c,focusable:n,active:i,children:w.jsx(Xt.span,{tabIndex:u?0:-1,"data-orientation":l.orientation,...s,ref:t,onMouseDown:Je(e.onMouseDown,x=>{n?l.onItemFocus(c):x.preventDefault()}),onFocus:Je(e.onFocus,()=>l.onItemFocus(c)),onKeyDown:Je(e.onKeyDown,x=>{if(x.key==="Tab"&&x.shiftKey){l.onItemShiftTab();return}if(x.target!==x.currentTarget)return;const b=yA(x,l.orientation,l.dir);if(b!==void 0){if(x.metaKey||x.ctrlKey||x.altKey||x.shiftKey)return;x.preventDefault();let O=d().filter(R=>R.focusable).map(R=>R.ref.current);if(b==="last")O.reverse();else if(b==="prev"||b==="next"){b==="prev"&&O.reverse();const R=O.indexOf(x.currentTarget);O=l.loop?wA(O,R+1):O.slice(R+1)}setTimeout(()=>ub(O))}})})})});lb.displayName=cb;var vA={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function bA(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function yA(e,t,r){const n=bA(e.key,r);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(n))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(n)))return vA[n]}function ub(e,t=!1){const r=document.activeElement;for(const n of e)if(n===r||(n.focus({preventScroll:t}),document.activeElement!==r))return}function wA(e,t){return e.map((r,n)=>e[(t+n)%e.length])}var xA=ab,SA=lb;function _A(e,[t,r]){return Math.min(r,Math.max(t,e))}var Xd=0;function EA(){P.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??fb()),document.body.insertAdjacentElement("beforeend",e[1]??fb()),Xd++,()=>{Xd===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Xd--}},[])}function fb(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var Jd="focusScope.autoFocusOnMount",Zd="focusScope.autoFocusOnUnmount",db={bubbles:!1,cancelable:!0},CA="FocusScope",hb=P.forwardRef((e,t)=>{const{loop:r=!1,trapped:n=!1,onMountAutoFocus:i,onUnmountAutoFocus:o,...s}=e,[a,c]=P.useState(null),l=wr(i),u=wr(o),d=P.useRef(null),p=ir(t,b=>c(b)),y=P.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;P.useEffect(()=>{if(n){let b=function(k){if(y.paused||!a)return;const F=k.target;a.contains(F)?d.current=F:no(d.current,{select:!0})},M=function(k){if(y.paused||!a)return;const F=k.relatedTarget;F!==null&&(a.contains(F)||no(d.current,{select:!0}))},O=function(k){if(document.activeElement===document.body)for(const B of k)B.removedNodes.length>0&&no(a)};document.addEventListener("focusin",b),document.addEventListener("focusout",M);const R=new MutationObserver(O);return a&&R.observe(a,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",b),document.removeEventListener("focusout",M),R.disconnect()}}},[n,a,y.paused]),P.useEffect(()=>{if(a){gb.add(y);const b=document.activeElement;if(!a.contains(b)){const O=new CustomEvent(Jd,db);a.addEventListener(Jd,l),a.dispatchEvent(O),O.defaultPrevented||(TA(PA(pb(a)),{select:!0}),document.activeElement===b&&no(a))}return()=>{a.removeEventListener(Jd,l),setTimeout(()=>{const O=new CustomEvent(Zd,db);a.addEventListener(Zd,u),a.dispatchEvent(O),O.defaultPrevented||no(b??document.body,{select:!0}),a.removeEventListener(Zd,u),gb.remove(y)},0)}}},[a,l,u,y]);const x=P.useCallback(b=>{if(!r&&!n||y.paused)return;const M=b.key==="Tab"&&!b.altKey&&!b.ctrlKey&&!b.metaKey,O=document.activeElement;if(M&&O){const R=b.currentTarget,[k,F]=AA(R);k&&F?!b.shiftKey&&O===F?(b.preventDefault(),r&&no(k,{select:!0})):b.shiftKey&&O===k&&(b.preventDefault(),r&&no(F,{select:!0})):O===R&&b.preventDefault()}},[r,n,y.paused]);return w.jsx(Xt.div,{tabIndex:-1,...s,ref:p,onKeyDown:x})});hb.displayName=CA;function TA(e,{select:t=!1}={}){const r=document.activeElement;for(const n of e)if(no(n,{select:t}),document.activeElement!==r)return}function AA(e){const t=pb(e),r=mb(t,e),n=mb(t.reverse(),e);return[r,n]}function pb(e){const t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const i=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||i?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)t.push(r.currentNode);return t}function mb(e,t){for(const r of e)if(!MA(r,{upTo:t}))return r}function MA(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function IA(e){return e instanceof HTMLInputElement&&"select"in e}function no(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&IA(e)&&t&&e.select()}}var gb=OA();function OA(){let e=[];return{add(t){const r=e[0];t!==r&&(r==null||r.pause()),e=vb(e,t),e.unshift(t)},remove(t){var r;e=vb(e,t),(r=e[0])==null||r.resume()}}}function vb(e,t){const r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}function PA(e){return e.filter(t=>t.tagName!=="A")}var RA=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},Cs=new WeakMap,El=new WeakMap,Cl={},Qd=0,bb=function(e){return e&&(e.host||bb(e.parentNode))},NA=function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=bb(r);return n&&e.contains(n)?n:(console.error("aria-hidden",r,"in not contained inside",e,". Doing nothing"),null)}).filter(function(r){return!!r})},kA=function(e,t,r,n){var i=NA(t,Array.isArray(e)?e:[e]);Cl[r]||(Cl[r]=new WeakMap);var o=Cl[r],s=[],a=new Set,c=new Set(i),l=function(d){!d||a.has(d)||(a.add(d),l(d.parentNode))};i.forEach(l);var u=function(d){!d||c.has(d)||Array.prototype.forEach.call(d.children,function(p){if(a.has(p))u(p);else try{var y=p.getAttribute(n),x=y!==null&&y!=="false",b=(Cs.get(p)||0)+1,M=(o.get(p)||0)+1;Cs.set(p,b),o.set(p,M),s.push(p),b===1&&x&&El.set(p,!0),M===1&&p.setAttribute(r,"true"),x||p.setAttribute(n,"true")}catch(O){console.error("aria-hidden: cannot operate on ",p,O)}})};return u(t),a.clear(),Qd++,function(){s.forEach(function(d){var p=Cs.get(d)-1,y=o.get(d)-1;Cs.set(d,p),o.set(d,y),p||(El.has(d)||d.removeAttribute(n),El.delete(d)),y||d.removeAttribute(r)}),Qd--,Qd||(Cs=new WeakMap,Cs=new WeakMap,El=new WeakMap,Cl={})}},jA=function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),i=t||RA(e);return i?(n.push.apply(n,Array.from(i.querySelectorAll("[aria-live]"))),kA(n,i,r,"aria-hidden")):function(){return null}},ti=function(){return ti=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},ti.apply(this,arguments)};function yb(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function DA(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,o;n<i;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var Tl="right-scroll-bar-position",Al="width-before-scroll-bar",LA="with-scroll-bars-hidden",BA="--removed-body-scroll-bar-size";function e0(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function UA(e,t){var r=re.useState(function(){return{value:e,callback:t,facade:{get current(){return r.value},set current(n){var i=r.value;i!==n&&(r.value=n,r.callback(n,i))}}}})[0];return r.callback=t,r.facade}var FA=typeof window<"u"?P.useLayoutEffect:P.useEffect,wb=new WeakMap;function $A(e,t){var r=UA(t||null,function(n){return e.forEach(function(i){return e0(i,n)})});return FA(function(){var n=wb.get(r);if(n){var i=new Set(n),o=new Set(e),s=r.current;i.forEach(function(a){o.has(a)||e0(a,null)}),o.forEach(function(a){i.has(a)||e0(a,s)})}wb.set(r,e)},[e]),r}function VA(e){return e}function zA(e,t){t===void 0&&(t=VA);var r=[],n=!1,i={read:function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},useMedium:function(o){var s=t(o,n);return r.push(s),function(){r=r.filter(function(a){return a!==s})}},assignSyncMedium:function(o){for(n=!0;r.length;){var s=r;r=[],s.forEach(o)}r={push:function(a){return o(a)},filter:function(){return r}}},assignMedium:function(o){n=!0;var s=[];if(r.length){var a=r;r=[],a.forEach(o),s=r}var c=function(){var u=s;s=[],u.forEach(o)},l=function(){return Promise.resolve().then(c)};l(),r={push:function(u){s.push(u),l()},filter:function(u){return s=s.filter(u),r}}}};return i}function qA(e){e===void 0&&(e={});var t=zA(null);return t.options=ti({async:!0,ssr:!1},e),t}var xb=function(e){var t=e.sideCar,r=yb(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=t.read();if(!n)throw new Error("Sidecar medium not found");return P.createElement(n,ti({},r))};xb.isSideCarExport=!0;function HA(e,t){return e.useMedium(t),xb}var Sb=qA(),t0=function(){},Ml=P.forwardRef(function(e,t){var r=P.useRef(null),n=P.useState({onScrollCapture:t0,onWheelCapture:t0,onTouchMoveCapture:t0}),i=n[0],o=n[1],s=e.forwardProps,a=e.children,c=e.className,l=e.removeScrollBar,u=e.enabled,d=e.shards,p=e.sideCar,y=e.noIsolation,x=e.inert,b=e.allowPinchZoom,M=e.as,O=M===void 0?"div":M,R=e.gapMode,k=yb(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),F=p,B=$A([r,t]),W=ti(ti({},k),i);return P.createElement(P.Fragment,null,u&&P.createElement(F,{sideCar:Sb,removeScrollBar:l,shards:d,noIsolation:y,inert:x,setCallbacks:o,allowPinchZoom:!!b,lockRef:r,gapMode:R}),s?P.cloneElement(P.Children.only(a),ti(ti({},W),{ref:B})):P.createElement(O,ti({},W,{className:c,ref:B}),a))});Ml.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Ml.classNames={fullWidth:Al,zeroRight:Tl};var _b,WA=function(){if(_b)return _b;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function GA(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=WA();return t&&e.setAttribute("nonce",t),e}function KA(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function YA(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var XA=function(){var e=0,t=null;return{add:function(r){e==0&&(t=GA())&&(KA(t,r),YA(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},JA=function(){var e=XA();return function(t,r){P.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},Eb=function(){var e=JA(),t=function(r){var n=r.styles,i=r.dynamic;return e(n,i),null};return t},ZA={left:0,top:0,right:0,gap:0},r0=function(e){return parseInt(e||"",10)||0},QA=function(e){var t=window.getComputedStyle(document.body),r=t[e==="padding"?"paddingLeft":"marginLeft"],n=t[e==="padding"?"paddingTop":"marginTop"],i=t[e==="padding"?"paddingRight":"marginRight"];return[r0(r),r0(n),r0(i)]},eM=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return ZA;var t=QA(e),r=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-r+t[2]-t[0])}},tM=Eb(),Ts="data-scroll-locked",rM=function(e,t,r,n){var i=e.left,o=e.top,s=e.right,a=e.gap;return r===void 0&&(r="margin"),`
|
|
54
|
+
.`.concat(LA,` {
|
|
55
55
|
overflow: hidden `).concat(n,`;
|
|
56
56
|
padding-right: `).concat(a,"px ").concat(n,`;
|
|
57
57
|
}
|
|
58
|
-
body[`).concat(
|
|
58
|
+
body[`).concat(Ts,`] {
|
|
59
59
|
overflow: hidden `).concat(n,`;
|
|
60
60
|
overscroll-behavior: contain;
|
|
61
61
|
`).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
|
|
@@ -68,38 +68,38 @@ body { background-color: var(--color-page-background); }
|
|
|
68
68
|
`),r==="padding"&&"padding-right: ".concat(a,"px ").concat(n,";")].filter(Boolean).join(""),`
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.`).concat(
|
|
71
|
+
.`).concat(Tl,` {
|
|
72
72
|
right: `).concat(a,"px ").concat(n,`;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
.`).concat(
|
|
75
|
+
.`).concat(Al,` {
|
|
76
76
|
margin-right: `).concat(a,"px ").concat(n,`;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.`).concat(
|
|
79
|
+
.`).concat(Tl," .").concat(Tl,` {
|
|
80
80
|
right: 0 `).concat(n,`;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
.`).concat(
|
|
83
|
+
.`).concat(Al," .").concat(Al,` {
|
|
84
84
|
margin-right: 0 `).concat(n,`;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
body[`).concat(
|
|
88
|
-
`).concat(
|
|
87
|
+
body[`).concat(Ts,`] {
|
|
88
|
+
`).concat(BA,": ").concat(a,`px;
|
|
89
89
|
}
|
|
90
|
-
`)},
|
|
90
|
+
`)},Cb=function(){var e=parseInt(document.body.getAttribute(Ts)||"0",10);return isFinite(e)?e:0},nM=function(){P.useEffect(function(){return document.body.setAttribute(Ts,(Cb()+1).toString()),function(){var e=Cb()-1;e<=0?document.body.removeAttribute(Ts):document.body.setAttribute(Ts,e.toString())}},[])},iM=function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,i=n===void 0?"margin":n;nM();var o=P.useMemo(function(){return eM(i)},[i]);return P.createElement(tM,{styles:rM(o,!t,i,r?"":"!important")})},n0=!1;if(typeof window<"u")try{var Il=Object.defineProperty({},"passive",{get:function(){return n0=!0,!0}});window.addEventListener("test",Il,Il),window.removeEventListener("test",Il,Il)}catch{n0=!1}var As=n0?{passive:!1}:!1,oM=function(e){return e.tagName==="TEXTAREA"},Tb=function(e,t){if(!(e instanceof Element))return!1;var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!oM(e)&&r[t]==="visible")},sM=function(e){return Tb(e,"overflowY")},aM=function(e){return Tb(e,"overflowX")},Ab=function(e,t){var r=t.ownerDocument,n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var i=Mb(e,n);if(i){var o=Ib(e,n),s=o[1],a=o[2];if(s>a)return!0}n=n.parentNode}while(n&&n!==r.body);return!1},cM=function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},lM=function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},Mb=function(e,t){return e==="v"?sM(t):aM(t)},Ib=function(e,t){return e==="v"?cM(t):lM(t)},uM=function(e,t){return e==="h"&&t==="rtl"?-1:1},fM=function(e,t,r,n,i){var o=uM(e,window.getComputedStyle(t).direction),s=o*n,a=r.target,c=t.contains(a),l=!1,u=s>0,d=0,p=0;do{var y=Ib(e,a),x=y[0],b=y[1],M=y[2],O=b-M-o*x;(x||O)&&Mb(e,a)&&(d+=O,p+=x),a instanceof ShadowRoot?a=a.host:a=a.parentNode}while(!c&&a!==document.body||c&&(t.contains(a)||t===a));return(u&&(i&&Math.abs(d)<1||!i&&s>d)||!u&&(i&&Math.abs(p)<1||!i&&-s>p))&&(l=!0),l},Ol=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Ob=function(e){return[e.deltaX,e.deltaY]},Pb=function(e){return e&&"current"in e?e.current:e},dM=function(e,t){return e[0]===t[0]&&e[1]===t[1]},hM=function(e){return`
|
|
91
91
|
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
92
92
|
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
93
|
-
`)},r7=0,Cs=[];function n7(e){var t=P.useRef([]),r=P.useRef([0,0]),n=P.useRef(),i=P.useState(r7++)[0],o=P.useState(Qv)[0],s=P.useRef(e);P.useEffect(function(){s.current=e},[e]),P.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(i));var y=_T([e.lockRef.current],(e.shards||[]).map(sy),!0).filter(Boolean);return y.forEach(function(T){return T.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),y.forEach(function(T){return T.classList.remove("allow-interactivity-".concat(i))})}}},[e.inert,e.lockRef.current,e.shards]);var a=P.useCallback(function(y,T){if("touches"in y&&y.touches.length===2||y.type==="wheel"&&y.ctrlKey)return!s.current.allowPinchZoom;var O=Eu(y),R=r.current,k="deltaX"in y?y.deltaX:R[0]-O[0],F="deltaY"in y?y.deltaY:R[1]-O[1],L,q=y.target,H=Math.abs(k)>Math.abs(F)?"h":"v";if("touches"in y&&H==="h"&&q.type==="range")return!1;var K=ry(H,q);if(!K)return!0;if(K?L=H:(L=H==="v"?"h":"v",K=ry(H,q)),!K)return!1;if(!n.current&&"changedTouches"in y&&(k||F)&&(n.current=L),!L)return!0;var re=n.current||L;return QT(re,T,y,re==="h"?k:F,!0)},[]),c=P.useCallback(function(y){var T=y;if(!(!Cs.length||Cs[Cs.length-1]!==o)){var O="deltaY"in T?oy(T):Eu(T),R=t.current.filter(function(L){return L.name===T.type&&(L.target===T.target||T.target===L.shadowParent)&&e7(L.delta,O)})[0];if(R&&R.should){T.cancelable&&T.preventDefault();return}if(!R){var k=(s.current.shards||[]).map(sy).filter(Boolean).filter(function(L){return L.contains(T.target)}),F=k.length>0?a(T,k[0]):!s.current.noIsolation;F&&T.cancelable&&T.preventDefault()}}},[]),u=P.useCallback(function(y,T,O,R){var k={name:y,delta:T,target:O,should:R,shadowParent:i7(O)};t.current.push(k),setTimeout(function(){t.current=t.current.filter(function(F){return F!==k})},1)},[]),l=P.useCallback(function(y){r.current=Eu(y),n.current=void 0},[]),d=P.useCallback(function(y){u(y.type,oy(y),y.target,a(y,e.lockRef.current))},[]),p=P.useCallback(function(y){u(y.type,Eu(y),y.target,a(y,e.lockRef.current))},[]);P.useEffect(function(){return Cs.push(o),e.setCallbacks({onScrollCapture:d,onWheelCapture:d,onTouchMoveCapture:p}),document.addEventListener("wheel",c,_s),document.addEventListener("touchmove",c,_s),document.addEventListener("touchstart",l,_s),function(){Cs=Cs.filter(function(y){return y!==o}),document.removeEventListener("wheel",c,_s),document.removeEventListener("touchmove",c,_s),document.removeEventListener("touchstart",l,_s)}},[]);var w=e.removeScrollBar,b=e.inert;return P.createElement(P.Fragment,null,b?P.createElement(o,{styles:t7(i)}):null,w?P.createElement(WT,{gapMode:e.gapMode}):null)}function i7(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const o7=NT(Xv,n7);var ay=P.forwardRef(function(e,t){return P.createElement(xu,Jn({},e,{ref:t,sideCar:o7}))});ay.classNames=xu.classNames;const s7=ay;function a7(e,t){return P.useReducer((r,n)=>t[r][n]??r,e)}var Wd="ScrollArea",[cy,SB]=fs(Wd),[c7,un]=cy(Wd),uy=P.forwardRef((e,t)=>{const{__scopeScrollArea:r,type:n="hover",dir:i,scrollHideDelay:o=600,...s}=e,[a,c]=P.useState(null),[u,l]=P.useState(null),[d,p]=P.useState(null),[w,b]=P.useState(null),[y,T]=P.useState(null),[O,R]=P.useState(0),[k,F]=P.useState(0),[L,q]=P.useState(!1),[H,K]=P.useState(!1),re=rr(t,ae=>c(ae)),oe=Rd(i);return x.jsx(c7,{scope:r,type:n,dir:oe,scrollHideDelay:o,scrollArea:a,viewport:u,onViewportChange:l,content:d,onContentChange:p,scrollbarX:w,onScrollbarXChange:b,scrollbarXEnabled:L,onScrollbarXEnabledChange:q,scrollbarY:y,onScrollbarYChange:T,scrollbarYEnabled:H,onScrollbarYEnabledChange:K,onCornerWidthChange:R,onCornerHeightChange:F,children:x.jsx(Yt.div,{dir:oe,...s,ref:re,style:{position:"relative","--radix-scroll-area-corner-width":O+"px","--radix-scroll-area-corner-height":k+"px",...e.style}})})});uy.displayName=Wd;var ly="ScrollAreaViewport",fy=P.forwardRef((e,t)=>{const{__scopeScrollArea:r,children:n,nonce:i,...o}=e,s=un(ly,r),a=P.useRef(null),c=rr(t,a,s.onViewportChange);return x.jsxs(x.Fragment,{children:[x.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:i}),x.jsx(Yt.div,{"data-radix-scroll-area-viewport":"",...o,ref:c,style:{overflowX:s.scrollbarXEnabled?"scroll":"hidden",overflowY:s.scrollbarYEnabled?"scroll":"hidden",...e.style},children:x.jsx("div",{ref:s.onContentChange,style:{minWidth:"100%",display:"table"},children:n})})]})});fy.displayName=ly;var Qn="ScrollAreaScrollbar",dy=P.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=un(Qn,e.__scopeScrollArea),{onScrollbarXEnabledChange:o,onScrollbarYEnabledChange:s}=i,a=e.orientation==="horizontal";return P.useEffect(()=>(a?o(!0):s(!0),()=>{a?o(!1):s(!1)}),[a,o,s]),i.type==="hover"?x.jsx(u7,{...n,ref:t,forceMount:r}):i.type==="scroll"?x.jsx(l7,{...n,ref:t,forceMount:r}):i.type==="auto"?x.jsx(hy,{...n,ref:t,forceMount:r}):i.type==="always"?x.jsx(Gd,{...n,ref:t}):null});dy.displayName=Qn;var u7=P.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=un(Qn,e.__scopeScrollArea),[o,s]=P.useState(!1);return P.useEffect(()=>{const a=i.scrollArea;let c=0;if(a){const u=()=>{window.clearTimeout(c),s(!0)},l=()=>{c=window.setTimeout(()=>s(!1),i.scrollHideDelay)};return a.addEventListener("pointerenter",u),a.addEventListener("pointerleave",l),()=>{window.clearTimeout(c),a.removeEventListener("pointerenter",u),a.removeEventListener("pointerleave",l)}}},[i.scrollArea,i.scrollHideDelay]),x.jsx(On,{present:r||o,children:x.jsx(hy,{"data-state":o?"visible":"hidden",...n,ref:t})})}),l7=P.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=un(Qn,e.__scopeScrollArea),o=e.orientation==="horizontal",s=Au(()=>c("SCROLL_END"),100),[a,c]=a7("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return P.useEffect(()=>{if(a==="idle"){const u=window.setTimeout(()=>c("HIDE"),i.scrollHideDelay);return()=>window.clearTimeout(u)}},[a,i.scrollHideDelay,c]),P.useEffect(()=>{const u=i.viewport,l=o?"scrollLeft":"scrollTop";if(u){let d=u[l];const p=()=>{const w=u[l];d!==w&&(c("SCROLL"),s()),d=w};return u.addEventListener("scroll",p),()=>u.removeEventListener("scroll",p)}},[i.viewport,o,c,s]),x.jsx(On,{present:r||a!=="hidden",children:x.jsx(Gd,{"data-state":a==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:Xe(e.onPointerEnter,()=>c("POINTER_ENTER")),onPointerLeave:Xe(e.onPointerLeave,()=>c("POINTER_LEAVE"))})})}),hy=P.forwardRef((e,t)=>{const r=un(Qn,e.__scopeScrollArea),{forceMount:n,...i}=e,[o,s]=P.useState(!1),a=e.orientation==="horizontal",c=Au(()=>{if(r.viewport){const u=r.viewport.offsetWidth<r.viewport.scrollWidth,l=r.viewport.offsetHeight<r.viewport.scrollHeight;s(a?u:l)}},10);return Ms(r.viewport,c),Ms(r.content,c),x.jsx(On,{present:n||o,children:x.jsx(Gd,{"data-state":o?"visible":"hidden",...i,ref:t})})}),Gd=P.forwardRef((e,t)=>{const{orientation:r="vertical",...n}=e,i=un(Qn,e.__scopeScrollArea),o=P.useRef(null),s=P.useRef(0),[a,c]=P.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),u=yy(a.viewport,a.content),l={...n,sizes:a,onSizesChange:c,hasThumb:u>0&&u<1,onThumbChange:p=>o.current=p,onThumbPointerUp:()=>s.current=0,onThumbPointerDown:p=>s.current=p};function d(p,w){return g7(p,s.current,a,w)}return r==="horizontal"?x.jsx(f7,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&o.current){const p=i.viewport.scrollLeft,w=wy(p,a,i.dir);o.current.style.transform=`translate3d(${w}px, 0, 0)`}},onWheelScroll:p=>{i.viewport&&(i.viewport.scrollLeft=p)},onDragScroll:p=>{i.viewport&&(i.viewport.scrollLeft=d(p,i.dir))}}):r==="vertical"?x.jsx(d7,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&o.current){const p=i.viewport.scrollTop,w=wy(p,a);o.current.style.transform=`translate3d(0, ${w}px, 0)`}},onWheelScroll:p=>{i.viewport&&(i.viewport.scrollTop=p)},onDragScroll:p=>{i.viewport&&(i.viewport.scrollTop=d(p))}}):null}),f7=P.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,o=un(Qn,e.__scopeScrollArea),[s,a]=P.useState(),c=P.useRef(null),u=rr(t,c,o.onScrollbarXChange);return P.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),x.jsx(my,{"data-orientation":"horizontal",...i,ref:u,sizes:r,style:{bottom:0,left:o.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:o.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Mu(r)+"px",...e.style},onThumbPointerDown:l=>e.onThumbPointerDown(l.x),onDragScroll:l=>e.onDragScroll(l.x),onWheelScroll:(l,d)=>{if(o.viewport){const p=o.viewport.scrollLeft+l.deltaX;e.onWheelScroll(p),xy(p,d)&&l.preventDefault()}},onResize:()=>{c.current&&o.viewport&&s&&n({content:o.viewport.scrollWidth,viewport:o.viewport.offsetWidth,scrollbar:{size:c.current.clientWidth,paddingStart:Cu(s.paddingLeft),paddingEnd:Cu(s.paddingRight)}})}})}),d7=P.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,o=un(Qn,e.__scopeScrollArea),[s,a]=P.useState(),c=P.useRef(null),u=rr(t,c,o.onScrollbarYChange);return P.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),x.jsx(my,{"data-orientation":"vertical",...i,ref:u,sizes:r,style:{top:0,right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Mu(r)+"px",...e.style},onThumbPointerDown:l=>e.onThumbPointerDown(l.y),onDragScroll:l=>e.onDragScroll(l.y),onWheelScroll:(l,d)=>{if(o.viewport){const p=o.viewport.scrollTop+l.deltaY;e.onWheelScroll(p),xy(p,d)&&l.preventDefault()}},onResize:()=>{c.current&&o.viewport&&s&&n({content:o.viewport.scrollHeight,viewport:o.viewport.offsetHeight,scrollbar:{size:c.current.clientHeight,paddingStart:Cu(s.paddingTop),paddingEnd:Cu(s.paddingBottom)}})}})}),[h7,py]=cy(Qn),my=P.forwardRef((e,t)=>{const{__scopeScrollArea:r,sizes:n,hasThumb:i,onThumbChange:o,onThumbPointerUp:s,onThumbPointerDown:a,onThumbPositionChange:c,onDragScroll:u,onWheelScroll:l,onResize:d,...p}=e,w=un(Qn,r),[b,y]=P.useState(null),T=rr(t,re=>y(re)),O=P.useRef(null),R=P.useRef(""),k=w.viewport,F=n.content-n.viewport,L=br(l),q=br(c),H=Au(d,10);function K(re){if(O.current){const oe=re.clientX-O.current.left,ae=re.clientY-O.current.top;u({x:oe,y:ae})}}return P.useEffect(()=>{const re=oe=>{const ae=oe.target;(b==null?void 0:b.contains(ae))&&L(oe,F)};return document.addEventListener("wheel",re,{passive:!1}),()=>document.removeEventListener("wheel",re,{passive:!1})},[k,b,F,L]),P.useEffect(q,[n,q]),Ms(b,H),Ms(w.content,H),x.jsx(h7,{scope:r,scrollbar:b,hasThumb:i,onThumbChange:br(o),onThumbPointerUp:br(s),onThumbPositionChange:q,onThumbPointerDown:br(a),children:x.jsx(Yt.div,{...p,ref:T,style:{position:"absolute",...p.style},onPointerDown:Xe(e.onPointerDown,re=>{re.button===0&&(re.target.setPointerCapture(re.pointerId),O.current=b.getBoundingClientRect(),R.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",w.viewport&&(w.viewport.style.scrollBehavior="auto"),K(re))}),onPointerMove:Xe(e.onPointerMove,K),onPointerUp:Xe(e.onPointerUp,re=>{const oe=re.target;oe.hasPointerCapture(re.pointerId)&&oe.releasePointerCapture(re.pointerId),document.body.style.webkitUserSelect=R.current,w.viewport&&(w.viewport.style.scrollBehavior=""),O.current=null})})})}),_u="ScrollAreaThumb",gy=P.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=py(_u,e.__scopeScrollArea);return x.jsx(On,{present:r||i.hasThumb,children:x.jsx(p7,{ref:t,...n})})}),p7=P.forwardRef((e,t)=>{const{__scopeScrollArea:r,style:n,...i}=e,o=un(_u,r),s=py(_u,r),{onThumbPositionChange:a}=s,c=rr(t,d=>s.onThumbChange(d)),u=P.useRef(),l=Au(()=>{u.current&&(u.current(),u.current=void 0)},100);return P.useEffect(()=>{const d=o.viewport;if(d){const p=()=>{if(l(),!u.current){const w=v7(d,a);u.current=w,a()}};return a(),d.addEventListener("scroll",p),()=>d.removeEventListener("scroll",p)}},[o.viewport,l,a]),x.jsx(Yt.div,{"data-state":s.hasThumb?"visible":"hidden",...i,ref:c,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:Xe(e.onPointerDownCapture,d=>{const w=d.target.getBoundingClientRect(),b=d.clientX-w.left,y=d.clientY-w.top;s.onThumbPointerDown({x:b,y})}),onPointerUp:Xe(e.onPointerUp,s.onThumbPointerUp)})});gy.displayName=_u;var Kd="ScrollAreaCorner",vy=P.forwardRef((e,t)=>{const r=un(Kd,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?x.jsx(m7,{...e,ref:t}):null});vy.displayName=Kd;var m7=P.forwardRef((e,t)=>{const{__scopeScrollArea:r,...n}=e,i=un(Kd,r),[o,s]=P.useState(0),[a,c]=P.useState(0),u=!!(o&&a);return Ms(i.scrollbarX,()=>{var d;const l=((d=i.scrollbarX)==null?void 0:d.offsetHeight)||0;i.onCornerHeightChange(l),c(l)}),Ms(i.scrollbarY,()=>{var d;const l=((d=i.scrollbarY)==null?void 0:d.offsetWidth)||0;i.onCornerWidthChange(l),s(l)}),u?x.jsx(Yt.div,{...n,ref:t,style:{width:o,height:a,position:"absolute",right:i.dir==="ltr"?0:void 0,left:i.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function Cu(e){return e?parseInt(e,10):0}function yy(e,t){const r=e/t;return isNaN(r)?0:r}function Mu(e){const t=yy(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function g7(e,t,r,n="ltr"){const i=Mu(r),o=i/2,s=t||o,a=i-s,c=r.scrollbar.paddingStart+s,u=r.scrollbar.size-r.scrollbar.paddingEnd-a,l=r.content-r.viewport,d=n==="ltr"?[0,l]:[l*-1,0];return by([c,u],d)(e)}function wy(e,t,r="ltr"){const n=Mu(t),i=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,o=t.scrollbar.size-i,s=t.content-t.viewport,a=o-n,c=r==="ltr"?[0,s]:[s*-1,0],u=fT(e,c);return by([0,s],[0,a])(u)}function by(e,t){return r=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const n=(t[1]-t[0])/(e[1]-e[0]);return t[0]+n*(r-e[0])}}function xy(e,t){return e>0&&e<t}var v7=(e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return function i(){const o={left:e.scrollLeft,top:e.scrollTop},s=r.left!==o.left,a=r.top!==o.top;(s||a)&&t(),r=o,n=window.requestAnimationFrame(i)}(),()=>window.cancelAnimationFrame(n)};function Au(e,t){const r=br(e),n=P.useRef(0);return P.useEffect(()=>()=>window.clearTimeout(n.current),[]),P.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function Ms(e,t){const r=br(t);Gi(()=>{let n=0;if(e){const i=new ResizeObserver(()=>{cancelAnimationFrame(n),n=window.requestAnimationFrame(r)});return i.observe(e),()=>{window.cancelAnimationFrame(n),i.unobserve(e)}}},[e,r])}var y7=uy,w7=fy,Sy=dy,Ey=gy,b7=vy,Yd="Switch",[x7,EB]=fs(Yd),[S7,E7]=x7(Yd),_y=P.forwardRef((e,t)=>{const{__scopeSwitch:r,name:n,checked:i,defaultChecked:o,required:s,disabled:a,value:c="on",onCheckedChange:u,form:l,...d}=e,[p,w]=P.useState(null),b=rr(t,k=>w(k)),y=P.useRef(!1),T=p?l||!!p.closest("form"):!0,[O=!1,R]=ba({prop:i,defaultProp:o,onChange:u});return x.jsxs(S7,{scope:r,checked:O,disabled:a,children:[x.jsx(Yt.button,{type:"button",role:"switch","aria-checked":O,"aria-required":s,"data-state":Ay(O),"data-disabled":a?"":void 0,disabled:a,value:c,...d,ref:b,onClick:Xe(e.onClick,k=>{R(F=>!F),T&&(y.current=k.isPropagationStopped(),y.current||k.stopPropagation())})}),T&&x.jsx(_7,{control:p,bubbles:!y.current,name:n,value:c,checked:O,required:s,disabled:a,form:l,style:{transform:"translateX(-100%)"}})]})});_y.displayName=Yd;var Cy="SwitchThumb",My=P.forwardRef((e,t)=>{const{__scopeSwitch:r,...n}=e,i=E7(Cy,r);return x.jsx(Yt.span,{"data-state":Ay(i.checked),"data-disabled":i.disabled?"":void 0,...n,ref:t})});My.displayName=Cy;var _7=e=>{const{control:t,checked:r,bubbles:n=!0,...i}=e,o=P.useRef(null),s=Av(r),a=Ad(t);return P.useEffect(()=>{const c=o.current,u=window.HTMLInputElement.prototype,d=Object.getOwnPropertyDescriptor(u,"checked").set;if(s!==r&&d){const p=new Event("click",{bubbles:n});d.call(c,r),c.dispatchEvent(p)}},[s,r,n]),x.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:r,...i,tabIndex:-1,ref:o,style:{...e.style,...a,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function Ay(e){return e?"checked":"unchecked"}var C7=_y,M7=My;const Ea={size:{type:"enum",values:["1","2","3"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","surface","soft"],default:"surface"},color:xa,highContrast:du,radius:jd},Ty=P.forwardRef((e,t)=>{const{rest:r,...n}=ws(e),{className:i,style:o,size:s=Ea.size.default,variant:a=Ea.variant.default,color:c=Ea.color.default,highContrast:u=Ea.highContrast.default,radius:l=Ea.radius.default,...d}=r;return P.createElement("span",{"data-radius":l,className:Xt("rt-SwitchRoot",i,bt(s,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},bs(n)),style:o},P.createElement(C7,{"data-accent-color":c,...d,ref:t,className:Xt("rt-reset","rt-SwitchButton",{"rt-high-contrast":u})},P.createElement(M7,{className:Xt("rt-SwitchThumb",{"rt-high-contrast":u})})))});Ty.displayName="Switch";var Zd=["Enter"," "],A7=["ArrowDown","PageUp","Home"],Iy=["ArrowUp","PageDown","End"],T7=[...A7,...Iy],I7={ltr:[...Zd,"ArrowRight"],rtl:[...Zd,"ArrowLeft"]},O7={ltr:["ArrowLeft"],rtl:["ArrowRight"]},_a="Menu",[Ca,P7,R7]=Nv(_a),[To,Oy]=fs(_a,[R7,su,kv]),Ma=su(),Py=kv(),[Ry,Qi]=To(_a),[N7,Aa]=To(_a),Ny=e=>{const{__scopeMenu:t,open:r=!1,children:n,dir:i,onOpenChange:o,modal:s=!0}=e,a=Ma(t),[c,u]=P.useState(null),l=P.useRef(!1),d=br(o),p=Rd(i);return P.useEffect(()=>{const w=()=>{l.current=!0,document.addEventListener("pointerdown",b,{capture:!0,once:!0}),document.addEventListener("pointermove",b,{capture:!0,once:!0})},b=()=>l.current=!1;return document.addEventListener("keydown",w,{capture:!0}),()=>{document.removeEventListener("keydown",w,{capture:!0}),document.removeEventListener("pointerdown",b,{capture:!0}),document.removeEventListener("pointermove",b,{capture:!0})}},[]),x.jsx(uv,{...a,children:x.jsx(Ry,{scope:t,open:r,onOpenChange:d,content:c,onContentChange:u,children:x.jsx(N7,{scope:t,onClose:P.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:l,dir:p,modal:s,children:n})})})};Ny.displayName=_a;var j7="MenuAnchor",Xd=P.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=Ma(r);return x.jsx(lv,{...i,...n,ref:t})});Xd.displayName=j7;var Jd="MenuPortal",[k7,jy]=To(Jd,{forceMount:void 0}),ky=e=>{const{__scopeMenu:t,forceMount:r,children:n,container:i}=e,o=Qi(Jd,t);return x.jsx(k7,{scope:t,forceMount:r,children:x.jsx(On,{present:r||o.open,children:x.jsx(hv,{asChild:!0,container:i,children:n})})})};ky.displayName=Jd;var ln="MenuContent",[D7,Qd]=To(ln),Dy=P.forwardRef((e,t)=>{const r=jy(ln,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,o=Qi(ln,e.__scopeMenu),s=Aa(ln,e.__scopeMenu);return x.jsx(Ca.Provider,{scope:e.__scopeMenu,children:x.jsx(On,{present:n||o.open,children:x.jsx(Ca.Slot,{scope:e.__scopeMenu,children:s.modal?x.jsx(B7,{...i,ref:t}):x.jsx(L7,{...i,ref:t})})})})}),B7=P.forwardRef((e,t)=>{const r=Qi(ln,e.__scopeMenu),n=P.useRef(null),i=rr(t,n);return P.useEffect(()=>{const o=n.current;if(o)return ET(o)},[]),x.jsx(eh,{...e,ref:i,trapFocus:r.open,disableOutsidePointerEvents:r.open,disableOutsideScroll:!0,onFocusOutside:Xe(e.onFocusOutside,o=>o.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>r.onOpenChange(!1)})}),L7=P.forwardRef((e,t)=>{const r=Qi(ln,e.__scopeMenu);return x.jsx(eh,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>r.onOpenChange(!1)})}),eh=P.forwardRef((e,t)=>{const{__scopeMenu:r,loop:n=!1,trapFocus:i,onOpenAutoFocus:o,onCloseAutoFocus:s,disableOutsidePointerEvents:a,onEntryFocus:c,onEscapeKeyDown:u,onPointerDownOutside:l,onFocusOutside:d,onInteractOutside:p,onDismiss:w,disableOutsideScroll:b,...y}=e,T=Qi(ln,r),O=Aa(ln,r),R=Ma(r),k=Py(r),F=P7(r),[L,q]=P.useState(null),H=P.useRef(null),K=rr(t,H,T.onContentChange),re=P.useRef(0),oe=P.useRef(""),ae=P.useRef(0),z=P.useRef(null),D=P.useRef("right"),h=P.useRef(0),f=b?s7:P.Fragment,m=b?{as:_i,allowPinchZoom:!0}:void 0,S=_=>{var le,me;const I=oe.current+_,C=F().filter(xe=>!xe.disabled),g=document.activeElement,v=(le=C.find(xe=>xe.ref.current===g))==null?void 0:le.textValue,N=C.map(xe=>xe.textValue),ee=Z7(N,I,v),ie=(me=C.find(xe=>xe.textValue===ee))==null?void 0:me.ref.current;(function xe(be){oe.current=be,window.clearTimeout(re.current),be!==""&&(re.current=window.setTimeout(()=>xe(""),1e3))})(I),ie&&setTimeout(()=>ie.focus())};P.useEffect(()=>()=>window.clearTimeout(re.current),[]),dT();const M=P.useCallback(_=>{var C,g;return D.current===((C=z.current)==null?void 0:C.side)&&J7(_,(g=z.current)==null?void 0:g.area)},[]);return x.jsx(D7,{scope:r,searchRef:oe,onItemEnter:P.useCallback(_=>{M(_)&&_.preventDefault()},[M]),onItemLeave:P.useCallback(_=>{var I;M(_)||((I=H.current)==null||I.focus(),q(null))},[M]),onTriggerLeave:P.useCallback(_=>{M(_)&&_.preventDefault()},[M]),pointerGraceTimerRef:ae,onPointerGraceIntentChange:P.useCallback(_=>{z.current=_},[]),children:x.jsx(f,{...m,children:x.jsx(Vv,{asChild:!0,trapped:i,onMountAutoFocus:Xe(o,_=>{var I;_.preventDefault(),(I=H.current)==null||I.focus({preventScroll:!0})}),onUnmountAutoFocus:s,children:x.jsx(pd,{asChild:!0,disableOutsidePointerEvents:a,onEscapeKeyDown:u,onPointerDownOutside:l,onFocusOutside:d,onInteractOutside:p,onDismiss:w,children:x.jsx(uT,{asChild:!0,...k,dir:O.dir,orientation:"vertical",loop:n,currentTabStopId:L,onCurrentTabStopIdChange:q,onEntryFocus:Xe(c,_=>{O.isUsingKeyboardRef.current||_.preventDefault()}),preventScrollOnEntryFocus:!0,children:x.jsx(fv,{role:"menu","aria-orientation":"vertical","data-state":ew(T.open),"data-radix-menu-content":"",dir:O.dir,...R,...y,ref:K,style:{outline:"none",...y.style},onKeyDown:Xe(y.onKeyDown,_=>{const C=_.target.closest("[data-radix-menu-content]")===_.currentTarget,g=_.ctrlKey||_.altKey||_.metaKey,v=_.key.length===1;C&&(_.key==="Tab"&&_.preventDefault(),!g&&v&&S(_.key));const N=H.current;if(_.target!==N||!T7.includes(_.key))return;_.preventDefault();const ie=F().filter(le=>!le.disabled).map(le=>le.ref.current);Iy.includes(_.key)&&ie.reverse(),K7(ie)}),onBlur:Xe(e.onBlur,_=>{_.currentTarget.contains(_.target)||(window.clearTimeout(re.current),oe.current="")}),onPointerMove:Xe(e.onPointerMove,Ia(_=>{const I=_.target,C=h.current!==_.clientX;if(_.currentTarget.contains(I)&&C){const g=_.clientX>h.current?"right":"left";D.current=g,h.current=_.clientX}}))})})})})})})});Dy.displayName=ln;var $7="MenuGroup",th=P.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return x.jsx(Yt.div,{role:"group",...n,ref:t})});th.displayName=$7;var F7="MenuLabel",By=P.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return x.jsx(Yt.div,{...n,ref:t})});By.displayName=F7;var Tu="MenuItem",Ly="menu.itemSelect",Iu=P.forwardRef((e,t)=>{const{disabled:r=!1,onSelect:n,...i}=e,o=P.useRef(null),s=Aa(Tu,e.__scopeMenu),a=Qd(Tu,e.__scopeMenu),c=rr(t,o),u=P.useRef(!1),l=()=>{const d=o.current;if(!r&&d){const p=new CustomEvent(Ly,{bubbles:!0,cancelable:!0});d.addEventListener(Ly,w=>n==null?void 0:n(w),{once:!0}),P1(d,p),p.defaultPrevented?u.current=!1:s.onClose()}};return x.jsx($y,{...i,ref:c,disabled:r,onClick:Xe(e.onClick,l),onPointerDown:d=>{var p;(p=e.onPointerDown)==null||p.call(e,d),u.current=!0},onPointerUp:Xe(e.onPointerUp,d=>{var p;u.current||(p=d.currentTarget)==null||p.click()}),onKeyDown:Xe(e.onKeyDown,d=>{const p=a.searchRef.current!=="";r||p&&d.key===" "||Zd.includes(d.key)&&(d.currentTarget.click(),d.preventDefault())})})});Iu.displayName=Tu;var $y=P.forwardRef((e,t)=>{const{__scopeMenu:r,disabled:n=!1,textValue:i,...o}=e,s=Qd(Tu,r),a=Py(r),c=P.useRef(null),u=rr(t,c),[l,d]=P.useState(!1),[p,w]=P.useState("");return P.useEffect(()=>{const b=c.current;b&&w((b.textContent??"").trim())},[o.children]),x.jsx(Ca.ItemSlot,{scope:r,disabled:n,textValue:i??p,children:x.jsx(lT,{asChild:!0,...a,focusable:!n,children:x.jsx(Yt.div,{role:"menuitem","data-highlighted":l?"":void 0,"aria-disabled":n||void 0,"data-disabled":n?"":void 0,...o,ref:u,onPointerMove:Xe(e.onPointerMove,Ia(b=>{n?s.onItemLeave(b):(s.onItemEnter(b),b.defaultPrevented||b.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:Xe(e.onPointerLeave,Ia(b=>s.onItemLeave(b))),onFocus:Xe(e.onFocus,()=>d(!0)),onBlur:Xe(e.onBlur,()=>d(!1))})})})}),U7="MenuCheckboxItem",Fy=P.forwardRef((e,t)=>{const{checked:r=!1,onCheckedChange:n,...i}=e;return x.jsx(qy,{scope:e.__scopeMenu,checked:r,children:x.jsx(Iu,{role:"menuitemcheckbox","aria-checked":Ou(r)?"mixed":r,...i,ref:t,"data-state":ih(r),onSelect:Xe(i.onSelect,()=>n==null?void 0:n(Ou(r)?!0:!r),{checkForDefaultPrevented:!1})})})});Fy.displayName=U7;var Uy="MenuRadioGroup",[V7,z7]=To(Uy,{value:void 0,onValueChange:()=>{}}),Vy=P.forwardRef((e,t)=>{const{value:r,onValueChange:n,...i}=e,o=br(n);return x.jsx(V7,{scope:e.__scopeMenu,value:r,onValueChange:o,children:x.jsx(th,{...i,ref:t})})});Vy.displayName=Uy;var zy="MenuRadioItem",Hy=P.forwardRef((e,t)=>{const{value:r,...n}=e,i=z7(zy,e.__scopeMenu),o=r===i.value;return x.jsx(qy,{scope:e.__scopeMenu,checked:o,children:x.jsx(Iu,{role:"menuitemradio","aria-checked":o,...n,ref:t,"data-state":ih(o),onSelect:Xe(n.onSelect,()=>{var s;return(s=i.onValueChange)==null?void 0:s.call(i,r)},{checkForDefaultPrevented:!1})})})});Hy.displayName=zy;var rh="MenuItemIndicator",[qy,H7]=To(rh,{checked:!1}),Wy=P.forwardRef((e,t)=>{const{__scopeMenu:r,forceMount:n,...i}=e,o=H7(rh,r);return x.jsx(On,{present:n||Ou(o.checked)||o.checked===!0,children:x.jsx(Yt.span,{...i,ref:t,"data-state":ih(o.checked)})})});Wy.displayName=rh;var q7="MenuSeparator",Gy=P.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return x.jsx(Yt.div,{role:"separator","aria-orientation":"horizontal",...n,ref:t})});Gy.displayName=q7;var W7="MenuArrow",Ky=P.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=Ma(r);return x.jsx(dv,{...i,...n,ref:t})});Ky.displayName=W7;var nh="MenuSub",[G7,Yy]=To(nh),Zy=e=>{const{__scopeMenu:t,children:r,open:n=!1,onOpenChange:i}=e,o=Qi(nh,t),s=Ma(t),[a,c]=P.useState(null),[u,l]=P.useState(null),d=br(i);return P.useEffect(()=>(o.open===!1&&d(!1),()=>d(!1)),[o.open,d]),x.jsx(uv,{...s,children:x.jsx(Ry,{scope:t,open:n,onOpenChange:d,content:u,onContentChange:l,children:x.jsx(G7,{scope:t,contentId:ga(),triggerId:ga(),trigger:a,onTriggerChange:c,children:r})})})};Zy.displayName=nh;var Ta="MenuSubTrigger",Xy=P.forwardRef((e,t)=>{const r=Qi(Ta,e.__scopeMenu),n=Aa(Ta,e.__scopeMenu),i=Yy(Ta,e.__scopeMenu),o=Qd(Ta,e.__scopeMenu),s=P.useRef(null),{pointerGraceTimerRef:a,onPointerGraceIntentChange:c}=o,u={__scopeMenu:e.__scopeMenu},l=P.useCallback(()=>{s.current&&window.clearTimeout(s.current),s.current=null},[]);return P.useEffect(()=>l,[l]),P.useEffect(()=>{const d=a.current;return()=>{window.clearTimeout(d),c(null)}},[a,c]),x.jsx(Xd,{asChild:!0,...u,children:x.jsx($y,{id:i.triggerId,"aria-haspopup":"menu","aria-expanded":r.open,"aria-controls":i.contentId,"data-state":ew(r.open),...e,ref:Zc(t,i.onTriggerChange),onClick:d=>{var p;(p=e.onClick)==null||p.call(e,d),!(e.disabled||d.defaultPrevented)&&(d.currentTarget.focus(),r.open||r.onOpenChange(!0))},onPointerMove:Xe(e.onPointerMove,Ia(d=>{o.onItemEnter(d),!d.defaultPrevented&&!e.disabled&&!r.open&&!s.current&&(o.onPointerGraceIntentChange(null),s.current=window.setTimeout(()=>{r.onOpenChange(!0),l()},100))})),onPointerLeave:Xe(e.onPointerLeave,Ia(d=>{var w,b;l();const p=(w=r.content)==null?void 0:w.getBoundingClientRect();if(p){const y=(b=r.content)==null?void 0:b.dataset.side,T=y==="right",O=T?-5:5,R=p[T?"left":"right"],k=p[T?"right":"left"];o.onPointerGraceIntentChange({area:[{x:d.clientX+O,y:d.clientY},{x:R,y:p.top},{x:k,y:p.top},{x:k,y:p.bottom},{x:R,y:p.bottom}],side:y}),window.clearTimeout(a.current),a.current=window.setTimeout(()=>o.onPointerGraceIntentChange(null),300)}else{if(o.onTriggerLeave(d),d.defaultPrevented)return;o.onPointerGraceIntentChange(null)}})),onKeyDown:Xe(e.onKeyDown,d=>{var w;const p=o.searchRef.current!=="";e.disabled||p&&d.key===" "||I7[n.dir].includes(d.key)&&(r.onOpenChange(!0),(w=r.content)==null||w.focus(),d.preventDefault())})})})});Xy.displayName=Ta;var Jy="MenuSubContent",Qy=P.forwardRef((e,t)=>{const r=jy(ln,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,o=Qi(ln,e.__scopeMenu),s=Aa(ln,e.__scopeMenu),a=Yy(Jy,e.__scopeMenu),c=P.useRef(null),u=rr(t,c);return x.jsx(Ca.Provider,{scope:e.__scopeMenu,children:x.jsx(On,{present:n||o.open,children:x.jsx(Ca.Slot,{scope:e.__scopeMenu,children:x.jsx(eh,{id:a.contentId,"aria-labelledby":a.triggerId,...i,ref:u,align:"start",side:s.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:l=>{var d;s.isUsingKeyboardRef.current&&((d=c.current)==null||d.focus()),l.preventDefault()},onCloseAutoFocus:l=>l.preventDefault(),onFocusOutside:Xe(e.onFocusOutside,l=>{l.target!==a.trigger&&o.onOpenChange(!1)}),onEscapeKeyDown:Xe(e.onEscapeKeyDown,l=>{s.onClose(),l.preventDefault()}),onKeyDown:Xe(e.onKeyDown,l=>{var w;const d=l.currentTarget.contains(l.target),p=O7[s.dir].includes(l.key);d&&p&&(o.onOpenChange(!1),(w=a.trigger)==null||w.focus(),l.preventDefault())})})})})})});Qy.displayName=Jy;function ew(e){return e?"open":"closed"}function Ou(e){return e==="indeterminate"}function ih(e){return Ou(e)?"indeterminate":e?"checked":"unchecked"}function K7(e){const t=document.activeElement;for(const r of e)if(r===t||(r.focus(),document.activeElement!==t))return}function Y7(e,t){return e.map((r,n)=>e[(t+n)%e.length])}function Z7(e,t,r){const i=t.length>1&&Array.from(t).every(u=>u===t[0])?t[0]:t,o=r?e.indexOf(r):-1;let s=Y7(e,Math.max(o,0));i.length===1&&(s=s.filter(u=>u!==r));const c=s.find(u=>u.toLowerCase().startsWith(i.toLowerCase()));return c!==r?c:void 0}function X7(e,t){const{x:r,y:n}=e;let i=!1;for(let o=0,s=t.length-1;o<t.length;s=o++){const a=t[o].x,c=t[o].y,u=t[s].x,l=t[s].y;c>n!=l>n&&r<(u-a)*(n-c)/(l-c)+a&&(i=!i)}return i}function J7(e,t){if(!t)return!1;const r={x:e.clientX,y:e.clientY};return X7(r,t)}function Ia(e){return t=>t.pointerType==="mouse"?e(t):void 0}var Q7=Ny,e9=Xd,t9=ky,r9=Dy,n9=th,i9=By,o9=Iu,s9=Fy,a9=Vy,c9=Hy,u9=Wy,l9=Gy,f9=Ky,d9=Zy,h9=Xy,p9=Qy,oh="DropdownMenu",[m9,MB]=fs(oh,[Oy]),kr=Oy(),[g9,tw]=m9(oh),rw=e=>{const{__scopeDropdownMenu:t,children:r,dir:n,open:i,defaultOpen:o,onOpenChange:s,modal:a=!0}=e,c=kr(t),u=P.useRef(null),[l=!1,d]=ba({prop:i,defaultProp:o,onChange:s});return x.jsx(g9,{scope:t,triggerId:ga(),triggerRef:u,contentId:ga(),open:l,onOpenChange:d,onOpenToggle:P.useCallback(()=>d(p=>!p),[d]),modal:a,children:x.jsx(Q7,{...c,open:l,onOpenChange:d,dir:n,modal:a,children:r})})};rw.displayName=oh;var nw="DropdownMenuTrigger",iw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,disabled:n=!1,...i}=e,o=tw(nw,r),s=kr(r);return x.jsx(e9,{asChild:!0,...s,children:x.jsx(Yt.button,{type:"button",id:o.triggerId,"aria-haspopup":"menu","aria-expanded":o.open,"aria-controls":o.open?o.contentId:void 0,"data-state":o.open?"open":"closed","data-disabled":n?"":void 0,disabled:n,...i,ref:Zc(t,o.triggerRef),onPointerDown:Xe(e.onPointerDown,a=>{!n&&a.button===0&&a.ctrlKey===!1&&(o.onOpenToggle(),o.open||a.preventDefault())}),onKeyDown:Xe(e.onKeyDown,a=>{n||(["Enter"," "].includes(a.key)&&o.onOpenToggle(),a.key==="ArrowDown"&&o.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(a.key)&&a.preventDefault())})})})});iw.displayName=nw;var v9="DropdownMenuPortal",ow=e=>{const{__scopeDropdownMenu:t,...r}=e,n=kr(t);return x.jsx(t9,{...n,...r})};ow.displayName=v9;var sw="DropdownMenuContent",aw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=tw(sw,r),o=kr(r),s=P.useRef(!1);return x.jsx(r9,{id:i.contentId,"aria-labelledby":i.triggerId,...o,...n,ref:t,onCloseAutoFocus:Xe(e.onCloseAutoFocus,a=>{var c;s.current||(c=i.triggerRef.current)==null||c.focus(),s.current=!1,a.preventDefault()}),onInteractOutside:Xe(e.onInteractOutside,a=>{const c=a.detail.originalEvent,u=c.button===0&&c.ctrlKey===!0,l=c.button===2||u;(!i.modal||l)&&(s.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});aw.displayName=sw;var y9="DropdownMenuGroup",cw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=kr(r);return x.jsx(n9,{...i,...n,ref:t})});cw.displayName=y9;var w9="DropdownMenuLabel",uw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=kr(r);return x.jsx(i9,{...i,...n,ref:t})});uw.displayName=w9;var b9="DropdownMenuItem",lw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=kr(r);return x.jsx(o9,{...i,...n,ref:t})});lw.displayName=b9;var x9="DropdownMenuCheckboxItem",fw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=kr(r);return x.jsx(s9,{...i,...n,ref:t})});fw.displayName=x9;var S9="DropdownMenuRadioGroup",dw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=kr(r);return x.jsx(a9,{...i,...n,ref:t})});dw.displayName=S9;var E9="DropdownMenuRadioItem",hw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=kr(r);return x.jsx(c9,{...i,...n,ref:t})});hw.displayName=E9;var _9="DropdownMenuItemIndicator",pw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=kr(r);return x.jsx(u9,{...i,...n,ref:t})});pw.displayName=_9;var C9="DropdownMenuSeparator",mw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=kr(r);return x.jsx(l9,{...i,...n,ref:t})});mw.displayName=C9;var M9="DropdownMenuArrow",A9=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=kr(r);return x.jsx(f9,{...i,...n,ref:t})});A9.displayName=M9;var T9=e=>{const{__scopeDropdownMenu:t,children:r,open:n,onOpenChange:i,defaultOpen:o}=e,s=kr(t),[a=!1,c]=ba({prop:n,defaultProp:o,onChange:i});return x.jsx(d9,{...s,open:a,onOpenChange:c,children:r})},I9="DropdownMenuSubTrigger",gw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=kr(r);return x.jsx(h9,{...i,...n,ref:t})});gw.displayName=I9;var O9="DropdownMenuSubContent",vw=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=kr(r);return x.jsx(p9,{...i,...n,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});vw.displayName=O9;var P9=rw,R9=iw,yw=ow,N9=aw,j9=cw,k9=uw,D9=lw,B9=fw,L9=dw,$9=hw,ww=pw,F9=mw,U9=T9,V9=gw,z9=vw;const sh={size:{type:"enum",values:["1","2","3"],default:"1",responsive:!0},radius:jd,scrollbars:{type:"enum",values:["vertical","horizontal","both"],default:"both"}},ah=P.forwardRef((e,t)=>{const{rest:r,...n}=ws(e),{className:i,style:o,type:s,scrollHideDelay:a=s!=="scroll"?0:void 0,dir:c,size:u=sh.size.default,radius:l=sh.radius.default,scrollbars:d=sh.scrollbars.default,...p}=r;return P.createElement(y7,{type:s,scrollHideDelay:a,className:Xt("rt-ScrollAreaRoot",i,bs(n)),style:o},P.createElement(w7,{...p,ref:t,className:"rt-ScrollAreaViewport"}),P.createElement("div",{className:"rt-ScrollAreaViewportFocusRing"}),d!=="vertical"?P.createElement(Sy,{"data-radius":l,orientation:"horizontal",className:Xt("rt-ScrollAreaScrollbar",bt(u,"rt-r-size"))},P.createElement(Ey,{className:"rt-ScrollAreaThumb"})):null,d!=="horizontal"?P.createElement(Sy,{"data-radius":l,orientation:"vertical",className:Xt("rt-ScrollAreaScrollbar",bt(u,"rt-r-size"))},P.createElement(Ey,{className:"rt-ScrollAreaThumb"})):null,d==="both"?P.createElement(b7,{className:"rt-ScrollAreaCorner"}):null)});ah.displayName="ScrollArea";const ch={size:{type:"enum",values:["1","2"],default:"2",responsive:!0},variant:{type:"enum",values:["solid","soft"],default:"solid"},color:xa,highContrast:du},bw={color:xa,shortcut:{type:"string",default:void 0}},xw=e=>P.createElement(P9,{...e});xw.displayName="DropdownMenuRoot";const Sw=P.forwardRef((e,t)=>P.createElement(R9,{...e,ref:t,asChild:!0}));Sw.displayName="DropdownMenuTrigger";const Ew=P.createContext({}),_w=P.forwardRef((e,t)=>{const r=NA(),{className:n,children:i,size:o=ch.size.default,variant:s=ch.variant.default,highContrast:a=ch.highContrast.default,color:c=bw.color.default,container:u,forceMount:l,...d}=e,p=c??r.accentColor;return P.createElement(yw,{container:u,forceMount:l},P.createElement(fu,{asChild:!0},P.createElement(N9,{"data-accent-color":p,align:"start",sideOffset:4,collisionPadding:10,...d,ref:t,className:Xt("rt-PopperContent","rt-BaseMenuContent","rt-DropdownMenuContent",n,bt(o,"rt-r-size"),`rt-variant-${s}`,{"rt-high-contrast":a})},P.createElement(ah,{type:"auto"},P.createElement("div",{className:Xt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},P.createElement(Ew.Provider,{value:P.useMemo(()=>({size:o,variant:s,color:p,highContrast:a}),[o,s,p,a])},i))))))});_w.displayName="DropdownMenuContent";const Cw=P.forwardRef((e,t)=>P.createElement(k9,{...e,ref:t,className:Xt("rt-BaseMenuLabel","rt-DropdownMenuLabel",e.className)}));Cw.displayName="DropdownMenuLabel";const Mw=P.forwardRef((e,t)=>{const{className:r,children:n,color:i=bw.color.default,shortcut:o,...s}=e;return P.createElement(D9,{"data-accent-color":i,...s,ref:t,className:Xt("rt-reset","rt-BaseMenuItem","rt-DropdownMenuItem",r)},P.createElement(ds,null,n),o&&P.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},o))});Mw.displayName="DropdownMenuItem";const Aw=P.forwardRef((e,t)=>P.createElement(j9,{...e,ref:t,className:Xt("rt-BaseMenuGroup","rt-DropdownMenuGroup",e.className)}));Aw.displayName="DropdownMenuGroup";const Tw=P.forwardRef((e,t)=>P.createElement(L9,{...e,ref:t,className:Xt("rt-BaseMenuRadioGroup","rt-DropdownMenuRadioGroup",e.className)}));Tw.displayName="DropdownMenuRadioGroup";const Iw=P.forwardRef((e,t)=>{const{children:r,className:n,...i}=e;return P.createElement($9,{...i,ref:t,className:Xt("rt-BaseMenuItem","rt-BaseMenuRadioItem","rt-DropdownMenuItem","rt-DropdownMenuRadioItem",n)},P.createElement(ds,null,r),P.createElement(ww,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},P.createElement(pu,{className:"rt-BaseMenuItemIndicatorIcon rt-DropdownMenuItemIndicatorIcon"})))});Iw.displayName="DropdownMenuRadioItem";const Ow=P.forwardRef((e,t)=>{const{children:r,className:n,shortcut:i,...o}=e;return P.createElement(B9,{...o,ref:t,className:Xt("rt-BaseMenuItem","rt-BaseMenuCheckboxItem","rt-DropdownMenuItem","rt-DropdownMenuCheckboxItem",n)},P.createElement(ds,null,r),P.createElement(ww,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},P.createElement(pu,{className:"rt-BaseMenuItemIndicatorIcon rt-ContextMenuItemIndicatorIcon"})),i&&P.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},i))});Ow.displayName="DropdownMenuCheckboxItem";const Pw=e=>P.createElement(U9,{...e});Pw.displayName="DropdownMenuSub";const Rw=P.forwardRef((e,t)=>{const{className:r,children:n,...i}=e;return P.createElement(V9,{...i,ref:t,className:Xt("rt-BaseMenuItem","rt-BaseMenuSubTrigger","rt-DropdownMenuItem","rt-DropdownMenuSubTrigger",r)},P.createElement(ds,null,n),P.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},P.createElement(Rv,{className:"rt-BaseMenuSubTriggerIcon rt-DropdownMenuSubtriggerIcon"})))});Rw.displayName="DropdownMenuSubTrigger";const Nw=P.forwardRef((e,t)=>{const{className:r,children:n,container:i,forceMount:o,...s}=e,{size:a,variant:c,color:u,highContrast:l}=P.useContext(Ew);return P.createElement(yw,{container:i,forceMount:o},P.createElement(fu,{asChild:!0},P.createElement(z9,{"data-accent-color":u,alignOffset:-Number(a)*4,sideOffset:1,collisionPadding:10,...s,ref:t,className:Xt("rt-PopperContent","rt-BaseMenuContent","rt-BaseMenuSubContent","rt-DropdownMenuContent","rt-DropdownMenuSubContent",r,bt(a,"rt-r-size"),`rt-variant-${c}`,{"rt-high-contrast":l})},P.createElement(ah,{type:"auto"},P.createElement("div",{className:Xt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},n)))))});Nw.displayName="DropdownMenuSubContent";const jw=P.forwardRef((e,t)=>P.createElement(F9,{...e,ref:t,className:Xt("rt-BaseMenuSeparator","rt-DropdownMenuSeparator",e.className)}));jw.displayName="DropdownMenuSeparator";const fn=Object.assign({},{Root:xw,Trigger:Sw,Content:_w,Label:Cw,Item:Mw,Group:Aw,RadioGroup:Tw,RadioItem:Iw,CheckboxItem:Ow,Sub:Pw,SubTrigger:Rw,SubContent:Nw,Separator:jw}),Oa={size:{type:"enum",values:["1","2","3","4"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","solid","soft","surface","outline","ghost"],default:"solid"},color:xa,highContrast:du,radius:jd},kw=P.forwardRef((e,t)=>{const{rest:r,...n}=ws(e),{className:i,asChild:o=!1,size:s=Oa.size.default,variant:a=Oa.variant.default,color:c=Oa.color.default,highContrast:u=Oa.highContrast.default,radius:l=Oa.radius.default,...d}=r,p=o?_i:"button";return P.createElement(p,{"data-disabled":d.disabled||void 0,"data-accent-color":c,"data-radius":l,...d,ref:t,className:Xt("rt-reset","rt-BaseButton",i,bt(s,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},bs(n))})});kw.displayName="BaseButton";const Dw=P.forwardRef((e,t)=>P.createElement(kw,{...e,ref:t,className:Xt("rt-Button",e.className)}));Dw.displayName="Button";const H9={loading:{type:"boolean",default:!0}},As=P.forwardRef((e,t)=>{const{rest:r,...n}=ws(e),{className:i,children:o,loading:s=H9.loading.default,...a}=r;if(!s)return P.createElement(P.Fragment,null,o);const c=P.isValidElement(o)?_i:"span";return P.createElement(c,{ref:t,"aria-hidden":!0,className:Xt("rt-Skeleton",i,bs(n)),"data-inline-skeleton":P.isValidElement(o)?void 0:!0,tabIndex:-1,inert:"",...a},o)});As.displayName="Skeleton";const q9=Tt("/images/ghost_loading.png"),W9={primary:Tt("/images/primary_loading.png"),ghost:q9};function G9({size:e="24px",variant:t="primary",wrapStyle:r={}}){return x.jsx(Mv,{align:"center",justify:"center",style:{width:"100%",height:"100%",...r},children:x.jsx("img",{src:W9[t],alt:"Loading",style:{width:e,height:e,animation:"spin 1s linear infinite"}})})}const K9="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAPKADAAQAAAABAAAAPAAAAACL3+lcAAAJW0lEQVRoBd1be1BU1xk/LstLdtlVUYKoKKA8fJBKJDVxovYxTadC0zY1/2jaKWM0GRsnTTOpEQNGqc34mGicNpqxGkirMYk4QFONqTG01WioFXzwFhRfUJTl/dple37XnmUf93Hu3Uuknpmdc/ec7/vO97vn9Z3vfHcUGaa0a+2PxlnN9hVWU+Aia5gxLsIaHGk1GUNCAgMCRocaRqHZ7p5BZ++Aw2HrtPe22PqabF32Olun46Stw/Du6s0Fd4ZDNaFhvQS/k/P95ChryKb4iaO/NX1yWHhgwD1gauUPOAadNY1d7bU3u0/csvVmrcr562W1MqTodQGcvzlj9cwppqw5ceYJFKMuMpnCFLuzvK6j+dK1zk3L1xbuYuVac7+Uy8tNf2legiU7cYrJolUBNXyV1zrbSqvas5evK9yhhs+dVhPgd9YvSUmJCzvyzeQxU92FfV3PX15ubSir63pq1cbiMrVtBqhlyM/9wfqli6MOxkaFjVHLqxf9pPGh1sSY0SuT46MGC07UlKiRq6qHC3c8Vbhk/kNLKJMqPjUKqaF1EuIsPn27OGPNkQxePi7F976ZYU6ICDn3+Oyx8byCv066f164W1vV0js389XCDqV2FYf07pz0xAWJlsq5MyxRSsLuV/2UyNCxoQGjVs9JjikoPlndIqeHbA+jZx+LC79BV2GznBDeuu4+B9l+qI4Un2oSWNIfe4j86plYEhqk+N65mqCreMepuvZouZ42yknCMNYLbL/dSX7xu/Pk3zVtribzjjWSC1faSd66b5Ago8FVrvUBut5p6z9H+adLyZB8tVigvpM6fr4Uo9ry7YeukE++vNez7ry37/aRvv5BsmD2WPdizc8Y3qmzJqUeOFp5QEyIKGBsPU8vjF6p12pMhxpZu6eCOOmyKpbKaS9/O3U8ibAEiVWrLpsx2TQjfmqk6JblAxhGBfbZYKM2O9hbO2D85VsXyM2WXu8q13+8iCr6Un6yaKIu+x06KjY6bFHMpIlHikuqPYaVz8SBBWUKMcouZi5NOR4+/Pymx7yVYsHc/ujkTalq1eXAACzejB6A83Mz1uhpLrZ2DJBtdFXmTVs/qCPg0SsBCzC5y/MA/EhC+Ab3Sn+ftxysJTYVAEAL0Homb0wuwHmb0l/U89Rzjg7Rj7+4pVp3DGvw6pWACdiYPBfgWdPMr7FCf3O7w0ly9lVxizGFGsn8WUPbEnjpOZibX4nQHZsAGJ4KHN6VGHnrYVBg1eVJgXR9/MPLc0hb59DcBe97Rxt52LlogA0YQSwAhltGL09FU2sfeftwPZci8I1sfWEmocOOVFz1tPt3FTQQyNIjARswQpYAGD4oPQRDRm5+DenudXCJy3p2BnkybQIprbL5GCVdPXZBFpcgDiKG0QDvIhxuHDyKJH8vv0uOnW1WpAPBqh9OJcu+O0mgPVthE+WBLMjUIwEjsBrgStXqXXRXpG9gkGzYz7dQ/fiJKPLST2Nd7GcrWl3P3g9vvFdFcPDwNwEjsBrgN/ZXGPh3F14ljc09iqIWPjyObMxMdNF10KF7ucFz/roq6cO1ph4qu8G9SPMzsBrgJNcs4X+MDbe7yZ6iBkUxKfHhZMeLs4gxYMhyLa1s85m/3oIA+CoF7m8CVgNuBPwVtGF/NRlQGHbTokaT3S+n+Bz2z1Qoz1HI5p0ucliAlQ5pY4gckVIdzrinLsorPWFMMNn76sNkjDnQR9xXtId5EvVbiZ6neXgZDbAacdfDCtTmnXT+bf5TrSwbrKh3X0kh0RG+7xXG1NzpFpISFy7IYOflkvI75LrIeoC2nkgZRyBTSwJWI7vY0iJg58f1pFnGOGBWFAwLsYQT97rlnt6Yo3QrOvC362LkQlto87VlnjyixCKFwCoYHiJ1ikXwYuR/Kq4YmJkVlZZoVZTFCM7Q7enXv78ku4ihTbStNRlxZWkxqfNuYFd8/Y+VZFDGwI8eH0rOXLYJP3a9RrdCspb2jlhrAPHC9guKix/azKaHi4PZqaq9I8BqxP2shahzGcKLUVbbLvuSMQf//JnnCJg5zSwK9gZ1/6zYUkawJvCk8/T4CB2WLp7IQ+6iAVYDLqNdJRwPdzv6NR/S05J8hzc8HJlvnpddC8TUgicFuqhJwGrAzbsapi0H6jyOcmp405I87996+h1k5bYyUn+rW40YgVbwjhxU5x0BVgPCDHhb+1e1jRwuUe/FgHzM43luCxicBGt2XlScGnK6waMCnXgTsNIh7TjJw3DPi1HNQypKkxRjJma3/XP93kryxXn/wzhy9lUT6MaTgNWAABLEVCgx5B27TqobtW8HjyYPDWfcL2kdKd56QifoppSAEVgNiJZBAIkcwz0vxhU5EsU6tmC9f/y6cLJSZFBB8PbhK6TZJu8dAUZgFQwPRMvIyccb5PViiMnB/H0kwUpgRW3K0z4txGSjDLrt+0TeB8YwCoCb2u3rES0jJfDTr/i8GFL8MC1hWChZUVL8POXHS/8jSQZsCH8CgQD4udeLLiE0SIrDX2ea1RxEnt9WrmhFSbXPUy43pIGNxXq5bGnqdciVEhxLz7L+pNP0+MhrRWltJz46TJIVMV6scsj1QEsqPlpmg6eeVbIcjrTntpbJ2s6M9n7kAdSDgiPo427OfKYHnUptSU+/7zLxPM7Cj6bE9NGz6fcYMctjIkPJQnoObe+2E1vXAOmlF9jSM55xDX8eYQ0SQG5emUTm0UVRLB092/KbghNVZ1idRw+j8PT+Z+r1vEFkDd2PHAFs83/+wTT3tl1zmBUiwq2zV8FBxYhHcA4MwOKtoseQRiVuzBHhNjvOsoh2v88I8BYwEv/T/dX54ec3sjOz/3LIWz8fwCBAOB8CQxImmxK8Gf4f/iM6b+krRc+L6Srbg//Yu7RmpEbfiYFBGaLyFmQeknR6+cxhd0EI56PLuvS1gDvxCHiGrtBZThXRIc0YCj+r6kc4X1iw4Wc0pCiYlY/EHGBLLralrcgqko2MkR3SDNiDFFzKBZgBfxDCh2WHNAPKcoTzIcINQV80NlLVy2Iy9Mqxz2LrkVqNpdpRBRhCsGUhws3ucDyJyHQpwcNZDgvqeGnrYrF9Vqldv3oJQV+IgxI7cCg1rKUeB4H78pGHt7KIg0Jo0HB+xnOxvuO3z2YV7fRuW+1/v3rYu7E9b6TPjAw3bnzgP9TyBo7/2j/FG6Cf4hmH7VO8/wJSjxTWAm8L8gAAAABJRU5ErkJggg==",uh="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAQKADAAQAAAABAAAAQAAAAABGUUKwAAAQcklEQVR4Ac07C3BUVZb33vfp7nQSgiEhYYYgESEj40oZjERH/MxAnFEGQQYUZILRGix1y3V3q3bZqd2trZpZqram1rJ2tMZZiUGFAURQ4romiALjmlkFB2eGEVyMEAQSEiSQ9O+9fvfuOfe923Q66aQ7dDS3q/vcd9+553fPOffzXlMyxqX4hc1Vls9p4Iao5nm8Mp5HSoSfmsIUGjcJRfbMIoJa1CFRbhlh2k3CrJ3F6EG/rTWee3DlkbEUUQqQawYTX3ppVTxInoxN4rPjVxAfAf0kDwG/WEM4RKGUEiEEQYgF0ITxJY2ZPfSwHiJPnV+9etMQ3S6rKWcGmPTcq+XWxOhzVhlfGJ8oQGkoSlnFJcUAAlSk8EHoort1bPMaXGN5lzoao5O1muf9a3vW3nvGRbq8XyXaqKlMebG5IpTXtzF6JZ/PfYINSyjFADDUoCA0eiN+SVvXINIuKKF3qQzKLMr9x9n+YLig/vSPF3UMy3OEm6M2ALgqLd6y5fnwVXyNCJChFZcKU2GcoyGtlx6FuD7MYuQDjemHhNC7mLggR5HTCeWUxic7JD6HG6QGDDmbTxSzrCtEELRPKyOLEB74jDWdu+++hyFslJlGUHng7bTEB6INvPrGC6/O65tmt1iTeKGKWxfDGy7OhL+Tduq9ZLMZ9j19uuGekwMpZHY1pfG1qVZe7Il4EV8ZLSNlYGZgIK3qEXDrZje5GOgw67oevPd3mVG+hJW1AUpf3vpI+GrxjAOj7qmrIpZQhwr/CdbG+sz67tWLj11ic/m1kpden8ELrI2RabyWaIO9QkNv+D/9sbMPLPtVNtyyMsDkra809s8iawjjXj9lAhjxk+TTYLdY1bFm+cFsBMgWt6JpW3WomG6KVpCZhCg5XCqUMBE8Qpq6VvyoIVO6GRmg+oAwvji9sy00zalWKrsMBPF1sW69kzzU9eNlzZkyzQXelM2vLbImORtik3mJoqeCw39CO1gxZUntwbnUVvfSwRENgMp39OzoiJWJsgFZG5JO8BjdfWbpkrp0xL+K9sk7drZEruILYDZxZ0/PCj7IQRXFSytGMsLQ2TtJ8tOnX2+zy2kZo5CBgAdCZjNR8Alb/3Urj2J2wQAUHNHWs7gGczBmSfxlxC6jZadA9iRVhqwOa4CpW3c1RqeRalRcKg+E9X5m5x81lp1acc9Ph6T4NTSiLPlH2TI9BEMDJlDyxipI9dStzY3DiZQ2BK78TfMjfVXiWYHUvKKHme1v1+Z0PPCDP6u28QQrXn7zmmilcyieB6sJKFJwUAA85NHj99815OwwpAfM2PLmvHCleAbmeHR86VK6o4n8z/X7xqvyqDDKhjKirDIc0HOhhKc7z6BOiJNaBhkAV3jhUtEiTMZcV5ImEAXt+vr2Vd/fkUpgvF2jjCgrGEAagaED+xiTOmGiTCmDGiq3v7khdBVpkHjeOj3vBG39/J7v5yTbz9y2pyZO4/cIH68RGisV1PEJjerUZr3MEqepTd+JGUUvnlp647kUWbO6nL7rv1vC3+QLZRzgzAAl2E4b25f94CH3yv0dYICq37Rd2VfZ+5ljgNdjQeP10O4TC+4sddFH94tTae/J1v+0J4il9kRRgHbFkroXSuyLOBG+bnbcd8H4+6Mr7tjmYmf/O233W2djk0SJUpLGCJ/YUTD98PLvdChqA0IgHux/QRiUuRMJ/moi0E0HWEx1zBRevW33yp7w7guRaaTeLiIFFBwTJ2z5wRjFD0L4qqkWJKDWZDK972p7y1Vv7P4thmWm/JLxUHYIBJnHZS6HsI75IxuTcRKEv/Xq/vL+qdEvhA7B42H4z7Kjn935varkDtnUZ2/f+9cXKuxfEH1oBbw1S2K3m0obhUOcwBn6x2N3LfiL1PuZXF/91ttHwiV8lsJlccLzv/B/85N755/BtoQHCM1+juhgepnzYfS5JvIuslWqY7Zw1ta9t/dNc35BNfR0dy7BnS3W5Q4XR9yrJzzOa8PEJZOXB2EneO23tu/5WbYyIL4fdGACZgVcwCE/g8El6OqVhAGsK8hC5YoI8zq1tj8uv2NUGxt0WV4qXgd+lKEFgB5+UQAFk+uJ+x4u9pFf7IF1+MRK2d8oobOBqAPqInl44WaDroqGNMC1r7y3igeZLyEc7OeDjlmvkLKF1726/x/sQoz3S/GtaCPUYESCZ/S2CZ/7/nLSZ+bcwuPaT/292peEo0uC4wNMrmMbDwr/ddvfW56tLIjvt7QHkSfSQWM6Qeq79pV90rt1RIDT2ielc4KzYsz5e1nnR4tvGvV+PjaBPCGVl2kes72XaoA4A+MWHGf1Hy+/5SXk7RX0tH+dtWffWasIsrbKTIAv6ygUFJg6lwDIelb4eOktn1a17uu0ilm5O9OAQfPok0Brk/SAeFDMxpjDDI3QF9ZfRoajKTVv/2+xU0QnSWvLpQjGM9JF21OS36ntTFE+wSZw3vgXxFOeI3uAPAjx42gkkcwSnTKs+EJsM+YepIPQBp2xK6vefqDKKdB8ig06qBHW/yNDuoPQ7Ivxh3HIL9FT4sOkaml81qKb07qxYeu70BM176PqCGVd6P2DGGbYYEZ9T+O0rsKAg86oOxOG1QCjLnMk+r+vn4U+vL/mZIZ0B6E5wfxfFp7QH8w/pW0PnGPHjQizlQK+C/TYKxQegKQpIo/f7I4QIKD7w0gpKHMHZ6fSdB2xGXUy+2kIB0Z6GAdgOA260Fk1k5GPvAQxI9rREakNg/CHuutCcLvJ+0rM2uYDVZbD7xe287FsSPNj+cXPpHAw3ljQj2BGkRCMKLSY9m9pumbUjLo5QQ6nWi59WPNU67DyqyTczTJyrozTP2VELQuktkVz8fHWPw/XZe6uD/89VMwrKYehUVkQvQCFBeg/T08eWHbD74ejMdI9nWuHIQNUKzyui0omfLRERSlaH7aSHyqErwreuPPAP0ZK+V8BfxmK0k1lunIj1rA1J9hv/PBy5dFs9gHqqkKSmFqJDkskHzapAiIcUvWvAtb810cbw6V8NSjtPtrA0XcdUoYkCCzyusnj7y29ftjwyURWqZsAD1PIBjV1ouHy1ysQb36f2aUuxxLiarHmrY/ejxTzeaiwikulPPLW4owHv6SPv7/4+iFPc7KVD3ULEczBrsaCMU2nGuiPqwNsBuubNC43CbJhDH/mtfz+gFVMr8cHWirmVcJDqEdppKBPq9t393W/zZUYqFtykoVzCKpj4kOGsiiYK45p6Nz8xh/+KTTRcZXH0fDYq4QX6NU+KY36bty1uKovDYlRN8NaAAzudsddtq7B4yzHSwIogBXVy+H2qJfBmUhm5Yu/w5GQkqDRPYnAE/D8YdP/3HXt6kzoZIuDulEShwnV7QkPuCAK4hT0dz/SPQxtcraEs8G/tfmTRTzA8uQuD4yQgFDP+5K1jJXyKCMF3dwlPww18NMc5jDmUAsb5VeGA5+TjUJZ4zJxp4x7GAU5JXnQtDWrvG723VnTy6KDcPgceeokp0IIhjixdCPOuh2Bz+HBQvDljN6QBc2sUSHpTlErT+yssr8ZoYeGWyZnzWiIDtSgNW4SdG/qFu1msPBp12Dk8St3gxr99hB9c9hE8y+FnAo95K3hEnpMC+yEZrte5+qqC61d17h2kApxB3LG0eAmHfWWMxPpNc4+CPSTShcXfQ4zEmRjTrN+uSETfsk43NRmUbkQcqcBqfvC5s+r+kvif5ZPVyU2FfkX6bTWuhmj3hEmMx0v9YUtx6b2F/ATcpTdmUfk9xjXsNZF04+YMRZTbgnOAZMRe2K8CJ4rOVAn1E3paVoshrrLIzHDZocdgyd2SY5JVgLjv80Vc0Xn7uaeb0Ty+xJr+ksB4GIELO3h5rqK1xR+LiHqJDdZEHH4cp5hk8NIH3aHcAji6E956UhOTXaAlv3w3ZMz8F4uC2fRYNwniuM+Ir+2V0eIXzgLxUVYzgvqYvnhHQdQ3D0Wg2M/x3wKGUkDvFE3dZNhURkGOE3gCVGc8425lqQACMqZBgRBYSQvD8qFiStOrtkSC3RJuD8EAaw5YqgzMpIGwIrfYq3JAsX8tPaultOJsECcyy4+d/GT7sEIYdpls0glgDrYAVarpj+EvhhtVXgJA5j+wFo4O4fXrnBssBmSoc6llRRyLiCuAlUiSoW5oJ9KQ+qAp2rg2cgbpmFu8sBahZcwwI75JWf8UbbftZTrnpaPzry35dQihXz50Jd40qP4KIgCqofSl8/HpYCyW342UxkaBxZ13HFnSWLLnzAAdvH7J9aDD3DVAb0garINuRII0q2Me3c0UBzwNsw53ifXISBlT4w+GJhrHHVM1sddEiW1LNl9dkPY7zRgEwSBPCvIg/yw87uT65LQRl39kRBpAz2Xe4Ele7paIj6ReAaIAgcirHHngtKHkoUfZAA8qlq8r7vX1gS8BwyzBsQNPOEUeRG2fvv3Jo2bN8OSlUitL3u75+chP193aXULD4UdevH1W0uKcJmXjD8gBPAGIgRsrQ4e6cN7GuieYAU4R4yYfN2Kd3qWJncej3WUMWqKdTiVQyaTwQWvFnPUKVV5lH+QAbBx64Li3wUd/TGNum9byVgFN4jpbMuqt/uuQZzxWFA2lBFHEZWXD9YpE/mO+RjqNJTMQxoAEbfcfsWvIPabXC9w05QD/2CJmM6h8egJK945vzRsxA/BatJQSRZlRx223F6U9lR5UA5ItdLydy8ciGnePgGxMSdAbsxztPWbbyscFzlh5d6LPw8zZx2Kliw//IHl4LZbJ8xNbkutp/UAhVh0W2Gtj7NOdClpWeQB8RXWxLqVe/taFN7XBVEGlAWHRYYqyIfQz7XOovmFtSPJNcBi6ZB/IoTRv7+/LUrEwKUxuILBRXfAMR9q+q6/OV3/sWhfs+fioohGNsCj5xJFHyMfj/gDVDsYvCWv9tc0B6/LK+IIH9jb3xhjdA3HA3VZcEYBzwC+JiefGpyu2nhHcFTvFbn0Rv6tfydU7TC6KcbETJyyB/TA0OS06cXbgg0D2oe5GEhgGER1a827oUcijDwjX+fBcPCOtLz7wk9oW4Hhr3/2JprTZwuPvi9m9NmRjVFCwK09xV37SxEglnlAkMeabg+mTXhKh2SYtQGw88PvWfMijtNiC1KYbADwBLlwwreMDSE6dUI3BwK+p5+toaM6Xnv0AzE1EoE/TRGyEly9LHXE0d3R7eFU52JA0+qe/4455FSXrHBqfVQGQCIoTMN+6/kYERASQ68nJDNYWIEhQhoRR+H57580h3zo9xuHoE9XXpDITUk4RMpjlEymUXsOvAd0A4TYtx1CZ8UJHNenunmSBvBUk8PuoqlxvvnV/m0uSQbyxGFR0X8uvjFGyHzO4eB5mKJGDKEsKRGEM436N+lQZJTHg4fhHwL2Fxbr9U/Pph1D4WbaNmoPSGXwk/2inAvnOYuLhfAA2of3lcCeuoMzhooZhLIDYKo2t2XArw7vSxqEtsLjtLW/nk+l9wxAGMVFzgyQzPvRNrHKtvmTNiezwZV96dx4JAPBcgPCR8R0Sg6bJnvq2Vqa+wOaZMHHov74+6LKiZMGSGTVEPeV4P0lkMNNgBrMJHIAIG7gRRV4c0EQS6OkG1rbIbEd1HTS+Mub6JGxkEvR/H/1GixGG+ou8QAAAABJRU5ErkJggg==";function Wr({src:e,alt:t,className:r,style:n,showWarn:i,...o}){const[s,a]=te.useState(uh),c=u=>{a(uh)};return te.useEffect(()=>{a(e||uh)},[e]),x.jsxs("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[x.jsx("img",{src:s,alt:t||"",className:r,loading:"lazy",decoding:"async",style:{borderRadius:"100%",...n},onError:c,...o}),i&&x.jsx("img",{style:{position:"absolute",right:-2,bottom:-2,width:"16px",height:"16px"},src:K9})]})}function Y9({toastData:e,onClose:t}){const{status:r,buildShowInfo:n,tx:i,id:o}=e,{getExplorerUrl:s}=ls(),a=te.useMemo(()=>{if(n&&r)return n(r)},[r]),c=te.useMemo(()=>{if(r){if(r==="rejected")return"#ff5073";if(r==="success")return"#68ffd8"}return"#909ca4"},[r]);return x.jsxs("div",{className:"cs-toast",children:[x.jsxs("div",{style:{gap:"0px",display:"flex",flexDirection:"column"},children:[x.jsxs("div",{style:{display:"flex",gap:"10px",alignItems:"center"},children:[r==="submitted"&&x.jsx("div",{children:x.jsx(G9,{})}),x.jsxs("svg",{className:"cs-icon",style:{width:"16px",height:"16px",fill:c},children:[r==="rejected"&&x.jsx("use",{xlinkHref:"#icon-close"}),r==="success"&&x.jsx("use",{xlinkHref:"#icon-sel"})]}),r==="submitted"&&x.jsxs("span",{style:{marginLeft:"-28px"},children:[" ","Transaction in progress"," "]}),r==="rejected"&&x.jsx("span",{className:"red",children:(a==null?void 0:a.toastTitleText)||"Transaction failed"}),r==="success"&&x.jsx("span",{className:"green",children:(a==null?void 0:a.toastTitleText)||"Transaction Successful"})]}),r==="submitted"&&x.jsxs("div",{children:[a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():x.jsx("span",{children:a==null?void 0:a.toastDescriptionContent}),!(a!=null&&a.toastDescriptionContent)&&i&&x.jsx(I1,{text:"Confirmation is in progress. Check your transaction on here",keywords:["here"],text_highlight_color:"#72c1f7",onKeywordClick:()=>{window.open(s(i,"tx"),"_blank")}})]}),r==="rejected"&&x.jsxs(x.Fragment,{children:[a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():x.jsx("span",{children:a==null?void 0:a.toastDescriptionContent}),!(a!=null&&a.toastDescriptionContent)&&x.jsx("span",{children:"Something went wrong"})]}),r==="success"&&x.jsx(x.Fragment,{children:a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():x.jsx("span",{children:a==null?void 0:a.toastDescriptionContent})}),r==="success"&&i&&x.jsxs("div",{className:"view-transaction",children:[x.jsx("span",{children:"View Transaction"}),Kc.map(u=>x.jsx("a",{href:s(i,"tx",u.link),target:"_blank",children:x.jsx(Wr,{src:u.img})},u.link))]})]}),x.jsx("svg",{className:"cs-icon close","aria-hidden":"true",onClick:()=>t(o),children:x.jsx("use",{xlinkHref:"#icon-close"})})]})}const Z9=Ei((e,t)=>({toasts:[],setToasts:r=>{e(n=>({toasts:[...n.toasts,r]})),setTimeout(()=>{e(n=>({toasts:n.toasts.filter(i=>i.id!==r.id)}))},3e3)},removeToast:r=>{e(n=>({toasts:n.toasts.filter(i=>i.id!==r)}))}})),Ts=(e="cs-swap-widget")=>{const{toasts:t,setToasts:r,removeToast:n}=Z9(),i=(a,c="success")=>{const l={id:Date.now(),status:c,buildShowInfo:()=>({toastTitleText:a})};r(l)},o=a=>{const c=Date.now();return a.id=c,r(a),c},s=te.useCallback(()=>{let a=document.getElementById(e);return a||(a=document.createElement("div"),a.id=e,document.body.appendChild(a)),kn.createPortal(x.jsx("div",{className:"cs-toast-wrapper",children:t&&t.map(c=>x.jsx(Y9,{toastData:c,onClose:()=>{n(c.id)}},c.id))}),a)},[t]);return{addCommonToast:i,addTxToast:o,ToastContainer:s,removeToast:n}},jB="";function X9(){const{mevProtect:e,setMevProtect:t}=$r();return x.jsxs(fn.Root,{children:[x.jsx(fn.Trigger,{children:x.jsx("div",{className:"cs-settings-btn",children:x.jsx("svg",{"aria-hidden":"true",cursor:"pointer",fill:e?"var(--cs-primary)":"var(--cs-icon-fill)",children:x.jsx("use",{xlinkHref:"#icon-mev"})})})}),x.jsx(fn.Content,{variant:"soft",className:"cs-dropdown-content",side:"bottom",align:"end",style:{maxWidth:"328px"},children:x.jsxs("div",{className:"mev-settings-box",children:[x.jsxs("div",{className:"mev-setting-title",children:[x.jsxs("div",{className:"name",children:[x.jsx("img",{src:Tt("/images/icon_mev@2x.png")}),x.jsx("span",{children:"MEV Protect"})]}),x.jsx(Ty,{checked:e,className:"cs-switch",onClick:()=>{t(!e)}})]}),x.jsx("p",{className:"mev-tips",children:"By enabling this, your txn will be submitted via 3rd party MEV service provider. MEV value retained will be redistributed to all users who successfully execute their trades with Shio through its point campaign."})]})})]})}function J9({onClick:e}){const[t,r]=te.useState(!1),n=()=>{r(!0),setTimeout(()=>{r(!1)},1e3),e()};return x.jsx("div",{className:"refresh-button",children:x.jsx("svg",{className:t?"rotate cs-icon-hover":"cs-icon-hover","aria-hidden":"true",onClick:n,children:x.jsx("use",{xlinkHref:"#icon-refresh"})})})}const kB="",DB="";function lh(e){const{text:t,onClick:r,className:n,btnIsDisabled:i=!1}=e,o=()=>{r&&r()};return x.jsx(Dw,{disabled:i,className:n?`cs-button ${n}`:"cs-button",onClick:o,children:t})}function Q9(){const{setIsOpenSlippageDialog:e,isOpenSlippageDialog:t,slippage:r}=$r();return x.jsxs(x.Fragment,{children:[x.jsxs("div",{className:"slippage-button",onClick:()=>e(!0),children:[x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-verticalslider"})}),x.jsxs("span",{children:[r,"%"]})]}),t&&x.jsx(eI,{onClose:()=>e(!1)})]})}function eI({onClose:e}){const{slippage:t,setSlippage:r}=$r(),[n,i]=te.useState(t),o=u=>{i(u.display)},s=u=>{const l=new RegExp("[^\\d-]*(\\d*(?:\\.\\d{0,2})?).*$");u.target.value=u.target.value.replace(l,"$1"),i(u.target.value)},a=()=>{n&&r(n),e()},c=te.useMemo(()=>+n?Number(n)>50||Number(n)<.01:!0,[t,n]);return x.jsxs(x.Fragment,{children:[x.jsx("div",{className:"dialog-mask",style:{zIndex:"100"}}),x.jsx("div",{className:"slippage-settings-dialog",style:{zIndex:"100"},children:x.jsxs("div",{className:"slippage-settings",children:[x.jsxs("div",{className:"slippage-settings-header",children:[x.jsx("div",{className:"title",children:"Slippage Settings"}),x.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:e,children:x.jsx("use",{xlinkHref:"#icon-close"})})]}),x.jsxs("div",{className:"title",children:[x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-verticalslider"})}),x.jsx("span",{children:"Slippage Tolerance"})]}),x.jsxs("div",{className:"form-box",children:[x.jsx("div",{className:"slippage-tab-list",children:g5.map(u=>x.jsxs("span",{className:u.display===n?"active":"",onClick:()=>o(u),children:[u.display," %"]}))}),x.jsxs("div",{className:"input-box",children:[x.jsx("span",{children:"Custom"}),x.jsx("input",{className:"cs-input",placeholder:"0.0",value:n,onChange:s}),x.jsx("div",{style:{fontSize:"14px",color:"#fff"},children:"%"})]})]}),Number(n)<=.05&&x.jsx("div",{className:"tips warning",children:"Slippage is low. Your transaction may fail."}),Number(n)<=50&&Number(n)>1&&x.jsx("div",{className:"tips warning",children:"Your transaction may frontrun"}),Number(n)>50&&x.jsx("div",{className:"tips error",children:" Enter a valid slippage percentage"}),x.jsx(lh,{text:"Save",btnIsDisabled:c,className:"slippage-save-btn",onClick:a})]})})]})}function tI({handleRefresh:e}){return x.jsx(x.Fragment,{children:x.jsxs("div",{className:"swap-header",children:[x.jsx("h3",{className:"swap-title",children:"Swap"}),x.jsxs("div",{className:"right",children:[x.jsx(Q9,{}),x.jsx(X9,{}),x.jsx(J9,{onClick:e})]})]})})}const BB="",LB="";function rI(){const[e,t]=te.useState(!1);return x.jsxs(fn.Root,{open:e,onOpenChange:t,children:[x.jsx(fn.Trigger,{children:x.jsx("div",{className:"cs-settings-btn",children:x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-settings"})})})}),x.jsx(fn.Content,{variant:"soft",className:"cs-dropdown-content",style:{backgroundColor:"#2B3643"},side:"bottom",align:"end",children:x.jsxs("div",{className:"cs-settings-box",children:[x.jsx("h3",{children:"Settings"}),x.jsx(nI,{}),x.jsx(oI,{onClose:()=>{t(!1)}})]})})]})}function nI(){const{currentExplorer:e,setCurrentExplorer:t,currentRpc:r,setCurrentRpc:n}=$r(),i=o=>{t(o)};return x.jsxs("div",{className:"settings-card",style:{marginTop:"12px"},children:[x.jsxs("h3",{className:"card-title",children:[x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-plorer"})}),x.jsx("span",{children:"Preferred Explorer"})]}),x.jsx("div",{className:"explorer-checkbox-group",children:Kc.map(o=>x.jsxs("div",{className:"group-item",style:{justifyContent:"center"},onClick:()=>i(o.link),children:[x.jsx(mu,{color:"indigo",checked:o.link===e,variant:"soft",className:"cs-checkbox"}),x.jsx("img",{src:o.img}),x.jsx("span",{children:o.name})]}))})]})}const iI=e=>!/^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?/.test(e);function oI({onClose:e}){const{addTxToast:t}=Ts(),{currentRpc:r,setCurrentRpc:n,customRpc:i,setCustomRpc:o,rpcList:s}=$r(),[a,c]=te.useState(i),[u,l]=te.useState(r),d=y=>{t({id:0,status:"success",buildShowInfo:()=>({toastTitleText:"RPC update",toastDescriptionContent:`RPC is currently set to ${y}`})})},p=y=>{l(y),y.isCustom||(n(y),d(y.link),e())},w=y=>{c(y.target.value)},b=()=>{if(a){const y={name:"Custom RPC URL",link:a,isCustom:!0};o(a),n(y),d(a),e()}};return x.jsxs("div",{className:"settings-card rpc-settings-card",children:[x.jsxs("h3",{className:"card-title",children:[x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-settings"})}),x.jsx("span",{children:"RPC Node"})]}),x.jsxs("div",{className:"rpc-checkbox-group",children:[s.map(y=>x.jsxs("div",{className:"rpc-item",onClick:()=>p(y),children:[x.jsx(mu,{color:"indigo",checked:u.name===y.name,variant:"soft",className:"cs-checkbox"}),x.jsx("span",{children:y.name})]})),u.isCustom&&x.jsxs("div",{className:"custom-rpc-input-box",children:[x.jsx("input",{className:"cs-input",placeholder:"Custom RPC URL",onChange:w,value:a}),x.jsx(lh,{btnIsDisabled:iI(a),text:"Save",onClick:b})]})]})]})}const $B="",Pn=Ei((e,t)=>({accounts:[],currentAccount:void 0,isOpenWalletModal:!1,saveCurrentAccount:r=>{e({currentAccount:r})},saveAccounts:r=>{e({accounts:r})},onWalletModal:r=>{e({isOpenWalletModal:r})},isOpenAccountList:!1,setIsOpenAccountList:r=>{e(()=>({isOpenAccountList:r}))},tokenBalanceObj:{},setTokenBalanceObj:r=>{e(()=>({tokenBalanceObj:r}))}}));var sI=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,r=[],n=0;n<e.rangeCount;n++)r.push(e.getRangeAt(n));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null;break}return e.removeAllRanges(),function(){e.type==="Caret"&&e.removeAllRanges(),e.rangeCount||r.forEach(function(i){e.addRange(i)}),t&&t.focus()}},aI=sI,Bw={"text/plain":"Text","text/html":"Url",default:"Text"},cI="Copy to clipboard: #{key}, Enter";function uI(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}function lI(e,t){var r,n,i,o,s,a,c=!1;t||(t={}),r=t.debug||!1;try{i=aI(),o=document.createRange(),s=document.getSelection(),a=document.createElement("span"),a.textContent=e,a.ariaHidden="true",a.style.all="unset",a.style.position="fixed",a.style.top=0,a.style.clip="rect(0, 0, 0, 0)",a.style.whiteSpace="pre",a.style.webkitUserSelect="text",a.style.MozUserSelect="text",a.style.msUserSelect="text",a.style.userSelect="text",a.addEventListener("copy",function(l){if(l.stopPropagation(),t.format)if(l.preventDefault(),typeof l.clipboardData>"u"){r&&console.warn("unable to use e.clipboardData"),r&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var d=Bw[t.format]||Bw.default;window.clipboardData.setData(d,e)}else l.clipboardData.clearData(),l.clipboardData.setData(t.format,e);t.onCopy&&(l.preventDefault(),t.onCopy(l.clipboardData))}),document.body.appendChild(a),o.selectNodeContents(a),s.addRange(o);var u=document.execCommand("copy");if(!u)throw new Error("copy command was unsuccessful");c=!0}catch(l){r&&console.error("unable to copy using execCommand: ",l),r&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),c=!0}catch(d){r&&console.error("unable to copy using clipboardData: ",d),r&&console.error("falling back to prompt"),n=uI("message"in t?t.message:cI),window.prompt(n,e)}}finally{s&&(typeof s.removeRange=="function"?s.removeRange(o):s.removeAllRanges()),a&&document.body.removeChild(a),i()}return c}var fI=lI;const Lw=Bs(fI);function dI({currentAccount:e}){const{mutate:t}=Ur.useSwitchAccount(),r=Ur.useAccounts(),{isOpenAccountList:n,setIsOpenAccountList:i}=Pn(),o=()=>{i(!n)};te.useEffect(()=>()=>{i(!1)},[]);const s=te.useMemo(()=>r.filter(c=>c.address!==e),[r,e]);te.useEffect(()=>{},[s]);const a=c=>{t({account:c},{onSuccess:()=>{}})};return x.jsxs("div",{className:"cs-account-switch",children:[x.jsxs("div",{className:"account",onClick:o,children:[x.jsx("span",{children:Eo(e)}),(s==null?void 0:s.length)>0&&x.jsx("svg",{className:`cs-icon ${n?"open":"close"}`,"aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-unfold"})})]}),x.jsx("div",{className:`account-list ${n?"open":"close"}`,children:s.map(c=>x.jsxs("div",{className:"account-item",children:[x.jsxs("div",{className:"left",children:[x.jsx("div",{className:"label",children:c==null?void 0:c.label}),x.jsx("div",{className:"address",children:Eo(c==null?void 0:c.address)})]}),x.jsx("button",{className:"cs-outline-btn",onClick:()=>a(c),children:"Switch"})]}))})]})}const hI=te.forwardRef(({connect:e})=>{const t=Ur.useCurrentAccount();return x.jsx("div",{children:t?x.jsx(pI,{}):x.jsx(lh,{text:"Connect",className:"cs-connect-button",onClick:()=>e(!0)})})});function pI(){const{mutate:e}=Ur.useDisconnectWallet(),t=Ur.useCurrentAccount(),{currentWallet:r}=Ur.useCurrentWallet(),{addCommonToast:n}=Ts(),{getExplorerUrl:i}=ls(),o=()=>{t&&(Lw(t.address||"",{debug:!1,message:"message"}),n("Copied"))},s=()=>{t&&window.open(i(t.address,"account"),"_blank")};return te.useEffect(()=>{},[r]),x.jsxs(fn.Root,{children:[x.jsx(fn.Trigger,{children:x.jsxs("div",{className:"cs-connected-button",children:[x.jsx("img",{src:r==null?void 0:r.icon,style:{width:"20px",height:"20px"}}),x.jsx("span",{children:Eo(t==null?void 0:t.address)})]})}),x.jsx(fn.Content,{variant:"soft",className:"cs-dropdown-content",style:{backgroundColor:"#2B3643"},side:"bottom",align:"end",children:x.jsxs("div",{className:"account-op-box",children:[x.jsx("span",{style:{fontSize:"14px",color:"#909CA4",marginBottom:"6px"},children:t==null?void 0:t.label}),x.jsx(dI,{currentAccount:t==null?void 0:t.address}),x.jsxs("div",{className:"account-op-item",onClick:o,style:{marginTop:"12px"},children:[x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-copy"})}),x.jsx("span",{children:"Copy address"})]}),x.jsxs("div",{className:"account-op-item",onClick:s,children:[x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-link"})}),x.jsx("span",{children:"Open explorer"})]}),x.jsxs("div",{className:"account-op-item",onClick:()=>e(),children:[x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-disconnect"})}),x.jsx("span",{children:"Disconnect"})]})]})})]})}function mI(){Ur.useCurrentAccount(),Ur.useCurrentWallet();const{isOpenWalletModal:e,onWalletModal:t,saveCurrentAccount:r}=Pn();return Ur.useWallets(),x.jsx(x.Fragment,{children:x.jsx(Ur.ConnectModal,{trigger:x.jsx(hI,{connect:t}),open:e,onOpenChange:n=>t(n)})})}function gI({independentWallet:e,customWallet:t}){return x.jsxs(x.Fragment,{children:[x.jsxs("div",{className:"widget-header",children:[x.jsx("img",{src:Tt("/images/logo@2x.png"),className:"cetus-logo"}),x.jsxs("div",{className:"right",children:[e&&x.jsx(mI,{}),x.jsx(rI,{})]})]}),x.jsx("div",{style:{marginTop:"20px"}})]})}const FB="",$w=()=>{const e=te.useRef(null);te.useEffect(()=>{if(e.current){const n=e.current.style;n.setProperty("--size-loader","50px"),n.setProperty("--size-orbe","10px")}},[]);const t=n=>({position:"absolute",width:"100%",height:"100%",animation:`webLoading ease-in-out 1.5s calc(${n} * 0.1s) infinite`,opacity:`calc(1 - calc(0.2 * ${n}))`}),r={position:"absolute",content:"''",top:0,left:0,width:"var(--size-orbe)",height:"var(--size-orbe)",backgroundColor:"#75C8FF",boxShadow:"0px 0px 20px 2px #75C8FF",borderRadius:"50%"};return x.jsx("div",{style:{width:"100%",height:"100%",position:"relative"},children:x.jsx("div",{ref:e,style:{width:"var(--size-loader)",height:"var(--size-loader)",position:"absolute",top:"50%",left:"50%",marginTop:"-25px",marginLeft:"-25px",transform:"rotate(45deg)"},children:[...Array(5)].map((n,i)=>x.jsx("div",{style:t(i),children:x.jsx("div",{style:r})},i))})})};function vI({onClose:e,transactionData:t}){const{status:r,buildShowInfo:n,tx:i}=t,o=te.useMemo(()=>{if(n&&r)return n(r)},[r]);return x.jsxs("div",{className:"ts-status-dialog",children:[(r==="confirmation"||r==="submitted")&&x.jsx(yI,{info:o,status:r}),(r==="success"||r==="rejected")&&x.jsx(wI,{info:o,status:r,tx:i,onClose:e})]})}function yI({info:e,status:t}){return x.jsxs("div",{className:"progress-dialog",children:[x.jsx("div",{className:"title",children:t==="confirmation"?"Waiting for Confirmation":"Transaction in progress"}),x.jsx("div",{className:"loading-box",children:x.jsx($w,{})}),x.jsxs("div",{className:"ts-content",children:[e==null?void 0:e.modalDescriptionText," "]}),x.jsxs("p",{className:"ts-desc",children:[" ",t==="confirmation"?"Confirm this transaction in your wallet.":"Confirmation is in progress."]})]})}function wI({info:e,status:t,tx:r,onClose:n}){const{getExplorerUrl:i}=ls();return x.jsxs("div",{className:"finally-status-dialog",children:[x.jsxs("div",{className:"center-content",children:[x.jsxs("div",{className:t==="success"?"status-box is-success":"status-box is-error",children:[x.jsx("div",{className:"status-icon-box",children:x.jsx("div",{className:"status-icon",children:x.jsx("svg",{className:"icon","aria-hidden":"true",children:t==="success"?x.jsx("use",{xlinkHref:"#icon-sel"}):x.jsx("use",{xlinkHref:"#icon-caution"})})})}),t==="success"?x.jsx("span",{children:"Swap Success"}):x.jsx("span",{children:"Swap failed"})]}),x.jsx("div",{className:"ts-content",children:e==null?void 0:e.modalDescriptionText}),r&&x.jsxs("div",{className:"view-transaction",children:[x.jsx("span",{children:"View Transaction"}),Kc.map(o=>x.jsx("a",{href:i(r,"tx",o.link),target:"_blank",children:x.jsx("img",{src:o.img})},o.link))]})]}),x.jsx("button",{className:"cs-solid-btn swap-more-btn",onClick:n,children:t==="success"?"Swap More":"Retry"})]})}function Pu(){return{fetchByApi:async(t,r,n,i)=>{try{return r==="GET"?await h5(`${i||us.api}${t}`,n):await p5(`${i||us.api}${t}`,n)}catch(o){throw o}}}}function bI(){const{fetchByApi:e}=Pu(),{setProviders:t}=$r();return{fetchRouterConfig:async()=>{try{const n=await e("/router_v2/status","GET"),{providers:i}=n;i&&t(i)}catch{}}}}function xI({interval:e,callback:t}){const r=te.useRef(),n=te.useRef(null);te.useEffect(()=>{r.current=t},[t]);const i=te.useCallback(()=>{n.current&&clearInterval(n.current),e>0&&(n.current=setInterval(()=>{r.current&&r.current(Date.now())},e))},[e]),o=te.useCallback(()=>{n.current&&(clearInterval(n.current),n.current=null)},[]);return te.useEffect(()=>(i(),()=>o()),[]),{startTimer:i,stopTimer:o}}const Io=Ei((e,t)=>({suiClient:new Wo({url:us.fullRpcUrl}),setSuiClient:r=>{e(()=>({suiClient:r}))},aggregatorSDK:new Yg({signer:us.simulationAccount,client:new Wo({url:us.fullRpcUrl}),env:td.Mainnet}),setAggregatorSDK:r=>{e(()=>({aggregatorSDK:r}))}})),Is=Ei((e,t)=>({tokenMapIsInit:!1,requestTokenList:[],addRequestTokenList:r=>{e(()=>({requestTokenList:[...t().requestTokenList,r]}))},setToken:r=>{const{tokenMap:n,requestTokenList:i}=t(),o=Rr(r.coin_type).full_address;if(!n.has(o)){const s=new Map(n);s.set(o,r);const a=i.filter(c=>c!==r.coin_type);e(()=>({tokenMap:s,requestTokenList:[...a]})),Si.setItem(ld,s)}},tokenMap:new Map,setTokenMap:(r,n=!1)=>{r.size>0?e(()=>({tokenMap:r,tokenMapIsInit:!0})):e(()=>({tokenMap:r})),n||Si.setItem(ld,r)},trustedTokenList:[],setTrustedTokenList:(r,n=!1)=>{e(()=>({trustedTokenList:r})),n||Si.setItem(x1,r)}}));Si.getItem(ld).then(e=>{e!==null&&Is.getState().setTokenMap(e,!0)}),Si.getItem(x1).then(e=>{e!==null&&Is.getState().setTrustedTokenList(e,!0)});function SI(e,t){return{id:e.id||void 0,logo_url:e.iconUrl||void 0,coin_type:t,decimals:e.decimals,description:e.description,name:e.name,symbol:e.symbol}}function eo(){const{suiClient:e}=Io(),{fetchByApi:t}=Pu(),{setTokenMap:r,tokenMap:n,setToken:i,requestTokenList:o,addRequestTokenList:s,setTrustedTokenList:a}=Is(),c=async()=>{var b;const d=await t("/v2/sui/coins_info","GET"),p=[],w=(b=d==null?void 0:d.list)==null?void 0:b.reduce((y,T)=>(y.set(T.coin_type,T),T.is_trusted&&p.push({...T,coin_type:Rr(T.coin_type).full_address}),y),new Map);w&&(w.set("0x2::sui::SUI",{...w.get("0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI"),coin_type:"0x2::sui::SUI"}),r(w),a(p))},u=async d=>{try{const p=l(d);if(p)return p;if(o.includes(d))return;s(d);const w=await e.getCoinMetadata({coinType:d});if(w){Qg(d)&&(w.iconUrl="https://archive.cetus.zone/assets/image/sui/sui.png");const b=SI(w,d);return i(b),b}}catch{}},l=te.useCallback(d=>{if(d)return n.get(Rr(d).full_address)||n.get(d)},[n]);return{getTokens:c,fetchTokenInfo:u,getTokenInfo:l}}function Ru(e){const{suiClient:t}=Io(),{currentAccount:r,setTokenBalanceObj:n,tokenBalanceObj:i}=Pn(),{fetchTokenInfo:o}=eo(),[s,a]=te.useState([]),{tokenMap:c}=Is(),u=async(w=(r==null?void 0:r.address)||"",b)=>{try{if(!w){l();return}let y=[];b?y=[await t.getBalance({owner:w,coinType:b})]:y=[...await t.getAllBalances({owner:w})],a(y)}catch{a([])}},l=()=>{n({})};te.useEffect(()=>{(s==null?void 0:s.length)>0&&(c!=null&&c.size)&&d(s)},[s,c]);const d=async w=>{const b={};for(let y=0;y<(w==null?void 0:w.length);y++)try{const T=w[y],O=await o(T.coinType),R=a5(T.totalBalance,O==null?void 0:O.decimals),k=jr(R,4);b[Rr(T.coinType).full_address]={...T,displayBalance:k,totalBalanceFormat:R}}catch{continue}n(b)},p=te.useMemo(()=>{if(e&&r)return i[e]||i[Rr(e).full_address]},[e,i,r]);return{getOwnerCoinBalances:u,balanceInfo:p}}const dn=Ei((e,t)=>({isOpenTokensDialog:!1,defaultFromCoinType:void 0,defaultToCoinCoinType:void 0,isOpenSecondary:!1,byAmountIn:!0,findRouterLoading:!1,fromAmount:"",toAmount:"",fromCoin:void 0,toCoin:void 0,routerData:void 0,setDefaultCoin:(r,n)=>{e(()=>({defaultFromCoinType:r,defaultToCoinCoinType:n}))},setFromCoin:r=>{e(()=>({fromCoin:r}))},setToCoin:r=>{e(()=>({toCoin:r}))},setFromAmount:r=>{e(()=>({fromAmount:r}))},setToAmount:r=>{e(()=>({toAmount:r}))},setRouterData:r=>{e(()=>({routerData:r}))},setFindRouterLoading:r=>{e(()=>({findRouterLoading:r}))},setByAmountIn:r=>{e(()=>({byAmountIn:r}))},setIsOpenSecondary:r=>{e(()=>({isOpenSecondary:r}))},setIsOpenTokensDialog:r=>{e(()=>({isOpenTokensDialog:r}))}})),EI={id:"0x9258181f5ceac8dbffb7030890243caed69a9599d2886d957a9cb7656af3bdb3",coin_type:"0x2::sui::SUI",decimals:9,description:"",name:"Sui",symbol:"SUI",logo_url:"https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sui-coin.svg/public",is_trusted:!0,extensions:{rank:"880"}},Fw={id:"0x69b7a7c3c200439c1b5f3b19d7d495d5966d5f08de66c69276152f8db3992ec6",coin_type:"0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC",decimals:6,description:"",name:"USDC",symbol:"USDC",logo_url:"https://circle.com/usdc-icon",is_trusted:!0,extensions:{rank:"1000"}},Uw=EI;function _I(e,t){const{fetchTokenInfo:r}=eo(),{setFromCoin:n,setToCoin:i,setDefaultCoin:o}=dn(),{setSlippage:s,setRpcList:a,setCurrentRpc:c}=$r(),{tokenMapIsInit:u}=Is(),l=te.useRef({}),d=async(w,b)=>{const y=w?await r(w):Fw,T=b?await r(b):Uw;n(y),i(T),o(y==null?void 0:y.coin_type,T==null?void 0:T.coin_type)},p=(w,b)=>{const y=[Yc[0]];let T=Yc[0];w.forEach(O=>{const R={name:O,link:O,isCustom:!1};y.push(R),O===b&&(T=R)}),a([...y,{name:"Custom RPC URL",link:"",isCustom:!0}]),c(T)};return te.useEffect(()=>{if(u&&!ud(e,l.current)){const{defaultFromToken:w,defaultToToken:b,defaultSlippage:y,customRpcList:T,defaultRpc:O}=e;d(w,b),y&&s(y),(T==null?void 0:T.length)>0&&p(T,O),l.current=e}},[e,u]),{handleSetDefaultPair:d}}function CI(){const{currentRpc:e}=$r(),{setSuiClient:t,setAggregatorSDK:r}=Io(),{currentAccount:n}=Pn();te.useEffect(()=>{if(e){const i=new Wo({url:e.link});t(i)}},[e]),te.useEffect(()=>{if(e){const i=new Yg({endpoint:us.aggregatorUrl,signer:(n==null?void 0:n.address)||"",client:new Wo({url:e.link}),env:td.Mainnet});r(i)}},[e.link,n==null?void 0:n.address])}const Vw=Ei((e,t)=>({coinPriceObj:{},setPriceObj:r=>{const n=t().coinPriceObj;e({coinPriceObj:{...n,...r}})},clearPriceObj:r=>{const n=t().coinPriceObj;r.forEach(i=>{delete n[Rr(i).full_address]}),e({coinPriceObj:{...n}})}}));function Nu(){const{fetchByApi:e}=Pu(),{coinPriceObj:t,setPriceObj:r,clearPriceObj:n}=Vw(),i=async a=>{try{const u=(await e("/v2/sui/market_price","GET",{base_symbol_address_pair:a.map(l=>bi(l,!1))})).prices;if(u){const l={};u.forEach(d=>{l[Rr(d.base_symbol).full_address]=d}),r(l)}return u}catch{return n(a),null}},o=te.useCallback(a=>{if(!a)return;const c=t[Rr(a).full_address];if(c)return c},[t]),s=te.useCallback((a,c,u)=>{const l=Number(c)==0||!u?"0":u;if(c&&a&&+c){const d=o(a);if(d)return De(c).mul(d.price).toString()}return l},[t]);return{fetchTokenPrices:i,getTokenPrice:o,getTokenAmountValue:s}}const fh=Ei((e,t)=>({transactionData:void 0,setTransactionData:r=>{e(()=>({transactionData:r}))}})),Mr=[];for(let e=0;e<256;++e)Mr.push((e+256).toString(16).slice(1));function MI(e,t=0){return(Mr[e[t+0]]+Mr[e[t+1]]+Mr[e[t+2]]+Mr[e[t+3]]+"-"+Mr[e[t+4]]+Mr[e[t+5]]+"-"+Mr[e[t+6]]+Mr[e[t+7]]+"-"+Mr[e[t+8]]+Mr[e[t+9]]+"-"+Mr[e[t+10]]+Mr[e[t+11]]+Mr[e[t+12]]+Mr[e[t+13]]+Mr[e[t+14]]+Mr[e[t+15]]).toLowerCase()}let dh;const AI=new Uint8Array(16);function TI(){if(!dh){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");dh=crypto.getRandomValues.bind(crypto)}return dh(AI)}const zw={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Hw(e,t,r){if(zw.randomUUID&&!t&&!e)return zw.randomUUID();e=e||{};const n=e.random||(e.rng||TI)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){r=r||0;for(let i=0;i<16;++i)t[r+i]=n[i];return t}return MI(n)}var Oo=(e=>(e[e.CalculateError=1e4]="CalculateError",e[e.NumberTooLarge=10001]="NumberTooLarge",e[e.NoRouter=10002]="NoRouter",e[e.InsufficientLiquidity=10003]="InsufficientLiquidity",e[e.HoneyPot=10004]="HoneyPot",e))(Oo||{});const II=new Wo({url:a0("mainnet")}),OI=["0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC","0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD","0xf16e6b723f242ec745dfd7634ad072c42d5c1d9ac9d62a39c381303eaa57693a::fdusd::FDUSD","0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb::usdy::USDY","0x294de7579d55c110a00a7c4946e09a1b5cbeca2592fbb83fd7bfacba3cfeaf0e::drf::DRF"],PI=["deny_list","DenyList","DenyCap","create_regulated_currency"],RI={showType:!0,showContent:!0,showOwner:!1,showPreviousTransaction:!1,showStorageRebate:!1,showDisplay:!1},NI=async e=>{let t=!1;if(OI.includes(e))return t;const r=e.split("::"),n=r[0]&&Nt(r[0]),i=r[1],o=await II.getObject({id:n,options:RI}),s="disassembled"in o.data.content?o.data.content.disassembled[i]:null;return s&&typeof s=="string"&&new RegExp(PI.join("|"),"i").test(s)&&(t=!0),t},jI=e=>{var n;if(!e)return"";const t=e==null?void 0:e.split(",");return(n=t==null?void 0:t.map(i=>bi(i,!1)))==null?void 0:n.join(",")};function kI(){const{fetchByApi:e}=Pu(),t=async n=>{try{const i={...n},o=jI(n==null?void 0:n.coin_type);o&&(i.coin_type=o);const s=await e("/v2/sui/stats_pools","GET",i);if(s!=null&&s.lp_list)return{list:(s==null?void 0:s.lp_list)||[],total:s==null?void 0:s.total}}catch(i){return console.error("getPoolList ~ Error:",i),await r(n)}return{list:[],total:0}},r=async n=>{var i,o,s,a;try{const c=Tt("/data/pools.json"),u=await fetch(c).then(l=>l.json());if((i=u==null?void 0:u.data)!=null&&i.lp_list){const l=(o=u==null?void 0:u.data)==null?void 0:o.lp_list;let d=l;if(n!=null&&n.coin_type){const w=(a=(s=n==null?void 0:n.coin_type)==null?void 0:s.split(","))==null?void 0:a.map(b=>Cn(b).source_address);d=l==null?void 0:l.filter(b=>{var O,R;const y=Cn((O=b==null?void 0:b.coin_a)==null?void 0:O.address).source_address,T=Cn((R=b==null?void 0:b.coin_b)==null?void 0:R.address).source_address;return(w==null?void 0:w.length)>1&&w.includes(y)&&w.includes(T)?!0:!!((w==null?void 0:w.length)===1&&(w.includes(y)||w.includes(T)))})}n!=null&&n.is_vaults&&(d=l==null?void 0:l.filter(w=>w==null?void 0:w.is_vaults)),n!=null&&n.has_farming&&!(n!=null&&n.is_vaults)&&!(n!=null&&n.has_mining)&&!(n!=null&&n.no_incentives)&&(d=l==null?void 0:l.filter(w=>w==null?void 0:w.has_farming));const p=d;return{list:p,total:(p==null?void 0:p.length)||0}}}catch(c){console.error("getLocalJsonPoolList Error:",c)}return{list:[],total:0}};return{getPoolList:t,getLocalJsonPoolList:r}}function DI(e=!0){const{poolApiMap:t,setPoolApiMap:r}=$r(),{getPoolList:n,getLocalJsonPoolList:i}=kI();return{getPoolListByCoinType:async(s,a)=>{if(s&&a){const c=[s,a].sort(),u=`${c[0]}_${c[1]}`,l=t[u];if(l)return l;const d={coin_type:`${s},${a}`,display_all_pools:!0,offset:0,limit:100,order_by:"-tvl",no_incentives:!0,has_farming:!0,has_mining:!0};let p=e?await i(d):void 0;(p===void 0||p.list.length===0)&&(p=await n(d));const w=p.list;if(w.length>0)return t[u]=w,r(u,w),w}return[]}}}function BI(e){const{routerData:t}=dn();return{priceAcceptRouterData:te.useMemo(()=>{if(t&&e){if(e.byAmountIn){if(!De(e.toAmountUi).eq(t.toAmountUi||"0"))return t}else if(!De(e.fromAmountUi).eq(t.fromAmountUi||"0"))return t;return}},[t,e])}}function qw(e,t){return{amountLimit:te.useMemo(()=>{if(t&&t.routerData){const{byAmountIn:n,fromAmountUi:i,toAmountUi:o}=t;return n?De(o).mul(De(1).sub(De(e).div(100))).toString():De(i).mul(De(1).add(De(e).div(100))).toString()}},[e,t])}}function LI(e){const{getTokenInfo:t,fetchTokenInfo:r}=eo();return{formatSwapRouter:te.useMemo(()=>{if(e&&e.routerData){const i=[],o=e.byAmountIn?e.routerData.amountIn.toString():e.routerData.amountOut.toString(),s=[],a=[];let c=De(0);if(e.routerData.routes.forEach((l,d)=>{const p={},w=e.byAmountIn?l.amountIn.toString():l.amountOut.toString();d===e.routerData.routes.length-1?p.percentage=De(1).sub(c).toFixed(2):p.percentage=De(w).div(o).toFixed(2),c=De(c).add(p.percentage);const b=[];l.path.forEach(y=>{i.includes(y.provider)||i.push(y.provider);const T=Rr(y.from).full_address,O=Rr(y.target).full_address,R=t(T),k=t(O);R||a.includes(T)&&a.push(T),k||a.includes(O)&&a.push(O);const F=y.provider===ma.SCALLOP||y.provider===ma.FLOWX||y.provider===ma.FLOWXV3;b.push({from_type:T,to_type:O,pool_address:F?"":y.id,fee_rate:y.feeRate,provider:y.provider})}),p.paths=b,s.push(p)}),a.length>0)for(const l in a)r(l);return{router_summery:`${e.routerData.routes.length} Streams`,providers:i,routers:s}}},[e])}}function $I(){const{fromCoin:e,toCoin:t}=dn(),{getPoolListByCoinType:r}=DI();return{getSwapPoolAddress:async()=>e&&t?(await r(e.coin_type,t.coin_type)).map(s=>s.address):[]}}function Ww(e,t,r){return te.useMemo(()=>t&&r&&+t&&+r?e?De(r).div(t).toString():De(t).div(r).toString():"0",[t,r,e])}function Gw(e){const[t,r]=te.useState(),n=async i=>{if(i.is_trusted)return!1;try{return await NI(i.coin_type)}catch{}return!1};return te.useEffect(()=>{r(void 0),e&&n(e).then(i=>{r(i)})},[e==null?void 0:e.coin_type]),{isScamsCoin:t}}function FI(e,t){const{defaultFromCoinType:r,defaultToCoinCoinType:n}=dn(),{getTokenInfo:i}=eo(),{ignoreWarnTokenMap:o}=$r(),s=i(e),a=i(t),c=te.useMemo(()=>!Wc(r,Fw.coin_type)||!Wc(n,Uw.coin_type),[r,n]),u=te.useCallback(d=>d&&!o[bi(d.coin_type)]&&(Wc(r,d.coin_type)||Wc(n,d.coin_type))?!d.is_trusted:!1,[r,n,o]),l=te.useMemo(()=>{const d=[];return c&&(s&&u(s)&&d.push({...s}),a&&u(a)&&d.push({...a})),d},[s==null?void 0:s.coin_type,a==null?void 0:a.coin_type,c,o]);return{isCustomMode:c,customWarnTokenList:l}}function UI(){const{aggregatorSDK:e}=Io(),{getSwapPoolAddress:t}=$I(),r=o=>o&&o.error?o.error.code===Oo.InsufficientLiquidity||Oo.HoneyPot||Oo.NumberTooLarge:!1,n=async o=>{const{fromToken:s,toToken:a,amount:c,providersKeys:u,by_amount_in:l,uuid:d}=o;try{const p={from:s.coin_type,target:a.coin_type,amount:new Cp(c),byAmountIn:l,depth:3,splitAlgorithm:void 0,splitFactor:void 0,splitCount:void 0,providers:u},w=await e.findRouters(p);if(w&&r(w))return i(!1,l,d,s,a,w);if(!w||w.routes.length===0)throw Error("not find router");return i(!1,l,d,s,a,w)}catch{const w=await t(),b={from:s.coin_type,target:a.coin_type,amount:new Cp(c),byAmountIn:l,pools:w};try{const y=await e.swapInPools(b);return!y||!y.routeData?i(!0,l,d,s,a):i(!0,l,d,s,a,y.routeData)}catch{return{uuid:d,byAmountIn:l,isDegrade:!0}}}},i=(o,s,a,c,u,l)=>{var d;if(l){const p=l.error!==void 0,w=cd(l.amountIn.toString(),c.decimals).toString(),b=cd(l.amountOut.toString(),u.decimals).toString();return{routerData:p?void 0:l,fromAmountUi:p?s?w:"":w,toAmountUi:p&&s?"":b,uuid:a,byAmountIn:s,isDegrade:o,errorCode:(d=l.error)==null?void 0:d.code}}else return{uuid:a,byAmountIn:s,isDegrade:o}};return{findBestRouters:n}}function Os(e){const t=te.useRef(e);return te.useEffect(()=>{t.current=e},[e]),t}function VI(e){try{return e&&e.toString().includes("Rejected from user")}catch{return!1}}function zI(e){const t=String(e);return t.indexOf("withdraw_with_proof")>-1||t.indexOf("check_coin_threshold")>-1||t.indexOf('Identifier("balance")')>-1}function HI(e){return!!String(e).includes("Could not find the referenced transaction")}function qI(e){return VI(e)?"User rejected the request":zI(e)?"Exceeded price slippage":HI(e)?"Oops. Failed to sync data from your txid. Please check your txn status from explorer or from your wallet.":"Transaction failed"}var hh={};Object.defineProperty(hh,"__esModule",{value:!0});var WI=hh.executeAuction=Kw,GI=lm,KI="https://rpc.getshio.com",YI=500,ZI=300;function Kw(e,t,r){r===void 0&&(r=YI);var n={jsonrpc:"2.0",method:"shio_executeAuction",params:[e,t],id:1};return new Promise(function(i,o){setTimeout(i,r),GI.default.post(KI,n,{headers:{"Content-Type":"application/json"},timeout:r}).then(function(s){console.log("Shio executeAuction response:",s.data),setTimeout(i,ZI)}).catch(o)})}hh.default={executeAuction:Kw};function XI(){const{suiClient:e}=Io(),{currentAccount:t}=Pn(),{mutateAsync:r}=Ur.useSignTransaction(),{mutate:n}=Ur.useSignAndExecuteTransaction({execute:async({bytes:c,signature:u})=>await o(c,u)}),i=te.useMemo(()=>t==null?void 0:t.chains[0],[t]),o=async(c,u,l=!1)=>{var p,w;if(l){const b=await e.devInspectTransactionBlock({transactionBlock:qo.from(Tr(c)),sender:t.address});if(!b||((p=b.effects)==null?void 0:p.status.status)==="failure")throw Error((w=b.effects)==null?void 0:w.status.error)}return await e.executeTransactionBlock({transactionBlock:c,signature:u,options:{showEvents:!0,showRawEffects:!0,showEffects:!0,showBalanceChanges:!0,showObjectChanges:!0,showInput:!0}})};return{signAndExecuteTransactionBlock:async(c,u=!1)=>{var d,p;let l;if(typeof c=="string"?l=qo.from(c):l=c,u){const w=await e.devInspectTransactionBlock({transactionBlock:c,sender:t.address});if(!w||((d=w.effects)==null?void 0:d.status.status)==="failure")throw Error((p=w.effects)==null?void 0:p.status.error)}return l.setGasBudget(1e8),new Promise((w,b)=>{n({transaction:l,chain:i},{onSuccess:y=>{w(y)},onError:y=>{console.error("signAndExecuteTransactionBlock transaction failed",y),b(y)}})})},signTransactionBlock:async c=>(c instanceof Uint8Array&&(c=qo.from(c)),typeof c=="string"&&(c=qo.from(Tr(c))),new Promise((u,l)=>{r({transaction:c,chain:i},{onSuccess:d=>{u(d)},onError:d=>{console.error("signTransactionBlock failed",d),l(d)},onSettled:(d,p,w,b)=>{console.error("signTransactionBlock onSettled",{data:d,error:p,variables:w})}})})),executeTransactionBlock:o}}function JI(){const{signTransactionBlock:e,executeTransactionBlock:t,signAndExecuteTransactionBlock:r}=XI(),{currentAccount:n}=Pn(),{suiClient:i}=Io(),{setTransactionData:o}=fh(),{addTxToast:s,removeToast:a}=Ts(),c=5,u=2e3;async function l(w,b=1){try{let y;try{y=await i.getTransactionBlock({digest:w,options:{showEvents:!0,showEffects:!0,showBalanceChanges:!0,showInput:!0,showRawInput:!0,showObjectChanges:!0}})}catch{y=await i.getTransactionBlock({digest:w,options:{showEvents:!0,showEffects:!0}})}if(y)return y;throw new Error("Empty response")}catch(y){if(console.error(`Attempt ${b} failed:`,y),b>=c)throw new Error("Failed to fetch transaction status after maximum retries.");return await w1(u),l(w,b+1)}}const d=async(w,b,y={useDevInspect:!1,useMev:!1,txAction:"signTransactionBlock"})=>{var F,L;const{useDevInspect:T=!1,useMev:O,txAction:R="signTransactionBlock"}=y;let k;b.status="confirmation",o(b);try{let q;if(R==="signTransactionBlock"){const K=await e(w),{bytes:re,signature:oe}=K;if(O)try{const ae=await WI(re,oe,500)}catch{}q=await t(re,oe,T)}else q=await r(w,T);b.status="submitted",o({...b}),b.tx=q.digest,k=s(b),await w1(u);const H=await l(q.digest,0);if(!H||((F=H.effects)==null?void 0:F.status.status)==="failure")p(b,(L=H.effects)==null?void 0:L.status.error);else{const K=d5(H,n==null?void 0:n.address,!1);if(b.buildShowInfo){const re=b.buildShowInfo("success",K);b.buildShowInfo=oe=>re}a(k),b.status="success",o({...b})}return H}catch(q){p(b,q)}},p=(w,b)=>{const y=qI(b);if(w.buildShowInfo){const T=w.buildShowInfo("confirmation");w.buildShowInfo=O=>(T.toastDescriptionContent=y,T.modalDescriptionText=y,T),w.status="rejected",o({...w})}else w.buildShowInfo=T=>{const O={};return O.toastDescriptionContent=y,O.modalDescriptionText=y,O},w.status="rejected",o({...w})};return{signAndExecuteTransaction:d}}function ph(e,t=1e3){const r=te.useRef(),n=te.useCallback((...i)=>{r.current&&clearTimeout(r.current),r.current=setTimeout(()=>{e(...i)},t)},[e,t]);return te.useEffect(()=>()=>{r.current&&clearTimeout(r.current)},[]),n}function QI(){const{aggregatorSDK:e}=Io(),{findBestRouters:t}=UI(),{getTokenAmountValue:r,fetchTokenPrices:n}=Nu(),{providers:i,slippage:o,mevProtect:s}=$r(),{signAndExecuteTransaction:a}=JI(),{setTransactionData:c}=fh(),{addTxToast:u}=Ts(),{fromCoin:l,toCoin:d,setFromCoin:p,setToCoin:w,setToAmount:b,fromAmount:y,toAmount:T,setFromAmount:O,setFindRouterLoading:R,setRouterData:k,setByAmountIn:F,byAmountIn:L}=dn(),[q,H]=te.useState(""),K=Os(q),re=Os(L),oe=Os(y),ae=Os(T),z=Os(l),D=Os(d),{balanceInfo:h,getOwnerCoinBalances:f}=Ru(l==null?void 0:l.coin_type),{balanceInfo:m}=Ru(d==null?void 0:d.coin_type),S=r(l==null?void 0:l.coin_type,y),M=r(d==null?void 0:d.coin_type,T),I=ph(async(be,Ve,Le)=>{if(z.current&&D.current&&+be){(+oe.current||+ae.current)&&R(!0);const ft=u5(be,Ve?z.current.decimals:D.current.decimals),dt=await t({fromToken:z.current,toToken:D.current,amount:ft.toString(),providersKeys:i,by_amount_in:Ve,uuid:Le});R(!1),K.current===Le&&(Ve?+oe.current?(b(dt.toAmountUi||""),k(dt)):b(""):+ae.current?(O(dt.fromAmountUi||"ß"),k(dt)):O(""))}else v(!Ve)},500),C=(be,Ve,Le=!1)=>{if(F(Ve),Ve?(O(be),Le&&b("")):(b(be),Le&&O("")),+be){const ft=Hw();H(ft),I(be,Ve,ft)}else R(!1),k(void 0),v(!Ve)},g=(be,Ve=!0)=>{v(),Ve?((be==null?void 0:be.coin_type)===(d==null?void 0:d.coin_type)&&w(l),p(be)):((be==null?void 0:be.coin_type)===(l==null?void 0:l.coin_type)&&p(d),w(be))},v=be=>{be===void 0?(O(""),b("")):be?O(""):b(""),R(!1),k(void 0)},N=()=>{const be=re.current?oe.current:ae.current;if(+be){const Ve=Hw();H(Ve),I(be,re.current,Ve)}},ee=async(be,Ve)=>{const{routerData:Le,byAmountIn:ft,fromAmountUi:dt,toAmountUi:je}=be,mt=new qo,we={routers:Le,slippage:Number(o)/100,txb:mt,partner:Ve||v5};try{await e.fastRouterSwap(we);const he={status:"confirmation",buildShowInfo:(Ue,Ne)=>{const Me=`Swap ${jr(dt,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${jr(je,d==null?void 0:d.decimals)} ${d==null?void 0:d.symbol}`,Te={modalDescriptionText:Me,toastTitleText:Me};if(Ue==="success"){let Be=dt,ut=je;Ne&&(Be=b1(Ne,l)||dt,ut=b1(Ne,d)||je);const lt=`Swapped ${jr(Be,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${jr(ut,d==null?void 0:d.decimals)} ${d==null?void 0:d.symbol}`;Te.toastTitleText=lt,Te.modalDescriptionText=lt}return Te},id:0};c(he),await a(mt,he,{useMev:s})?(v(),f()):N()}catch(he){String(he).includes("TypeError: Failed to fetch")&&u({id:0,status:"rejected",buildShowInfo(Ce,Ue){return{toastTitleText:"RPC loading failed",toastDescriptionContent:"Try resubmission. Or to check your network and switch an RPC in settings to try again."}}})}};te.useEffect(()=>{ie(),v()},[l==null?void 0:l.coin_type,d==null?void 0:d.coin_type]);const ie=()=>{const be=[];l&&be.push(l.coin_type),d&&be.push(d.coin_type),be.length>0&&n(be)},{isScamsCoin:le}=Gw(l),{isScamsCoin:me}=Gw(d),xe=te.useMemo(()=>{if(!(!le&&!me)){if(le&&me)return`${l==null?void 0:l.symbol} and ${d==null?void 0:d.symbol} are`;if(le)return`${l==null?void 0:l.symbol} token is `;if(me)return`${d==null?void 0:d.symbol} token is `}},[le,me]);return{handleAmountChange:C,handleSelectToken:g,fromBalanceInfo:h,toBalanceInfo:m,fromAmountValue:S,toAmountValue:M,doSwapAction:ee,reCalculateRouteData:N,refreshMarketPrice:ie,scamsText:xe}}function eO(e){const{fromCoin:t,toCoin:r,fromAmount:n,toAmount:i,routerData:o}=dn(),{currentAccount:s}=Pn(),a=te.useMemo(()=>{const c={text:"Swap",disabled:!1};if(!(s!=null&&s.address))return c.text="Connect Wallet",c.disabled=!1,c;if(!t||!r)return c.text="Select a token",c.disabled=!0,c;if(!+n&&!+i)return c.text="Enter an amount",c.disabled=!0,c;if(o&&o.errorCode){if(o.errorCode===Oo.InsufficientLiquidity)return c.text="Insufficient liquidity for this trade",c.disabled=!0,c;if(o.errorCode===Oo.NoRouter||o.errorCode===Oo.HoneyPot)return c.text="No Available Route",c.disabled=!0,c}return+n&&De(n).gt(e||0)?(c.disabled=!0,c.text=`Insufficient ${cn(t==null?void 0:t.symbol)} Balance`,c):((!+n||!+i)&&(c.disabled=!0),c)},[s==null?void 0:s.address,n,i,e,o==null?void 0:o.errorCode,t,r]);return{btnText:a.text,btnDisabled:a.disabled}}function Yw({size:e="24px",strokeWidth:t="10",color:r="#909ca4",emptyColor:n="transparent",gapPercentage:i=.5}){const o=50-parseFloat(t),s=2*Math.PI*o,a=s*i,c=s-a;return x.jsxs("svg",{width:e,height:e,viewBox:"0 0 100 100",children:[x.jsx("circle",{cx:"50",cy:"50",r:o,fill:"none",stroke:n,strokeWidth:t}),x.jsx("circle",{cx:"50",cy:"50",r:o,fill:"none",stroke:r,strokeWidth:t,strokeDasharray:`${c} ${a}`,strokeDashoffset:"0",strokeLinecap:"round",style:{animation:"dash 0.5s linear infinite"}}),x.jsx("style",{children:`
|
|
93
|
+
`)},pM=0,Ms=[];function mM(e){var t=P.useRef([]),r=P.useRef([0,0]),n=P.useRef(),i=P.useState(pM++)[0],o=P.useState(Eb)[0],s=P.useRef(e);P.useEffect(function(){s.current=e},[e]),P.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(i));var b=DA([e.lockRef.current],(e.shards||[]).map(Pb),!0).filter(Boolean);return b.forEach(function(M){return M.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),b.forEach(function(M){return M.classList.remove("allow-interactivity-".concat(i))})}}},[e.inert,e.lockRef.current,e.shards]);var a=P.useCallback(function(b,M){if("touches"in b&&b.touches.length===2||b.type==="wheel"&&b.ctrlKey)return!s.current.allowPinchZoom;var O=Ol(b),R=r.current,k="deltaX"in b?b.deltaX:R[0]-O[0],F="deltaY"in b?b.deltaY:R[1]-O[1],B,W=b.target,z=Math.abs(k)>Math.abs(F)?"h":"v";if("touches"in b&&z==="h"&&W.type==="range")return!1;var G=Ab(z,W);if(!G)return!0;if(G?B=z:(B=z==="v"?"h":"v",G=Ab(z,W)),!G)return!1;if(!n.current&&"changedTouches"in b&&(k||F)&&(n.current=B),!B)return!0;var ne=n.current||B;return fM(ne,M,b,ne==="h"?k:F,!0)},[]),c=P.useCallback(function(b){var M=b;if(!(!Ms.length||Ms[Ms.length-1]!==o)){var O="deltaY"in M?Ob(M):Ol(M),R=t.current.filter(function(B){return B.name===M.type&&(B.target===M.target||M.target===B.shadowParent)&&dM(B.delta,O)})[0];if(R&&R.should){M.cancelable&&M.preventDefault();return}if(!R){var k=(s.current.shards||[]).map(Pb).filter(Boolean).filter(function(B){return B.contains(M.target)}),F=k.length>0?a(M,k[0]):!s.current.noIsolation;F&&M.cancelable&&M.preventDefault()}}},[]),l=P.useCallback(function(b,M,O,R){var k={name:b,delta:M,target:O,should:R,shadowParent:gM(O)};t.current.push(k),setTimeout(function(){t.current=t.current.filter(function(F){return F!==k})},1)},[]),u=P.useCallback(function(b){r.current=Ol(b),n.current=void 0},[]),d=P.useCallback(function(b){l(b.type,Ob(b),b.target,a(b,e.lockRef.current))},[]),p=P.useCallback(function(b){l(b.type,Ol(b),b.target,a(b,e.lockRef.current))},[]);P.useEffect(function(){return Ms.push(o),e.setCallbacks({onScrollCapture:d,onWheelCapture:d,onTouchMoveCapture:p}),document.addEventListener("wheel",c,As),document.addEventListener("touchmove",c,As),document.addEventListener("touchstart",u,As),function(){Ms=Ms.filter(function(b){return b!==o}),document.removeEventListener("wheel",c,As),document.removeEventListener("touchmove",c,As),document.removeEventListener("touchstart",u,As)}},[]);var y=e.removeScrollBar,x=e.inert;return P.createElement(P.Fragment,null,x?P.createElement(o,{styles:hM(i)}):null,y?P.createElement(iM,{gapMode:e.gapMode}):null)}function gM(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const vM=HA(Sb,mM);var Rb=P.forwardRef(function(e,t){return P.createElement(Ml,ti({},e,{ref:t,sideCar:vM}))});Rb.classNames=Ml.classNames;const bM=Rb;function yM(e,t){return P.useReducer((r,n)=>t[r][n]??r,e)}var i0="ScrollArea",[Nb,UB]=Ai(i0),[wM,mn]=Nb(i0),kb=P.forwardRef((e,t)=>{const{__scopeScrollArea:r,type:n="hover",dir:i,scrollHideDelay:o=600,...s}=e,[a,c]=P.useState(null),[l,u]=P.useState(null),[d,p]=P.useState(null),[y,x]=P.useState(null),[b,M]=P.useState(null),[O,R]=P.useState(0),[k,F]=P.useState(0),[B,W]=P.useState(!1),[z,G]=P.useState(!1),ne=ir(t,se=>c(se)),oe=qd(i);return w.jsx(wM,{scope:r,type:n,dir:oe,scrollHideDelay:o,scrollArea:a,viewport:l,onViewportChange:u,content:d,onContentChange:p,scrollbarX:y,onScrollbarXChange:x,scrollbarXEnabled:B,onScrollbarXEnabledChange:W,scrollbarY:b,onScrollbarYChange:M,scrollbarYEnabled:z,onScrollbarYEnabledChange:G,onCornerWidthChange:R,onCornerHeightChange:F,children:w.jsx(Xt.div,{dir:oe,...s,ref:ne,style:{position:"relative","--radix-scroll-area-corner-width":O+"px","--radix-scroll-area-corner-height":k+"px",...e.style}})})});kb.displayName=i0;var jb="ScrollAreaViewport",Db=P.forwardRef((e,t)=>{const{__scopeScrollArea:r,children:n,nonce:i,...o}=e,s=mn(jb,r),a=P.useRef(null),c=ir(t,a,s.onViewportChange);return w.jsxs(w.Fragment,{children:[w.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:i}),w.jsx(Xt.div,{"data-radix-scroll-area-viewport":"",...o,ref:c,style:{overflowX:s.scrollbarXEnabled?"scroll":"hidden",overflowY:s.scrollbarYEnabled?"scroll":"hidden",...e.style},children:w.jsx("div",{ref:s.onContentChange,style:{minWidth:"100%",display:"table"},children:n})})]})});Db.displayName=jb;var ri="ScrollAreaScrollbar",Lb=P.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=mn(ri,e.__scopeScrollArea),{onScrollbarXEnabledChange:o,onScrollbarYEnabledChange:s}=i,a=e.orientation==="horizontal";return P.useEffect(()=>(a?o(!0):s(!0),()=>{a?o(!1):s(!1)}),[a,o,s]),i.type==="hover"?w.jsx(xM,{...n,ref:t,forceMount:r}):i.type==="scroll"?w.jsx(SM,{...n,ref:t,forceMount:r}):i.type==="auto"?w.jsx(Bb,{...n,ref:t,forceMount:r}):i.type==="always"?w.jsx(o0,{...n,ref:t}):null});Lb.displayName=ri;var xM=P.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=mn(ri,e.__scopeScrollArea),[o,s]=P.useState(!1);return P.useEffect(()=>{const a=i.scrollArea;let c=0;if(a){const l=()=>{window.clearTimeout(c),s(!0)},u=()=>{c=window.setTimeout(()=>s(!1),i.scrollHideDelay)};return a.addEventListener("pointerenter",l),a.addEventListener("pointerleave",u),()=>{window.clearTimeout(c),a.removeEventListener("pointerenter",l),a.removeEventListener("pointerleave",u)}}},[i.scrollArea,i.scrollHideDelay]),w.jsx(jn,{present:r||o,children:w.jsx(Bb,{"data-state":o?"visible":"hidden",...n,ref:t})})}),SM=P.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=mn(ri,e.__scopeScrollArea),o=e.orientation==="horizontal",s=kl(()=>c("SCROLL_END"),100),[a,c]=yM("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return P.useEffect(()=>{if(a==="idle"){const l=window.setTimeout(()=>c("HIDE"),i.scrollHideDelay);return()=>window.clearTimeout(l)}},[a,i.scrollHideDelay,c]),P.useEffect(()=>{const l=i.viewport,u=o?"scrollLeft":"scrollTop";if(l){let d=l[u];const p=()=>{const y=l[u];d!==y&&(c("SCROLL"),s()),d=y};return l.addEventListener("scroll",p),()=>l.removeEventListener("scroll",p)}},[i.viewport,o,c,s]),w.jsx(jn,{present:r||a!=="hidden",children:w.jsx(o0,{"data-state":a==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:Je(e.onPointerEnter,()=>c("POINTER_ENTER")),onPointerLeave:Je(e.onPointerLeave,()=>c("POINTER_LEAVE"))})})}),Bb=P.forwardRef((e,t)=>{const r=mn(ri,e.__scopeScrollArea),{forceMount:n,...i}=e,[o,s]=P.useState(!1),a=e.orientation==="horizontal",c=kl(()=>{if(r.viewport){const l=r.viewport.offsetWidth<r.viewport.scrollWidth,u=r.viewport.offsetHeight<r.viewport.scrollHeight;s(a?l:u)}},10);return Is(r.viewport,c),Is(r.content,c),w.jsx(jn,{present:n||o,children:w.jsx(o0,{"data-state":o?"visible":"hidden",...i,ref:t})})}),o0=P.forwardRef((e,t)=>{const{orientation:r="vertical",...n}=e,i=mn(ri,e.__scopeScrollArea),o=P.useRef(null),s=P.useRef(0),[a,c]=P.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),l=zb(a.viewport,a.content),u={...n,sizes:a,onSizesChange:c,hasThumb:l>0&&l<1,onThumbChange:p=>o.current=p,onThumbPointerUp:()=>s.current=0,onThumbPointerDown:p=>s.current=p};function d(p,y){return MM(p,s.current,a,y)}return r==="horizontal"?w.jsx(_M,{...u,ref:t,onThumbPositionChange:()=>{if(i.viewport&&o.current){const p=i.viewport.scrollLeft,y=qb(p,a,i.dir);o.current.style.transform=`translate3d(${y}px, 0, 0)`}},onWheelScroll:p=>{i.viewport&&(i.viewport.scrollLeft=p)},onDragScroll:p=>{i.viewport&&(i.viewport.scrollLeft=d(p,i.dir))}}):r==="vertical"?w.jsx(EM,{...u,ref:t,onThumbPositionChange:()=>{if(i.viewport&&o.current){const p=i.viewport.scrollTop,y=qb(p,a);o.current.style.transform=`translate3d(0, ${y}px, 0)`}},onWheelScroll:p=>{i.viewport&&(i.viewport.scrollTop=p)},onDragScroll:p=>{i.viewport&&(i.viewport.scrollTop=d(p))}}):null}),_M=P.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,o=mn(ri,e.__scopeScrollArea),[s,a]=P.useState(),c=P.useRef(null),l=ir(t,c,o.onScrollbarXChange);return P.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),w.jsx(Fb,{"data-orientation":"horizontal",...i,ref:l,sizes:r,style:{bottom:0,left:o.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:o.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Nl(r)+"px",...e.style},onThumbPointerDown:u=>e.onThumbPointerDown(u.x),onDragScroll:u=>e.onDragScroll(u.x),onWheelScroll:(u,d)=>{if(o.viewport){const p=o.viewport.scrollLeft+u.deltaX;e.onWheelScroll(p),Wb(p,d)&&u.preventDefault()}},onResize:()=>{c.current&&o.viewport&&s&&n({content:o.viewport.scrollWidth,viewport:o.viewport.offsetWidth,scrollbar:{size:c.current.clientWidth,paddingStart:Rl(s.paddingLeft),paddingEnd:Rl(s.paddingRight)}})}})}),EM=P.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,o=mn(ri,e.__scopeScrollArea),[s,a]=P.useState(),c=P.useRef(null),l=ir(t,c,o.onScrollbarYChange);return P.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),w.jsx(Fb,{"data-orientation":"vertical",...i,ref:l,sizes:r,style:{top:0,right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Nl(r)+"px",...e.style},onThumbPointerDown:u=>e.onThumbPointerDown(u.y),onDragScroll:u=>e.onDragScroll(u.y),onWheelScroll:(u,d)=>{if(o.viewport){const p=o.viewport.scrollTop+u.deltaY;e.onWheelScroll(p),Wb(p,d)&&u.preventDefault()}},onResize:()=>{c.current&&o.viewport&&s&&n({content:o.viewport.scrollHeight,viewport:o.viewport.offsetHeight,scrollbar:{size:c.current.clientHeight,paddingStart:Rl(s.paddingTop),paddingEnd:Rl(s.paddingBottom)}})}})}),[CM,Ub]=Nb(ri),Fb=P.forwardRef((e,t)=>{const{__scopeScrollArea:r,sizes:n,hasThumb:i,onThumbChange:o,onThumbPointerUp:s,onThumbPointerDown:a,onThumbPositionChange:c,onDragScroll:l,onWheelScroll:u,onResize:d,...p}=e,y=mn(ri,r),[x,b]=P.useState(null),M=ir(t,ne=>b(ne)),O=P.useRef(null),R=P.useRef(""),k=y.viewport,F=n.content-n.viewport,B=wr(u),W=wr(c),z=kl(d,10);function G(ne){if(O.current){const oe=ne.clientX-O.current.left,se=ne.clientY-O.current.top;l({x:oe,y:se})}}return P.useEffect(()=>{const ne=oe=>{const se=oe.target;(x==null?void 0:x.contains(se))&&B(oe,F)};return document.addEventListener("wheel",ne,{passive:!1}),()=>document.removeEventListener("wheel",ne,{passive:!1})},[k,x,F,B]),P.useEffect(W,[n,W]),Is(x,z),Is(y.content,z),w.jsx(CM,{scope:r,scrollbar:x,hasThumb:i,onThumbChange:wr(o),onThumbPointerUp:wr(s),onThumbPositionChange:W,onThumbPointerDown:wr(a),children:w.jsx(Xt.div,{...p,ref:M,style:{position:"absolute",...p.style},onPointerDown:Je(e.onPointerDown,ne=>{ne.button===0&&(ne.target.setPointerCapture(ne.pointerId),O.current=x.getBoundingClientRect(),R.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",y.viewport&&(y.viewport.style.scrollBehavior="auto"),G(ne))}),onPointerMove:Je(e.onPointerMove,G),onPointerUp:Je(e.onPointerUp,ne=>{const oe=ne.target;oe.hasPointerCapture(ne.pointerId)&&oe.releasePointerCapture(ne.pointerId),document.body.style.webkitUserSelect=R.current,y.viewport&&(y.viewport.style.scrollBehavior=""),O.current=null})})})}),Pl="ScrollAreaThumb",$b=P.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=Ub(Pl,e.__scopeScrollArea);return w.jsx(jn,{present:r||i.hasThumb,children:w.jsx(TM,{ref:t,...n})})}),TM=P.forwardRef((e,t)=>{const{__scopeScrollArea:r,style:n,...i}=e,o=mn(Pl,r),s=Ub(Pl,r),{onThumbPositionChange:a}=s,c=ir(t,d=>s.onThumbChange(d)),l=P.useRef(void 0),u=kl(()=>{l.current&&(l.current(),l.current=void 0)},100);return P.useEffect(()=>{const d=o.viewport;if(d){const p=()=>{if(u(),!l.current){const y=IM(d,a);l.current=y,a()}};return a(),d.addEventListener("scroll",p),()=>d.removeEventListener("scroll",p)}},[o.viewport,u,a]),w.jsx(Xt.div,{"data-state":s.hasThumb?"visible":"hidden",...i,ref:c,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:Je(e.onPointerDownCapture,d=>{const y=d.target.getBoundingClientRect(),x=d.clientX-y.left,b=d.clientY-y.top;s.onThumbPointerDown({x,y:b})}),onPointerUp:Je(e.onPointerUp,s.onThumbPointerUp)})});$b.displayName=Pl;var s0="ScrollAreaCorner",Vb=P.forwardRef((e,t)=>{const r=mn(s0,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?w.jsx(AM,{...e,ref:t}):null});Vb.displayName=s0;var AM=P.forwardRef((e,t)=>{const{__scopeScrollArea:r,...n}=e,i=mn(s0,r),[o,s]=P.useState(0),[a,c]=P.useState(0),l=!!(o&&a);return Is(i.scrollbarX,()=>{var d;const u=((d=i.scrollbarX)==null?void 0:d.offsetHeight)||0;i.onCornerHeightChange(u),c(u)}),Is(i.scrollbarY,()=>{var d;const u=((d=i.scrollbarY)==null?void 0:d.offsetWidth)||0;i.onCornerWidthChange(u),s(u)}),l?w.jsx(Xt.div,{...n,ref:t,style:{width:o,height:a,position:"absolute",right:i.dir==="ltr"?0:void 0,left:i.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function Rl(e){return e?parseInt(e,10):0}function zb(e,t){const r=e/t;return isNaN(r)?0:r}function Nl(e){const t=zb(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function MM(e,t,r,n="ltr"){const i=Nl(r),o=i/2,s=t||o,a=i-s,c=r.scrollbar.paddingStart+s,l=r.scrollbar.size-r.scrollbar.paddingEnd-a,u=r.content-r.viewport,d=n==="ltr"?[0,u]:[u*-1,0];return Hb([c,l],d)(e)}function qb(e,t,r="ltr"){const n=Nl(t),i=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,o=t.scrollbar.size-i,s=t.content-t.viewport,a=o-n,c=r==="ltr"?[0,s]:[s*-1,0],l=_A(e,c);return Hb([0,s],[0,a])(l)}function Hb(e,t){return r=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const n=(t[1]-t[0])/(e[1]-e[0]);return t[0]+n*(r-e[0])}}function Wb(e,t){return e>0&&e<t}var IM=(e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return function i(){const o={left:e.scrollLeft,top:e.scrollTop},s=r.left!==o.left,a=r.top!==o.top;(s||a)&&t(),r=o,n=window.requestAnimationFrame(i)}(),()=>window.cancelAnimationFrame(n)};function kl(e,t){const r=wr(e),n=P.useRef(0);return P.useEffect(()=>()=>window.clearTimeout(n.current),[]),P.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function Is(e,t){const r=wr(t);Zi(()=>{let n=0;if(e){const i=new ResizeObserver(()=>{cancelAnimationFrame(n),n=window.requestAnimationFrame(r)});return i.observe(e),()=>{window.cancelAnimationFrame(n),i.unobserve(e)}}},[e,r])}var OM=kb,PM=Db,Gb=Lb,Kb=$b,RM=Vb,a0="Switch",[NM,FB]=Ai(a0),[kM,jM]=NM(a0),Yb=P.forwardRef((e,t)=>{const{__scopeSwitch:r,name:n,checked:i,defaultChecked:o,required:s,disabled:a,value:c="on",onCheckedChange:l,form:u,...d}=e,[p,y]=P.useState(null),x=ir(t,k=>y(k)),b=P.useRef(!1),M=p?u||!!p.closest("form"):!0,[O=!1,R]=_a({prop:i,defaultProp:o,onChange:l});return w.jsxs(kM,{scope:r,checked:O,disabled:a,children:[w.jsx(Xt.button,{type:"button",role:"switch","aria-checked":O,"aria-required":s,"data-state":Zb(O),"data-disabled":a?"":void 0,disabled:a,value:c,...d,ref:x,onClick:Je(e.onClick,k=>{R(F=>!F),M&&(b.current=k.isPropagationStopped(),b.current||k.stopPropagation())})}),M&&w.jsx(DM,{control:p,bubbles:!b.current,name:n,value:c,checked:O,required:s,disabled:a,form:u,style:{transform:"translateX(-100%)"}})]})});Yb.displayName=a0;var Xb="SwitchThumb",Jb=P.forwardRef((e,t)=>{const{__scopeSwitch:r,...n}=e,i=jM(Xb,r);return w.jsx(Xt.span,{"data-state":Zb(i.checked),"data-disabled":i.disabled?"":void 0,...n,ref:t})});Jb.displayName=Xb;var DM=e=>{const{control:t,checked:r,bubbles:n=!0,...i}=e,o=P.useRef(null),s=Zv(r),a=Ud(t);return P.useEffect(()=>{const c=o.current,l=window.HTMLInputElement.prototype,d=Object.getOwnPropertyDescriptor(l,"checked").set;if(s!==r&&d){const p=new Event("click",{bubbles:n});d.call(c,r),c.dispatchEvent(p)}},[s,r,n]),w.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:r,...i,tabIndex:-1,ref:o,style:{...e.style,...a,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function Zb(e){return e?"checked":"unchecked"}var LM=Yb,BM=Jb;const Ta={size:{type:"enum",values:["1","2","3"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","surface","soft"],default:"surface"},color:Ea,highContrast:yl,radius:Wd},Qb=P.forwardRef((e,t)=>{const{rest:r,...n}=Ss(e),{className:i,style:o,size:s=Ta.size.default,variant:a=Ta.variant.default,color:c=Ta.color.default,highContrast:l=Ta.highContrast.default,radius:u=Ta.radius.default,...d}=r;return P.createElement("span",{"data-radius":u,className:Zt("rt-SwitchRoot",i,wt(s,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":l},_s(n)),style:o},P.createElement(LM,{"data-accent-color":c,...d,ref:t,className:Zt("rt-reset","rt-SwitchButton",{"rt-high-contrast":l})},P.createElement(BM,{className:Zt("rt-SwitchThumb",{"rt-high-contrast":l})})))});Qb.displayName="Switch";var c0=["Enter"," "],UM=["ArrowDown","PageUp","Home"],ey=["ArrowUp","PageDown","End"],FM=[...UM,...ey],$M={ltr:[...c0,"ArrowRight"],rtl:[...c0,"ArrowLeft"]},VM={ltr:["ArrowLeft"],rtl:["ArrowRight"]},Aa="Menu",[Ma,zM,qM]=ib(Aa),[Uo,ty]=Ai(Aa,[qM,hl,sb]),Ia=hl(),ry=sb(),[ny,io]=Uo(Aa),[HM,Oa]=Uo(Aa),iy=e=>{const{__scopeMenu:t,open:r=!1,children:n,dir:i,onOpenChange:o,modal:s=!0}=e,a=Ia(t),[c,l]=P.useState(null),u=P.useRef(!1),d=wr(o),p=qd(i);return P.useEffect(()=>{const y=()=>{u.current=!0,document.addEventListener("pointerdown",x,{capture:!0,once:!0}),document.addEventListener("pointermove",x,{capture:!0,once:!0})},x=()=>u.current=!1;return document.addEventListener("keydown",y,{capture:!0}),()=>{document.removeEventListener("keydown",y,{capture:!0}),document.removeEventListener("pointerdown",x,{capture:!0}),document.removeEventListener("pointermove",x,{capture:!0})}},[]),w.jsx(kv,{...a,children:w.jsx(ny,{scope:t,open:r,onOpenChange:d,content:c,onContentChange:l,children:w.jsx(HM,{scope:t,onClose:P.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:p,modal:s,children:n})})})};iy.displayName=Aa;var WM="MenuAnchor",l0=P.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=Ia(r);return w.jsx(jv,{...i,...n,ref:t})});l0.displayName=WM;var u0="MenuPortal",[GM,oy]=Uo(u0,{forceMount:void 0}),sy=e=>{const{__scopeMenu:t,forceMount:r,children:n,container:i}=e,o=io(u0,t);return w.jsx(GM,{scope:t,forceMount:r,children:w.jsx(jn,{present:r||o.open,children:w.jsx(Bv,{asChild:!0,container:i,children:n})})})};sy.displayName=u0;var gn="MenuContent",[KM,f0]=Uo(gn),ay=P.forwardRef((e,t)=>{const r=oy(gn,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,o=io(gn,e.__scopeMenu),s=Oa(gn,e.__scopeMenu);return w.jsx(Ma.Provider,{scope:e.__scopeMenu,children:w.jsx(jn,{present:n||o.open,children:w.jsx(Ma.Slot,{scope:e.__scopeMenu,children:s.modal?w.jsx(YM,{...i,ref:t}):w.jsx(XM,{...i,ref:t})})})})}),YM=P.forwardRef((e,t)=>{const r=io(gn,e.__scopeMenu),n=P.useRef(null),i=ir(t,n);return P.useEffect(()=>{const o=n.current;if(o)return jA(o)},[]),w.jsx(d0,{...e,ref:i,trapFocus:r.open,disableOutsidePointerEvents:r.open,disableOutsideScroll:!0,onFocusOutside:Je(e.onFocusOutside,o=>o.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>r.onOpenChange(!1)})}),XM=P.forwardRef((e,t)=>{const r=io(gn,e.__scopeMenu);return w.jsx(d0,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>r.onOpenChange(!1)})}),d0=P.forwardRef((e,t)=>{const{__scopeMenu:r,loop:n=!1,trapFocus:i,onOpenAutoFocus:o,onCloseAutoFocus:s,disableOutsidePointerEvents:a,onEntryFocus:c,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:p,onDismiss:y,disableOutsideScroll:x,...b}=e,M=io(gn,r),O=Oa(gn,r),R=Ia(r),k=ry(r),F=zM(r),[B,W]=P.useState(null),z=P.useRef(null),G=ir(t,z,M.onContentChange),ne=P.useRef(0),oe=P.useRef(""),se=P.useRef(0),q=P.useRef(null),L=P.useRef("right"),h=P.useRef(0),f=x?bM:P.Fragment,m=x?{as:Mi,allowPinchZoom:!0}:void 0,S=E=>{var ce,be;const I=oe.current+E,C=F().filter(xe=>!xe.disabled),g=document.activeElement,v=(ce=C.find(xe=>xe.ref.current===g))==null?void 0:ce.textValue,j=C.map(xe=>xe.textValue),Q=cI(j,I,v),Z=(be=C.find(xe=>xe.textValue===Q))==null?void 0:be.ref.current;(function xe(pe){oe.current=pe,window.clearTimeout(ne.current),pe!==""&&(ne.current=window.setTimeout(()=>xe(""),1e3))})(I),Z&&setTimeout(()=>Z.focus())};P.useEffect(()=>()=>window.clearTimeout(ne.current),[]),EA();const T=P.useCallback(E=>{var C,g;return L.current===((C=q.current)==null?void 0:C.side)&&uI(E,(g=q.current)==null?void 0:g.area)},[]);return w.jsx(KM,{scope:r,searchRef:oe,onItemEnter:P.useCallback(E=>{T(E)&&E.preventDefault()},[T]),onItemLeave:P.useCallback(E=>{var I;T(E)||((I=z.current)==null||I.focus(),W(null))},[T]),onTriggerLeave:P.useCallback(E=>{T(E)&&E.preventDefault()},[T]),pointerGraceTimerRef:se,onPointerGraceIntentChange:P.useCallback(E=>{q.current=E},[]),children:w.jsx(f,{...m,children:w.jsx(hb,{asChild:!0,trapped:i,onMountAutoFocus:Je(o,E=>{var I;E.preventDefault(),(I=z.current)==null||I.focus({preventScroll:!0})}),onUnmountAutoFocus:s,children:w.jsx(Td,{asChild:!0,disableOutsidePointerEvents:a,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:p,onDismiss:y,children:w.jsx(xA,{asChild:!0,...k,dir:O.dir,orientation:"vertical",loop:n,currentTabStopId:B,onCurrentTabStopIdChange:W,onEntryFocus:Je(c,E=>{O.isUsingKeyboardRef.current||E.preventDefault()}),preventScrollOnEntryFocus:!0,children:w.jsx(Dv,{role:"menu","aria-orientation":"vertical","data-state":Cy(M.open),"data-radix-menu-content":"",dir:O.dir,...R,...b,ref:G,style:{outline:"none",...b.style},onKeyDown:Je(b.onKeyDown,E=>{const C=E.target.closest("[data-radix-menu-content]")===E.currentTarget,g=E.ctrlKey||E.altKey||E.metaKey,v=E.key.length===1;C&&(E.key==="Tab"&&E.preventDefault(),!g&&v&&S(E.key));const j=z.current;if(E.target!==j||!FM.includes(E.key))return;E.preventDefault();const Z=F().filter(ce=>!ce.disabled).map(ce=>ce.ref.current);ey.includes(E.key)&&Z.reverse(),sI(Z)}),onBlur:Je(e.onBlur,E=>{E.currentTarget.contains(E.target)||(window.clearTimeout(ne.current),oe.current="")}),onPointerMove:Je(e.onPointerMove,Ra(E=>{const I=E.target,C=h.current!==E.clientX;if(E.currentTarget.contains(I)&&C){const g=E.clientX>h.current?"right":"left";L.current=g,h.current=E.clientX}}))})})})})})})});ay.displayName=gn;var JM="MenuGroup",h0=P.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return w.jsx(Xt.div,{role:"group",...n,ref:t})});h0.displayName=JM;var ZM="MenuLabel",cy=P.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return w.jsx(Xt.div,{...n,ref:t})});cy.displayName=ZM;var jl="MenuItem",ly="menu.itemSelect",Dl=P.forwardRef((e,t)=>{const{disabled:r=!1,onSelect:n,...i}=e,o=P.useRef(null),s=Oa(jl,e.__scopeMenu),a=f0(jl,e.__scopeMenu),c=ir(t,o),l=P.useRef(!1),u=()=>{const d=o.current;if(!r&&d){const p=new CustomEvent(ly,{bubbles:!0,cancelable:!0});d.addEventListener(ly,y=>n==null?void 0:n(y),{once:!0}),tv(d,p),p.defaultPrevented?l.current=!1:s.onClose()}};return w.jsx(uy,{...i,ref:c,disabled:r,onClick:Je(e.onClick,u),onPointerDown:d=>{var p;(p=e.onPointerDown)==null||p.call(e,d),l.current=!0},onPointerUp:Je(e.onPointerUp,d=>{var p;l.current||(p=d.currentTarget)==null||p.click()}),onKeyDown:Je(e.onKeyDown,d=>{const p=a.searchRef.current!=="";r||p&&d.key===" "||c0.includes(d.key)&&(d.currentTarget.click(),d.preventDefault())})})});Dl.displayName=jl;var uy=P.forwardRef((e,t)=>{const{__scopeMenu:r,disabled:n=!1,textValue:i,...o}=e,s=f0(jl,r),a=ry(r),c=P.useRef(null),l=ir(t,c),[u,d]=P.useState(!1),[p,y]=P.useState("");return P.useEffect(()=>{const x=c.current;x&&y((x.textContent??"").trim())},[o.children]),w.jsx(Ma.ItemSlot,{scope:r,disabled:n,textValue:i??p,children:w.jsx(SA,{asChild:!0,...a,focusable:!n,children:w.jsx(Xt.div,{role:"menuitem","data-highlighted":u?"":void 0,"aria-disabled":n||void 0,"data-disabled":n?"":void 0,...o,ref:l,onPointerMove:Je(e.onPointerMove,Ra(x=>{n?s.onItemLeave(x):(s.onItemEnter(x),x.defaultPrevented||x.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:Je(e.onPointerLeave,Ra(x=>s.onItemLeave(x))),onFocus:Je(e.onFocus,()=>d(!0)),onBlur:Je(e.onBlur,()=>d(!1))})})})}),QM="MenuCheckboxItem",fy=P.forwardRef((e,t)=>{const{checked:r=!1,onCheckedChange:n,...i}=e;return w.jsx(gy,{scope:e.__scopeMenu,checked:r,children:w.jsx(Dl,{role:"menuitemcheckbox","aria-checked":Ll(r)?"mixed":r,...i,ref:t,"data-state":g0(r),onSelect:Je(i.onSelect,()=>n==null?void 0:n(Ll(r)?!0:!r),{checkForDefaultPrevented:!1})})})});fy.displayName=QM;var dy="MenuRadioGroup",[eI,tI]=Uo(dy,{value:void 0,onValueChange:()=>{}}),hy=P.forwardRef((e,t)=>{const{value:r,onValueChange:n,...i}=e,o=wr(n);return w.jsx(eI,{scope:e.__scopeMenu,value:r,onValueChange:o,children:w.jsx(h0,{...i,ref:t})})});hy.displayName=dy;var py="MenuRadioItem",my=P.forwardRef((e,t)=>{const{value:r,...n}=e,i=tI(py,e.__scopeMenu),o=r===i.value;return w.jsx(gy,{scope:e.__scopeMenu,checked:o,children:w.jsx(Dl,{role:"menuitemradio","aria-checked":o,...n,ref:t,"data-state":g0(o),onSelect:Je(n.onSelect,()=>{var s;return(s=i.onValueChange)==null?void 0:s.call(i,r)},{checkForDefaultPrevented:!1})})})});my.displayName=py;var p0="MenuItemIndicator",[gy,rI]=Uo(p0,{checked:!1}),vy=P.forwardRef((e,t)=>{const{__scopeMenu:r,forceMount:n,...i}=e,o=rI(p0,r);return w.jsx(jn,{present:n||Ll(o.checked)||o.checked===!0,children:w.jsx(Xt.span,{...i,ref:t,"data-state":g0(o.checked)})})});vy.displayName=p0;var nI="MenuSeparator",by=P.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return w.jsx(Xt.div,{role:"separator","aria-orientation":"horizontal",...n,ref:t})});by.displayName=nI;var iI="MenuArrow",yy=P.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=Ia(r);return w.jsx(Lv,{...i,...n,ref:t})});yy.displayName=iI;var m0="MenuSub",[oI,wy]=Uo(m0),xy=e=>{const{__scopeMenu:t,children:r,open:n=!1,onOpenChange:i}=e,o=io(m0,t),s=Ia(t),[a,c]=P.useState(null),[l,u]=P.useState(null),d=wr(i);return P.useEffect(()=>(o.open===!1&&d(!1),()=>d(!1)),[o.open,d]),w.jsx(kv,{...s,children:w.jsx(ny,{scope:t,open:n,onOpenChange:d,content:l,onContentChange:u,children:w.jsx(oI,{scope:t,contentId:ya(),triggerId:ya(),trigger:a,onTriggerChange:c,children:r})})})};xy.displayName=m0;var Pa="MenuSubTrigger",Sy=P.forwardRef((e,t)=>{const r=io(Pa,e.__scopeMenu),n=Oa(Pa,e.__scopeMenu),i=wy(Pa,e.__scopeMenu),o=f0(Pa,e.__scopeMenu),s=P.useRef(null),{pointerGraceTimerRef:a,onPointerGraceIntentChange:c}=o,l={__scopeMenu:e.__scopeMenu},u=P.useCallback(()=>{s.current&&window.clearTimeout(s.current),s.current=null},[]);return P.useEffect(()=>u,[u]),P.useEffect(()=>{const d=a.current;return()=>{window.clearTimeout(d),c(null)}},[a,c]),w.jsx(l0,{asChild:!0,...l,children:w.jsx(uy,{id:i.triggerId,"aria-haspopup":"menu","aria-expanded":r.open,"aria-controls":i.contentId,"data-state":Cy(r.open),...e,ref:nl(t,i.onTriggerChange),onClick:d=>{var p;(p=e.onClick)==null||p.call(e,d),!(e.disabled||d.defaultPrevented)&&(d.currentTarget.focus(),r.open||r.onOpenChange(!0))},onPointerMove:Je(e.onPointerMove,Ra(d=>{o.onItemEnter(d),!d.defaultPrevented&&!e.disabled&&!r.open&&!s.current&&(o.onPointerGraceIntentChange(null),s.current=window.setTimeout(()=>{r.onOpenChange(!0),u()},100))})),onPointerLeave:Je(e.onPointerLeave,Ra(d=>{var y,x;u();const p=(y=r.content)==null?void 0:y.getBoundingClientRect();if(p){const b=(x=r.content)==null?void 0:x.dataset.side,M=b==="right",O=M?-5:5,R=p[M?"left":"right"],k=p[M?"right":"left"];o.onPointerGraceIntentChange({area:[{x:d.clientX+O,y:d.clientY},{x:R,y:p.top},{x:k,y:p.top},{x:k,y:p.bottom},{x:R,y:p.bottom}],side:b}),window.clearTimeout(a.current),a.current=window.setTimeout(()=>o.onPointerGraceIntentChange(null),300)}else{if(o.onTriggerLeave(d),d.defaultPrevented)return;o.onPointerGraceIntentChange(null)}})),onKeyDown:Je(e.onKeyDown,d=>{var y;const p=o.searchRef.current!=="";e.disabled||p&&d.key===" "||$M[n.dir].includes(d.key)&&(r.onOpenChange(!0),(y=r.content)==null||y.focus(),d.preventDefault())})})})});Sy.displayName=Pa;var _y="MenuSubContent",Ey=P.forwardRef((e,t)=>{const r=oy(gn,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,o=io(gn,e.__scopeMenu),s=Oa(gn,e.__scopeMenu),a=wy(_y,e.__scopeMenu),c=P.useRef(null),l=ir(t,c);return w.jsx(Ma.Provider,{scope:e.__scopeMenu,children:w.jsx(jn,{present:n||o.open,children:w.jsx(Ma.Slot,{scope:e.__scopeMenu,children:w.jsx(d0,{id:a.contentId,"aria-labelledby":a.triggerId,...i,ref:l,align:"start",side:s.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:u=>{var d;s.isUsingKeyboardRef.current&&((d=c.current)==null||d.focus()),u.preventDefault()},onCloseAutoFocus:u=>u.preventDefault(),onFocusOutside:Je(e.onFocusOutside,u=>{u.target!==a.trigger&&o.onOpenChange(!1)}),onEscapeKeyDown:Je(e.onEscapeKeyDown,u=>{s.onClose(),u.preventDefault()}),onKeyDown:Je(e.onKeyDown,u=>{var y;const d=u.currentTarget.contains(u.target),p=VM[s.dir].includes(u.key);d&&p&&(o.onOpenChange(!1),(y=a.trigger)==null||y.focus(),u.preventDefault())})})})})})});Ey.displayName=_y;function Cy(e){return e?"open":"closed"}function Ll(e){return e==="indeterminate"}function g0(e){return Ll(e)?"indeterminate":e?"checked":"unchecked"}function sI(e){const t=document.activeElement;for(const r of e)if(r===t||(r.focus(),document.activeElement!==t))return}function aI(e,t){return e.map((r,n)=>e[(t+n)%e.length])}function cI(e,t,r){const i=t.length>1&&Array.from(t).every(l=>l===t[0])?t[0]:t,o=r?e.indexOf(r):-1;let s=aI(e,Math.max(o,0));i.length===1&&(s=s.filter(l=>l!==r));const c=s.find(l=>l.toLowerCase().startsWith(i.toLowerCase()));return c!==r?c:void 0}function lI(e,t){const{x:r,y:n}=e;let i=!1;for(let o=0,s=t.length-1;o<t.length;s=o++){const a=t[o].x,c=t[o].y,l=t[s].x,u=t[s].y;c>n!=u>n&&r<(l-a)*(n-c)/(u-c)+a&&(i=!i)}return i}function uI(e,t){if(!t)return!1;const r={x:e.clientX,y:e.clientY};return lI(r,t)}function Ra(e){return t=>t.pointerType==="mouse"?e(t):void 0}var fI=iy,dI=l0,hI=sy,pI=ay,mI=h0,gI=cy,vI=Dl,bI=fy,yI=hy,wI=my,xI=vy,SI=by,_I=yy,EI=xy,CI=Sy,TI=Ey,v0="DropdownMenu",[AI,zB]=Ai(v0,[ty]),Lr=ty(),[MI,Ty]=AI(v0),Ay=e=>{const{__scopeDropdownMenu:t,children:r,dir:n,open:i,defaultOpen:o,onOpenChange:s,modal:a=!0}=e,c=Lr(t),l=P.useRef(null),[u=!1,d]=_a({prop:i,defaultProp:o,onChange:s});return w.jsx(MI,{scope:t,triggerId:ya(),triggerRef:l,contentId:ya(),open:u,onOpenChange:d,onOpenToggle:P.useCallback(()=>d(p=>!p),[d]),modal:a,children:w.jsx(fI,{...c,open:u,onOpenChange:d,dir:n,modal:a,children:r})})};Ay.displayName=v0;var My="DropdownMenuTrigger",Iy=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,disabled:n=!1,...i}=e,o=Ty(My,r),s=Lr(r);return w.jsx(dI,{asChild:!0,...s,children:w.jsx(Xt.button,{type:"button",id:o.triggerId,"aria-haspopup":"menu","aria-expanded":o.open,"aria-controls":o.open?o.contentId:void 0,"data-state":o.open?"open":"closed","data-disabled":n?"":void 0,disabled:n,...i,ref:nl(t,o.triggerRef),onPointerDown:Je(e.onPointerDown,a=>{!n&&a.button===0&&a.ctrlKey===!1&&(o.onOpenToggle(),o.open||a.preventDefault())}),onKeyDown:Je(e.onKeyDown,a=>{n||(["Enter"," "].includes(a.key)&&o.onOpenToggle(),a.key==="ArrowDown"&&o.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(a.key)&&a.preventDefault())})})})});Iy.displayName=My;var II="DropdownMenuPortal",Oy=e=>{const{__scopeDropdownMenu:t,...r}=e,n=Lr(t);return w.jsx(hI,{...n,...r})};Oy.displayName=II;var Py="DropdownMenuContent",Ry=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ty(Py,r),o=Lr(r),s=P.useRef(!1);return w.jsx(pI,{id:i.contentId,"aria-labelledby":i.triggerId,...o,...n,ref:t,onCloseAutoFocus:Je(e.onCloseAutoFocus,a=>{var c;s.current||(c=i.triggerRef.current)==null||c.focus(),s.current=!1,a.preventDefault()}),onInteractOutside:Je(e.onInteractOutside,a=>{const c=a.detail.originalEvent,l=c.button===0&&c.ctrlKey===!0,u=c.button===2||l;(!i.modal||u)&&(s.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});Ry.displayName=Py;var OI="DropdownMenuGroup",Ny=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Lr(r);return w.jsx(mI,{...i,...n,ref:t})});Ny.displayName=OI;var PI="DropdownMenuLabel",ky=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Lr(r);return w.jsx(gI,{...i,...n,ref:t})});ky.displayName=PI;var RI="DropdownMenuItem",jy=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Lr(r);return w.jsx(vI,{...i,...n,ref:t})});jy.displayName=RI;var NI="DropdownMenuCheckboxItem",Dy=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Lr(r);return w.jsx(bI,{...i,...n,ref:t})});Dy.displayName=NI;var kI="DropdownMenuRadioGroup",Ly=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Lr(r);return w.jsx(yI,{...i,...n,ref:t})});Ly.displayName=kI;var jI="DropdownMenuRadioItem",By=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Lr(r);return w.jsx(wI,{...i,...n,ref:t})});By.displayName=jI;var DI="DropdownMenuItemIndicator",Uy=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Lr(r);return w.jsx(xI,{...i,...n,ref:t})});Uy.displayName=DI;var LI="DropdownMenuSeparator",Fy=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Lr(r);return w.jsx(SI,{...i,...n,ref:t})});Fy.displayName=LI;var BI="DropdownMenuArrow",UI=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Lr(r);return w.jsx(_I,{...i,...n,ref:t})});UI.displayName=BI;var FI=e=>{const{__scopeDropdownMenu:t,children:r,open:n,onOpenChange:i,defaultOpen:o}=e,s=Lr(t),[a=!1,c]=_a({prop:n,defaultProp:o,onChange:i});return w.jsx(EI,{...s,open:a,onOpenChange:c,children:r})},$I="DropdownMenuSubTrigger",$y=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Lr(r);return w.jsx(CI,{...i,...n,ref:t})});$y.displayName=$I;var VI="DropdownMenuSubContent",Vy=P.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Lr(r);return w.jsx(TI,{...i,...n,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});Vy.displayName=VI;var zI=Ay,qI=Iy,zy=Oy,HI=Ry,WI=Ny,GI=ky,KI=jy,YI=Dy,XI=Ly,JI=By,qy=Uy,ZI=Fy,QI=FI,eO=$y,tO=Vy;const b0={size:{type:"enum",values:["1","2","3"],default:"1",responsive:!0},radius:Wd,scrollbars:{type:"enum",values:["vertical","horizontal","both"],default:"both"}},y0=P.forwardRef((e,t)=>{const{rest:r,...n}=Ss(e),{className:i,style:o,type:s,scrollHideDelay:a=s!=="scroll"?0:void 0,dir:c,size:l=b0.size.default,radius:u=b0.radius.default,scrollbars:d=b0.scrollbars.default,...p}=r;return P.createElement(OM,{type:s,scrollHideDelay:a,className:Zt("rt-ScrollAreaRoot",i,_s(n)),style:o},P.createElement(PM,{...p,ref:t,className:"rt-ScrollAreaViewport"}),P.createElement("div",{className:"rt-ScrollAreaViewportFocusRing"}),d!=="vertical"?P.createElement(Gb,{"data-radius":u,orientation:"horizontal",className:Zt("rt-ScrollAreaScrollbar",wt(l,"rt-r-size"))},P.createElement(Kb,{className:"rt-ScrollAreaThumb"})):null,d!=="horizontal"?P.createElement(Gb,{"data-radius":u,orientation:"vertical",className:Zt("rt-ScrollAreaScrollbar",wt(l,"rt-r-size"))},P.createElement(Kb,{className:"rt-ScrollAreaThumb"})):null,d==="both"?P.createElement(RM,{className:"rt-ScrollAreaCorner"}):null)});y0.displayName="ScrollArea";const w0={size:{type:"enum",values:["1","2"],default:"2",responsive:!0},variant:{type:"enum",values:["solid","soft"],default:"solid"},color:Ea,highContrast:yl},Hy={color:Ea,shortcut:{type:"string",default:void 0}},Wy=e=>P.createElement(zI,{...e});Wy.displayName="DropdownMenuRoot";const Gy=P.forwardRef((e,t)=>P.createElement(qI,{...e,ref:t,asChild:!0}));Gy.displayName="DropdownMenuTrigger";const Ky=P.createContext({}),Yy=P.forwardRef((e,t)=>{const r=YT(),{className:n,children:i,size:o=w0.size.default,variant:s=w0.variant.default,highContrast:a=w0.highContrast.default,color:c=Hy.color.default,container:l,forceMount:u,...d}=e,p=c??r.accentColor;return P.createElement(zy,{container:l,forceMount:u},P.createElement(bl,{asChild:!0},P.createElement(HI,{"data-accent-color":p,align:"start",sideOffset:4,collisionPadding:10,...d,ref:t,className:Zt("rt-PopperContent","rt-BaseMenuContent","rt-DropdownMenuContent",n,wt(o,"rt-r-size"),`rt-variant-${s}`,{"rt-high-contrast":a})},P.createElement(y0,{type:"auto"},P.createElement("div",{className:Zt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},P.createElement(Ky.Provider,{value:P.useMemo(()=>({size:o,variant:s,color:p,highContrast:a}),[o,s,p,a])},i))))))});Yy.displayName="DropdownMenuContent";const Xy=P.forwardRef((e,t)=>P.createElement(GI,{...e,ref:t,className:Zt("rt-BaseMenuLabel","rt-DropdownMenuLabel",e.className)}));Xy.displayName="DropdownMenuLabel";const Jy=P.forwardRef((e,t)=>{const{className:r,children:n,color:i=Hy.color.default,shortcut:o,...s}=e;return P.createElement(KI,{"data-accent-color":i,...s,ref:t,className:Zt("rt-reset","rt-BaseMenuItem","rt-DropdownMenuItem",r)},P.createElement(ms,null,n),o&&P.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},o))});Jy.displayName="DropdownMenuItem";const Zy=P.forwardRef((e,t)=>P.createElement(WI,{...e,ref:t,className:Zt("rt-BaseMenuGroup","rt-DropdownMenuGroup",e.className)}));Zy.displayName="DropdownMenuGroup";const Qy=P.forwardRef((e,t)=>P.createElement(XI,{...e,ref:t,className:Zt("rt-BaseMenuRadioGroup","rt-DropdownMenuRadioGroup",e.className)}));Qy.displayName="DropdownMenuRadioGroup";const e2=P.forwardRef((e,t)=>{const{children:r,className:n,...i}=e;return P.createElement(JI,{...i,ref:t,className:Zt("rt-BaseMenuItem","rt-BaseMenuRadioItem","rt-DropdownMenuItem","rt-DropdownMenuRadioItem",n)},P.createElement(ms,null,r),P.createElement(qy,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},P.createElement(xl,{className:"rt-BaseMenuItemIndicatorIcon rt-DropdownMenuItemIndicatorIcon"})))});e2.displayName="DropdownMenuRadioItem";const t2=P.forwardRef((e,t)=>{const{children:r,className:n,shortcut:i,...o}=e;return P.createElement(YI,{...o,ref:t,className:Zt("rt-BaseMenuItem","rt-BaseMenuCheckboxItem","rt-DropdownMenuItem","rt-DropdownMenuCheckboxItem",n)},P.createElement(ms,null,r),P.createElement(qy,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},P.createElement(xl,{className:"rt-BaseMenuItemIndicatorIcon rt-ContextMenuItemIndicatorIcon"})),i&&P.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},i))});t2.displayName="DropdownMenuCheckboxItem";const r2=e=>P.createElement(QI,{...e});r2.displayName="DropdownMenuSub";const n2=P.forwardRef((e,t)=>{const{className:r,children:n,...i}=e;return P.createElement(eO,{...i,ref:t,className:Zt("rt-BaseMenuItem","rt-BaseMenuSubTrigger","rt-DropdownMenuItem","rt-DropdownMenuSubTrigger",r)},P.createElement(ms,null,n),P.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},P.createElement(nb,{className:"rt-BaseMenuSubTriggerIcon rt-DropdownMenuSubtriggerIcon"})))});n2.displayName="DropdownMenuSubTrigger";const i2=P.forwardRef((e,t)=>{const{className:r,children:n,container:i,forceMount:o,...s}=e,{size:a,variant:c,color:l,highContrast:u}=P.useContext(Ky);return P.createElement(zy,{container:i,forceMount:o},P.createElement(bl,{asChild:!0},P.createElement(tO,{"data-accent-color":l,alignOffset:-Number(a)*4,sideOffset:1,collisionPadding:10,...s,ref:t,className:Zt("rt-PopperContent","rt-BaseMenuContent","rt-BaseMenuSubContent","rt-DropdownMenuContent","rt-DropdownMenuSubContent",r,wt(a,"rt-r-size"),`rt-variant-${c}`,{"rt-high-contrast":u})},P.createElement(y0,{type:"auto"},P.createElement("div",{className:Zt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},n)))))});i2.displayName="DropdownMenuSubContent";const o2=P.forwardRef((e,t)=>P.createElement(ZI,{...e,ref:t,className:Zt("rt-BaseMenuSeparator","rt-DropdownMenuSeparator",e.className)}));o2.displayName="DropdownMenuSeparator";const vn=Object.assign({},{Root:Wy,Trigger:Gy,Content:Yy,Label:Xy,Item:Jy,Group:Zy,RadioGroup:Qy,RadioItem:e2,CheckboxItem:t2,Sub:r2,SubTrigger:n2,SubContent:i2,Separator:o2}),Na={size:{type:"enum",values:["1","2","3","4"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","solid","soft","surface","outline","ghost"],default:"solid"},color:Ea,highContrast:yl,radius:Wd},s2=P.forwardRef((e,t)=>{const{rest:r,...n}=Ss(e),{className:i,asChild:o=!1,size:s=Na.size.default,variant:a=Na.variant.default,color:c=Na.color.default,highContrast:l=Na.highContrast.default,radius:u=Na.radius.default,...d}=r,p=o?Mi:"button";return P.createElement(p,{"data-disabled":d.disabled||void 0,"data-accent-color":c,"data-radius":u,...d,ref:t,className:Zt("rt-reset","rt-BaseButton",i,wt(s,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":l},_s(n))})});s2.displayName="BaseButton";const a2=P.forwardRef((e,t)=>P.createElement(s2,{...e,ref:t,className:Zt("rt-Button",e.className)}));a2.displayName="Button";const rO={loading:{type:"boolean",default:!0}},Os=P.forwardRef((e,t)=>{const{rest:r,...n}=Ss(e),{className:i,children:o,loading:s=rO.loading.default,...a}=r;if(!s)return P.createElement(P.Fragment,null,o);const c=P.isValidElement(o)?Mi:"span";return P.createElement(c,{ref:t,"aria-hidden":!0,className:Zt("rt-Skeleton",i,_s(n)),"data-inline-skeleton":P.isValidElement(o)?void 0:!0,tabIndex:-1,inert:"",...a},o)});Os.displayName="Skeleton";const nO=It("/images/ghost_loading.png"),iO={primary:It("/images/primary_loading.png"),ghost:nO};function oO({size:e="24px",variant:t="primary",wrapStyle:r={}}){return w.jsx(Jv,{align:"center",justify:"center",style:{width:"100%",height:"100%",...r},children:w.jsx("img",{src:iO[t],alt:"Loading",style:{width:e,height:e,animation:"spin 1s linear infinite"}})})}const sO="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAPKADAAQAAAABAAAAPAAAAACL3+lcAAAJW0lEQVRoBd1be1BU1xk/LstLdtlVUYKoKKA8fJBKJDVxovYxTadC0zY1/2jaKWM0GRsnTTOpEQNGqc34mGicNpqxGkirMYk4QFONqTG01WioFXzwFhRfUJTl/dple37XnmUf93Hu3Uuknpmdc/ec7/vO97vn9Z3vfHcUGaa0a+2PxlnN9hVWU+Aia5gxLsIaHGk1GUNCAgMCRocaRqHZ7p5BZ++Aw2HrtPe22PqabF32Olun46Stw/Du6s0Fd4ZDNaFhvQS/k/P95ChryKb4iaO/NX1yWHhgwD1gauUPOAadNY1d7bU3u0/csvVmrcr562W1MqTodQGcvzlj9cwppqw5ceYJFKMuMpnCFLuzvK6j+dK1zk3L1xbuYuVac7+Uy8tNf2legiU7cYrJolUBNXyV1zrbSqvas5evK9yhhs+dVhPgd9YvSUmJCzvyzeQxU92FfV3PX15ubSir63pq1cbiMrVtBqhlyM/9wfqli6MOxkaFjVHLqxf9pPGh1sSY0SuT46MGC07UlKiRq6qHC3c8Vbhk/kNLKJMqPjUKqaF1EuIsPn27OGPNkQxePi7F976ZYU6ICDn3+Oyx8byCv066f164W1vV0js389XCDqV2FYf07pz0xAWJlsq5MyxRSsLuV/2UyNCxoQGjVs9JjikoPlndIqeHbA+jZx+LC79BV2GznBDeuu4+B9l+qI4Un2oSWNIfe4j86plYEhqk+N65mqCreMepuvZouZ42yknCMNYLbL/dSX7xu/Pk3zVtribzjjWSC1faSd66b5Ago8FVrvUBut5p6z9H+adLyZB8tVigvpM6fr4Uo9ry7YeukE++vNez7ry37/aRvv5BsmD2WPdizc8Y3qmzJqUeOFp5QEyIKGBsPU8vjF6p12pMhxpZu6eCOOmyKpbKaS9/O3U8ibAEiVWrLpsx2TQjfmqk6JblAxhGBfbZYKM2O9hbO2D85VsXyM2WXu8q13+8iCr6Un6yaKIu+x06KjY6bFHMpIlHikuqPYaVz8SBBWUKMcouZi5NOR4+/Pymx7yVYsHc/ujkTalq1eXAACzejB6A83Mz1uhpLrZ2DJBtdFXmTVs/qCPg0SsBCzC5y/MA/EhC+Ab3Sn+ftxysJTYVAEAL0Homb0wuwHmb0l/U89Rzjg7Rj7+4pVp3DGvw6pWACdiYPBfgWdPMr7FCf3O7w0ly9lVxizGFGsn8WUPbEnjpOZibX4nQHZsAGJ4KHN6VGHnrYVBg1eVJgXR9/MPLc0hb59DcBe97Rxt52LlogA0YQSwAhltGL09FU2sfeftwPZci8I1sfWEmocOOVFz1tPt3FTQQyNIjARswQpYAGD4oPQRDRm5+DenudXCJy3p2BnkybQIprbL5GCVdPXZBFpcgDiKG0QDvIhxuHDyKJH8vv0uOnW1WpAPBqh9OJcu+O0mgPVthE+WBLMjUIwEjsBrgStXqXXRXpG9gkGzYz7dQ/fiJKPLST2Nd7GcrWl3P3g9vvFdFcPDwNwEjsBrgN/ZXGPh3F14ljc09iqIWPjyObMxMdNF10KF7ucFz/roq6cO1ph4qu8G9SPMzsBrgJNcs4X+MDbe7yZ6iBkUxKfHhZMeLs4gxYMhyLa1s85m/3oIA+CoF7m8CVgNuBPwVtGF/NRlQGHbTokaT3S+n+Bz2z1Qoz1HI5p0ucliAlQ5pY4gckVIdzrinLsorPWFMMNn76sNkjDnQR9xXtId5EvVbiZ6neXgZDbAacdfDCtTmnXT+bf5TrSwbrKh3X0kh0RG+7xXG1NzpFpISFy7IYOflkvI75LrIeoC2nkgZRyBTSwJWI7vY0iJg58f1pFnGOGBWFAwLsYQT97rlnt6Yo3QrOvC362LkQlto87VlnjyixCKFwCoYHiJ1ikXwYuR/Kq4YmJkVlZZoVZTFCM7Q7enXv78ku4ihTbStNRlxZWkxqfNuYFd8/Y+VZFDGwI8eH0rOXLYJP3a9RrdCspb2jlhrAPHC9guKix/azKaHi4PZqaq9I8BqxP2shahzGcKLUVbbLvuSMQf//JnnCJg5zSwK9gZ1/6zYUkawJvCk8/T4CB2WLp7IQ+6iAVYDLqNdJRwPdzv6NR/S05J8hzc8HJlvnpddC8TUgicFuqhJwGrAzbsapi0H6jyOcmp405I87996+h1k5bYyUn+rW40YgVbwjhxU5x0BVgPCDHhb+1e1jRwuUe/FgHzM43luCxicBGt2XlScGnK6waMCnXgTsNIh7TjJw3DPi1HNQypKkxRjJma3/XP93kryxXn/wzhy9lUT6MaTgNWAABLEVCgx5B27TqobtW8HjyYPDWfcL2kdKd56QifoppSAEVgNiJZBAIkcwz0vxhU5EsU6tmC9f/y6cLJSZFBB8PbhK6TZJu8dAUZgFQwPRMvIyccb5PViiMnB/H0kwUpgRW3K0z4txGSjDLrt+0TeB8YwCoCb2u3rES0jJfDTr/i8GFL8MC1hWChZUVL8POXHS/8jSQZsCH8CgQD4udeLLiE0SIrDX2ea1RxEnt9WrmhFSbXPUy43pIGNxXq5bGnqdciVEhxLz7L+pNP0+MhrRWltJz46TJIVMV6scsj1QEsqPlpmg6eeVbIcjrTntpbJ2s6M9n7kAdSDgiPo427OfKYHnUptSU+/7zLxPM7Cj6bE9NGz6fcYMctjIkPJQnoObe+2E1vXAOmlF9jSM55xDX8eYQ0SQG5emUTm0UVRLB092/KbghNVZ1idRw+j8PT+Z+r1vEFkDd2PHAFs83/+wTT3tl1zmBUiwq2zV8FBxYhHcA4MwOKtoseQRiVuzBHhNjvOsoh2v88I8BYwEv/T/dX54ec3sjOz/3LIWz8fwCBAOB8CQxImmxK8Gf4f/iM6b+krRc+L6Srbg//Yu7RmpEbfiYFBGaLyFmQeknR6+cxhd0EI56PLuvS1gDvxCHiGrtBZThXRIc0YCj+r6kc4X1iw4Wc0pCiYlY/EHGBLLralrcgqko2MkR3SDNiDFFzKBZgBfxDCh2WHNAPKcoTzIcINQV80NlLVy2Iy9Mqxz2LrkVqNpdpRBRhCsGUhws3ucDyJyHQpwcNZDgvqeGnrYrF9Vqldv3oJQV+IgxI7cCg1rKUeB4H78pGHt7KIg0Jo0HB+xnOxvuO3z2YV7fRuW+1/v3rYu7E9b6TPjAw3bnzgP9TyBo7/2j/FG6Cf4hmH7VO8/wJSjxTWAm8L8gAAAABJRU5ErkJggg==",x0="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAQKADAAQAAAABAAAAQAAAAABGUUKwAAAQcklEQVR4Ac07C3BUVZb33vfp7nQSgiEhYYYgESEj40oZjERH/MxAnFEGQQYUZILRGix1y3V3q3bZqd2trZpZqram1rJ2tMZZiUGFAURQ4romiALjmlkFB2eGEVyMEAQSEiSQ9O+9fvfuOfe923Q66aQ7dDS3q/vcd9+553fPOffzXlMyxqX4hc1Vls9p4Iao5nm8Mp5HSoSfmsIUGjcJRfbMIoJa1CFRbhlh2k3CrJ3F6EG/rTWee3DlkbEUUQqQawYTX3ppVTxInoxN4rPjVxAfAf0kDwG/WEM4RKGUEiEEQYgF0ITxJY2ZPfSwHiJPnV+9etMQ3S6rKWcGmPTcq+XWxOhzVhlfGJ8oQGkoSlnFJcUAAlSk8EHoort1bPMaXGN5lzoao5O1muf9a3vW3nvGRbq8XyXaqKlMebG5IpTXtzF6JZ/PfYINSyjFADDUoCA0eiN+SVvXINIuKKF3qQzKLMr9x9n+YLig/vSPF3UMy3OEm6M2ALgqLd6y5fnwVXyNCJChFZcKU2GcoyGtlx6FuD7MYuQDjemHhNC7mLggR5HTCeWUxic7JD6HG6QGDDmbTxSzrCtEELRPKyOLEB74jDWdu+++hyFslJlGUHng7bTEB6INvPrGC6/O65tmt1iTeKGKWxfDGy7OhL+Tduq9ZLMZ9j19uuGekwMpZHY1pfG1qVZe7Il4EV8ZLSNlYGZgIK3qEXDrZje5GOgw67oevPd3mVG+hJW1AUpf3vpI+GrxjAOj7qmrIpZQhwr/CdbG+sz67tWLj11ic/m1kpden8ELrI2RabyWaIO9QkNv+D/9sbMPLPtVNtyyMsDkra809s8iawjjXj9lAhjxk+TTYLdY1bFm+cFsBMgWt6JpW3WomG6KVpCZhCg5XCqUMBE8Qpq6VvyoIVO6GRmg+oAwvji9sy00zalWKrsMBPF1sW69kzzU9eNlzZkyzQXelM2vLbImORtik3mJoqeCw39CO1gxZUntwbnUVvfSwRENgMp39OzoiJWJsgFZG5JO8BjdfWbpkrp0xL+K9sk7drZEruILYDZxZ0/PCj7IQRXFSytGMsLQ2TtJ8tOnX2+zy2kZo5CBgAdCZjNR8Alb/3Urj2J2wQAUHNHWs7gGczBmSfxlxC6jZadA9iRVhqwOa4CpW3c1RqeRalRcKg+E9X5m5x81lp1acc9Ph6T4NTSiLPlH2TI9BEMDJlDyxipI9dStzY3DiZQ2BK78TfMjfVXiWYHUvKKHme1v1+Z0PPCDP6u28QQrXn7zmmilcyieB6sJKFJwUAA85NHj99815OwwpAfM2PLmvHCleAbmeHR86VK6o4n8z/X7xqvyqDDKhjKirDIc0HOhhKc7z6BOiJNaBhkAV3jhUtEiTMZcV5ImEAXt+vr2Vd/fkUpgvF2jjCgrGEAagaED+xiTOmGiTCmDGiq3v7khdBVpkHjeOj3vBG39/J7v5yTbz9y2pyZO4/cIH68RGisV1PEJjerUZr3MEqepTd+JGUUvnlp647kUWbO6nL7rv1vC3+QLZRzgzAAl2E4b25f94CH3yv0dYICq37Rd2VfZ+5ljgNdjQeP10O4TC+4sddFH94tTae/J1v+0J4il9kRRgHbFkroXSuyLOBG+bnbcd8H4+6Mr7tjmYmf/O233W2djk0SJUpLGCJ/YUTD98PLvdChqA0IgHux/QRiUuRMJ/moi0E0HWEx1zBRevW33yp7w7guRaaTeLiIFFBwTJ2z5wRjFD0L4qqkWJKDWZDK972p7y1Vv7P4thmWm/JLxUHYIBJnHZS6HsI75IxuTcRKEv/Xq/vL+qdEvhA7B42H4z7Kjn935varkDtnUZ2/f+9cXKuxfEH1oBbw1S2K3m0obhUOcwBn6x2N3LfiL1PuZXF/91ttHwiV8lsJlccLzv/B/85N755/BtoQHCM1+juhgepnzYfS5JvIuslWqY7Zw1ta9t/dNc35BNfR0dy7BnS3W5Q4XR9yrJzzOa8PEJZOXB2EneO23tu/5WbYyIL4fdGACZgVcwCE/g8El6OqVhAGsK8hC5YoI8zq1tj8uv2NUGxt0WV4qXgd+lKEFgB5+UQAFk+uJ+x4u9pFf7IF1+MRK2d8oobOBqAPqInl44WaDroqGNMC1r7y3igeZLyEc7OeDjlmvkLKF1726/x/sQoz3S/GtaCPUYESCZ/S2CZ/7/nLSZ+bcwuPaT/292peEo0uC4wNMrmMbDwr/ddvfW56tLIjvt7QHkSfSQWM6Qeq79pV90rt1RIDT2ielc4KzYsz5e1nnR4tvGvV+PjaBPCGVl2kes72XaoA4A+MWHGf1Hy+/5SXk7RX0tH+dtWffWasIsrbKTIAv6ygUFJg6lwDIelb4eOktn1a17uu0ilm5O9OAQfPok0Brk/SAeFDMxpjDDI3QF9ZfRoajKTVv/2+xU0QnSWvLpQjGM9JF21OS36ntTFE+wSZw3vgXxFOeI3uAPAjx42gkkcwSnTKs+EJsM+YepIPQBp2xK6vefqDKKdB8ig06qBHW/yNDuoPQ7Ivxh3HIL9FT4sOkaml81qKb07qxYeu70BM176PqCGVd6P2DGGbYYEZ9T+O0rsKAg86oOxOG1QCjLnMk+r+vn4U+vL/mZIZ0B6E5wfxfFp7QH8w/pW0PnGPHjQizlQK+C/TYKxQegKQpIo/f7I4QIKD7w0gpKHMHZ6fSdB2xGXUy+2kIB0Z6GAdgOA260Fk1k5GPvAQxI9rREakNg/CHuutCcLvJ+0rM2uYDVZbD7xe287FsSPNj+cXPpHAw3ljQj2BGkRCMKLSY9m9pumbUjLo5QQ6nWi59WPNU67DyqyTczTJyrozTP2VELQuktkVz8fHWPw/XZe6uD/89VMwrKYehUVkQvQCFBeg/T08eWHbD74ejMdI9nWuHIQNUKzyui0omfLRERSlaH7aSHyqErwreuPPAP0ZK+V8BfxmK0k1lunIj1rA1J9hv/PBy5dFs9gHqqkKSmFqJDkskHzapAiIcUvWvAtb810cbw6V8NSjtPtrA0XcdUoYkCCzyusnj7y29ftjwyURWqZsAD1PIBjV1ouHy1ysQb36f2aUuxxLiarHmrY/ejxTzeaiwikulPPLW4owHv6SPv7/4+iFPc7KVD3ULEczBrsaCMU2nGuiPqwNsBuubNC43CbJhDH/mtfz+gFVMr8cHWirmVcJDqEdppKBPq9t393W/zZUYqFtykoVzCKpj4kOGsiiYK45p6Nz8xh/+KTTRcZXH0fDYq4QX6NU+KY36bty1uKovDYlRN8NaAAzudsddtq7B4yzHSwIogBXVy+H2qJfBmUhm5Yu/w5GQkqDRPYnAE/D8YdP/3HXt6kzoZIuDulEShwnV7QkPuCAK4hT0dz/SPQxtcraEs8G/tfmTRTzA8uQuD4yQgFDP+5K1jJXyKCMF3dwlPww18NMc5jDmUAsb5VeGA5+TjUJZ4zJxp4x7GAU5JXnQtDWrvG723VnTy6KDcPgceeokp0IIhjixdCPOuh2Bz+HBQvDljN6QBc2sUSHpTlErT+yssr8ZoYeGWyZnzWiIDtSgNW4SdG/qFu1msPBp12Dk8St3gxr99hB9c9hE8y+FnAo95K3hEnpMC+yEZrte5+qqC61d17h2kApxB3LG0eAmHfWWMxPpNc4+CPSTShcXfQ4zEmRjTrN+uSETfsk43NRmUbkQcqcBqfvC5s+r+kvif5ZPVyU2FfkX6bTWuhmj3hEmMx0v9YUtx6b2F/ATcpTdmUfk9xjXsNZF04+YMRZTbgnOAZMRe2K8CJ4rOVAn1E3paVoshrrLIzHDZocdgyd2SY5JVgLjv80Vc0Xn7uaeb0Ty+xJr+ksB4GIELO3h5rqK1xR+LiHqJDdZEHH4cp5hk8NIH3aHcAji6E956UhOTXaAlv3w3ZMz8F4uC2fRYNwniuM+Ir+2V0eIXzgLxUVYzgvqYvnhHQdQ3D0Wg2M/x3wKGUkDvFE3dZNhURkGOE3gCVGc8425lqQACMqZBgRBYSQvD8qFiStOrtkSC3RJuD8EAaw5YqgzMpIGwIrfYq3JAsX8tPaultOJsECcyy4+d/GT7sEIYdpls0glgDrYAVarpj+EvhhtVXgJA5j+wFo4O4fXrnBssBmSoc6llRRyLiCuAlUiSoW5oJ9KQ+qAp2rg2cgbpmFu8sBahZcwwI75JWf8UbbftZTrnpaPzry35dQihXz50Jd40qP4KIgCqofSl8/HpYCyW342UxkaBxZ13HFnSWLLnzAAdvH7J9aDD3DVAb0garINuRII0q2Me3c0UBzwNsw53ifXISBlT4w+GJhrHHVM1sddEiW1LNl9dkPY7zRgEwSBPCvIg/yw87uT65LQRl39kRBpAz2Xe4Ele7paIj6ReAaIAgcirHHngtKHkoUfZAA8qlq8r7vX1gS8BwyzBsQNPOEUeRG2fvv3Jo2bN8OSlUitL3u75+chP193aXULD4UdevH1W0uKcJmXjD8gBPAGIgRsrQ4e6cN7GuieYAU4R4yYfN2Kd3qWJncej3WUMWqKdTiVQyaTwQWvFnPUKVV5lH+QAbBx64Li3wUd/TGNum9byVgFN4jpbMuqt/uuQZzxWFA2lBFHEZWXD9YpE/mO+RjqNJTMQxoAEbfcfsWvIPabXC9w05QD/2CJmM6h8egJK945vzRsxA/BatJQSRZlRx223F6U9lR5UA5ItdLydy8ciGnePgGxMSdAbsxztPWbbyscFzlh5d6LPw8zZx2Kliw//IHl4LZbJ8xNbkutp/UAhVh0W2Gtj7NOdClpWeQB8RXWxLqVe/taFN7XBVEGlAWHRYYqyIfQz7XOovmFtSPJNcBi6ZB/IoTRv7+/LUrEwKUxuILBRXfAMR9q+q6/OV3/sWhfs+fioohGNsCj5xJFHyMfj/gDVDsYvCWv9tc0B6/LK+IIH9jb3xhjdA3HA3VZcEYBzwC+JiefGpyu2nhHcFTvFbn0Rv6tfydU7TC6KcbETJyyB/TA0OS06cXbgg0D2oe5GEhgGER1a827oUcijDwjX+fBcPCOtLz7wk9oW4Hhr3/2JprTZwuPvi9m9NmRjVFCwK09xV37SxEglnlAkMeabg+mTXhKh2SYtQGw88PvWfMijtNiC1KYbADwBLlwwreMDSE6dUI3BwK+p5+toaM6Xnv0AzE1EoE/TRGyEly9LHXE0d3R7eFU52JA0+qe/4455FSXrHBqfVQGQCIoTMN+6/kYERASQ68nJDNYWIEhQhoRR+H57580h3zo9xuHoE9XXpDITUk4RMpjlEymUXsOvAd0A4TYtx1CZ8UJHNenunmSBvBUk8PuoqlxvvnV/m0uSQbyxGFR0X8uvjFGyHzO4eB5mKJGDKEsKRGEM436N+lQZJTHg4fhHwL2Fxbr9U/Pph1D4WbaNmoPSGXwk/2inAvnOYuLhfAA2of3lcCeuoMzhooZhLIDYKo2t2XArw7vSxqEtsLjtLW/nk+l9wxAGMVFzgyQzPvRNrHKtvmTNiezwZV96dx4JAPBcgPCR8R0Sg6bJnvq2Vqa+wOaZMHHov74+6LKiZMGSGTVEPeV4P0lkMNNgBrMJHIAIG7gRRV4c0EQS6OkG1rbIbEd1HTS+Mub6JGxkEvR/H/1GixGG+ou8QAAAABJRU5ErkJggg==";function Gr({src:e,alt:t,className:r,style:n,showWarn:i,...o}){const[s,a]=re.useState(x0),c=l=>{a(x0)};return re.useEffect(()=>{a(e||x0)},[e]),w.jsxs("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[w.jsx("img",{src:s,alt:t||"",className:r,loading:"lazy",decoding:"async",style:{borderRadius:"100%",...n},onError:c,...o}),i&&w.jsx("img",{style:{position:"absolute",right:-2,bottom:-2,width:"16px",height:"16px"},src:sO})]})}function aO({toastData:e,onClose:t}){const{status:r,buildShowInfo:n,tx:i,id:o}=e,{getExplorerUrl:s}=ps(),a=re.useMemo(()=>{if(n&&r)return n(r)},[r]),c=re.useMemo(()=>{if(r){if(r==="rejected")return"#ff5073";if(r==="success")return"#68ffd8"}return"#909ca4"},[r]);return w.jsxs("div",{className:"cs-toast",children:[w.jsxs("div",{style:{gap:"0px",display:"flex",flexDirection:"column"},children:[w.jsxs("div",{style:{display:"flex",gap:"10px",alignItems:"center"},children:[r==="submitted"&&w.jsx("div",{children:w.jsx(oO,{})}),w.jsxs("svg",{className:"cs-icon",style:{width:"16px",height:"16px",fill:c},children:[r==="rejected"&&w.jsx("use",{xlinkHref:"#icon-close"}),r==="success"&&w.jsx("use",{xlinkHref:"#icon-sel"})]}),r==="submitted"&&w.jsxs("span",{style:{marginLeft:"-28px"},children:[" ","Transaction in progress"," "]}),r==="rejected"&&w.jsx("span",{className:"red",children:(a==null?void 0:a.toastTitleText)||"Transaction failed"}),r==="success"&&w.jsx("span",{className:"green",children:(a==null?void 0:a.toastTitleText)||"Transaction Successful"})]}),r==="submitted"&&w.jsxs("div",{children:[a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():w.jsx("span",{children:a==null?void 0:a.toastDescriptionContent}),!(a!=null&&a.toastDescriptionContent)&&i&&w.jsx(Z1,{text:"Confirmation is in progress. Check your transaction on here",keywords:["here"],text_highlight_color:"#72c1f7",onKeywordClick:()=>{window.open(s(i,"tx"),"_blank")}})]}),r==="rejected"&&w.jsxs(w.Fragment,{children:[a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():w.jsx("span",{children:a==null?void 0:a.toastDescriptionContent}),!(a!=null&&a.toastDescriptionContent)&&w.jsx("span",{children:"Something went wrong"})]}),r==="success"&&w.jsx(w.Fragment,{children:a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():w.jsx("span",{children:a==null?void 0:a.toastDescriptionContent})}),r==="success"&&i&&w.jsxs("div",{className:"view-transaction",children:[w.jsx("span",{children:"View Transaction"}),tl.map(l=>w.jsx("a",{href:s(i,"tx",l.link),target:"_blank",children:w.jsx(Gr,{src:l.img})},l.link))]})]}),w.jsx("svg",{className:"cs-icon close","aria-hidden":"true",onClick:()=>t(o),children:w.jsx("use",{xlinkHref:"#icon-close"})})]})}const cO=Ti((e,t)=>({toasts:[],setToasts:r=>{e(n=>({toasts:[...n.toasts,r]})),setTimeout(()=>{e(n=>({toasts:n.toasts.filter(i=>i.id!==r.id)}))},3e3)},removeToast:r=>{e(n=>({toasts:n.toasts.filter(i=>i.id!==r)}))}})),Ps=(e="cs-swap-widget")=>{const{toasts:t,setToasts:r,removeToast:n}=cO(),i=(a,c="success")=>{const u={id:Date.now(),status:c,buildShowInfo:()=>({toastTitleText:a})};r(u)},o=a=>{const c=Date.now();return a.id=c,r(a),c},s=re.useCallback(()=>{let a=document.getElementById(e);return a||(a=document.createElement("div"),a.id=e,document.body.appendChild(a)),Un.createPortal(w.jsx("div",{className:"cs-toast-wrapper",children:t&&t.map(c=>w.jsx(aO,{toastData:c,onClose:()=>{n(c.id)}},c.id))}),a)},[t]);return{addCommonToast:i,addTxToast:o,ToastContainer:s,removeToast:n}},JB="";function lO(){const{mevProtect:e,setMevProtect:t}=Fr();return w.jsxs(vn.Root,{children:[w.jsx(vn.Trigger,{children:w.jsx("div",{className:"cs-settings-btn",children:w.jsx("svg",{"aria-hidden":"true",cursor:"pointer",fill:e?"var(--cs-primary)":"var(--cs-icon-fill)",children:w.jsx("use",{xlinkHref:"#icon-mev"})})})}),w.jsx(vn.Content,{variant:"soft",className:"cs-dropdown-content",side:"bottom",align:"end",style:{maxWidth:"328px"},children:w.jsxs("div",{className:"mev-settings-box",children:[w.jsxs("div",{className:"mev-setting-title",children:[w.jsxs("div",{className:"name",children:[w.jsx("img",{src:It("/images/icon_mev@2x.png")}),w.jsx("span",{children:"MEV Protect"})]}),w.jsx(Qb,{checked:e,className:"cs-switch",onClick:()=>{t(!e)}})]}),w.jsx("p",{className:"mev-tips",children:"By enabling this, your txn will be submitted via 3rd party MEV service provider. MEV value retained will be redistributed to all users who successfully execute their trades with Shio through its point campaign."})]})})]})}function uO({onClick:e}){const[t,r]=re.useState(!1),n=()=>{r(!0),setTimeout(()=>{r(!1)},1e3),e()};return w.jsx("div",{className:"refresh-button",children:w.jsx("svg",{className:t?"rotate cs-icon-hover":"cs-icon-hover","aria-hidden":"true",onClick:n,children:w.jsx("use",{xlinkHref:"#icon-refresh"})})})}const ZB="",QB="";function S0(e){const{text:t,onClick:r,className:n,btnIsDisabled:i=!1}=e,o=()=>{r&&r()};return w.jsx(a2,{disabled:i,className:n?`cs-button ${n}`:"cs-button",onClick:o,children:t})}function fO(){const{setIsOpenSlippageDialog:e,isOpenSlippageDialog:t,slippage:r}=Fr();return w.jsxs(w.Fragment,{children:[w.jsxs("div",{className:"slippage-button",onClick:()=>e(!0),children:[w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-verticalslider"})}),w.jsxs("span",{children:[r,"%"]})]}),t&&w.jsx(dO,{onClose:()=>e(!1)})]})}function dO({onClose:e}){const{slippage:t,setSlippage:r}=Fr(),[n,i]=re.useState(t),o=l=>{i(l.display)},s=l=>{const u=new RegExp("[^\\d-]*(\\d*(?:\\.\\d{0,2})?).*$");l.target.value=l.target.value.replace(u,"$1"),i(l.target.value)},a=()=>{n&&r(n),e()},c=re.useMemo(()=>+n?Number(n)>50||Number(n)<.01:!0,[t,n]);return w.jsxs(w.Fragment,{children:[w.jsx("div",{className:"dialog-mask",style:{zIndex:"100"}}),w.jsx("div",{className:"slippage-settings-dialog",style:{zIndex:"100"},children:w.jsxs("div",{className:"slippage-settings",children:[w.jsxs("div",{className:"slippage-settings-header",children:[w.jsx("div",{className:"title",children:"Slippage Settings"}),w.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:e,children:w.jsx("use",{xlinkHref:"#icon-close"})})]}),w.jsxs("div",{className:"title",children:[w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-verticalslider"})}),w.jsx("span",{children:"Slippage Tolerance"})]}),w.jsxs("div",{className:"form-box",children:[w.jsx("div",{className:"slippage-tab-list",children:jE.map(l=>w.jsxs("span",{className:l.display===n?"active":"",onClick:()=>o(l),children:[l.display," %"]}))}),w.jsxs("div",{className:"input-box",children:[w.jsx("span",{children:"Custom"}),w.jsx("input",{className:"cs-input",placeholder:"0.0",value:n,onChange:s}),w.jsx("div",{style:{fontSize:"14px",color:"#fff"},children:"%"})]})]}),Number(n)<=.05&&w.jsx("div",{className:"tips warning",children:"Slippage is low. Your transaction may fail."}),Number(n)<=50&&Number(n)>1&&w.jsx("div",{className:"tips warning",children:"Your transaction may frontrun"}),Number(n)>50&&w.jsx("div",{className:"tips error",children:" Enter a valid slippage percentage"}),w.jsx(S0,{text:"Save",btnIsDisabled:c,className:"slippage-save-btn",onClick:a})]})})]})}function hO({handleRefresh:e}){return w.jsx(w.Fragment,{children:w.jsxs("div",{className:"swap-header",children:[w.jsx("h3",{className:"swap-title",children:"Swap"}),w.jsxs("div",{className:"right",children:[w.jsx(fO,{}),w.jsx(lO,{}),w.jsx(uO,{onClick:e})]})]})})}const eU="",tU="";function pO(){const[e,t]=re.useState(!1);return w.jsxs(vn.Root,{open:e,onOpenChange:t,children:[w.jsx(vn.Trigger,{children:w.jsx("div",{className:"cs-settings-btn",children:w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-settings"})})})}),w.jsx(vn.Content,{variant:"soft",className:"cs-dropdown-content",style:{backgroundColor:"#2B3643"},side:"bottom",align:"end",children:w.jsxs("div",{className:"cs-settings-box",children:[w.jsx("h3",{children:"Settings"}),w.jsx(mO,{}),w.jsx(vO,{onClose:()=>{t(!1)}})]})})]})}function mO(){const{currentExplorer:e,setCurrentExplorer:t,currentRpc:r,setCurrentRpc:n}=Fr(),i=o=>{t(o)};return w.jsxs("div",{className:"settings-card",style:{marginTop:"12px"},children:[w.jsxs("h3",{className:"card-title",children:[w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-plorer"})}),w.jsx("span",{children:"Preferred Explorer"})]}),w.jsx("div",{className:"explorer-checkbox-group",children:tl.map(o=>w.jsxs("div",{className:"group-item",style:{justifyContent:"center"},onClick:()=>i(o.link),children:[w.jsx(Sl,{color:"indigo",checked:o.link===e,variant:"soft",className:"cs-checkbox"}),w.jsx("img",{src:o.img}),w.jsx("span",{children:o.name})]}))})]})}const gO=e=>!/^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?/.test(e);function vO({onClose:e}){const{addTxToast:t}=Ps(),{currentRpc:r,setCurrentRpc:n,customRpc:i,setCustomRpc:o,rpcList:s}=Fr(),[a,c]=re.useState(i),[l,u]=re.useState(r),d=b=>{t({id:0,status:"success",buildShowInfo:()=>({toastTitleText:"RPC update",toastDescriptionContent:`RPC is currently set to ${b}`})})},p=b=>{u(b),b.isCustom||(n(b),d(b.link),e())},y=b=>{c(b.target.value)},x=()=>{if(a){const b={name:"Custom RPC URL",link:a,isCustom:!0};o(a),n(b),d(a),e()}};return w.jsxs("div",{className:"settings-card rpc-settings-card",children:[w.jsxs("h3",{className:"card-title",children:[w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-settings"})}),w.jsx("span",{children:"RPC Node"})]}),w.jsxs("div",{className:"rpc-checkbox-group",children:[s.map(b=>w.jsxs("div",{className:"rpc-item",onClick:()=>p(b),children:[w.jsx(Sl,{color:"indigo",checked:l.name===b.name,variant:"soft",className:"cs-checkbox"}),w.jsx("span",{children:b.name})]})),l.isCustom&&w.jsxs("div",{className:"custom-rpc-input-box",children:[w.jsx("input",{className:"cs-input",placeholder:"Custom RPC URL",onChange:y,value:a}),w.jsx(S0,{btnIsDisabled:gO(a),text:"Save",onClick:x})]})]})]})}const rU="",Kr=Ti((e,t)=>({accounts:[],currentAccount:void 0,isOpenWalletModal:!1,saveCurrentAccount:r=>{e({currentAccount:r})},saveAccounts:r=>{e({accounts:r})},onWalletModal:r=>{e({isOpenWalletModal:r})},isOpenAccountList:!1,setIsOpenAccountList:r=>{e(()=>({isOpenAccountList:r}))},tokenBalanceObj:{},setTokenBalanceObj:r=>{e(()=>({tokenBalanceObj:r}))},accountServiceNameObj:{},setAccountServiceNameObj:r=>{const n=t().accountServiceNameObj;e({accountServiceNameObj:{...n,...r}})}})),oo=Ti((e,t)=>({suiClient:new es({url:hs.fullRpcUrl}),setSuiClient:r=>{e(()=>({suiClient:r}))},aggregatorSDK:new b1({signer:hs.simulationAccount,client:new es({url:hs.fullRpcUrl}),env:pd.Mainnet}),setAggregatorSDK:r=>{e(()=>({aggregatorSDK:r}))}}));function c2(){const{suiClient:e}=oo(),{setAccountServiceNameObj:t,accountServiceNameObj:r}=Kr(),n=async o=>{if(!((o==null?void 0:o.length)<1))try{const s=o.map(async l=>{var d;const u=await e.resolveNameServiceNames({address:l});return{address:l,name:((d=u==null?void 0:u.data)==null?void 0:d[0])||""}}),a=await Promise.all(s),c=Object.fromEntries(a==null?void 0:a.map(l=>[l.address,l.name]));t(c)}catch{}};return{fetchServiceNames:n,getServiceNames:async o=>{const s=[];o==null||o.forEach(a=>{const c=a==null?void 0:a.address;r!=null&&r[c]||s.push(c)}),(s==null?void 0:s.length)>0&&n(s)}}}var bO=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,r=[],n=0;n<e.rangeCount;n++)r.push(e.getRangeAt(n));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null;break}return e.removeAllRanges(),function(){e.type==="Caret"&&e.removeAllRanges(),e.rangeCount||r.forEach(function(i){e.addRange(i)}),t&&t.focus()}},yO=bO,l2={"text/plain":"Text","text/html":"Url",default:"Text"},wO="Copy to clipboard: #{key}, Enter";function xO(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}function SO(e,t){var r,n,i,o,s,a,c=!1;t||(t={}),r=t.debug||!1;try{i=yO(),o=document.createRange(),s=document.getSelection(),a=document.createElement("span"),a.textContent=e,a.ariaHidden="true",a.style.all="unset",a.style.position="fixed",a.style.top=0,a.style.clip="rect(0, 0, 0, 0)",a.style.whiteSpace="pre",a.style.webkitUserSelect="text",a.style.MozUserSelect="text",a.style.msUserSelect="text",a.style.userSelect="text",a.addEventListener("copy",function(u){if(u.stopPropagation(),t.format)if(u.preventDefault(),typeof u.clipboardData>"u"){r&&console.warn("unable to use e.clipboardData"),r&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var d=l2[t.format]||l2.default;window.clipboardData.setData(d,e)}else u.clipboardData.clearData(),u.clipboardData.setData(t.format,e);t.onCopy&&(u.preventDefault(),t.onCopy(u.clipboardData))}),document.body.appendChild(a),o.selectNodeContents(a),s.addRange(o);var l=document.execCommand("copy");if(!l)throw new Error("copy command was unsuccessful");c=!0}catch(u){r&&console.error("unable to copy using execCommand: ",u),r&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),c=!0}catch(d){r&&console.error("unable to copy using clipboardData: ",d),r&&console.error("falling back to prompt"),n=xO("message"in t?t.message:wO),window.prompt(n,e)}}finally{s&&(typeof s.removeRange=="function"?s.removeRange(o):s.removeAllRanges()),a&&document.body.removeChild(a),i()}return c}var _O=SO;const u2=Us(_O);function EO({currentAccount:e}){const{mutate:t}=Vr.useSwitchAccount(),r=Vr.useAccounts(),{isOpenAccountList:n,setIsOpenAccountList:i,accountServiceNameObj:o}=Kr(),{getServiceNames:s}=c2(),a=re.useCallback(()=>{n||s(r),i(!n)},[n,r]);re.useEffect(()=>()=>{i(!1)},[]);const c=re.useMemo(()=>r.filter(u=>u.address!==e),[r,e]);re.useEffect(()=>{},[c]);const l=u=>{t({account:u},{onSuccess:()=>{}})};return w.jsxs("div",{className:"cs-account-switch",children:[w.jsxs("div",{className:"account",onClick:a,children:[w.jsx("span",{children:(o==null?void 0:o[e])||ko(e)}),(c==null?void 0:c.length)>0&&w.jsx("svg",{className:`cs-icon ${n?"open":"close"}`,"aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-unfold"})})]}),w.jsx("div",{className:`account-list ${n?"open":"close"}`,children:c.map(u=>w.jsxs("div",{className:"account-item",children:[w.jsxs("div",{className:"left",children:[w.jsx("div",{className:"label",children:u==null?void 0:u.label}),w.jsx("div",{className:"address",children:(o==null?void 0:o[u==null?void 0:u.address])||ko(u==null?void 0:u.address)})]}),w.jsx("button",{className:"cs-outline-btn",onClick:()=>l(u),children:"Switch"})]}))})]})}const CO=re.forwardRef(({connect:e})=>{const t=Vr.useCurrentAccount();return w.jsx("div",{children:t?w.jsx(TO,{}):w.jsx(S0,{text:"Connect",className:"cs-connect-button",onClick:()=>e(!0)})})});function TO(){const{mutate:e}=Vr.useDisconnectWallet(),t=Vr.useCurrentAccount(),{currentWallet:r}=Vr.useCurrentWallet(),{addCommonToast:n}=Ps(),{getExplorerUrl:i}=ps(),{accountServiceNameObj:o}=Kr(),s=()=>{t&&(u2(t.address||"",{debug:!1,message:"message"}),n("Copied"))},a=()=>{t&&window.open(i(t.address,"account"),"_blank")};return re.useEffect(()=>{},[r]),w.jsxs(vn.Root,{children:[w.jsx(vn.Trigger,{children:w.jsxs("div",{className:"cs-connected-button",children:[w.jsx("img",{src:r==null?void 0:r.icon,style:{width:"20px",height:"20px"}}),w.jsx("span",{children:(o==null?void 0:o[t==null?void 0:t.address])||ko(t==null?void 0:t.address)})]})}),w.jsx(vn.Content,{variant:"soft",className:"cs-dropdown-content",style:{backgroundColor:"#2B3643"},side:"bottom",align:"end",children:w.jsxs("div",{className:"account-op-box",children:[w.jsx("span",{style:{fontSize:"14px",color:"#909CA4",marginBottom:"6px"},children:t==null?void 0:t.label}),w.jsx(EO,{currentAccount:t==null?void 0:t.address}),w.jsxs("div",{className:"account-op-item",onClick:s,style:{marginTop:"12px"},children:[w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-copy"})}),w.jsx("span",{children:"Copy address"})]}),w.jsxs("div",{className:"account-op-item",onClick:a,children:[w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-link"})}),w.jsx("span",{children:"Open explorer"})]}),w.jsxs("div",{className:"account-op-item",onClick:()=>e(),children:[w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-disconnect"})}),w.jsx("span",{children:"Disconnect"})]})]})})]})}function AO(){const{fetchServiceNames:e}=c2(),t=Vr.useCurrentAccount();Vr.useCurrentWallet();const{isOpenWalletModal:r,onWalletModal:n,saveCurrentAccount:i}=Kr();return Vr.useWallets(),re.useEffect(()=>{t!=null&&t.address&&e([t==null?void 0:t.address])},[t==null?void 0:t.address]),w.jsx(w.Fragment,{children:w.jsx(Vr.ConnectModal,{trigger:w.jsx(CO,{connect:n}),open:r,onOpenChange:o=>n(o)})})}function MO({independentWallet:e,customWallet:t}){return w.jsxs(w.Fragment,{children:[w.jsxs("div",{className:"widget-header",children:[w.jsx("img",{src:It("/images/logo@2x.png"),className:"cetus-logo"}),w.jsxs("div",{className:"right",children:[e&&w.jsx(AO,{}),w.jsx(pO,{})]})]}),w.jsx("div",{style:{marginTop:"20px"}})]})}const nU="",f2=()=>{const e=re.useRef(null);re.useEffect(()=>{if(e.current){const n=e.current.style;n.setProperty("--size-loader","50px"),n.setProperty("--size-orbe","10px")}},[]);const t=n=>({position:"absolute",width:"100%",height:"100%",animation:`webLoading ease-in-out 1.5s calc(${n} * 0.1s) infinite`,opacity:`calc(1 - calc(0.2 * ${n}))`}),r={position:"absolute",content:"''",top:0,left:0,width:"var(--size-orbe)",height:"var(--size-orbe)",backgroundColor:"#75C8FF",boxShadow:"0px 0px 20px 2px #75C8FF",borderRadius:"50%"};return w.jsx("div",{style:{width:"100%",height:"100%",position:"absolute",zIndex:100},children:w.jsx("div",{ref:e,style:{width:"var(--size-loader)",height:"var(--size-loader)",position:"absolute",top:"50%",left:"50%",marginTop:"-25px",marginLeft:"-25px",transform:"rotate(45deg)"},children:[...Array(5)].map((n,i)=>w.jsx("div",{style:t(i),children:w.jsx("div",{style:r})},i))})})};function IO({onClose:e,transactionData:t}){const{status:r,buildShowInfo:n,tx:i}=t,o=re.useMemo(()=>{if(n&&r)return n(r)},[r]);return w.jsxs("div",{className:"ts-status-dialog",children:[(r==="confirmation"||r==="submitted")&&w.jsx(OO,{info:o,status:r}),(r==="success"||r==="rejected")&&w.jsx(PO,{info:o,status:r,tx:i,onClose:e})]})}function OO({info:e,status:t}){return w.jsxs("div",{className:"progress-dialog",children:[w.jsx("div",{className:"title",children:t==="confirmation"?"Waiting for Confirmation":"Transaction in progress"}),w.jsx("div",{className:"loading-box",children:w.jsx(f2,{})}),w.jsxs("div",{className:"ts-content",children:[e==null?void 0:e.modalDescriptionText," "]}),w.jsxs("p",{className:"ts-desc",children:[" ",t==="confirmation"?"Confirm this transaction in your wallet.":"Confirmation is in progress."]})]})}function PO({info:e,status:t,tx:r,onClose:n}){const{getExplorerUrl:i}=ps();return w.jsxs("div",{className:"finally-status-dialog",children:[w.jsxs("div",{className:"center-content",children:[w.jsxs("div",{className:t==="success"?"status-box is-success":"status-box is-error",children:[w.jsx("div",{className:"status-icon-box",children:w.jsx("div",{className:"status-icon",children:w.jsx("svg",{className:"icon","aria-hidden":"true",children:t==="success"?w.jsx("use",{xlinkHref:"#icon-sel"}):w.jsx("use",{xlinkHref:"#icon-caution"})})})}),t==="success"?w.jsx("span",{children:"Swap Success"}):w.jsx("span",{children:"Swap failed"})]}),w.jsx("div",{className:"ts-content",children:e==null?void 0:e.modalDescriptionText}),r&&w.jsxs("div",{className:"view-transaction",children:[w.jsx("span",{children:"View Transaction"}),tl.map(o=>w.jsx("a",{href:i(r,"tx",o.link),target:"_blank",children:w.jsx("img",{src:o.img})},o.link))]})]}),w.jsx("button",{className:"cs-solid-btn swap-more-btn",onClick:n,children:t==="success"?"Swap More":"Retry"})]})}function Bl(){return{fetchByApi:async(t,r,n,i)=>{try{return r==="GET"?await RE(`${i||hs.api}${t}`,n):await NE(`${i||hs.api}${t}`,n)}catch(o){throw o}}}}function RO(){const{fetchByApi:e}=Bl(),{setProviders:t}=Fr();return{fetchRouterConfig:async()=>{try{const n=await e("/router_v2/status","GET"),{providers:i}=n;i&&t(i)}catch{}}}}function NO({interval:e,callback:t}){const r=re.useRef(),n=re.useRef(null);re.useEffect(()=>{r.current=t},[t]);const i=re.useCallback(()=>{n.current&&clearInterval(n.current),e>0&&(n.current=setInterval(()=>{r.current&&r.current(Date.now())},e))},[e]),o=re.useCallback(()=>{n.current&&(clearInterval(n.current),n.current=null)},[]);return re.useEffect(()=>(i(),()=>o()),[]),{startTimer:i,stopTimer:o}}const d2=Ti((e,t)=>({coinPriceObj:{},setPriceObj:r=>{const n=t().coinPriceObj;e({coinPriceObj:{...n,...r}})},clearPriceObj:r=>{const n=t().coinPriceObj;r.forEach(i=>{delete n[kr(i).full_address]}),e({coinPriceObj:{...n}})}}));function kO(e,t){const r=[];for(let n=0;n<e.length;n+=t)r.push(e.slice(n,n+t));return r}function ka(){const{fetchByApi:e}=Bl(),{coinPriceObj:t,setPriceObj:r,clearPriceObj:n}=d2(),i=async a=>{const l=kO(a,10);try{const d=(await Promise.all(l.map(p=>e("/v2/sui/market_price","GET",{base_symbol_address_pair:p.map(y=>_i(y,!1))})))).map(p=>p.prices).flat();if(d){const p={};d.forEach(y=>{p[kr(y.base_symbol).full_address]=y}),r(p)}return d}catch{return n(a),null}},o=re.useCallback(a=>{if(!a)return;const c=t[kr(a).full_address];if(c)return c},[t]),s=re.useCallback((a,c,l)=>{const u=Number(c)==0||!l?"0":l;if(c&&a&&+c){const d=o(a);if(d)return Be(c).mul(d.price).toString()}return u},[t]);return{fetchTokenPrices:i,getTokenPrice:o,getTokenAmountValue:s}}const on=Ti((e,t)=>({isOpenTokensDialog:!1,defaultFromCoinType:void 0,defaultToCoinCoinType:void 0,isOpenSecondary:!1,byAmountIn:!0,findRouterLoading:!1,fromAmount:"",toAmount:"",fromCoin:void 0,toCoin:void 0,routerData:void 0,setDefaultCoin:(r,n)=>{e(()=>({defaultFromCoinType:r,defaultToCoinCoinType:n}))},setFromCoin:r=>{e(()=>({fromCoin:r}))},setToCoin:r=>{e(()=>({toCoin:r}))},setFromAmount:r=>{e(()=>({fromAmount:r}))},setToAmount:r=>{e(()=>({toAmount:r}))},setRouterData:r=>{e(()=>({routerData:r}))},setFindRouterLoading:r=>{e(()=>({findRouterLoading:r}))},setByAmountIn:r=>{e(()=>({byAmountIn:r}))},setIsOpenSecondary:r=>{e(()=>({isOpenSecondary:r}))},setIsOpenTokensDialog:r=>{e(()=>({isOpenTokensDialog:r}))}}));function jO(){const{tokenBalanceObj:e}=Kr(),{fetchTokenPrices:t}=ka(),{isOpenTokensDialog:r}=on(),n=re.useCallback(()=>{if(PE(e)){const i=Object.keys(e);t(i)}},[e]);return re.useEffect(()=>{r&&n()},[r]),{getMyAssetsPrice:n}}const ja=Ti((e,t)=>({tokenMapIsInit:!1,requestTokenList:[],addRequestTokenList:r=>{e(()=>({requestTokenList:[...t().requestTokenList,r]}))},setToken:r=>{const{tokenMap:n,requestTokenList:i}=t(),o=kr(r.coin_type).full_address;if(!n.has(o)){const s=new Map(n);s.set(o,r);const a=i.filter(c=>c!==r.coin_type);e(()=>({tokenMap:s,requestTokenList:[...a]})),Ci.setItem(Sd,s)}},tokenMap:new Map,setTokenMap:(r,n=!1)=>{r.size>0?e(()=>({tokenMap:r,tokenMapIsInit:!0})):e(()=>({tokenMap:r})),n||Ci.setItem(Sd,r)},trustedTokenList:[],setTrustedTokenList:(r,n=!1)=>{e(()=>({trustedTokenList:r})),n||Ci.setItem(q1,r)}}));Ci.getItem(Sd).then(e=>{e!==null&&ja.getState().setTokenMap(e,!0)}),Ci.getItem(q1).then(e=>{e!==null&&ja.getState().setTrustedTokenList(e,!0)});const DO=[{name:"Sudo LP Token",symbol:"SLP",decimals:6,logoURL:"https://archive.cetus.zone/assets/image/sui/slp.png",coinType:"0xc44d97a4bc4e5a33ca847b72b123172c88a6328196b71414f32c3070233604b2::slp::SLP",isVerified:!0,extensionFields:{birdeyeid:"0xc44d97a4bc4e5a33ca847b72b123172c88a6328196b71414f32c3070233604b2::slp::SLP",coin_priority:720,coingecko_id:"slp"}},{name:"❄️ WAL",symbol:"wWAL",decimals:9,logoURL:"https://interestprotocol.infura-ipfs.io/ipfs/QmPLCVWv7citJSc813NbcbZnRSXAEJ4BWVKq4zK8pPVEWq",coinType:"0xb1b0650a8862e30e3f604fd6c5838bc25464b8d3d827fbd58af7cb9685b832bf::wwal::WWAL",isVerified:!0},{name:"Wrapped GLMR (Portal from Moonbeam)",symbol:"WGLMR",decimals:8,logoURL:"https://zuwfvhekgt5rgxaa5e5yraqnxeivprtu2siky5qtffa2ysvcvh6q.arweave.net/zSxanIo0-xNcAOk7iIINuRFXxnTUkKx2EylBrEqiqf0",coinType:"0x66f87084e49c38f76502d17f87d17f943f183bb94117561eb573e075fdc5ff75::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0x66f87084e49c38f76502d17f87d17f943f183bb94117561eb573e075fdc5ff75::coin::COIN",labels:["Wormhole"]}},{name:"Spring SUI",symbol:"sSUI",decimals:8,logoURL:"https://gateway.irys.xyz/5iJkTTWnZnTF5vpZA31F5vZZSqGPHuTMNCQSBTqkYGMV",coinType:"0x83556891f4a0f233ce7b05cfe7f957d4020492a34f5405b2cb9377d060bef4bf::spring_sui::SPRING_SUI",isVerified:!0,extensionFields:{coin_priority:908,rank:840,suggested_priority:909}},{name:"Volo Staked SUI",symbol:"vSUI",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/vsui.png",coinType:"0x549e8b69270defbfafd4f94e17ec44cdbdd99820b33bda2278dea3b9a32d3f55::cert::CERT",isVerified:!0,extensionFields:{birdeyeid:"0x549e8b69270defbfafd4f94e17ec44cdbdd99820b33bda2278dea3b9a32d3f55::cert::CERT",coin_priority:910,coingecko_id:"volo-staked-sui",pyth_id:"57ff7100a282e4af0c91154679c5dae2e5dcacb93fd467ea9cb7e58afdcfde27",rank:860,suggested_priority:910}},{name:"AXOLcoin",symbol:"AXOL",decimals:9,logoURL:"https://api.interestlabs.io/files/99e91dc540e4d32971972eed8ecae0958f0cb3e84018dd1b.png",coinType:"0xf00eb7ab086967a33c04a853ad960e5c6b0955ef5a47d50b376d83856dc1215e::axol::AXOL",isVerified:!0},{name:"SEND",symbol:"SEND",decimals:6,logoURL:"https://suilend-assets.s3.us-east-2.amazonaws.com/SEND/SEND.svg",coinType:"0xb45fcfcc2cc07ce0702cc2d229621e046c906ef14d9b25e8e4d25f6e8763fef7::send::SEND",isVerified:!0},{name:"TIMES",symbol:"TIMES",decimals:5,logoURL:"https://assets.playdarktimes.com/images/icons/darktimes_logo.png",coinType:"0x46fbe54691b27d7abd2c9e5a01088913531f241b98f3c2351f8215e45cc17a4c::times::TIMES",isVerified:!0,extensionFields:{coingecko_id:"times"}},{name:"Aptos Coin (Portal from Aptos)",symbol:"APT",decimals:8,logoURL:"https://hvyfngb6s6wsyytjzbvqjunzqvwlzjjhfmk4z44yacx7sq7fidxa.arweave.net/PXBWmD6XrSxiachrBNG5hWy8pScrFczzmACv-UPlQO4",coinType:"0x3a5143bb1196e3bcdfab6203d1683ae29edd26294fc8bfeafe4aaa9d2704df37::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0x3a5143bb1196e3bcdfab6203d1683ae29edd26294fc8bfeafe4aaa9d2704df37::coin::COIN",coin_priority:590,labels:["Wormhole"],pyth_id:"03ae4db29ed4ae33d323568895aa00337e658e348b37509f5372ae51f0af00d5"}},{name:"Haedal staked SUI",symbol:"haSUI",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/hasui.png",coinType:"0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d::hasui::HASUI",isVerified:!0,extensionFields:{birdeyeid:"0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d::hasui::HASUI",coin_priority:960,coingecko_id:"haedal-staked-sui",pyth_id:"6120ffcf96395c70aa77e72dcb900bf9d40dccab228efca59a17b90ce423d5e8",rank:870,suggested_priority:960}},{name:"sNS",symbol:"sNS",decimals:6,logoURL:"https://3vhaecwgpni3lhtpvmwylermast5evx5e7x46x3hw534olzdqq7q.arweave.net/3U4CCsZ7UbWeb6sthZIsBKfSVv0n789fZ7d3xy8jhD8",coinType:"0x6511052d2f1404934e0d877709949bcda7c1d451d1218a4b2643ca2f3fa93991::scallop_ns::SCALLOP_NS",isVerified:!0},{name:"sSCA",symbol:"sSCA",decimals:9,logoURL:"https://gateway.irys.xyz/6HrUJbgHzoHMq952F1PG36L94BQkuyjnqAjfPLo3hJ3D",coinType:"0x5ca17430c1d046fae9edeaa8fd76c7b4193a00d764a0ecfa9418d733ad27bc1e::scallop_sca::SCALLOP_SCA",isVerified:!0,extensionFields:{rank:820}},{name:"CAP",symbol:"CAP",decimals:9,logoURL:"https://owhanwxsgozv6rpjuntz4a32lqhb2tl4kurcmyltpd6ipysudv2a.arweave.net/dY4G2vIzs19F6aNnngN6XA4dTXxVIiZhc3j8h-JUHXQ",coinType:"0x893aa3f358b70e7dbcf957c64a1f016633630af42fb6097f25c33ef9fa738dd2::cap::CAP",isVerified:!0},{name:"mUSD",symbol:"mUSD",decimals:9,logoURL:"https://mstable.io/coins/musd.svg",coinType:"0xe44df51c0b21a27ab915fa1fe2ca610cd3eaa6d9666fe5e62b988bf7f0bd8722::musd::MUSD",isVerified:!0},{name:"sSBUSDT",symbol:"sSBUSDT",decimals:6,logoURL:"https://zu6izvoktna456r6pbxg3knacc4bysfalutz25xo6zfkx6x3wvda.arweave.net/zTyM1cqbQc76PnhubamgELgcSKBdJ5127vZKq_r7tUY",coinType:"0xb1d7df34829d1513b73ba17cb7ad90c88d1e104bb65ab8f62f13e0cc103783d3::scallop_sb_usdt::SCALLOP_SB_USDT",isVerified:!0},{name:"Wrapped AVAX (Portal from Avalanche)",symbol:"WAVAX",decimals:8,logoURL:"https://dvv5kcjybfklcqlql7dj7mfrfzj4bgunkcdgz6uh3re4usboi5ba.arweave.net/HWvVCTgJVLFBcF_Gn7CxLlPAmo1Qhmz6h9xJykguR0I",coinType:"0x1e8b532cca6569cab9f9b9ebc73f8c13885012ade714729aa3b450e0339ac766::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0x1e8b532cca6569cab9f9b9ebc73f8c13885012ade714729aa3b450e0339ac766::coin::COIN",coingecko_id:"avalanche-wormhole",labels:["Wormhole"],pyth_id:"93da3352f9f1d105fdfe4971cfa80e9dd777bfc5d0f683ebb6e1294b92137bb7"}},{name:"suibeaver",symbol:"DAM",decimals:9,logoURL:"https://gateway.irys.xyz/8yU5QsDMFoLAoXFfSDrE5m3ZMMAzCzewtwfAy6qHvpju",coinType:"0xaf3aae4940a248739ce4964857381fc3f3149a6d05375bfbb2118592907e3bbb::dam::DAM",isVerified:!0},{name:"svSUI",symbol:"svSUI",decimals:9,logoURL:"https://gateway.irys.xyz/8ot3tVqpC3hhGQhf2sNyGC27Z877ZtcEb79RY1W4fzrB",coinType:"0xe1a1cc6bcf0001a015eab84bcc6713393ce20535f55b8b6f35c142e057a25fbe::scallop_v_sui::SCALLOP_V_SUI",isVerified:!0},{name:"USD Coin (Portal from Eth)",symbol:"wUSDC",decimals:6,logoURL:"https://klrhtty4kphjcsrez2eaeh6r27tbaayw3odjadigbrek544f3i2a.arweave.net/UuJ5zxxTzpFKJM6IAh_R1-YQAxbbhpANBgxIrvOF2jQ",coinType:"0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN",coin_priority:990,coingecko_id:"usd-coin-wormhole-from-ethereum",labels:["Wormhole"],pyth_id:"eaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a",rank:990}},{name:"Wrapped Ether (Portal from Eth)",symbol:"WETH",decimals:8,logoURL:"https://t4gq524jdiihjr6ihouhzsemfczi3eq2cnjyhbfms5utl3hueu6q.arweave.net/nw0O64kaEHTHyDuofMiMKLKNkhoTU4OErJdpNez0JT0",coinType:"0xaf8cd5edc19c4512f4259f0bee101a40d41ebed738ade5874359610ef8eeced5::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0xaf8cd5edc19c4512f4259f0bee101a40d41ebed738ade5874359610ef8eeced5::coin::COIN",coin_priority:940,coingecko_id:"ethereum-wormhole",labels:["Wormhole"],pyth_id:"ff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace",rank:800}},{name:"Mirai Staked SUI",symbol:"mSUI",decimals:9,logoURL:"https://gateway.irys.xyz/3pwmCNEzHcDWVdobJJa2275EVQupXGzffjahSCPiw9G4",coinType:"0x922d15d7f55c13fd790f6e54397470ec592caa2b508df292a2e8553f3d3b274f::msui::MSUI",isVerified:!0},{name:"ZO Perpetuals LP Token",symbol:"ZLP",decimals:6,logoURL:"https://img.zofinance.io/zlp.png",coinType:"0xf7fade57462e56e2eff1d7adef32e4fd285b21fd81f983f407bb7110ca766cda::zlp::ZLP",isVerified:!0},{name:"Wrapped Fantom (Portal from Fantom)",symbol:"WFTM",decimals:8,logoURL:"https://tqhb43iz7vqrys2frjp73jn2o3uzehbmybq2sv2me2fpo4rocbja.arweave.net/nA4ebRn9YRxLRYpf_aW6dumSHCzAYalXTCaK93IuEFI",coinType:"0x6081300950a4f1e2081580e919c210436a1bed49080502834950d31ee55a2396::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0x6081300950a4f1e2081580e919c210436a1bed49080502834950d31ee55a2396::coin::COIN",labels:["Wormhole"],pyth_id:"5c6c0d2386e3352356c3ab84434fafb5ea067ac2678a38a338c4a69ddc4bdb0c"}},{name:"swUSDT",symbol:"swUSDT",decimals:6,logoURL:"https://gateway.irys.xyz/GNNHRxZcwE3QnxL39LZQksEHB1JARX2bhBHGbcZCvfWg",coinType:"0xe6e5a012ec20a49a3d1d57bd2b67140b96cd4d3400b9d79e541f7bdbab661f95::scallop_wormhole_usdt::SCALLOP_WORMHOLE_USDT",isVerified:!0},{name:"sUSDY",symbol:"sUSDY",decimals:6,logoURL:"https://v4kpvw5rr2kprz4echmm33xktmu4lu7kh3qncwrw7xvzdipatkya.arweave.net/rxT627GOlPjnhBHYze7qmynF0-o-4NFaNv3rkaHgmrA",coinType:"0xd285cbbf54c87fd93cd15227547467bb3e405da8bbf2ab99f83f323f88ac9a65::scallop_usdy::SCALLOP_USDY",isVerified:!0},{name:"$DRF",symbol:"DRF",decimals:6,logoURL:"https://gateway.irys.xyz/4tJCmQbwABnc8z1e8Wyy89j8kCinLdN915LucsZusH2r",coinType:"0x294de7579d55c110a00a7c4946e09a1b5cbeca2592fbb83fd7bfacba3cfeaf0e::drf::DRF",isVerified:!0},{name:"swSOL",symbol:"swSOL",decimals:8,logoURL:"https://gateway.irys.xyz/38CYobsZ6resAMb939doWgMwcKrVJm7mDXzXNjKHxTfX",coinType:"0x1392650f2eca9e3f6ffae3ff89e42a3590d7102b80e2b430f674730bc30d3259::scallop_wormhole_sol::SCALLOP_WORMHOLE_SOL",isVerified:!0},{name:"Scallop",symbol:"SCA",decimals:9,logoURL:"https://vrr7y7aent4hea3r444jrrsvgvgwsz6zi2r2vv2odhgfrgvvs6iq.arweave.net/rGP8fARs-HIDcec4mMZVNU1pZ9lGo6rXThnMWJq1l5E",coinType:"0x7016aae72cfc67f2fadf55769c0a7dd54291a583b63051a5ed71081cce836ac6::sca::SCA",isVerified:!0,extensionFields:{birdeyeid:"0x7016aae72cfc67f2fadf55769c0a7dd54291a583b63051a5ed71081cce836ac6::sca::SCA",coin_priority:900,coingecko_id:"scallop-2",pyth_id:"7e17f0ac105abe9214deb9944c30264f5986bf292869c6bd8e8da3ccd92d79bc",rank:830}},{name:"Daossui Token",symbol:"DAOS",decimals:6,logoURL:"https://public.daossui.io/dao-sui/assets/daossui-token.png",projectURL:"https://daossui.io/",coinType:"0xd40cec91f6dca0673b25451fb0d654e62ad13bf6546a32a21ef0c59eba42e71c::daos::DAOS",isVerified:!0},{name:"SPT",symbol:"SPT",decimals:9,logoURL:"https://seapad.s3.ap-southeast-1.amazonaws.com/uploads/PROD/public/media/images/logo_1685439392353.png",coinType:"0xb779486cfd6c19e9218cc7dc17c453014d2d9ba12d2ee4dbb0ec4e1e02ae1cca::spt::SPT",isVerified:!0},{name:"Suiba Inu",symbol:"SUIB",decimals:9,logoURL:"https://fvies4qayyhittfc6gxdfldafsmynmk5o5yitbrtnujlpbktv77a.arweave.net/LVBJcgDGDonMovGuMqxgLJmGsV13cImGM20St4VTr_4",coinType:"0xed4504e791e1dad7bf93b41e089b4733c27f35fde505693e18186c2ba8e2e14b::suib::SUIB",isVerified:!0},{name:"USD Coin (Celer)",symbol:"cUSDC",decimals:6,logoURL:"https://archive.cetus.zone/assets/image/sui/usdc_celer.png",coinType:"0x94e7a8e71830d2b34b3edaa195dc24c45d142584f06fa257b73af753d766e690::celer_usdc_coin::CELER_USDC_COIN",isVerified:!0,extensionFields:{birdeyeid:"0x94e7a8e71830d2b34b3edaa195dc24c45d142584f06fa257b73af753d766e690::celer_usdc_coin::CELER_USDC_COIN",coin_priority:830,labels:["Celer"],pyth_id:"eaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a",rank:930}},{name:"FOMO",symbol:"FOMO",decimals:2,logoURL:"https://7ms6dw2zbrlaaeadpyyz7cy5pwdlz64atqh6gdkpuws3uxpesxeq.arweave.net/-yXh21kMVgAQA34xn4sdfYa8-4CcD-MNT6Wlul3klck",coinType:"0xa340e3db1332c21f20f5c08bef0fa459e733575f9a7e2f5faca64f72cd5a54f2::fomo::FOMO",isVerified:!0},{name:"MOVE",symbol:"MOVE",decimals:9,logoURL:"https://gk4id6fee24ru5cdipjxyz6cl42yjtzl3xfuizlpqjub42hx5rvq.arweave.net/MriB-KQmuRp0Q0PTfGfCXzWEzyvdy0Rlb4JoHmj37Gs",coinType:"0x648f9eab1434c056d509ad857fb657ac170528798d771f7eb1edc35639e3e75c::movecoin::MOVECOIN",isVerified:!0,extensionFields:{birdeyeid:"0x648f9eab1434c056d509ad857fb657ac170528798d771f7eb1edc35639e3e75c::movecoin::MOVECOIN",coin_priority:690}},{name:"KOI",symbol:"KOI",decimals:6,logoURL:"https://ubxwf7ujw5ktuqvndqeqogfoiu343qxl2a3h3i5l5zkzj66fp6xa.arweave.net/oG9i_om3VTpCrRwJBxiuRTfNwuvQNn2jq-5VlPvFf64",coinType:"0x01d430425a8a681ef26315e78a082fe744f8d0bbdbd1ab76b9fd78ada09bedca::Koi::KOI",isVerified:!0},{name:"Bucket Token",symbol:"BUT",decimals:9,logoURL:"https://aqua-natural-grasshopper-705.mypinata.cloud/ipfs/QmUKAX4PME9Wb9VU6CMJPisNysaVKZNKpiB3gtMVVZTfjt",coinType:"0xbc858cb910b9914bee64fff0f9b38855355a040c49155a17b265d9086d256545::but::BUT",isVerified:!0},{name:"USD Coin (Portal from BSC)",symbol:"USDCbnb",decimals:8,logoURL:"https://co3xbx3vz2ww7tcs2tp4p36hdnkz677tuvqt6wgyfyoeefj6or6a.arweave.net/E7dw33XOrW_MUtTfx-_HG1Wff_OlYT9Y2C4cQhU-dHw",coinType:"0x909cba62ce96d54de25bec9502de5ca7b4f28901747bbf96b76c2e63ec5f1cba::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0x909cba62ce96d54de25bec9502de5ca7b4f28901747bbf96b76c2e63ec5f1cba::coin::COIN",coin_priority:860,coingecko_id:"usd-coin-wormhole-bnb",labels:["Wormhole"],pyth_id:"eaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a",rank:970}},{name:"haWAL",symbol:"haWAL",decimals:9,logoURL:"https://assets.haedal.xyz/logos/hawal.svg",coinType:"0x8b4d553839b219c3fd47608a0cc3d5fcc572cb25d41b7df3833208586a8d2470::hawal::HAWAL",isVerified:!0},{name:"USD Coin (Portal from Solana)",symbol:"USDCsol",decimals:6,logoURL:"https://gateway.irys.xyz/2q5BcNXs91mPPSaYLCbLRS8Pyha8N76dafj51HdMmrh6",coinType:"0xb231fcda8bbddb31f2ef02e6161444aec64a514e2c89279584ac9806ce9cf037::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0xb231fcda8bbddb31f2ef02e6161444aec64a514e2c89279584ac9806ce9cf037::coin::COIN",coin_priority:870,labels:["Wormhole"],pyth_id:"eaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a",rank:980}},{name:"SPAM",symbol:"SPAM",decimals:4,logoURL:"https://3fc4a4tjkjryoqps44rgwhydihn5htqyfjmrrmlouf6rt5qyxjbq.arweave.net/2UXAcmlSY4dB8uciax8DQdvTzhgqWRixbqF9GfYYukM",coinType:"0x30a644c3485ee9b604f52165668895092191fcaf5489a846afa7fc11cdb9b24a::spam::SPAM",isVerified:!0,extensionFields:{birdeyeid:"0x30a644c3485ee9b604f52165668895092191fcaf5489a846afa7fc11cdb9b24a::spam::SPAM"}},{name:"sKART",symbol:"sKARTCOIN",decimals:9,logoURL:"https://osp3bhhpqkgtrtuww3cn6cqpcy36lxhu2j4djhbr5fu4fzusrt2a.arweave.net/dJ-wnO-CjTjOlrbE3woPFjfl3PTSeDScMelpwuaSjPQ",coinType:"0xfd48ffd0e62ed5cb839400b7e0bee870cd752f9d01c657a665be2afff16995eb::skart::SKART",isVerified:!0,extensionFields:{birdeyeid:"0xfd48ffd0e62ed5cb839400b7e0bee870cd752f9d01c657a665be2afff16995eb::skart::SKART",coin_priority:770}},{name:"FUD Staked SUI",symbol:"fudSUI",decimals:9,logoURL:"https://gateway.irys.xyz/8qhJwoDEavz5KdkJEK9FaiHp9rYEqbWhF7HrqsJpUG4F",coinType:"0x02358129a7d66f943786a10b518fdc79145f1fc8d23420d9948c4aeea190f603::fud_sui::FUD_SUI",isVerified:!0},{name:"suitard",symbol:"STD",decimals:9,logoURL:"https://hawbf2zd3vl47ileyqlznfwluvtyis7bnbfkadg7vpsvxbpe5h4a.arweave.net/OCwS6yPdV8-hZMQXlpbLpWeES-FoSqAM36vlW4Xk6fg",coinType:"0x2cddfc6d4fc855917e990e71cd122b1ee8098aa890186ee15a84524ed17cd8c9::suitard::SUITARD",isVerified:!0,extensionFields:{birdeyeid:"0x2cddfc6d4fc855917e990e71cd122b1ee8098aa890186ee15a84524ed17cd8c9::suitard::SUITARD",coingecko_id:"suitard"}},{name:"NAVX Token",symbol:"NAVX",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/navx.png",coinType:"0xa99b8952d4f7d947ea77fe0ecdcc9e5fc0bcab2841d6e2a5aa00c3044e5544b5::navx::NAVX",isVerified:!0,extensionFields:{birdeyeid:"0xa99b8952d4f7d947ea77fe0ecdcc9e5fc0bcab2841d6e2a5aa00c3044e5544b5::navx::NAVX",coin_priority:950,coingecko_id:"navi",pyth_id:"88250f854c019ef4f88a5c073d52a18bb1c6ac437033f5932cd017d24917ab46",rank:770}},{name:"Wrapped SOL (Portal from Solana)",symbol:"WSOL",decimals:8,logoURL:"https://gateway.irys.xyz/Ek2PhfPT6AgsJ7TYXx4NQJ1WPtNSxPkCo5bVmGRr1aUo",coinType:"0xb7844e289a8410e50fb3ca48d69eb9cf29e27d223ef90353fe1bd8e27ff8f3f8::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0xb7844e289a8410e50fb3ca48d69eb9cf29e27d223ef90353fe1bd8e27ff8f3f8::coin::COIN",coin_priority:790,labels:["Wormhole"],pyth_id:"ef0d8b6fda2ceba41da15d4095d1da392a0d2f8ed0c6c7bc0f4cfac8c280b56d"}},{name:"Suilama",symbol:"SUILAMA",decimals:6,logoURL:"https://api.movepump.com/uploads/1000030596_8a14750351.jpg",coinType:"0x5a4f64079daed04d923c93f3ac4ee04b637e5b3ea2db87d591981c1049508a27::suilama::SUILAMA",isVerified:!0},{name:"MEMEFI",symbol:"MEMEFI",decimals:9,logoURL:"https://gateway.irys.xyz/AymYAvpqK3rnQE9AqtXwzHzPMQeiqdmm9yamxryDsZCT",coinType:"0x506a6fc25f1c7d52ceb06ea44a3114c9380f8e2029b4356019822f248b49e411::memefi::MEMEFI",isVerified:!0},{name:"SCUBA DOG",symbol:"SCUBA",decimals:6,logoURL:"https://j3i5gtlp36ptsx6lyygrujd2cx7vgzaxbqyeiyqded67ihlbehva.arweave.net/TtHTTW_fnzlfy8YNGiR6Ff9TZBcMMERiAyD99B1hIeo",coinType:"0x9e6d6124287360cc110044d1f1d7d04a0954eb317c76cf7927244bef0706b113::SCUBA::SCUBA",isVerified:!0},{name:"Suiman",symbol:"Suiman",decimals:6,logoURL:"https://cwwuyv2vk4qwk4vdtkub2hlhwy7vy7wqm5ar6hmxdikusgzcxi4a.arweave.net/Fa1MV1VXIWVyo5qoHR1ntj9cftBnQR8dlxoVSRsiujg",coinType:"0xa8b69040684d576828475115b30cc4ce7c7743eab9c7d669535ee31caccef4f5::suiman::SUIMAN",isVerified:!0},{name:"ALPHA Token",symbol:"ALPHA",decimals:9,logoURL:"https://7taj6jfau6n3dri7agspzfnva7qbj5sizz5xc3lb56nmxpsyoiba.arweave.net/_MCfJKCnm7HFHwGk_JW1B-AU9kjOe3FtYe-ay75YcgI",coinType:"0xfe3afec26c59e874f3c1d60b8203cb3852d2bb2aa415df9548b8d688e6683f93::alpha::ALPHA",isVerified:!0,extensionFields:{birdeyeid:"0xfe3afec26c59e874f3c1d60b8203cb3852d2bb2aa415df9548b8d688e6683f93::alpha::ALPHA",coingecko_id:"alpha-fi"}},{name:"sSBWBTC",symbol:"sSBWBTC",decimals:8,logoURL:"https://ferq2danvxy5xrhvml37sv3nlwaraso6iwfjtdops7rscscy7zba.arweave.net/KSMNDA2t8dvE9WL3-VdtXYEQSd5FipmNz5fjIUhY_kI",coinType:"0x08c0fe357d3a138f4552bee393ce3a28a45bebcca43373d6a90bc44ab76f82e2::scallop_sb_wbtc::SCALLOP_SB_WBTC",isVerified:!0},{name:"DeepBook Token",symbol:"DEEP",decimals:6,logoURL:"https://gateway.irys.xyz/5LqWyWG5EU9wPknvW5rY6qSQPtnNAfP27X1PnAiesyFG",coinType:"0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP",isVerified:!0,extensionFields:{coingecko_id:"deep",suggested_priority:908}},{name:"sDEEP",symbol:"sDEEP",decimals:6,logoURL:"https://lkjkjfqta7322ikfbcklyovddpnjqrba3hlhhq4u4ilhcfbbjecq.arweave.net/WpKklhMH960hRQiUvDqjG9qYRCDZ1nPDlOIWcRQhSQU",coinType:"0xeb7a05a3224837c5e5503575aed0be73c091d1ce5e43aa3c3e716e0ae614608f::scallop_deep::SCALLOP_DEEP",isVerified:!0},{name:"SUIME",symbol:"SUIME",decimals:6,logoURL:"https://archive.cetus.zone/assets/image/sui/suime.png",coinType:"0x934692a74595c4f5a0c026130eb2143eea6fc313742f5d7dd9e45fd6ddbb00f1::suime::SUIME",isVerified:!0,extensionFields:{birdeyeid:"0x934692a74595c4f5a0c026130eb2143eea6fc313742f5d7dd9e45fd6ddbb00f1::suime::SUIME",coin_priority:610}},{name:"dak",symbol:"dak",decimals:6,logoURL:"https://gateway.irys.xyz/JAgm2ztSdQGU5CncYUtNSp4Ce6qtv29nttZKAeQn441S",coinType:"0x41636c138167952207c88f5a75e433c9e880bc7bd5e4e46047d82be266d36712::dak::DAK",isVerified:!0},{name:"Tocen Token",symbol:"TOCE",decimals:9,logoURL:"https://ipfs.tocen.co/tocen/toce.png",coinType:"0xd2013e206f7983f06132d5b61f7c577638ff63171221f4f600a98863febdfb47::toce::TOCE",isVerified:!0,extensionFields:{birdeyeid:"0xd2013e206f7983f06132d5b61f7c577638ff63171221f4f600a98863febdfb47::toce::TOCE",coin_priority:650}},{name:"sWAL",symbol:"sWAL",decimals:9,logoURL:"https://demac7qmvo7cyr42swwzpki63in27j35g4b6rropmrwsmiszjbsq.arweave.net/GRgBfgyrvixHmpWtl6ke2huvp303A-jFz2RtJiJZSGU",coinType:"0x622345b3f80ea5947567760eec7b9639d0582adcfd6ab9fccb85437aeda7c0d0::scallop_wal::SCALLOP_WAL",isVerified:!0},{name:"safSUI",symbol:"safSUI",decimals:9,logoURL:"https://gateway.irys.xyz/3XoP2XumjxAAYDBWRJHhBLSHsLzH4jNnxWF6DB4rfWhN",coinType:"0x00671b1fa2a124f5be8bdae8b91ee711462c5d9e31bda232e70fd9607b523c88::scallop_af_sui::SCALLOP_AF_SUI",isVerified:!0},{name:"Agent S",symbol:"S",decimals:9,logoURL:"https://gateway.irys.xyz/B1xigsnVycuq7LkED5LybeZ6HhLyU14ZMDffDL4q577D",coinType:"0xea65bb5a79ff34ca83e2995f9ff6edd0887b08da9b45bf2e31f930d3efb82866::s::S",isVerified:!0},{name:"OceansGallerie",symbol:"OCEANS",decimals:9,logoURL:"https://gateway.irys.xyz/8a67JLSE8m56kK8bMFFt9HUhpSa1XeGFzSxqdrRcKtjB",coinType:"0xe90c71d308d8e6fed933d20f8b94d811e1dac649dac7815762520e90f84392f7::oceans::OCEANS",isVerified:!0},{name:"SuiBoxer",symbol:"SBOX",decimals:1,logoURL:"https://archive.cetus.zone/assets/image/sui/sbox.png",coinType:"0xbff8dc60d3f714f678cd4490ff08cabbea95d308c6de47a150c79cc875e0c7c6::sbox::SBOX",isVerified:!0,extensionFields:{birdeyeid:"0xbff8dc60d3f714f678cd4490ff08cabbea95d308c6de47a150c79cc875e0c7c6::sbox::SBOX",coin_priority:630,coingecko_id:"suiboxer"}},{name:"Fud The Pug",symbol:"FUD",decimals:5,logoURL:"https://archive.cetus.zone/assets/image/sui/fud.png",coinType:"0x76cb819b01abed502bee8a702b4c2d547532c12f25001c9dea795a5e631c26f1::fud::FUD",isVerified:!0,extensionFields:{birdeyeid:"0x76cb819b01abed502bee8a702b4c2d547532c12f25001c9dea795a5e631c26f1::fud::FUD",coin_priority:820,pyth_id:"6a4090703da959247727f2b490eb21aea95c8684ecfac675f432008830890c75"}},{name:"sBLUB",symbol:"sBLUB",decimals:2,logoURL:"https://gutxmo5scqefen42iu6ysi5unhdsdenwtcqe2z5hxszz3ssdhzsa.arweave.net/NSd2O7IUCFI3mkU9iSO0acchkbaYoE1np7yzncpDPmQ",coinType:"0xe72f65446eabfad2103037af2d49d24599106fb44bf4c046c1e7e9acf6844dd0::scallop_blub::SCALLOP_BLUB",isVerified:!0},{name:"Typus",symbol:"TYPUS",decimals:9,logoURL:"https://gateway.irys.xyz/CQCvjKXMzASaCMXWx1SyUMa6syFJqtwAaAsAhbzsHGXi",coinType:"0xf82dc05634970553615eef6112a1ac4fb7bf10272bf6cbe0f80ef44a6c489385::typus::TYPUS",isVerified:!0},{name:"sFUD",symbol:"sFUD",decimals:5,logoURL:"https://enx3zetzw42z2gpckvye66ljal2vfu63rb2qc5arvq7wof3xdbhq.arweave.net/I2-8knm3NZ0Z4lVwT3lpAvVS09uIdQF0Eaw_Zxd3GE8",coinType:"0xe56d5167f427cbe597da9e8150ef5c337839aaf46891d62468dcf80bdd8e10d1::scallop_fud::SCALLOP_FUD",isVerified:!0},{name:"shaSUI",symbol:"shaSUI",decimals:9,logoURL:"https://gateway.irys.xyz/8raXDMcjv2y9sV6pXSJkiyw6PXa7B44GRXNzuBBstfQL",coinType:"0x9a2376943f7d22f88087c259c5889925f332ca4347e669dc37d54c2bf651af3c::scallop_ha_sui::SCALLOP_HA_SUI",isVerified:!0,extensionFields:{birdeyeid:"0x9a2376943f7d22f88087c259c5889925f332ca4347e669dc37d54c2bf651af3c::scallop_ha_sui::SCALLOP_HA_SUI"}},{name:"Lorenzo stBTC",symbol:"stBTC",decimals:8,logoURL:"https://node1.irys.xyz/qg69O3RwWkFt8QG2_GeTh-xGOQEkLbaiPjuU-yDsHqM",coinType:"0x5f496ed5d9d045c5b788dc1bb85f54100f2ede11e46f6a232c29daada4c5bdb6::coin::COIN",isVerified:!0,extensionFields:{coingecko_id:"lorenzo-stbtc"}},{name:"Suia Token",symbol:"SUIA",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/suia.png",coinType:"0x1d58e26e85fbf9ee8596872686da75544342487f95b1773be3c9a49ab1061b19::suia_token::SUIA_TOKEN",isVerified:!0,extensionFields:{birdeyeid:"0x1d58e26e85fbf9ee8596872686da75544342487f95b1773be3c9a49ab1061b19::suia_token::SUIA_TOKEN",coin_priority:800,coingecko_id:"suia"}},{name:"Wrapped Matic (Portal from Polygon)",symbol:"WMATIC",decimals:8,logoURL:"https://fe3wnx45vysrtzfr7kwg4aowt7aqb2tku4szytg2ayfwdyp3jk6q.arweave.net/KTdm352uJRnksfqsbgHWn8EA6mqnJZxM2gYLYeH7Sr0",coinType:"0xdbe380b13a6d0f5cdedd58de8f04625263f113b3f9db32b3e1983f49e2841676::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0xdbe380b13a6d0f5cdedd58de8f04625263f113b3f9db32b3e1983f49e2841676::coin::COIN",coin_priority:710,coingecko_id:"matic-wormhole",labels:["Wormhole"],pyth_id:"5de33a9112c2b700b8d30b8a3402c103578ccfa2765696471cc672bd5cf6ac52"}},{name:"Bucket USD",symbol:"BUCK",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/buck.png",coinType:"0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::buck::BUCK",isVerified:!0,extensionFields:{birdeyeid:"0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::buck::BUCK",coin_priority:920,coingecko_id:"bucket-protocol-buck-stablecoin",pyth_id:"fdf28a46570252b25fd31cb257973f865afc5ca2f320439e45d95e0394bc7382",rank:900,suggested_priority:900}},{name:"CETUS Token",symbol:"CETUS",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/cetus.png",coinType:"0x06864a6f921804860930db6ddbe2e16acdf8504495ea7481637a1c8b9a8fe54b::cetus::CETUS",isVerified:!0,extensionFields:{birdeyeid:"0x06864a6f921804860930db6ddbe2e16acdf8504495ea7481637a1c8b9a8fe54b::cetus::CETUS",coin_priority:970,coingecko_id:"cetus-protocol",pyth_id:"e5b274b2611143df055d6e7cd8d93fe1961716bcd4dca1cad87a83bc1e78c1ef",rank:810,suggested_priority:980}},{name:"Ondo US Dollar Yield",symbol:"USDY",decimals:6,logoURL:"https://66wosxwjgpz7qbv4psulb555d35nxqn6h6jtgu2cxzw4awrbtw3q.arweave.net/96zpXskz8_gGvHyosPe9Hvrbwb4_kzNTQr5twFohnbc",coinType:"0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb::usdy::USDY",isVerified:!0,extensionFields:{birdeyeid:"0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb::usdy::USDY",coin_priority:880,coingecko_id:"ondo-us-dollar-yield",pyth_id:"e393449f6aff8a4b6d3e1165a7c9ebec103685f3b41e60db4277b5b6d10e7326",rank:890}},{name:"Bluefin",symbol:"BLUE",decimals:9,logoURL:"https://gateway.irys.xyz/CppTxB1NXfoDaJL4cjB6RyzFFwzySRF8zD8t2pBaMy8s",coinType:"0xe1b45a0e641b9955a20aa0ad1c1f4ad86aad8afb07296d4085e349a50e90bdca::blue::BLUE",isVerified:!0},{name:"swBTC",symbol:"swBTC",decimals:8,logoURL:"https://gateway.irys.xyz/82YqjZLgZo2wjsbktvPnKgAaSrUbkfJuL3zq4GBASjnP",coinType:"0x2cf76a9cf5d3337961d1154283234f94da2dcff18544dfe5cbdef65f319591b5::scallop_wormhole_btc::SCALLOP_WORMHOLE_BTC",isVerified:!0},{name:"Tether (Celer)",symbol:"cUSDT",decimals:6,logoURL:"https://archive.cetus.zone/assets/image/sui/usdt_celer.png",coinType:"0x94e7a8e71830d2b34b3edaa195dc24c45d142584f06fa257b73af753d766e690::celer_usdt_coin::CELER_USDT_COIN",isVerified:!0,extensionFields:{birdeyeid:"0x94e7a8e71830d2b34b3edaa195dc24c45d142584f06fa257b73af753d766e690::celer_usdt_coin::CELER_USDT_COIN",labels:["Celer"],pyth_id:"2b89b9dc8fdf9f34709a5b106b472f0f39bb6ca9ce04b0fd7f2e971688e2e53b"}},{name:"WEWE",symbol:"WEWE",decimals:9,logoURL:"https://file-walletapp.waveonsui.com/logos/wewe.png",coinType:"0xb5b603827d1bfb2859200fd332d5e139ccac2598f0625de153a87cf78954e0c4::wewe::WEWE",isVerified:!0},{name:"sSUI",symbol:"sSUI",decimals:9,logoURL:"https://gateway.irys.xyz/GYmShkpMcYFgSsEcpCEZUPiChhBaFeXMQnFrxxjqZdhE",coinType:"0xaafc4f740de0dd0dde642a31148fb94517087052f19afb0f7bed1dc41a50c77b::scallop_sui::SCALLOP_SUI",isVerified:!0,extensionFields:{birdeyeid:"0xaafc4f740de0dd0dde642a31148fb94517087052f19afb0f7bed1dc41a50c77b::scallop_sui::SCALLOP_SUI"}},{name:"USD Coin (Portal from Arbitrum, New)",symbol:"USDCarb",decimals:6,logoURL:"https://boqgq74qfqr7gfo4x7tpesefwkzawnbe4e3anop54gwsh3ctfdoa.arweave.net/C6Bof5AsI_MV3L_m8kiFsrILNCThNga5_eGtI-xTKNw",coinType:"0xc3f8927de33d3deb52c282a836082a413bc73c6ee0bd4d7ec7e3b6b4c28e9abf::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0xc3f8927de33d3deb52c282a836082a413bc73c6ee0bd4d7ec7e3b6b4c28e9abf::coin::COIN",coin_priority:841,labels:["Wormhole"],pyth_id:"eaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a",rank:950}},{name:"Meadow",symbol:"MED",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/meadow.png",coinType:"0x9a7ca7b6de5b6e9a4dadec42fada7cd84068aebd7adbd1faeb713622c4628ca9::meadow::MEADOW",isVerified:!0,extensionFields:{birdeyeid:"0x9a7ca7b6de5b6e9a4dadec42fada7cd84068aebd7adbd1faeb713622c4628ca9::meadow::MEADOW",coin_priority:670,coingecko_id:"meadow"}},{name:"Tether by Sui Bridge",symbol:"suiUSDT",decimals:6,logoURL:"https://gateway.irys.xyz/H6RiSi7PDvKaKCzgsLybW1Pdaq4pvakBHnTvghWD5Kad",coinType:"0x375f70cf2ae4c00bf37117d0c85a2c71545e6ee05c4a5c7d282cd66a4504b068::usdt::USDT",isVerified:!0,extensionFields:{coin_priority:831,rank:931,suggested_priority:990}},{name:"BLUB",symbol:"BLUB",decimals:2,logoURL:"https://453ilwcfza3uzupxtaell2f2acwezft7jynjduuc3skuehtu76pq.arweave.net/53aF2EXIN0zR95gItei6AKxMln9OGpHSgtyVQh50_58",coinType:"0xfa7ac3951fdca92c5200d468d31a365eb03b2be9936fde615e69f0c1274ad3a0::BLUB::BLUB",isVerified:!0,extensionFields:{birdeyeid:"0xfa7ac3951fdca92c5200d468d31a365eb03b2be9936fde615e69f0c1274ad3a0::BLUB::BLUB",coin_priority:821,coingecko_id:"blub"}},{name:"Pum Pup",symbol:"PUP",decimals:9,logoURL:"https://res.cetus.zone/coin-metadata/mainnet/icon/pup.png",coinType:"0x980ec1e7d5a3d11c95039cab901f02a044df2d82bc79d99b60455c02524fad83::pup::PUP",isVerified:!0,extensionFields:{birdeyeid:"0x980ec1e7d5a3d11c95039cab901f02a044df2d82bc79d99b60455c02524fad83::pup::PUP"}},{name:"sSBETH",symbol:"sSBETH",decimals:8,logoURL:"https://gateway.irys.xyz/4Zaceo2mJ9SQFKFdoqib1WMjdW1oYkNmTqV8MEsHjCCP",coinType:"0xb14f82d8506d139eacef109688d1b71e7236bcce9b2c0ad526abcd6aa5be7de0::scallop_sb_eth::SCALLOP_SB_ETH",isVerified:!0},{name:"USD Coin (Portal from Arbitrum, Old)",symbol:"USDCarb",decimals:6,logoURL:"https://zesrehijzslvuwaf7vplw5qsnhjdz4cpsighhn65watc4fwl22gq.arweave.net/ySUSHQnMl1pYBf1eu3YSadI88E-SDHO33bAmLhbL1o0",coinType:"0xe32d3ebafa42e6011b87ef1087bbc6053b499bf6f095807b9013aff5a6ecd7bb::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0xe32d3ebafa42e6011b87ef1087bbc6053b499bf6f095807b9013aff5a6ecd7bb::coin::COIN",coin_priority:840,coingecko_id:"usd-coin-wormhole-arb",labels:["Wormhole"],pyth_id:"eaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a",rank:940}},{name:"aaa cat",symbol:"AAA",decimals:6,logoURL:"https://45hgkrkliypqc7rpknvnhhqvsdpk23m2sfphh3vcmqrukddd74la.arweave.net/505lRUtGHwF-L1Nq054VkN6tbZqRXnPuomQjRQxj_xY",coinType:"0xd976fda9a9786cda1a36dee360013d775a5e5f206f8e20f84fad3385e99eeb2d::aaa::AAA",isVerified:!0},{name:"mETH",symbol:"mETH",decimals:8,logoURL:"https://gateway.irys.xyz/83AAjCZKyL3VKpxDZG71f4qNWuuqg4uHp4BHVLA3G14e",coinType:"0xccd628c2334c5ed33e6c47d6c21bb664f8b6307b2ac32c2462a61f69a31ebcee::meth::METH",isVerified:!0},{name:"WAVE",symbol:"WAV",decimals:9,logoURL:"https://files.waveonsui.com/logos/wav.png",coinType:"0x82616322719cb327186d5b83a6d7783ce5cef4c5dbd4c6d1b5f3d6e5d288e2be::wav::WAV",isVerified:!0},{name:"PIGU",symbol:"PIGU",decimals:5,logoURL:"https://idcawqx5x4ziq6wq7xck7wlleckqbzv5jbhqpgbbeynww2kd4pda.arweave.net/QMQLQv2_Moh60P3Er9lrIJUA5r1ITweYISYba2lD48Y",coinType:"0xfc71274a94f5d9cd1ae6928ecfc9fa910d03eb28258fddeb9842ac3c7b4f3ae6::pigu::PIGU",isVerified:!0},{name:"Tether (Portal from Eth)",symbol:"wUSDT",decimals:6,logoURL:"https://gateway.irys.xyz/DJs8CsKRW4sP5dgi8zfZRWiFXpzNsN3EnUYkQknu4dyd",coinType:"0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN",coin_priority:980,coingecko_id:"tether-usd-wormhole-from-ethereum",labels:["Wormhole"],pyth_id:"2b89b9dc8fdf9f34709a5b106b472f0f39bb6ca9ce04b0fd7f2e971688e2e53b",rank:920}},{name:"sMOVE",symbol:"sMOVECOIN",logoURL:"https://4g7mzcwybmcqsnwiygg4eotqtqkays7y6qyyuycm7tetewing4da.arweave.net/4b7MitgLBQk2yMGNwjpwnBQMS_j0MYpgTPzJMlkNNwY",coinType:"0xf925a9e67cbe498c7e5cd87a17fc09692c455b940f065f4b462f885ea196a89d::smove::SMOVE",isVerified:!0,extensionFields:{birdeyeid:"0xf925a9e67cbe498c7e5cd87a17fc09692c455b940f065f4b462f885ea196a89d::smove::SMOVE",coin_priority:760}},{name:"SuiAI",symbol:"SUAI",decimals:6,logoURL:"https://api.suiai.fun/uploads/suai_logo.png",coinType:"0xbc732bc5f1e9a9f4bdf4c0672ee538dbf56c161afe04ff1de2176efabdf41f92::suai::SUAI",isVerified:!0},{name:"SuiPad",symbol:"SUIP",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/suip.png",coinType:"0xe4239cd951f6c53d9c41e25270d80d31f925ad1655e5ba5b543843d4a66975ee::SUIP::SUIP",isVerified:!0,extensionFields:{birdeyeid:"0xe4239cd951f6c53d9c41e25270d80d31f925ad1655e5ba5b543843d4a66975ee::SUIP::SUIP",coin_priority:780,coingecko_id:"suipad"}},{name:"BULLA",symbol:"BULLA",decimals:8,logoURL:"https://i.imgur.com/YPFKKZw.jpeg",coinType:"0xeec46a9527885ade0b62b984315f2f45d4cd40d9a8c19a553e553e722ab33239::bulla::BULLA",isVerified:!0},{name:"Dungeon Gold",symbol:"DGG",decimals:6,logoURL:"https://h6bzmql5j4nlpj3hiiizzqdmygd7xfbkzcn2gtfy4chmjsmmpdsq.arweave.net/P4OWQX1PGrenZ0IRnMBswYf7lCrIm6NMuOCOxMmMeOU",coinType:"0x625d518a3cc78899742d76cf785609cd707e15228d4284aa4fee5ca53caa9849::dgg_token::DGG_TOKEN",isVerified:!0,extensionFields:{birdeyeid:"0x625d518a3cc78899742d76cf785609cd707e15228d4284aa4fee5ca53caa9849::dgg_token::DGG_TOKEN"}},{name:"sFDUSD",symbol:"sFDUSD",decimals:6,logoURL:"https://am6vo2vn4mg2lm7vmajonsipgkat56z75mxe55babpztrbssmb4a.arweave.net/Az1Xaq3jDaWz9WAS5skPMoE--z_rLk70IAvzOIZSYHg",coinType:"0x6711551c1e7652a270d9fbf0eee25d99594c157cde3cb5fbb49035eb59b1b001::scallop_fdusd::SCALLOP_FDUSD",isVerified:!0},{name:"KDX",symbol:"KDX",decimals:6,logoURL:"https://i.ibb.co/Wsbch2z/kriya.png",coinType:"0x3b68324b392cee9cd28eba82df39860b6b220dc89bdd9b21f675d23d6b7416f1::kdx::KDX",isVerified:!0},{name:"LuckyStar",symbol:"LUCK",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/luck.png",coinType:"0x202591744d54ee4f4af736ef3b8508f3d46d982c36747d9587032bd549122179::luck::LUCK",isVerified:!0,extensionFields:{birdeyeid:"0x202591744d54ee4f4af736ef3b8508f3d46d982c36747d9587032bd549122179::luck::LUCK",coin_priority:640}},{name:"OTTER",symbol:"OTTER",decimals:9,logoURL:"https://i52dwsbjw2rvuagb4yknsxruq2vwqprdhga6p53ik3co6kzdiwea.arweave.net/R3Q7SCm2o1oAweYU2V40hqtoPiM5gef3aFbE7ysjRYg",coinType:"0x297b7f887a47fdcdf82364b5b175c2f00c2ece012c06ec7dc58ee7bc0c63aa07::otter::OTTER",isVerified:!0,extensionFields:{birdeyeid:"0x297b7f887a47fdcdf82364b5b175c2f00c2ece012c06ec7dc58ee7bc0c63aa07::otter::OTTER",coin_priority:660}},{name:"Suiswap",symbol:"SSWP",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/sswp.png",coinType:"0x361dd589b98e8fcda9a7ee53b85efabef3569d00416640d2faa516e3801d7ffc::TOKEN::TOKEN",isVerified:!0,extensionFields:{birdeyeid:"0x361dd589b98e8fcda9a7ee53b85efabef3569d00416640d2faa516e3801d7ffc::TOKEN::TOKEN",coin_priority:740}},{name:"First Digital USD",symbol:"FDUSD",decimals:6,logoURL:"https://cdn.1stdigital.com/icon/fdusd.svg",coinType:"0xf16e6b723f242ec745dfd7634ad072c42d5c1d9ac9d62a39c381303eaa57693a::fdusd::FDUSD",isVerified:!0,extensionFields:{coin_priority:971,pyth_id:"ccdc1a08923e2e4f4b1e6ea89de6acbc5fe1948e9706f5604b8cb50bc1ed3979"}},{name:"Dripward",symbol:"DRIP",decimals:9,logoURL:"https://gh63r3fltrhlf22hh6722j667hyk546aycyevlmody46swnzh5da.arweave.net/Mf247KucTrLrRz-_rSfe-fCu88DAsEqtjh456Vm5P0Y",coinType:"0x9eed28fc98688a799fe51aa6ed39b851bd09d950fc785b2d7c9f543796254631::drip::DRIP",isVerified:!0,extensionFields:{birdeyeid:"0x9eed28fc98688a799fe51aa6ed39b851bd09d950fc785b2d7c9f543796254631::drip::DRIP"}},{name:"superSUI",symbol:"superSUI",decimals:9,logoURL:"https://gateway.irys.xyz/TAKkVW5fTxDGTTgM22eFNEQX2V6JbLuN2ckBtFybrix",coinType:"0x790f258062909e3a0ffc78b3c53ac2f62d7084c3bab95644bdeb05add7250001::super_sui::SUPER_SUI",isVerified:!0,extensionFields:{birdeyeid:"0x790f258062909e3a0ffc78b3c53ac2f62d7084c3bab95644bdeb05add7250001::super_sui::SUPER_SUI"}},{name:"SuiNS Token",symbol:"NS",decimals:6,logoURL:"https://gateway.irys.xyz/FRs7eLL3B5eABDW3hG5xwtaATaU4x8fEZm9V5z8GdFYr",coinType:"0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178::ns::NS",isVerified:!0},{name:"ARTFI",symbol:"ARTFI",decimals:9,logoURL:"https://rao3tdm6qnrnk3z6tga4jsnn5ufuapmlqoffpatiqligyjb2vnga.arweave.net/iB25jZ6DYtVvPpmBxMmt7QtAPYuDileCaILQbCQ6q0w",coinType:"0x706fa7723231e13e8d37dad56da55c027f3163094aa31c867ca254ba0e0dc79f::artfi::ARTFI",isVerified:!0,extensionFields:{birdeyeid:"0x706fa7723231e13e8d37dad56da55c027f3163094aa31c867ca254ba0e0dc79f::artfi::ARTFI",coingecko_id:"artfi"}},{name:"sCETUS",symbol:"sCETUS",decimals:9,logoURL:"https://gateway.irys.xyz/FfmvsmthhRiAaBwY8nZjx8uavV2ySs7USgn5xamsxFf5",coinType:"0xea346ce428f91ab007210443efcea5f5cdbbb3aae7e9affc0ca93f9203c31f0c::scallop_cetus::SCALLOP_CETUS",isVerified:!0,extensionFields:{birdeyeid:"0xea346ce428f91ab007210443efcea5f5cdbbb3aae7e9affc0ca93f9203c31f0c::scallop_cetus::SCALLOP_CETUS"}},{name:"Sacabam",symbol:"SCB",decimals:5,logoURL:"https://archive.cetus.zone/assets/image/sui/scb.png",coinType:"0x9a5502414b5d51d01c8b5641db7436d789fa15a245694b24aa37c25c2a6ce001::scb::SCB",isVerified:!0,extensionFields:{birdeyeid:"0x9a5502414b5d51d01c8b5641db7436d789fa15a245694b24aa37c25c2a6ce001::scb::SCB",coin_priority:730,coingecko_id:"sacabam"}},{name:"Pearl",symbol:"PRL",decimals:12,logoURL:"https://archive.cetus.zone/assets/image/sui/pearl.png",coinType:"0x4e56b39acd75721999cf833062dfb77b1d51e749b02d90f049a5688e21919a64::prl::PRL",isVerified:!0,extensionFields:{birdeyeid:"0x4e56b39acd75721999cf833062dfb77b1d51e749b02d90f049a5688e21919a64::prl::PRL"}},{name:"Pyth Network",symbol:"PYTH",decimals:6,logoURL:"https://archive.cetus.zone/assets/image/sui/pyth.png",coinType:"0x9c6d76eb273e6b5ba2ec8d708b7fa336a5531f6be59f326b5be8d4d8b12348a4::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0x9c6d76eb273e6b5ba2ec8d708b7fa336a5531f6be59f326b5be8d4d8b12348a4::coin::COIN",coin_priority:810,pyth_id:"0bbf28e9a841a1cc788f6a361b17ca072d0ea3098a1e5df1c3922d06719579ff"}},{name:"LOOPY",symbol:"LOOPY",decimals:6,logoURL:"https://lk47si3fdmkhszxbmzuksrg5gcbum5rbnudnjd7cnzxor7g2cd7a.arweave.net/Wrn5I2UbFHlm4WZoqUTdMINGdiFtBtSP4m5u6PzaEP4",coinType:"0x9b9c0e26a8ace7edb8fce14acd81507c507c677a400cfb9cc9a0ca4a8432a97a::loopy_sui::LOOPY_SUI",isVerified:!0},{name:"JWLSCA",symbol:"JWLSCA",decimals:9,logoURL:"https://ocknifrosvx5vmpte2zavnpv7fpkauqsqu5tij43iy5shxdle6ha.arweave.net/cJTUFi6Vb9qx8yayCrX1-V6gUhKFOzQnm0Y7I9xrJ44",coinType:"0x0e25582daef54ee41052390c4db5e70a82ec1baed97942db0eb6094267624b5d::jwlsca::JWLSCA",isVerified:!0},{name:"JWLSUI",symbol:"JWLSUI",decimals:9,logoURL:"https://bwxyokyoypcv4zjesyqn6gnjfopzohnrcv2lqwdvcccgahccintq.arweave.net/Da-HKw7DxV5lJJYg3xmpK5-XHbEVdLhYdRCEYBxCQ2c",coinType:"0x2921ca2fe6ee99698b095f046bc9759ce7a764d2e91ab0ad182c143649c3df79::jwlsui::JWLSUI",isVerified:!0},{name:"SLOVE",symbol:"SLOVE",decimals:6,logoURL:"https://ipfs.io/ipfs/bafkreigt2pvpzokflugamigupuwo3xfw3agg3xcfuiduqpv3j6hfooh65a",coinType:"0x6dd439dee053557b3dd340287a4b81099b3e729cb48fbdae726dd2dff82736c3::slove::SLOVE",isVerified:!0},{name:"FroggnRatt",symbol:"FRATT",decimals:2,logoURL:"https://xatontgesaqf7cfeboedtsik7xnnz2wespeifbf3igqzifiqi6fa.arweave.net/uCbmzMSQIF-IpAuIOckK_drc6sSTyIKEu0GhlBUQR4o",coinType:"0x31348f17429e6b37ed269cc667cc83947ff8c54593dcbd1a56cae06a895a38be::fratt::FRATT",isVerified:!0},{name:"Aftermath Staked SUI",symbol:"afSUI",decimals:9,logoURL:"https://aftermath.finance/coins/afsui.svg",coinType:"0xf325ce1300e8dac124071d3152c5c5ee6174914f8bc2161e88329cf579246efc::afsui::AFSUI",isVerified:!0,extensionFields:{birdeyeid:"0xf325ce1300e8dac124071d3152c5c5ee6174914f8bc2161e88329cf579246efc::afsui::AFSUI",coin_priority:909,pyth_id:"17cd845b16e874485b2684f8b8d1517d744105dbb904eec30222717f4bc9ee0d",rank:850}},{name:"JWLCETUS",symbol:"JWLCETUS",decimals:9,logoURL:"https://t3d7i5s4u6ntxge7nqkwjnfnyswrk22ymd4utk4qmaxlh7zofgyq.arweave.net/nsf0dlynmzuYn2wVZLStxK0Va1hg-UmrkGAus_8uKbE",coinType:"0x0e25582daef54ee41052390c4db5e70a82ec1baed97942db0eb6094267624b5d::jwlcetus::JWLCETUS",isVerified:!0,extensionFields:{birdeyeid:"0x0e25582daef54ee41052390c4db5e70a82ec1baed97942db0eb6094267624b5d::jwlcetus::JWLCETUS"}},{name:"SUI Token",symbol:"SUI",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/sui.png",coinType:"0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",isVerified:!0,extensionFields:{birdeyeid:"0x2::sui::SUI",coin_priority:1e3,coingecko_id:"sui",pyth_id:"23d7315113f5b1d3ba7a83604c44b94d79f4fd69af77f804fc7f920a6dc65744",rank:880,suggested_priority:1e3}},{name:"LOFI",symbol:"LOFI",decimals:9,logoURL:"https://gateway.irys.xyz/GqFLYxhLNuKYbSYCVJrjqnARisqogKhggngtYg9sZ9uw",coinType:"0xf22da9a24ad027cccb5f2d496cbe91de953d363513db08a3a734d361c7c17503::LOFI::LOFI",isVerified:!0},{name:"Sonic Snipe Bot",symbol:"Sonic",decimals:9,logoURL:"https://gateway.irys.xyz/E82DQkogizAv1CYi8nbgWydVx49DHy42qSRzksMx4iwx",coinType:"0x555f3aa7c9c60ca67f906557777fab78fd70a302da7d66a23fcb4f8808d15010::sonic::SONIC",isVerified:!0},{name:"Sui Plop",symbol:"PLOP",decimals:6,logoURL:"https://fj74jg6iknyhnkkajybduxndrgvp3r7lklyjnlj7w2cvflsc574a.arweave.net/Kn_Em8hTcHapQE4COl2jiar9x-tS8JatP7aFUq5C7_g",coinType:"0x1c6cd615ed4c42a34977212a3407a28eec21acc572c8dbe7d0382bf0289a2590::plop::PLOP",isVerified:!0},{name:"WAL Token",symbol:"WAL",decimals:9,logoURL:"https://gateway.irys.xyz/7dgjqChkGXxmhFvqR5AWP4vWUs8hNiJpe9Cw7K4x7GP2",coinType:"0x356a26eb9e012a68958082340d4c4116e7f55615cf27affcff209cf0ae544f59::wal::WAL",isVerified:!0,extensionFields:{suggested_priority:904}},{name:"Native USDC",symbol:"USDC",decimals:6,logoURL:"https://gateway.irys.xyz/EGpc2cG886CrWwLMneF2RyVpZ7D33a6znz6XE8n8nU7h",coinType:"0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC",isVerified:!0,extensionFields:{coin_priority:991,coingecko_id:"usd-coin",pyth_id:"eaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a",rank:1e3,suggested_priority:991}},{name:"STASH",symbol:"STASH",decimals:9,logoURL:"https://7kyn2qaielikddp6kpi7dtriubzemb2pthesca33bxsxskusunhq.arweave.net/-rDdQAgi0KGN_lPR8c4ooHJGB0-ZySEDew3leSqSo08",coinType:"0x2cff601fe16f622fd6203f8f64bef4e68d687f51f4d06f13c2bbba17cb84c87e::stash::STASH",isVerified:!0,extensionFields:{birdeyeid:"0x2cff601fe16f622fd6203f8f64bef4e68d687f51f4d06f13c2bbba17cb84c87e::stash::STASH"}},{name:"swETH",symbol:"swETH",decimals:8,logoURL:"https://gateway.irys.xyz/J1Ni98whDmtXgtGYDmk7Hy6qfoHas9MJYwMnixgDSdNo",coinType:"0x67540ceb850d418679e69f1fb6b2093d6df78a2a699ffc733f7646096d552e9b::scallop_wormhole_eth::SCALLOP_WORMHOLE_ETH",isVerified:!0},{name:"meow",symbol:"meow",decimals:6,logoURL:"https://g2eop2adggvbnllpabicghum55pai3bt23c5yvo3c5gohtix6fma.arweave.net/Nojn6AMxqhatbwBQIx6M714EbDPWxdxV2xdM480X8Vg",coinType:"0x06b145d0322e389d6225f336ab57bba4c67e4e701bd6c6bc959d90675900a17e::meow::MEOW",isVerified:!0,extensionFields:{birdeyeid:"0x06b145d0322e389d6225f336ab57bba4c67e4e701bd6c6bc959d90675900a17e::meow::MEOW"}},{name:"SUI TRUMP",symbol:"SUITRUMP",decimals:6,logoURL:"https://gateway.irys.xyz/9Q89LeyqhQSDGun24w1PYZC6zZ4KTGhCPDC2rJpQieY1",coinType:"0xdeb831e796f16f8257681c0d5d4108fa94333060300b2459133a96631bf470b8::suitrump::SUITRUMP",isVerified:!0},{name:"Wrapped BTC (Portal from Eth)",symbol:"WBTC",decimals:8,logoURL:"https://gateway.irys.xyz/dNcUM18WoBxiGE55MrQVgt9kZ7yho9WbyJWa8NbSxDH",coinType:"0x027792d9fed7f9844eb4839566001bb6f6cb4804f66aa2da6fe1ee242d896881::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0x027792d9fed7f9844eb4839566001bb6f6cb4804f66aa2da6fe1ee242d896881::coin::COIN",coin_priority:890,coingecko_id:"wrapped-btc-wormhole",labels:["Wormhole"],pyth_id:"e62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43",rank:790}},{name:"Releap",symbol:"REAP",decimals:9,logoURL:"https://archive.cetus.zone/assets/image/sui/reap.png",coinType:"0xde2d3e02ba60b806f81ee9220be2a34932a513fe8d7f553167649e95de21c066::reap_token::REAP_TOKEN",isVerified:!0,extensionFields:{birdeyeid:"0xde2d3e02ba60b806f81ee9220be2a34932a513fe8d7f553167649e95de21c066::reap_token::REAP_TOKEN",coin_priority:750}},{name:"ETH by Sui Bridge",symbol:"ETH",decimals:8,logoURL:"https://gateway.irys.xyz/435auUGaKQ3FAT7CZnegmvNNJnbuRc7aSkwTTDJ5JmNw",coinType:"0xd0e89b2af5e4910726fbcd8b8dd37bb79b29e5f83f7491bca830e94f7f226d29::eth::ETH",isVerified:!0,extensionFields:{coin_priority:941,coingecko_id:"ethereum",pyth_id:"ff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace",rank:780,suggested_priority:890}},{name:"BonkCoin (Portal from Solana)",symbol:"BONK",decimals:5,logoURL:"https://3dgyzd2llawd2e6monsrlnrj4ijs3n3zkno37khmqcfbfjquvknq.arweave.net/2M2Mj0tYLD0TzHNlFbYp4hMtt3lTXb-o7ICKEqYUqps",coinType:"0x6907963ca849faff0957b9a8269a7a07065e3def2eef49cc33b50ab946ea5a9f::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0x6907963ca849faff0957b9a8269a7a07065e3def2eef49cc33b50ab946ea5a9f::coin::COIN",coin_priority:680,labels:["Wormhole"],pyth_id:"72b021217ca3fe68922a19aaf990109cb9d84e9ad004b4d2025ad6f529314419"}},{name:"SroomAI DAO",symbol:"SHR0",decimals:9,logoURL:"https://suidaos.com/logo/shro.png",coinType:"0x16ab6a14d76a90328a6b04f06b0a0ce952847017023624e0c37bf8aa314c39ba::shr::SHR",isVerified:!0},{name:"USD Coin (Portal from Polygon)",symbol:"USDCpol",decimals:6,logoURL:"https://otjatct2scltanet7e7untvl3lx4kccddwx5pusxqr6a2pd3qe5a.arweave.net/dNIJinqQlzA0k_k_Rs6r2u_FCEMdr9fSV4R8DTx7gTo",coinType:"0xcf72ec52c0f8ddead746252481fb44ff6e8485a39b803825bde6b00d77cdb0bb::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0xcf72ec52c0f8ddead746252481fb44ff6e8485a39b803825bde6b00d77cdb0bb::coin::COIN",coin_priority:850,labels:["Wormhole"],pyth_id:"eaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a",rank:960}},{name:"AlphaFi Staked SUI",symbol:"stSUI",decimals:9,logoURL:"https://images.alphafi.xyz/stSUI.png",coinType:"0xd1b72982e40348d069bb1ff701e634c117bb5f741f44dff91e472d3b01461e55::stsui::STSUI",isVerified:!0},{name:"FLAMINGO GRINGO",symbol:"FLAMINGO",decimals:6,logoURL:"https://oggdkiqjw4niipp2w7r2ooeujubnhynevxkdwlqlqzqnrb7lufwa.arweave.net/cYw1Igm3GoQ9-rfjpziUTQLT4aSt1DsuC4Zg2IfroWw",coinType:"0x17c334979cd0698ccf9450a3ec2ae0ce1e4c6b0935353fe5facbf69fa77a72af::flamingo::FLAMINGO",isVerified:!0},{name:"AUSD",symbol:"AUSD",decimals:6,logoURL:"https://qele7wvrqjkzonp2egfsagymxbgrewy7adtywuxng4tmpdaycfxa.arweave.net/gRZP2rGCVZc1-iGLIBsMuE0SWx8A54tS7Tcmx4wYEW4",coinType:"0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD",isVerified:!0,extensionFields:{birdeyeid:"0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD",coin_priority:822,coingecko_id:"agora-dollar",rank:910}},{name:"Chirp Token",symbol:"CHIRP",decimals:10,logoURL:"https://download.chirpwireless.io/images/CHIRP_White_OBG.svg",coinType:"0x1ef4c0b20340b8c6a59438204467ca71e1e7cbe918526f9c2c6c5444517cd5ca::chirp::CHIRP",isVerified:!0},{name:"pSTAKE Finance",symbol:"PSTAKE",decimals:8,logoURL:"https://gateway.irys.xyz/3iYkJnAE2Kt14r6DoRvbbntbdVRjBt9LAURH4DTKmmrb",coinType:"0x61017ce4bd0b75b266af53edd60bbe391ba1a9fbe9a7d8553657c94ef73ee2ab::coin::COIN",isVerified:!0},{name:"xAIFRENS",symbol:"xAIFRENS",logoURL:"https://archive.cetus.zone/assets/image/sui/xAIFRENS.png",coinType:"0x9fe1780ac27ec50c9c441fb31822f5c148f841f09ee455c6a0daf7c634a30a27::aifrens::AIFRENS",isVerified:!0,extensionFields:{birdeyeid:"0x9fe1780ac27ec50c9c441fb31822f5c148f841f09ee455c6a0daf7c634a30a27::aifrens::AIFRENS",coin_priority:620}},{name:"Tardi",symbol:"TARDI",decimals:9,logoURL:"https://bafybeieycjagqv7xtenzxss5xkcxgeru7wql6izhzokr4ay4xdbrul4ef4.ipfs.w3s.link",coinType:"0x4cf08813756dfa7519cb480a1a1a3472b5b4ec067592a8bee0f826808d218158::tardi::TARDI",isVerified:!0},{name:"Turbos",symbol:"TURBOS",decimals:9,logoURL:"https://gateway.irys.xyz/4ov3eH2cE4B4DzTsSLmAQNnnmo8zc5MRSFR6wcN4XyLU",coinType:"0x5d1f47ea69bb0de31c313d7acf89b890dbb8991ea8e03c6c355171f84bb1ba4a::turbos::TURBOS",isVerified:!0},{name:"sudeng",symbol:"HIPPO",decimals:9,logoURL:"https://i.imgur.com/j2EuFh5.png",coinType:"0x8993129d72e733985f7f1a00396cbd055bad6f817fee36576ce483c8bbb8b87b::sudeng::SUDENG",isVerified:!0},{name:"Liquor",symbol:"LIQ",decimals:6,logoURL:"https://cehaawdywth4eyp6isj3vmv3ie2g5s3x4w36u3yrl6ytjeqcnulq.arweave.net/EQ4AWHi0z8Jh_kSTurK7QTRuy3flt-pvEV-xNJICbRc",coinType:"0x9c86d1926a0a39e906f20674d6a35f337be8625ebcb6b799ee8ff011f328bee2::liq::LIQ",isVerified:!0,extensionFields:{birdeyeid:"0x9c86d1926a0a39e906f20674d6a35f337be8625ebcb6b799ee8ff011f328bee2::liq::LIQ"}},{name:"Uni",symbol:"Uni",decimals:9,logoURL:"https://gateway.irys.xyz/HK51s6xHPbFRHjHjTLna5XyypW5Yk94c1zjok822FJ88",coinType:"0xaf9e228fd0292e2a27b4859bc57a2f3a9faedb9341b6307c84fef163e44790cc::uni::UNI",isVerified:!0},{name:"Kriya Staked SUI",symbol:"kSUI",decimals:9,logoURL:"https://gateway.irys.xyz/HdCzDMJeQ6zE5LPFrknSXBkZityS1KZX2SzC1isZn6Ey",coinType:"0x41ff228bfd566f0c707173ee6413962a77e3929588d010250e4e76f0d1cc0ad4::ksui::KSUI",isVerified:!0},{name:"Pugwifhat",symbol:"PUGWIF",decimals:9,logoURL:"https://2fqoiyw7ewk4ecchpakhk5rr4brbfy7abyidgjw6cphzlgg464ba.arweave.net/0WDkYt8llcIIR3gUdXYx4GIS4-AOEDMm3hPPlZjc9wI",coinType:"0x2cd6f14a4b64c3a0fa9c644e8ed88d9c91d789a071886d67d24e6b435147063d::pugwif::PUGWIF",isVerified:!0},{name:"swUSDC",symbol:"swUSDC",decimals:6,logoURL:"https://gateway.irys.xyz/29eNJ7Qu9B5CDy8Gr58TxtR8QWUKPN2XWsVYK9cLr4Zu",coinType:"0xad4d71551d31092230db1fd482008ea42867dbf27b286e9c70a79d2a6191d58d::scallop_wormhole_usdc::SCALLOP_WORMHOLE_USDC",isVerified:!0},{name:"awww~~~awww",symbol:"awww",decimals:9,logoURL:"https://gateway.irys.xyz/9GnzhvzZsXdpZPGV7YH4nEwaYogYdWTVV8Y2JYGgqmJf",coinType:"0x594b539e0020ca22f83e9a8f55c1fede4c5730130d5b100fcf01f98ddb4f94c8::awww::AWWW",isVerified:!0},{name:"KIMCHI",symbol:"KIMCHI",decimals:5,logoURL:"https://archive.cetus.zone/assets/image/sui/kimchi.png",coinType:"0xb6baa75577e4bbffba70207651824606e51d38ae23aa94fb9fb700e0ecf50064::kimchi::KIMCHI",isVerified:!0,extensionFields:{birdeyeid:"0xb6baa75577e4bbffba70207651824606e51d38ae23aa94fb9fb700e0ecf50064::kimchi::KIMCHI",coin_priority:600}},{name:"AXOL",symbol:"AXOL",decimals:9,logoURL:"https://p7op7v4f4nub263xmrqch45p32rkeclriobps4v6nrut5g7q464q.arweave.net/f9z_14XjaB17d2RgI_Ov3qKiCXFDgvlyvmxpPpvw57k",coinType:"0xae00e078a46616bf6e1e6fb673d18dcd2aa31319a07c9bc92f6063363f597b4e::AXOL::AXOL",isVerified:!0},{name:"sUSDC",symbol:"sUSDC",decimals:6,logoURL:"https://gateway.irys.xyz/29eNJ7Qu9B5CDy8Gr58TxtR8QWUKPN2XWsVYK9cLr4Zu",coinType:"0x854950aa624b1df59fe64e630b2ba7c550642e9342267a33061d59fb31582da5::scallop_usdc::SCALLOP_USDC",isVerified:!0},{name:"Wrapped Bitcoin by Sui Bridge",symbol:"wBTC",decimals:9,logoURL:"https://bridge-assets.sui.io/suiWBTC.png",coinType:"0xaafb102dd0902f5055cadecd687fb5b71ca82ef0e0285d90afde828ec58ca96b::btc::BTC",isVerified:!0,extensionFields:{coin_priority:889,suggested_priority:880}},{name:"Lombard Staked BTC",symbol:"LBTC",decimals:8,logoURL:"https://www.lombard.finance/lbtc/LBTC.png",projectURL:"https://www.lombard.finance/",coinType:"0x3e8e9423d80e1774a7ca128fccd8bf5f1f7753be658c5e645929037f7c819040::lbtc::LBTC",isVerified:!0,extensionFields:{pyth_id:"8f257aab6e7698bb92b15511915e593d6f8eae914452f781874754b03d0c612b"}},{name:"xWSB on SUI",symbol:"WSB",decimals:6,logoURL:"https://api.movepump.com/uploads/asui_4106b1fb1d.jpg",coinType:"0x4db126eac4fa99207e98db61d968477021fdeae153de3b244bcfbdc468ef0722::wsb::WSB",isVerified:!0},{name:"MOVER USD",symbol:"moverUSD",decimals:6,logoURL:"https://archive.cetus.zone/assets/image/sui/moverUSD.png",coinType:"0x32d5056aaac1be1f9ae44c1d0728792255a05f1475d458287ee463cc26806ca0::mover_usd::MOVER_USD",isVerified:!0,extensionFields:{birdeyeid:"0x32d5056aaac1be1f9ae44c1d0728792255a05f1475d458287ee463cc26806ca0::mover_usd::MOVER_USD",coin_priority:570}},{name:"Wrapped BNB (Portal from BSC)",symbol:"WBNB",decimals:8,logoURL:"https://4hl5riddvifwsfzqzggti3dyrekvhogjvwkaduy5w5bgs2k7zwga.arweave.net/4dfYoGOqC2kXMMmNNGx4iRVTuMmtlAHTHbdCaWlfzYw",coinType:"0xb848cce11ef3a8f62eccea6eb5b35a12c4c2b1ee1af7755d02d7bd6218e8226f::coin::COIN",isVerified:!0,extensionFields:{birdeyeid:"0xb848cce11ef3a8f62eccea6eb5b35a12c4c2b1ee1af7755d02d7bd6218e8226f::coin::COIN",coin_priority:700,coingecko_id:"binance-coin-wormhole",labels:["Wormhole"],pyth_id:"2f95862b045670cd22bee3114c39763a4a08beeb663b145d283c31d7d1101c4f",rank:760}}];function LO(e,t){return{id:e.id||void 0,logo_url:e.iconUrl||void 0,coin_type:t,decimals:e.decimals,description:e.description,name:e.name,symbol:e.symbol}}function Ul(e){var t;return{is_trusted:!!(e!=null&&e.isVerified)||(e==null?void 0:e.is_trusted),coin_type:kr((e==null?void 0:e.coinType)||(e==null?void 0:e.coin_type)).full_address,logo_url:(e==null?void 0:e.logoURL)||(e==null?void 0:e.logo_url)||"",decimals:e==null?void 0:e.decimals,symbol:e==null?void 0:e.symbol,name:e==null?void 0:e.name,labels:((t=e==null?void 0:e.extensionFields)==null?void 0:t.labels)||(e==null?void 0:e.labels)}}function so(){const{suiClient:e}=oo(),{fetchByApi:t}=Bl(),{setTokenMap:r,tokenMap:n,setToken:i,requestTokenList:o,addRequestTokenList:s,setTrustedTokenList:a}=ja(),c=async()=>{var M;let y=[];try{const O=await t("/v3/sui/clmm/verified_coins_info","GET");if(!(O!=null&&O.list)||((M=O==null?void 0:O.list)==null?void 0:M.length)===0)throw Error("api no trust tokens data");y=O==null?void 0:O.list}catch{y=DO}const x=[],b=y==null?void 0:y.reduce((O,R)=>(O.set(R.coinType||R.coin_type,Ul(R)),(R.isVerified||R!=null&&R.is_trusted)&&x.push(Ul(R)),O),new Map);b&&(b.get("0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI")&&!b.get("0x2::sui::SUI")?b.set("0x2::sui::SUI",{...b.get("0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI"),coin_type:"0x2::sui::SUI"}):!b.get("0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI")&&b.get("0x2::sui::SUI")&&b.set("0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",{...b.get("0x2::sui::SUI"),coin_type:"0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI"}),r(new Map([...n,...b])),a(x))},l=async y=>{var O;if((y==null?void 0:y.length)===0)return;const x=await t("/v3/sui/clmm/coins_info","POST",{coinTypes:y}),b=(O=x==null?void 0:x.data)==null?void 0:O.list,M=b==null?void 0:b.reduce((R,k)=>(R.set(k.coinType,Ul(k)),R),new Map);return r(new Map([...n,...M])),M},u=async y=>{var x,b,M,O;try{if(!y)return;let R=y;y==="0x2::sui::SUI"&&(R="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI");const k=await t("/v3/sui/clmm/coins_info","POST",{coinTypes:[R]});if((b=(x=k==null?void 0:k.data)==null?void 0:x.list)!=null&&b[0]){const F=Ul((O=(M=k==null?void 0:k.data)==null?void 0:M.list)==null?void 0:O[0]);return i(F),F}throw Error("api no this coin types")}catch(R){console.error("🚀 ~ getTokenInfo ~ 57:",R)}},d=async y=>{try{const x=p(y);if(x)return x;if(o.includes(y))return;s(y);try{const b=await u(y);if(b)return b;throw Error("api return is null")}catch{const M=await e.getCoinMetadata({coinType:y});if(M){S1(y)&&(M.iconUrl="https://archive.cetus.zone/assets/image/sui/sui.png");const O=LO(M,y);return i(O),O}}}catch{}},p=re.useCallback(y=>{if(y)return n.get(kr(y).full_address)||n.get(y)},[n]);return{getTrustTokens:c,fetchTokenInfo:d,getTokenInfo:p,getTokens:l}}const Fl=(e,t)=>{if(!(e!=null&&e.totalBalance)||t===void 0||t===null)return;const r=CE(e.totalBalance,t==null?void 0:t.decimals),n=Dr(r,4);return{...t,displayBalance:n,totalBalanceFormat:r}};function $l(e){const{suiClient:t}=oo(),{currentAccount:r,setTokenBalanceObj:n,tokenBalanceObj:i}=Kr();so();const[o,s]=re.useState([]),a=async(u=(r==null?void 0:r.address)||"",d)=>{try{if(!u){c();return}let p=[];d?p=[await t.getBalance({owner:u,coinType:d})]:p=[...await t.getAllBalances({owner:u})],s(p);const y={};p.forEach(x=>{y[kr(x.coinType).full_address]=x}),n(y)}catch{s([])}},c=()=>{n({})},l=re.useMemo(()=>{const u=e==null?void 0:e.coin_type;if(u&&r){const d=i[u]||i[kr(u).full_address];return d?Fl(d,e):void 0}},[e==null?void 0:e.coin_type,i,r]);return{getOwnerCoinBalances:a,balanceInfo:l}}const BO={id:"0x9258181f5ceac8dbffb7030890243caed69a9599d2886d957a9cb7656af3bdb3",coin_type:"0x2::sui::SUI",decimals:9,description:"",name:"Sui",symbol:"SUI",logo_url:"https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sui-coin.svg/public",is_trusted:!0,extensions:{rank:"880"}},h2={id:"0x69b7a7c3c200439c1b5f3b19d7d495d5966d5f08de66c69276152f8db3992ec6",coin_type:"0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC",decimals:6,description:"",name:"USDC",symbol:"USDC",logo_url:"https://circle.com/usdc-icon",is_trusted:!0,extensions:{rank:"1000"}},p2=BO;function UO(e,t){const{fetchTokenInfo:r}=so(),{setFromCoin:n,setToCoin:i,setDefaultCoin:o}=on(),{setSlippage:s,setRpcList:a,setCurrentRpc:c}=Fr(),{tokenMapIsInit:l}=ja(),u=re.useRef({}),d=async(y,x)=>{const b=y?await r(y):h2,M=x?await r(x):p2;n(b),i(M),o(b==null?void 0:b.coin_type,M==null?void 0:M.coin_type)},p=(y,x)=>{const b=[rl[0]];let M=rl[0];y.forEach(O=>{const R={name:O,link:O,isCustom:!1};b.push(R),O===x&&(M=R)}),a([...b,{name:"Custom RPC URL",link:"",isCustom:!0}]),c(M)};return re.useEffect(()=>{if(l&&!xd(e,u.current)){const{defaultFromToken:y,defaultToToken:x,defaultSlippage:b,customRpcList:M,defaultRpc:O}=e;d(y,x),b&&s(b),(M==null?void 0:M.length)>0&&p(M,O),u.current=e}},[e,l]),{handleSetDefaultPair:d}}function FO(){const{currentRpc:e}=Fr(),{setSuiClient:t,setAggregatorSDK:r}=oo(),{currentAccount:n}=Kr();re.useEffect(()=>{if(e){const i=new es({url:e.link});t(i)}},[e]),re.useEffect(()=>{if(e){const i=new b1({endpoint:hs.aggregatorUrl,signer:(n==null?void 0:n.address)||"",client:new es({url:e.link}),env:pd.Mainnet});r(i)}},[e.link,n==null?void 0:n.address])}const _0=Ti((e,t)=>({transactionData:void 0,setTransactionData:r=>{e(()=>({transactionData:r}))}})),Ir=[];for(let e=0;e<256;++e)Ir.push((e+256).toString(16).slice(1));function $O(e,t=0){return(Ir[e[t+0]]+Ir[e[t+1]]+Ir[e[t+2]]+Ir[e[t+3]]+"-"+Ir[e[t+4]]+Ir[e[t+5]]+"-"+Ir[e[t+6]]+Ir[e[t+7]]+"-"+Ir[e[t+8]]+Ir[e[t+9]]+"-"+Ir[e[t+10]]+Ir[e[t+11]]+Ir[e[t+12]]+Ir[e[t+13]]+Ir[e[t+14]]+Ir[e[t+15]]).toLowerCase()}let E0;const VO=new Uint8Array(16);function zO(){if(!E0){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");E0=crypto.getRandomValues.bind(crypto)}return E0(VO)}const m2={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function g2(e,t,r){var i;if(m2.randomUUID&&!t&&!e)return m2.randomUUID();e=e||{};const n=e.random??((i=e.rng)==null?void 0:i.call(e))??zO();if(n.length<16)throw new Error("Random bytes length must be >= 16");if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){if(r=r||0,r<0||r+16>t.length)throw new RangeError(`UUID byte range ${r}:${r+15} is out of buffer bounds`);for(let o=0;o<16;++o)t[r+o]=n[o];return t}return $O(n)}var Fo=(e=>(e[e.CalculateError=1e4]="CalculateError",e[e.NumberTooLarge=10001]="NumberTooLarge",e[e.NoRouter=10002]="NoRouter",e[e.InsufficientLiquidity=10003]="InsufficientLiquidity",e[e.HoneyPot=10004]="HoneyPot",e))(Fo||{});const qO=new es({url:yh("mainnet")}),HO=["0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC","0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD","0xf16e6b723f242ec745dfd7634ad072c42d5c1d9ac9d62a39c381303eaa57693a::fdusd::FDUSD","0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb::usdy::USDY","0x294de7579d55c110a00a7c4946e09a1b5cbeca2592fbb83fd7bfacba3cfeaf0e::drf::DRF"],WO=["deny_list","DenyList","DenyCap","create_regulated_currency"],GO={showType:!0,showContent:!0,showOwner:!1,showPreviousTransaction:!1,showStorageRebate:!1,showDisplay:!1},KO=async e=>{let t=!1;if(HO.includes(e))return t;const r=e.split("::"),n=r[0]&&kt(r[0]),i=r[1],o=await qO.getObject({id:n,options:GO}),s="disassembled"in o.data.content?o.data.content.disassembled[i]:null;return s&&typeof s=="string"&&new RegExp(WO.join("|"),"i").test(s)&&(t=!0),t},YO=e=>{var n;if(!e)return"";const t=e==null?void 0:e.split(",");return(n=t==null?void 0:t.map(i=>_i(i,!1)))==null?void 0:n.join(",")};function XO(){const{fetchByApi:e}=Bl(),t=async n=>{try{const i={...n},o=YO(n==null?void 0:n.coin_type);o&&(i.coin_type=o);const s=await e("/v2/sui/stats_pools","GET",i);if(s!=null&&s.lp_list)return{list:(s==null?void 0:s.lp_list)||[],total:s==null?void 0:s.total}}catch(i){return console.error("getPoolList ~ Error:",i),await r(n)}return{list:[],total:0}},r=async n=>{var i,o,s,a;try{const c=It("/data/pools.json"),l=await fetch(c).then(u=>u.json());if((i=l==null?void 0:l.data)!=null&&i.lp_list){const u=(o=l==null?void 0:l.data)==null?void 0:o.lp_list;let d=u;if(n!=null&&n.coin_type){const y=(a=(s=n==null?void 0:n.coin_type)==null?void 0:s.split(","))==null?void 0:a.map(x=>Pn(x).source_address);d=u==null?void 0:u.filter(x=>{var O,R;const b=Pn((O=x==null?void 0:x.coin_a)==null?void 0:O.address).source_address,M=Pn((R=x==null?void 0:x.coin_b)==null?void 0:R.address).source_address;return(y==null?void 0:y.length)>1&&y.includes(b)&&y.includes(M)?!0:!!((y==null?void 0:y.length)===1&&(y.includes(b)||y.includes(M)))})}n!=null&&n.is_vaults&&(d=u==null?void 0:u.filter(y=>y==null?void 0:y.is_vaults)),n!=null&&n.has_farming&&!(n!=null&&n.is_vaults)&&!(n!=null&&n.has_mining)&&!(n!=null&&n.no_incentives)&&(d=u==null?void 0:u.filter(y=>y==null?void 0:y.has_farming));const p=d;return{list:p,total:(p==null?void 0:p.length)||0}}}catch(c){console.error("getLocalJsonPoolList Error:",c)}return{list:[],total:0}};return{getPoolList:t,getLocalJsonPoolList:r}}function JO(e=!0){const{poolApiMap:t,setPoolApiMap:r}=Fr(),{getPoolList:n,getLocalJsonPoolList:i}=XO();return{getPoolListByCoinType:async(s,a)=>{if(s&&a){const c=[s,a].sort(),l=`${c[0]}_${c[1]}`,u=t[l];if(u)return u;const d={coin_type:`${s},${a}`,display_all_pools:!0,offset:0,limit:100,order_by:"-tvl",no_incentives:!0,has_farming:!0,has_mining:!0};let p=e?await i(d):void 0;(p===void 0||p.list.length===0)&&(p=await n(d));const y=p.list;if(y.length>0)return t[l]=y,r(l,y),y}return[]}}}function ZO(e){const{routerData:t}=on();return{priceAcceptRouterData:re.useMemo(()=>{if(t&&e){if(e.byAmountIn){if(!Be(e.toAmountUi).eq(t.toAmountUi||"0"))return t}else if(!Be(e.fromAmountUi).eq(t.fromAmountUi||"0"))return t;return}},[t,e])}}function v2(e,t){return{amountLimit:re.useMemo(()=>{if(t&&t.routerData){const{byAmountIn:n,fromAmountUi:i,toAmountUi:o}=t;return n?Be(o).mul(Be(1).sub(Be(e).div(100))).toString():Be(i).mul(Be(1).add(Be(e).div(100))).toString()}},[e,t])}}function QO(e){const{getTokenInfo:t,fetchTokenInfo:r}=so();return{formatSwapRouter:re.useMemo(()=>{if(e&&e.routerData){const i=[],o=e.byAmountIn?e.routerData.amountIn.toString():e.routerData.amountOut.toString(),s=[],a=[];let c=Be(0);if(e.routerData.routes.forEach((u,d)=>{const p={},y=e.byAmountIn?u.amountIn.toString():u.amountOut.toString();d===e.routerData.routes.length-1?p.percentage=Be(1).sub(c).toFixed(2):p.percentage=Be(y).div(o).toFixed(2),c=Be(c).add(p.percentage);const x=[];u.path.forEach(b=>{i.includes(b.provider)||i.push(b.provider);const M=kr(b.from).full_address,O=kr(b.target).full_address,R=t(M),k=t(O);R||a.includes(M)&&a.push(M),k||a.includes(O)&&a.push(O);const F=b.provider===ba.SCALLOP||b.provider===ba.FLOWX||b.provider===ba.FLOWXV3;x.push({from_type:M,to_type:O,pool_address:F?"":b.id,fee_rate:b.feeRate,provider:b.provider})}),p.paths=x,s.push(p)}),a.length>0)for(const u in a)r(u);return{router_summery:`${e.routerData.routes.length} Streams`,providers:i,routers:s}}},[e])}}function eP(){const{fromCoin:e,toCoin:t}=on(),{getPoolListByCoinType:r}=JO();return{getSwapPoolAddress:async()=>e&&t?(await r(e.coin_type,t.coin_type)).map(s=>s.address):[]}}function b2(e,t,r){return re.useMemo(()=>t&&r&&+t&&+r?e?Be(r).div(t).toString():Be(t).div(r).toString():"0",[t,r,e])}function y2(e){const[t,r]=re.useState(),n=async i=>{if(i.is_trusted)return!1;try{return await KO(i.coin_type)}catch{}return!1};return re.useEffect(()=>{r(void 0),e&&n(e).then(i=>{r(i)})},[e==null?void 0:e.coin_type]),{isScamsCoin:t}}function tP(e,t){const{defaultFromCoinType:r,defaultToCoinCoinType:n}=on(),{getTokenInfo:i}=so(),{ignoreWarnTokenMap:o}=Fr(),s=i(e),a=i(t),c=re.useMemo(()=>!Qc(r,h2.coin_type)||!Qc(n,p2.coin_type),[r,n]),l=re.useCallback(d=>d&&!o[_i(d.coin_type)]&&(Qc(r,d.coin_type)||Qc(n,d.coin_type))?!d.is_trusted:!1,[r,n,o]),u=re.useMemo(()=>{const d=[];return c&&(s&&l(s)&&d.push({...s}),a&&l(a)&&d.push({...a})),d},[s==null?void 0:s.coin_type,a==null?void 0:a.coin_type,c,o]);return{isCustomMode:c,customWarnTokenList:u}}function rP(){const{aggregatorSDK:e}=oo(),{getSwapPoolAddress:t}=eP(),r=o=>o&&o.error?o.error.code===Fo.InsufficientLiquidity||Fo.HoneyPot||Fo.NumberTooLarge:!1,n=async o=>{const{fromToken:s,toToken:a,amount:c,providersKeys:l,by_amount_in:u,uuid:d}=o;try{const p={from:s.coin_type,target:a.coin_type,amount:new qp(c),byAmountIn:u,depth:3,splitAlgorithm:void 0,splitFactor:void 0,splitCount:void 0,providers:l},y=await e.findRouters(p);if(y&&r(y))return i(!1,u,d,s,a,y);if(!y||y.routes.length===0)throw Error("not find router");return i(!1,u,d,s,a,y)}catch{const y=await t(),x={from:s.coin_type,target:a.coin_type,amount:new qp(c),byAmountIn:u,pools:y};try{const b=await e.swapInPools(x);return!b||!b.routeData?i(!0,u,d,s,a):i(!0,u,d,s,a,b.routeData)}catch{return{uuid:d,byAmountIn:u,isDegrade:!0}}}},i=(o,s,a,c,l,u)=>{var d;if(u){const p=u.error!==void 0,y=wd(u.amountIn.toString(),c.decimals).toString(),x=wd(u.amountOut.toString(),l.decimals).toString();return{routerData:p?void 0:u,fromAmountUi:p?s?y:"":y,toAmountUi:p&&s?"":x,uuid:a,byAmountIn:s,isDegrade:o,errorCode:(d=u.error)==null?void 0:d.code}}else return{uuid:a,byAmountIn:s,isDegrade:o}};return{findBestRouters:n}}function Rs(e){const t=re.useRef(e);return re.useEffect(()=>{t.current=e},[e]),t}function nP(e){try{return e&&e.toString().includes("Rejected from user")}catch{return!1}}function iP(e){const t=String(e);return t.indexOf("withdraw_with_proof")>-1||t.indexOf("check_coin_threshold")>-1||t.indexOf('Identifier("balance")')>-1}function oP(e){return!!String(e).includes("Could not find the referenced transaction")}function sP(e){return nP(e)?"User rejected the request":iP(e)?"Exceeded price slippage":oP(e)?"Oops. Failed to sync data from your txid. Please check your txn status from explorer or from your wallet.":"Transaction failed"}var C0={},aP=Er&&Er.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(C0,"__esModule",{value:!0});var cP=C0.executeAuction=w2;const lP=aP(Am),uP="https://rpc.getshio.com",fP=500,dP=300;function w2(e,t,r=fP){const n={jsonrpc:"2.0",method:"shio_executeAuction",params:[e,t],id:1};return new Promise((i,o)=>{setTimeout(i,r),lP.default.post(uP,n,{headers:{"Content-Type":"application/json"},timeout:r}).then(s=>{console.log("Shio executeAuction response:",s.data),setTimeout(i,dP)}).catch(o)})}C0.default={executeAuction:w2};function hP(){const{suiClient:e}=oo(),{currentAccount:t}=Kr(),{mutateAsync:r}=Vr.useSignTransaction(),{mutate:n}=Vr.useSignAndExecuteTransaction({execute:async({bytes:c,signature:l})=>await o(c,l)}),i=re.useMemo(()=>t==null?void 0:t.chains[0],[t]),o=async(c,l,u=!1)=>{var p,y;if(u){const x=await e.devInspectTransactionBlock({transactionBlock:Eo.from(xr(c)),sender:t.address});if(!x||((p=x.effects)==null?void 0:p.status.status)==="failure")throw Error((y=x.effects)==null?void 0:y.status.error)}return await e.executeTransactionBlock({transactionBlock:c,signature:l,options:{showEvents:!0,showRawEffects:!0,showEffects:!0,showBalanceChanges:!0,showObjectChanges:!0,showInput:!0}})};return{signAndExecuteTransactionBlock:async(c,l=!1)=>{var d,p;let u;if(typeof c=="string"?u=Eo.from(c):u=c,l){const y=await e.devInspectTransactionBlock({transactionBlock:c,sender:t.address});if(!y||((d=y.effects)==null?void 0:d.status.status)==="failure")throw Error((p=y.effects)==null?void 0:p.status.error)}return u.setGasBudget(1e8),new Promise((y,x)=>{n({transaction:u,chain:i},{onSuccess:b=>{y(b)},onError:b=>{console.error("signAndExecuteTransactionBlock transaction failed",b),x(b)}})})},signTransactionBlock:async c=>(c instanceof Uint8Array&&(c=Eo.from(c)),typeof c=="string"&&(c=Eo.from(xr(c))),new Promise((l,u)=>{r({transaction:c,chain:i},{onSuccess:d=>{l(d)},onError:d=>{console.error("signTransactionBlock failed",d),u(d)},onSettled:(d,p,y,x)=>{console.error("signTransactionBlock onSettled",{data:d,error:p,variables:y})}})})),executeTransactionBlock:o}}function pP(){const{signTransactionBlock:e,executeTransactionBlock:t,signAndExecuteTransactionBlock:r}=hP(),{currentAccount:n}=Kr(),{suiClient:i}=oo(),{setTransactionData:o}=_0(),{addTxToast:s,removeToast:a}=Ps(),c=5,l=2e3;async function u(y,x=1){try{let b;try{b=await i.getTransactionBlock({digest:y,options:{showEvents:!0,showEffects:!0,showBalanceChanges:!0,showInput:!0,showRawInput:!0,showObjectChanges:!0}})}catch{b=await i.getTransactionBlock({digest:y,options:{showEvents:!0,showEffects:!0}})}if(b)return b;throw new Error("Empty response")}catch(b){if(console.error(`Attempt ${x} failed:`,b),x>=c)throw new Error("Failed to fetch transaction status after maximum retries.");return await V1(l),u(y,x+1)}}const d=async(y,x,b={useDevInspect:!1,useMev:!1,txAction:"signTransactionBlock"})=>{var F,B;const{useDevInspect:M=!1,useMev:O,txAction:R="signTransactionBlock"}=b;let k;x.status="confirmation",o(x);try{let W;if(R==="signTransactionBlock"){const G=await e(y),{bytes:ne,signature:oe}=G;if(O)try{const se=await cP(ne,oe,500)}catch{}W=await t(ne,oe,M)}else W=await r(y,M);x.status="submitted",o({...x}),x.tx=W.digest,k=s(x),await V1(l);const z=await u(W.digest,0);if(!z||((F=z.effects)==null?void 0:F.status.status)==="failure")p(x,(B=z.effects)==null?void 0:B.status.error);else{const G=OE(z,n==null?void 0:n.address,!1);if(x.buildShowInfo){const ne=x.buildShowInfo("success",G);x.buildShowInfo=oe=>ne}a(k),x.status="success",o({...x})}return z}catch(W){p(x,W)}},p=(y,x)=>{const b=sP(x);if(y.buildShowInfo){const M=y.buildShowInfo("confirmation");y.buildShowInfo=O=>(M.toastDescriptionContent=b,M.modalDescriptionText=b,M),y.status="rejected",o({...y})}else y.buildShowInfo=M=>{const O={};return O.toastDescriptionContent=b,O.modalDescriptionText=b,O},y.status="rejected",o({...y})};return{signAndExecuteTransaction:d}}function T0(e,t=1e3){const r=re.useRef(),n=re.useCallback((...i)=>{r.current&&clearTimeout(r.current),r.current=setTimeout(()=>{e(...i)},t)},[e,t]);return re.useEffect(()=>()=>{r.current&&clearTimeout(r.current)},[]),n}function mP(){const{aggregatorSDK:e}=oo(),{findBestRouters:t}=rP(),{getTokenAmountValue:r,fetchTokenPrices:n}=ka(),{providers:i,slippage:o,mevProtect:s}=Fr(),{signAndExecuteTransaction:a}=pP(),{setTransactionData:c}=_0(),{addTxToast:l}=Ps(),{fromCoin:u,toCoin:d,setFromCoin:p,setToCoin:y,setToAmount:x,fromAmount:b,toAmount:M,setFromAmount:O,setFindRouterLoading:R,setRouterData:k,setByAmountIn:F,byAmountIn:B}=on(),[W,z]=re.useState(""),G=Rs(W),ne=Rs(B),oe=Rs(b),se=Rs(M),q=Rs(u),L=Rs(d),{balanceInfo:h,getOwnerCoinBalances:f}=$l(u),{balanceInfo:m}=$l(d),S=r(u==null?void 0:u.coin_type,b),T=r(d==null?void 0:d.coin_type,M),I=T0(async(pe,Le,Ae)=>{if(q.current&&L.current&&+pe){(+oe.current||+se.current)&&R(!0);const Ze=AE(pe,Le?q.current.decimals:L.current.decimals),dt=await t({fromToken:q.current,toToken:L.current,amount:Ze.toString(),providersKeys:i,by_amount_in:Le,uuid:Ae});R(!1),G.current===Ae&&(Le?+oe.current?(x(dt.toAmountUi||""),k(dt)):x(""):+se.current?(O(dt.fromAmountUi||"ß"),k(dt)):O(""))}else v(!Le)},500),C=(pe,Le,Ae=!1)=>{if(F(Le),Le?(O(pe),Ae&&x("")):(x(pe),Ae&&O("")),+pe){const Ze=g2();z(Ze),I(pe,Le,Ze)}else R(!1),k(void 0),v(!Le)},g=(pe,Le=!0)=>{v(),Le?((pe==null?void 0:pe.coin_type)===(d==null?void 0:d.coin_type)&&y(u),p(pe)):((pe==null?void 0:pe.coin_type)===(u==null?void 0:u.coin_type)&&p(d),y(pe))},v=pe=>{pe===void 0?(O(""),x("")):pe?O(""):x(""),R(!1),k(void 0)},j=()=>{const pe=ne.current?oe.current:se.current;if(+pe){const Le=g2();z(Le),I(pe,ne.current,Le)}},Q=async(pe,Le)=>{const{routerData:Ae,byAmountIn:Ze,fromAmountUi:dt,toAmountUi:je}=pe,mt=new Eo,we={routers:Ae,slippage:Number(o)/100,txb:mt,partner:Le||DE};try{await e.fastRouterSwap(we);const he={status:"confirmation",buildShowInfo:(Ve,ke)=>{const Te=`Swap ${Dr(dt,u==null?void 0:u.decimals)} ${u==null?void 0:u.symbol} for ${Dr(je,d==null?void 0:d.decimals)} ${d==null?void 0:d.symbol}`,Ie={modalDescriptionText:Te,toastTitleText:Te};if(Ve==="success"){let Ue=dt,lt=je;ke&&(Ue=z1(ke,u)||dt,lt=z1(ke,d)||je);const ut=`Swapped ${Dr(Ue,u==null?void 0:u.decimals)} ${u==null?void 0:u.symbol} for ${Dr(lt,d==null?void 0:d.decimals)} ${d==null?void 0:d.symbol}`;Ie.toastTitleText=ut,Ie.modalDescriptionText=ut}return Ie},id:0};c(he),await a(mt,he,{useMev:s})?(v(),f()):j()}catch(he){String(he).includes("TypeError: Failed to fetch")&&l({id:0,status:"rejected",buildShowInfo(Ce,Ve){return{toastTitleText:"RPC loading failed",toastDescriptionContent:"Try resubmission. Or to check your network and switch an RPC in settings to try again."}}})}};re.useEffect(()=>{Z(),v()},[u==null?void 0:u.coin_type,d==null?void 0:d.coin_type]);const Z=()=>{const pe=[];u&&pe.push(u.coin_type),d&&pe.push(d.coin_type),pe.length>0&&n(pe)},{isScamsCoin:ce}=y2(u),{isScamsCoin:be}=y2(d),xe=re.useMemo(()=>{if(!(!ce&&!be)){if(ce&&be)return`${u==null?void 0:u.symbol} and ${d==null?void 0:d.symbol} are`;if(ce)return`${u==null?void 0:u.symbol} token is `;if(be)return`${d==null?void 0:d.symbol} token is `}},[ce,be]);return{handleAmountChange:C,handleSelectToken:g,fromBalanceInfo:h,toBalanceInfo:m,fromAmountValue:S,toAmountValue:T,doSwapAction:Q,reCalculateRouteData:j,refreshMarketPrice:Z,scamsText:xe}}function gP(e){const{fromCoin:t,toCoin:r,fromAmount:n,toAmount:i,routerData:o}=on(),{currentAccount:s}=Kr(),a=re.useMemo(()=>{const c={text:"Swap",disabled:!1};if(!(s!=null&&s.address))return c.text="Connect Wallet",c.disabled=!1,c;if(!t||!r)return c.text="Select a token",c.disabled=!0,c;if(!+n&&!+i)return c.text="Enter an amount",c.disabled=!0,c;if(o&&o.errorCode){if(o.errorCode===Fo.InsufficientLiquidity)return c.text="Insufficient liquidity for this trade",c.disabled=!0,c;if(o.errorCode===Fo.NoRouter||o.errorCode===Fo.HoneyPot)return c.text="No Available Route",c.disabled=!0,c}return+n&&Be(n).gt(e||0)?(c.disabled=!0,c.text=`Insufficient ${pn(t==null?void 0:t.symbol)} Balance`,c):((!+n||!+i)&&(c.disabled=!0),c)},[s==null?void 0:s.address,n,i,e,o==null?void 0:o.errorCode,t,r]);return{btnText:a.text,btnDisabled:a.disabled}}function x2({size:e="24px",strokeWidth:t="10",color:r="#909ca4",emptyColor:n="transparent",gapPercentage:i=.5}){const o=50-parseFloat(t),s=2*Math.PI*o,a=s*i,c=s-a;return w.jsxs("svg",{width:e,height:e,viewBox:"0 0 100 100",children:[w.jsx("circle",{cx:"50",cy:"50",r:o,fill:"none",stroke:n,strokeWidth:t}),w.jsx("circle",{cx:"50",cy:"50",r:o,fill:"none",stroke:r,strokeWidth:t,strokeDasharray:`${c} ${a}`,strokeDashoffset:"0",strokeLinecap:"round",style:{animation:"dash 0.5s linear infinite"}}),w.jsx("style",{children:`
|
|
94
94
|
@keyframes dash {
|
|
95
95
|
0% {
|
|
96
|
-
stroke-dashoffset: 0;
|
|
96
|
+
stroke-dashoffset: 0;
|
|
97
97
|
}
|
|
98
98
|
100% {
|
|
99
|
-
stroke-dashoffset: -${s};
|
|
99
|
+
stroke-dashoffset: -${s};
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
`})]})}function mh({baseToken:e,quoteToken:t,baseAmount:r,quoteAmount:n,loading:i}){const[o,s]=te.useState(!0),a=Ww(o,r,n);return x.jsxs("div",{className:"current-price-block",style:{cursor:"pointer"},onClick:()=>{s(!o)},children:[x.jsx(Wr,{src:o?e==null?void 0:e.logo_url:t==null?void 0:t.logo_url}),x.jsxs("span",{style:{display:"flex",alignItems:"center",color:"var(--cs-text-title)",fontSize:"12px",maxWidth:"80%"},children:["1"," ",cn(o?e==null?void 0:e.symbol:t==null?void 0:t.symbol)," ","="," ",i?x.jsx(As,{style:{height:"16px",width:"40px",marginLeft:"2px",marginRight:"2px"}}):jr(a,t==null?void 0:t.decimals)," ",cn(o?t==null?void 0:t.symbol:e==null?void 0:e.symbol)]}),x.jsx(Wr,{src:o?t==null?void 0:t.logo_url:e==null?void 0:e.logo_url}),x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-swap"})})]})}function ju(){const[e,t]=te.useState(window.innerWidth),r=ph(()=>{t(window.innerWidth)},300);te.useEffect(()=>(window.addEventListener("resize",r),()=>{window.removeEventListener("resize",r)}),[]);const n=te.useMemo(()=>e<810,[e]);return{windowWidth:e,isApp:n}}function Zw(e,t,r,n){const{getTokenPrice:i}=Nu(),o=i(e==null?void 0:e.coin_type),s=i(t==null?void 0:t.coin_type),a=Ww(!0,r,n),c=te.useMemo(()=>{if(s&&o)return De(o.price).div(s.price).toString()},[o==null?void 0:o.price,s==null?void 0:s.price]),u=te.useMemo(()=>{if(c&&+a)return De(a).sub(c).div(a).mul(100).toFixed(10)},[c,a]),l=te.useMemo(()=>{const b=[];return o&&b.push(o.market),s&&!b.includes(s.market)&&b.push(s.market),b},[o==null?void 0:o.market,s==null?void 0:s.market]),d=te.useMemo(()=>u&&De(u).lt(0)?De(u).abs().gt(5):!1,[u]),p=te.useMemo(()=>u&&De(u).lt(0)?De(u).abs().gt(10):!1,[u]),w=te.useMemo(()=>{let b,y="yellow";if(u)if(De(u).gt(0))y="green",De(u).lt(.1)?b="< 0.1% cheaper than":b=`${jr(u,2,!0,Lr.ROUND_UP)}% cheaper than`;else if(De(u).eq(0))b="0%",y="green";else{const T=De(u).abs();T.lte(5)?(y="green",b=`Within ${jr(T.toString(),2,!0,Lr.ROUND_UP)}%`):T.lte(10)?(y="yellow",b=`${jr(T.toString(),2,!0,Lr.ROUND_UP)}% more than`):T.lte(100)?(y="red",b=`${jr(T.toString(),2,!0,Lr.ROUND_UP)}% more than`):(y="red",b="> 100% more than")}return{priceImpactText:b,textColor:y}},[u]);return{swapPrice:a,marketPrice:c,priceImpact:u,sources:l,showPriceImpactTips:d,showPriceImpactWarn:p,priceImpactTextInfo:w}}function ku({content:e,children:t,position:r="top",delay:n=0}){const[i,o]=te.useState(!1),[s,a]=te.useState(!1),c=te.useRef(null),u=()=>{c.current&&(clearTimeout(c.current),c.current=null),o(!0)};te.useEffect(()=>()=>{i||c.current&&(clearTimeout(c.current),c.current=null)},[i]);const l=()=>{c.current=setTimeout(()=>{s||(o(!1),c.current&&(clearTimeout(c.current),c.current=null))},0)},d=()=>{switch(r){case"top":return{transform:"translateX(-50%)"};case"bottom":return{transform:"translateX(-50%)",marginTop:"0px"};case"left":return{transform:"translateY(-50%)",marginRight:"8px"};case"right":return{transform:"translateY(-50%)"};default:return{}}},p=te.useRef(null),[w,b]=te.useState({left:void 0,top:void 0});return te.useEffect(()=>{var y;if(i&&p.current){const T=(y=p.current)==null?void 0:y.getBoundingClientRect();let O,R;r==="top"?(O=`${window.scrollX+T.left+T.width/2}px`,R=`${window.scrollY+T.top-2*T.height-8}px`):r==="bottom"?(O=`${window.scrollX+T.left+T.width/2}px`,R=`${window.scrollY+T.bottom}px`):r==="left"?(O=`${window.scrollX+T.left-8}px`,R=`${window.scrollY+T.top+T.height/2}px`):r==="right"?(O=`${window.scrollX+T.right+8}px`,R=`${window.scrollY+T.top+T.height/2}px`):(O=`${window.scrollX+T.left+T.width/2}px`,R=`${window.scrollY+T.top+T.height/2}px`),b({left:O,top:R})}},[i]),x.jsxs("div",{ref:p,style:{position:"relative",display:"inline-block"},onMouseEnter:u,onMouseLeave:l,children:[t,i&&kn.createPortal(x.jsx("div",{style:{transition:"opacity 0.3s ease",opacity:i?1:0,position:"absolute",zIndex:9e3,padding:"8px 12px",backgroundColor:"var(--cs-dialog-bg)",color:"var(--cs-text-con)",borderRadius:"8px",fontSize:"12px",whiteSpace:"nowrap",border:"1px solid",borderColor:"var(--cs-border)",boxShadow:"0px 2px 10px rgba(0, 0, 0, 0.1)",...d(),...w},onMouseEnter:()=>a(!0),onMouseLeave:()=>{c.current&&(clearTimeout(c.current),c.current=null),a(!1),o(!1)},children:e}),document.body)]})}function Xw({content:e,children:t,position:r,autoSwitchTooltip:n=!1}){const{isApp:i}=ju();return i&&n?x.jsxs(fn.Root,{children:[x.jsx(fn.Trigger,{children:x.jsx("button",{style:{background:"none",border:"none",padding:"0",margin:"0",outline:"none",boxShadow:"none",color:"inherit",font:"inherit",textAlign:"inherit"},children:t})}),x.jsx(fn.Content,{variant:"soft",style:{transition:"opacity 0.3s ease",display:"block",zIndex:9e3,padding:"8px 12px",backgroundColor:"var(--cs-dialog-bg)",color:"var(--cs-text-con)",borderRadius:"8px",fontSize:"12px",whiteSpace:"nowrap",border:"1px solid",borderColor:"var(--cs-border)",boxShadow:"0px 2px 10px rgba(0, 0, 0, 0.1)"},side:r,align:"center",children:e})]}):x.jsx(ku,{content:e,position:r,children:t})}function Jw({isLoading:e,routerData:t,noTips:r}){const{fromCoin:n,toCoin:i,fromAmount:o,toAmount:s}=dn();ju();const{priceImpact:a,sources:c,marketPrice:u,priceImpactTextInfo:l}=Zw(n,i,t==null?void 0:t.fromAmountUi,t==null?void 0:t.toAmountUi);return x.jsxs(x.Fragment,{children:[!r&&De(a).lte(-30)&&x.jsx("div",{className:"price-impact-tips red",children:"High price difference. Be cautious before submitting your order."}),x.jsxs("div",{className:"price-impact-block",children:[x.jsxs("div",{className:"left",children:[x.jsx("span",{style:{color:"var(--cs-text-con)"},children:"Price Difference"}),x.jsx(Xw,{autoSwitchTooltip:!0,position:"top",content:x.jsx(tO,{fromToken:n,toToken:i,sources:c,baseAmount:"1",quoteAmount:u}),children:x.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{cursor:"pointer",width:"20px",height:"20px"},children:x.jsx("use",{xlinkHref:"#icon-tips"})})})]}),x.jsxs("div",{children:[e&&x.jsx(As,{style:{width:"80px",height:"20px"}}),!e&&x.jsxs("div",{className:"right",children:[x.jsx("span",{className:l==null?void 0:l.textColor,children:l.priceImpactText?l==null?void 0:l.priceImpactText:"Incalculable"}),x.jsx("div",{className:"platforms",children:c.map(d=>x.jsx(ku,{content:x.jsx("span",{style:{fontSize:"12px"},children:C1[d]}),position:"top",delay:300,children:x.jsx(Wr,{src:S5[d]})},d))})]})]})]})]})}function tO({fromToken:e,toToken:t,baseAmount:r,quoteAmount:n,sources:i}){const{isApp:o}=ju();return x.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"12px"},children:[x.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",lineHeight:"18px",width:o?"200px":"300px",textAlign:"start",whiteSpace:"normal"},children:"The difference between the market price and estimated price due to trade size."}),x.jsxs("div",{style:{width:"100%",display:"flex",flexDirection:"column",alignItems:"flex-start"},children:[x.jsx("p",{style:{fontSize:"12px",color:"var(--cs-text-title)"},children:"Market price sources:"}),r&&n?x.jsx(mh,{baseToken:e,quoteToken:t,baseAmount:"1",quoteAmount:n,loading:!1}):x.jsx("p",{style:{color:"var(--cs-text-title)",fontSize:"12px"},children:"Price is unknown"})]}),x.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:"5px"},children:[x.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",whiteSpace:"pre"},children:"Market price sources:"}),x.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",whiteSpace:"pre"},children:i.map(s=>C1[s]+" ").join("")})]})]})}function Qw({pr:e="8px",pl:t="8px",amountLimit:r,isLoading:n}){const{fromCoin:i,toCoin:o,byAmountIn:s}=dn();return x.jsxs("div",{className:"swap-info-between",style:{paddingLeft:t,paddingRight:e},children:[x.jsx("div",{className:"left",children:s?"Minimum Received":"Maximum Sold"}),n?x.jsx(As,{style:{height:"18px",width:"80px"}}):x.jsxs("div",{className:"right",children:[jr(r,s?o==null?void 0:o.decimals:i==null?void 0:i.decimals,!1,Lr.ROUND_DOWN)," ",cn(s?(o==null?void 0:o.symbol)||"":(i==null?void 0:i.symbol)||"")]})]})}function rO({scamsText:e}){return x.jsxs("div",{style:{marginTop:"16px",borderRadius:"8px",border:"1px solid #2A3238",paddingTop:"12px",width:"100%",backgroundColor:"#161A1E"},children:[x.jsxs("div",{style:{display:"flex",alignItems:"center",padding:"0 12px",justifyContent:"center",textAlign:"center"},children:[x.jsx("svg",{className:"cs-icon",style:{width:"20px",height:"20px",fill:"#ffca68"},"aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-alert"})}),x.jsx("span",{style:{color:"#ffca68",marginLeft:"4px"},children:"Alert"})]}),x.jsx("div",{style:{borderRadius:"8px",padding:"11px",margin:"-1px",marginTop:"14px",border:"1px solid #2A3238",lineHeight:"1"},children:x.jsx(I1,{text:`${e} detected to have Deny List feature. It's an optional feature on Sui designed for regulated coins (learn more). However, it could be misused by HoneyPot scams, which may restrict users from selling the tokens after buying. Please be cautious.`,keywords:["learn more"],onKeywordClick:t=>{window.open("https://docs.sui.io/guides/developer/coin/regulated","_blank")}})})]})}function nO({onClick:e}){return x.jsxs("div",{className:"cs-icon-button cs-back-button",onClick:t=>{t.stopPropagation(),e()},children:[x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-back"})}),x.jsx("span",{children:"Back"})]})}function gh({title:e,backClick:t}){return x.jsxs("div",{className:"cs-have-back-header",children:[x.jsx(nO,{onClick:t}),x.jsx("span",{className:"title",children:e})]})}const Du=globalThis||void 0||self;var iO=typeof Du=="object"&&Du&&Du.Object===Object&&Du;const eb=iO;var oO=typeof self=="object"&&self&&self.Object===Object&&self,sO=eb||oO||Function("return this")();const ei=sO;var aO=ei.Symbol;const ti=aO;var tb=Object.prototype,cO=tb.hasOwnProperty,uO=tb.toString,Pa=ti?ti.toStringTag:void 0;function lO(e){var t=cO.call(e,Pa),r=e[Pa];try{e[Pa]=void 0;var n=!0}catch{}var i=uO.call(e);return n&&(t?e[Pa]=r:delete e[Pa]),i}var fO=Object.prototype,dO=fO.toString;function hO(e){return dO.call(e)}var pO="[object Null]",mO="[object Undefined]",rb=ti?ti.toStringTag:void 0;function Ps(e){return e==null?e===void 0?mO:pO:rb&&rb in Object(e)?lO(e):hO(e)}function to(e){return e!=null&&typeof e=="object"}var gO="[object Symbol]";function Ra(e){return typeof e=="symbol"||to(e)&&Ps(e)==gO}function Bu(e,t){for(var r=-1,n=e==null?0:e.length,i=Array(n);++r<n;)i[r]=t(e[r],r,e);return i}var vO=Array.isArray;const Gr=vO;var yO=1/0,nb=ti?ti.prototype:void 0,ib=nb?nb.toString:void 0;function ob(e){if(typeof e=="string")return e;if(Gr(e))return Bu(e,ob)+"";if(Ra(e))return ib?ib.call(e):"";var t=e+"";return t=="0"&&1/e==-yO?"-0":t}function Rs(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function sb(e){return e}var wO="[object AsyncFunction]",bO="[object Function]",xO="[object GeneratorFunction]",SO="[object Proxy]";function ab(e){if(!Rs(e))return!1;var t=Ps(e);return t==bO||t==xO||t==wO||t==SO}var EO=ei["__core-js_shared__"];const vh=EO;var cb=function(){var e=/[^.]+$/.exec(vh&&vh.keys&&vh.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function _O(e){return!!cb&&cb in e}var CO=Function.prototype,MO=CO.toString;function Po(e){if(e!=null){try{return MO.call(e)}catch{}try{return e+""}catch{}}return""}var AO=/[\\^$.*+?()[\]{}|]/g,TO=/^\[object .+?Constructor\]$/,IO=Function.prototype,OO=Object.prototype,PO=IO.toString,RO=OO.hasOwnProperty,NO=RegExp("^"+PO.call(RO).replace(AO,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function jO(e){if(!Rs(e)||_O(e))return!1;var t=ab(e)?NO:TO;return t.test(Po(e))}function kO(e,t){return e==null?void 0:e[t]}function Ro(e,t){var r=kO(e,t);return jO(r)?r:void 0}var DO=Ro(ei,"WeakMap");const yh=DO;var ub=Object.create,BO=function(){function e(){}return function(t){if(!Rs(t))return{};if(ub)return ub(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();const LO=BO;function $O(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var FO=function(){try{var e=Ro(Object,"defineProperty");return e({},"",{}),e}catch{}}();const lb=FO;function UO(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var VO=9007199254740991,zO=/^(?:0|[1-9]\d*)$/;function fb(e,t){var r=typeof e;return t=t??VO,!!t&&(r=="number"||r!="symbol"&&zO.test(e))&&e>-1&&e%1==0&&e<t}function db(e,t,r){t=="__proto__"&&lb?lb(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function wh(e,t){return e===t||e!==e&&t!==t}var HO=Object.prototype,qO=HO.hasOwnProperty;function hb(e,t,r){var n=e[t];(!(qO.call(e,t)&&wh(n,r))||r===void 0&&!(t in e))&&db(e,t,r)}function Lu(e,t,r,n){var i=!r;r||(r={});for(var o=-1,s=t.length;++o<s;){var a=t[o],c=n?n(r[a],e[a],a,r,e):void 0;c===void 0&&(c=e[a]),i?db(r,a,c):hb(r,a,c)}return r}var WO=9007199254740991;function bh(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=WO}function $u(e){return e!=null&&bh(e.length)&&!ab(e)}var GO=Object.prototype;function xh(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||GO;return e===r}function KO(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var YO="[object Arguments]";function pb(e){return to(e)&&Ps(e)==YO}var mb=Object.prototype,ZO=mb.hasOwnProperty,XO=mb.propertyIsEnumerable,JO=pb(function(){return arguments}())?pb:function(e){return to(e)&&ZO.call(e,"callee")&&!XO.call(e,"callee")};const gb=JO;function QO(){return!1}var vb=typeof qt=="object"&&qt&&!qt.nodeType&&qt,yb=vb&&typeof module=="object"&&module&&!module.nodeType&&module,eP=yb&&yb.exports===vb,wb=eP?ei.Buffer:void 0,tP=wb?wb.isBuffer:void 0,rP=tP||QO;const Fu=rP;var nP="[object Arguments]",iP="[object Array]",oP="[object Boolean]",sP="[object Date]",aP="[object Error]",cP="[object Function]",uP="[object Map]",lP="[object Number]",fP="[object Object]",dP="[object RegExp]",hP="[object Set]",pP="[object String]",mP="[object WeakMap]",gP="[object ArrayBuffer]",vP="[object DataView]",yP="[object Float32Array]",wP="[object Float64Array]",bP="[object Int8Array]",xP="[object Int16Array]",SP="[object Int32Array]",EP="[object Uint8Array]",_P="[object Uint8ClampedArray]",CP="[object Uint16Array]",MP="[object Uint32Array]",Jt={};Jt[yP]=Jt[wP]=Jt[bP]=Jt[xP]=Jt[SP]=Jt[EP]=Jt[_P]=Jt[CP]=Jt[MP]=!0,Jt[nP]=Jt[iP]=Jt[gP]=Jt[oP]=Jt[vP]=Jt[sP]=Jt[aP]=Jt[cP]=Jt[uP]=Jt[lP]=Jt[fP]=Jt[dP]=Jt[hP]=Jt[pP]=Jt[mP]=!1;function AP(e){return to(e)&&bh(e.length)&&!!Jt[Ps(e)]}function Uu(e){return function(t){return e(t)}}var bb=typeof qt=="object"&&qt&&!qt.nodeType&&qt,Na=bb&&typeof module=="object"&&module&&!module.nodeType&&module,TP=Na&&Na.exports===bb,Sh=TP&&eb.process,IP=function(){try{var e=Na&&Na.require&&Na.require("util").types;return e||Sh&&Sh.binding&&Sh.binding("util")}catch{}}();const Ns=IP;var xb=Ns&&Ns.isTypedArray,OP=xb?Uu(xb):AP;const Sb=OP;var PP=Object.prototype,RP=PP.hasOwnProperty;function Eb(e,t){var r=Gr(e),n=!r&&gb(e),i=!r&&!n&&Fu(e),o=!r&&!n&&!i&&Sb(e),s=r||n||i||o,a=s?KO(e.length,String):[],c=a.length;for(var u in e)(t||RP.call(e,u))&&!(s&&(u=="length"||i&&(u=="offset"||u=="parent")||o&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||fb(u,c)))&&a.push(u);return a}function _b(e,t){return function(r){return e(t(r))}}var NP=_b(Object.keys,Object);const jP=NP;var kP=Object.prototype,DP=kP.hasOwnProperty;function BP(e){if(!xh(e))return jP(e);var t=[];for(var r in Object(e))DP.call(e,r)&&r!="constructor"&&t.push(r);return t}function ja(e){return $u(e)?Eb(e):BP(e)}function LP(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var $P=Object.prototype,FP=$P.hasOwnProperty;function UP(e){if(!Rs(e))return LP(e);var t=xh(e),r=[];for(var n in e)n=="constructor"&&(t||!FP.call(e,n))||r.push(n);return r}function Eh(e){return $u(e)?Eb(e,!0):UP(e)}var VP=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,zP=/^\w*$/;function _h(e,t){if(Gr(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||Ra(e)?!0:zP.test(e)||!VP.test(e)||t!=null&&e in Object(t)}var HP=Ro(Object,"create");const ka=HP;function qP(){this.__data__=ka?ka(null):{},this.size=0}function WP(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var GP="__lodash_hash_undefined__",KP=Object.prototype,YP=KP.hasOwnProperty;function ZP(e){var t=this.__data__;if(ka){var r=t[e];return r===GP?void 0:r}return YP.call(t,e)?t[e]:void 0}var XP=Object.prototype,JP=XP.hasOwnProperty;function QP(e){var t=this.__data__;return ka?t[e]!==void 0:JP.call(t,e)}var eR="__lodash_hash_undefined__";function tR(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=ka&&t===void 0?eR:t,this}function No(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}No.prototype.clear=qP,No.prototype.delete=WP,No.prototype.get=ZP,No.prototype.has=QP,No.prototype.set=tR;function rR(){this.__data__=[],this.size=0}function Vu(e,t){for(var r=e.length;r--;)if(wh(e[r][0],t))return r;return-1}var nR=Array.prototype,iR=nR.splice;function oR(e){var t=this.__data__,r=Vu(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():iR.call(t,r,1),--this.size,!0}function sR(e){var t=this.__data__,r=Vu(t,e);return r<0?void 0:t[r][1]}function aR(e){return Vu(this.__data__,e)>-1}function cR(e,t){var r=this.__data__,n=Vu(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function Ai(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Ai.prototype.clear=rR,Ai.prototype.delete=oR,Ai.prototype.get=sR,Ai.prototype.has=aR,Ai.prototype.set=cR;var uR=Ro(ei,"Map");const Da=uR;function lR(){this.size=0,this.__data__={hash:new No,map:new(Da||Ai),string:new No}}function fR(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function zu(e,t){var r=e.__data__;return fR(t)?r[typeof t=="string"?"string":"hash"]:r.map}function dR(e){var t=zu(this,e).delete(e);return this.size-=t?1:0,t}function hR(e){return zu(this,e).get(e)}function pR(e){return zu(this,e).has(e)}function mR(e,t){var r=zu(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function Ti(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Ti.prototype.clear=lR,Ti.prototype.delete=dR,Ti.prototype.get=hR,Ti.prototype.has=pR,Ti.prototype.set=mR;var gR="Expected a function";function Ch(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(gR);var r=function(){var n=arguments,i=t?t.apply(this,n):n[0],o=r.cache;if(o.has(i))return o.get(i);var s=e.apply(this,n);return r.cache=o.set(i,s)||o,s};return r.cache=new(Ch.Cache||Ti),r}Ch.Cache=Ti;var vR=500;function yR(e){var t=Ch(e,function(n){return r.size===vR&&r.clear(),n}),r=t.cache;return t}var wR=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,bR=/\\(\\)?/g,xR=yR(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(wR,function(r,n,i,o){t.push(i?o.replace(bR,"$1"):n||r)}),t});const SR=xR;function ER(e){return e==null?"":ob(e)}function Cb(e,t){return Gr(e)?e:_h(e,t)?[e]:SR(ER(e))}var _R=1/0;function Hu(e){if(typeof e=="string"||Ra(e))return e;var t=e+"";return t=="0"&&1/e==-_R?"-0":t}function Mh(e,t){t=Cb(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[Hu(t[r++])];return r&&r==n?e:void 0}function CR(e,t,r){var n=e==null?void 0:Mh(e,t);return n===void 0?r:n}function Mb(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}var MR=_b(Object.getPrototypeOf,Object);const Ab=MR;function AR(){this.__data__=new Ai,this.size=0}function TR(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function IR(e){return this.__data__.get(e)}function OR(e){return this.__data__.has(e)}var PR=200;function RR(e,t){var r=this.__data__;if(r instanceof Ai){var n=r.__data__;if(!Da||n.length<PR-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Ti(n)}return r.set(e,t),this.size=r.size,this}function ri(e){var t=this.__data__=new Ai(e);this.size=t.size}ri.prototype.clear=AR,ri.prototype.delete=TR,ri.prototype.get=IR,ri.prototype.has=OR,ri.prototype.set=RR;function NR(e,t){return e&&Lu(t,ja(t),e)}function jR(e,t){return e&&Lu(t,Eh(t),e)}var Tb=typeof qt=="object"&&qt&&!qt.nodeType&&qt,Ib=Tb&&typeof module=="object"&&module&&!module.nodeType&&module,kR=Ib&&Ib.exports===Tb,Ob=kR?ei.Buffer:void 0,Pb=Ob?Ob.allocUnsafe:void 0;function DR(e,t){if(t)return e.slice();var r=e.length,n=Pb?Pb(r):new e.constructor(r);return e.copy(n),n}function Rb(e,t){for(var r=-1,n=e==null?0:e.length,i=0,o=[];++r<n;){var s=e[r];t(s,r,e)&&(o[i++]=s)}return o}function Nb(){return[]}var BR=Object.prototype,LR=BR.propertyIsEnumerable,jb=Object.getOwnPropertySymbols,$R=jb?function(e){return e==null?[]:(e=Object(e),Rb(jb(e),function(t){return LR.call(e,t)}))}:Nb;const Ah=$R;function FR(e,t){return Lu(e,Ah(e),t)}var UR=Object.getOwnPropertySymbols,VR=UR?function(e){for(var t=[];e;)Mb(t,Ah(e)),e=Ab(e);return t}:Nb;const kb=VR;function zR(e,t){return Lu(e,kb(e),t)}function Db(e,t,r){var n=t(e);return Gr(e)?n:Mb(n,r(e))}function Th(e){return Db(e,ja,Ah)}function HR(e){return Db(e,Eh,kb)}var qR=Ro(ei,"DataView");const Ih=qR;var WR=Ro(ei,"Promise");const Oh=WR;var GR=Ro(ei,"Set");const Ph=GR;var Bb="[object Map]",KR="[object Object]",Lb="[object Promise]",$b="[object Set]",Fb="[object WeakMap]",Ub="[object DataView]",YR=Po(Ih),ZR=Po(Da),XR=Po(Oh),JR=Po(Ph),QR=Po(yh),jo=Ps;(Ih&&jo(new Ih(new ArrayBuffer(1)))!=Ub||Da&&jo(new Da)!=Bb||Oh&&jo(Oh.resolve())!=Lb||Ph&&jo(new Ph)!=$b||yh&&jo(new yh)!=Fb)&&(jo=function(e){var t=Ps(e),r=t==KR?e.constructor:void 0,n=r?Po(r):"";if(n)switch(n){case YR:return Ub;case ZR:return Bb;case XR:return Lb;case JR:return $b;case QR:return Fb}return t});const Ba=jo;var eN=Object.prototype,tN=eN.hasOwnProperty;function rN(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&tN.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var nN=ei.Uint8Array;const qu=nN;function Rh(e){var t=new e.constructor(e.byteLength);return new qu(t).set(new qu(e)),t}function iN(e,t){var r=t?Rh(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var oN=/\w*$/;function sN(e){var t=new e.constructor(e.source,oN.exec(e));return t.lastIndex=e.lastIndex,t}var Vb=ti?ti.prototype:void 0,zb=Vb?Vb.valueOf:void 0;function aN(e){return zb?Object(zb.call(e)):{}}function cN(e,t){var r=t?Rh(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var uN="[object Boolean]",lN="[object Date]",fN="[object Map]",dN="[object Number]",hN="[object RegExp]",pN="[object Set]",mN="[object String]",gN="[object Symbol]",vN="[object ArrayBuffer]",yN="[object DataView]",wN="[object Float32Array]",bN="[object Float64Array]",xN="[object Int8Array]",SN="[object Int16Array]",EN="[object Int32Array]",_N="[object Uint8Array]",CN="[object Uint8ClampedArray]",MN="[object Uint16Array]",AN="[object Uint32Array]";function TN(e,t,r){var n=e.constructor;switch(t){case vN:return Rh(e);case uN:case lN:return new n(+e);case yN:return iN(e,r);case wN:case bN:case xN:case SN:case EN:case _N:case CN:case MN:case AN:return cN(e,r);case fN:return new n;case dN:case mN:return new n(e);case hN:return sN(e);case pN:return new n;case gN:return aN(e)}}function IN(e){return typeof e.constructor=="function"&&!xh(e)?LO(Ab(e)):{}}var ON="[object Map]";function PN(e){return to(e)&&Ba(e)==ON}var Hb=Ns&&Ns.isMap,RN=Hb?Uu(Hb):PN;const NN=RN;var jN="[object Set]";function kN(e){return to(e)&&Ba(e)==jN}var qb=Ns&&Ns.isSet,DN=qb?Uu(qb):kN;const BN=DN;var LN=1,$N=2,FN=4,Wb="[object Arguments]",UN="[object Array]",VN="[object Boolean]",zN="[object Date]",HN="[object Error]",Gb="[object Function]",qN="[object GeneratorFunction]",WN="[object Map]",GN="[object Number]",Kb="[object Object]",KN="[object RegExp]",YN="[object Set]",ZN="[object String]",XN="[object Symbol]",JN="[object WeakMap]",QN="[object ArrayBuffer]",ej="[object DataView]",tj="[object Float32Array]",rj="[object Float64Array]",nj="[object Int8Array]",ij="[object Int16Array]",oj="[object Int32Array]",sj="[object Uint8Array]",aj="[object Uint8ClampedArray]",cj="[object Uint16Array]",uj="[object Uint32Array]",Zt={};Zt[Wb]=Zt[UN]=Zt[QN]=Zt[ej]=Zt[VN]=Zt[zN]=Zt[tj]=Zt[rj]=Zt[nj]=Zt[ij]=Zt[oj]=Zt[WN]=Zt[GN]=Zt[Kb]=Zt[KN]=Zt[YN]=Zt[ZN]=Zt[XN]=Zt[sj]=Zt[aj]=Zt[cj]=Zt[uj]=!0,Zt[HN]=Zt[Gb]=Zt[JN]=!1;function Wu(e,t,r,n,i,o){var s,a=t&LN,c=t&$N,u=t&FN;if(r&&(s=i?r(e,n,i,o):r(e)),s!==void 0)return s;if(!Rs(e))return e;var l=Gr(e);if(l){if(s=rN(e),!a)return $O(e,s)}else{var d=Ba(e),p=d==Gb||d==qN;if(Fu(e))return DR(e,a);if(d==Kb||d==Wb||p&&!i){if(s=c||p?{}:IN(e),!a)return c?zR(e,jR(s,e)):FR(e,NR(s,e))}else{if(!Zt[d])return i?e:{};s=TN(e,d,a)}}o||(o=new ri);var w=o.get(e);if(w)return w;o.set(e,s),BN(e)?e.forEach(function(T){s.add(Wu(T,t,r,T,e,o))}):NN(e)&&e.forEach(function(T,O){s.set(O,Wu(T,t,r,O,e,o))});var b=u?c?HR:Th:c?Eh:ja,y=l?void 0:b(e);return UO(y||e,function(T,O){y&&(O=T,T=e[O]),hb(s,O,Wu(T,t,r,O,e,o))}),s}var lj=1,fj=4;function dj(e){return Wu(e,lj|fj)}var hj="__lodash_hash_undefined__";function pj(e){return this.__data__.set(e,hj),this}function mj(e){return this.__data__.has(e)}function Gu(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new Ti;++t<r;)this.add(e[t])}Gu.prototype.add=Gu.prototype.push=pj,Gu.prototype.has=mj;function gj(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}function vj(e,t){return e.has(t)}var yj=1,wj=2;function Yb(e,t,r,n,i,o){var s=r&yj,a=e.length,c=t.length;if(a!=c&&!(s&&c>a))return!1;var u=o.get(e),l=o.get(t);if(u&&l)return u==t&&l==e;var d=-1,p=!0,w=r&wj?new Gu:void 0;for(o.set(e,t),o.set(t,e);++d<a;){var b=e[d],y=t[d];if(n)var T=s?n(y,b,d,t,e,o):n(b,y,d,e,t,o);if(T!==void 0){if(T)continue;p=!1;break}if(w){if(!gj(t,function(O,R){if(!vj(w,R)&&(b===O||i(b,O,r,n,o)))return w.push(R)})){p=!1;break}}else if(!(b===y||i(b,y,r,n,o))){p=!1;break}}return o.delete(e),o.delete(t),p}function bj(e){var t=-1,r=Array(e.size);return e.forEach(function(n,i){r[++t]=[i,n]}),r}function xj(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var Sj=1,Ej=2,_j="[object Boolean]",Cj="[object Date]",Mj="[object Error]",Aj="[object Map]",Tj="[object Number]",Ij="[object RegExp]",Oj="[object Set]",Pj="[object String]",Rj="[object Symbol]",Nj="[object ArrayBuffer]",jj="[object DataView]",Zb=ti?ti.prototype:void 0,Nh=Zb?Zb.valueOf:void 0;function kj(e,t,r,n,i,o,s){switch(r){case jj:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Nj:return!(e.byteLength!=t.byteLength||!o(new qu(e),new qu(t)));case _j:case Cj:case Tj:return wh(+e,+t);case Mj:return e.name==t.name&&e.message==t.message;case Ij:case Pj:return e==t+"";case Aj:var a=bj;case Oj:var c=n&Sj;if(a||(a=xj),e.size!=t.size&&!c)return!1;var u=s.get(e);if(u)return u==t;n|=Ej,s.set(e,t);var l=Yb(a(e),a(t),n,i,o,s);return s.delete(e),l;case Rj:if(Nh)return Nh.call(e)==Nh.call(t)}return!1}var Dj=1,Bj=Object.prototype,Lj=Bj.hasOwnProperty;function $j(e,t,r,n,i,o){var s=r&Dj,a=Th(e),c=a.length,u=Th(t),l=u.length;if(c!=l&&!s)return!1;for(var d=c;d--;){var p=a[d];if(!(s?p in t:Lj.call(t,p)))return!1}var w=o.get(e),b=o.get(t);if(w&&b)return w==t&&b==e;var y=!0;o.set(e,t),o.set(t,e);for(var T=s;++d<c;){p=a[d];var O=e[p],R=t[p];if(n)var k=s?n(R,O,p,t,e,o):n(O,R,p,e,t,o);if(!(k===void 0?O===R||i(O,R,r,n,o):k)){y=!1;break}T||(T=p=="constructor")}if(y&&!T){var F=e.constructor,L=t.constructor;F!=L&&"constructor"in e&&"constructor"in t&&!(typeof F=="function"&&F instanceof F&&typeof L=="function"&&L instanceof L)&&(y=!1)}return o.delete(e),o.delete(t),y}var Fj=1,Xb="[object Arguments]",Jb="[object Array]",Ku="[object Object]",Uj=Object.prototype,Qb=Uj.hasOwnProperty;function Vj(e,t,r,n,i,o){var s=Gr(e),a=Gr(t),c=s?Jb:Ba(e),u=a?Jb:Ba(t);c=c==Xb?Ku:c,u=u==Xb?Ku:u;var l=c==Ku,d=u==Ku,p=c==u;if(p&&Fu(e)){if(!Fu(t))return!1;s=!0,l=!1}if(p&&!l)return o||(o=new ri),s||Sb(e)?Yb(e,t,r,n,i,o):kj(e,t,c,r,n,i,o);if(!(r&Fj)){var w=l&&Qb.call(e,"__wrapped__"),b=d&&Qb.call(t,"__wrapped__");if(w||b){var y=w?e.value():e,T=b?t.value():t;return o||(o=new ri),i(y,T,r,n,o)}}return p?(o||(o=new ri),$j(e,t,r,n,i,o)):!1}function Yu(e,t,r,n,i){return e===t?!0:e==null||t==null||!to(e)&&!to(t)?e!==e&&t!==t:Vj(e,t,r,n,Yu,i)}var zj=1,Hj=2;function qj(e,t,r,n){var i=r.length,o=i,s=!n;if(e==null)return!o;for(e=Object(e);i--;){var a=r[i];if(s&&a[2]?a[1]!==e[a[0]]:!(a[0]in e))return!1}for(;++i<o;){a=r[i];var c=a[0],u=e[c],l=a[1];if(s&&a[2]){if(u===void 0&&!(c in e))return!1}else{var d=new ri;if(n)var p=n(u,l,c,e,t,d);if(!(p===void 0?Yu(l,u,zj|Hj,n,d):p))return!1}}return!0}function e2(e){return e===e&&!Rs(e)}function Wj(e){for(var t=ja(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,e2(i)]}return t}function t2(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function Gj(e){var t=Wj(e);return t.length==1&&t[0][2]?t2(t[0][0],t[0][1]):function(r){return r===e||qj(r,e,t)}}function Kj(e,t){return e!=null&&t in Object(e)}function Yj(e,t,r){t=Cb(t,e);for(var n=-1,i=t.length,o=!1;++n<i;){var s=Hu(t[n]);if(!(o=e!=null&&r(e,s)))break;e=e[s]}return o||++n!=i?o:(i=e==null?0:e.length,!!i&&bh(i)&&fb(s,i)&&(Gr(e)||gb(e)))}function Zj(e,t){return e!=null&&Yj(e,t,Kj)}var Xj=1,Jj=2;function Qj(e,t){return _h(e)&&e2(t)?t2(Hu(e),t):function(r){var n=CR(r,e);return n===void 0&&n===t?Zj(r,e):Yu(t,n,Xj|Jj)}}function ek(e){return function(t){return t==null?void 0:t[e]}}function tk(e){return function(t){return Mh(t,e)}}function rk(e){return _h(e)?ek(Hu(e)):tk(e)}function r2(e){return typeof e=="function"?e:e==null?sb:typeof e=="object"?Gr(e)?Qj(e[0],e[1]):Gj(e):rk(e)}function nk(e){return function(t,r,n){for(var i=-1,o=Object(t),s=n(t),a=s.length;a--;){var c=s[e?a:++i];if(r(o[c],c,o)===!1)break}return t}}var ik=nk();const ok=ik;function sk(e,t){return e&&ok(e,t,ja)}function ak(e,t){return function(r,n){if(r==null)return r;if(!$u(r))return e(r,n);for(var i=r.length,o=t?i:-1,s=Object(r);(t?o--:++o<i)&&n(s[o],o,s)!==!1;);return r}}var ck=ak(sk);const n2=ck;function uk(e,t){var r=[];return n2(e,function(n,i,o){t(n,i,o)&&r.push(n)}),r}function lk(e,t){var r=Gr(e)?Rb:uk;return r(e,r2(t))}function fk(e,t){var r=-1,n=$u(e)?Array(e.length):[];return n2(e,function(i,o,s){n[++r]=t(i,o,s)}),n}function dk(e,t){return Yu(e,t)}function hk(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}function pk(e,t){if(e!==t){var r=e!==void 0,n=e===null,i=e===e,o=Ra(e),s=t!==void 0,a=t===null,c=t===t,u=Ra(t);if(!a&&!u&&!o&&e>t||o&&s&&c&&!a&&!u||n&&s&&c||!r&&c||!i)return 1;if(!n&&!o&&!u&&e<t||u&&r&&i&&!n&&!o||a&&r&&i||!s&&i||!c)return-1}return 0}function mk(e,t,r){for(var n=-1,i=e.criteria,o=t.criteria,s=i.length,a=r.length;++n<s;){var c=pk(i[n],o[n]);if(c){if(n>=a)return c;var u=r[n];return c*(u=="desc"?-1:1)}}return e.index-t.index}function gk(e,t,r){t.length?t=Bu(t,function(o){return Gr(o)?function(s){return Mh(s,o.length===1?o[0]:o)}:o}):t=[sb];var n=-1;t=Bu(t,Uu(r2));var i=fk(e,function(o,s,a){var c=Bu(t,function(u){return u(o)});return{criteria:c,index:++n,value:o}});return hk(i,function(o,s){return mk(o,s,r)})}function vk(e,t,r,n){return e==null?[]:(Gr(t)||(t=t==null?[]:[t]),r=n?void 0:r,Gr(r)||(r=r==null?[]:[r]),gk(e,t,r))}function yk({toBack:e,onSubmitClick:t,data:r}){const{fromCoin:n,toCoin:i}=dn(),o=te.useRef(!1),{slippage:s}=$r(),[a,c]=te.useState(r),{fromAmountUi:u,toAmountUi:l,byAmountIn:d}=a,{amountLimit:p}=qw(s,a),{showPriceImpactTips:w,showPriceImpactWarn:b}=Zw(n,i,u,l),{priceAcceptRouterData:y}=BI(a),[T,O]=te.useState(!1),[R,k]=te.useState(!1);te.useMemo(()=>d?i:n,[d]);const F=te.useMemo(()=>y!==void 0,[y]),L=()=>{if(y){if(o.current)return;o.current=!0;const H=dj(y);c(H),setTimeout(()=>{o.current=!1},300)}},q=te.useMemo(()=>T?!1:!!b,[T,b]);return x.jsxs("div",{className:"secondary-dialog",children:[x.jsx(gh,{title:"Review your order",backClick:e}),x.jsxs("div",{className:"secondary-content",children:[x.jsxs("div",{className:"trade-info",children:[x.jsxs("div",{className:"amount-info",children:[x.jsx("span",{className:"amount",children:cs(u||"")}),x.jsx("img",{src:n==null?void 0:n.logo_url}),x.jsx("span",{className:"symbol",children:cn((n==null?void 0:n.symbol)||"")})]}),x.jsx("div",{className:"dividing-line",children:x.jsx("div",{className:"swap-icon",children:x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-trade"})})})}),x.jsxs("div",{className:"amount-info",children:[x.jsx("span",{className:"amount",children:cs(l||"")}),x.jsx("img",{src:i==null?void 0:i.logo_url}),x.jsx("span",{className:"symbol",children:cn((i==null?void 0:i.symbol)||"")})]})]}),x.jsxs("div",{className:"current-price-tips-box yellow",style:{fontSize:"12px",marginTop:"8px",flexDirection:"column",justifyContent:"start",gap:"10px"},children:[x.jsx("div",{className:"current-price-box",style:{backgroundColor:"#1b242c",marginTop:"-1px"},children:x.jsx(mh,{baseToken:n,quoteToken:i,baseAmount:u||"0",quoteAmount:l||"0",loading:!1})}),w&&x.jsx("div",{style:{paddingBottom:"10px",color:"var(--cs-warning)"},children:"High price difference. Be cautious before submitting your order."})]}),x.jsxs("div",{className:"swap-info-between",children:[x.jsx("div",{className:"left",children:"Slippage Tolerance"}),x.jsxs("div",{className:"right",children:[s,"%"]})]}),x.jsx(Qw,{pl:"0px",pr:"0px",isLoading:!1,amountLimit:p}),x.jsx(Jw,{isLoading:!1,routerData:a,noTips:!0}),b&&x.jsxs("div",{style:{width:"100%",marginTop:"8px",gap:"1px"},children:[x.jsx("div",{style:{width:"100%",gap:"8px",fontSize:"12px",backgroundColor:"var(--cs-error-10)",paddingLeft:"16px",paddingRight:"16px",paddingTop:"8px",paddingBottom:"8px",borderRadius:"12px",color:"#ff5073"},children:"The exchange rate of this order deviates from the market price by a large percentage. Are you sure you want to continue the swap?"}),x.jsxs("div",{style:{width:"100%",gap:"16px",display:"flex",flexDirection:"row",marginTop:"-10px"},children:[x.jsx("button",{className:"swap-btn cs-outline-btn secondary-btn",style:{fontSize:"14px",height:"42px",flex:1,color:T?"#72c1f7":"#7F98A7"},onClick:()=>{O(!0)},children:"Yes, please continue."}),x.jsx("button",{className:"swap-btn cs-outline-btn secondary-btn",style:{fontSize:"14px",height:"42px",color:"#7F98A7",flex:1},onClick:()=>e(),children:"No,cancel it."})]})]})]}),!F&&x.jsx("button",{disabled:q||R,className:"swap-btn cs-solid-btn",style:{marginTop:"8px"},onClick:()=>{R||(k(!0),t(a))},children:R?x.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:x.jsx(Yw,{})}):"Confirm Swap"}),F&&x.jsxs("div",{className:"price-update",children:[x.jsxs("div",{className:"left",children:[x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-alert"})}),x.jsx("span",{children:"Price update"})]}),x.jsx("div",{className:"right",children:x.jsx("button",{className:"cs-solid-btn",onClick:L,children:"Accept"})})]})]})}function Zu(e){const{text:t,type:r}=e,[n,i]=te.useState(!1),{addCommonToast:o}=Ts(),s=a=>{n||(qc(a),Lw(t,{debug:!1,message:"message"}),o("Copied"),i(!n))};return te.useEffect(()=>{n&&setTimeout(()=>{i(!1)},2e3)},[n]),x.jsx(x.Fragment,{children:r==="btn"?x.jsxs("div",{className:"copy-btn",onClick:s,children:[x.jsx("svg",{className:"cs-icon cs-copy-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:n?"#icon-sel":"#icon-copy"})}),x.jsx("span",{children:"Copy"})]}):x.jsx("svg",{className:"cs-icon cs-copy-icon","aria-hidden":"true",onClick:s,children:x.jsx("use",{xlinkHref:n?"#icon-sel":"#icon-copy"})})})}function wk({toBack:e,data:t,isLoading:r}){const{fromCoin:n,toCoin:i,fromAmount:o,toAmount:s}=dn(),{getTokenInfo:a}=eo(),c=te.useMemo(()=>{var u;return(u=t==null?void 0:t.routers)==null?void 0:u.map(l=>({...l,paths:l.paths.map(d=>({...d,fromToken:a(d.from_type),toToken:a(d.to_type)}))}))},[t]);return x.jsxs("div",{className:"route-dialog",children:[x.jsx(gh,{title:"Route",backClick:e}),x.jsxs("div",{className:"route-dialog-content",children:[x.jsx("div",{className:"simple-router-box",children:x.jsx(o2,{hasSubMenu:!1,isLoading:r,formatSwapRouter:t})}),x.jsxs("div",{className:"center",style:{flexDirection:"column",gap:"0px"},children:[x.jsxs("div",{className:"center",style:{gap:"4px",marginTop:"16px"},children:[x.jsx(Wr,{src:n==null?void 0:n.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),x.jsx("span",{className:"amount",children:jr(o,n==null?void 0:n.decimals)}),x.jsx("span",{className:"symbol",children:n==null?void 0:n.symbol})]}),x.jsx("div",{className:"route-box-h5 center",children:x.jsx("div",{style:{width:"100%",gap:"32px",border:"1px dashed #2a3238",borderRadius:"8px",display:"flex",flexDirection:"column",paddingTop:"20px",paddingBottom:"20px",overflowY:"auto",maxHeight:"280px",position:"relative"},children:c==null?void 0:c.map((u,l)=>x.jsxs("div",{className:"route-item-box-h5",children:[x.jsxs("div",{className:"percent",children:[De(u.percentage).mul(100).toString(),"%"]}),x.jsx("div",{className:u.paths.length>1?"route-two-h5":"",style:{width:"100%",display:"flex",flexDirection:"column",alignItems:"center",gap:"8px"},children:u.paths.map(d=>x.jsx("div",{className:"route-path-item",children:x.jsx(Xw,{autoSwitchTooltip:!0,position:"bottom",content:x.jsxs("div",{className:"router-pool-tip-con",style:{display:"flex",flexDirection:"column"},children:[x.jsx(xk,{poolAddress:d.pool_address}),x.jsx(i2,{token:d.fromToken}),x.jsx(i2,{token:d.toToken})]}),children:x.jsx(bk,{path:d})})},d.to_type))})]},l))})}),x.jsxs("div",{className:"center",style:{gap:"4px"},children:[x.jsx(Wr,{src:i==null?void 0:i.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),x.jsx("span",{className:"amount",children:jr(s,i==null?void 0:i.decimals)}),x.jsx("span",{className:"symbol",children:i==null?void 0:i.symbol})]})]})]})]})}function bk({path:e}){var t,r,n;return x.jsxs("div",{role:"button",style:{display:"flex",flexDirection:"row",gap:"0px",zIndex:3},children:[x.jsxs("div",{style:{display:"flex",flexDirection:"row"},children:[x.jsx(Wr,{src:(t=e.fromToken)==null?void 0:t.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}}),x.jsx(Wr,{src:(r=e.toToken)==null?void 0:r.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}})]}),x.jsxs("span",{className:"provider",children:[(n=M1[e.provider])==null?void 0:n.name," "]}),!!+e.fee_rate&&x.jsxs("div",{className:"fee-tier",children:[" ",De(e.fee_rate).mul(100).toString(),"%"]})]})}function i2({token:e}){const{getExplorerUrl:t}=ls();return x.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",alignItems:"center",height:"40px",fontSize:"12px",gap:"12px"},children:[x.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",gap:"8px",flexShrink:0},children:[x.jsx(Wr,{src:e==null?void 0:e.logo_url,style:{width:"20px",height:"20px",borderRadius:"100%"}}),x.jsx("span",{style:{color:"#fff",fontSize:"12px"},children:cn((e==null?void 0:e.symbol)||"")})]}),x.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[x.jsx("a",{onClick:qc,href:t(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{textDecoration:"none",color:"#909ca4"},children:Eo(e==null?void 0:e.coin_type)}),x.jsx(Zu,{text:(e==null?void 0:e.coin_type)||""})]})]})}function xk({poolAddress:e}){const{getExplorerUrl:t}=ls();return x.jsxs(x.Fragment,{children:[e&&x.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",fontSize:"12px",gap:"12px"},children:[x.jsx("span",{style:{color:"fff",fontSize:"12px"},children:"Pool"}),x.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[x.jsx("a",{style:{color:"#fff",textDecoration:"none"},onClick:qc,href:t(e,"poolAddress"),target:"_blank",children:Eo(e)}),x.jsx(Zu,{text:e})]})]}),e&&x.jsx("div",{style:{width:"100%",height:"1px",marginTop:"12px",backgroundColor:"var(--cs-border)"}})]})}function o2({hasSubMenu:e,isLoading:t,formatSwapRouter:r}){var d;const[n,i]=te.useState(!1),{isApp:o}=ju(),{fetchTokenInfo:s}=eo(),a=te.useMemo(()=>(r==null?void 0:r.routers.length)===1,[r==null?void 0:r.routers.length]),[c,u]=te.useState(""),l=async()=>{var y,T;const p=[],w=((T=(y=r==null?void 0:r.routers)==null?void 0:y[0])==null?void 0:T.paths)||[];for(let O=0;O<w.length;O++){const R=w[O],k=await s(R==null?void 0:R.to_type);if(O===0){const F=await s(R==null?void 0:R.from_type);p.push(`${F==null?void 0:F.symbol} > ${k==null?void 0:k.symbol}`)}else p.push(k==null?void 0:k.symbol)}const b=p.join(" > ");u(b)};return te.useEffect(()=>{a&&l()},[a]),x.jsxs("div",{className:"simple-router-block",style:{paddingLeft:e?"8px":"0px",paddingRight:e?"8px":"0px"},children:[x.jsx("div",{className:"left",style:{whiteSpace:"nowrap",color:e?"var(--cs-text-con)":"#fff",paddingRight:"8px"},children:e?"Auto Router":"Route"}),t?x.jsx(As,{style:{width:"80px",height:"18px"}}):x.jsxs("div",{className:"right",onClick:()=>{i(!0)},children:[x.jsx("span",{style:{textAlign:"right",color:"#fff"},children:a?c:r==null?void 0:r.router_summery}),x.jsxs("div",{className:"providers",children:[(d=r==null?void 0:r.providers)==null?void 0:d.map((p,w)=>{var b;return o?x.jsx(Wr,{src:cr[p],style:{width:"16px",height:"16px"}}):x.jsx(ku,{content:x.jsx("div",{children:((b=M1[p])==null?void 0:b.name)||p}),position:"top",delay:300,children:x.jsx(Wr,{src:cr[p],style:{width:"16px",height:"16px"}})},p)}),e&&x.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{width:"16px",height:"16px",flexShrink:0},children:x.jsx("use",{xlinkHref:"#icon-spread"})})]})]}),n&&e&&x.jsx(wk,{data:r,isLoading:t,toBack:()=>i(!1)})]})}const WB="",La=Ei((e,t)=>({currentTypeTab:"Default",setCurrentTypeTab:r=>{e(()=>({currentTypeTab:r}))},currentPlatformTab:"All",setCurrentPlatformTab:r=>{e(()=>({currentPlatformTab:r}))},platformList:["All","Wormhole"],setPlatformList:r=>{e(()=>({platformList:r}))},isOpenImportDialog:!1,setIsOpenImportDialog:r=>{e(()=>({isOpenImportDialog:r}))},collectTokenMap:new Map,setCollectTokenMap:(r,n=!1)=>{e(()=>({collectTokenMap:r})),n||Si.setItem(S1,r)},showTokenList:[],setShowTokenList:r=>{e(()=>({showTokenList:[...r]}))},combineTokenList:[],setComBineTokenList:r=>{e(()=>({combineTokenList:r}))},currentImportTokenData:void 0,setCurrentImportTokenData:r=>{e(()=>({currentImportTokenData:r}))},importTokenList:[],importTokenIsLoading:!1,setImportToken:(r,n)=>{const{importTokenList:i,setImportTokenList:o}=t();let s=i;if(n)s=[r,...s];else{const a=Bg(r.coin_type);s=i.filter(c=>Bg(c.coin_type)!==a)}return o(s),Si.setItem(E1,s),s},setImportTokenList:r=>{e(()=>({importTokenList:r}))},setImportTokenIsLoading:r=>{e(()=>({importTokenIsLoading:r}))},searchInput:"",setSearchInput:r=>{e(()=>({searchInput:r}))},showTokenListIsLoading:!1,setShowTokenListIsLoading:r=>{e(()=>({showTokenListIsLoading:r}))}}));Si.getItem(S1).then(e=>{e!==null&&La.getState().setCollectTokenMap(e,!0)}),Si.getItem(E1).then(e=>{e&&La.getState().setImportTokenList(e)});function s2(){const{setCollectTokenMap:e,collectTokenMap:t}=La(),r=i=>{const o=new Map(t);o.get(i.coin_type)?o.delete(i.coin_type):o.set(i.coin_type,i),e(o)},n=te.useCallback(i=>t.get(i.coin_type)!==void 0,[t]);return{handleCollectToken:r,isCollectToken:n,collectTokenMap:t}}function Sk(e){const{trustedTokenList:t}=Is(),{tokenBalanceObj:r,currentAccount:n}=Pn(),{coinPriceObj:i}=Vw(),{getTokenAmountValue:o}=Nu(),{fetchTokenInfo:s}=eo(),{currentTypeTab:a,showTokenList:c,setShowTokenList:u,combineTokenList:l,importTokenList:d,setComBineTokenList:p,setImportToken:w,setCurrentImportTokenData:b,setImportTokenIsLoading:y,currentImportTokenData:T,searchInput:O,setSearchInput:R,importTokenIsLoading:k,showTokenListIsLoading:F,setCurrentTypeTab:L}=La(),[q,H]=te.useState(!1);te.useEffect(()=>{t&&(t==null?void 0:t.length)>0&&H(!0)},[t]);const[K,re]=te.useState(!1);te.useEffect(()=>{v1(i)||re(!0)},[i]);const oe=te.useRef({}),[ae,z]=te.useState(!1);te.useEffect(()=>{(!v1(r)||!ud(oe.current,r))&&(oe.current=r,z(!0))},[r]);const D=(v,N)=>{const ee=N&&N.toLocaleLowerCase().trim(),ie=v.map(me=>{let xe=0,be=0;me.symbol.toLowerCase()===ee||me.name.toLowerCase()===ee||me.coin_type.toLowerCase()===ee?(xe=1e3,be=2):me.symbol.toLowerCase().indexOf(ee)>-1?(xe=100,be=0):me.name.toLowerCase().indexOf(ee)>-1?(xe=10,be=0):me.coin_type.toLowerCase().indexOf(ee)>-1?(xe=1,be=0):me.coin_type.toLowerCase()=="0x2::sui::sui"&&(be=1);let Ve=Array.isArray(me==null?void 0:me.coin_priority)?Number(me.coin_priority[0])||0:Number(me==null?void 0:me.coin_priority)||0;return e===me.coin_type&&!N&&(be=12,xe=1e3,Ve=1e4),{...me,mark:xe,sort:be,coin_priority_sort:Ve,rateNumber:Number((me==null?void 0:me.rate)||"0"),balanceNumber:Number((me==null?void 0:me.balance)||"0")}});return vk(ie,[me=>!N&&e===me.coin_type?1:0,"rateNumber","balanceNumber","sort","mark","coin_priority_sort"],["desc","desc","desc","desc","desc","desc"])},h=(v,N=!1)=>{const ee=N?v.trim():v.toLowerCase().trim(),ie=["symbol","name","coin_type"];return lk(ee.length===0?l:[...l,...d],me=>ie.some(xe=>{const be=me[xe];if(typeof be=="string"){const Ve=N?be:be.toLowerCase();return xe==="coin_type"?Ve.includes(ee)||bi(Ve,!0).includes(bi(ee,!0)):Ve.includes(ee)}return!1}))},f=v=>{v||b(void 0);const N=h(v);if((N==null?void 0:N.length)===0){m(v);return}else{const ee=D(N,v);u(ee)}},m=async v=>{var N;y(!0);try{if(y1(v)){const ee=v.trim(),ie=Rr(ee).full_address,le=await s(ie);if(!le){u([]);return}const me=((N=r==null?void 0:r[ee])==null?void 0:N.totalBalanceFormat)||"0",xe=De(me).gt("0")?o(ee,me):"0",be={...le,balance:me,rate:xe};u([be]),b(be)}else{u([]);return}}catch{b(void 0),u([]);return}finally{y(!1)}},S=v=>{if(v==="Default")I("All");else{const N=D(d,O);u(N)}},M=()=>{if(T){const v=w(T,!0),N=D(v,O);u(N),b(void 0),R("")}},_=v=>{const N=w(v,!1),ee=D(N,O);u(ee)},I=v=>{const N=v==="All"?[...l]:l.filter(ie=>v=="Native"?!ie.labels||ie.labels.length==0||ie.labels=="Native":ie.labels&&ie.labels.length>0&&ie.labels[0].toLowerCase()==v.toLowerCase()),ee=D(N,O);u(ee)};te.useEffect(()=>{if(!q||!(t!=null&&t.length)){p([]);return}if(!(n!=null&&n.address))p(t);else if(n!=null&&n.address){const v=[];for(const N of t){const ee=r==null?void 0:r[N==null?void 0:N.coin_type],ie=(ee==null?void 0:ee.totalBalanceFormat)||"0",le=(ee==null?void 0:ee.displayBalance)||"0",me=De(ie).gt("0")?o(N==null?void 0:N.coin_type,ie):"0";v.push({...N,balance:le,rate:jr(me,4,!0)})}p(v)}},[q,K,ae,n==null?void 0:n.address]);const C=te.useRef([]);te.useEffect(()=>{if((l==null?void 0:l.length)>0&&!dk(C.current,l)){C.current=l;const v=D(l);e&&d.find(ee=>ee.coin_type===e)!==void 0?(L("Imported"),S("Imported")):u(v)}},[l,e]);const g=te.useMemo(()=>{if(a==="Default"){if(!F&&(c==null?void 0:c.length)===0)return!0}else if((c==null?void 0:c.length)===0&&!k)return!0;return!1},[O,c,T,k,F]);return{showTokenList:c,handleSearch:f,handleChangePlatform:I,currentImportTokenData:T,handleChangeType:S,handleImportClick:M,handleDeleteImportClick:_,isNoData:g}}function Ek({tokenList:e,onHandleTokenAction:t}){return x.jsx("div",{className:"token-collect-list",children:e.map(r=>x.jsx(_k,{token:r,onHandleTokenAction:t},r.coin_type))})}function _k({token:e,onHandleTokenAction:t}){return x.jsxs("div",{className:"token-collect-item",onClick:()=>{t(e,"select_token")},children:[x.jsx("img",{src:e.logo_url,style:{marginRight:"8px"}}),x.jsx("span",{children:e.symbol}),x.jsx("i",{children:x.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:r=>{r.stopPropagation(),t(e,"un_collect")},children:x.jsx("use",{xlinkHref:"#icon-close"})})})]})}const Ck=Tt("/images/img_no_data@2x.png");function Mk(e){const{img:t=Ck,text:r,width:n="100%",height:i="auto",padding:o="20px",subItem:s}=e;return x.jsxs("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:n,height:i,padding:o,boxSizing:"border-box",textAlign:"center"},children:[t&&x.jsx("img",{src:t,alt:"No Data",style:{width:"160px",height:"160px"}}),r&&x.jsx("div",{style:{color:"#fff",fontSize:"14px"},children:r}),s&&s]})}function Ak({tabList:e,currentTab:t,changeTab:r}){return x.jsx("div",{className:"platform-tabs",children:e.map(n=>x.jsx("div",{className:t===n?"platform-tab-item active":"platform-tab-item",onClick:()=>{r(n)},children:n},n))})}var a2=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function Tk(e,t){return!!(e===t||a2(e)&&a2(t))}function Ik(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!Tk(e[r],t[r]))return!1;return!0}function Ok(e,t){t===void 0&&(t=Ik);var r=null;function n(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];if(r&&r.lastThis===this&&t(i,r.lastArgs))return r.lastResult;var s=e.apply(this,i);return r={lastResult:s,lastArgs:i,lastThis:this},s}return n.clear=function(){r=null},n}function jh(){return jh=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jh.apply(null,arguments)}function c2(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function kh(e,t){return kh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},kh(e,t)}function Pk(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,kh(e,t)}var u2=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function Rk(e,t){return!!(e===t||u2(e)&&u2(t))}function Nk(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!Rk(e[r],t[r]))return!1;return!0}function Dh(e,t){t===void 0&&(t=Nk);var r,n=[],i,o=!1;function s(){for(var a=[],c=0;c<arguments.length;c++)a[c]=arguments[c];return o&&r===this&&t(a,n)||(i=e.apply(this,a),o=!0,r=this,n=a),i}return s}function l2(e,t){if(e==null)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.includes(n))continue;r[n]=e[n]}return r}var jk=typeof performance=="object"&&typeof performance.now=="function",f2=jk?function(){return performance.now()}:function(){return Date.now()};function d2(e){cancelAnimationFrame(e.id)}function kk(e,t){var r=f2();function n(){f2()-r>=t?e.call(null):i.id=requestAnimationFrame(n)}var i={id:requestAnimationFrame(n)};return i}var Bh=-1;function h2(e){if(e===void 0&&(e=!1),Bh===-1||e){var t=document.createElement("div"),r=t.style;r.width="50px",r.height="50px",r.overflow="scroll",document.body.appendChild(t),Bh=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return Bh}var js=null;function p2(e){if(e===void 0&&(e=!1),js===null||e){var t=document.createElement("div"),r=t.style;r.width="50px",r.height="50px",r.overflow="scroll",r.direction="rtl";var n=document.createElement("div"),i=n.style;return i.width="100px",i.height="100px",t.appendChild(n),document.body.appendChild(t),t.scrollLeft>0?js="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?js="negative":js="positive-ascending"),document.body.removeChild(t),js}return js}pn.env.NODE_ENV;var Dk=150,Bk=function(t,r){return t},Xu=null,Ju=null;pn.env.NODE_ENV!=="production"&&typeof window<"u"&&typeof window.WeakSet<"u"&&(Xu=new WeakSet,Ju=new WeakSet);function Lk(e){var t,r=e.getItemOffset,n=e.getEstimatedTotalSize,i=e.getItemSize,o=e.getOffsetForIndexAndAlignment,s=e.getStartIndexForOffset,a=e.getStopIndexForStartIndex,c=e.initInstanceProps,u=e.shouldResetStyleCacheOnItemSizeChange,l=e.validateProps;return t=function(d){Pk(p,d);function p(b){var y;return y=d.call(this,b)||this,y._instanceProps=c(y.props,c2(y)),y._outerRef=void 0,y._resetIsScrollingTimeoutId=null,y.state={instance:c2(y),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof y.props.initialScrollOffset=="number"?y.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},y._callOnItemsRendered=void 0,y._callOnItemsRendered=Dh(function(T,O,R,k){return y.props.onItemsRendered({overscanStartIndex:T,overscanStopIndex:O,visibleStartIndex:R,visibleStopIndex:k})}),y._callOnScroll=void 0,y._callOnScroll=Dh(function(T,O,R){return y.props.onScroll({scrollDirection:T,scrollOffset:O,scrollUpdateWasRequested:R})}),y._getItemStyle=void 0,y._getItemStyle=function(T){var O=y.props,R=O.direction,k=O.itemSize,F=O.layout,L=y._getItemStyleCache(u&&k,u&&F,u&&R),q;if(L.hasOwnProperty(T))q=L[T];else{var H=r(y.props,T,y._instanceProps),K=i(y.props,T,y._instanceProps),re=R==="horizontal"||F==="horizontal",oe=R==="rtl",ae=re?H:0;L[T]=q={position:"absolute",left:oe?void 0:ae,right:oe?ae:void 0,top:re?0:H,height:re?"100%":K,width:re?K:"100%"}}return q},y._getItemStyleCache=void 0,y._getItemStyleCache=Dh(function(T,O,R){return{}}),y._onScrollHorizontal=function(T){var O=T.currentTarget,R=O.clientWidth,k=O.scrollLeft,F=O.scrollWidth;y.setState(function(L){if(L.scrollOffset===k)return null;var q=y.props.direction,H=k;if(q==="rtl")switch(p2()){case"negative":H=-k;break;case"positive-descending":H=F-R-k;break}return H=Math.max(0,Math.min(H,F-R)),{isScrolling:!0,scrollDirection:L.scrollOffset<H?"forward":"backward",scrollOffset:H,scrollUpdateWasRequested:!1}},y._resetIsScrollingDebounced)},y._onScrollVertical=function(T){var O=T.currentTarget,R=O.clientHeight,k=O.scrollHeight,F=O.scrollTop;y.setState(function(L){if(L.scrollOffset===F)return null;var q=Math.max(0,Math.min(F,k-R));return{isScrolling:!0,scrollDirection:L.scrollOffset<q?"forward":"backward",scrollOffset:q,scrollUpdateWasRequested:!1}},y._resetIsScrollingDebounced)},y._outerRefSetter=function(T){var O=y.props.outerRef;y._outerRef=T,typeof O=="function"?O(T):O!=null&&typeof O=="object"&&O.hasOwnProperty("current")&&(O.current=T)},y._resetIsScrollingDebounced=function(){y._resetIsScrollingTimeoutId!==null&&d2(y._resetIsScrollingTimeoutId),y._resetIsScrollingTimeoutId=kk(y._resetIsScrolling,Dk)},y._resetIsScrolling=function(){y._resetIsScrollingTimeoutId=null,y.setState({isScrolling:!1},function(){y._getItemStyleCache(-1,null)})},y}p.getDerivedStateFromProps=function(y,T){return $k(y,T),l(y),null};var w=p.prototype;return w.scrollTo=function(y){y=Math.max(0,y),this.setState(function(T){return T.scrollOffset===y?null:{scrollDirection:T.scrollOffset<y?"forward":"backward",scrollOffset:y,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},w.scrollToItem=function(y,T){T===void 0&&(T="auto");var O=this.props,R=O.itemCount,k=O.layout,F=this.state.scrollOffset;y=Math.max(0,Math.min(y,R-1));var L=0;if(this._outerRef){var q=this._outerRef;k==="vertical"?L=q.scrollWidth>q.clientWidth?h2():0:L=q.scrollHeight>q.clientHeight?h2():0}this.scrollTo(o(this.props,y,T,F,this._instanceProps,L))},w.componentDidMount=function(){var y=this.props,T=y.direction,O=y.initialScrollOffset,R=y.layout;if(typeof O=="number"&&this._outerRef!=null){var k=this._outerRef;T==="horizontal"||R==="horizontal"?k.scrollLeft=O:k.scrollTop=O}this._callPropsCallbacks()},w.componentDidUpdate=function(){var y=this.props,T=y.direction,O=y.layout,R=this.state,k=R.scrollOffset,F=R.scrollUpdateWasRequested;if(F&&this._outerRef!=null){var L=this._outerRef;if(T==="horizontal"||O==="horizontal")if(T==="rtl")switch(p2()){case"negative":L.scrollLeft=-k;break;case"positive-ascending":L.scrollLeft=k;break;default:var q=L.clientWidth,H=L.scrollWidth;L.scrollLeft=H-q-k;break}else L.scrollLeft=k;else L.scrollTop=k}this._callPropsCallbacks()},w.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&d2(this._resetIsScrollingTimeoutId)},w.render=function(){var y=this.props,T=y.children,O=y.className,R=y.direction,k=y.height,F=y.innerRef,L=y.innerElementType,q=y.innerTagName,H=y.itemCount,K=y.itemData,re=y.itemKey,oe=re===void 0?Bk:re,ae=y.layout,z=y.outerElementType,D=y.outerTagName,h=y.style,f=y.useIsScrolling,m=y.width,S=this.state.isScrolling,M=R==="horizontal"||ae==="horizontal",_=M?this._onScrollHorizontal:this._onScrollVertical,I=this._getRangeToRender(),C=I[0],g=I[1],v=[];if(H>0)for(var N=C;N<=g;N++)v.push(te.createElement(T,{data:K,key:oe(N,K),index:N,isScrolling:f?S:void 0,style:this._getItemStyle(N)}));var ee=n(this.props,this._instanceProps);return te.createElement(z||D||"div",{className:O,onScroll:_,ref:this._outerRefSetter,style:jh({position:"relative",height:k,width:m,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:R},h)},te.createElement(L||q||"div",{children:v,ref:F,style:{height:M?"100%":ee,pointerEvents:S?"none":void 0,width:M?ee:"100%"}}))},w._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var y=this.props.itemCount;if(y>0){var T=this._getRangeToRender(),O=T[0],R=T[1],k=T[2],F=T[3];this._callOnItemsRendered(O,R,k,F)}}if(typeof this.props.onScroll=="function"){var L=this.state,q=L.scrollDirection,H=L.scrollOffset,K=L.scrollUpdateWasRequested;this._callOnScroll(q,H,K)}},w._getRangeToRender=function(){var y=this.props,T=y.itemCount,O=y.overscanCount,R=this.state,k=R.isScrolling,F=R.scrollDirection,L=R.scrollOffset;if(T===0)return[0,0,0,0];var q=s(this.props,L,this._instanceProps),H=a(this.props,q,L,this._instanceProps),K=!k||F==="backward"?Math.max(1,O):1,re=!k||F==="forward"?Math.max(1,O):1;return[Math.max(0,q-K),Math.max(0,Math.min(T-1,H+re)),q,H]},p}(te.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var $k=function(t,r){var n=t.children,i=t.direction,o=t.height,s=t.layout,a=t.innerTagName,c=t.outerTagName,u=t.width,l=r.instance;if(pn.env.NODE_ENV!=="production"){(a!=null||c!=null)&&Ju&&!Ju.has(l)&&(Ju.add(l),console.warn("The innerTagName and outerTagName props have been deprecated. Please use the innerElementType and outerElementType props instead."));var d=i==="horizontal"||s==="horizontal";switch(i){case"horizontal":case"vertical":Xu&&!Xu.has(l)&&(Xu.add(l),console.warn('The direction prop should be either "ltr" (default) or "rtl". Please use the layout prop to specify "vertical" (default) or "horizontal" orientation.'));break;case"ltr":case"rtl":break;default:throw Error('An invalid "direction" prop has been specified. Value should be either "ltr" or "rtl". '+('"'+i+'" was specified.'))}switch(s){case"horizontal":case"vertical":break;default:throw Error('An invalid "layout" prop has been specified. Value should be either "horizontal" or "vertical". '+('"'+s+'" was specified.'))}if(n==null)throw Error('An invalid "children" prop has been specified. Value should be a React component. '+('"'+(n===null?"null":typeof n)+'" was specified.'));if(d&&typeof u!="number")throw Error('An invalid "width" prop has been specified. Horizontal lists must specify a number for width. '+('"'+(u===null?"null":typeof u)+'" was specified.'));if(!d&&typeof o!="number")throw Error('An invalid "height" prop has been specified. Vertical lists must specify a number for height. '+('"'+(o===null?"null":typeof o)+'" was specified.'))}},Fk=Lk({getItemOffset:function(t,r){var n=t.itemSize;return r*n},getItemSize:function(t,r){var n=t.itemSize;return n},getEstimatedTotalSize:function(t){var r=t.itemCount,n=t.itemSize;return n*r},getOffsetForIndexAndAlignment:function(t,r,n,i,o,s){var a=t.direction,c=t.height,u=t.itemCount,l=t.itemSize,d=t.layout,p=t.width,w=a==="horizontal"||d==="horizontal",b=w?p:c,y=Math.max(0,u*l-b),T=Math.min(y,r*l),O=Math.max(0,r*l-b+l+s);switch(n==="smart"&&(i>=O-b&&i<=T+b?n="auto":n="center"),n){case"start":return T;case"end":return O;case"center":{var R=Math.round(O+(T-O)/2);return R<Math.ceil(b/2)?0:R>y+Math.floor(b/2)?y:R}case"auto":default:return i>=O&&i<=T?i:i<O?O:T}},getStartIndexForOffset:function(t,r){var n=t.itemCount,i=t.itemSize;return Math.max(0,Math.min(n-1,Math.floor(r/i)))},getStopIndexForStartIndex:function(t,r,n){var i=t.direction,o=t.height,s=t.itemCount,a=t.itemSize,c=t.layout,u=t.width,l=i==="horizontal"||c==="horizontal",d=r*a,p=l?u:o,w=Math.ceil((p+n-d)/a);return Math.max(0,Math.min(s-1,r+w-1))},initInstanceProps:function(t){},shouldResetStyleCacheOnItemSizeChange:!0,validateProps:function(t){var r=t.itemSize;if(pn.env.NODE_ENV!=="production"&&typeof r!="number")throw Error('An invalid "itemSize" prop has been specified. Value should be a number. '+('"'+(r===null?"null":typeof r)+'" was specified.'))}});function m2(e,t){for(var r in e)if(!(r in t))return!0;for(var n in t)if(e[n]!==t[n])return!0;return!1}var Uk=["style"],Vk=["style"];function zk(e,t){var r=e.style,n=l2(e,Uk),i=t.style,o=l2(t,Vk);return!m2(r,i)&&!m2(n,o)}const Hk=te.memo(({data:e,index:t,style:r})=>{const{items:n,onHandleTokenAction:i,showCollect:o,showDelete:s}=e,a=n[t];return x.jsx("div",{style:r,children:x.jsx(Gk,{data:a,onHandleTokenAction:i,showCollect:o,showDelete:s})})},zk),qk=Ok((e,t,r,n)=>({items:e,onHandleTokenAction:t,showCollect:r,showDelete:n}));function Wk({showTokenList:e,onHandleTokenAction:t,showCollect:r=!0,showDelete:n=!1}){const i=te.useRef(null);te.useEffect(()=>{i.current&&i.current.scrollTo(0)},[e.length]);const o=qk(e,t,r,n);return x.jsx("div",{className:"token-list",children:x.jsx(Fk,{ref:i,style:{overflowY:"scroll",scrollbarWidth:"none",msOverflowStyle:"none",padding:"8px"},height:360,itemCount:e.length,itemData:o,itemSize:72,width:"100%",children:Hk})})}function Gk({data:e,showCollect:t,showDelete:r,onHandleTokenAction:n}){const{isCollectToken:i}=s2(),{getExplorerUrl:o}=ls();return x.jsxs("div",{className:"token-list-item",onClick:s=>{t&&(s.stopPropagation(),n(e,"select_token"))},children:[x.jsx(Wr,{className:"token-img",src:e==null?void 0:e.logo_url,showWarn:!t}),x.jsxs("div",{className:"token-info",children:[x.jsx("h4",{className:"token-symbol",children:x.jsx("span",{children:cn(e.symbol)})}),x.jsx("p",{className:"token-name",children:cn(e==null?void 0:e.name,20)}),x.jsxs("div",{className:"copy",children:[x.jsx("a",{onClick:qc,href:o(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{fontSize:"12px"},children:Eo(e==null?void 0:e.coin_type)}),x.jsx(Zu,{text:e==null?void 0:e.coin_type})]})]}),x.jsxs("div",{className:"token-balance",children:[x.jsxs("div",{className:"balance",children:[x.jsx("h4",{children:e==null?void 0:e.balance}),x.jsx("p",{children:e!=null&&e.rate?m1(e==null?void 0:e.rate,2):""})]}),r&&x.jsx("div",{className:"collect-button",onClick:s=>{s.stopPropagation(),n(e,"delete_import")},children:x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-icon_del"})})}),t&&x.jsx("div",{className:"collect-button",onClick:s=>{s.stopPropagation(),n(e,"collect_token")},children:x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:i(e)?"#icon-star_sel":"#icon-star"})})})]})]},e==null?void 0:e.coin_type)}function Kk({currentType:e,changeTab:t}){const r=["Default","Imported"];return x.jsx("div",{className:"type-tabs",children:r.map(n=>x.jsx("div",{className:e===n?"type-tab-item active":"type-tab-item",onClick:()=>t(n),children:n},n))})}function Yk({backClick:e,onSelectToken:t,currToken:r}){const{showTokenList:n,isNoData:i,handleSearch:o,handleChangePlatform:s,handleChangeType:a,handleImportClick:c,handleDeleteImportClick:u}=Sk(r==null?void 0:r.coin_type),{importTokenList:l,currentTypeTab:d,setCurrentTypeTab:p,currentPlatformTab:w,setCurrentPlatformTab:b,platformList:y,isOpenImportDialog:T,setIsOpenImportDialog:O,setSearchInput:R,searchInput:k,importTokenIsLoading:F,currentImportTokenData:L,setCurrentImportTokenData:q}=La();te.useEffect(()=>()=>{R(""),b("All"),p("Default"),q(void 0)},[]);const{handleCollectToken:H,collectTokenMap:K}=s2(),re=m=>{p(m),a(m)},oe=m=>{b(m),s(m)},ae=()=>{c(),O(!1)},z=m=>{let S=m.replace(/[^a-zA-Z0-9\s]+$/g,"").trim();R(S),S?D(S):(D(""),re("Default"))},D=ph(m=>{y1(m)?o(bi(m,!0)):o(m)},300),h=(m,S)=>{if(S==="delete_import"){u(m);return}if(S==="collect_token"||S==="un_collect"){H(m);return}S==="select_token"&&(t(m),e())},f=te.useMemo(()=>Array.from(K.values()),[K]);return x.jsxs("div",{className:"token-select-modal",children:[x.jsx(gh,{backClick:e,title:"Select Token"}),x.jsxs("div",{className:"token-select-content",style:{position:"relative"},children:[x.jsxs("div",{className:"center-content",children:[x.jsxs("div",{className:"search-input",style:{position:"relative"},children:[x.jsx("input",{className:"token-search-input",placeholder:"Search by token or address",value:k,onChange:m=>z(m.target.value),style:{paddingRight:"40px"}}),k.length>0&&x.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{width:"20px",height:"20px",cursor:"pointer",position:"absolute",top:"50%",transform:"translateY(-50%)",right:"12px"},onClick:m=>{z("")},children:x.jsx("use",{xlinkHref:"#icon-close"})})]}),f.length>0&&x.jsx(Ek,{tokenList:f,onHandleTokenAction:h}),k.length===0&&x.jsx(Kk,{currentType:d,changeTab:re}),k.length===0&&d==="Default"&&x.jsx(Ak,{tabList:y,currentTab:w,changeTab:oe})]}),i&&x.jsx(Zk,{showTooltip:k.length>0,text:k.length>0||L===void 0?"No tokens found":"No Imported Tokens"}),F&&x.jsx($w,{}),L&&x.jsx("div",{style:{width:"93%",marginLeft:"16px",backgroundColor:"var(--cs-warning-10)",borderRadius:"12px",padding:"16px",fontSize:"12px",marginTop:"16px",color:" var(--cs-warning)"},children:"The token is not on the Frequently Traded List. Please note that anyone can create a token on Sui blockchain with any name, including creating fake versions of existing tokens or tokens that claim to represent projects that do not have a token. Always conduct your own research before trading."}),n.length>0&&x.jsxs("div",{style:{position:"relative"},children:[x.jsx(Wk,{showTokenList:n,showCollect:!L,showDelete:!L&&d==="Imported",onHandleTokenAction:h}),L&&x.jsx("div",{className:"center",style:{position:"absolute",top:"100px",left:"50%",transform:"translateX(-50%)"},children:x.jsx("button",{className:"cs-solid-btn swap-btn",style:{height:"32px",width:"140px",fontSize:"14px",borderRadius:"8px",fontFamily:"Inter, Inter",fontWeight:500},onClick:()=>{ae(),h(L,"select_token")},children:"Import"})})]})]})]})}function Zk({showTooltip:e,text:t}){return x.jsx("div",{style:{height:"360px"},children:x.jsx(Mk,{text:t,subItem:e?x.jsx("div",{children:x.jsx(ku,{position:"bottom",content:x.jsx("div",{children:"The unique id of coin"}),children:x.jsxs("div",{style:{fontSize:"12px",color:"var(--cs-text-con)",display:"flex",flexDirection:"row"},children:["Or you can enter Coin Type",x.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{cursor:"pointer",width:"20px",height:"20px"},children:x.jsx("use",{xlinkHref:"#icon-tips"})})]})})}):void 0})})}function Xk({onClose:e,tokenList:t,onSureClick:r}){const[n,i]=te.useState(!1),{setIgnoreWarnToken:o}=$r();return x.jsxs(x.Fragment,{children:[x.jsx("div",{className:"dialog-mask",onClick:e}),x.jsxs("div",{className:"import-dialog",children:[x.jsxs("div",{className:"cs-dialog-header",children:[x.jsx("div",{className:"title",children:"Tips"}),x.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:e,children:x.jsx("use",{xlinkHref:"#icon-close"})})]}),x.jsxs("div",{className:"import-content",children:[x.jsx("div",{className:"tip-text-box",children:x.jsx("p",{className:"tips-text",children:"The default trading pair given in this swap widget contains a community imported token that is imported by the integrator. Please acknowledge the risk and conduct your own research before interacting."})}),t.map(s=>x.jsxs("div",{className:"import-token-info",children:[x.jsx(Wr,{style:{marginRight:"4px",width:"30px",height:"30px",borderRadius:"36px"},src:s.logo_url}),x.jsxs("div",{className:"info",children:[x.jsx("div",{className:"name",children:x.jsxs("span",{children:[" ",s.symbol," "]})}),x.jsxs("div",{className:"address",children:[x.jsx("span",{children:Eo(s.coin_type)}),x.jsx(Zu,{text:s.coin_type})]})]})]},s.coin_type)),x.jsxs("div",{className:"risk-checkbox",children:[x.jsx(mu,{color:"indigo",checked:n,variant:"soft",className:"cs-checkbox",onClick:()=>{i(!n)}}),x.jsx("span",{children:"I acknowledge the risk"})]}),x.jsxs("div",{className:"button-block",children:[x.jsx("button",{className:"cs-outline-btn",onClick:e,children:"Cancel"}),x.jsx("button",{className:"cs-solid-btn",disabled:!n,onClick:()=>{r(),t.forEach(s=>{o(s.coin_type)})},children:"Confirm"})]})]})]})]})}const GB="";function g2(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}var $a;(function(e){e.event="event",e.props="prop"})($a||($a={}));function ro(){}function Jk(e){var t,r=void 0;return function(){for(var n=[],i=arguments.length;i--;)n[i]=arguments[i];return t&&n.length===t.length&&n.every(function(o,s){return o===t[s]})||(t=n,r=e.apply(void 0,n)),r}}function Fa(e){return!!(e||"").match(/\d/)}function ks(e){return e==null}function Qk(e){return typeof e=="number"&&isNaN(e)}function v2(e){return ks(e)||Qk(e)||typeof e=="number"&&!isFinite(e)}function y2(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function eD(e){switch(e){case"lakh":return/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/g;case"wan":return/(\d)(?=(\d{4})+(?!\d))/g;case"thousand":default:return/(\d)(?=(\d{3})+(?!\d))/g}}function tD(e,t,r){var n=eD(r),i=e.search(/[1-9]/);return i=i===-1?e.length:i,e.substring(0,i)+e.substring(i,e.length).replace(n,"$1"+t)}function rD(e){var t=te.useRef(e);t.current=e;var r=te.useRef(function(){for(var n=[],i=arguments.length;i--;)n[i]=arguments[i];return t.current.apply(t,n)});return r.current}function Lh(e,t){t===void 0&&(t=!0);var r=e[0]==="-",n=r&&t;e=e.replace("-","");var i=e.split("."),o=i[0],s=i[1]||"";return{beforeDecimal:o,afterDecimal:s,hasNegation:r,addNegation:n}}function nD(e){if(!e)return e;var t=e[0]==="-";t&&(e=e.substring(1,e.length));var r=e.split("."),n=r[0].replace(/^0+/,"")||"0",i=r[1]||"";return(t?"-":"")+n+(i?"."+i:"")}function w2(e,t,r){for(var n="",i=r?"0":"",o=0;o<=t-1;o++)n+=e[o]||i;return n}function b2(e,t){return Array(t+1).join(e)}function x2(e){var t=e+"",r=t[0]==="-"?"-":"";r&&(t=t.substring(1));var n=t.split(/[eE]/g),i=n[0],o=n[1];if(o=Number(o),!o)return r+i;i=i.replace(".","");var s=1+o,a=i.length;return s<0?i="0."+b2("0",Math.abs(s))+i:s>=a?i=i+b2("0",s-a):i=(i.substring(0,s)||"0")+"."+i.substring(s),r+i}function S2(e,t,r){if(["","-"].indexOf(e)!==-1)return e;var n=(e.indexOf(".")!==-1||r)&&t,i=Lh(e),o=i.beforeDecimal,s=i.afterDecimal,a=i.hasNegation,c=parseFloat("0."+(s||"0")),u=s.length<=t?"0."+s:c.toFixed(t),l=u.split("."),d=o;o&&Number(l[0])&&(d=o.split("").reverse().reduce(function(y,T,O){return y.length>O?(Number(y[0])+Number(T)).toString()+y.substring(1,y.length):T+y},l[0]));var p=w2(l[1]||"",t,r),w=a?"-":"",b=n?".":"";return""+w+d+b+p}function ko(e,t){if(e.value=e.value,e!==null){if(e.createTextRange){var r=e.createTextRange();return r.move("character",t),r.select(),!0}return e.selectionStart||e.selectionStart===0?(e.focus(),e.setSelectionRange(t,t),!0):(e.focus(),!1)}}var E2=Jk(function(e,t){for(var r=0,n=0,i=e.length,o=t.length;e[r]===t[r]&&r<i;)r++;for(;e[i-1-n]===t[o-1-n]&&o-n>r&&i-n>r;)n++;return{from:{start:r,end:i-n},to:{start:r,end:o-n}}}),iD=function(e,t){var r=Math.min(e.selectionStart,t);return{from:{start:r,end:e.selectionEnd},to:{start:r,end:t}}};function oD(e,t,r){return Math.min(Math.max(e,t),r)}function $h(e){return Math.max(e.selectionStart,e.selectionEnd)}function sD(){return typeof navigator<"u"&&!(navigator.platform&&/iPhone|iPod/.test(navigator.platform))}function aD(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function cD(e){var t=e.currentValue,r=e.formattedValue,n=e.currentValueIndex,i=e.formattedValueIndex;return t[n]===r[i]}function uD(e,t,r,n,i,o,s){s===void 0&&(s=cD);var a=i.findIndex(function(F){return F}),c=e.slice(0,a);!t&&!r.startsWith(c)&&(t=c,r=c+r,n=n+c.length);for(var u=r.length,l=e.length,d={},p=new Array(u),w=0;w<u;w++){p[w]=-1;for(var b=0,y=l;b<y;b++){var T=s({currentValue:r,lastValue:t,formattedValue:e,currentValueIndex:w,formattedValueIndex:b});if(T&&d[b]!==!0){p[w]=b,d[b]=!0;break}}}for(var O=n;O<u&&(p[O]===-1||!o(r[O]));)O++;var R=O===u||p[O]===-1?l:p[O];for(O=n-1;O>0&&p[O]===-1;)O--;var k=O===-1||p[O]===-1?0:p[O]+1;return k>R?R:n-k<R-n?k:R}function _2(e,t,r,n){var i=e.length;if(t=oD(t,0,i),n==="left"){for(;t>=0&&!r[t];)t--;t===-1&&(t=r.indexOf(!0))}else{for(;t<=i&&!r[t];)t++;t>i&&(t=r.lastIndexOf(!0))}return t===-1&&(t=i),t}function lD(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),r=0,n=t.length;r<n;r++)t[r]=!!(Fa(e[r])||Fa(e[r-1]));return t}function C2(e,t,r,n,i,o){o===void 0&&(o=ro);var s=rD(function(b,y){var T,O;return v2(b)?(O="",T=""):typeof b=="number"||y?(O=typeof b=="number"?x2(b):b,T=n(O)):(O=i(b,void 0),T=n(O)),{formattedValue:T,numAsString:O}}),a=te.useState(function(){return s(ks(e)?t:e,r)}),c=a[0],u=a[1],l=function(b,y){b.formattedValue!==c.formattedValue&&u({formattedValue:b.formattedValue,numAsString:b.value}),o(b,y)},d=e,p=r;ks(e)&&(d=c.numAsString,p=!0);var w=s(d,p);return te.useMemo(function(){u(w)},[w.formattedValue]),[c,l]}function fD(e){return e.replace(/[^0-9]/g,"")}function dD(e){return e}function hD(e){var t=e.type;t===void 0&&(t="text");var r=e.displayType;r===void 0&&(r="input");var n=e.customInput,i=e.renderText,o=e.getInputRef,s=e.format;s===void 0&&(s=dD);var a=e.removeFormatting;a===void 0&&(a=fD);var c=e.defaultValue,u=e.valueIsNumericString,l=e.onValueChange,d=e.isAllowed,p=e.onChange;p===void 0&&(p=ro);var w=e.onKeyDown;w===void 0&&(w=ro);var b=e.onMouseUp;b===void 0&&(b=ro);var y=e.onFocus;y===void 0&&(y=ro);var T=e.onBlur;T===void 0&&(T=ro);var O=e.value,R=e.getCaretBoundary;R===void 0&&(R=lD);var k=e.isValidInputCharacter;k===void 0&&(k=Fa);var F=e.isCharacterSame,L=g2(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),q=C2(O,c,!!u,s,a,l),H=q[0],K=H.formattedValue,re=H.numAsString,oe=q[1],ae=te.useRef(),z=te.useRef({formattedValue:K,numAsString:re}),D=function(we,he){z.current={formattedValue:we.formattedValue,numAsString:we.value},oe(we,he)},h=te.useState(!1),f=h[0],m=h[1],S=te.useRef(null),M=te.useRef({setCaretTimeout:null,focusTimeout:null});te.useEffect(function(){return m(!0),function(){clearTimeout(M.current.setCaretTimeout),clearTimeout(M.current.focusTimeout)}},[]);var _=s,I=function(we,he){var Ce=parseFloat(he);return{formattedValue:we,value:he,floatValue:isNaN(Ce)?void 0:Ce}},C=function(we,he,Ce){we.selectionStart===0&&we.selectionEnd===we.value.length||(ko(we,he),M.current.setCaretTimeout=setTimeout(function(){we.value===Ce&&we.selectionStart!==he&&ko(we,he)},0))},g=function(we,he,Ce){return _2(we,he,R(we),Ce)},v=function(we,he,Ce){var Ue=R(he),Ne=uD(he,K,we,Ce,Ue,k,F);return Ne=_2(he,Ne,Ue),Ne},N=function(we){var he=we.formattedValue;he===void 0&&(he="");var Ce=we.input,Ue=we.source,Ne=we.event,Me=we.numAsString,Te;if(Ce){var Be=we.inputValue||Ce.value,ut=$h(Ce);Ce.value=he,Te=v(Be,he,ut),Te!==void 0&&C(Ce,Te,he)}he!==K&&D(I(he,Me),{event:Ne,source:Ue})};te.useEffect(function(){var we=z.current,he=we.formattedValue,Ce=we.numAsString;(K!==he||re!==Ce)&&D(I(K,re),{event:void 0,source:$a.props})},[K,re]);var ee=S.current?$h(S.current):void 0,ie=typeof window<"u"?te.useLayoutEffect:te.useEffect;ie(function(){var we=S.current;if(K!==z.current.formattedValue&&we){var he=v(z.current.formattedValue,K,ee);we.value=K,C(we,he,K)}},[K]);var le=function(we,he,Ce){var Ue=he.target,Ne=ae.current?iD(ae.current,Ue.selectionEnd):E2(K,we),Me=Object.assign(Object.assign({},Ne),{lastValue:K}),Te=a(we,Me),Be=_(Te);if(Te=a(Be,void 0),d&&!d(I(Be,Te))){var ut=he.target,lt=$h(ut),ze=v(we,K,lt);return ut.value=K,C(ut,ze,K),!1}return N({formattedValue:Be,numAsString:Te,inputValue:we,event:he,source:Ce,input:he.target}),!0},me=function(we,he){he===void 0&&(he=0);var Ce=we.selectionStart,Ue=we.selectionEnd;ae.current={selectionStart:Ce,selectionEnd:Ue+he}},xe=function(we){var he=we.target,Ce=he.value,Ue=le(Ce,we,$a.event);Ue&&p(we),ae.current=void 0},be=function(we){var he=we.target,Ce=we.key,Ue=he.selectionStart,Ne=he.selectionEnd,Me=he.value;Me===void 0&&(Me="");var Te;Ce==="ArrowLeft"||Ce==="Backspace"?Te=Math.max(Ue-1,0):Ce==="ArrowRight"?Te=Math.min(Ue+1,Me.length):Ce==="Delete"&&(Te=Ue);var Be=0;Ce==="Delete"&&Ue===Ne&&(Be=1);var ut=Ce==="ArrowLeft"||Ce==="ArrowRight";if(Te===void 0||Ue!==Ne&&!ut){w(we),me(he,Be);return}var lt=Te;if(ut){var ze=Ce==="ArrowLeft"?"left":"right";lt=g(Me,Te,ze),lt!==Te&&we.preventDefault()}else Ce==="Delete"&&!k(Me[Te])?lt=g(Me,Te,"right"):Ce==="Backspace"&&!k(Me[Te])&&(lt=g(Me,Te,"left"));lt!==Te&&C(he,lt,Me),w(we),me(he,Be)},Ve=function(we){var he=we.target,Ce=function(){var Ue=he.selectionStart,Ne=he.selectionEnd,Me=he.value;if(Me===void 0&&(Me=""),Ue===Ne){var Te=g(Me,Ue);Te!==Ue&&C(he,Te,Me)}};Ce(),requestAnimationFrame(function(){Ce()}),b(we),me(he)},Le=function(we){we.persist&&we.persist();var he=we.target,Ce=we.currentTarget;S.current=he,M.current.focusTimeout=setTimeout(function(){var Ue=he.selectionStart,Ne=he.selectionEnd,Me=he.value;Me===void 0&&(Me="");var Te=g(Me,Ue);Te!==Ue&&!(Ue===0&&Ne===Me.length)&&C(he,Te,Me),y(Object.assign(Object.assign({},we),{currentTarget:Ce}))},0)},ft=function(we){S.current=null,clearTimeout(M.current.focusTimeout),clearTimeout(M.current.setCaretTimeout),T(we)},dt=f&&sD()?"numeric":void 0,je=Object.assign({inputMode:dt},L,{type:t,value:K,onChange:xe,onKeyDown:be,onMouseUp:Ve,onFocus:Le,onBlur:ft});if(r==="text")return i?te.createElement(te.Fragment,null,i(K,L)||null):te.createElement("span",Object.assign({},L,{ref:o}),K);if(n){var mt=n;return te.createElement(mt,Object.assign({},je,{ref:o}))}return te.createElement("input",Object.assign({},je,{ref:o}))}function M2(e,t){var r=t.decimalScale,n=t.fixedDecimalScale,i=t.prefix;i===void 0&&(i="");var o=t.suffix;o===void 0&&(o="");var s=t.allowNegative,a=t.thousandsGroupStyle;if(a===void 0&&(a="thousand"),e===""||e==="-")return e;var c=Qu(t),u=c.thousandSeparator,l=c.decimalSeparator,d=r!==0&&e.indexOf(".")!==-1||r&&n,p=Lh(e,s),w=p.beforeDecimal,b=p.afterDecimal,y=p.addNegation;return r!==void 0&&(b=w2(b,r,!!n)),u&&(w=tD(w,u,a)),i&&(w=i+w),o&&(b=b+o),y&&(w="-"+w),e=w+(d&&l||"")+b,e}function Qu(e){var t=e.decimalSeparator;t===void 0&&(t=".");var r=e.thousandSeparator,n=e.allowedDecimalSeparators;return r===!0&&(r=","),n||(n=[t,"."]),{decimalSeparator:t,thousandSeparator:r,allowedDecimalSeparators:n}}function pD(e,t){e===void 0&&(e="");var r=new RegExp("(-)"),n=new RegExp("(-)(.)*(-)"),i=r.test(e),o=n.test(e);return e=e.replace(/-/g,""),i&&!o&&t&&(e="-"+e),e}function mD(e,t){return new RegExp("(^-)|[0-9]|"+y2(e),t?"g":void 0)}function gD(e,t,r){return e===""?!0:!(t!=null&&t.match(/\d/))&&!(r!=null&&r.match(/\d/))&&typeof e=="string"&&!isNaN(Number(e))}function vD(e,t,r){var n;t===void 0&&(t=aD(e));var i=r.allowNegative,o=r.prefix;o===void 0&&(o="");var s=r.suffix;s===void 0&&(s="");var a=r.decimalScale,c=t.from,u=t.to,l=u.start,d=u.end,p=Qu(r),w=p.allowedDecimalSeparators,b=p.decimalSeparator,y=e[d]===b;if(Fa(e)&&(e===o||e===s)&&t.lastValue==="")return e;if(d-l===1&&w.indexOf(e[l])!==-1){var T=a===0?"":b;e=e.substring(0,l)+T+e.substring(l+1,e.length)}var O=function(S,M,_){var I=!1,C=!1;o.startsWith("-")?I=!1:S.startsWith("--")?(I=!1,C=!0):s.startsWith("-")&&S.length===s.length?I=!1:S[0]==="-"&&(I=!0);var g=I?1:0;return C&&(g=2),g&&(S=S.substring(g),M-=g,_-=g),{value:S,start:M,end:_,hasNegation:I}},R=O(e,l,d),k=R.hasNegation;n=R,e=n.value,l=n.start,d=n.end;var F=O(t.lastValue,c.start,c.end),L=F.start,q=F.end,H=F.value,K=e.substring(l,d);e.length&&H.length&&(L>H.length-s.length||q<o.length)&&!(K&&s.startsWith(K))&&(e=H);var re=0;e.startsWith(o)?re+=o.length:l<o.length&&(re=l),e=e.substring(re),d-=re;var oe=e.length,ae=e.length-s.length;e.endsWith(s)?oe=ae:(d>ae||d>e.length-s.length)&&(oe=d),e=e.substring(0,oe),e=pD(k?"-"+e:e,i),e=(e.match(mD(b,!0))||[]).join("");var z=e.indexOf(b);e=e.replace(new RegExp(y2(b),"g"),function(S,M){return M===z?".":""});var D=Lh(e,i),h=D.beforeDecimal,f=D.afterDecimal,m=D.addNegation;return u.end-u.start<c.end-c.start&&h===""&&y&&!parseFloat(f)&&(e=m?"-":""),e}function yD(e,t){var r=t.prefix;r===void 0&&(r="");var n=t.suffix;n===void 0&&(n="");var i=Array.from({length:e.length+1}).map(function(){return!0}),o=e[0]==="-";i.fill(!1,0,r.length+(o?1:0));var s=e.length;return i.fill(!1,s-n.length+1,s+1),i}function wD(e){var t=Qu(e),r=t.thousandSeparator,n=t.decimalSeparator,i=e.prefix;i===void 0&&(i="");var o=e.allowNegative;if(o===void 0&&(o=!0),r===n)throw new Error(`
|
|
102
|
+
`})]})}function A0({baseToken:e,quoteToken:t,baseAmount:r,quoteAmount:n,loading:i}){const[o,s]=re.useState(!0),a=b2(o,r,n);return w.jsxs("div",{className:"current-price-block",style:{cursor:"pointer"},onClick:()=>{s(!o)},children:[w.jsx(Gr,{src:o?e==null?void 0:e.logo_url:t==null?void 0:t.logo_url}),w.jsxs("span",{style:{display:"flex",alignItems:"center",color:"var(--cs-text-title)",fontSize:"12px",maxWidth:"80%"},children:["1"," ",pn(o?e==null?void 0:e.symbol:t==null?void 0:t.symbol)," ","="," ",i?w.jsx(Os,{style:{height:"16px",width:"40px",marginLeft:"2px",marginRight:"2px"}}):Dr(a,t==null?void 0:t.decimals)," ",pn(o?t==null?void 0:t.symbol:e==null?void 0:e.symbol)]}),w.jsx(Gr,{src:o?t==null?void 0:t.logo_url:e==null?void 0:e.logo_url}),w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-swap"})})]})}function Vl(){const[e,t]=re.useState(window.innerWidth),r=T0(()=>{t(window.innerWidth)},300);re.useEffect(()=>(window.addEventListener("resize",r),()=>{window.removeEventListener("resize",r)}),[]);const n=re.useMemo(()=>e<810,[e]);return{windowWidth:e,isApp:n}}function S2(e,t,r,n){const{getTokenPrice:i}=ka(),o=i(e==null?void 0:e.coin_type),s=i(t==null?void 0:t.coin_type),a=b2(!0,r,n),c=re.useMemo(()=>{if(s&&o)return Be(o.price).div(s.price).toString()},[o==null?void 0:o.price,s==null?void 0:s.price]),l=re.useMemo(()=>{if(c&&+a)return Be(a).sub(c).div(a).mul(100).toFixed(10)},[c,a]),u=re.useMemo(()=>{const b=[];return o&&b.push(o.market),s&&!b.includes(s.market)&&b.push(s.market),b},[o==null?void 0:o.market,s==null?void 0:s.market]),d=re.useMemo(()=>l&&Be(l).lt(0)?Be(l).abs().gt(5):!1,[l]),p=re.useMemo(()=>l&&Be(l).lt(0)?Be(l).abs().gt(10):!1,[l]),y=re.useMemo(()=>{let b,M="yellow";if(l)if(Be(l).gt(0))M="green",Be(l).lt(.1)?b="< 0.1% cheaper than":b=`${Dr(l,2,!0,Ur.ROUND_UP)}% cheaper than`;else if(Be(l).eq(0))b="0%",M="green";else{const O=Be(l).abs();O.lte(5)?(M="green",b=`Within ${Dr(O.toString(),2,!0,Ur.ROUND_UP)}%`):O.lte(10)?(M="yellow",b=`${Dr(O.toString(),2,!0,Ur.ROUND_UP)}% more than`):O.lte(100)?(M="red",b=`${Dr(O.toString(),2,!0,Ur.ROUND_UP)}% more than`):(M="red",b="> 100% more than")}return{priceImpactText:b,textColor:M}},[l]),x=re.useMemo(()=>(o==null?void 0:o.market)==="Cetus"||(s==null?void 0:s.market)==="Cetus",[o,s]);return{swapPrice:a,marketPrice:c,priceImpact:l,sources:u,showPriceImpactTips:d,showPriceImpactWarn:p,priceImpactTextInfo:y,hideShowPriceImpact:x}}function zl({content:e,children:t,position:r="top",delay:n=0}){const[i,o]=re.useState(!1),[s,a]=re.useState(!1),c=re.useRef(null),l=()=>{c.current&&(clearTimeout(c.current),c.current=null),o(!0)};re.useEffect(()=>()=>{i||c.current&&(clearTimeout(c.current),c.current=null)},[i]);const u=()=>{c.current=setTimeout(()=>{s||(o(!1),c.current&&(clearTimeout(c.current),c.current=null))},0)},d=()=>{switch(r){case"top":return{transform:"translateX(-50%)"};case"bottom":return{transform:"translateX(-50%)",marginTop:"0px"};case"left":return{transform:"translateY(-50%)",marginRight:"8px"};case"right":return{transform:"translateY(-50%)"};default:return{}}},p=re.useRef(null),[y,x]=re.useState({left:void 0,top:void 0});return re.useEffect(()=>{var b;if(i&&p.current){const M=(b=p.current)==null?void 0:b.getBoundingClientRect();let O,R;r==="top"?(O=`${window.scrollX+M.left+M.width/2}px`,R=`${window.scrollY+M.top-2*M.height-8}px`):r==="bottom"?(O=`${window.scrollX+M.left+M.width/2}px`,R=`${window.scrollY+M.bottom}px`):r==="left"?(O=`${window.scrollX+M.left-8}px`,R=`${window.scrollY+M.top+M.height/2}px`):r==="right"?(O=`${window.scrollX+M.right+8}px`,R=`${window.scrollY+M.top+M.height/2}px`):(O=`${window.scrollX+M.left+M.width/2}px`,R=`${window.scrollY+M.top+M.height/2}px`),x({left:O,top:R})}},[i]),w.jsxs("div",{ref:p,style:{position:"relative",display:"inline-block"},onMouseEnter:l,onMouseLeave:u,children:[t,i&&Un.createPortal(w.jsx("div",{style:{transition:"opacity 0.3s ease",opacity:i?1:0,position:"absolute",zIndex:9e3,padding:"8px 12px",backgroundColor:"var(--cs-dialog-bg)",color:"var(--cs-text-con)",borderRadius:"8px",fontSize:"12px",whiteSpace:"nowrap",border:"1px solid",borderColor:"var(--cs-border)",boxShadow:"0px 2px 10px rgba(0, 0, 0, 0.1)",...d(),...y},onMouseEnter:()=>a(!0),onMouseLeave:()=>{c.current&&(clearTimeout(c.current),c.current=null),a(!1),o(!1)},children:e}),document.body)]})}function _2({content:e,children:t,position:r,autoSwitchTooltip:n=!1}){const{isApp:i}=Vl();return i&&n?w.jsxs(vn.Root,{children:[w.jsx(vn.Trigger,{children:w.jsx("button",{style:{background:"none",border:"none",padding:"0",margin:"0",outline:"none",boxShadow:"none",color:"inherit",font:"inherit",textAlign:"inherit"},children:t})}),w.jsx(vn.Content,{variant:"soft",style:{transition:"opacity 0.3s ease",display:"block",zIndex:9e3,padding:"8px 12px",backgroundColor:"var(--cs-dialog-bg)",color:"var(--cs-text-con)",borderRadius:"8px",fontSize:"12px",whiteSpace:"nowrap",border:"1px solid",borderColor:"var(--cs-border)",boxShadow:"0px 2px 10px rgba(0, 0, 0, 0.1)"},side:r,align:"center",children:e})]}):w.jsx(zl,{content:e,position:r,children:t})}function E2({isLoading:e,routerData:t,noTips:r}){const{fromCoin:n,toCoin:i,fromAmount:o,toAmount:s}=on();Vl();const{priceImpact:a,sources:c,marketPrice:l,priceImpactTextInfo:u,hideShowPriceImpact:d}=S2(n,i,t==null?void 0:t.fromAmountUi,t==null?void 0:t.toAmountUi);return w.jsx(w.Fragment,{children:d?w.jsx(w.Fragment,{}):w.jsxs(w.Fragment,{children:[!r&&Be(a).lte(-30)&&w.jsx("div",{className:"price-impact-tips red",children:"High price difference. Be cautious before submitting your order."}),w.jsxs("div",{className:"price-impact-block",children:[w.jsxs("div",{className:"left",children:[w.jsx("span",{style:{color:"var(--cs-text-con)"},children:"Price Difference"}),w.jsx(_2,{autoSwitchTooltip:!0,position:"top",content:w.jsx(vP,{fromToken:n,toToken:i,sources:c,baseAmount:"1",quoteAmount:l}),children:w.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{cursor:"pointer",width:"20px",height:"20px"},children:w.jsx("use",{xlinkHref:"#icon-tips"})})})]}),w.jsxs("div",{children:[e&&w.jsx(Os,{style:{width:"80px",height:"20px"}}),!e&&w.jsxs("div",{className:"right",children:[w.jsx("span",{className:u==null?void 0:u.textColor,children:u.priceImpactText?u==null?void 0:u.priceImpactText:"Incalculable"}),w.jsx("div",{className:"platforms",children:c.map(p=>w.jsx(zl,{content:w.jsx("span",{style:{fontSize:"12px"},children:K1[p]}),position:"top",delay:300,children:w.jsx(Gr,{src:$E[p]})},p))})]})]})]})]})})}function vP({fromToken:e,toToken:t,baseAmount:r,quoteAmount:n,sources:i}){const{isApp:o}=Vl();return w.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"12px"},children:[w.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",lineHeight:"18px",width:o?"200px":"300px",textAlign:"start",whiteSpace:"normal"},children:"The difference between the market price and estimated price due to trade size."}),w.jsxs("div",{style:{width:"100%",display:"flex",flexDirection:"column",alignItems:"flex-start"},children:[w.jsx("p",{style:{fontSize:"12px",color:"var(--cs-text-title)"},children:"Market price sources:"}),r&&n?w.jsx(A0,{baseToken:e,quoteToken:t,baseAmount:"1",quoteAmount:n,loading:!1}):w.jsx("p",{style:{color:"var(--cs-text-title)",fontSize:"12px"},children:"Price is unknown"})]}),w.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:"5px"},children:[w.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",whiteSpace:"pre"},children:"Market price sources:"}),w.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",whiteSpace:"pre"},children:i.map(s=>K1[s]+" ").join("")})]})]})}function C2({pr:e="8px",pl:t="8px",amountLimit:r,isLoading:n}){const{fromCoin:i,toCoin:o,byAmountIn:s}=on();return w.jsxs("div",{className:"swap-info-between",style:{paddingLeft:t,paddingRight:e},children:[w.jsx("div",{className:"left",children:s?"Minimum Received":"Maximum Sold"}),n?w.jsx(Os,{style:{height:"18px",width:"80px"}}):w.jsxs("div",{className:"right",children:[Dr(r,s?o==null?void 0:o.decimals:i==null?void 0:i.decimals,!1,Ur.ROUND_DOWN)," ",pn(s?(o==null?void 0:o.symbol)||"":(i==null?void 0:i.symbol)||"")]})]})}function bP({scamsText:e}){return w.jsxs("div",{style:{marginTop:"16px",borderRadius:"8px",border:"1px solid #2A3238",paddingTop:"12px",width:"100%",backgroundColor:"#161A1E"},children:[w.jsxs("div",{style:{display:"flex",alignItems:"center",padding:"0 12px",justifyContent:"center",textAlign:"center"},children:[w.jsx("svg",{className:"cs-icon",style:{width:"20px",height:"20px",fill:"#ffca68"},"aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-alert"})}),w.jsx("span",{style:{color:"#ffca68",marginLeft:"4px"},children:"Alert"})]}),w.jsx("div",{style:{borderRadius:"8px",padding:"11px",margin:"-1px",marginTop:"14px",border:"1px solid #2A3238",lineHeight:"1"},children:w.jsx(Z1,{text:`${e} detected to have Deny List feature. It's an optional feature on Sui designed for regulated coins (learn more). However, it could be misused by HoneyPot scams, which may restrict users from selling the tokens after buying. Please be cautious.`,keywords:["learn more"],onKeywordClick:t=>{window.open("https://docs.sui.io/guides/developer/coin/regulated","_blank")}})})]})}function yP({onClick:e}){return w.jsxs("div",{className:"cs-icon-button cs-back-button",onClick:t=>{t.stopPropagation(),e()},children:[w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-back"})}),w.jsx("span",{children:"Back"})]})}function M0({title:e,backClick:t}){return w.jsxs("div",{className:"cs-have-back-header",children:[w.jsx(yP,{onClick:t}),w.jsx("span",{className:"title",children:e})]})}const ql=globalThis||void 0||self;var wP=typeof ql=="object"&&ql&&ql.Object===Object&&ql;const T2=wP;var xP=typeof self=="object"&&self&&self.Object===Object&&self,SP=T2||xP||Function("return this")();const ni=SP;var _P=ni.Symbol;const ii=_P;var A2=Object.prototype,EP=A2.hasOwnProperty,CP=A2.toString,Da=ii?ii.toStringTag:void 0;function TP(e){var t=EP.call(e,Da),r=e[Da];try{e[Da]=void 0;var n=!0}catch{}var i=CP.call(e);return n&&(t?e[Da]=r:delete e[Da]),i}var AP=Object.prototype,MP=AP.toString;function IP(e){return MP.call(e)}var OP="[object Null]",PP="[object Undefined]",M2=ii?ii.toStringTag:void 0;function Ns(e){return e==null?e===void 0?PP:OP:M2&&M2 in Object(e)?TP(e):IP(e)}function ao(e){return e!=null&&typeof e=="object"}var RP="[object Symbol]";function La(e){return typeof e=="symbol"||ao(e)&&Ns(e)==RP}function Hl(e,t){for(var r=-1,n=e==null?0:e.length,i=Array(n);++r<n;)i[r]=t(e[r],r,e);return i}var NP=Array.isArray;const Yr=NP;var kP=1/0,I2=ii?ii.prototype:void 0,O2=I2?I2.toString:void 0;function P2(e){if(typeof e=="string")return e;if(Yr(e))return Hl(e,P2)+"";if(La(e))return O2?O2.call(e):"";var t=e+"";return t=="0"&&1/e==-kP?"-0":t}function ks(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function R2(e){return e}var jP="[object AsyncFunction]",DP="[object Function]",LP="[object GeneratorFunction]",BP="[object Proxy]";function N2(e){if(!ks(e))return!1;var t=Ns(e);return t==DP||t==LP||t==jP||t==BP}var UP=ni["__core-js_shared__"];const I0=UP;var k2=function(){var e=/[^.]+$/.exec(I0&&I0.keys&&I0.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function FP(e){return!!k2&&k2 in e}var $P=Function.prototype,VP=$P.toString;function $o(e){if(e!=null){try{return VP.call(e)}catch{}try{return e+""}catch{}}return""}var zP=/[\\^$.*+?()[\]{}|]/g,qP=/^\[object .+?Constructor\]$/,HP=Function.prototype,WP=Object.prototype,GP=HP.toString,KP=WP.hasOwnProperty,YP=RegExp("^"+GP.call(KP).replace(zP,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function XP(e){if(!ks(e)||FP(e))return!1;var t=N2(e)?YP:qP;return t.test($o(e))}function JP(e,t){return e==null?void 0:e[t]}function Vo(e,t){var r=JP(e,t);return XP(r)?r:void 0}var ZP=Vo(ni,"WeakMap");const O0=ZP;var j2=Object.create,QP=function(){function e(){}return function(t){if(!ks(t))return{};if(j2)return j2(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();const eR=QP;function tR(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var rR=function(){try{var e=Vo(Object,"defineProperty");return e({},"",{}),e}catch{}}();const D2=rR;function nR(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var iR=9007199254740991,oR=/^(?:0|[1-9]\d*)$/;function L2(e,t){var r=typeof e;return t=t??iR,!!t&&(r=="number"||r!="symbol"&&oR.test(e))&&e>-1&&e%1==0&&e<t}function B2(e,t,r){t=="__proto__"&&D2?D2(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function P0(e,t){return e===t||e!==e&&t!==t}var sR=Object.prototype,aR=sR.hasOwnProperty;function U2(e,t,r){var n=e[t];(!(aR.call(e,t)&&P0(n,r))||r===void 0&&!(t in e))&&B2(e,t,r)}function Wl(e,t,r,n){var i=!r;r||(r={});for(var o=-1,s=t.length;++o<s;){var a=t[o],c=n?n(r[a],e[a],a,r,e):void 0;c===void 0&&(c=e[a]),i?B2(r,a,c):U2(r,a,c)}return r}var cR=9007199254740991;function R0(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=cR}function Gl(e){return e!=null&&R0(e.length)&&!N2(e)}var lR=Object.prototype;function N0(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||lR;return e===r}function uR(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var fR="[object Arguments]";function F2(e){return ao(e)&&Ns(e)==fR}var $2=Object.prototype,dR=$2.hasOwnProperty,hR=$2.propertyIsEnumerable,pR=F2(function(){return arguments}())?F2:function(e){return ao(e)&&dR.call(e,"callee")&&!hR.call(e,"callee")};const V2=pR;function mR(){return!1}var z2=typeof Ht=="object"&&Ht&&!Ht.nodeType&&Ht,q2=z2&&typeof module=="object"&&module&&!module.nodeType&&module,gR=q2&&q2.exports===z2,H2=gR?ni.Buffer:void 0,vR=H2?H2.isBuffer:void 0,bR=vR||mR;const Kl=bR;var yR="[object Arguments]",wR="[object Array]",xR="[object Boolean]",SR="[object Date]",_R="[object Error]",ER="[object Function]",CR="[object Map]",TR="[object Number]",AR="[object Object]",MR="[object RegExp]",IR="[object Set]",OR="[object String]",PR="[object WeakMap]",RR="[object ArrayBuffer]",NR="[object DataView]",kR="[object Float32Array]",jR="[object Float64Array]",DR="[object Int8Array]",LR="[object Int16Array]",BR="[object Int32Array]",UR="[object Uint8Array]",FR="[object Uint8ClampedArray]",$R="[object Uint16Array]",VR="[object Uint32Array]",Qt={};Qt[kR]=Qt[jR]=Qt[DR]=Qt[LR]=Qt[BR]=Qt[UR]=Qt[FR]=Qt[$R]=Qt[VR]=!0,Qt[yR]=Qt[wR]=Qt[RR]=Qt[xR]=Qt[NR]=Qt[SR]=Qt[_R]=Qt[ER]=Qt[CR]=Qt[TR]=Qt[AR]=Qt[MR]=Qt[IR]=Qt[OR]=Qt[PR]=!1;function zR(e){return ao(e)&&R0(e.length)&&!!Qt[Ns(e)]}function Yl(e){return function(t){return e(t)}}var W2=typeof Ht=="object"&&Ht&&!Ht.nodeType&&Ht,Ba=W2&&typeof module=="object"&&module&&!module.nodeType&&module,qR=Ba&&Ba.exports===W2,k0=qR&&T2.process,HR=function(){try{var e=Ba&&Ba.require&&Ba.require("util").types;return e||k0&&k0.binding&&k0.binding("util")}catch{}}();const js=HR;var G2=js&&js.isTypedArray,WR=G2?Yl(G2):zR;const K2=WR;var GR=Object.prototype,KR=GR.hasOwnProperty;function Y2(e,t){var r=Yr(e),n=!r&&V2(e),i=!r&&!n&&Kl(e),o=!r&&!n&&!i&&K2(e),s=r||n||i||o,a=s?uR(e.length,String):[],c=a.length;for(var l in e)(t||KR.call(e,l))&&!(s&&(l=="length"||i&&(l=="offset"||l=="parent")||o&&(l=="buffer"||l=="byteLength"||l=="byteOffset")||L2(l,c)))&&a.push(l);return a}function X2(e,t){return function(r){return e(t(r))}}var YR=X2(Object.keys,Object);const XR=YR;var JR=Object.prototype,ZR=JR.hasOwnProperty;function QR(e){if(!N0(e))return XR(e);var t=[];for(var r in Object(e))ZR.call(e,r)&&r!="constructor"&&t.push(r);return t}function Ua(e){return Gl(e)?Y2(e):QR(e)}function eN(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var tN=Object.prototype,rN=tN.hasOwnProperty;function nN(e){if(!ks(e))return eN(e);var t=N0(e),r=[];for(var n in e)n=="constructor"&&(t||!rN.call(e,n))||r.push(n);return r}function j0(e){return Gl(e)?Y2(e,!0):nN(e)}var iN=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,oN=/^\w*$/;function D0(e,t){if(Yr(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||La(e)?!0:oN.test(e)||!iN.test(e)||t!=null&&e in Object(t)}var sN=Vo(Object,"create");const Fa=sN;function aN(){this.__data__=Fa?Fa(null):{},this.size=0}function cN(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var lN="__lodash_hash_undefined__",uN=Object.prototype,fN=uN.hasOwnProperty;function dN(e){var t=this.__data__;if(Fa){var r=t[e];return r===lN?void 0:r}return fN.call(t,e)?t[e]:void 0}var hN=Object.prototype,pN=hN.hasOwnProperty;function mN(e){var t=this.__data__;return Fa?t[e]!==void 0:pN.call(t,e)}var gN="__lodash_hash_undefined__";function vN(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Fa&&t===void 0?gN:t,this}function zo(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}zo.prototype.clear=aN,zo.prototype.delete=cN,zo.prototype.get=dN,zo.prototype.has=mN,zo.prototype.set=vN;function bN(){this.__data__=[],this.size=0}function Xl(e,t){for(var r=e.length;r--;)if(P0(e[r][0],t))return r;return-1}var yN=Array.prototype,wN=yN.splice;function xN(e){var t=this.__data__,r=Xl(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():wN.call(t,r,1),--this.size,!0}function SN(e){var t=this.__data__,r=Xl(t,e);return r<0?void 0:t[r][1]}function _N(e){return Xl(this.__data__,e)>-1}function EN(e,t){var r=this.__data__,n=Xl(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function Pi(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Pi.prototype.clear=bN,Pi.prototype.delete=xN,Pi.prototype.get=SN,Pi.prototype.has=_N,Pi.prototype.set=EN;var CN=Vo(ni,"Map");const $a=CN;function TN(){this.size=0,this.__data__={hash:new zo,map:new($a||Pi),string:new zo}}function AN(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Jl(e,t){var r=e.__data__;return AN(t)?r[typeof t=="string"?"string":"hash"]:r.map}function MN(e){var t=Jl(this,e).delete(e);return this.size-=t?1:0,t}function IN(e){return Jl(this,e).get(e)}function ON(e){return Jl(this,e).has(e)}function PN(e,t){var r=Jl(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function Ri(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Ri.prototype.clear=TN,Ri.prototype.delete=MN,Ri.prototype.get=IN,Ri.prototype.has=ON,Ri.prototype.set=PN;var RN="Expected a function";function L0(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(RN);var r=function(){var n=arguments,i=t?t.apply(this,n):n[0],o=r.cache;if(o.has(i))return o.get(i);var s=e.apply(this,n);return r.cache=o.set(i,s)||o,s};return r.cache=new(L0.Cache||Ri),r}L0.Cache=Ri;var NN=500;function kN(e){var t=L0(e,function(n){return r.size===NN&&r.clear(),n}),r=t.cache;return t}var jN=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,DN=/\\(\\)?/g,LN=kN(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(jN,function(r,n,i,o){t.push(i?o.replace(DN,"$1"):n||r)}),t});const BN=LN;function UN(e){return e==null?"":P2(e)}function J2(e,t){return Yr(e)?e:D0(e,t)?[e]:BN(UN(e))}var FN=1/0;function Zl(e){if(typeof e=="string"||La(e))return e;var t=e+"";return t=="0"&&1/e==-FN?"-0":t}function B0(e,t){t=J2(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[Zl(t[r++])];return r&&r==n?e:void 0}function $N(e,t,r){var n=e==null?void 0:B0(e,t);return n===void 0?r:n}function Z2(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}var VN=X2(Object.getPrototypeOf,Object);const Q2=VN;function zN(){this.__data__=new Pi,this.size=0}function qN(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function HN(e){return this.__data__.get(e)}function WN(e){return this.__data__.has(e)}var GN=200;function KN(e,t){var r=this.__data__;if(r instanceof Pi){var n=r.__data__;if(!$a||n.length<GN-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Ri(n)}return r.set(e,t),this.size=r.size,this}function oi(e){var t=this.__data__=new Pi(e);this.size=t.size}oi.prototype.clear=zN,oi.prototype.delete=qN,oi.prototype.get=HN,oi.prototype.has=WN,oi.prototype.set=KN;function YN(e,t){return e&&Wl(t,Ua(t),e)}function XN(e,t){return e&&Wl(t,j0(t),e)}var ew=typeof Ht=="object"&&Ht&&!Ht.nodeType&&Ht,tw=ew&&typeof module=="object"&&module&&!module.nodeType&&module,JN=tw&&tw.exports===ew,rw=JN?ni.Buffer:void 0,nw=rw?rw.allocUnsafe:void 0;function ZN(e,t){if(t)return e.slice();var r=e.length,n=nw?nw(r):new e.constructor(r);return e.copy(n),n}function iw(e,t){for(var r=-1,n=e==null?0:e.length,i=0,o=[];++r<n;){var s=e[r];t(s,r,e)&&(o[i++]=s)}return o}function ow(){return[]}var QN=Object.prototype,ek=QN.propertyIsEnumerable,sw=Object.getOwnPropertySymbols,tk=sw?function(e){return e==null?[]:(e=Object(e),iw(sw(e),function(t){return ek.call(e,t)}))}:ow;const U0=tk;function rk(e,t){return Wl(e,U0(e),t)}var nk=Object.getOwnPropertySymbols,ik=nk?function(e){for(var t=[];e;)Z2(t,U0(e)),e=Q2(e);return t}:ow;const aw=ik;function ok(e,t){return Wl(e,aw(e),t)}function cw(e,t,r){var n=t(e);return Yr(e)?n:Z2(n,r(e))}function F0(e){return cw(e,Ua,U0)}function sk(e){return cw(e,j0,aw)}var ak=Vo(ni,"DataView");const $0=ak;var ck=Vo(ni,"Promise");const V0=ck;var lk=Vo(ni,"Set");const z0=lk;var lw="[object Map]",uk="[object Object]",uw="[object Promise]",fw="[object Set]",dw="[object WeakMap]",hw="[object DataView]",fk=$o($0),dk=$o($a),hk=$o(V0),pk=$o(z0),mk=$o(O0),qo=Ns;($0&&qo(new $0(new ArrayBuffer(1)))!=hw||$a&&qo(new $a)!=lw||V0&&qo(V0.resolve())!=uw||z0&&qo(new z0)!=fw||O0&&qo(new O0)!=dw)&&(qo=function(e){var t=Ns(e),r=t==uk?e.constructor:void 0,n=r?$o(r):"";if(n)switch(n){case fk:return hw;case dk:return lw;case hk:return uw;case pk:return fw;case mk:return dw}return t});const Va=qo;var gk=Object.prototype,vk=gk.hasOwnProperty;function bk(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&vk.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var yk=ni.Uint8Array;const Ql=yk;function q0(e){var t=new e.constructor(e.byteLength);return new Ql(t).set(new Ql(e)),t}function wk(e,t){var r=t?q0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var xk=/\w*$/;function Sk(e){var t=new e.constructor(e.source,xk.exec(e));return t.lastIndex=e.lastIndex,t}var pw=ii?ii.prototype:void 0,mw=pw?pw.valueOf:void 0;function _k(e){return mw?Object(mw.call(e)):{}}function Ek(e,t){var r=t?q0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var Ck="[object Boolean]",Tk="[object Date]",Ak="[object Map]",Mk="[object Number]",Ik="[object RegExp]",Ok="[object Set]",Pk="[object String]",Rk="[object Symbol]",Nk="[object ArrayBuffer]",kk="[object DataView]",jk="[object Float32Array]",Dk="[object Float64Array]",Lk="[object Int8Array]",Bk="[object Int16Array]",Uk="[object Int32Array]",Fk="[object Uint8Array]",$k="[object Uint8ClampedArray]",Vk="[object Uint16Array]",zk="[object Uint32Array]";function qk(e,t,r){var n=e.constructor;switch(t){case Nk:return q0(e);case Ck:case Tk:return new n(+e);case kk:return wk(e,r);case jk:case Dk:case Lk:case Bk:case Uk:case Fk:case $k:case Vk:case zk:return Ek(e,r);case Ak:return new n;case Mk:case Pk:return new n(e);case Ik:return Sk(e);case Ok:return new n;case Rk:return _k(e)}}function Hk(e){return typeof e.constructor=="function"&&!N0(e)?eR(Q2(e)):{}}var Wk="[object Map]";function Gk(e){return ao(e)&&Va(e)==Wk}var gw=js&&js.isMap,Kk=gw?Yl(gw):Gk;const Yk=Kk;var Xk="[object Set]";function Jk(e){return ao(e)&&Va(e)==Xk}var vw=js&&js.isSet,Zk=vw?Yl(vw):Jk;const Qk=Zk;var ej=1,tj=2,rj=4,bw="[object Arguments]",nj="[object Array]",ij="[object Boolean]",oj="[object Date]",sj="[object Error]",yw="[object Function]",aj="[object GeneratorFunction]",cj="[object Map]",lj="[object Number]",ww="[object Object]",uj="[object RegExp]",fj="[object Set]",dj="[object String]",hj="[object Symbol]",pj="[object WeakMap]",mj="[object ArrayBuffer]",gj="[object DataView]",vj="[object Float32Array]",bj="[object Float64Array]",yj="[object Int8Array]",wj="[object Int16Array]",xj="[object Int32Array]",Sj="[object Uint8Array]",_j="[object Uint8ClampedArray]",Ej="[object Uint16Array]",Cj="[object Uint32Array]",Jt={};Jt[bw]=Jt[nj]=Jt[mj]=Jt[gj]=Jt[ij]=Jt[oj]=Jt[vj]=Jt[bj]=Jt[yj]=Jt[wj]=Jt[xj]=Jt[cj]=Jt[lj]=Jt[ww]=Jt[uj]=Jt[fj]=Jt[dj]=Jt[hj]=Jt[Sj]=Jt[_j]=Jt[Ej]=Jt[Cj]=!0,Jt[sj]=Jt[yw]=Jt[pj]=!1;function eu(e,t,r,n,i,o){var s,a=t&ej,c=t&tj,l=t&rj;if(r&&(s=i?r(e,n,i,o):r(e)),s!==void 0)return s;if(!ks(e))return e;var u=Yr(e);if(u){if(s=bk(e),!a)return tR(e,s)}else{var d=Va(e),p=d==yw||d==aj;if(Kl(e))return ZN(e,a);if(d==ww||d==bw||p&&!i){if(s=c||p?{}:Hk(e),!a)return c?ok(e,XN(s,e)):rk(e,YN(s,e))}else{if(!Jt[d])return i?e:{};s=qk(e,d,a)}}o||(o=new oi);var y=o.get(e);if(y)return y;o.set(e,s),Qk(e)?e.forEach(function(M){s.add(eu(M,t,r,M,e,o))}):Yk(e)&&e.forEach(function(M,O){s.set(O,eu(M,t,r,O,e,o))});var x=l?c?sk:F0:c?j0:Ua,b=u?void 0:x(e);return nR(b||e,function(M,O){b&&(O=M,M=e[O]),U2(s,O,eu(M,t,r,O,e,o))}),s}var Tj=1,Aj=4;function Mj(e){return eu(e,Tj|Aj)}var Ij="__lodash_hash_undefined__";function Oj(e){return this.__data__.set(e,Ij),this}function Pj(e){return this.__data__.has(e)}function tu(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new Ri;++t<r;)this.add(e[t])}tu.prototype.add=tu.prototype.push=Oj,tu.prototype.has=Pj;function Rj(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}function Nj(e,t){return e.has(t)}var kj=1,jj=2;function xw(e,t,r,n,i,o){var s=r&kj,a=e.length,c=t.length;if(a!=c&&!(s&&c>a))return!1;var l=o.get(e),u=o.get(t);if(l&&u)return l==t&&u==e;var d=-1,p=!0,y=r&jj?new tu:void 0;for(o.set(e,t),o.set(t,e);++d<a;){var x=e[d],b=t[d];if(n)var M=s?n(b,x,d,t,e,o):n(x,b,d,e,t,o);if(M!==void 0){if(M)continue;p=!1;break}if(y){if(!Rj(t,function(O,R){if(!Nj(y,R)&&(x===O||i(x,O,r,n,o)))return y.push(R)})){p=!1;break}}else if(!(x===b||i(x,b,r,n,o))){p=!1;break}}return o.delete(e),o.delete(t),p}function Dj(e){var t=-1,r=Array(e.size);return e.forEach(function(n,i){r[++t]=[i,n]}),r}function Lj(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var Bj=1,Uj=2,Fj="[object Boolean]",$j="[object Date]",Vj="[object Error]",zj="[object Map]",qj="[object Number]",Hj="[object RegExp]",Wj="[object Set]",Gj="[object String]",Kj="[object Symbol]",Yj="[object ArrayBuffer]",Xj="[object DataView]",Sw=ii?ii.prototype:void 0,H0=Sw?Sw.valueOf:void 0;function Jj(e,t,r,n,i,o,s){switch(r){case Xj:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Yj:return!(e.byteLength!=t.byteLength||!o(new Ql(e),new Ql(t)));case Fj:case $j:case qj:return P0(+e,+t);case Vj:return e.name==t.name&&e.message==t.message;case Hj:case Gj:return e==t+"";case zj:var a=Dj;case Wj:var c=n&Bj;if(a||(a=Lj),e.size!=t.size&&!c)return!1;var l=s.get(e);if(l)return l==t;n|=Uj,s.set(e,t);var u=xw(a(e),a(t),n,i,o,s);return s.delete(e),u;case Kj:if(H0)return H0.call(e)==H0.call(t)}return!1}var Zj=1,Qj=Object.prototype,eD=Qj.hasOwnProperty;function tD(e,t,r,n,i,o){var s=r&Zj,a=F0(e),c=a.length,l=F0(t),u=l.length;if(c!=u&&!s)return!1;for(var d=c;d--;){var p=a[d];if(!(s?p in t:eD.call(t,p)))return!1}var y=o.get(e),x=o.get(t);if(y&&x)return y==t&&x==e;var b=!0;o.set(e,t),o.set(t,e);for(var M=s;++d<c;){p=a[d];var O=e[p],R=t[p];if(n)var k=s?n(R,O,p,t,e,o):n(O,R,p,e,t,o);if(!(k===void 0?O===R||i(O,R,r,n,o):k)){b=!1;break}M||(M=p=="constructor")}if(b&&!M){var F=e.constructor,B=t.constructor;F!=B&&"constructor"in e&&"constructor"in t&&!(typeof F=="function"&&F instanceof F&&typeof B=="function"&&B instanceof B)&&(b=!1)}return o.delete(e),o.delete(t),b}var rD=1,_w="[object Arguments]",Ew="[object Array]",ru="[object Object]",nD=Object.prototype,Cw=nD.hasOwnProperty;function iD(e,t,r,n,i,o){var s=Yr(e),a=Yr(t),c=s?Ew:Va(e),l=a?Ew:Va(t);c=c==_w?ru:c,l=l==_w?ru:l;var u=c==ru,d=l==ru,p=c==l;if(p&&Kl(e)){if(!Kl(t))return!1;s=!0,u=!1}if(p&&!u)return o||(o=new oi),s||K2(e)?xw(e,t,r,n,i,o):Jj(e,t,c,r,n,i,o);if(!(r&rD)){var y=u&&Cw.call(e,"__wrapped__"),x=d&&Cw.call(t,"__wrapped__");if(y||x){var b=y?e.value():e,M=x?t.value():t;return o||(o=new oi),i(b,M,r,n,o)}}return p?(o||(o=new oi),tD(e,t,r,n,i,o)):!1}function nu(e,t,r,n,i){return e===t?!0:e==null||t==null||!ao(e)&&!ao(t)?e!==e&&t!==t:iD(e,t,r,n,nu,i)}var oD=1,sD=2;function aD(e,t,r,n){var i=r.length,o=i,s=!n;if(e==null)return!o;for(e=Object(e);i--;){var a=r[i];if(s&&a[2]?a[1]!==e[a[0]]:!(a[0]in e))return!1}for(;++i<o;){a=r[i];var c=a[0],l=e[c],u=a[1];if(s&&a[2]){if(l===void 0&&!(c in e))return!1}else{var d=new oi;if(n)var p=n(l,u,c,e,t,d);if(!(p===void 0?nu(u,l,oD|sD,n,d):p))return!1}}return!0}function Tw(e){return e===e&&!ks(e)}function cD(e){for(var t=Ua(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,Tw(i)]}return t}function Aw(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function lD(e){var t=cD(e);return t.length==1&&t[0][2]?Aw(t[0][0],t[0][1]):function(r){return r===e||aD(r,e,t)}}function uD(e,t){return e!=null&&t in Object(e)}function fD(e,t,r){t=J2(t,e);for(var n=-1,i=t.length,o=!1;++n<i;){var s=Zl(t[n]);if(!(o=e!=null&&r(e,s)))break;e=e[s]}return o||++n!=i?o:(i=e==null?0:e.length,!!i&&R0(i)&&L2(s,i)&&(Yr(e)||V2(e)))}function dD(e,t){return e!=null&&fD(e,t,uD)}var hD=1,pD=2;function mD(e,t){return D0(e)&&Tw(t)?Aw(Zl(e),t):function(r){var n=$N(r,e);return n===void 0&&n===t?dD(r,e):nu(t,n,hD|pD)}}function gD(e){return function(t){return t==null?void 0:t[e]}}function vD(e){return function(t){return B0(t,e)}}function bD(e){return D0(e)?gD(Zl(e)):vD(e)}function Mw(e){return typeof e=="function"?e:e==null?R2:typeof e=="object"?Yr(e)?mD(e[0],e[1]):lD(e):bD(e)}function yD(e){return function(t,r,n){for(var i=-1,o=Object(t),s=n(t),a=s.length;a--;){var c=s[e?a:++i];if(r(o[c],c,o)===!1)break}return t}}var wD=yD();const xD=wD;function SD(e,t){return e&&xD(e,t,Ua)}function _D(e,t){return function(r,n){if(r==null)return r;if(!Gl(r))return e(r,n);for(var i=r.length,o=t?i:-1,s=Object(r);(t?o--:++o<i)&&n(s[o],o,s)!==!1;);return r}}var ED=_D(SD);const Iw=ED;function CD(e,t){var r=[];return Iw(e,function(n,i,o){t(n,i,o)&&r.push(n)}),r}function TD(e,t){var r=Yr(e)?iw:CD;return r(e,Mw(t))}function AD(e,t){var r=-1,n=Gl(e)?Array(e.length):[];return Iw(e,function(i,o,s){n[++r]=t(i,o,s)}),n}function MD(e,t){return nu(e,t)}function ID(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}function OD(e,t){if(e!==t){var r=e!==void 0,n=e===null,i=e===e,o=La(e),s=t!==void 0,a=t===null,c=t===t,l=La(t);if(!a&&!l&&!o&&e>t||o&&s&&c&&!a&&!l||n&&s&&c||!r&&c||!i)return 1;if(!n&&!o&&!l&&e<t||l&&r&&i&&!n&&!o||a&&r&&i||!s&&i||!c)return-1}return 0}function PD(e,t,r){for(var n=-1,i=e.criteria,o=t.criteria,s=i.length,a=r.length;++n<s;){var c=OD(i[n],o[n]);if(c){if(n>=a)return c;var l=r[n];return c*(l=="desc"?-1:1)}}return e.index-t.index}function RD(e,t,r){t.length?t=Hl(t,function(o){return Yr(o)?function(s){return B0(s,o.length===1?o[0]:o)}:o}):t=[R2];var n=-1;t=Hl(t,Yl(Mw));var i=AD(e,function(o,s,a){var c=Hl(t,function(l){return l(o)});return{criteria:c,index:++n,value:o}});return ID(i,function(o,s){return PD(o,s,r)})}function ND(e,t,r,n){return e==null?[]:(Yr(t)||(t=t==null?[]:[t]),r=n?void 0:r,Yr(r)||(r=r==null?[]:[r]),RD(e,t,r))}function kD({toBack:e,onSubmitClick:t,data:r}){const{fromCoin:n,toCoin:i}=on(),o=re.useRef(!1),{slippage:s}=Fr(),[a,c]=re.useState(r),{fromAmountUi:l,toAmountUi:u,byAmountIn:d}=a,{amountLimit:p}=v2(s,a),{showPriceImpactTips:y,showPriceImpactWarn:x}=S2(n,i,l,u),{priceAcceptRouterData:b}=ZO(a),[M,O]=re.useState(!1),[R,k]=re.useState(!1);re.useMemo(()=>d?i:n,[d]);const F=re.useMemo(()=>b!==void 0,[b]),B=()=>{if(b){if(o.current)return;o.current=!0;const z=Mj(b);c(z),setTimeout(()=>{o.current=!1},300)}},W=re.useMemo(()=>M?!1:!!x,[M,x]);return w.jsxs("div",{className:"secondary-dialog",children:[w.jsx(M0,{title:"Review your order",backClick:e}),w.jsxs("div",{className:"secondary-content",children:[w.jsxs("div",{className:"trade-info",children:[w.jsxs("div",{className:"amount-info",children:[w.jsx("span",{className:"amount",children:ds(l||"")}),w.jsx("img",{src:n==null?void 0:n.logo_url}),w.jsx("span",{className:"symbol",children:pn((n==null?void 0:n.symbol)||"")})]}),w.jsx("div",{className:"dividing-line",children:w.jsx("div",{className:"swap-icon",children:w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-trade"})})})}),w.jsxs("div",{className:"amount-info",children:[w.jsx("span",{className:"amount",children:ds(u||"")}),w.jsx("img",{src:i==null?void 0:i.logo_url}),w.jsx("span",{className:"symbol",children:pn((i==null?void 0:i.symbol)||"")})]})]}),w.jsxs("div",{className:"current-price-tips-box yellow",style:{fontSize:"12px",marginTop:"8px",flexDirection:"column",justifyContent:"start",gap:"10px"},children:[w.jsx("div",{className:"current-price-box",style:{backgroundColor:"#1b242c",marginTop:"-1px"},children:w.jsx(A0,{baseToken:n,quoteToken:i,baseAmount:l||"0",quoteAmount:u||"0",loading:!1})}),y&&w.jsx("div",{style:{paddingBottom:"10px",color:"var(--cs-warning)"},children:"High price difference. Be cautious before submitting your order."})]}),w.jsxs("div",{className:"swap-info-between",children:[w.jsx("div",{className:"left",children:"Slippage Tolerance"}),w.jsxs("div",{className:"right",children:[s,"%"]})]}),w.jsx(C2,{pl:"0px",pr:"0px",isLoading:!1,amountLimit:p}),w.jsx(E2,{isLoading:!1,routerData:a,noTips:!0}),x&&w.jsxs("div",{style:{width:"100%",marginTop:"8px",gap:"1px"},children:[w.jsx("div",{style:{width:"100%",gap:"8px",fontSize:"12px",backgroundColor:"var(--cs-error-10)",paddingLeft:"16px",paddingRight:"16px",paddingTop:"8px",paddingBottom:"8px",borderRadius:"12px",color:"#ff5073"},children:"The exchange rate of this order deviates from the market price by a large percentage. Are you sure you want to continue the swap?"}),w.jsxs("div",{style:{width:"100%",gap:"16px",display:"flex",flexDirection:"row",marginTop:"-10px"},children:[w.jsx("button",{className:"swap-btn cs-outline-btn secondary-btn",style:{fontSize:"14px",height:"42px",flex:1,color:M?"#72c1f7":"#7F98A7"},onClick:()=>{O(!0)},children:"Yes, please continue."}),w.jsx("button",{className:"swap-btn cs-outline-btn secondary-btn",style:{fontSize:"14px",height:"42px",color:"#7F98A7",flex:1},onClick:()=>e(),children:"No,cancel it."})]})]})]}),!F&&w.jsx("button",{disabled:W||R,className:"swap-btn cs-solid-btn",style:{marginTop:"8px"},onClick:()=>{R||(k(!0),t(a))},children:R?w.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:w.jsx(x2,{})}):"Confirm Swap"}),F&&w.jsxs("div",{className:"price-update",children:[w.jsxs("div",{className:"left",children:[w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-alert"})}),w.jsx("span",{children:"Price update"})]}),w.jsx("div",{className:"right",children:w.jsx("button",{className:"cs-solid-btn",onClick:B,children:"Accept"})})]})]})}function iu(e){const{text:t,type:r}=e,[n,i]=re.useState(!1),{addCommonToast:o}=Ps(),s=a=>{n||(Zc(a),u2(t,{debug:!1,message:"message"}),o("Copied"),i(!n))};return re.useEffect(()=>{n&&setTimeout(()=>{i(!1)},2e3)},[n]),w.jsx(w.Fragment,{children:r==="btn"?w.jsxs("div",{className:"copy-btn",onClick:s,children:[w.jsx("svg",{className:"cs-icon cs-copy-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:n?"#icon-sel":"#icon-copy"})}),w.jsx("span",{children:"Copy"})]}):w.jsx("svg",{className:"cs-icon cs-copy-icon","aria-hidden":"true",onClick:s,children:w.jsx("use",{xlinkHref:n?"#icon-sel":"#icon-copy"})})})}function jD({toBack:e,data:t,isLoading:r}){const{fromCoin:n,toCoin:i,fromAmount:o,toAmount:s}=on(),{getTokenInfo:a}=so(),c=re.useMemo(()=>{var l;return(l=t==null?void 0:t.routers)==null?void 0:l.map(u=>({...u,paths:u.paths.map(d=>({...d,fromToken:a(d.from_type),toToken:a(d.to_type)}))}))},[t]);return w.jsxs("div",{className:"route-dialog",children:[w.jsx(M0,{title:"Route",backClick:e}),w.jsxs("div",{className:"route-dialog-content",children:[w.jsx("div",{className:"simple-router-box",children:w.jsx(Pw,{hasSubMenu:!1,isLoading:r,formatSwapRouter:t})}),w.jsxs("div",{className:"center",style:{flexDirection:"column",gap:"0px"},children:[w.jsxs("div",{className:"center",style:{gap:"4px",marginTop:"16px"},children:[w.jsx(Gr,{src:n==null?void 0:n.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),w.jsx("span",{className:"amount",children:Dr(o,n==null?void 0:n.decimals)}),w.jsx("span",{className:"symbol",children:n==null?void 0:n.symbol})]}),w.jsx("div",{className:"route-box-h5 center",children:w.jsx("div",{style:{width:"100%",gap:"32px",border:"1px dashed #2a3238",borderRadius:"8px",display:"flex",flexDirection:"column",paddingTop:"20px",paddingBottom:"20px",overflowY:"auto",maxHeight:"280px",position:"relative"},children:c==null?void 0:c.map((l,u)=>w.jsxs("div",{className:"route-item-box-h5",children:[w.jsxs("div",{className:"percent",children:[Be(l.percentage).mul(100).toString(),"%"]}),w.jsx("div",{className:l.paths.length>1?"route-two-h5":"",style:{width:"100%",display:"flex",flexDirection:"column",alignItems:"center",gap:"8px"},children:l.paths.map(d=>w.jsx("div",{className:"route-path-item",children:w.jsx(_2,{autoSwitchTooltip:!0,position:"bottom",content:w.jsxs("div",{className:"router-pool-tip-con",style:{display:"flex",flexDirection:"column",minWidth:"190px"},children:[w.jsx(LD,{poolAddress:d.pool_address}),w.jsx(Ow,{token:d.fromToken}),w.jsx(Ow,{token:d.toToken})]}),children:w.jsx(DD,{path:d})})},d.to_type))})]},u))})}),w.jsxs("div",{className:"center",style:{gap:"4px"},children:[w.jsx(Gr,{src:i==null?void 0:i.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),w.jsx("span",{className:"amount",children:Dr(s,i==null?void 0:i.decimals)}),w.jsx("span",{className:"symbol",children:i==null?void 0:i.symbol})]})]})]})]})}function DD({path:e}){var t,r,n;return w.jsxs("div",{role:"button",style:{display:"flex",flexDirection:"row",gap:"0px",zIndex:3},children:[w.jsxs("div",{style:{display:"flex",flexDirection:"row"},children:[w.jsx(Gr,{src:(t=e.fromToken)==null?void 0:t.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}}),w.jsx(Gr,{src:(r=e.toToken)==null?void 0:r.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}})]}),w.jsxs("span",{className:"provider",children:[(n=Y1[e.provider])==null?void 0:n.name," "]}),!!+e.fee_rate&&w.jsxs("div",{className:"fee-tier",children:[" ",Be(e.fee_rate).mul(100).toString(),"%"]})]})}function Ow({token:e}){const{getExplorerUrl:t}=ps();return w.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",alignItems:"center",height:"40px",fontSize:"12px",gap:"12px"},children:[w.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",gap:"8px",flexShrink:0},children:[w.jsx(Gr,{src:e==null?void 0:e.logo_url,style:{width:"20px",height:"20px",borderRadius:"100%"}}),w.jsx("span",{style:{color:"#fff",fontSize:"12px"},children:pn((e==null?void 0:e.symbol)||"")})]}),w.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[w.jsx("a",{onClick:Zc,href:t(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{textDecoration:"none",color:"#909ca4"},children:ko(e==null?void 0:e.coin_type)}),w.jsx(iu,{text:(e==null?void 0:e.coin_type)||""})]})]})}function LD({poolAddress:e}){const{getExplorerUrl:t}=ps();return w.jsxs(w.Fragment,{children:[e&&w.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",fontSize:"12px",gap:"12px"},children:[w.jsx("span",{style:{color:"fff",fontSize:"12px"},children:"Pool"}),w.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[w.jsx("a",{style:{color:"#fff",textDecoration:"none"},onClick:Zc,href:t(e,"poolAddress"),target:"_blank",children:ko(e)}),w.jsx(iu,{text:e})]})]}),e&&w.jsx("div",{style:{width:"100%",height:"1px",marginTop:"12px",backgroundColor:"var(--cs-border)"}})]})}function Pw({hasSubMenu:e,isLoading:t,formatSwapRouter:r}){var d;const[n,i]=re.useState(!1),{isApp:o}=Vl(),{fetchTokenInfo:s}=so(),a=re.useMemo(()=>(r==null?void 0:r.routers.length)===1,[r==null?void 0:r.routers.length]),[c,l]=re.useState(""),u=async()=>{var b,M;const p=[],y=((M=(b=r==null?void 0:r.routers)==null?void 0:b[0])==null?void 0:M.paths)||[];for(let O=0;O<y.length;O++){const R=y[O],k=await s(R==null?void 0:R.to_type);if(O===0){const F=await s(R==null?void 0:R.from_type);p.push(`${F==null?void 0:F.symbol} > ${k==null?void 0:k.symbol}`)}else p.push(k==null?void 0:k.symbol)}const x=p.join(" > ");l(x)};return re.useEffect(()=>{a&&u()},[a]),w.jsxs("div",{className:"simple-router-block",style:{paddingLeft:e?"8px":"0px",paddingRight:e?"8px":"0px"},children:[w.jsx("div",{className:"left",style:{whiteSpace:"nowrap",color:e?"var(--cs-text-con)":"#fff",paddingRight:"8px"},children:e?"Auto Router":"Route"}),t?w.jsx(Os,{style:{width:"80px",height:"18px"}}):w.jsxs("div",{className:"right",onClick:()=>{i(!0)},children:[w.jsx("span",{style:{textAlign:"right",color:"#fff"},children:a?c:r==null?void 0:r.router_summery}),w.jsxs("div",{className:"providers",children:[(d=r==null?void 0:r.providers)==null?void 0:d.map((p,y)=>{var x;return o?w.jsx(Gr,{src:lr[p],style:{width:"16px",height:"16px"}}):w.jsx(zl,{content:w.jsx("div",{children:((x=Y1[p])==null?void 0:x.name)||p}),position:"top",delay:300,children:w.jsx(Gr,{src:lr[p],style:{width:"16px",height:"16px"}})},p)}),e&&w.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{width:"16px",height:"16px",flexShrink:0},children:w.jsx("use",{xlinkHref:"#icon-spread"})})]})]}),n&&e&&w.jsx(jD,{data:r,isLoading:t,toBack:()=>i(!1)})]})}const lU="",za=Ti((e,t)=>({currentTypeTab:"Default",setCurrentTypeTab:r=>{e(()=>({currentTypeTab:r}))},currentPlatformTab:"All",setCurrentPlatformTab:r=>{e(()=>({currentPlatformTab:r}))},platformList:["All","Wormhole"],setPlatformList:r=>{e(()=>({platformList:r}))},isOpenImportDialog:!1,setIsOpenImportDialog:r=>{e(()=>({isOpenImportDialog:r}))},collectTokenMap:new Map,setCollectTokenMap:(r,n=!1)=>{e(()=>({collectTokenMap:r})),n||Ci.setItem(H1,r)},showTokenList:[],setShowTokenList:r=>{e(()=>({showTokenList:[...r]}))},combineTokenList:[],setComBineTokenList:r=>{e(()=>({combineTokenList:r}))},currentImportTokenData:void 0,setCurrentImportTokenData:r=>{e(()=>({currentImportTokenData:r}))},importTokenList:[],importTokenIsLoading:!1,setImportToken:(r,n)=>{const{importTokenList:i,setImportTokenList:o}=t();let s=i;if(n)s=[r,...s];else{const a=s1(r.coin_type);s=i.filter(c=>s1(c.coin_type)!==a)}return o(s),Ci.setItem(W1,s),s},setImportTokenList:r=>{e(()=>({importTokenList:r}))},setImportTokenIsLoading:r=>{e(()=>({importTokenIsLoading:r}))},searchInput:"",setSearchInput:r=>{e(()=>({searchInput:r}))},showTokenListIsLoading:!1,setShowTokenListIsLoading:r=>{e(()=>({showTokenListIsLoading:r}))}}));Ci.getItem(H1).then(e=>{e!==null&&za.getState().setCollectTokenMap(e,!0)}),Ci.getItem(W1).then(e=>{e&&za.getState().setImportTokenList(e)});function Rw(){const{setCollectTokenMap:e,collectTokenMap:t}=za(),r=i=>{const o=new Map(t);o.get(i.coin_type)?o.delete(i.coin_type):o.set(i.coin_type,i),e(o)},n=re.useCallback(i=>t.get(i.coin_type)!==void 0,[t]);return{handleCollectToken:r,isCollectToken:n,collectTokenMap:t}}function BD(e){const{trustedTokenList:t}=ja(),{tokenBalanceObj:r,currentAccount:n}=Kr(),{coinPriceObj:i}=d2(),{getTokenAmountValue:o}=ka(),{fetchTokenInfo:s}=so(),{currentTypeTab:a,showTokenList:c,setShowTokenList:l,combineTokenList:u,importTokenList:d,setComBineTokenList:p,setImportToken:y,setCurrentImportTokenData:x,setImportTokenIsLoading:b,currentImportTokenData:M,searchInput:O,setSearchInput:R,importTokenIsLoading:k,showTokenListIsLoading:F,setCurrentTypeTab:B,setCurrentPlatformTab:W}=za(),[z,G]=re.useState(!1);re.useEffect(()=>{t&&(t==null?void 0:t.length)>0&&G(!0)},[t]);const[ne,oe]=re.useState(!1);re.useEffect(()=>{F1(i)||oe(!0)},[i]);const se=re.useRef({}),[q,L]=re.useState(!1);re.useEffect(()=>{(!F1(r)||!xd(se.current,r))&&(se.current=r,L(!0))},[r]);const h=re.useMemo(()=>(d==null?void 0:d.length)>1?d==null?void 0:d.map(Q=>{const Z=Fl(r==null?void 0:r[Q==null?void 0:Q.coin_type],Q),ce=Z==null?void 0:Z.totalBalanceFormat,be=Be(ce).gt("0")?o(Q==null?void 0:Q.coin_type,ce):"0";return{...Q,balance:ce,rate:be}}):d,[d,r,i]),f=(Q,Z)=>{const ce=Z&&Z.toLocaleLowerCase().trim(),be=Q.map(pe=>{let Le=0,Ae=0;pe.symbol.toLowerCase()===ce||pe.name.toLowerCase()===ce||pe.coin_type.toLowerCase()===ce?(Le=1e3,Ae=2):pe.symbol.toLowerCase().indexOf(ce)>-1?(Le=100,Ae=0):pe.name.toLowerCase().indexOf(ce)>-1?(Le=10,Ae=0):pe.coin_type.toLowerCase().indexOf(ce)>-1?(Le=1,Ae=0):pe.coin_type.toLowerCase()=="0x2::sui::sui"&&(Ae=1);let Ze=Array.isArray(pe==null?void 0:pe.coin_priority)?Number(pe.coin_priority[0])||0:Number(pe==null?void 0:pe.coin_priority)||0;return e===pe.coin_type&&!Z&&(Ae=12,Le=1e3,Ze=1e4),{...pe,mark:Le,sort:Ae,coin_priority_sort:Ze,rateNumber:Number((pe==null?void 0:pe.rate)||"0"),balanceNumber:Number((pe==null?void 0:pe.balance)||"0")}});return ND(be,[pe=>!Z&&e===pe.coin_type?1:0,"rateNumber","balanceNumber","sort","mark","coin_priority_sort"],["desc","desc","desc","desc","desc","desc"])},m=(Q,Z=!1)=>{const ce=Z?Q.trim():Q.toLowerCase().trim(),be=["symbol","name","coin_type"];return TD(ce.length===0?u:[...u,...h],pe=>be.some(Le=>{const Ae=pe[Le];if(typeof Ae=="string"){const Ze=Z?Ae:Ae.toLowerCase();return Le==="coin_type"?Ze.includes(ce)||_i(Ze,!0).includes(_i(ce,!0)):Ze.includes(ce)}return!1}))},S=Q=>{Q||x(void 0);const Z=m(Q);if((Z==null?void 0:Z.length)===0){T(Q);return}else{const ce=f(Z,Q);l(ce)}},T=async Q=>{b(!0);try{if($1(Q)){const Z=Q.trim(),ce=kr(Z).full_address,be=await s(ce);if(!be){l([]);return}const xe=Fl(r==null?void 0:r[ce],be),pe=(xe==null?void 0:xe.totalBalanceFormat)||"0",Le=Be(pe).gt("0")?o(Z,pe):"0",Ae={...be,balance:pe,rate:Le};l([Ae]),x(Ae)}else{l([]);return}}catch{x(void 0),l([]);return}finally{b(!1)}},E=Q=>{if(Q==="Default")g("All"),W("All");else{const Z=f(h,O);l(Z)}},I=()=>{if(M){const Q=y(M,!0),Z=f(Q,O);l(Z),x(void 0),R("")}},C=Q=>{const Z=y(Q,!1),ce=f(Z,O);l(ce)},g=Q=>{const Z=Q==="All"?[...u]:u.filter(be=>Q=="Native"?!be.labels||be.labels.length==0||be.labels=="Native":be.labels&&be.labels.length>0&&be.labels[0].toLowerCase()==Q.toLowerCase()),ce=f(Z,O);l(ce)};re.useEffect(()=>{if(!z||!(t!=null&&t.length)){p([]);return}if(!(n!=null&&n.address))p(t);else if(n!=null&&n.address){const Q=[];for(const Z of t){const ce=r==null?void 0:r[Z==null?void 0:Z.coin_type],be=Fl(ce,Z),xe=(be==null?void 0:be.totalBalanceFormat)||"0",pe=(be==null?void 0:be.displayBalance)||"0",Le=Be(xe).gt("0")?o(Z==null?void 0:Z.coin_type,xe):"0";Q.push({...Z,balance:pe,rate:Dr(Le,4,!0)})}p(Q)}},[z,ne,q,n==null?void 0:n.address,i]);const v=re.useRef([]);re.useEffect(()=>{if((u==null?void 0:u.length)>0&&!MD(v.current,u)){v.current=u;const Q=f(u);e?h.find(ce=>ce.coin_type===e)!==void 0||a!=="Default"?(B("Imported"),E("Imported")):l(M?[M]:Q):l(Q)}},[u,e]);const j=re.useMemo(()=>{if(a==="Default"){if(!F&&(c==null?void 0:c.length)===0)return!0}else if((c==null?void 0:c.length)===0&&!k)return!0;return!1},[O,c,M,k,F]);return{showTokenList:c,handleSearch:S,handleChangePlatform:g,currentImportTokenData:M,handleChangeType:E,handleImportClick:I,handleDeleteImportClick:C,isNoData:j}}function UD({tokenList:e,onHandleTokenAction:t}){return w.jsx("div",{className:"token-collect-list",children:e.map(r=>w.jsx(FD,{token:r,onHandleTokenAction:t},r.coin_type))})}function FD({token:e,onHandleTokenAction:t}){return w.jsxs("div",{className:"token-collect-item",onClick:()=>{t(e,"select_token")},children:[w.jsx("img",{src:e.logo_url,style:{marginRight:"8px"}}),w.jsx("span",{children:e.symbol}),w.jsx("i",{children:w.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:r=>{r.stopPropagation(),t(e,"un_collect")},children:w.jsx("use",{xlinkHref:"#icon-close"})})})]})}const $D=It("/images/img_no_data@2x.png");function VD(e){const{img:t=$D,text:r,width:n="100%",height:i="auto",padding:o="20px",subItem:s}=e;return w.jsxs("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:n,height:i,padding:o,boxSizing:"border-box",textAlign:"center"},children:[t&&w.jsx("img",{src:t,alt:"No Data",style:{width:"160px",height:"160px"}}),r&&w.jsx("div",{style:{color:"#fff",fontSize:"14px"},children:r}),s&&s]})}function zD({tabList:e,currentTab:t,changeTab:r}){return w.jsx("div",{className:"platform-tabs",children:e.map(n=>w.jsx("div",{className:t===n?"platform-tab-item active":"platform-tab-item",onClick:()=>{r(n)},children:n},n))})}var Nw=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function qD(e,t){return!!(e===t||Nw(e)&&Nw(t))}function HD(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!qD(e[r],t[r]))return!1;return!0}function WD(e,t){t===void 0&&(t=HD);var r=null;function n(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];if(r&&r.lastThis===this&&t(i,r.lastArgs))return r.lastResult;var s=e.apply(this,i);return r={lastResult:s,lastArgs:i,lastThis:this},s}return n.clear=function(){r=null},n}function W0(){return W0=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},W0.apply(null,arguments)}function kw(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function G0(e,t){return G0=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},G0(e,t)}function GD(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,G0(e,t)}var jw=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function KD(e,t){return!!(e===t||jw(e)&&jw(t))}function YD(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!KD(e[r],t[r]))return!1;return!0}function K0(e,t){t===void 0&&(t=YD);var r,n=[],i,o=!1;function s(){for(var a=[],c=0;c<arguments.length;c++)a[c]=arguments[c];return o&&r===this&&t(a,n)||(i=e.apply(this,a),o=!0,r=this,n=a),i}return s}function Dw(e,t){if(e==null)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.indexOf(n)!==-1)continue;r[n]=e[n]}return r}var XD=typeof performance=="object"&&typeof performance.now=="function",Lw=XD?function(){return performance.now()}:function(){return Date.now()};function Bw(e){cancelAnimationFrame(e.id)}function JD(e,t){var r=Lw();function n(){Lw()-r>=t?e.call(null):i.id=requestAnimationFrame(n)}var i={id:requestAnimationFrame(n)};return i}var Y0=-1;function Uw(e){if(e===void 0&&(e=!1),Y0===-1||e){var t=document.createElement("div"),r=t.style;r.width="50px",r.height="50px",r.overflow="scroll",document.body.appendChild(t),Y0=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return Y0}var Ds=null;function Fw(e){if(e===void 0&&(e=!1),Ds===null||e){var t=document.createElement("div"),r=t.style;r.width="50px",r.height="50px",r.overflow="scroll",r.direction="rtl";var n=document.createElement("div"),i=n.style;return i.width="100px",i.height="100px",t.appendChild(n),document.body.appendChild(t),t.scrollLeft>0?Ds="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?Ds="negative":Ds="positive-ascending"),document.body.removeChild(t),Ds}return Ds}yn.env.NODE_ENV;var ZD=150,QD=function(t,r){return t},ou=null,su=null;yn.env.NODE_ENV!=="production"&&typeof window<"u"&&typeof window.WeakSet<"u"&&(ou=new WeakSet,su=new WeakSet);function eL(e){var t,r=e.getItemOffset,n=e.getEstimatedTotalSize,i=e.getItemSize,o=e.getOffsetForIndexAndAlignment,s=e.getStartIndexForOffset,a=e.getStopIndexForStartIndex,c=e.initInstanceProps,l=e.shouldResetStyleCacheOnItemSizeChange,u=e.validateProps;return t=function(d){GD(p,d);function p(x){var b;return b=d.call(this,x)||this,b._instanceProps=c(b.props,kw(b)),b._outerRef=void 0,b._resetIsScrollingTimeoutId=null,b.state={instance:kw(b),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof b.props.initialScrollOffset=="number"?b.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},b._callOnItemsRendered=void 0,b._callOnItemsRendered=K0(function(M,O,R,k){return b.props.onItemsRendered({overscanStartIndex:M,overscanStopIndex:O,visibleStartIndex:R,visibleStopIndex:k})}),b._callOnScroll=void 0,b._callOnScroll=K0(function(M,O,R){return b.props.onScroll({scrollDirection:M,scrollOffset:O,scrollUpdateWasRequested:R})}),b._getItemStyle=void 0,b._getItemStyle=function(M){var O=b.props,R=O.direction,k=O.itemSize,F=O.layout,B=b._getItemStyleCache(l&&k,l&&F,l&&R),W;if(B.hasOwnProperty(M))W=B[M];else{var z=r(b.props,M,b._instanceProps),G=i(b.props,M,b._instanceProps),ne=R==="horizontal"||F==="horizontal",oe=R==="rtl",se=ne?z:0;B[M]=W={position:"absolute",left:oe?void 0:se,right:oe?se:void 0,top:ne?0:z,height:ne?"100%":G,width:ne?G:"100%"}}return W},b._getItemStyleCache=void 0,b._getItemStyleCache=K0(function(M,O,R){return{}}),b._onScrollHorizontal=function(M){var O=M.currentTarget,R=O.clientWidth,k=O.scrollLeft,F=O.scrollWidth;b.setState(function(B){if(B.scrollOffset===k)return null;var W=b.props.direction,z=k;if(W==="rtl")switch(Fw()){case"negative":z=-k;break;case"positive-descending":z=F-R-k;break}return z=Math.max(0,Math.min(z,F-R)),{isScrolling:!0,scrollDirection:B.scrollOffset<z?"forward":"backward",scrollOffset:z,scrollUpdateWasRequested:!1}},b._resetIsScrollingDebounced)},b._onScrollVertical=function(M){var O=M.currentTarget,R=O.clientHeight,k=O.scrollHeight,F=O.scrollTop;b.setState(function(B){if(B.scrollOffset===F)return null;var W=Math.max(0,Math.min(F,k-R));return{isScrolling:!0,scrollDirection:B.scrollOffset<W?"forward":"backward",scrollOffset:W,scrollUpdateWasRequested:!1}},b._resetIsScrollingDebounced)},b._outerRefSetter=function(M){var O=b.props.outerRef;b._outerRef=M,typeof O=="function"?O(M):O!=null&&typeof O=="object"&&O.hasOwnProperty("current")&&(O.current=M)},b._resetIsScrollingDebounced=function(){b._resetIsScrollingTimeoutId!==null&&Bw(b._resetIsScrollingTimeoutId),b._resetIsScrollingTimeoutId=JD(b._resetIsScrolling,ZD)},b._resetIsScrolling=function(){b._resetIsScrollingTimeoutId=null,b.setState({isScrolling:!1},function(){b._getItemStyleCache(-1,null)})},b}p.getDerivedStateFromProps=function(b,M){return tL(b,M),u(b),null};var y=p.prototype;return y.scrollTo=function(b){b=Math.max(0,b),this.setState(function(M){return M.scrollOffset===b?null:{scrollDirection:M.scrollOffset<b?"forward":"backward",scrollOffset:b,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},y.scrollToItem=function(b,M){M===void 0&&(M="auto");var O=this.props,R=O.itemCount,k=O.layout,F=this.state.scrollOffset;b=Math.max(0,Math.min(b,R-1));var B=0;if(this._outerRef){var W=this._outerRef;k==="vertical"?B=W.scrollWidth>W.clientWidth?Uw():0:B=W.scrollHeight>W.clientHeight?Uw():0}this.scrollTo(o(this.props,b,M,F,this._instanceProps,B))},y.componentDidMount=function(){var b=this.props,M=b.direction,O=b.initialScrollOffset,R=b.layout;if(typeof O=="number"&&this._outerRef!=null){var k=this._outerRef;M==="horizontal"||R==="horizontal"?k.scrollLeft=O:k.scrollTop=O}this._callPropsCallbacks()},y.componentDidUpdate=function(){var b=this.props,M=b.direction,O=b.layout,R=this.state,k=R.scrollOffset,F=R.scrollUpdateWasRequested;if(F&&this._outerRef!=null){var B=this._outerRef;if(M==="horizontal"||O==="horizontal")if(M==="rtl")switch(Fw()){case"negative":B.scrollLeft=-k;break;case"positive-ascending":B.scrollLeft=k;break;default:var W=B.clientWidth,z=B.scrollWidth;B.scrollLeft=z-W-k;break}else B.scrollLeft=k;else B.scrollTop=k}this._callPropsCallbacks()},y.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&Bw(this._resetIsScrollingTimeoutId)},y.render=function(){var b=this.props,M=b.children,O=b.className,R=b.direction,k=b.height,F=b.innerRef,B=b.innerElementType,W=b.innerTagName,z=b.itemCount,G=b.itemData,ne=b.itemKey,oe=ne===void 0?QD:ne,se=b.layout,q=b.outerElementType,L=b.outerTagName,h=b.style,f=b.useIsScrolling,m=b.width,S=this.state.isScrolling,T=R==="horizontal"||se==="horizontal",E=T?this._onScrollHorizontal:this._onScrollVertical,I=this._getRangeToRender(),C=I[0],g=I[1],v=[];if(z>0)for(var j=C;j<=g;j++)v.push(re.createElement(M,{data:G,key:oe(j,G),index:j,isScrolling:f?S:void 0,style:this._getItemStyle(j)}));var Q=n(this.props,this._instanceProps);return re.createElement(q||L||"div",{className:O,onScroll:E,ref:this._outerRefSetter,style:W0({position:"relative",height:k,width:m,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:R},h)},re.createElement(B||W||"div",{children:v,ref:F,style:{height:T?"100%":Q,pointerEvents:S?"none":void 0,width:T?Q:"100%"}}))},y._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var b=this.props.itemCount;if(b>0){var M=this._getRangeToRender(),O=M[0],R=M[1],k=M[2],F=M[3];this._callOnItemsRendered(O,R,k,F)}}if(typeof this.props.onScroll=="function"){var B=this.state,W=B.scrollDirection,z=B.scrollOffset,G=B.scrollUpdateWasRequested;this._callOnScroll(W,z,G)}},y._getRangeToRender=function(){var b=this.props,M=b.itemCount,O=b.overscanCount,R=this.state,k=R.isScrolling,F=R.scrollDirection,B=R.scrollOffset;if(M===0)return[0,0,0,0];var W=s(this.props,B,this._instanceProps),z=a(this.props,W,B,this._instanceProps),G=!k||F==="backward"?Math.max(1,O):1,ne=!k||F==="forward"?Math.max(1,O):1;return[Math.max(0,W-G),Math.max(0,Math.min(M-1,z+ne)),W,z]},p}(re.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var tL=function(t,r){var n=t.children,i=t.direction,o=t.height,s=t.layout,a=t.innerTagName,c=t.outerTagName,l=t.width,u=r.instance;if(yn.env.NODE_ENV!=="production"){(a!=null||c!=null)&&su&&!su.has(u)&&(su.add(u),console.warn("The innerTagName and outerTagName props have been deprecated. Please use the innerElementType and outerElementType props instead."));var d=i==="horizontal"||s==="horizontal";switch(i){case"horizontal":case"vertical":ou&&!ou.has(u)&&(ou.add(u),console.warn('The direction prop should be either "ltr" (default) or "rtl". Please use the layout prop to specify "vertical" (default) or "horizontal" orientation.'));break;case"ltr":case"rtl":break;default:throw Error('An invalid "direction" prop has been specified. Value should be either "ltr" or "rtl". '+('"'+i+'" was specified.'))}switch(s){case"horizontal":case"vertical":break;default:throw Error('An invalid "layout" prop has been specified. Value should be either "horizontal" or "vertical". '+('"'+s+'" was specified.'))}if(n==null)throw Error('An invalid "children" prop has been specified. Value should be a React component. '+('"'+(n===null?"null":typeof n)+'" was specified.'));if(d&&typeof l!="number")throw Error('An invalid "width" prop has been specified. Horizontal lists must specify a number for width. '+('"'+(l===null?"null":typeof l)+'" was specified.'));if(!d&&typeof o!="number")throw Error('An invalid "height" prop has been specified. Vertical lists must specify a number for height. '+('"'+(o===null?"null":typeof o)+'" was specified.'))}},rL=eL({getItemOffset:function(t,r){var n=t.itemSize;return r*n},getItemSize:function(t,r){var n=t.itemSize;return n},getEstimatedTotalSize:function(t){var r=t.itemCount,n=t.itemSize;return n*r},getOffsetForIndexAndAlignment:function(t,r,n,i,o,s){var a=t.direction,c=t.height,l=t.itemCount,u=t.itemSize,d=t.layout,p=t.width,y=a==="horizontal"||d==="horizontal",x=y?p:c,b=Math.max(0,l*u-x),M=Math.min(b,r*u),O=Math.max(0,r*u-x+u+s);switch(n==="smart"&&(i>=O-x&&i<=M+x?n="auto":n="center"),n){case"start":return M;case"end":return O;case"center":{var R=Math.round(O+(M-O)/2);return R<Math.ceil(x/2)?0:R>b+Math.floor(x/2)?b:R}case"auto":default:return i>=O&&i<=M?i:i<O?O:M}},getStartIndexForOffset:function(t,r){var n=t.itemCount,i=t.itemSize;return Math.max(0,Math.min(n-1,Math.floor(r/i)))},getStopIndexForStartIndex:function(t,r,n){var i=t.direction,o=t.height,s=t.itemCount,a=t.itemSize,c=t.layout,l=t.width,u=i==="horizontal"||c==="horizontal",d=r*a,p=u?l:o,y=Math.ceil((p+n-d)/a);return Math.max(0,Math.min(s-1,r+y-1))},initInstanceProps:function(t){},shouldResetStyleCacheOnItemSizeChange:!0,validateProps:function(t){var r=t.itemSize;if(yn.env.NODE_ENV!=="production"&&typeof r!="number")throw Error('An invalid "itemSize" prop has been specified. Value should be a number. '+('"'+(r===null?"null":typeof r)+'" was specified.'))}});function $w(e,t){for(var r in e)if(!(r in t))return!0;for(var n in t)if(e[n]!==t[n])return!0;return!1}var nL=["style"],iL=["style"];function oL(e,t){var r=e.style,n=Dw(e,nL),i=t.style,o=Dw(t,iL);return!$w(r,i)&&!$w(n,o)}const sL=re.memo(({data:e,index:t,style:r})=>{const{items:n,onHandleTokenAction:i,showCollect:o,showDelete:s}=e,a=n[t];return w.jsx("div",{style:r,children:w.jsx(lL,{data:a,onHandleTokenAction:i,showCollect:o,showDelete:s})})},oL),aL=WD((e,t,r,n)=>({items:e,onHandleTokenAction:t,showCollect:r,showDelete:n}));function cL({showTokenList:e,onHandleTokenAction:t,showCollect:r=!0,showDelete:n=!1}){const i=re.useRef(null);re.useEffect(()=>{i.current&&i.current.scrollTo(0)},[e.length]);const o=aL(e,t,r,n);return w.jsx("div",{className:"token-list",children:w.jsx(rL,{ref:i,style:{overflowY:"scroll",scrollbarWidth:"none",msOverflowStyle:"none",padding:"8px"},height:360,itemCount:e.length,itemData:o,itemSize:72,width:"100%",children:sL})})}function lL({data:e,showCollect:t,showDelete:r,onHandleTokenAction:n}){const{isCollectToken:i}=Rw(),{getExplorerUrl:o}=ps();return ka(),w.jsxs("div",{className:"token-list-item",onClick:s=>{t&&(s.stopPropagation(),n(e,"select_token"))},children:[w.jsx(Gr,{className:"token-img",src:e==null?void 0:e.logo_url,showWarn:!t}),w.jsxs("div",{className:"token-info",children:[w.jsx("h4",{className:"token-symbol",children:w.jsx("span",{children:pn(e.symbol)})}),w.jsx("p",{className:"token-name",children:pn(e==null?void 0:e.name,20)}),w.jsxs("div",{className:"copy",children:[w.jsx("a",{onClick:Zc,href:o(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{fontSize:"12px"},children:ko(e==null?void 0:e.coin_type)}),w.jsx(iu,{text:e==null?void 0:e.coin_type})]})]}),w.jsxs("div",{className:"token-balance",children:[w.jsxs("div",{className:"balance",children:[w.jsx("h4",{children:e==null?void 0:e.balance}),w.jsx("p",{children:e!=null&&e.rate?B1(e==null?void 0:e.rate,2):""})]}),r&&w.jsx("div",{className:"collect-button",onClick:s=>{s.stopPropagation(),n(e,"delete_import")},children:w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-icon_del"})})}),t&&w.jsx("div",{className:"collect-button",onClick:s=>{s.stopPropagation(),n(e,"collect_token")},children:w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:i(e)?"#icon-star_sel":"#icon-star"})})})]})]},e==null?void 0:e.coin_type)}function uL({currentType:e,changeTab:t}){const r=["Default","Imported"];return w.jsx("div",{className:"type-tabs",children:r.map(n=>w.jsx("div",{className:e===n?"type-tab-item active":"type-tab-item",onClick:()=>t(n),children:n},n))})}function fL({backClick:e,onSelectToken:t,currToken:r}){const{showTokenList:n,isNoData:i,handleSearch:o,handleChangePlatform:s,handleChangeType:a,handleImportClick:c,handleDeleteImportClick:l}=BD(r==null?void 0:r.coin_type),{importTokenList:u,currentTypeTab:d,setCurrentTypeTab:p,currentPlatformTab:y,setCurrentPlatformTab:x,platformList:b,isOpenImportDialog:M,setIsOpenImportDialog:O,setSearchInput:R,searchInput:k,importTokenIsLoading:F,currentImportTokenData:B,setCurrentImportTokenData:W}=za();re.useEffect(()=>()=>{R(""),x("All"),p("Default"),W(void 0)},[]);const{handleCollectToken:z,collectTokenMap:G}=Rw(),ne=m=>{p(m),a(m)},oe=m=>{x(m),s(m)},se=()=>{c(),O(!1)},q=m=>{let S=m.replace(/[^a-zA-Z0-9\s]+$/g,"").trim();R(S),S?L(S):(L(""),ne("Default"))},L=T0(m=>{$1(m)?o(_i(m,!0)):o(m)},300),h=(m,S)=>{if(S==="delete_import"){l(m);return}if(S==="collect_token"||S==="un_collect"){z(m);return}S==="select_token"&&(t(m),e())},f=re.useMemo(()=>Array.from(G.values()),[G]);return w.jsxs("div",{className:"token-select-modal",children:[w.jsx(M0,{backClick:e,title:"Select Token"}),w.jsxs("div",{className:"token-select-content",style:{position:"relative"},children:[w.jsxs("div",{className:"center-content",children:[w.jsxs("div",{className:"search-input",style:{position:"relative"},children:[w.jsx("input",{className:"token-search-input",placeholder:"Search by token or address",value:k,onChange:m=>q(m.target.value),style:{paddingRight:"40px"}}),k.length>0&&w.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{width:"20px",height:"20px",cursor:"pointer",position:"absolute",top:"50%",transform:"translateY(-50%)",right:"12px"},onClick:m=>{q("")},children:w.jsx("use",{xlinkHref:"#icon-close"})})]}),f.length>0&&w.jsx(UD,{tokenList:f,onHandleTokenAction:h}),k.length===0&&w.jsx(uL,{currentType:d,changeTab:ne}),k.length===0&&d==="Default"&&w.jsx(zD,{tabList:b,currentTab:y,changeTab:oe})]}),i&&w.jsx(dL,{showTooltip:k.length>0,text:k.length>0||B===void 0?"No tokens found":"No Imported Tokens"}),F&&w.jsx(f2,{}),B&&w.jsx("div",{style:{width:"93%",marginLeft:"16px",backgroundColor:"var(--cs-warning-10)",borderRadius:"12px",padding:"16px",fontSize:"12px",marginTop:"16px",color:" var(--cs-warning)"},children:"The token is not on the Frequently Traded List. Please note that anyone can create a token on Sui blockchain with any name, including creating fake versions of existing tokens or tokens that claim to represent projects that do not have a token. Always conduct your own research before trading."}),n.length>0&&w.jsxs("div",{style:{position:"relative"},children:[w.jsx(cL,{showTokenList:n,showCollect:!B,showDelete:!B&&d==="Imported",onHandleTokenAction:h}),B&&w.jsx("div",{className:"center",style:{position:"absolute",top:"100px",left:"50%",transform:"translateX(-50%)"},children:w.jsx("button",{className:"cs-solid-btn swap-btn",style:{height:"32px",width:"140px",fontSize:"14px",borderRadius:"8px",fontFamily:"Inter, Inter",fontWeight:500},onClick:()=>{se(),h(B,"select_token")},children:"Import"})})]})]})]})}function dL({showTooltip:e,text:t}){return w.jsx("div",{style:{height:"360px"},children:w.jsx(VD,{text:t,subItem:e?w.jsx("div",{children:w.jsx(zl,{position:"bottom",content:w.jsx("div",{children:"The unique id of coin"}),children:w.jsxs("div",{style:{fontSize:"12px",color:"var(--cs-text-con)",display:"flex",flexDirection:"row"},children:["Or you can enter Coin Type",w.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{cursor:"pointer",width:"20px",height:"20px"},children:w.jsx("use",{xlinkHref:"#icon-tips"})})]})})}):void 0})})}function hL({onClose:e,tokenList:t,onSureClick:r}){const[n,i]=re.useState(!1),{setIgnoreWarnToken:o}=Fr();return w.jsxs(w.Fragment,{children:[w.jsx("div",{className:"dialog-mask",onClick:e}),w.jsxs("div",{className:"import-dialog",children:[w.jsxs("div",{className:"cs-dialog-header",children:[w.jsx("div",{className:"title",children:"Tips"}),w.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:e,children:w.jsx("use",{xlinkHref:"#icon-close"})})]}),w.jsxs("div",{className:"import-content",children:[w.jsx("div",{className:"tip-text-box",children:w.jsx("p",{className:"tips-text",children:"The default trading pair given in this swap widget contains a community imported token that is imported by the integrator. Please acknowledge the risk and conduct your own research before interacting."})}),t.map(s=>w.jsxs("div",{className:"import-token-info",children:[w.jsx(Gr,{style:{marginRight:"4px",width:"30px",height:"30px",borderRadius:"36px"},src:s.logo_url}),w.jsxs("div",{className:"info",children:[w.jsx("div",{className:"name",children:w.jsxs("span",{children:[" ",s.symbol," "]})}),w.jsxs("div",{className:"address",children:[w.jsx("span",{children:ko(s.coin_type)}),w.jsx(iu,{text:s.coin_type})]})]})]},s.coin_type)),w.jsxs("div",{className:"risk-checkbox",children:[w.jsx(Sl,{color:"indigo",checked:n,variant:"soft",className:"cs-checkbox",onClick:()=>{i(!n)}}),w.jsx("span",{children:"I acknowledge the risk"})]}),w.jsxs("div",{className:"button-block",children:[w.jsx("button",{className:"cs-outline-btn",onClick:e,children:"Cancel"}),w.jsx("button",{className:"cs-solid-btn",disabled:!n,onClick:()=>{r(),t.forEach(s=>{o(s.coin_type)})},children:"Confirm"})]})]})]})]})}const uU="";function Vw(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}var qa;(function(e){e.event="event",e.props="prop"})(qa||(qa={}));function co(){}function pL(e){var t,r=void 0;return function(){for(var n=[],i=arguments.length;i--;)n[i]=arguments[i];return t&&n.length===t.length&&n.every(function(o,s){return o===t[s]})||(t=n,r=e.apply(void 0,n)),r}}function Ha(e){return!!(e||"").match(/\d/)}function Ls(e){return e==null}function mL(e){return typeof e=="number"&&isNaN(e)}function zw(e){return Ls(e)||mL(e)||typeof e=="number"&&!isFinite(e)}function qw(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function gL(e){switch(e){case"lakh":return/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/g;case"wan":return/(\d)(?=(\d{4})+(?!\d))/g;case"thousand":default:return/(\d)(?=(\d{3})+(?!\d))/g}}function vL(e,t,r){var n=gL(r),i=e.search(/[1-9]/);return i=i===-1?e.length:i,e.substring(0,i)+e.substring(i,e.length).replace(n,"$1"+t)}function bL(e){var t=re.useRef(e);t.current=e;var r=re.useRef(function(){for(var n=[],i=arguments.length;i--;)n[i]=arguments[i];return t.current.apply(t,n)});return r.current}function X0(e,t){t===void 0&&(t=!0);var r=e[0]==="-",n=r&&t;e=e.replace("-","");var i=e.split("."),o=i[0],s=i[1]||"";return{beforeDecimal:o,afterDecimal:s,hasNegation:r,addNegation:n}}function yL(e){if(!e)return e;var t=e[0]==="-";t&&(e=e.substring(1,e.length));var r=e.split("."),n=r[0].replace(/^0+/,"")||"0",i=r[1]||"";return(t?"-":"")+n+(i?"."+i:"")}function Hw(e,t,r){for(var n="",i=r?"0":"",o=0;o<=t-1;o++)n+=e[o]||i;return n}function Ww(e,t){return Array(t+1).join(e)}function Gw(e){var t=e+"",r=t[0]==="-"?"-":"";r&&(t=t.substring(1));var n=t.split(/[eE]/g),i=n[0],o=n[1];if(o=Number(o),!o)return r+i;i=i.replace(".","");var s=1+o,a=i.length;return s<0?i="0."+Ww("0",Math.abs(s))+i:s>=a?i=i+Ww("0",s-a):i=(i.substring(0,s)||"0")+"."+i.substring(s),r+i}function Kw(e,t,r){if(["","-"].indexOf(e)!==-1)return e;var n=(e.indexOf(".")!==-1||r)&&t,i=X0(e),o=i.beforeDecimal,s=i.afterDecimal,a=i.hasNegation,c=parseFloat("0."+(s||"0")),l=s.length<=t?"0."+s:c.toFixed(t),u=l.split("."),d=o;o&&Number(u[0])&&(d=o.split("").reverse().reduce(function(b,M,O){return b.length>O?(Number(b[0])+Number(M)).toString()+b.substring(1,b.length):M+b},u[0]));var p=Hw(u[1]||"",t,r),y=a?"-":"",x=n?".":"";return""+y+d+x+p}function Ho(e,t){if(e.value=e.value,e!==null){if(e.createTextRange){var r=e.createTextRange();return r.move("character",t),r.select(),!0}return e.selectionStart||e.selectionStart===0?(e.focus(),e.setSelectionRange(t,t),!0):(e.focus(),!1)}}var Yw=pL(function(e,t){for(var r=0,n=0,i=e.length,o=t.length;e[r]===t[r]&&r<i;)r++;for(;e[i-1-n]===t[o-1-n]&&o-n>r&&i-n>r;)n++;return{from:{start:r,end:i-n},to:{start:r,end:o-n}}}),wL=function(e,t){var r=Math.min(e.selectionStart,t);return{from:{start:r,end:e.selectionEnd},to:{start:r,end:t}}};function xL(e,t,r){return Math.min(Math.max(e,t),r)}function J0(e){return Math.max(e.selectionStart,e.selectionEnd)}function SL(){return typeof navigator<"u"&&!(navigator.platform&&/iPhone|iPod/.test(navigator.platform))}function _L(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function EL(e){var t=e.currentValue,r=e.formattedValue,n=e.currentValueIndex,i=e.formattedValueIndex;return t[n]===r[i]}function CL(e,t,r,n,i,o,s){s===void 0&&(s=EL);var a=i.findIndex(function(F){return F}),c=e.slice(0,a);!t&&!r.startsWith(c)&&(t=c,r=c+r,n=n+c.length);for(var l=r.length,u=e.length,d={},p=new Array(l),y=0;y<l;y++){p[y]=-1;for(var x=0,b=u;x<b;x++){var M=s({currentValue:r,lastValue:t,formattedValue:e,currentValueIndex:y,formattedValueIndex:x});if(M&&d[x]!==!0){p[y]=x,d[x]=!0;break}}}for(var O=n;O<l&&(p[O]===-1||!o(r[O]));)O++;var R=O===l||p[O]===-1?u:p[O];for(O=n-1;O>0&&p[O]===-1;)O--;var k=O===-1||p[O]===-1?0:p[O]+1;return k>R?R:n-k<R-n?k:R}function Xw(e,t,r,n){var i=e.length;if(t=xL(t,0,i),n==="left"){for(;t>=0&&!r[t];)t--;t===-1&&(t=r.indexOf(!0))}else{for(;t<=i&&!r[t];)t++;t>i&&(t=r.lastIndexOf(!0))}return t===-1&&(t=i),t}function TL(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),r=0,n=t.length;r<n;r++)t[r]=!!(Ha(e[r])||Ha(e[r-1]));return t}function Jw(e,t,r,n,i,o){o===void 0&&(o=co);var s=bL(function(x,b){var M,O;return zw(x)?(O="",M=""):typeof x=="number"||b?(O=typeof x=="number"?Gw(x):x,M=n(O)):(O=i(x,void 0),M=n(O)),{formattedValue:M,numAsString:O}}),a=re.useState(function(){return s(Ls(e)?t:e,r)}),c=a[0],l=a[1],u=function(x,b){x.formattedValue!==c.formattedValue&&l({formattedValue:x.formattedValue,numAsString:x.value}),o(x,b)},d=e,p=r;Ls(e)&&(d=c.numAsString,p=!0);var y=s(d,p);return re.useMemo(function(){l(y)},[y.formattedValue]),[c,u]}function AL(e){return e.replace(/[^0-9]/g,"")}function ML(e){return e}function IL(e){var t=e.type;t===void 0&&(t="text");var r=e.displayType;r===void 0&&(r="input");var n=e.customInput,i=e.renderText,o=e.getInputRef,s=e.format;s===void 0&&(s=ML);var a=e.removeFormatting;a===void 0&&(a=AL);var c=e.defaultValue,l=e.valueIsNumericString,u=e.onValueChange,d=e.isAllowed,p=e.onChange;p===void 0&&(p=co);var y=e.onKeyDown;y===void 0&&(y=co);var x=e.onMouseUp;x===void 0&&(x=co);var b=e.onFocus;b===void 0&&(b=co);var M=e.onBlur;M===void 0&&(M=co);var O=e.value,R=e.getCaretBoundary;R===void 0&&(R=TL);var k=e.isValidInputCharacter;k===void 0&&(k=Ha);var F=e.isCharacterSame,B=Vw(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),W=Jw(O,c,!!l,s,a,u),z=W[0],G=z.formattedValue,ne=z.numAsString,oe=W[1],se=re.useRef(),q=re.useRef({formattedValue:G,numAsString:ne}),L=function(we,he){q.current={formattedValue:we.formattedValue,numAsString:we.value},oe(we,he)},h=re.useState(!1),f=h[0],m=h[1],S=re.useRef(null),T=re.useRef({setCaretTimeout:null,focusTimeout:null});re.useEffect(function(){return m(!0),function(){clearTimeout(T.current.setCaretTimeout),clearTimeout(T.current.focusTimeout)}},[]);var E=s,I=function(we,he){var Ce=parseFloat(he);return{formattedValue:we,value:he,floatValue:isNaN(Ce)?void 0:Ce}},C=function(we,he,Ce){we.selectionStart===0&&we.selectionEnd===we.value.length||(Ho(we,he),T.current.setCaretTimeout=setTimeout(function(){we.value===Ce&&we.selectionStart!==he&&Ho(we,he)},0))},g=function(we,he,Ce){return Xw(we,he,R(we),Ce)},v=function(we,he,Ce){var Ve=R(he),ke=CL(he,G,we,Ce,Ve,k,F);return ke=Xw(he,ke,Ve),ke},j=function(we){var he=we.formattedValue;he===void 0&&(he="");var Ce=we.input,Ve=we.source,ke=we.event,Te=we.numAsString,Ie;if(Ce){var Ue=we.inputValue||Ce.value,lt=J0(Ce);Ce.value=he,Ie=v(Ue,he,lt),Ie!==void 0&&C(Ce,Ie,he)}he!==G&&L(I(he,Te),{event:ke,source:Ve})};re.useEffect(function(){var we=q.current,he=we.formattedValue,Ce=we.numAsString;(G!==he||ne!==Ce)&&L(I(G,ne),{event:void 0,source:qa.props})},[G,ne]);var Q=S.current?J0(S.current):void 0,Z=typeof window<"u"?re.useLayoutEffect:re.useEffect;Z(function(){var we=S.current;if(G!==q.current.formattedValue&&we){var he=v(q.current.formattedValue,G,Q);we.value=G,C(we,he,G)}},[G]);var ce=function(we,he,Ce){var Ve=he.target,ke=se.current?wL(se.current,Ve.selectionEnd):Yw(G,we),Te=Object.assign(Object.assign({},ke),{lastValue:G}),Ie=a(we,Te),Ue=E(Ie);if(Ie=a(Ue,void 0),d&&!d(I(Ue,Ie))){var lt=he.target,ut=J0(lt),ze=v(we,G,ut);return lt.value=G,C(lt,ze,G),!1}return j({formattedValue:Ue,numAsString:Ie,inputValue:we,event:he,source:Ce,input:he.target}),!0},be=function(we,he){he===void 0&&(he=0);var Ce=we.selectionStart,Ve=we.selectionEnd;se.current={selectionStart:Ce,selectionEnd:Ve+he}},xe=function(we){var he=we.target,Ce=he.value,Ve=ce(Ce,we,qa.event);Ve&&p(we),se.current=void 0},pe=function(we){var he=we.target,Ce=we.key,Ve=he.selectionStart,ke=he.selectionEnd,Te=he.value;Te===void 0&&(Te="");var Ie;Ce==="ArrowLeft"||Ce==="Backspace"?Ie=Math.max(Ve-1,0):Ce==="ArrowRight"?Ie=Math.min(Ve+1,Te.length):Ce==="Delete"&&(Ie=Ve);var Ue=0;Ce==="Delete"&&Ve===ke&&(Ue=1);var lt=Ce==="ArrowLeft"||Ce==="ArrowRight";if(Ie===void 0||Ve!==ke&&!lt){y(we),be(he,Ue);return}var ut=Ie;if(lt){var ze=Ce==="ArrowLeft"?"left":"right";ut=g(Te,Ie,ze),ut!==Ie&&we.preventDefault()}else Ce==="Delete"&&!k(Te[Ie])?ut=g(Te,Ie,"right"):Ce==="Backspace"&&!k(Te[Ie])&&(ut=g(Te,Ie,"left"));ut!==Ie&&C(he,ut,Te),y(we),be(he,Ue)},Le=function(we){var he=we.target,Ce=function(){var Ve=he.selectionStart,ke=he.selectionEnd,Te=he.value;if(Te===void 0&&(Te=""),Ve===ke){var Ie=g(Te,Ve);Ie!==Ve&&C(he,Ie,Te)}};Ce(),requestAnimationFrame(function(){Ce()}),x(we),be(he)},Ae=function(we){we.persist&&we.persist();var he=we.target,Ce=we.currentTarget;S.current=he,T.current.focusTimeout=setTimeout(function(){var Ve=he.selectionStart,ke=he.selectionEnd,Te=he.value;Te===void 0&&(Te="");var Ie=g(Te,Ve);Ie!==Ve&&!(Ve===0&&ke===Te.length)&&C(he,Ie,Te),b(Object.assign(Object.assign({},we),{currentTarget:Ce}))},0)},Ze=function(we){S.current=null,clearTimeout(T.current.focusTimeout),clearTimeout(T.current.setCaretTimeout),M(we)},dt=f&&SL()?"numeric":void 0,je=Object.assign({inputMode:dt},B,{type:t,value:G,onChange:xe,onKeyDown:pe,onMouseUp:Le,onFocus:Ae,onBlur:Ze});if(r==="text")return i?re.createElement(re.Fragment,null,i(G,B)||null):re.createElement("span",Object.assign({},B,{ref:o}),G);if(n){var mt=n;return re.createElement(mt,Object.assign({},je,{ref:o}))}return re.createElement("input",Object.assign({},je,{ref:o}))}function Zw(e,t){var r=t.decimalScale,n=t.fixedDecimalScale,i=t.prefix;i===void 0&&(i="");var o=t.suffix;o===void 0&&(o="");var s=t.allowNegative,a=t.thousandsGroupStyle;if(a===void 0&&(a="thousand"),e===""||e==="-")return e;var c=au(t),l=c.thousandSeparator,u=c.decimalSeparator,d=r!==0&&e.indexOf(".")!==-1||r&&n,p=X0(e,s),y=p.beforeDecimal,x=p.afterDecimal,b=p.addNegation;return r!==void 0&&(x=Hw(x,r,!!n)),l&&(y=vL(y,l,a)),i&&(y=i+y),o&&(x=x+o),b&&(y="-"+y),e=y+(d&&u||"")+x,e}function au(e){var t=e.decimalSeparator;t===void 0&&(t=".");var r=e.thousandSeparator,n=e.allowedDecimalSeparators;return r===!0&&(r=","),n||(n=[t,"."]),{decimalSeparator:t,thousandSeparator:r,allowedDecimalSeparators:n}}function OL(e,t){e===void 0&&(e="");var r=new RegExp("(-)"),n=new RegExp("(-)(.)*(-)"),i=r.test(e),o=n.test(e);return e=e.replace(/-/g,""),i&&!o&&t&&(e="-"+e),e}function PL(e,t){return new RegExp("(^-)|[0-9]|"+qw(e),t?"g":void 0)}function RL(e,t,r){return e===""?!0:!(t!=null&&t.match(/\d/))&&!(r!=null&&r.match(/\d/))&&typeof e=="string"&&!isNaN(Number(e))}function NL(e,t,r){var n;t===void 0&&(t=_L(e));var i=r.allowNegative,o=r.prefix;o===void 0&&(o="");var s=r.suffix;s===void 0&&(s="");var a=r.decimalScale,c=t.from,l=t.to,u=l.start,d=l.end,p=au(r),y=p.allowedDecimalSeparators,x=p.decimalSeparator,b=e[d]===x;if(Ha(e)&&(e===o||e===s)&&t.lastValue==="")return e;if(d-u===1&&y.indexOf(e[u])!==-1){var M=a===0?"":x;e=e.substring(0,u)+M+e.substring(u+1,e.length)}var O=function(S,T,E){var I=!1,C=!1;o.startsWith("-")?I=!1:S.startsWith("--")?(I=!1,C=!0):s.startsWith("-")&&S.length===s.length?I=!1:S[0]==="-"&&(I=!0);var g=I?1:0;return C&&(g=2),g&&(S=S.substring(g),T-=g,E-=g),{value:S,start:T,end:E,hasNegation:I}},R=O(e,u,d),k=R.hasNegation;n=R,e=n.value,u=n.start,d=n.end;var F=O(t.lastValue,c.start,c.end),B=F.start,W=F.end,z=F.value,G=e.substring(u,d);e.length&&z.length&&(B>z.length-s.length||W<o.length)&&!(G&&s.startsWith(G))&&(e=z);var ne=0;e.startsWith(o)?ne+=o.length:u<o.length&&(ne=u),e=e.substring(ne),d-=ne;var oe=e.length,se=e.length-s.length;e.endsWith(s)?oe=se:(d>se||d>e.length-s.length)&&(oe=d),e=e.substring(0,oe),e=OL(k?"-"+e:e,i),e=(e.match(PL(x,!0))||[]).join("");var q=e.indexOf(x);e=e.replace(new RegExp(qw(x),"g"),function(S,T){return T===q?".":""});var L=X0(e,i),h=L.beforeDecimal,f=L.afterDecimal,m=L.addNegation;return l.end-l.start<c.end-c.start&&h===""&&b&&!parseFloat(f)&&(e=m?"-":""),e}function kL(e,t){var r=t.prefix;r===void 0&&(r="");var n=t.suffix;n===void 0&&(n="");var i=Array.from({length:e.length+1}).map(function(){return!0}),o=e[0]==="-";i.fill(!1,0,r.length+(o?1:0));var s=e.length;return i.fill(!1,s-n.length+1,s+1),i}function jL(e){var t=au(e),r=t.thousandSeparator,n=t.decimalSeparator,i=e.prefix;i===void 0&&(i="");var o=e.allowNegative;if(o===void 0&&(o=!0),r===n)throw new Error(`
|
|
103
103
|
Decimal separator can't be same as thousand separator.
|
|
104
104
|
thousandSeparator: `+r+` (thousandSeparator = {true} is same as thousandSeparator = ",")
|
|
105
105
|
decimalSeparator: `+n+` (default value for decimalSeparator is .)
|
|
@@ -107,4 +107,4 @@ body { background-color: var(--color-page-background); }
|
|
|
107
107
|
Prefix can't start with '-' when allowNegative is true.
|
|
108
108
|
prefix: `+i+`
|
|
109
109
|
allowNegative: `+o+`
|
|
110
|
-
`),o=!1),Object.assign(Object.assign({},e),{allowNegative:o})}function bD(e){e=wD(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var t=e.suffix,r=e.allowNegative,n=e.allowLeadingZeros,i=e.onKeyDown;i===void 0&&(i=ro);var o=e.onBlur;o===void 0&&(o=ro);var s=e.thousandSeparator,a=e.decimalScale,c=e.fixedDecimalScale,u=e.prefix;u===void 0&&(u="");var l=e.defaultValue,d=e.value,p=e.valueIsNumericString,w=e.onValueChange,b=g2(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),y=Qu(e),T=y.decimalSeparator,O=y.allowedDecimalSeparators,R=function(m){return M2(m,e)},k=function(m,S){return vD(m,S,e)},F=ks(d)?l:d,L=p??gD(F,u,t);ks(d)?ks(l)||(L=L||typeof l=="number"):L=L||typeof d=="number";var q=function(m){return v2(m)?m:(typeof m=="number"&&(m=x2(m)),L&&typeof a=="number"?S2(m,a,!!c):m)},H=C2(q(d),q(l),!!L,R,k,w),K=H[0],re=K.numAsString,oe=K.formattedValue,ae=H[1],z=function(m){var S=m.target,M=m.key,_=S.selectionStart,I=S.selectionEnd,C=S.value;if(C===void 0&&(C=""),(M==="Backspace"||M==="Delete")&&I<u.length){m.preventDefault();return}if(_!==I){i(m);return}M==="Backspace"&&C[0]==="-"&&_===u.length+1&&r&&ko(S,1),a&&c&&(M==="Backspace"&&C[_-1]===T?(ko(S,_-1),m.preventDefault()):M==="Delete"&&C[_]===T&&m.preventDefault()),O!=null&&O.includes(M)&&C[_]===T&&ko(S,_+1);var g=s===!0?",":s;M==="Backspace"&&C[_-1]===g&&ko(S,_-1),M==="Delete"&&C[_]===g&&ko(S,_+1),i(m)},D=function(m){var S=re;if(S.match(/\d/g)||(S=""),n||(S=nD(S)),c&&a&&(S=S2(S,a,c)),S!==re){var M=M2(S,e);ae({formattedValue:M,value:S,floatValue:parseFloat(S)},{event:m,source:$a.event})}o(m)},h=function(m){return m===T?!0:Fa(m)},f=function(m){var S=m.currentValue,M=m.lastValue,_=m.formattedValue,I=m.currentValueIndex,C=m.formattedValueIndex,g=S[I],v=_[C],N=E2(M,S),ee=N.to,ie=function(le){return k(le).indexOf(".")+u.length};return d===0&&c&&a&&S[ee.start]===T&&ie(S)<I&&ie(_)>C?!1:I>=ee.start&&I<ee.end&&O&&O.includes(g)&&v===T?!0:g===v};return Object.assign(Object.assign({},b),{value:oe,valueIsNumericString:!1,isValidInputCharacter:h,isCharacterSame:f,onValueChange:ae,format:R,removeFormatting:k,getCaretBoundary:function(m){return yD(m,e)},onKeyDown:z,onBlur:D})}function xD(e){var t=bD(e);return te.createElement(hD,Object.assign({},t))}function SD(e){const{className:t,value:r,decimals:n,placeholder:i,style:o,onChange:s,maxValue:a,minValue:c=0,inputAllowed:u=!0,prefix:l,...d}=e,p=w=>{var T;const b=((T=w==null?void 0:w.target)==null?void 0:T.value)||"";let y=b;if(b.startsWith("0")&&b!=="0"&&!b.startsWith("0.")&&(y=b.replace(/^0+/,"")),y){if(y.startsWith(".")){s(y.slice(1,y.length));return}let O=String(y).replace(/,/g,"");if(O.startsWith("-")){s("");return}l&&(O=O.replace(l,"")),a!==void 0&&De(O).gt(a)?O=a.toString():c!==void 0&&De(O).lt(c)&&(O=c.toString()),s(String(O))}else s("")};return x.jsx(xD,{className:t,value:r,disabled:!u,placeholder:i,decimalScale:n,prefix:l,allowLeadingZeros:!0,thousandSeparator:",",isAllowed:w=>!w.value.startsWith("-"),onChange:p,...d,style:{...o,cursor:u?"pointer":"not-allowed",fontFamily:"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji",fontFeatureSettings:"tnum",fontVariant:"tabular-nums"}})}function ED(e){const{token:t,handleTokenSelectClick:r}=e;return x.jsxs("div",{className:"token-select-block",onClick:()=>{r&&r()},children:[x.jsx("div",{className:"token-img-box",children:x.jsx(Wr,{src:t==null?void 0:t.logo_url})},t==null?void 0:t.coin_type),x.jsx("div",{className:"name",children:x.jsxs("h4",{className:"truncate-text",children:[" ",(t==null?void 0:t.symbol)||"Select"]})}),x.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-arrow"})})]})}function A2({label:e,amount:t,amountValue:r,balance:n,onInputChange:i,handleTokenSelectClick:o,token:s,loading:a=!1,showMax:c=!0,showHalf:u=!0,inputAllowed:l=!0,marginTop:d}){const[p,w]=te.useState(!1),{currentAccount:b}=Pn(),y=()=>{const O=De((n==null?void 0:n.totalBalanceFormat)||"0").div(2),R=jr(O.toString(),s==null?void 0:s.decimals,!0).toString();t&&De(R).eq(t)||i(R)},T=()=>{const O=De((n==null?void 0:n.totalBalanceFormat)||0),R=Rr((s==null?void 0:s.coin_type)||"").full_address===Ja,k=.05;let F=O;R&&De(O).gt(k)&&(F=F.sub(k)),!(t&&De(F).eq(t))&&De(F).gte(0)&&i(F.toString())};return x.jsxs("div",{className:p?"active trade-input-box":"trade-input-box",style:{backgroundColor:l?"#121719":"#161a1e",marginTop:d},children:[x.jsxs("div",{className:"title",children:[" ",e," "]}),x.jsxs("div",{className:"token-input",children:[a?x.jsxs("div",{style:{flex:1},children:[" ",x.jsx(As,{style:{width:"200px",height:"28px",flex:1}})," "]}):x.jsx(SD,{inputAllowed:l,value:t,decimals:(s==null?void 0:s.decimals)||9,placeholder:"0.0",className:"input",onChange:i,onFocus:()=>w(!0),onBlur:()=>w(!1)}),x.jsx(ED,{token:s,handleTokenSelectClick:o})]}),x.jsxs("div",{className:"info-box",children:[!a&&r&&De(r).gt(0)?x.jsx("div",{className:"input-rate",style:{marginTop:"8px"},children:m1(r,2)}):x.jsx("div",{}),b&&s&&x.jsxs("div",{style:{display:"flex",flexDirection:"row",marginTop:"8px"},children:[x.jsxs("div",{className:"token-balance",children:[x.jsx("svg",{className:"icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-wallet"})}),x.jsx("span",{children:(n==null?void 0:n.displayBalance)||0})]}),x.jsxs("div",{className:"btn-box",children:[u&&x.jsx("button",{className:"cs-outline-btn",onClick:y,children:"HALF"}),c&&x.jsx("button",{className:"cs-outline-btn",onClick:T,children:"MAX"})]})]})]})]})}function _D({refreshCount:e,customWallet:t,initProps:r}){const{currentAccount:n,onWalletModal:i}=Pn(),{getOwnerCoinBalances:o}=Ru(),{fromCoin:s,toCoin:a,fromAmount:c,toAmount:u,findRouterLoading:l,byAmountIn:d,routerData:p,isOpenSecondary:w,setIsOpenSecondary:b,isOpenTokensDialog:y,setIsOpenTokensDialog:T}=dn(),{handleAmountChange:O,handleSelectToken:R,fromBalanceInfo:k,toBalanceInfo:F,fromAmountValue:L,toAmountValue:q,doSwapAction:H,reCalculateRouteData:K,refreshMarketPrice:re,scamsText:oe}=QI(),{slippage:ae}=$r(),{isCustomMode:z,customWarnTokenList:D}=FI(s==null?void 0:s.coin_type,a==null?void 0:a.coin_type),{amountLimit:h}=qw(ae,p),{formatSwapRouter:f}=LI(p),[m,S]=te.useState(!1),{btnText:M,btnDisabled:_}=eO(k==null?void 0:k.totalBalanceFormat),[I,C]=te.useState(!1),[g,v]=te.useState(!1);te.useEffect(()=>{w?e>=5&&N():e>=20&&N()},[e]);const N=()=>{K(),n&&o(),re()},ee=()=>({...p}),ie=async()=>{a&&R(a,!0)};return x.jsxs("div",{className:"swap-trade-box",children:[x.jsxs("div",{className:"trade-form",style:{flexDirection:"column"},children:[x.jsx(A2,{loading:!d&&l,balance:k,amountValue:L,handleTokenSelectClick:()=>{C(!0),T(!0)},onInputChange:le=>{O(le,!0)},amount:c,token:s}),x.jsx("div",{onClick:ie,className:"swap-icon",onMouseEnter:()=>S(!0),onMouseLeave:()=>S(!1),style:{cursor:"pointer"},children:x.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{transform:m?"rotate(90deg)":"none",width:m?"16px":"14px",height:m?"16px":"14px"},children:x.jsx("use",{xlinkHref:m?"#icon-swap":"#icon-trade"})})}),x.jsx(A2,{marginTop:"-20px",loading:d&&l,balance:F,showHalf:!1,showMax:!1,amountValue:q,handleTokenSelectClick:()=>{C(!1),T(!0)},onInputChange:le=>{O(le,!1)},inputAllowed:!1,amount:u,token:a})]}),oe&&x.jsx(rO,{scamsText:oe}),x.jsxs("div",{className:"swap-bottom-block",style:{border:_?"0px solid #2a3238":"1px solid #2a3238"},children:[x.jsx("button",{className:"cs-solid-btn swap-btn",style:{marginTop:"0px"},disabled:_||l,onClick:()=>{n?z&&D.length>0?v(!0):b(!0):t!=null&&t.connect?t.connect():i(!0)},children:l?x.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:x.jsx(Yw,{})}):M}),c&&u&&De(c).gt(0)&&De(u).gt(0)&&x.jsxs("div",{className:"content",children:[x.jsxs("div",{className:"price-related-info",children:[p&&!(p!=null&&p.errorCode)&&x.jsx(mh,{baseToken:s,quoteToken:a,baseAmount:p.fromAmountUi||"",quoteAmount:p.toAmountUi||"",loading:l}),x.jsx(Jw,{isLoading:l,routerData:p})]}),x.jsx(Qw,{isLoading:l,amountLimit:h}),x.jsx(o2,{hasSubMenu:!0,formatSwapRouter:f,isLoading:l})]})]}),w&&x.jsx(yk,{data:ee(),toBack:()=>b(!1),onSubmitClick:async le=>{try{await H(le,r==null?void 0:r.partner)}finally{b(!1)}}}),y&&x.jsx(Yk,{currToken:I?s:a,backClick:()=>T(!1),onSelectToken:le=>{R(le,I),T(!1)}}),g&&D.length>0&&x.jsx(Xk,{onClose:()=>{v(!1)},tokenList:D,onSureClick:()=>{v(!1),b(!0)}})]})}function CD({initProps:e={},customWallet:t}){CI();const{ToastContainer:r}=Ts(),{fetchRouterConfig:n}=bI(),{getTokens:i}=eo(),{fetchTokenPrices:o}=Nu(),{transactionData:s,setTransactionData:a}=fh(),{isOpenSecondary:c,fromCoin:u,toAmount:l,toCoin:d,fromAmount:p}=dn(),[w,b]=te.useState(0),y=te.useRef(w);_I(e),te.useEffect(()=>{i(),o([]),n()},[]),te.useEffect(()=>{y.current=0},[u==null?void 0:u.coin_type,d==null?void 0:d.coin_type,p,l]),xI({interval:1e3,callback:()=>{y.current=y.current+1,c?y.current>=5&&T():y.current>=20&&T()}});const T=()=>{y.current=20,b(20),setTimeout(()=>{y.current=0,b(0)},20)};return x.jsx(x.Fragment,{children:x.jsxs("div",{className:"cs-swap-container",id:"cs-swap-widget",children:[x.jsx(gI,{independentWallet:!!(e!=null&&e.independentWallet),customWallet:t}),x.jsx(tI,{handleRefresh:T}),x.jsx(_D,{refreshCount:w,customWallet:t,initProps:e}),s&&x.jsx(vI,{transactionData:s,onClose:()=>{a(void 0)}}),x.jsx(r,{})]})})}function Fh({initProps:e={},customWallet:t}){var s;const{getOwnerCoinBalances:r}=Ru(),n=Ur.useCurrentAccount(),{saveCurrentAccount:i}=Pn(),{mutate:o}=Ur.useConnectWallet();return te.useEffect(()=>{i(n||void 0),r(n==null?void 0:n.address)},[n]),te.useEffect(()=>{var a;t&&((a=t==null?void 0:t.currentAccount)==null?void 0:a.address)!==(n==null?void 0:n.address)&&o({wallet:t==null?void 0:t.currentWallet},{onSuccess:()=>{}})},[(s=t==null?void 0:t.currentAccount)==null?void 0:s.address,n==null?void 0:n.address]),x.jsx(CD,{initProps:e,customWallet:t})}function MD({initProps:e,customWallet:t}){const[r,n]=te.useState(!0);return x.jsxs("div",{className:r?"export-modal-container":"export-modal-container none",children:[r&&x.jsx("div",{className:"swap-modal-box",children:x.jsx(Fh,{initProps:e,customWallet:t})}),x.jsx("div",{className:"swap-modal-mask",onClick:()=>n(!1)})]})}function AD({size:e,direction:t,initProps:r,customWallet:n}){const[i,o]=te.useState(!1),s=()=>{o(!i)};return x.jsxs("div",{className:"widget-btn-box",children:[x.jsx("div",{className:`img-btn ${e} ${t}`,onClick:s,children:i?x.jsx("svg",{className:"icon","aria-hidden":"true",children:x.jsx("use",{xlinkHref:"#icon-unfold"})}):x.jsx("img",{src:Tt("/images/img-logo@2x.png")})}),i&&x.jsx("div",{className:`widget-modal ${t} ${e}`,children:x.jsx(Fh,{initProps:r,customWallet:n})})]})}function TD({initProps:e={},customWallet:t}){const{displayMode:r,widgetBtnDirection:n,widgetBtnSize:i}=e;return x.jsxs(fu,{appearance:"dark",children:[r==="Integrated"&&x.jsx(Fh,{initProps:e,customWallet:t}),r==="Widget"&&x.jsx(AD,{initProps:e,customWallet:t,direction:n||"right-bottom",size:i||"Default"}),(!r||r==="Modal")&&x.jsx(MD,{initProps:e,customWallet:t})]})}const ID=TD;qt.CetusSwap=ID,Object.defineProperty(qt,Symbol.toStringTag,{value:"Module"})});
|
|
110
|
+
`),o=!1),Object.assign(Object.assign({},e),{allowNegative:o})}function DL(e){e=jL(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var t=e.suffix,r=e.allowNegative,n=e.allowLeadingZeros,i=e.onKeyDown;i===void 0&&(i=co);var o=e.onBlur;o===void 0&&(o=co);var s=e.thousandSeparator,a=e.decimalScale,c=e.fixedDecimalScale,l=e.prefix;l===void 0&&(l="");var u=e.defaultValue,d=e.value,p=e.valueIsNumericString,y=e.onValueChange,x=Vw(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),b=au(e),M=b.decimalSeparator,O=b.allowedDecimalSeparators,R=function(m){return Zw(m,e)},k=function(m,S){return NL(m,S,e)},F=Ls(d)?u:d,B=p??RL(F,l,t);Ls(d)?Ls(u)||(B=B||typeof u=="number"):B=B||typeof d=="number";var W=function(m){return zw(m)?m:(typeof m=="number"&&(m=Gw(m)),B&&typeof a=="number"?Kw(m,a,!!c):m)},z=Jw(W(d),W(u),!!B,R,k,y),G=z[0],ne=G.numAsString,oe=G.formattedValue,se=z[1],q=function(m){var S=m.target,T=m.key,E=S.selectionStart,I=S.selectionEnd,C=S.value;if(C===void 0&&(C=""),(T==="Backspace"||T==="Delete")&&I<l.length){m.preventDefault();return}if(E!==I){i(m);return}T==="Backspace"&&C[0]==="-"&&E===l.length+1&&r&&Ho(S,1),a&&c&&(T==="Backspace"&&C[E-1]===M?(Ho(S,E-1),m.preventDefault()):T==="Delete"&&C[E]===M&&m.preventDefault()),O!=null&&O.includes(T)&&C[E]===M&&Ho(S,E+1);var g=s===!0?",":s;T==="Backspace"&&C[E-1]===g&&Ho(S,E-1),T==="Delete"&&C[E]===g&&Ho(S,E+1),i(m)},L=function(m){var S=ne;if(S.match(/\d/g)||(S=""),n||(S=yL(S)),c&&a&&(S=Kw(S,a,c)),S!==ne){var T=Zw(S,e);se({formattedValue:T,value:S,floatValue:parseFloat(S)},{event:m,source:qa.event})}o(m)},h=function(m){return m===M?!0:Ha(m)},f=function(m){var S=m.currentValue,T=m.lastValue,E=m.formattedValue,I=m.currentValueIndex,C=m.formattedValueIndex,g=S[I],v=E[C],j=Yw(T,S),Q=j.to,Z=function(ce){return k(ce).indexOf(".")+l.length};return d===0&&c&&a&&S[Q.start]===M&&Z(S)<I&&Z(E)>C?!1:I>=Q.start&&I<Q.end&&O&&O.includes(g)&&v===M?!0:g===v};return Object.assign(Object.assign({},x),{value:oe,valueIsNumericString:!1,isValidInputCharacter:h,isCharacterSame:f,onValueChange:se,format:R,removeFormatting:k,getCaretBoundary:function(m){return kL(m,e)},onKeyDown:q,onBlur:L})}function LL(e){var t=DL(e);return re.createElement(IL,Object.assign({},t))}function BL(e){const{className:t,value:r,decimals:n,placeholder:i,style:o,onChange:s,maxValue:a,minValue:c=0,inputAllowed:l=!0,prefix:u,...d}=e,p=y=>{var M;const x=((M=y==null?void 0:y.target)==null?void 0:M.value)||"";let b=x;if(x.startsWith("0")&&x!=="0"&&!x.startsWith("0.")&&(b=x.replace(/^0+/,"")),b){if(b.startsWith(".")){s(b.slice(1,b.length));return}let O=String(b).replace(/,/g,"");if(O.startsWith("-")){s("");return}u&&(O=O.replace(u,"")),a!==void 0&&Be(O).gt(a)?O=a.toString():c!==void 0&&Be(O).lt(c)&&(O=c.toString()),s(String(O))}else s("")};return w.jsx(LL,{className:t,value:r,disabled:!l,placeholder:i,decimalScale:n,prefix:u,allowLeadingZeros:!0,thousandSeparator:",",isAllowed:y=>!y.value.startsWith("-"),onChange:p,...d,style:{...o,cursor:l?"pointer":"not-allowed",fontFamily:"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji",fontFeatureSettings:"tnum",fontVariant:"tabular-nums"}})}function UL(e){const{token:t,handleTokenSelectClick:r}=e;return w.jsxs("div",{className:"token-select-block",onClick:()=>{r&&r()},children:[w.jsx("div",{className:"token-img-box",children:w.jsx(Gr,{src:t==null?void 0:t.logo_url})},t==null?void 0:t.coin_type),w.jsx("div",{className:"name",children:w.jsxs("h4",{className:"truncate-text",children:[" ",(t==null?void 0:t.symbol)||"Select"]})}),w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-arrow"})})]})}function Qw({label:e,amount:t,amountValue:r,balance:n,onInputChange:i,handleTokenSelectClick:o,token:s,loading:a=!1,showMax:c=!0,showHalf:l=!0,inputAllowed:u=!0,marginTop:d}){const[p,y]=re.useState(!1),{currentAccount:x}=Kr(),b=()=>{const O=Be((n==null?void 0:n.totalBalanceFormat)||"0").div(2),R=Dr(O.toString(),s==null?void 0:s.decimals,!0).toString();t&&Be(R).eq(t)||i(R)},M=()=>{const O=Be((n==null?void 0:n.totalBalanceFormat)||0),R=kr((s==null?void 0:s.coin_type)||"").full_address===ac,k=.05;let F=O;R&&Be(O).gt(k)&&(F=F.sub(k)),!(t&&Be(F).eq(t))&&Be(F).gte(0)&&i(F.toString())};return w.jsxs("div",{className:p?"active trade-input-box":"trade-input-box",style:{backgroundColor:u?"#121719":"#161a1e",marginTop:d},children:[w.jsxs("div",{className:"title",children:[" ",e," "]}),w.jsxs("div",{className:"token-input",children:[a?w.jsxs("div",{style:{flex:1},children:[" ",w.jsx(Os,{style:{width:"200px",height:"28px",flex:1}})," "]}):w.jsx(BL,{inputAllowed:u,value:t,decimals:(s==null?void 0:s.decimals)||9,placeholder:"0.0",className:"input",onChange:i,onFocus:()=>y(!0),onBlur:()=>y(!1)}),w.jsx(UL,{token:s,handleTokenSelectClick:o})]}),w.jsxs("div",{className:"info-box",children:[!a&&r&&Be(r).gt(0)?w.jsx("div",{className:"input-rate",style:{marginTop:"8px"},children:B1(r,2)}):w.jsx("div",{}),x&&s&&w.jsxs("div",{style:{display:"flex",flexDirection:"row",marginTop:"8px"},children:[w.jsxs("div",{className:"token-balance",children:[w.jsx("svg",{className:"icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-wallet"})}),w.jsx("span",{children:(n==null?void 0:n.displayBalance)||0})]}),w.jsxs("div",{className:"btn-box",children:[l&&w.jsx("button",{className:"cs-outline-btn",onClick:b,children:"HALF"}),c&&w.jsx("button",{className:"cs-outline-btn",onClick:M,children:"MAX"})]})]})]})]})}function FL({refreshCount:e,customWallet:t,initProps:r}){const{currentAccount:n,onWalletModal:i}=Kr(),{getOwnerCoinBalances:o}=$l(),{fromCoin:s,toCoin:a,fromAmount:c,toAmount:l,findRouterLoading:u,byAmountIn:d,routerData:p,isOpenSecondary:y,setIsOpenSecondary:x,isOpenTokensDialog:b,setIsOpenTokensDialog:M}=on(),{handleAmountChange:O,handleSelectToken:R,fromBalanceInfo:k,toBalanceInfo:F,fromAmountValue:B,toAmountValue:W,doSwapAction:z,reCalculateRouteData:G,refreshMarketPrice:ne,scamsText:oe}=mP(),{slippage:se}=Fr(),{isCustomMode:q,customWarnTokenList:L}=tP(s==null?void 0:s.coin_type,a==null?void 0:a.coin_type),{amountLimit:h}=v2(se,p),{formatSwapRouter:f}=QO(p),[m,S]=re.useState(!1),{btnText:T,btnDisabled:E}=gP(k==null?void 0:k.totalBalanceFormat),[I,C]=re.useState(!1),[g,v]=re.useState(!1);re.useEffect(()=>{y?e>=5&&j():e>=20&&j()},[e]);const j=()=>{G(),n&&o(),ne()},Q=()=>({...p}),Z=async()=>{a&&R(a,!0)};return w.jsxs("div",{className:"swap-trade-box",children:[w.jsxs("div",{className:"trade-form",style:{flexDirection:"column"},children:[w.jsx(Qw,{loading:!d&&u,balance:k,amountValue:B,handleTokenSelectClick:()=>{C(!0),M(!0)},onInputChange:ce=>{O(ce,!0)},amount:c,token:s}),w.jsx("div",{onClick:Z,className:"swap-icon",onMouseEnter:()=>S(!0),onMouseLeave:()=>S(!1),style:{cursor:"pointer"},children:w.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{transform:m?"rotate(90deg)":"none",width:m?"16px":"14px",height:m?"16px":"14px"},children:w.jsx("use",{xlinkHref:m?"#icon-swap":"#icon-trade"})})}),w.jsx(Qw,{marginTop:"-20px",loading:d&&u,balance:F,showHalf:!1,showMax:!1,amountValue:W,handleTokenSelectClick:()=>{C(!1),M(!0)},onInputChange:ce=>{O(ce,!1)},inputAllowed:!1,amount:l,token:a})]}),oe&&w.jsx(bP,{scamsText:oe}),w.jsxs("div",{className:"swap-bottom-block",style:{border:E?"0px solid #2a3238":"1px solid #2a3238"},children:[w.jsx("button",{className:"cs-solid-btn swap-btn",style:{marginTop:"0px"},disabled:E||u,onClick:()=>{n?q&&L.length>0?v(!0):x(!0):t!=null&&t.connect?t.connect():i(!0)},children:u?w.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:w.jsx(x2,{})}):T}),c&&l&&Be(c).gt(0)&&Be(l).gt(0)&&w.jsxs("div",{className:"content",children:[w.jsxs("div",{className:"price-related-info",children:[p&&!(p!=null&&p.errorCode)&&w.jsx(A0,{baseToken:s,quoteToken:a,baseAmount:p.fromAmountUi||"",quoteAmount:p.toAmountUi||"",loading:u}),w.jsx(E2,{isLoading:u,routerData:p})]}),w.jsx(C2,{isLoading:u,amountLimit:h}),w.jsx(Pw,{hasSubMenu:!0,formatSwapRouter:f,isLoading:u})]})]}),y&&w.jsx(kD,{data:Q(),toBack:()=>x(!1),onSubmitClick:async ce=>{try{await z(ce,r==null?void 0:r.partner)}finally{x(!1)}}}),b&&w.jsx(fL,{currToken:I?s:a,backClick:()=>M(!1),onSelectToken:ce=>{R(ce,I),M(!1)}}),g&&L.length>0&&w.jsx(hL,{onClose:()=>{v(!1)},tokenList:L,onSureClick:()=>{v(!1),x(!0)}})]})}function $L({initProps:e={},customWallet:t}){FO();const{ToastContainer:r}=Ps(),{fetchRouterConfig:n}=RO(),{getTrustTokens:i}=so(),{transactionData:o,setTransactionData:s}=_0(),{isOpenSecondary:a,fromCoin:c,toAmount:l,toCoin:u,fromAmount:d}=on(),[p,y]=re.useState(0),x=re.useRef(p);UO(e),re.useEffect(()=>{i(),n()},[]),re.useEffect(()=>{x.current=0},[c==null?void 0:c.coin_type,u==null?void 0:u.coin_type,d,l]),NO({interval:1e3,callback:()=>{x.current=x.current+1,a?x.current>=5&&b():x.current>=20&&b()}});const b=()=>{x.current=20,y(20),setTimeout(()=>{x.current=0,y(0)},20)};return w.jsx(w.Fragment,{children:w.jsxs("div",{className:"cs-swap-container",id:"cs-swap-widget",children:[w.jsx(MO,{independentWallet:!!(e!=null&&e.independentWallet),customWallet:t}),w.jsx(hO,{handleRefresh:b}),w.jsx(FL,{refreshCount:p,customWallet:t,initProps:e}),o&&w.jsx(IO,{transactionData:o,onClose:()=>{s(void 0)}}),w.jsx(r,{})]})})}function Z0({initProps:e={},customWallet:t}){var s;jO();const{getOwnerCoinBalances:r}=$l(),n=Vr.useCurrentAccount(),{saveCurrentAccount:i}=Kr(),{mutate:o}=Vr.useConnectWallet();return re.useEffect(()=>{i(n||void 0),r(n==null?void 0:n.address)},[n]),re.useEffect(()=>{var a;t&&((a=t==null?void 0:t.currentAccount)==null?void 0:a.address)!==(n==null?void 0:n.address)&&o({wallet:t==null?void 0:t.currentWallet},{onSuccess:()=>{}})},[(s=t==null?void 0:t.currentAccount)==null?void 0:s.address,n==null?void 0:n.address]),w.jsx($L,{initProps:e,customWallet:t})}function VL({initProps:e,customWallet:t}){const[r,n]=re.useState(!0);return w.jsxs("div",{className:r?"export-modal-container":"export-modal-container none",children:[r&&w.jsx("div",{className:"swap-modal-box",children:w.jsx(Z0,{initProps:e,customWallet:t})}),w.jsx("div",{className:"swap-modal-mask",onClick:()=>n(!1)})]})}function zL({size:e,direction:t,initProps:r,customWallet:n}){const[i,o]=re.useState(!1),s=()=>{o(!i)};return w.jsxs("div",{className:"widget-btn-box",children:[w.jsx("div",{className:`img-btn ${e} ${t}`,onClick:s,children:i?w.jsx("svg",{className:"icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-unfold"})}):w.jsx("img",{src:It("/images/img-logo@2x.png")})}),i&&w.jsx("div",{className:`widget-modal ${t} ${e}`,children:w.jsx(Z0,{initProps:r,customWallet:n})})]})}function qL({initProps:e={},customWallet:t}){const{displayMode:r,widgetBtnDirection:n,widgetBtnSize:i}=e;return w.jsxs(bl,{appearance:"dark",children:[r==="Integrated"&&w.jsx(Z0,{initProps:e,customWallet:t}),r==="Widget"&&w.jsx(zL,{initProps:e,customWallet:t,direction:n||"right-bottom",size:i||"Default"}),(!r||r==="Modal")&&w.jsx(VL,{initProps:e,customWallet:t})]})}const HL=qL;Ht.CetusSwap=HL,Object.defineProperty(Ht,Symbol.toStringTag,{value:"Module"})});
|