@cetusprotocol/terminal 0.0.2 → 0.0.4
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 +34 -34
- package/dist/cetus-swap.cjs.js.gz +0 -0
- package/dist/cetus-swap.es.js +24323 -22399
- package/dist/cetus-swap.es.js.gz +0 -0
- package/dist/cetus-swap.umd.js +34 -34
- package/dist/cetus-swap.umd.js.gz +0 -0
- package/dist/components/common/CopyButton.d.ts +1 -0
- package/dist/components/swap/TokenSelectModal/WarnTokenDialog.d.ts +2 -2
- package/dist/components/swap/TradeInput.d.ts +2 -1
- package/dist/hooks/swap/useSwapHelper.d.ts +2 -1
- package/dist/style.css +1 -1
- package/dist/style.css.gz +0 -0
- package/package.json +2 -2
package/dist/cetus-swap.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var $3=Object.defineProperty;var B3=(e,t,r)=>t in e?$3(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var vt=(e,t,r)=>(B3(e,typeof t!="symbol"?t+"":t,r),r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const oe=require("react"),rl=require("react-dom"),Lr=require("@mysten/dapp-kit");function Wv(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 I=Wv(oe),Gv=Wv(rl);function L3(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Hv={exports:{}},or=Hv.exports={},Vn,qn;function hd(){throw new Error("setTimeout has not been defined")}function pd(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Vn=setTimeout:Vn=hd}catch{Vn=hd}try{typeof clearTimeout=="function"?qn=clearTimeout:qn=pd}catch{qn=pd}})();function Kv(e){if(Vn===setTimeout)return setTimeout(e,0);if((Vn===hd||!Vn)&&setTimeout)return Vn=setTimeout,setTimeout(e,0);try{return Vn(e,0)}catch{try{return Vn.call(null,e,0)}catch{return Vn.call(this,e,0)}}}function F3(e){if(qn===clearTimeout)return clearTimeout(e);if((qn===pd||!qn)&&clearTimeout)return qn=clearTimeout,clearTimeout(e);try{return qn(e)}catch{try{return qn.call(null,e)}catch{return qn.call(this,e)}}}var Si=[],Mo=!1,$s,Wc=-1;function U3(){!Mo||!$s||(Mo=!1,$s.length?Si=$s.concat(Si):Wc=-1,Si.length&&Jv())}function Jv(){if(!Mo){var e=Kv(U3);Mo=!0;for(var t=Si.length;t;){for($s=Si,Si=[];++Wc<t;)$s&&$s[Wc].run();Wc=-1,t=Si.length}$s=null,Mo=!1,F3(e)}}or.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 Xv(e,t)),Si.length===1&&!Mo&&Kv(Jv)};function Xv(e,t){this.fun=e,this.array=t}Xv.prototype.run=function(){this.fun.apply(null,this.array)};or.title="browser";or.browser=!0;or.env={};or.argv=[];or.version="";or.versions={};function Di(){}or.on=Di;or.addListener=Di;or.once=Di;or.off=Di;or.removeListener=Di;or.removeAllListeners=Di;or.emit=Di;or.prependListener=Di;or.prependOnceListener=Di;or.listeners=function(e){return[]};or.binding=function(e){throw new Error("process.binding is not supported")};or.cwd=function(){return"/"};or.chdir=function(e){throw new Error("process.chdir is not supported")};or.umask=function(){return 0};var z3=Hv.exports;const Mn=L3(z3);var Rr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function dc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function nl(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 md={exports:{}},la={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,55 +6,60 @@
|
|
|
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
|
-
`),Ht=
|
|
12
|
-
`),
|
|
13
|
-
`+at[
|
|
9
|
+
*/var X0;function V3(){if(X0)return la;X0=1;var e=oe,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,s={key:!0,ref:!0,__self:!0,__source:!0};function o(a,c,u){var l,f={},h=null,y=null;u!==void 0&&(h=""+u),c.key!==void 0&&(h=""+c.key),c.ref!==void 0&&(y=c.ref);for(l in c)n.call(c,l)&&!s.hasOwnProperty(l)&&(f[l]=c[l]);if(a&&a.defaultProps)for(l in c=a.defaultProps,c)f[l]===void 0&&(f[l]=c[l]);return{$$typeof:t,type:a,key:h,ref:y,props:f,_owner:i.current}}return la.Fragment=r,la.jsx=o,la.jsxs=o,la}var fa={},Y0;function q3(){return Y0||(Y0=1,Mn.env.NODE_ENV!=="production"&&function(){var e=oe,t=Symbol.for("react.element"),r=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),a=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),l=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),y=Symbol.for("react.offscreen"),b=Symbol.iterator,_="@@iterator";function A(z){if(z===null||typeof z!="object")return null;var se=b&&z[b]||z[_];return typeof se=="function"?se:null}var P=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function R(z){{for(var se=arguments.length,he=new Array(se>1?se-1:0),ke=1;ke<se;ke++)he[ke-1]=arguments[ke];N("error",z,he)}}function N(z,se,he){{var ke=P.ReactDebugCurrentFrame,He=ke.getStackAddendum();He!==""&&(se+="%s",he=he.concat([He]));var Re=he.map(function(Ue){return String(Ue)});Re.unshift("Warning: "+se),Function.prototype.apply.call(console[z],console,Re)}}var F=!1,L=!1,G=!1,q=!1,J=!1,ne;ne=Symbol.for("react.module.reference");function ae(z){return!!(typeof z=="string"||typeof z=="function"||z===n||z===s||J||z===i||z===u||z===l||q||z===y||F||L||G||typeof z=="object"&&z!==null&&(z.$$typeof===h||z.$$typeof===f||z.$$typeof===o||z.$$typeof===a||z.$$typeof===c||z.$$typeof===ne||z.getModuleId!==void 0))}function ce(z,se,he){var ke=z.displayName;if(ke)return ke;var He=se.displayName||se.name||"";return He!==""?he+"("+He+")":he}function V(z){return z.displayName||"Context"}function $(z){if(z==null)return null;if(typeof z.tag=="number"&&R("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof z=="function")return z.displayName||z.name||null;if(typeof z=="string")return z;switch(z){case n:return"Fragment";case r:return"Portal";case s:return"Profiler";case i:return"StrictMode";case u:return"Suspense";case l:return"SuspenseList"}if(typeof z=="object")switch(z.$$typeof){case a:var se=z;return V(se)+".Consumer";case o:var he=z;return V(he._context)+".Provider";case c:return ce(z,z.render,"ForwardRef");case f:var ke=z.displayName||null;return ke!==null?ke:$(z.type)||"Memo";case h:{var He=z,Re=He._payload,Ue=He._init;try{return $(Ue(Re))}catch{return null}}}return null}var p=Object.assign,d=0,m,x,M,E,O,C,g;function v(){}v.__reactDisabledLog=!0;function j(){{if(d===0){m=console.log,x=console.info,M=console.warn,E=console.error,O=console.group,C=console.groupCollapsed,g=console.groupEnd;var z={configurable:!0,enumerable:!0,value:v,writable:!0};Object.defineProperties(console,{info:z,log:z,warn:z,error:z,group:z,groupCollapsed:z,groupEnd:z})}d++}}function ee(){{if(d--,d===0){var z={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:p({},z,{value:m}),info:p({},z,{value:x}),warn:p({},z,{value:M}),error:p({},z,{value:E}),group:p({},z,{value:O}),groupCollapsed:p({},z,{value:C}),groupEnd:p({},z,{value:g})})}d<0&&R("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ie=P.ReactCurrentDispatcher,ve;function pe(z,se,he){{if(ve===void 0)try{throw Error()}catch(He){var ke=He.stack.trim().match(/\n( *(at )?)/);ve=ke&&ke[1]||""}return`
|
|
10
|
+
`+ve+z}}var Ee=!1,Se;{var Ke=typeof WeakMap=="function"?WeakMap:Map;Se=new Ke}function Fe(z,se){if(!z||Ee)return"";{var he=Se.get(z);if(he!==void 0)return he}var ke;Ee=!0;var He=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var Re;Re=ie.current,ie.current=null,j();try{if(se){var Ue=function(){throw Error()};if(Object.defineProperty(Ue.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(Ue,[])}catch(Kt){ke=Kt}Reflect.construct(z,[],Ue)}else{try{Ue.call()}catch(Kt){ke=Kt}z.call(Ue.prototype)}}else{try{throw Error()}catch(Kt){ke=Kt}z()}}catch(Kt){if(Kt&&ke&&typeof Kt.stack=="string"){for(var at=Kt.stack.split(`
|
|
11
|
+
`),Ht=ke.stack.split(`
|
|
12
|
+
`),Rt=at.length-1,Dt=Ht.length-1;Rt>=1&&Dt>=0&&at[Rt]!==Ht[Dt];)Dt--;for(;Rt>=1&&Dt>=0;Rt--,Dt--)if(at[Rt]!==Ht[Dt]){if(Rt!==1||Dt!==1)do if(Rt--,Dt--,Dt<0||at[Rt]!==Ht[Dt]){var er=`
|
|
13
|
+
`+at[Rt].replace(" at new "," at ");return z.displayName&&er.includes("<anonymous>")&&(er=er.replace("<anonymous>",z.displayName)),typeof z=="function"&&Se.set(z,er),er}while(Rt>=1&&Dt>=0);break}}}finally{Ee=!1,ie.current=Re,ee(),Error.prepareStackTrace=He}var vr=z?z.displayName||z.name:"",ir=vr?pe(vr):"";return typeof z=="function"&&Se.set(z,ir),ir}function lt(z,se,he){return Fe(z,!1)}function ht(z){var se=z.prototype;return!!(se&&se.isReactComponent)}function $e(z,se,he){if(z==null)return"";if(typeof z=="function")return Fe(z,ht(z));if(typeof z=="string")return pe(z);switch(z){case u:return pe("Suspense");case l:return pe("SuspenseList")}if(typeof z=="object")switch(z.$$typeof){case c:return lt(z.render);case f:return $e(z.type,se,he);case h:{var ke=z,He=ke._payload,Re=ke._init;try{return $e(Re(He),se,he)}catch{}}}return""}var mt=Object.prototype.hasOwnProperty,_e={},ge=P.ReactDebugCurrentFrame;function Ae(z){if(z){var se=z._owner,he=$e(z.type,z._source,se?se.type:null);ge.setExtraStackFrame(he)}else ge.setExtraStackFrame(null)}function qe(z,se,he,ke,He){{var Re=Function.call.bind(mt);for(var Ue in z)if(Re(z,Ue)){var at=void 0;try{if(typeof z[Ue]!="function"){var Ht=Error((ke||"React class")+": "+he+" type `"+Ue+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof z[Ue]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Ht.name="Invariant Violation",Ht}at=z[Ue](se,Ue,ke,he,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Rt){at=Rt}at&&!(at instanceof Error)&&(Ae(He),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).",ke||"React class",he,Ue,typeof at),Ae(null)),at instanceof Error&&!(at.message in _e)&&(_e[at.message]=!0,Ae(He),R("Failed %s type: %s",he,at.message),Ae(null))}}}var De=Array.isArray;function Oe(z){return De(z)}function Ie(z){{var se=typeof Symbol=="function"&&Symbol.toStringTag,he=se&&z[Symbol.toStringTag]||z.constructor.name||"Object";return he}}function Le(z){try{return ft(z),!1}catch{return!0}}function ft(z){return""+z}function dt(z){if(Le(z))return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Ie(z)),ft(z)}var Ge=P.ReactCurrentOwner,jt={key:!0,ref:!0,__self:!0,__source:!0},xt,Ze,Tt;Tt={};function Nt(z){if(mt.call(z,"ref")){var se=Object.getOwnPropertyDescriptor(z,"ref").get;if(se&&se.isReactWarning)return!1}return z.ref!==void 0}function nt(z){if(mt.call(z,"key")){var se=Object.getOwnPropertyDescriptor(z,"key").get;if(se&&se.isReactWarning)return!1}return z.key!==void 0}function St(z,se){if(typeof z.ref=="string"&&Ge.current&&se&&Ge.current.stateNode!==se){var he=$(Ge.current.type);Tt[he]||(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',$(Ge.current.type),z.ref),Tt[he]=!0)}}function At(z,se){{var he=function(){xt||(xt=!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)",se))};he.isReactWarning=!0,Object.defineProperty(z,"key",{get:he,configurable:!0})}}function st(z,se){{var he=function(){Ze||(Ze=!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)",se))};he.isReactWarning=!0,Object.defineProperty(z,"ref",{get:he,configurable:!0})}}var kt=function(z,se,he,ke,He,Re,Ue){var at={$$typeof:t,type:z,key:se,ref:he,props:Ue,_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:ke}),Object.defineProperty(at,"_source",{configurable:!1,enumerable:!1,writable:!1,value:He}),Object.freeze&&(Object.freeze(at.props),Object.freeze(at)),at};function It(z,se,he,ke,He){{var Re,Ue={},at=null,Ht=null;he!==void 0&&(dt(he),at=""+he),nt(se)&&(dt(se.key),at=""+se.key),Nt(se)&&(Ht=se.ref,St(se,He));for(Re in se)mt.call(se,Re)&&!jt.hasOwnProperty(Re)&&(Ue[Re]=se[Re]);if(z&&z.defaultProps){var Rt=z.defaultProps;for(Re in Rt)Ue[Re]===void 0&&(Ue[Re]=Rt[Re])}if(at||Ht){var Dt=typeof z=="function"?z.displayName||z.name||"Unknown":z;at&&At(Ue,Dt),Ht&&st(Ue,Dt)}return kt(z,at,Ht,He,ke,Ge.current,Ue)}}var it=P.ReactCurrentOwner,bt=P.ReactDebugCurrentFrame;function Ct(z){if(z){var se=z._owner,he=$e(z.type,z._source,se?se.type:null);bt.setExtraStackFrame(he)}else bt.setExtraStackFrame(null)}var Ye;Ye=!1;function gt(z){return typeof z=="object"&&z!==null&&z.$$typeof===t}function Pt(){{if(it.current){var z=$(it.current.type);if(z)return`
|
|
14
14
|
|
|
15
|
-
Check the render method of \``+z+"`."}return""}}function ot(z){{if(z!==void 0){var
|
|
15
|
+
Check the render method of \``+z+"`."}return""}}function ot(z){{if(z!==void 0){var se=z.fileName.replace(/^.*[\\\/]/,""),he=z.lineNumber;return`
|
|
16
16
|
|
|
17
|
-
Check your code at `+
|
|
17
|
+
Check your code at `+se+":"+he+"."}return""}}var wt={};function Ft(z){{var se=Pt();if(!se){var he=typeof z=="string"?z:z.displayName||z.name;he&&(se=`
|
|
18
18
|
|
|
19
|
-
Check the top-level render call using <`+he+">.")}return
|
|
19
|
+
Check the top-level render call using <`+he+">.")}return se}}function k(z,se){{if(!z._store||z._store.validated||z.key!=null)return;z._store.validated=!0;var he=Ft(se);if(wt[he])return;wt[he]=!0;var ke="";z&&z._owner&&z._owner!==it.current&&(ke=" It was passed a child from "+$(z._owner.type)+"."),Ct(z),R('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',he,ke),Ct(null)}}function S(z,se){{if(typeof z!="object")return;if(Oe(z))for(var he=0;he<z.length;he++){var ke=z[he];gt(ke)&&k(ke,se)}else if(gt(z))z._store&&(z._store.validated=!0);else if(z){var He=A(z);if(typeof He=="function"&&He!==z.entries)for(var Re=He.call(z),Ue;!(Ue=Re.next()).done;)gt(Ue.value)&&k(Ue.value,se)}}}function T(z){{var se=z.type;if(se==null||typeof se=="string")return;var he;if(typeof se=="function")he=se.propTypes;else if(typeof se=="object"&&(se.$$typeof===c||se.$$typeof===f))he=se.propTypes;else return;if(he){var ke=$(se);qe(he,z.props,"prop",ke,z)}else if(se.PropTypes!==void 0&&!Ye){Ye=!0;var He=$(se);R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",He||"Unknown")}typeof se.getDefaultProps=="function"&&!se.getDefaultProps.isReactClassApproved&&R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function B(z){{for(var se=Object.keys(z.props),he=0;he<se.length;he++){var ke=se[he];if(ke!=="children"&&ke!=="key"){Ct(z),R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",ke),Ct(null);break}}z.ref!==null&&(Ct(z),R("Invalid attribute `ref` supplied to `React.Fragment`."),Ct(null))}}var K={};function Z(z,se,he,ke,He,Re){{var Ue=ae(z);if(!Ue){var at="";(z===void 0||typeof z=="object"&&z!==null&&Object.keys(z).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 Ht=ot(He);Ht?at+=Ht:at+=Pt();var Rt;z===null?Rt="null":Oe(z)?Rt="array":z!==void 0&&z.$$typeof===t?(Rt="<"+($(z.type)||"Unknown")+" />",at=" Did you accidentally export a JSX literal instead of a component?"):Rt=typeof z,R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Rt,at)}var Dt=It(z,se,he,He,Re);if(Dt==null)return Dt;if(Ue){var er=se.children;if(er!==void 0)if(ke)if(Oe(er)){for(var vr=0;vr<er.length;vr++)S(er[vr],z);Object.freeze&&Object.freeze(er)}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 S(er,z)}if(mt.call(se,"key")){var ir=$(z),Kt=Object.keys(se).filter(function(Dr){return Dr!=="key"}),gr=Kt.length>0?"{key: someKey, "+Kt.join(": ..., ")+": ...}":"{key: someKey}";if(!K[ir+gr]){var dn=Kt.length>0?"{"+Kt.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} />`,mr,nr,on,nr),K[nr+mr]=!0}}return z===n?B(Nt):M(Nt),Nt}}function ee(z,ne,he){return Z(z,ne,he,!0)}function Be(z,ne,he){return Z(z,ne,he,!1)}var tt=Be,Ne=ee;Zo.Fragment=n,Zo.jsx=tt,Zo.jsxs=Ne}()),Zo}Wi.env.NODE_ENV==="production"?Of.exports=E3():Of.exports=M3();var b=Of.exports;window._iconfont_svg_string_4776227='<svg><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,s,o,a,c=function(f,h){h.parentNode.insertBefore(f,h)};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 f,h=document.createElement("div");h.innerHTML=e._iconfont_svg_string_4776227,(h=h.getElementsByTagName("svg")[0])&&(h.setAttribute("aria-hidden","true"),h.style.position="absolute",h.style.width=0,h.style.height=0,h.style.overflow="hidden",h=h,(f=document.body).firstChild?c(h,f.firstChild):f.appendChild(h))},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&&(s=n,o=e.document,a=!1,l(),o.onreadystatechange=function(){o.readyState=="complete"&&(o.onreadystatechange=null,u())})}function u(){a||(a=!0,s())}function l(){try{o.documentElement.doScroll("left")}catch{return void setTimeout(l,50)}u()}})(window);function $n(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.')}const C3="1.18.0",A3="1.40.0",T3={"-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 Rd extends Error{}class Nd extends Rd{constructor(t,r){super(t),this.code=r,this.type=T3[r]??"ServerError"}}class Gg extends Rd{constructor(t,r,n){super(t),this.status=r,this.statusText=n}}var Hg=e=>{throw TypeError(e)},Dd=(e,t,r)=>t.has(e)||Hg("Cannot "+r),er=(e,t,r)=>(Dd(e,t,"read from private field"),r?r.call(e):t.get(e)),cs=(e,t,r)=>t.has(e)?Hg("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),mo=(e,t,r,n)=>(Dd(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Wg=(e,t,r)=>(Dd(e,t,"access private method"),r),O3=(e,t,r,n)=>({set _(i){mo(e,t,i,r)},get _(){return er(e,t,n)}}),ms,ya,ci,As,ka,go,ru,Kg,Xg;function I3(e){const t=new URL(e);return t.protocol=t.protocol.replace("http","ws"),t.toString()}const k3={WebSocketConstructor:typeof WebSocket<"u"?WebSocket:void 0,callTimeout:3e4,reconnectTimeout:3e3,maxReconnects:5};class j3{constructor(t,r={}){if(cs(this,ru),cs(this,ms,0),cs(this,ya,0),cs(this,ci,null),cs(this,As,null),cs(this,ka,new Set),cs(this,go,new Map),this.endpoint=t,this.options={...k3,...r},!this.options.WebSocketConstructor)throw new Error("Missing WebSocket constructor");this.endpoint.startsWith("http")&&(this.endpoint=I3(this.endpoint))}async makeRequest(t,r){const n=await Wg(this,ru,Kg).call(this);return new Promise((i,s)=>{mo(this,ms,er(this,ms)+1),er(this,go).set(er(this,ms),{resolve:i,reject:s,timeout:setTimeout(()=>{er(this,go).delete(er(this,ms)),s(new Error(`Request timeout: ${t}`))},this.options.callTimeout)}),n.send(JSON.stringify({jsonrpc:"2.0",id:er(this,ms),method:t,params:r}))}).then(({error:i,result:s})=>{if(i)throw new Nd(i.message,i.code);return s})}async subscribe(t){const r=new P3(t);return er(this,ka).add(r),await r.subscribe(this),()=>r.unsubscribe(this)}}ms=new WeakMap;ya=new WeakMap;ci=new WeakMap;As=new WeakMap;ka=new WeakMap;go=new WeakMap;ru=new WeakSet;Kg=function(){return er(this,As)?er(this,As):(mo(this,As,new Promise(e=>{var t;(t=er(this,ci))==null||t.close(),mo(this,ci,new this.options.WebSocketConstructor(this.endpoint)),er(this,ci).addEventListener("open",()=>{mo(this,ya,0),e(er(this,ci))}),er(this,ci).addEventListener("close",()=>{O3(this,ya)._++,er(this,ya)<=this.options.maxReconnects&&setTimeout(()=>{Wg(this,ru,Xg).call(this)},this.options.reconnectTimeout)}),er(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&&er(this,go).has(n.id)){const{resolve:i,timeout:s}=er(this,go).get(n.id);clearTimeout(s),i(n)}else if("params"in n){const{params:i}=n;er(this,ka).forEach(s=>{s.subscriptionId===i.subscription&&i.subscription===s.subscriptionId&&s.onMessage(i.result)})}})})),er(this,As))};Xg=async function(){var e;return(e=er(this,ci))==null||e.close(),mo(this,As,null),Promise.allSettled([...er(this,ka)].map(t=>t.subscribe(this)))};class P3{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 Yg=e=>{throw TypeError(e)},$d=(e,t,r)=>t.has(e)||Yg("Cannot "+r),Zr=(e,t,r)=>($d(e,t,"read from private field"),r?r.call(e):t.get(e)),gc=(e,t,r)=>t.has(e)?Yg("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),If=(e,t,r,n)=>($d(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),R3=(e,t,r)=>($d(e,t,"access private method"),r),fa,dn,ba,kf,Jg;class Zg{constructor(t){gc(this,kf),gc(this,fa,0),gc(this,dn),gc(this,ba),If(this,dn,t)}fetch(t,r){const n=Zr(this,dn).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,s;If(this,fa,Zr(this,fa)+1);const r=await this.fetch(((i=Zr(this,dn).rpc)==null?void 0:i.url)??Zr(this,dn).url,{method:"POST",headers:{"Content-Type":"application/json","Client-Sdk-Type":"typescript","Client-Sdk-Version":C3,"Client-Target-Api-Version":A3,"Client-Request-Method":t.method,...(s=Zr(this,dn).rpc)==null?void 0:s.headers},body:JSON.stringify({jsonrpc:"2.0",id:Zr(this,fa),method:t.method,params:t.params})});if(!r.ok)throw new Gg(`Unexpected status code: ${r.status}`,r.status,r.statusText);const n=await r.json();if("error"in n&&n.error!=null)throw new Nd(n.error.message,n.error.code);return n.result}async subscribe(t){const r=await R3(this,kf,Jg).call(this).subscribe(t);return async()=>!!await r()}}fa=new WeakMap;dn=new WeakMap;ba=new WeakMap;kf=new WeakSet;Jg=function(){var e;if(!Zr(this,ba)){const t=Zr(this,dn).WebSocketConstructor??WebSocket;if(!t)throw new Error("The current environment does not support WebSocket, you can provide a WebSocketConstructor in the options for SuiHTTPTransport.");If(this,ba,new j3(((e=Zr(this,dn).websocket)==null?void 0:e.url)??Zr(this,dn).url,{WebSocketConstructor:t,...Zr(this,dn).websocket}))}return Zr(this,ba)};function Qg(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 N3(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),f=l.charCodeAt(0);if(t[f]!==255)throw new TypeError(l+" is ambiguous");t[f]=u}const r=e.length,n=e.charAt(0),i=Math.log(r)/Math.log(256),s=Math.log(256)/Math.log(r);function o(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,f=0,h=0;const y=u.length;for(;h!==y&&u[h]===0;)h++,l++;const _=(y-h)*s+1>>>0,w=new Uint8Array(_);for(;h!==y;){let P=u[h],N=0;for(let F=_-1;(P!==0||N<f)&&F!==-1;F--,N++)P+=256*w[F]>>>0,w[F]=P%r>>>0,P=P/r>>>0;if(P!==0)throw new Error("Non-zero carry");f=N,h++}let A=_-f;for(;A!==_&&w[A]===0;)A++;let I=n.repeat(l);for(;A<_;++A)I+=e.charAt(w[A]);return I}function a(u){if(typeof u!="string")throw new TypeError("Expected String");if(u.length===0)return new Uint8Array;let l=0,f=0,h=0;for(;u[l]===n;)f++,l++;const y=(u.length-l)*i+1>>>0,_=new Uint8Array(y);for(;u[l];){let P=t[u.charCodeAt(l)];if(P===255)return;let N=0;for(let F=y-1;(P!==0||N<h)&&F!==-1;F--,N++)P+=r*_[F]>>>0,_[F]=P%256>>>0,P=P/256>>>0;if(P!==0)throw new Error("Non-zero carry");h=N,l++}let w=y-h;for(;w!==y&&_[w]===0;)w++;const A=new Uint8Array(f+(y-w));let I=f;for(;w!==y;)A[I++]=_[w++];return A}function c(u){const l=a(u);if(l)return l;throw new Error("Non-base"+r+" character")}return{encode:o,decodeUnsafe:a,decode:c}}var D3="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";const ev=N3(D3),Io=e=>ev.encode(e),wi=e=>ev.decode(e),$3=Io,B3=wi;function xn(e){return Uint8Array.from(atob(e),t=>t.charCodeAt(0))}const $l=8192;function zr(e){if(e.length<$l)return btoa(String.fromCharCode(...e));let t="";for(var r=0;r<e.length;r+=$l){const n=e.slice(r,r+$l);t+=String.fromCharCode(...n)}return btoa(t)}const tv=zr,rv=xn;function ko(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(s=>parseInt(s,16)))??[];if(n.length!==r.length/2)throw new Error(`Invalid hex string ${e}`);return Uint8Array.from(n)}function _i(e){return e.reduce((t,r)=>t+r.toString(16).padStart(2,"0"),"")}const nv=_i,iv=ko;function Bd(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 L3(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 sv{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}=L3(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 ov(e,t){switch(t){case"base58":return Io(e);case"base64":return zr(e);case"hex":return _i(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function U3(e,t){switch(t){case"base58":return wi(e);case"base64":return xn(e);case"hex":return ko(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function Ld(e,t=["<",">"]){const[r,n]=t,i=[];let s="",o=0;for(let a=0;a<e.length;a++){const c=e[a];if(c===r&&o++,c===n&&o--,o===0&&c===","){i.push(s.trim()),s="";continue}s+=c}return i.push(s.trim()),i}class av{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 Bl(BigInt(t),8).forEach(r=>this.write8(r)),this}write128(t){return Bl(BigInt(t),16).forEach(r=>this.write8(r)),this}write256(t){return Bl(BigInt(t),32).forEach(r=>this.write8(r)),this}writeULEB(t){return Bd(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 ov(this.toBytes(),t)}}function Bl(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 cv=e=>{throw TypeError(e)},uv=(e,t,r)=>t.has(e)||cv("Cannot "+r),hn=(e,t,r)=>(uv(e,t,"read from private field"),r?r.call(e):t.get(e)),nu=(e,t,r)=>t.has(e)?cv("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),iu=(e,t,r,n)=>(uv(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),eo,da,kc,Ri;const F3=class lv{constructor(t){nu(this,eo),nu(this,da),this.name=t.name,this.read=t.read,this.serializedSize=t.serializedSize??(()=>null),iu(this,eo,t.write),iu(this,da,t.serialize??((r,n)=>{const i=new av({initialSize:this.serializedSize(r)??void 0,...n});return hn(this,eo).call(this,r,i),i.toBytes()})),this.validate=t.validate??(()=>{})}write(t,r){this.validate(t),hn(this,eo).call(this,t,r)}serialize(t,r){return this.validate(t),new dv(this,hn(this,da).call(this,t,r))}parse(t){const r=new sv(t);return this.read(r)}fromHex(t){return this.parse(ko(t))}fromBase58(t){return this.parse(wi(t))}fromBase64(t){return this.parse(xn(t))}transform({name:t,input:r,output:n,validate:i}){return new lv({name:t??this.name,read:s=>n(this.read(s)),write:(s,o)=>hn(this,eo).call(this,r(s),o),serializedSize:s=>this.serializedSize(r(s)),serialize:(s,o)=>hn(this,da).call(this,r(s),o),validate:s=>{i==null||i(s),this.validate(r(s))}})}};eo=new WeakMap;da=new WeakMap;let Bn=F3;const fv=Symbol.for("@mysten/serialized-bcs");function z3(e){return!!e&&typeof e=="object"&&e[fv]===!0}class dv{constructor(t,r){nu(this,kc),nu(this,Ri),iu(this,kc,t),iu(this,Ri,r)}get[fv](){return!0}toBytes(){return hn(this,Ri)}toHex(){return _i(hn(this,Ri))}toBase64(){return zr(hn(this,Ri))}toBase58(){return Io(hn(this,Ri))}parse(){return hn(this,kc).parse(hn(this,Ri))}}kc=new WeakMap;Ri=new WeakMap;function su({size:e,...t}){return new Bn({...t,serializedSize:()=>e})}function Ll({readMethod:e,writeMethod:t,...r}){return su({...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 Ul({readMethod:e,writeMethod:t,...r}){return su({...r,read:n=>n[e](),write:(n,i)=>i[t](BigInt(n)),validate:n=>{var s;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}`);(s=r.validate)==null||s.call(r,i)}})}function V3({serialize:e,...t}){const r=new Bn({...t,serialize:e,write:(n,i)=>{for(const s of r.serialize(n).toBytes())i.write8(s)}});return r}function q3({toBytes:e,fromBytes:t,...r}){return new Bn({...r,read:n=>{const i=n.readULEB(),s=n.readBytes(i);return t(s)},write:(n,i)=>{const s=e(n);i.writeULEB(s.length);for(let o=0;o<s.length;o++)i.write8(s[o])},serialize:n=>{const i=e(n),s=Bd(i.length),o=new Uint8Array(s.length+i.length);return o.set(s,0),o.set(i,s.length),o},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 G3(e){let t=null;function r(){return t||(t=e()),t}return new Bn({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 G={u8(e){return Ll({name:"u8",readMethod:"read8",writeMethod:"write8",size:1,maxValue:2**8-1,...e})},u16(e){return Ll({name:"u16",readMethod:"read16",writeMethod:"write16",size:2,maxValue:2**16-1,...e})},u32(e){return Ll({name:"u32",readMethod:"read32",writeMethod:"write32",size:4,maxValue:2**32-1,...e})},u64(e){return Ul({name:"u64",readMethod:"read64",writeMethod:"write64",size:8,maxValue:2n**64n-1n,...e})},u128(e){return Ul({name:"u128",readMethod:"read128",writeMethod:"write128",size:16,maxValue:2n**128n-1n,...e})},u256(e){return Ul({name:"u256",readMethod:"read256",writeMethod:"write256",size:32,maxValue:2n**256n-1n,...e})},bool(e){return su({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 V3({name:"uleb128",read:t=>t.readULEB(),serialize:t=>Uint8Array.from(Bd(t)),...e})},bytes(e,t){return su({name:`bytes[${e}]`,size:e,read:r=>r.readBytes(e),write:(r,n)=>{const i=new Uint8Array(r);for(let s=0;s<e;s++)n.write8(i[s]??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 q3({name:"string",toBytes:t=>new TextEncoder().encode(t),fromBytes:t=>new TextDecoder().decode(t),...e})},fixedArray(e,t,r){return new Bn({name:`${t.name}[${e}]`,read:n=>{const i=new Array(e);for(let s=0;s<e;s++)i[s]=t.read(n);return i},write:(n,i)=>{for(const s of n)t.write(s,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 G.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 Bn({name:`vector<${e.name}>`,read:r=>{const n=r.readULEB(),i=new Array(n);for(let s=0;s<n;s++)i[s]=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 Bn({name:`(${e.map(r=>r.name).join(", ")})`,serializedSize:r=>{let n=0;for(let i=0;i<e.length;i++){const s=e[i].serializedSize(r[i]);if(s==null)return null;n+=s}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 Bn({name:e,serializedSize:i=>{let s=0;for(const[o,a]of n){const c=a.serializedSize(i[o]);if(c==null)return null;s+=c}return s},read:i=>{const s={};for(const[o,a]of n)s[o]=a.read(i);return s},write:(i,s)=>{for(const[o,a]of n)a.write(i[o],s)},...r,validate:i=>{var s;if((s=r==null?void 0:r.validate)==null||s.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 Bn({name:e,read:i=>{const s=i.readULEB(),o=n[s];if(!o)throw new TypeError(`Unknown value ${s} for enum ${e}`);const[a,c]=o;return{[a]:(c==null?void 0:c.read(i))??!0,$kind:a}},write:(i,s)=>{const[o,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===o){s.writeULEB(c),l==null||l.write(a,s);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 s=Object.keys(i).filter(c=>i[c]!==void 0&&Object.hasOwn(t,c));if(s.length!==1)throw new TypeError(`Expected object with one key, but found ${s.length} for type ${e}}`);const[o]=s;if(!Object.hasOwn(t,o))throw new TypeError(`Invalid enum variant ${o}`)}})},map(e,t){return G.vector(G.tuple([e,t])).transform({name:`Map<${e.name}, ${t.name}>`,input:r=>[...r.entries()],output:r=>{const n=new Map;for(const[i,s]of r)n.set(i,s);return n}})},lazy(e){return G3(e)}},H3=Object.freeze(Object.defineProperty({__proto__:null,BcsReader:sv,BcsType:Bn,BcsWriter:av,SerializedBcs:dv,bcs:G,decodeStr:U3,encodeStr:ov,fromB58:B3,fromB64:rv,fromBase58:wi,fromBase64:xn,fromHEX:iv,fromHex:ko,isSerializedBcs:z3,splitGenericParameters:Ld,toB58:$3,toB64:tv,toBase58:Io,toBase64:zr,toHEX:nv,toHex:_i},Symbol.toStringTag,{value:"Module"})),W3=32;function jf(e){try{return wi(e).length===W3}catch{return!1}}const zu=32;function ui(e){return X3(e)&&Y3(e)===zu}function ha(e){return ui(e)}function K3(e){return e.includes("::")?Ud(e):e}function Ud(e){const[t,r]=e.split("::"),n=e.slice(t.length+r.length+4),i=n.includes("<")?n.slice(0,n.indexOf("<")):n,s=n.includes("<")?Ld(n.slice(n.indexOf("<")+1,n.lastIndexOf(">"))).map(o=>K3(o.trim())):[];return{address:Nr(t),module:r,name:i,typeParams:s}}function hv(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?Ud(e):e,s=(i==null?void 0:i.length)>0?`<${i.map(o=>typeof o=="string"?o:hv(o)).join(",")}>`:"";return`${t}::${r}::${n}${s}`}function Nr(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(zu*2,"0")}`}function hi(e,t=!1){return Nr(e,t)}function X3(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function Y3(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}const J3=/^vector<(.+)>$/,Z3=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;let rp=class to{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(J3);if(n)return{vector:to.parseFromStr(n[1],r)};const i=t.match(Z3);if(i)return{struct:{address:r?Nr(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:to.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return Ld(t).map(n=>to.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<${to.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(to.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}};function Q3(e){return G.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function eS(e){return G.enum("Option",{None:null,Some:e})}const Zt=G.bytes(zu).transform({validate:e=>{const t=typeof e=="string"?e:_i(e);if(!t||!ui(Nr(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?ko(Nr(e)):e,output:e=>Nr(_i(e))}),gn=G.vector(G.u8()).transform({name:"ObjectDigest",input:e=>wi(e),output:e=>Io(new Uint8Array(e)),validate:e=>{if(wi(e).length!==32)throw new Error("ObjectDigest must be 32 bytes")}}),Yr=G.struct("SuiObjectRef",{objectId:Zt,version:G.u64(),digest:gn}),pv=G.struct("SharedObjectRef",{objectId:Zt,initialSharedVersion:G.u64(),mutable:G.bool()}),mv=G.enum("ObjectArg",{ImmOrOwnedObject:Yr,SharedObject:pv,Receiving:Yr}),gv=G.enum("CallArg",{Pure:G.struct("Pure",{bytes:G.vector(G.u8()).transform({input:e=>typeof e=="string"?xn(e):e,output:e=>zr(new Uint8Array(e))})}),Object:mv}),Fd=G.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:G.lazy(()=>Fd),struct:G.lazy(()=>xv),u16:null,u32:null,u256:null}),zd=Fd.transform({input:e=>typeof e=="string"?rp.parseFromStr(e,!0):e,output:e=>rp.tagToString(e)}),Pn=G.enum("Argument",{GasCoin:null,Input:G.u16(),Result:G.u16(),NestedResult:G.tuple([G.u16(),G.u16()])}),vv=G.struct("ProgrammableMoveCall",{package:Zt,module:G.string(),function:G.string(),typeArguments:G.vector(zd),arguments:G.vector(Pn)}),yv=G.enum("Command",{MoveCall:vv,TransferObjects:G.struct("TransferObjects",{objects:G.vector(Pn),address:Pn}),SplitCoins:G.struct("SplitCoins",{coin:Pn,amounts:G.vector(Pn)}),MergeCoins:G.struct("MergeCoins",{destination:Pn,sources:G.vector(Pn)}),Publish:G.struct("Publish",{modules:G.vector(G.vector(G.u8()).transform({input:e=>typeof e=="string"?xn(e):e,output:e=>zr(new Uint8Array(e))})),dependencies:G.vector(Zt)}),MakeMoveVec:G.struct("MakeMoveVec",{type:eS(zd).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:G.vector(Pn)}),Upgrade:G.struct("Upgrade",{modules:G.vector(G.vector(G.u8()).transform({input:e=>typeof e=="string"?xn(e):e,output:e=>zr(new Uint8Array(e))})),dependencies:G.vector(Zt),package:Zt,ticket:Pn})}),bv=G.struct("ProgrammableTransaction",{inputs:G.vector(gv),commands:G.vector(yv)}),wv=G.enum("TransactionKind",{ProgrammableTransaction:bv,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),_v=G.enum("TransactionExpiration",{None:null,Epoch:Q3()}),xv=G.struct("StructTag",{address:Zt,module:G.string(),name:G.string(),typeParams:G.vector(Fd)}),Sv=G.struct("GasData",{payment:G.vector(Yr),owner:Zt,price:G.u64(),budget:G.u64()}),Ev=G.struct("TransactionDataV1",{kind:wv,sender:Zt,gasData:Sv,expiration:_v}),Mv=G.enum("TransactionData",{V1:Ev}),Cv=G.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),Av=G.enum("IntentVersion",{V0:null}),Tv=G.enum("AppId",{Sui:null}),Ov=G.struct("Intent",{scope:Cv,version:Av,appId:Tv});function Iv(e){return G.struct(`IntentMessage<${e.name}>`,{intent:Ov,value:e})}const kv=G.enum("CompressedSignature",{ED25519:G.fixedArray(64,G.u8()),Secp256k1:G.fixedArray(64,G.u8()),Secp256r1:G.fixedArray(64,G.u8()),ZkLogin:G.vector(G.u8())}),jv=G.enum("PublicKey",{ED25519:G.fixedArray(32,G.u8()),Secp256k1:G.fixedArray(33,G.u8()),Secp256r1:G.fixedArray(33,G.u8()),ZkLogin:G.vector(G.u8())}),Pv=G.struct("MultiSigPkMap",{pubKey:jv,weight:G.u8()}),Rv=G.struct("MultiSigPublicKey",{pk_map:G.vector(Pv),threshold:G.u16()}),tS=G.struct("MultiSig",{sigs:G.vector(kv),bitmap:G.u16(),multisig_pk:Rv}),rS=G.vector(G.u8()).transform({input:e=>typeof e=="string"?xn(e):e,output:e=>zr(new Uint8Array(e))}),Nv=G.struct("SenderSignedTransaction",{intentMessage:Iv(Mv),txSignatures:G.vector(rS)}),nS=G.vector(Nv,{name:"SenderSignedData"}),iS=G.struct("PasskeyAuthenticator",{authenticatorData:G.vector(G.u8()),clientDataJson:G.string(),userSignature:G.vector(G.u8())}),sS=G.enum("PackageUpgradeError",{UnableToFetchPackage:G.struct("UnableToFetchPackage",{packageId:Zt}),NotAPackage:G.struct("NotAPackage",{objectId:Zt}),IncompatibleUpgrade:null,DigestDoesNotMatch:G.struct("DigestDoesNotMatch",{digest:G.vector(G.u8())}),UnknownUpgradePolicy:G.struct("UnknownUpgradePolicy",{policy:G.u8()}),PackageIDDoesNotMatch:G.struct("PackageIDDoesNotMatch",{packageId:Zt,ticketId:Zt})}),oS=G.struct("ModuleId",{address:Zt,name:G.string()}),np=G.struct("MoveLocation",{module:oS,function:G.u16(),instruction:G.u16(),functionName:G.option(G.string())}),aS=G.enum("CommandArgumentError",{TypeMismatch:null,InvalidBCSBytes:null,InvalidUsageOfPureArg:null,InvalidArgumentToPrivateEntryFunction:null,IndexOutOfBounds:G.struct("IndexOutOfBounds",{idx:G.u16()}),SecondaryIndexOutOfBounds:G.struct("SecondaryIndexOutOfBounds",{resultIdx:G.u16(),secondaryIdx:G.u16()}),InvalidResultArity:G.struct("InvalidResultArity",{resultIdx:G.u16()}),InvalidGasCoinUsage:null,InvalidValueUsage:null,InvalidObjectByValue:null,InvalidObjectByMutRef:null,SharedObjectOperationNotAllowed:null}),cS=G.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),uS=G.enum("ExecutionFailureStatus",{InsufficientGas:null,InvalidGasObject:null,InvariantViolation:null,FeatureNotYetSupported:null,MoveObjectTooBig:G.struct("MoveObjectTooBig",{objectSize:G.u64(),maxObjectSize:G.u64()}),MovePackageTooBig:G.struct("MovePackageTooBig",{objectSize:G.u64(),maxObjectSize:G.u64()}),CircularObjectOwnership:G.struct("CircularObjectOwnership",{object:Zt}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:G.option(np),MoveAbort:G.tuple([np,G.u64()]),VMVerificationOrDeserializationError:null,VMInvariantViolation:null,FunctionNotFound:null,ArityMismatch:null,TypeArityMismatch:null,NonEntryFunctionInvoked:null,CommandArgumentError:G.struct("CommandArgumentError",{argIdx:G.u16(),kind:aS}),TypeArgumentError:G.struct("TypeArgumentError",{argumentIdx:G.u16(),kind:cS}),UnusedValueWithoutDrop:G.struct("UnusedValueWithoutDrop",{resultIdx:G.u16(),secondaryIdx:G.u16()}),InvalidPublicFunctionReturnType:G.struct("InvalidPublicFunctionReturnType",{idx:G.u16()}),InvalidTransferObject:null,EffectsTooLarge:G.struct("EffectsTooLarge",{currentSize:G.u64(),maxSize:G.u64()}),PublishUpgradeMissingDependency:null,PublishUpgradeDependencyDowngrade:null,PackageUpgradeError:G.struct("PackageUpgradeError",{upgradeError:sS}),WrittenObjectsTooLarge:G.struct("WrittenObjectsTooLarge",{currentSize:G.u64(),maxSize:G.u64()}),CertificateDenied:null,SuiMoveVerificationTimedout:null,SharedObjectOperationNotAllowed:null,InputObjectDeleted:null,ExecutionCancelledDueToSharedObjectCongestion:G.struct("ExecutionCancelledDueToSharedObjectCongestion",{congestedObjects:G.vector(Zt)}),AddressDeniedForCoin:G.struct("AddressDeniedForCoin",{address:Zt,coinType:G.string()}),CoinTypeGlobalPause:G.struct("CoinTypeGlobalPause",{coinType:G.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),Dv=G.enum("ExecutionStatus",{Success:null,Failed:G.struct("ExecutionFailed",{error:uS,command:G.option(G.u64())})}),$v=G.struct("GasCostSummary",{computationCost:G.u64(),storageCost:G.u64(),storageRebate:G.u64(),nonRefundableStorageFee:G.u64()}),so=G.enum("Owner",{AddressOwner:Zt,ObjectOwner:Zt,Shared:G.struct("Shared",{initialSharedVersion:G.u64()}),Immutable:null}),lS=G.struct("TransactionEffectsV1",{status:Dv,executedEpoch:G.u64(),gasUsed:$v,modifiedAtVersions:G.vector(G.tuple([Zt,G.u64()])),sharedObjects:G.vector(Yr),transactionDigest:gn,created:G.vector(G.tuple([Yr,so])),mutated:G.vector(G.tuple([Yr,so])),unwrapped:G.vector(G.tuple([Yr,so])),deleted:G.vector(Yr),unwrappedThenDeleted:G.vector(Yr),wrapped:G.vector(Yr),gasObject:G.tuple([Yr,so]),eventsDigest:G.option(gn),dependencies:G.vector(gn)}),Vd=G.tuple([G.u64(),gn]),fS=G.enum("ObjectIn",{NotExist:null,Exist:G.tuple([Vd,so])}),dS=G.enum("ObjectOut",{NotExist:null,ObjectWrite:G.tuple([gn,so]),PackageWrite:Vd}),hS=G.enum("IDOperation",{None:null,Created:null,Deleted:null}),pS=G.struct("EffectsObjectChange",{inputState:fS,outputState:dS,idOperation:hS}),mS=G.enum("UnchangedSharedKind",{ReadOnlyRoot:Vd,MutateDeleted:G.u64(),ReadDeleted:G.u64(),Cancelled:G.u64(),PerEpochConfig:null}),gS=G.struct("TransactionEffectsV2",{status:Dv,executedEpoch:G.u64(),gasUsed:$v,transactionDigest:gn,gasObjectIndex:G.option(G.u32()),eventsDigest:G.option(gn),dependencies:G.vector(gn),lamportVersion:G.u64(),changedObjects:G.vector(G.tuple([Zt,pS])),unchangedSharedObjects:G.vector(G.tuple([Zt,mS])),auxDataDigest:G.option(gn)}),vS=G.enum("TransactionEffects",{V1:lS,V2:gS}),Fl={...G,U8:G.u8(),U16:G.u16(),U32:G.u32(),U64:G.u64(),U128:G.u128(),U256:G.u256(),ULEB128:G.uleb128(),Bool:G.bool(),String:G.string(),Address:Zt,AppId:Tv,Argument:Pn,CallArg:gv,CompressedSignature:kv,GasData:Sv,Intent:Ov,IntentMessage:Iv,IntentScope:Cv,IntentVersion:Av,MultiSig:tS,MultiSigPkMap:Pv,MultiSigPublicKey:Rv,ObjectArg:mv,ObjectDigest:gn,ProgrammableMoveCall:vv,ProgrammableTransaction:bv,PublicKey:jv,SenderSignedData:nS,SenderSignedTransaction:Nv,SharedObjectRef:pv,StructTag:xv,SuiObjectRef:Yr,Command:yv,TransactionData:Mv,TransactionDataV1:Ev,TransactionExpiration:_v,TransactionKind:wv,TypeTag:zd,TransactionEffects:vS,PasskeyAuthenticator:iS},Bv="…";function yS(e){if(e.length<=6)return e;const t=e.startsWith("0x")?2:0;return`0x${e.slice(t,t+4)}${Bv}${e.slice(-4)}`}function bS(e){return`${e.slice(0,10)}${Bv}`}const Lv=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,Uv=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,wS=235;function Fv(e){return e.length>wS?!1:e.includes("@")?Lv.test(e):Uv.test(e)}function zv(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!Lv.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,s]=r.split("@");n=[...i?i.split("."):[],s]}else{if(!Uv.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 _S=9,xS=BigInt(1e9),SS="0x1",Vv="0x2",ES="0x3",MS=hi("0x6"),CS="sui_system",qd=`${Vv}::sui::SUI`,AS=hi("0x5"),TS=/^([a-z0-9]+(?:-[a-z0-9]+)*)$/,OS=/^\d+$/,IS=64,qv="/",Gv=e=>{const t=e.split(qv);if(t.length<2||t.length>3)return!1;const[r,n,i]=t;return i!==void 0&&!OS.test(i)||!Fv(r)?!1:TS.test(n)&&n.length<IS},kS=e=>{const t=e.split(/::|<|>|,/);for(const r of t)if(r.includes(qv)&&!Gv(r))return!1;return!0};function zl(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function jS(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function Hv(e,...t){if(!jS(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 ip(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 PS(e,t){Hv(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 ou=e=>new Uint32Array(e.buffer,e.byteOffset,Math.floor(e.byteLength/4)),gs=(()=>new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68)(),Wv=e=>e<<24&4278190080|e<<8&16711680|e>>>8&65280|e>>>24&255,oi=gs?e=>e:e=>Wv(e);function Vs(e){for(let t=0;t<e.length;t++)e[t]=Wv(e[t])}function RS(e){if(typeof e!="string")throw new Error("utf8ToBytes expected string, got "+typeof e);return new Uint8Array(new TextEncoder().encode(e))}function wa(e){return typeof e=="string"&&(e=RS(e)),Hv(e),e}let NS=class{clone(){return this._cloneInto()}};function DS(e){const t=(n,i)=>e(i).update(wa(n)).digest(),r=e({});return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=n=>e(n),t}const $S=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 BS extends NS{constructor(t,r,n={},i,s,o){if(super(),this.blockLen=t,this.outputLen=r,this.length=0,this.pos=0,this.finished=!1,this.destroyed=!1,zl(t),zl(r),zl(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!==s)throw new Error("salt must be undefined or "+s);if(n.personalization!==void 0&&n.personalization.length!==o)throw new Error("personalization must be undefined or "+o);this.buffer=new Uint8Array(t),this.buffer32=ou(this.buffer)}update(t){ip(this);const{blockLen:r,buffer:n,buffer32:i}=this;t=wa(t);const s=t.length,o=t.byteOffset,a=t.buffer;for(let c=0;c<s;){this.pos===r&&(gs||Vs(i),this.compress(i,0,!1),gs||Vs(i),this.pos=0);const u=Math.min(r-this.pos,s-c),l=o+c;if(u===r&&!(l%4)&&c+u<s){const f=new Uint32Array(a,l,Math.floor((s-c)/4));gs||Vs(f);for(let h=0;c+r<s;h+=i.length,c+=r)this.length+=r,this.compress(f,h,!1);gs||Vs(f);continue}n.set(t.subarray(c,c+u),this.pos),this.pos+=u,this.length+=u,c+=u}return this}digestInto(t){ip(this),PS(t,this);const{pos:r,buffer32:n}=this;this.finished=!0,this.buffer.subarray(r).fill(0),gs||Vs(n),this.compress(n,0,!0),gs||Vs(n);const i=ou(t);this.get().forEach((s,o)=>i[o]=oi(s))}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:s,outputLen:o,pos:a}=this;return t||(t=new this.constructor({dkLen:o})),t.set(...this.get()),t.length=n,t.finished=i,t.destroyed=s,t.outputLen=o,t.buffer.set(r),t.pos=a,t}}const vc=BigInt(2**32-1),Pf=BigInt(32);function Kv(e,t=!1){return t?{h:Number(e&vc),l:Number(e>>Pf&vc)}:{h:Number(e>>Pf&vc)|0,l:Number(e&vc)|0}}function LS(e,t=!1){let r=new Uint32Array(e.length),n=new Uint32Array(e.length);for(let i=0;i<e.length;i++){const{h:s,l:o}=Kv(e[i],t);[r[i],n[i]]=[s,o]}return[r,n]}const US=(e,t)=>BigInt(e>>>0)<<Pf|BigInt(t>>>0),FS=(e,t,r)=>e>>>r,zS=(e,t,r)=>e<<32-r|t>>>r,VS=(e,t,r)=>e>>>r|t<<32-r,qS=(e,t,r)=>e<<32-r|t>>>r,GS=(e,t,r)=>e<<64-r|t>>>r-32,HS=(e,t,r)=>e>>>r-32|t<<64-r,WS=(e,t)=>t,KS=(e,t)=>e,XS=(e,t,r)=>e<<r|t>>>32-r,YS=(e,t,r)=>t<<r|e>>>32-r,JS=(e,t,r)=>t<<r-32|e>>>64-r,ZS=(e,t,r)=>e<<r-32|t>>>64-r;function QS(e,t,r,n){const i=(t>>>0)+(n>>>0);return{h:e+r+(i/2**32|0)|0,l:i|0}}const eE=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),tE=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,rE=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),nE=(e,t,r,n,i)=>t+r+n+i+(e/2**32|0)|0,iE=(e,t,r,n,i)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(i>>>0),sE=(e,t,r,n,i,s)=>t+r+n+i+s+(e/2**32|0)|0,oE={fromBig:Kv,split:LS,toBig:US,shrSH:FS,shrSL:zS,rotrSH:VS,rotrSL:qS,rotrBH:GS,rotrBL:HS,rotr32H:WS,rotr32L:KS,rotlSH:XS,rotlSL:YS,rotlBH:JS,rotlBL:ZS,add:QS,add3L:eE,add3H:tE,add4L:rE,add4H:nE,add5H:sE,add5L:iE},Ir=oE,ur=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),ke=new Uint32Array(32);function ki(e,t,r,n,i,s){const o=i[s],a=i[s+1];let c=ke[2*e],u=ke[2*e+1],l=ke[2*t],f=ke[2*t+1],h=ke[2*r],y=ke[2*r+1],_=ke[2*n],w=ke[2*n+1],A=Ir.add3L(c,l,o);u=Ir.add3H(A,u,f,a),c=A|0,{Dh:w,Dl:_}={Dh:w^u,Dl:_^c},{Dh:w,Dl:_}={Dh:Ir.rotr32H(w,_),Dl:Ir.rotr32L(w,_)},{h:y,l:h}=Ir.add(y,h,w,_),{Bh:f,Bl:l}={Bh:f^y,Bl:l^h},{Bh:f,Bl:l}={Bh:Ir.rotrSH(f,l,24),Bl:Ir.rotrSL(f,l,24)},ke[2*e]=c,ke[2*e+1]=u,ke[2*t]=l,ke[2*t+1]=f,ke[2*r]=h,ke[2*r+1]=y,ke[2*n]=_,ke[2*n+1]=w}function ji(e,t,r,n,i,s){const o=i[s],a=i[s+1];let c=ke[2*e],u=ke[2*e+1],l=ke[2*t],f=ke[2*t+1],h=ke[2*r],y=ke[2*r+1],_=ke[2*n],w=ke[2*n+1],A=Ir.add3L(c,l,o);u=Ir.add3H(A,u,f,a),c=A|0,{Dh:w,Dl:_}={Dh:w^u,Dl:_^c},{Dh:w,Dl:_}={Dh:Ir.rotrSH(w,_,16),Dl:Ir.rotrSL(w,_,16)},{h:y,l:h}=Ir.add(y,h,w,_),{Bh:f,Bl:l}={Bh:f^y,Bl:l^h},{Bh:f,Bl:l}={Bh:Ir.rotrBH(f,l,63),Bl:Ir.rotrBL(f,l,63)},ke[2*e]=c,ke[2*e+1]=u,ke[2*t]=l,ke[2*t+1]=f,ke[2*r]=h,ke[2*r+1]=y,ke[2*n]=_,ke[2*n+1]=w}class Xv extends BS{constructor(t={}){super(128,t.dkLen===void 0?64:t.dkLen,t,64,16,16),this.v0l=ur[0]|0,this.v0h=ur[1]|0,this.v1l=ur[2]|0,this.v1h=ur[3]|0,this.v2l=ur[4]|0,this.v2h=ur[5]|0,this.v3l=ur[6]|0,this.v3h=ur[7]|0,this.v4l=ur[8]|0,this.v4h=ur[9]|0,this.v5l=ur[10]|0,this.v5h=ur[11]|0,this.v6l=ur[12]|0,this.v6h=ur[13]|0,this.v7l=ur[14]|0,this.v7h=ur[15]|0;const r=t.key?t.key.length:0;if(this.v0l^=this.outputLen|r<<8|65536|1<<24,t.salt){const n=ou(wa(t.salt));this.v4l^=oi(n[0]),this.v4h^=oi(n[1]),this.v5l^=oi(n[2]),this.v5h^=oi(n[3])}if(t.personalization){const n=ou(wa(t.personalization));this.v6l^=oi(n[0]),this.v6h^=oi(n[1]),this.v7l^=oi(n[2]),this.v7h^=oi(n[3])}if(t.key){const n=new Uint8Array(this.blockLen);n.set(wa(t.key)),this.update(n)}}get(){let{v0l:t,v0h:r,v1l:n,v1h:i,v2l:s,v2h:o,v3l:a,v3h:c,v4l:u,v4h:l,v5l:f,v5h:h,v6l:y,v6h:_,v7l:w,v7h:A}=this;return[t,r,n,i,s,o,a,c,u,l,f,h,y,_,w,A]}set(t,r,n,i,s,o,a,c,u,l,f,h,y,_,w,A){this.v0l=t|0,this.v0h=r|0,this.v1l=n|0,this.v1h=i|0,this.v2l=s|0,this.v2h=o|0,this.v3l=a|0,this.v3h=c|0,this.v4l=u|0,this.v4h=l|0,this.v5l=f|0,this.v5h=h|0,this.v6l=y|0,this.v6h=_|0,this.v7l=w|0,this.v7h=A|0}compress(t,r,n){this.get().forEach((c,u)=>ke[u]=c),ke.set(ur,16);let{h:i,l:s}=Ir.fromBig(BigInt(this.length));ke[24]=ur[8]^s,ke[25]=ur[9]^i,n&&(ke[28]=~ke[28],ke[29]=~ke[29]);let o=0;const a=$S;for(let c=0;c<12;c++)ki(0,4,8,12,t,r+2*a[o++]),ji(0,4,8,12,t,r+2*a[o++]),ki(1,5,9,13,t,r+2*a[o++]),ji(1,5,9,13,t,r+2*a[o++]),ki(2,6,10,14,t,r+2*a[o++]),ji(2,6,10,14,t,r+2*a[o++]),ki(3,7,11,15,t,r+2*a[o++]),ji(3,7,11,15,t,r+2*a[o++]),ki(0,5,10,15,t,r+2*a[o++]),ji(0,5,10,15,t,r+2*a[o++]),ki(1,6,11,12,t,r+2*a[o++]),ji(1,6,11,12,t,r+2*a[o++]),ki(2,7,8,13,t,r+2*a[o++]),ji(2,7,8,13,t,r+2*a[o++]),ki(3,4,9,14,t,r+2*a[o++]),ji(3,4,9,14,t,r+2*a[o++]);this.v0l^=ke[0]^ke[16],this.v0h^=ke[1]^ke[17],this.v1l^=ke[2]^ke[18],this.v1h^=ke[3]^ke[19],this.v2l^=ke[4]^ke[20],this.v2h^=ke[5]^ke[21],this.v3l^=ke[6]^ke[22],this.v3h^=ke[7]^ke[23],this.v4l^=ke[8]^ke[24],this.v4h^=ke[9]^ke[25],this.v5l^=ke[10]^ke[26],this.v5h^=ke[11]^ke[27],this.v6l^=ke[12]^ke[28],this.v6h^=ke[13]^ke[29],this.v7l^=ke[14]^ke[30],this.v7h^=ke[15]^ke[31],ke.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 Yv=DS(e=>new Xv(e)),aE=Object.freeze(Object.defineProperty({__proto__:null,BLAKE2b:Xv,blake2b:Yv},Symbol.toStringTag,{value:"Module"}));function cE(e,t,r){const n=Fl.Address.serialize(e).toBytes(),i=Fl.TypeTag.serialize(t).toBytes(),s=Fl.u64().serialize(r.length).toBytes(),o=Yv.create({dkLen:32});return o.update(new Uint8Array([240])),o.update(n),o.update(s),o.update(r),o.update(i),`0x${_i(o.digest().slice(0,32))}`}const uE=Object.freeze(Object.defineProperty({__proto__:null,MIST_PER_SUI:xS,MOVE_STDLIB_ADDRESS:SS,SUI_ADDRESS_LENGTH:zu,SUI_CLOCK_OBJECT_ID:MS,SUI_DECIMALS:_S,SUI_FRAMEWORK_ADDRESS:Vv,SUI_SYSTEM_ADDRESS:ES,SUI_SYSTEM_MODULE_NAME:CS,SUI_SYSTEM_STATE_OBJECT_ID:AS,SUI_TYPE_ARG:qd,deriveDynamicFieldID:cE,formatAddress:yS,formatDigest:bS,fromB64:rv,fromBase58:wi,fromBase64:xn,fromHEX:iv,fromHex:ko,isValidNamedPackage:Gv,isValidNamedType:kS,isValidSuiAddress:ui,isValidSuiNSName:Fv,isValidSuiObjectId:ha,isValidTransactionDigest:jf,normalizeStructTag:hv,normalizeSuiAddress:Nr,normalizeSuiNSName:zv,normalizeSuiObjectId:hi,parseStructTag:Ud,toB64:tv,toBase58:Io,toBase64:zr,toHEX:nv,toHex:_i},Symbol.toStringTag,{value:"Module"}));var Gd=Object.defineProperty,lE=Object.getOwnPropertyDescriptor,fE=Object.getOwnPropertyNames,dE=Object.prototype.hasOwnProperty,hE=(e,t)=>{for(var r in t)Gd(e,r,{get:t[r],enumerable:!0})},pE=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of fE(t))!dE.call(e,i)&&i!==r&&Gd(e,i,{get:()=>t[i],enumerable:!(n=lE(t,i))||n.enumerable});return e},mE=e=>pE(Gd({},"__esModule",{value:!0}),e),Jv={};hE(Jv,{BIC_REGEX:()=>Qv,CUID2_REGEX:()=>e1,DECIMAL_REGEX:()=>t1,EMAIL_REGEX:()=>r1,EMOJI_REGEX:()=>n1,HEXADECIMAL_REGEX:()=>i1,HEX_COLOR_REGEX:()=>s1,IMEI_REGEX:()=>o1,IPV4_REGEX:()=>a1,IPV6_REGEX:()=>c1,IP_REGEX:()=>u1,ISO_DATE_REGEX:()=>l1,ISO_DATE_TIME_REGEX:()=>f1,ISO_TIMESTAMP_REGEX:()=>p1,ISO_TIME_REGEX:()=>d1,ISO_TIME_SECOND_REGEX:()=>h1,ISO_WEEK_REGEX:()=>m1,MAC48_REGEX:()=>g1,MAC64_REGEX:()=>v1,MAC_REGEX:()=>y1,OCTAL_REGEX:()=>b1,ULID_REGEX:()=>w1,UUID_REGEX:()=>_1,ValiError:()=>Vu,_addIssue:()=>le,_isLuhnAlgo:()=>Hd,_isValidObjectKey:()=>$s,_stringify:()=>Pr,any:()=>tb,array:()=>rb,arrayAsync:()=>nb,awaitAsync:()=>Zv,bic:()=>C1,bigint:()=>ib,blob:()=>sb,boolean:()=>ob,brand:()=>A1,bytes:()=>T1,check:()=>O1,checkAsync:()=>I1,checkItems:()=>k1,config:()=>PE,creditCard:()=>j1,cuid2:()=>P1,custom:()=>ab,customAsync:()=>cb,date:()=>ub,decimal:()=>R1,deleteGlobalConfig:()=>vE,deleteGlobalMessage:()=>bE,deleteSchemaMessage:()=>_E,deleteSpecificMessage:()=>SE,email:()=>N1,emoji:()=>D1,empty:()=>$1,endsWith:()=>B1,entriesFromList:()=>ME,enum:()=>Bf,enum_:()=>Bf,everyItem:()=>L1,excludes:()=>U1,fallback:()=>RE,fallbackAsync:()=>NE,file:()=>lb,filterItems:()=>F1,findItem:()=>z1,finite:()=>V1,flatten:()=>DE,forward:()=>$E,forwardAsync:()=>BE,function:()=>Lf,function_:()=>Lf,getDefault:()=>Ci,getDefaults:()=>Rf,getDefaultsAsync:()=>Nf,getDotPath:()=>M1,getFallback:()=>tc,getFallbacks:()=>Df,getFallbacksAsync:()=>$f,getGlobalConfig:()=>ec,getGlobalMessage:()=>x1,getSchemaMessage:()=>S1,getSpecificMessage:()=>E1,hash:()=>q1,hexColor:()=>H1,hexadecimal:()=>G1,imei:()=>W1,includes:()=>K1,instance:()=>fb,integer:()=>X1,intersect:()=>db,intersectAsync:()=>hb,ip:()=>Y1,ipv4:()=>J1,ipv6:()=>Z1,is:()=>LE,isOfKind:()=>CE,isOfType:()=>AE,isValiError:()=>TE,isoDate:()=>Q1,isoDateTime:()=>ey,isoTime:()=>ty,isoTimeSecond:()=>ry,isoTimestamp:()=>ny,isoWeek:()=>iy,keyof:()=>UE,lazy:()=>pb,lazyAsync:()=>mb,length:()=>sy,literal:()=>gb,looseObject:()=>vb,looseObjectAsync:()=>yb,looseTuple:()=>bb,looseTupleAsync:()=>wb,mac:()=>oy,mac48:()=>ay,mac64:()=>cy,map:()=>_b,mapAsync:()=>xb,mapItems:()=>uy,maxBytes:()=>ly,maxLength:()=>fy,maxSize:()=>dy,maxValue:()=>hy,mimeType:()=>py,minBytes:()=>my,minLength:()=>gy,minSize:()=>vy,minValue:()=>yy,multipleOf:()=>by,nan:()=>Sb,never:()=>Eb,nonEmpty:()=>wy,nonNullable:()=>Mb,nonNullableAsync:()=>Cb,nonNullish:()=>Ab,nonNullishAsync:()=>Tb,nonOptional:()=>Wd,nonOptionalAsync:()=>Kd,normalize:()=>_y,notBytes:()=>xy,notLength:()=>Sy,notSize:()=>Ey,notValue:()=>My,null:()=>Uf,null_:()=>Uf,nullable:()=>Ob,nullableAsync:()=>Ib,nullish:()=>kb,nullishAsync:()=>jb,number:()=>Pb,object:()=>Rb,objectAsync:()=>Nb,objectWithRest:()=>Db,objectWithRestAsync:()=>$b,octal:()=>Cy,omit:()=>FE,optional:()=>Xd,optionalAsync:()=>Yd,parse:()=>iw,parseAsync:()=>sw,parser:()=>zE,parserAsync:()=>VE,partial:()=>qE,partialAsync:()=>GE,partialCheck:()=>Ty,partialCheckAsync:()=>Oy,pick:()=>HE,picklist:()=>Jd,pipe:()=>WE,pipeAsync:()=>KE,promise:()=>Bb,rawCheck:()=>Iy,rawCheckAsync:()=>ky,rawTransform:()=>jy,rawTransformAsync:()=>Py,readonly:()=>Ry,record:()=>Lb,recordAsync:()=>Ub,reduceItems:()=>Ny,regex:()=>Dy,required:()=>XE,requiredAsync:()=>YE,safeInteger:()=>$y,safeParse:()=>ow,safeParseAsync:()=>aw,safeParser:()=>JE,safeParserAsync:()=>ZE,set:()=>Fb,setAsync:()=>zb,setGlobalConfig:()=>gE,setGlobalMessage:()=>yE,setSchemaMessage:()=>wE,setSpecificMessage:()=>xE,size:()=>By,someItem:()=>Ly,sortItems:()=>Uy,startsWith:()=>Fy,strictObject:()=>Vb,strictObjectAsync:()=>qb,strictTuple:()=>Gb,strictTupleAsync:()=>Hb,string:()=>Wb,symbol:()=>Kb,toLowerCase:()=>zy,toMaxValue:()=>Vy,toMinValue:()=>qy,toUpperCase:()=>Gy,transform:()=>Hy,transformAsync:()=>Wy,trim:()=>Ky,trimEnd:()=>Xy,trimStart:()=>Yy,tuple:()=>Xb,tupleAsync:()=>Yb,tupleWithRest:()=>Jb,tupleWithRestAsync:()=>Zb,ulid:()=>Jy,undefined:()=>Ff,undefined_:()=>Ff,union:()=>Qb,unionAsync:()=>ew,unknown:()=>tw,unwrap:()=>QE,url:()=>Zy,uuid:()=>Qy,value:()=>eb,variant:()=>rw,variantAsync:()=>nw,void:()=>zf,void_:()=>zf});var is=mE(Jv);function Zv(){return{kind:"transformation",type:"await",reference:Zv,async:!0,async _run(e){return e.value=await e.value,e}}}var Qv=/^[A-Z]{6}(?!00)[A-Z\d]{2}(?:[A-Z\d]{3})?$/u,e1=/^[a-z][\da-z]*$/u,t1=/^\d+$/u,r1=/^[\w+-]+(?:\.[\w+-]+)*@[\da-z]+(?:[.-][\da-z]+)*\.[a-z]{2,}$/iu,n1=/^[\p{Extended_Pictographic}\p{Emoji_Component}]+$/u,i1=/^(?:0h|0x)?[\da-f]+$/iu,s1=/^#(?:[\da-f]{3,4}|[\da-f]{6}|[\da-f]{8})$/iu,o1=/^\d{15}$|^\d{2}-\d{6}-\d{6}-\d$/u,a1=/^(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])(?:\.(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])){3}$/u,c1=/^(?:(?:[\da-f]{1,4}:){7}[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,7}:|(?:[\da-f]{1,4}:){1,6}:[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,5}(?::[\da-f]{1,4}){1,2}|(?:[\da-f]{1,4}:){1,4}(?::[\da-f]{1,4}){1,3}|(?:[\da-f]{1,4}:){1,3}(?::[\da-f]{1,4}){1,4}|(?:[\da-f]{1,4}:){1,2}(?::[\da-f]{1,4}){1,5}|[\da-f]{1,4}:(?::[\da-f]{1,4}){1,6}|:(?:(?::[\da-f]{1,4}){1,7}|:)|fe80:(?::[\da-f]{0,4}){0,4}%[\da-z]+|::(?:f{4}(?::0{1,4})?:)?(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d)|(?:[\da-f]{1,4}:){1,4}:(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d))$/iu,u1=/^(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])(?:\.(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])){3}$|^(?:(?:[\da-f]{1,4}:){7}[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,7}:|(?:[\da-f]{1,4}:){1,6}:[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,5}(?::[\da-f]{1,4}){1,2}|(?:[\da-f]{1,4}:){1,4}(?::[\da-f]{1,4}){1,3}|(?:[\da-f]{1,4}:){1,3}(?::[\da-f]{1,4}){1,4}|(?:[\da-f]{1,4}:){1,2}(?::[\da-f]{1,4}){1,5}|[\da-f]{1,4}:(?::[\da-f]{1,4}){1,6}|:(?:(?::[\da-f]{1,4}){1,7}|:)|fe80:(?::[\da-f]{0,4}){0,4}%[\da-z]+|::(?:f{4}(?::0{1,4})?:)?(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d)|(?:[\da-f]{1,4}:){1,4}:(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d))$/iu,l1=/^\d{4}-(?:0[1-9]|1[0-2])-(?:[12]\d|0[1-9]|3[01])$/u,f1=/^\d{4}-(?:0[1-9]|1[0-2])-(?:[12]\d|0[1-9]|3[01])T(?:0\d|1\d|2[0-3]):[0-5]\d$/u,d1=/^(?:0\d|1\d|2[0-3]):[0-5]\d$/u,h1=/^(?:0\d|1\d|2[0-3])(?::[0-5]\d){2}$/u,p1=/^\d{4}-(?:0[1-9]|1[0-2])-(?:[12]\d|0[1-9]|3[01])T(?:0\d|1\d|2[0-3])(?::[0-5]\d){2}(?:\.\d{1,9})?(?:Z|[+-](?:0\d|1\d|2[0-3])(?::?[0-5]\d)?)$/u,m1=/^\d{4}-W(?:0[1-9]|[1-4]\d|5[0-3])$/u,g1=/^(?:[\da-f]{2}:){5}[\da-f]{2}$|^(?:[\da-f]{2}-){5}[\da-f]{2}$|^(?:[\da-f]{4}\.){2}[\da-f]{4}$/iu,v1=/^(?:[\da-f]{2}:){7}[\da-f]{2}$|^(?:[\da-f]{2}-){7}[\da-f]{2}$|^(?:[\da-f]{4}\.){3}[\da-f]{4}$|^(?:[\da-f]{4}:){3}[\da-f]{4}$/iu,y1=/^(?:[\da-f]{2}:){5}[\da-f]{2}$|^(?:[\da-f]{2}-){5}[\da-f]{2}$|^(?:[\da-f]{4}\.){2}[\da-f]{4}$|^(?:[\da-f]{2}:){7}[\da-f]{2}$|^(?:[\da-f]{2}-){7}[\da-f]{2}$|^(?:[\da-f]{4}\.){3}[\da-f]{4}$|^(?:[\da-f]{4}:){3}[\da-f]{4}$/iu,b1=/^(?:0o)?[0-7]+$/iu,w1=/^[\da-hjkmnp-tv-z]{26}$/iu,_1=/^[\da-f]{8}(?:-[\da-f]{4}){3}-[\da-f]{12}$/iu,Xr;function gE(e){Xr={...Xr,...e}}function ec(e){return{lang:(e==null?void 0:e.lang)??(Xr==null?void 0:Xr.lang),message:e==null?void 0:e.message,abortEarly:(e==null?void 0:e.abortEarly)??(Xr==null?void 0:Xr.abortEarly),abortPipeEarly:(e==null?void 0:e.abortPipeEarly)??(Xr==null?void 0:Xr.abortPipeEarly)}}function vE(){Xr=void 0}var gi;function yE(e,t){gi||(gi=new Map),gi.set(t,e)}function x1(e){return gi==null?void 0:gi.get(e)}function bE(e){gi==null||gi.delete(e)}var vi;function wE(e,t){vi||(vi=new Map),vi.set(t,e)}function S1(e){return vi==null?void 0:vi.get(e)}function _E(e){vi==null||vi.delete(e)}var mn;function xE(e,t,r){mn||(mn=new Map),mn.get(e)||mn.set(e,new Map),mn.get(e).set(r,t)}function E1(e,t){var r;return(r=mn==null?void 0:mn.get(e))==null?void 0:r.get(t)}function SE(e,t){var r;(r=mn==null?void 0:mn.get(e))==null||r.delete(t)}function Pr(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 le(e,t,r,n,i){const s=i&&"input"in i?i.input:r.value,o=(i==null?void 0:i.expected)??e.expects??null,a=(i==null?void 0:i.received)??Pr(s),c={kind:e.kind,type:e.type,input:s,expected:o,received:a,message:`Invalid ${t}: ${o?`Expected ${o} 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??E1(e.reference,c.lang)??(u?S1(c.lang):null)??n.message??x1(c.lang);l&&(c.message=typeof l=="function"?l(c):l),u&&(r.typed=!1),r.issues?r.issues.push(c):r.issues=[c]}var EE=/\D/gu;function Hd(e){const t=e.replace(EE,"");let r=t.length,n=1,i=0;for(;r;){const s=+t[--r];n^=1,i+=n?[0,2,4,6,8,1,3,5,7,9][s]:s}return i%10===0}function $s(e,t){return Object.hasOwn(e,t)&&t!=="__proto__"&&t!=="prototype"&&t!=="constructor"}function ME(e,t){const r={};for(const n of e)r[n]=t;return r}function M1(e){if(e.path){let t="";for(const r of e.path)if(typeof r.key=="string"||typeof r.key=="number")t?t+=`.${r.key}`:t+=r.key;else return null;return t}return null}function CE(e,t){return t.kind===e}function AE(e,t){return t.type===e}function TE(e){return e instanceof Vu}var Vu=class extends Error{constructor(t){super(t[0].message);Q0(this,"issues");this.name="ValiError",this.issues=t}};function C1(e){return{kind:"validation",type:"bic",reference:C1,async:!1,expects:null,requirement:Qv,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"BIC",t,r),t}}}function A1(e){return{kind:"transformation",type:"brand",reference:A1,async:!1,name:e,_run(t){return t}}}function T1(e,t){return{kind:"validation",type:"bytes",reference:T1,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i!==this.requirement&&le(this,"bytes",r,n,{received:`${i}`})}return r}}}function O1(e,t){return{kind:"validation",type:"check",reference:O1,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement(r.value)&&le(this,"input",r,n),r}}}function I1(e,t){return{kind:"validation",type:"check",reference:I1,async:!0,expects:null,requirement:e,message:t,async _run(r,n){return r.typed&&!await this.requirement(r.value)&&le(this,"input",r,n),r}}}function k1(e,t){return{kind:"validation",type:"check_items",reference:k1,async:!1,expects:null,requirement:e,message:t,_run(r,n){if(r.typed)for(let i=0;i<r.value.length;i++){const s=r.value[i];this.requirement(s,i,r.value)||le(this,"item",r,n,{input:s,path:[{type:"array",origin:"value",input:r.value,key:i,value:s}]})}return r}}}var OE=/^(?:\d{14,19}|\d{4}(?: \d{3,6}){2,4}|\d{4}(?:-\d{3,6}){2,4})$/u,IE=/[- ]/gu,kE=[/^3[47]\d{13}$/u,/^3(?:0[0-5]|[68]\d)\d{11,13}$/u,/^6(?:011|5\d{2})\d{12,15}$/u,/^(?:2131|1800|35\d{3})\d{11}$/u,/^5[1-5]\d{2}|(?:222\d|22[3-9]\d|2[3-6]\d{2}|27[01]\d|2720)\d{12}$/u,/^(?:6[27]\d{14,17}|81\d{14,17})$/u,/^4\d{12}(?:\d{3,6})?$/u];function j1(e){return{kind:"validation",type:"credit_card",reference:j1,async:!1,expects:null,requirement(t){let r;return OE.test(t)&&(r=t.replace(IE,""))&&kE.some(n=>n.test(r))&&Hd(r)},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"credit card",t,r),t}}}function P1(e){return{kind:"validation",type:"cuid2",reference:P1,async:!1,expects:null,requirement:e1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"Cuid2",t,r),t}}}function R1(e){return{kind:"validation",type:"decimal",reference:R1,async:!1,expects:null,requirement:t1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"decimal",t,r),t}}}function N1(e){return{kind:"validation",type:"email",reference:N1,expects:null,async:!1,requirement:r1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"email",t,r),t}}}function D1(e){return{kind:"validation",type:"emoji",reference:D1,async:!1,expects:null,requirement:n1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"emoji",t,r),t}}}function $1(e){return{kind:"validation",type:"empty",reference:$1,async:!1,expects:"0",message:e,_run(t,r){return t.typed&&t.value.length>0&&le(this,"length",t,r,{received:`${t.value.length}`}),t}}}function B1(e,t){return{kind:"validation",type:"ends_with",reference:B1,async:!1,expects:`"${e}"`,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.endsWith(this.requirement)&&le(this,"end",r,n,{received:`"${r.value.slice(-this.requirement.length)}"`}),r}}}function L1(e,t){return{kind:"validation",type:"every_item",reference:L1,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.every(this.requirement)&&le(this,"item",r,n),r}}}function U1(e,t){const r=Pr(e);return{kind:"validation",type:"excludes",reference:U1,async:!1,expects:`!${r}`,requirement:e,message:t,_run(n,i){return n.typed&&n.value.includes(this.requirement)&&le(this,"content",n,i,{received:r}),n}}}function F1(e){return{kind:"transformation",type:"filter_items",reference:F1,async:!1,operation:e,_run(t){return t.value=t.value.filter(this.operation),t}}}function z1(e){return{kind:"transformation",type:"find_item",reference:z1,async:!1,operation:e,_run(t){return t.value=t.value.find(this.operation),t}}}function V1(e){return{kind:"validation",type:"finite",reference:V1,async:!1,expects:null,requirement:Number.isFinite,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"finite",t,r),t}}}var jE={md4:32,md5:32,sha1:40,sha256:64,sha384:96,sha512:128,ripemd128:32,ripemd160:40,tiger128:32,tiger160:40,tiger192:48,crc32:8,crc32b:8,adler32:8};function q1(e,t){return{kind:"validation",type:"hash",reference:q1,expects:null,async:!1,requirement:RegExp(e.map(r=>`^[a-f0-9]{${jE[r]}}$`).join("|"),"iu"),message:t,_run(r,n){return r.typed&&!this.requirement.test(r.value)&&le(this,"hash",r,n),r}}}function G1(e){return{kind:"validation",type:"hexadecimal",reference:G1,async:!1,expects:null,requirement:i1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"hexadecimal",t,r),t}}}function H1(e){return{kind:"validation",type:"hex_color",reference:H1,async:!1,expects:null,requirement:s1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"hex color",t,r),t}}}function W1(e){return{kind:"validation",type:"imei",reference:W1,async:!1,expects:null,requirement(t){return o1.test(t)&&Hd(t)},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"IMEI",t,r),t}}}function K1(e,t){const r=Pr(e);return{kind:"validation",type:"includes",reference:K1,async:!1,expects:r,requirement:e,message:t,_run(n,i){return n.typed&&!n.value.includes(this.requirement)&&le(this,"content",n,i,{received:`!${r}`}),n}}}function X1(e){return{kind:"validation",type:"integer",reference:X1,async:!1,expects:null,requirement:Number.isInteger,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"integer",t,r),t}}}function Y1(e){return{kind:"validation",type:"ip",reference:Y1,async:!1,expects:null,requirement:u1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"IP",t,r),t}}}function J1(e){return{kind:"validation",type:"ipv4",reference:J1,async:!1,expects:null,requirement:a1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"IPv4",t,r),t}}}function Z1(e){return{kind:"validation",type:"ipv6",reference:Z1,async:!1,expects:null,requirement:c1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"IPv6",t,r),t}}}function Q1(e){return{kind:"validation",type:"iso_date",reference:Q1,async:!1,expects:null,requirement:l1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"date",t,r),t}}}function ey(e){return{kind:"validation",type:"iso_date_time",reference:ey,async:!1,expects:null,requirement:f1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"date-time",t,r),t}}}function ty(e){return{kind:"validation",type:"iso_time",reference:ty,async:!1,expects:null,requirement:d1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"time",t,r),t}}}function ry(e){return{kind:"validation",type:"iso_time_second",reference:ry,async:!1,expects:null,requirement:h1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"time-second",t,r),t}}}function ny(e){return{kind:"validation",type:"iso_timestamp",reference:ny,async:!1,expects:null,requirement:p1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"timestamp",t,r),t}}}function iy(e){return{kind:"validation",type:"iso_week",reference:iy,async:!1,expects:null,requirement:m1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"week",t,r),t}}}function sy(e,t){return{kind:"validation",type:"length",reference:sy,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length!==this.requirement&&le(this,"length",r,n,{received:`${r.value.length}`}),r}}}function oy(e){return{kind:"validation",type:"mac",reference:oy,async:!1,expects:null,requirement:y1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"MAC",t,r),t}}}function ay(e){return{kind:"validation",type:"mac48",reference:ay,async:!1,expects:null,requirement:g1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"48-bit MAC",t,r),t}}}function cy(e){return{kind:"validation",type:"mac64",reference:cy,async:!1,expects:null,requirement:v1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"64-bit MAC",t,r),t}}}function uy(e){return{kind:"transformation",type:"map_items",reference:uy,async:!1,operation:e,_run(t){return t.value=t.value.map(this.operation),t}}}function ly(e,t){return{kind:"validation",type:"max_bytes",reference:ly,async:!1,expects:`<=${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i>this.requirement&&le(this,"bytes",r,n,{received:`${i}`})}return r}}}function fy(e,t){return{kind:"validation",type:"max_length",reference:fy,async:!1,expects:`<=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length>this.requirement&&le(this,"length",r,n,{received:`${r.value.length}`}),r}}}function dy(e,t){return{kind:"validation",type:"max_size",reference:dy,async:!1,expects:`<=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size>this.requirement&&le(this,"size",r,n,{received:`${r.value.size}`}),r}}}function hy(e,t){return{kind:"validation",type:"max_value",reference:hy,async:!1,expects:`<=${e instanceof Date?e.toJSON():Pr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value>this.requirement&&le(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Pr(r.value)}),r}}}function py(e,t){return{kind:"validation",type:"mime_type",reference:py,async:!1,expects:e.map(r=>`"${r}"`).join(" | ")||"never",requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement.includes(r.value.type)&&le(this,"MIME type",r,n,{received:`"${r.value.type}"`}),r}}}function my(e,t){return{kind:"validation",type:"min_bytes",reference:my,async:!1,expects:`>=${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i<this.requirement&&le(this,"bytes",r,n,{received:`${i}`})}return r}}}function gy(e,t){return{kind:"validation",type:"min_length",reference:gy,async:!1,expects:`>=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length<this.requirement&&le(this,"length",r,n,{received:`${r.value.length}`}),r}}}function vy(e,t){return{kind:"validation",type:"min_size",reference:vy,async:!1,expects:`>=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size<this.requirement&&le(this,"size",r,n,{received:`${r.value.size}`}),r}}}function yy(e,t){return{kind:"validation",type:"min_value",reference:yy,async:!1,expects:`>=${e instanceof Date?e.toJSON():Pr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value<this.requirement&&le(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Pr(r.value)}),r}}}function by(e,t){return{kind:"validation",type:"multiple_of",reference:by,async:!1,expects:`%${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value%this.requirement!==0&&le(this,"multiple",r,n),r}}}function wy(e){return{kind:"validation",type:"non_empty",reference:wy,async:!1,expects:"!0",message:e,_run(t,r){return t.typed&&t.value.length===0&&le(this,"length",t,r,{received:"0"}),t}}}function _y(e){return{kind:"transformation",type:"normalize",reference:_y,async:!1,form:e,_run(t){return t.value=t.value.normalize(this.form),t}}}function xy(e,t){return{kind:"validation",type:"not_bytes",reference:xy,async:!1,expects:`!${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i===this.requirement&&le(this,"bytes",r,n,{received:`${i}`})}return r}}}function Sy(e,t){return{kind:"validation",type:"not_length",reference:Sy,async:!1,expects:`!${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length===this.requirement&&le(this,"length",r,n,{received:`${r.value.length}`}),r}}}function Ey(e,t){return{kind:"validation",type:"not_size",reference:Ey,async:!1,expects:`!${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size===this.requirement&&le(this,"size",r,n,{received:`${r.value.size}`}),r}}}function My(e,t){return{kind:"validation",type:"not_value",reference:My,async:!1,expects:e instanceof Date?`!${e.toJSON()}`:`!${Pr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&this.requirement<=r.value&&this.requirement>=r.value&&le(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Pr(r.value)}),r}}}function Cy(e){return{kind:"validation",type:"octal",reference:Cy,async:!1,expects:null,requirement:b1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"octal",t,r),t}}}function Ay(e,t){var r;if(e.issues)for(const n of t)for(const i of e.issues){let s=!1;const o=Math.min(n.length,((r=i.path)==null?void 0:r.length)??0);for(let a=0;a<o;a++)if(n[a]!==i.path[a].key){s=!0;break}if(!s)return!1}return!0}function Ty(e,t,r){return{kind:"validation",type:"partial_check",reference:Ty,async:!1,expects:null,requirement:t,message:r,_run(n,i){return Ay(n,e)&&!this.requirement(n.value)&&le(this,"input",n,i),n}}}function Oy(e,t,r){return{kind:"validation",type:"partial_check",reference:Oy,async:!0,expects:null,requirement:t,message:r,async _run(n,i){return Ay(n,e)&&!await this.requirement(n.value)&&le(this,"input",n,i),n}}}function Iy(e){return{kind:"validation",type:"raw_check",reference:Iy,async:!1,expects:null,_run(t,r){return e({dataset:t,config:r,addIssue:n=>le(this,(n==null?void 0:n.label)??"input",t,r,n)}),t}}}function ky(e){return{kind:"validation",type:"raw_check",reference:ky,async:!0,expects:null,async _run(t,r){return await e({dataset:t,config:r,addIssue:n=>le(this,(n==null?void 0:n.label)??"input",t,r,n)}),t}}}function jy(e){return{kind:"transformation",type:"raw_transform",reference:jy,async:!1,_run(t,r){const n=e({dataset:t,config:r,addIssue:i=>le(this,(i==null?void 0:i.label)??"input",t,r,i),NEVER:null});return t.issues?t.typed=!1:t.value=n,t}}}function Py(e){return{kind:"transformation",type:"raw_transform",reference:Py,async:!0,async _run(t,r){const n=await e({dataset:t,config:r,addIssue:i=>le(this,(i==null?void 0:i.label)??"input",t,r,i),NEVER:null});return t.issues?t.typed=!1:t.value=n,t}}}function Ry(){return{kind:"transformation",type:"readonly",reference:Ry,async:!1,_run(e){return e}}}function Ny(e,t){return{kind:"transformation",type:"reduce_items",reference:Ny,async:!1,operation:e,initial:t,_run(r){return r.value=r.value.reduce(this.operation,this.initial),r}}}function Dy(e,t){return{kind:"validation",type:"regex",reference:Dy,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement.test(r.value)&&le(this,"format",r,n),r}}}function $y(e){return{kind:"validation",type:"safe_integer",reference:$y,async:!1,expects:null,requirement:Number.isSafeInteger,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"safe integer",t,r),t}}}function By(e,t){return{kind:"validation",type:"size",reference:By,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size!==this.requirement&&le(this,"size",r,n,{received:`${r.value.size}`}),r}}}function Ly(e,t){return{kind:"validation",type:"some_item",reference:Ly,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.some(this.requirement)&&le(this,"item",r,n),r}}}function Uy(e){return{kind:"transformation",type:"sort_items",reference:Uy,async:!1,operation:e,_run(t){return t.value=t.value.sort(this.operation),t}}}function Fy(e,t){return{kind:"validation",type:"starts_with",reference:Fy,async:!1,expects:`"${e}"`,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.startsWith(this.requirement)&&le(this,"start",r,n,{received:`"${r.value.slice(0,this.requirement.length)}"`}),r}}}function zy(){return{kind:"transformation",type:"to_lower_case",reference:zy,async:!1,_run(e){return e.value=e.value.toLowerCase(),e}}}function Vy(e){return{kind:"transformation",type:"to_max_value",reference:Vy,async:!1,requirement:e,_run(t){return t.value=t.value>this.requirement?this.requirement:t.value,t}}}function qy(e){return{kind:"transformation",type:"to_min_value",reference:qy,async:!1,requirement:e,_run(t){return t.value=t.value<this.requirement?this.requirement:t.value,t}}}function Gy(){return{kind:"transformation",type:"to_upper_case",reference:Gy,async:!1,_run(e){return e.value=e.value.toUpperCase(),e}}}function Hy(e){return{kind:"transformation",type:"transform",reference:Hy,async:!1,operation:e,_run(t){return t.value=this.operation(t.value),t}}}function Wy(e){return{kind:"transformation",type:"transform",reference:Wy,async:!0,operation:e,async _run(t){return t.value=await this.operation(t.value),t}}}function Ky(){return{kind:"transformation",type:"trim",reference:Ky,async:!1,_run(e){return e.value=e.value.trim(),e}}}function Xy(){return{kind:"transformation",type:"trim_end",reference:Xy,async:!1,_run(e){return e.value=e.value.trimEnd(),e}}}function Yy(){return{kind:"transformation",type:"trim_start",reference:Yy,async:!1,_run(e){return e.value=e.value.trimStart(),e}}}function Jy(e){return{kind:"validation",type:"ulid",reference:Jy,async:!1,expects:null,requirement:w1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"ULID",t,r),t}}}function Zy(e){return{kind:"validation",type:"url",reference:Zy,async:!1,expects:null,requirement(t){try{return new URL(t),!0}catch{return!1}},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"URL",t,r),t}}}function Qy(e){return{kind:"validation",type:"uuid",reference:Qy,async:!1,expects:null,requirement:_1,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"UUID",t,r),t}}}function eb(e,t){return{kind:"validation",type:"value",reference:eb,async:!1,expects:e instanceof Date?e.toJSON():Pr(e),requirement:e,message:t,_run(r,n){return r.typed&&!(this.requirement<=r.value&&this.requirement>=r.value)&&le(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Pr(r.value)}),r}}}function PE(e,t){return{...e,_run(r,n){return e._run(r,{...n,...t})}}}function tc(e,t,r){return typeof e.fallback=="function"?e.fallback(t,r):e.fallback}function RE(e,t){return{...e,fallback:t,_run(r,n){return e._run(r,n),r.issues?{typed:!0,value:tc(this,r,n)}:r}}}function NE(e,t){return{...e,fallback:t,async:!0,async _run(r,n){return e._run(r,n),r.issues?{typed:!0,value:await tc(this,r,n)}:r}}}function DE(e){const t={};for(const r of e)if(r.path){const n=M1(r);n?(t.nested||(t.nested={}),t.nested[n]?t.nested[n].push(r.message):t.nested[n]=[r.message]):t.other?t.other.push(r.message):t.other=[r.message]}else t.root?t.root.push(r.message):t.root=[r.message];return t}function $E(e,t){return{...e,_run(r,n){const i=r.issues&&[...r.issues];if(e._run(r,n),r.issues){for(const s of r.issues)if(!(i!=null&&i.includes(s))){let o=r.value;for(const a of t){const c=o[a],u={type:"unknown",origin:"value",input:o,key:a,value:c};if(s.path?s.path.push(u):s.path=[u],!c)break;o=c}}}return r}}}function BE(e,t){return{...e,async:!0,async _run(r,n){const i=r.issues&&[...r.issues];if(await e._run(r,n),r.issues){for(const s of r.issues)if(!(i!=null&&i.includes(s))){let o=r.value;for(const a of t){const c=o[a],u={type:"unknown",origin:"value",input:o,key:a,value:c};if(s.path?s.path.push(u):s.path=[u],!c)break;o=c}}}return r}}}function Ci(e,t,r){return typeof e.default=="function"?e.default(t,r):e.default}function Rf(e){if("entries"in e){const t={};for(const r in e.entries)t[r]=Rf(e.entries[r]);return t}return"items"in e?e.items.map(Rf):Ci(e)}async function Nf(e){return"entries"in e?Object.fromEntries(await Promise.all(Object.entries(e.entries).map(async([t,r])=>[t,await Nf(r)]))):"items"in e?Promise.all(e.items.map(Nf)):Ci(e)}function Df(e){if("entries"in e){const t={};for(const r in e.entries)t[r]=Df(e.entries[r]);return t}return"items"in e?e.items.map(Df):tc(e)}async function $f(e){return"entries"in e?Object.fromEntries(await Promise.all(Object.entries(e.entries).map(async([t,r])=>[t,await $f(r)]))):"items"in e?Promise.all(e.items.map($f)):tc(e)}function LE(e,t){return!e._run({typed:!1,value:t},{abortEarly:!0}).issues}function tb(){return{kind:"schema",type:"any",reference:tb,expects:"any",async:!1,_run(e){return e.typed=!0,e}}}function rb(e,t){return{kind:"schema",type:"array",reference:rb,expects:"Array",async:!1,item:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<i.length;o++){const a=i[o],c=this.item._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.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 le(this,"type",r,n);return r}}}function nb(e,t){return{kind:"schema",type:"array",reference:nb,expects:"Array",async:!0,item:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(i.map(a=>this.item._run({typed:!1,value:a},n)));for(let a=0;a<o.length;a++){const c=o[a];if(c.issues){const u={type:"array",origin:"value",input:i,key:a,value:i[a]};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.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 le(this,"type",r,n);return r}}}function ib(e){return{kind:"schema",type:"bigint",reference:ib,expects:"bigint",async:!1,message:e,_run(t,r){return typeof t.value=="bigint"?t.typed=!0:le(this,"type",t,r),t}}}function sb(e){return{kind:"schema",type:"blob",reference:sb,expects:"Blob",async:!1,message:e,_run(t,r){return t.value instanceof Blob?t.typed=!0:le(this,"type",t,r),t}}}function ob(e){return{kind:"schema",type:"boolean",reference:ob,expects:"boolean",async:!1,message:e,_run(t,r){return typeof t.value=="boolean"?t.typed=!0:le(this,"type",t,r),t}}}function ab(e,t){return{kind:"schema",type:"custom",reference:ab,expects:"unknown",async:!1,check:e,message:t,_run(r,n){return this.check(r.value)?r.typed=!0:le(this,"type",r,n),r}}}function cb(e,t){return{kind:"schema",type:"custom",reference:cb,expects:"unknown",async:!0,check:e,message:t,async _run(r,n){return await this.check(r.value)?r.typed=!0:le(this,"type",r,n),r}}}function ub(e){return{kind:"schema",type:"date",reference:ub,expects:"Date",async:!1,message:e,_run(t,r){return t.value instanceof Date?isNaN(t.value)?le(this,"type",t,r,{received:'"Invalid Date"'}):t.typed=!0:le(this,"type",t,r),t}}}function Bf(e,t){const r=Object.entries(e).filter(([n])=>isNaN(+n)).map(([,n])=>n);return{kind:"schema",type:"enum",reference:Bf,expects:r.map(Pr).join(" | ")||"never",async:!1,enum:e,options:r,message:t,_run(n,i){return this.options.includes(n.value)?n.typed=!0:le(this,"type",n,i),n}}}function lb(e){return{kind:"schema",type:"file",reference:lb,expects:"File",async:!1,message:e,_run(t,r){return t.value instanceof File?t.typed=!0:le(this,"type",t,r),t}}}function Lf(e){return{kind:"schema",type:"function",reference:Lf,expects:"Function",async:!1,message:e,_run(t,r){return typeof t.value=="function"?t.typed=!0:le(this,"type",t,r),t}}}function fb(e,t){return{kind:"schema",type:"instance",reference:fb,expects:e.name,async:!1,class:e,message:t,_run(r,n){return r.value instanceof this.class?r.typed=!0:le(this,"type",r,n),r}}}function au(e,t){if(typeof e==typeof t){if(e===t||e instanceof Date&&t instanceof Date&&+e==+t)return{value:e};if(e&&t&&e.constructor===Object&&t.constructor===Object){for(const r in t)if(r in e){const n=au(e[r],t[r]);if(n.issue)return n;e[r]=n.value}else e[r]=t[r];return{value:e}}if(Array.isArray(e)&&Array.isArray(t)&&e.length===t.length){for(let r=0;r<e.length;r++){const n=au(e[r],t[r]);if(n.issue)return n;e[r]=n.value}return{value:e}}}return{issue:!0}}function db(e,t){return{kind:"schema",type:"intersect",reference:db,expects:[...new Set(e.map(r=>r.expects))].join(" & ")||"never",async:!1,options:e,message:t,_run(r,n){if(this.options.length){const i=r.value;let s;r.typed=!0;for(const o of this.options){const a=o._run({typed:!1,value:i},n);if(a.issues&&(r.issues?r.issues.push(...a.issues):r.issues=a.issues,n.abortEarly)){r.typed=!1;break}a.typed||(r.typed=!1),r.typed&&(s?s.push(a.value):s=[a.value])}if(r.typed){r.value=s[0];for(let o=1;o<s.length;o++){const a=au(r.value,s[o]);if(a.issue){le(this,"type",r,n,{received:"unknown"});break}r.value=a.value}}}else le(this,"type",r,n);return r}}}function hb(e,t){return{kind:"schema",type:"intersect",reference:hb,expects:[...new Set(e.map(r=>r.expects))].join(" & ")||"never",async:!0,options:e,message:t,async _run(r,n){if(this.options.length){const i=r.value;let s;r.typed=!0;const o=await Promise.all(this.options.map(a=>a._run({typed:!1,value:i},n)));for(const a of o){if(a.issues&&(r.issues?r.issues.push(...a.issues):r.issues=a.issues,n.abortEarly)){r.typed=!1;break}a.typed||(r.typed=!1),r.typed&&(s?s.push(a.value):s=[a.value])}if(r.typed){r.value=s[0];for(let a=1;a<s.length;a++){const c=au(r.value,s[a]);if(c.issue){le(this,"type",r,n,{received:"unknown"});break}r.value=c.value}}}else le(this,"type",r,n);return r}}}function pb(e){return{kind:"schema",type:"lazy",reference:pb,expects:"unknown",async:!1,getter:e,_run(t,r){return this.getter(t.value)._run(t,r)}}}function mb(e){return{kind:"schema",type:"lazy",reference:mb,expects:"unknown",async:!0,getter:e,async _run(t,r){return(await this.getter(t.value))._run(t,r)}}}function gb(e,t){return{kind:"schema",type:"literal",reference:gb,expects:Pr(e),async:!1,literal:e,message:t,_run(r,n){return r.value===this.literal?r.typed=!0:le(this,"type",r,n),r}}}function vb(e,t){return{kind:"schema",type:"loose_object",reference:vb,expects:"Object",async:!1,entries:e,message:t,_run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};for(const o in this.entries){const a=i[o],c=this.entries[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"object",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),(c.value!==void 0||o in i)&&(r.value[o]=c.value)}if(!r.issues||!n.abortEarly)for(const o in i)$s(i,o)&&!(o in this.entries)&&(r.value[o]=i[o])}else le(this,"type",r,n);return r}}}function yb(e,t){return{kind:"schema",type:"loose_object",reference:yb,expects:"Object",async:!0,entries:e,message:t,async _run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};const o=await Promise.all(Object.entries(this.entries).map(async([a,c])=>{const u=i[a];return[a,u,await c._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"object",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),(u.value!==void 0||a in i)&&(r.value[a]=u.value)}if(!r.issues||!n.abortEarly)for(const a in i)$s(i,a)&&!(a in this.entries)&&(r.value[a]=i[a])}else le(this,"type",r,n);return r}}}function bb(e,t){return{kind:"schema",type:"loose_tuple",reference:bb,expects:"Array",async:!1,items:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<this.items.length;o++){const a=i[o],c=this.items[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.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)}if(!r.issues||!n.abortEarly)for(let o=this.items.length;o<i.length;o++)r.value.push(i[o])}else le(this,"type",r,n);return r}}}function wb(e,t){return{kind:"schema",type:"loose_tuple",reference:wb,expects:"Array",async:!0,items:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(this.items.map(async(a,c)=>{const u=i[c];return[c,u,await a._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"array",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),r.value.push(u.value)}if(!r.issues||!n.abortEarly)for(let a=this.items.length;a<i.length;a++)r.value.push(i[a])}else le(this,"type",r,n);return r}}}function _b(e,t,r){return{kind:"schema",type:"map",reference:_b,expects:"Map",async:!1,key:e,value:t,message:r,_run(n,i){var o,a;const s=n.value;if(s instanceof Map){n.typed=!0,n.value=new Map;for(const[c,u]of s){const l=this.key._run({typed:!1,value:c},i);if(l.issues){const h={type:"map",origin:"key",input:s,key:c,value:u};for(const y of l.issues)y.path?y.path.unshift(h):y.path=[h],(o=n.issues)==null||o.push(y);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}const f=this.value._run({typed:!1,value:u},i);if(f.issues){const h={type:"map",origin:"value",input:s,key:c,value:u};for(const y of f.issues)y.path?y.path.unshift(h):y.path=[h],(a=n.issues)==null||a.push(y);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}(!l.typed||!f.typed)&&(n.typed=!1),n.value.set(l.value,f.value)}}else le(this,"type",n,i);return n}}}function xb(e,t,r){return{kind:"schema",type:"map",reference:xb,expects:"Map",async:!0,key:e,value:t,message:r,async _run(n,i){var o,a;const s=n.value;if(s instanceof Map){n.typed=!0,n.value=new Map;const c=await Promise.all([...s].map(([u,l])=>Promise.all([u,l,this.key._run({typed:!1,value:u},i),this.value._run({typed:!1,value:l},i)])));for(const[u,l,f,h]of c){if(f.issues){const y={type:"map",origin:"key",input:s,key:u,value:l};for(const _ of f.issues)_.path?_.path.unshift(y):_.path=[y],(o=n.issues)==null||o.push(_);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}if(h.issues){const y={type:"map",origin:"value",input:s,key:u,value:l};for(const _ of h.issues)_.path?_.path.unshift(y):_.path=[y],(a=n.issues)==null||a.push(_);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}(!f.typed||!h.typed)&&(n.typed=!1),n.value.set(f.value,h.value)}}else le(this,"type",n,i);return n}}}function Sb(e){return{kind:"schema",type:"nan",reference:Sb,expects:"NaN",async:!1,message:e,_run(t,r){return Number.isNaN(t.value)?t.typed=!0:le(this,"type",t,r),t}}}function Eb(e){return{kind:"schema",type:"never",reference:Eb,expects:"never",async:!1,message:e,_run(t,r){return le(this,"type",t,r),t}}}function Mb(e,t){return{kind:"schema",type:"non_nullable",reference:Mb,expects:"!null",async:!1,wrapped:e,message:t,_run(r,n){return r.value===null?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Cb(e,t){return{kind:"schema",type:"non_nullable",reference:Cb,expects:"!null",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===null?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Ab(e,t){return{kind:"schema",type:"non_nullish",reference:Ab,expects:"!null & !undefined",async:!1,wrapped:e,message:t,_run(r,n){return r.value===null||r.value===void 0?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Tb(e,t){return{kind:"schema",type:"non_nullish",reference:Tb,expects:"!null & !undefined",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===null||r.value===void 0?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Wd(e,t){return{kind:"schema",type:"non_optional",reference:Wd,expects:"!undefined",async:!1,wrapped:e,message:t,_run(r,n){return r.value===void 0?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Kd(e,t){return{kind:"schema",type:"non_optional",reference:Kd,expects:"!undefined",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===void 0?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Uf(e){return{kind:"schema",type:"null",reference:Uf,expects:"null",async:!1,message:e,_run(t,r){return t.value===null?t.typed=!0:le(this,"type",t,r),t}}}function Ob(e,...t){const r={kind:"schema",type:"nullable",reference:Ob,expects:`${e.expects} | null`,async:!1,wrapped:e,_run(n,i){return n.value===null&&("default"in this&&(n.value=Ci(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 Ib(e,...t){const r={kind:"schema",type:"nullable",reference:Ib,expects:`${e.expects} | null`,async:!0,wrapped:e,async _run(n,i){return n.value===null&&("default"in this&&(n.value=await Ci(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 kb(e,...t){const r={kind:"schema",type:"nullish",reference:kb,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=Ci(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 jb(e,...t){const r={kind:"schema",type:"nullish",reference:jb,expects:`${e.expects} | null | undefined`,async:!0,wrapped:e,async _run(n,i){return(n.value===null||n.value===void 0)&&("default"in this&&(n.value=await Ci(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 Pb(e){return{kind:"schema",type:"number",reference:Pb,expects:"number",async:!1,message:e,_run(t,r){return typeof t.value=="number"&&!isNaN(t.value)?t.typed=!0:le(this,"type",t,r),t}}}function Rb(e,t){return{kind:"schema",type:"object",reference:Rb,expects:"Object",async:!1,entries:e,message:t,_run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};for(const o in this.entries){const a=i[o],c=this.entries[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"object",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),(c.value!==void 0||o in i)&&(r.value[o]=c.value)}}else le(this,"type",r,n);return r}}}function Nb(e,t){return{kind:"schema",type:"object",reference:Nb,expects:"Object",async:!0,entries:e,message:t,async _run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};const o=await Promise.all(Object.entries(this.entries).map(async([a,c])=>{const u=i[a];return[a,u,await c._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"object",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),(u.value!==void 0||a in i)&&(r.value[a]=u.value)}}else le(this,"type",r,n);return r}}}function Db(e,t,r){return{kind:"schema",type:"object_with_rest",reference:Db,expects:"Object",async:!1,entries:e,rest:t,message:r,_run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};for(const c in this.entries){const u=s[c],l=this.entries[c]._run({typed:!1,value:u},i);if(l.issues){const f={type:"object",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(o=n.issues)==null||o.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),(l.value!==void 0||c in s)&&(n.value[c]=l.value)}if(!n.issues||!i.abortEarly){for(const c in s)if($s(s,c)&&!(c in this.entries)){const u=s[c],l=this.rest._run({typed:!1,value:u},i);if(l.issues){const f={type:"object",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(a=n.issues)==null||a.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),n.value[c]=l.value}}}else le(this,"type",n,i);return n}}}function $b(e,t,r){return{kind:"schema",type:"object_with_rest",reference:$b,expects:"Object",async:!0,entries:e,rest:t,message:r,async _run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};const[c,u]=await Promise.all([Promise.all(Object.entries(this.entries).map(async([l,f])=>{const h=s[l];return[l,h,await f._run({typed:!1,value:h},i)]})),Promise.all(Object.entries(s).filter(([l])=>$s(s,l)&&!(l in this.entries)).map(async([l,f])=>[l,f,await this.rest._run({typed:!1,value:f},i)]))]);for(const[l,f,h]of c){if(h.issues){const y={type:"object",origin:"value",input:s,key:l,value:f};for(const _ of h.issues)_.path?_.path.unshift(y):_.path=[y],(o=n.issues)==null||o.push(_);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),(h.value!==void 0||l in s)&&(n.value[l]=h.value)}if(!n.issues||!i.abortEarly)for(const[l,f,h]of u){if(h.issues){const y={type:"object",origin:"value",input:s,key:l,value:f};for(const _ of h.issues)_.path?_.path.unshift(y):_.path=[y],(a=n.issues)==null||a.push(_);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),n.value[l]=h.value}}else le(this,"type",n,i);return n}}}function Xd(e,...t){const r={kind:"schema",type:"optional",reference:Xd,expects:`${e.expects} | undefined`,async:!1,wrapped:e,_run(n,i){return n.value===void 0&&("default"in this&&(n.value=Ci(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 Yd(e,...t){const r={kind:"schema",type:"optional",reference:Yd,expects:`${e.expects} | undefined`,async:!0,wrapped:e,async _run(n,i){return n.value===void 0&&("default"in this&&(n.value=await Ci(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 Jd(e,t){return{kind:"schema",type:"picklist",reference:Jd,expects:e.map(Pr).join(" | ")||"never",async:!1,options:e,message:t,_run(r,n){return this.options.includes(r.value)?r.typed=!0:le(this,"type",r,n),r}}}function Bb(e){return{kind:"schema",type:"promise",reference:Bb,expects:"Promise",async:!1,message:e,_run(t,r){return t.value instanceof Promise?t.typed=!0:le(this,"type",t,r),t}}}function Lb(e,t,r){return{kind:"schema",type:"record",reference:Lb,expects:"Object",async:!1,key:e,value:t,message:r,_run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};for(const c in s)if($s(s,c)){const u=s[c],l=this.key._run({typed:!1,value:c},i);if(l.issues){const h={type:"object",origin:"key",input:s,key:c,value:u};for(const y of l.issues)y.path=[h],(o=n.issues)==null||o.push(y);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}const f=this.value._run({typed:!1,value:u},i);if(f.issues){const h={type:"object",origin:"value",input:s,key:c,value:u};for(const y of f.issues)y.path?y.path.unshift(h):y.path=[h],(a=n.issues)==null||a.push(y);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}(!l.typed||!f.typed)&&(n.typed=!1),l.typed&&(n.value[l.value]=f.value)}}else le(this,"type",n,i);return n}}}function Ub(e,t,r){return{kind:"schema",type:"record",reference:Ub,expects:"Object",async:!0,key:e,value:t,message:r,async _run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};const c=await Promise.all(Object.entries(s).filter(([u])=>$s(s,u)).map(([u,l])=>Promise.all([u,l,this.key._run({typed:!1,value:u},i),this.value._run({typed:!1,value:l},i)])));for(const[u,l,f,h]of c){if(f.issues){const y={type:"object",origin:"key",input:s,key:u,value:l};for(const _ of f.issues)_.path=[y],(o=n.issues)==null||o.push(_);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}if(h.issues){const y={type:"object",origin:"value",input:s,key:u,value:l};for(const _ of h.issues)_.path?_.path.unshift(y):_.path=[y],(a=n.issues)==null||a.push(_);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}(!f.typed||!h.typed)&&(n.typed=!1),f.typed&&(n.value[f.value]=h.value)}}else le(this,"type",n,i);return n}}}function Fb(e,t){return{kind:"schema",type:"set",reference:Fb,expects:"Set",async:!1,value:e,message:t,_run(r,n){var s;const i=r.value;if(i instanceof Set){r.typed=!0,r.value=new Set;for(const o of i){const a=this.value._run({typed:!1,value:o},n);if(a.issues){const c={type:"set",origin:"value",input:i,key:null,value:o};for(const u of a.issues)u.path?u.path.unshift(c):u.path=[c],(s=r.issues)==null||s.push(u);if(r.issues||(r.issues=a.issues),n.abortEarly){r.typed=!1;break}}a.typed||(r.typed=!1),r.value.add(a.value)}}else le(this,"type",r,n);return r}}}function zb(e,t){return{kind:"schema",type:"set",reference:zb,expects:"Set",async:!0,value:e,message:t,async _run(r,n){var s;const i=r.value;if(i instanceof Set){r.typed=!0,r.value=new Set;const o=await Promise.all([...i].map(async a=>[a,await this.value._run({typed:!1,value:a},n)]));for(const[a,c]of o){if(c.issues){const u={type:"set",origin:"value",input:i,key:null,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.add(c.value)}}else le(this,"type",r,n);return r}}}function Vb(e,t){return{kind:"schema",type:"strict_object",reference:Vb,expects:"Object",async:!1,entries:e,message:t,_run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};for(const o in this.entries){const a=i[o],c=this.entries[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"object",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),(c.value!==void 0||o in i)&&(r.value[o]=c.value)}if(!r.issues||!n.abortEarly){for(const o in i)if(!(o in this.entries)){const a=i[o];le(this,"type",r,n,{input:a,expected:"never",path:[{type:"object",origin:"value",input:i,key:o,value:a}]});break}}}else le(this,"type",r,n);return r}}}function qb(e,t){return{kind:"schema",type:"strict_object",reference:qb,expects:"Object",async:!0,entries:e,message:t,async _run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};const o=await Promise.all(Object.entries(this.entries).map(async([a,c])=>{const u=i[a];return[a,u,await c._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"object",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),(u.value!==void 0||a in i)&&(r.value[a]=u.value)}if(!r.issues||!n.abortEarly){for(const a in i)if(!(a in this.entries)){const c=i[a];le(this,"type",r,n,{input:c,expected:"never",path:[{type:"object",origin:"value",input:i,key:a,value:c}]});break}}}else le(this,"type",r,n);return r}}}function Gb(e,t){return{kind:"schema",type:"strict_tuple",reference:Gb,expects:"Array",async:!1,items:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<this.items.length;o++){const a=i[o],c=this.items[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.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)}if(!(r.issues&&n.abortEarly)&&this.items.length<i.length){const o=i[e.length];le(this,"type",r,n,{input:o,expected:"never",path:[{type:"array",origin:"value",input:i,key:this.items.length,value:o}]})}}else le(this,"type",r,n);return r}}}function Hb(e,t){return{kind:"schema",type:"strict_tuple",reference:Hb,expects:"Array",async:!0,items:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(this.items.map(async(a,c)=>{const u=i[c];return[c,u,await a._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"array",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),r.value.push(u.value)}if(!(r.issues&&n.abortEarly)&&this.items.length<i.length){const a=i[e.length];le(this,"type",r,n,{input:a,expected:"never",path:[{type:"array",origin:"value",input:i,key:this.items.length,value:a}]})}}else le(this,"type",r,n);return r}}}function Wb(e){return{kind:"schema",type:"string",reference:Wb,expects:"string",async:!1,message:e,_run(t,r){return typeof t.value=="string"?t.typed=!0:le(this,"type",t,r),t}}}function Kb(e){return{kind:"schema",type:"symbol",reference:Kb,expects:"symbol",async:!1,message:e,_run(t,r){return typeof t.value=="symbol"?t.typed=!0:le(this,"type",t,r),t}}}function Xb(e,t){return{kind:"schema",type:"tuple",reference:Xb,expects:"Array",async:!1,items:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<this.items.length;o++){const a=i[o],c=this.items[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.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 le(this,"type",r,n);return r}}}function Yb(e,t){return{kind:"schema",type:"tuple",reference:Yb,expects:"Array",async:!0,items:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(this.items.map(async(a,c)=>{const u=i[c];return[c,u,await a._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"array",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),r.value.push(u.value)}}else le(this,"type",r,n);return r}}}function Jb(e,t,r){return{kind:"schema",type:"tuple_with_rest",reference:Jb,expects:"Array",async:!1,items:e,rest:t,message:r,_run(n,i){var o,a;const s=n.value;if(Array.isArray(s)){n.typed=!0,n.value=[];for(let c=0;c<this.items.length;c++){const u=s[c],l=this.items[c]._run({typed:!1,value:u},i);if(l.issues){const f={type:"array",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(o=n.issues)==null||o.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),n.value.push(l.value)}if(!n.issues||!i.abortEarly)for(let c=this.items.length;c<s.length;c++){const u=s[c],l=this.rest._run({typed:!1,value:u},i);if(l.issues){const f={type:"array",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(a=n.issues)==null||a.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),n.value.push(l.value)}}else le(this,"type",n,i);return n}}}function Zb(e,t,r){return{kind:"schema",type:"tuple_with_rest",reference:Zb,expects:"Array",async:!0,items:e,rest:t,message:r,async _run(n,i){var o,a;const s=n.value;if(Array.isArray(s)){n.typed=!0,n.value=[];const[c,u]=await Promise.all([Promise.all(this.items.map(async(l,f)=>{const h=s[f];return[f,h,await l._run({typed:!1,value:h},i)]})),Promise.all(s.slice(this.items.length).map(async(l,f)=>[f+this.items.length,l,await this.rest._run({typed:!1,value:l},i)]))]);for(const[l,f,h]of c){if(h.issues){const y={type:"array",origin:"value",input:s,key:l,value:f};for(const _ of h.issues)_.path?_.path.unshift(y):_.path=[y],(o=n.issues)==null||o.push(_);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),n.value.push(h.value)}if(!n.issues||!i.abortEarly)for(const[l,f,h]of u){if(h.issues){const y={type:"array",origin:"value",input:s,key:l,value:f};for(const _ of h.issues)_.path?_.path.unshift(y):_.path=[y],(a=n.issues)==null||a.push(_);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),n.value.push(h.value)}}else le(this,"type",n,i);return n}}}function Ff(e){return{kind:"schema",type:"undefined",reference:Ff,expects:"undefined",async:!1,message:e,_run(t,r){return t.value===void 0?t.typed=!0:le(this,"type",t,r),t}}}function cu(e){let t;if(e)for(const r of e)t?t.push(...r.issues):t=r.issues;return t}function Qb(e,t){return{kind:"schema",type:"union",reference:Qb,expects:[...new Set(e.map(r=>r.expects))].join(" | ")||"never",async:!1,options:e,message:t,_run(r,n){let i,s,o;for(const a of this.options){const c=a._run({typed:!1,value:r.value},n);if(c.typed)if(c.issues)s?s.push(c):s=[c];else{i=c;break}else o?o.push(c):o=[c]}if(i)return i;if(s){if(s.length===1)return s[0];le(this,"type",r,n,{issues:cu(s)}),r.typed=!0}else{if((o==null?void 0:o.length)===1)return o[0];le(this,"type",r,n,{issues:cu(o)})}return r}}}function ew(e,t){return{kind:"schema",type:"union",reference:ew,expects:[...new Set(e.map(r=>r.expects))].join(" | ")||"never",async:!0,options:e,message:t,async _run(r,n){let i,s,o;for(const a of this.options){const c=await a._run({typed:!1,value:r.value},n);if(c.typed)if(c.issues)s?s.push(c):s=[c];else{i=c;break}else o?o.push(c):o=[c]}if(i)return i;if(s){if(s.length===1)return s[0];le(this,"type",r,n,{issues:cu(s)}),r.typed=!0}else{if((o==null?void 0:o.length)===1)return o[0];le(this,"type",r,n,{issues:cu(o)})}return r}}}function tw(){return{kind:"schema",type:"unknown",reference:tw,expects:"unknown",async:!1,_run(e){return e.typed=!0,e}}}function Zd(e,t,r=new Set){for(const n of t)n.type==="variant"?Zd(e,n.options,r):r.add(n.entries[e].expects);return r}function rw(e,t,r){let n;return{kind:"schema",type:"variant",reference:rw,expects:"Object",async:!1,key:e,options:t,message:r,_run(i,s){const o=i.value;if(o&&typeof o=="object"){const a=o[this.key];if(this.key in o){let c;for(const u of this.options)if(u.type==="variant"||!u.entries[this.key]._run({typed:!1,value:a},s).issues){const l=u._run({typed:!1,value:o},s);if(!l.issues)return l;(!c||!c.typed&&l.typed)&&(c=l)}if(c)return c}n||(n=[...Zd(this.key,this.options)].join(" | ")||"never"),le(this,"type",i,s,{input:a,expected:n,path:[{type:"object",origin:"value",input:o,key:this.key,value:a}]})}else le(this,"type",i,s);return i}}}function nw(e,t,r){let n;return{kind:"schema",type:"variant",reference:nw,expects:"Object",async:!0,key:e,options:t,message:r,async _run(i,s){const o=i.value;if(o&&typeof o=="object"){const a=o[this.key];if(this.key in o){let c;for(const u of this.options)if(u.type==="variant"||!(await u.entries[this.key]._run({typed:!1,value:a},s)).issues){const l=await u._run({typed:!1,value:o},s);if(!l.issues)return l;(!c||!c.typed&&l.typed)&&(c=l)}if(c)return c}n||(n=[...Zd(this.key,this.options)].join(" | ")||"never"),le(this,"type",i,s,{input:a,expected:n,path:[{type:"object",origin:"value",input:o,key:this.key,value:a}]})}else le(this,"type",i,s);return i}}}function zf(e){return{kind:"schema",type:"void",reference:zf,expects:"void",async:!1,message:e,_run(t,r){return t.value===void 0?t.typed=!0:le(this,"type",t,r),t}}}function UE(e,t){return Jd(Object.keys(e.entries),t)}function FE(e,t){const r={...e.entries};for(const n of t)delete r[n];return{...e,entries:r}}function iw(e,t,r){const n=e._run({typed:!1,value:t},ec(r));if(n.issues)throw new Vu(n.issues);return n.value}async function sw(e,t,r){const n=await e._run({typed:!1,value:t},ec(r));if(n.issues)throw new Vu(n.issues);return n.value}function zE(e,t){const r=n=>iw(e,n,t);return r.schema=e,r.config=t,r}function VE(e,t){const r=n=>sw(e,n,t);return r.schema=e,r.config=t,r}function qE(e,t){const r={};for(const n in e.entries)r[n]=!t||t.includes(n)?Xd(e.entries[n]):e.entries[n];return{...e,entries:r}}function GE(e,t){const r={};for(const n in e.entries)r[n]=!t||t.includes(n)?Yd(e.entries[n]):e.entries[n];return{...e,entries:r}}function HE(e,t){const r={};for(const n of t)r[n]=e.entries[n];return{...e,entries:r}}function WE(...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 KE(...e){return{...e[0],pipe:e,async:!0,async _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=await e[n]._run(t,r))}return t}}}function XE(e,t,r){const n=Array.isArray(t)?t:void 0,i=Array.isArray(t)?r:t,s={};for(const o in e.entries)s[o]=!n||n.includes(o)?Wd(e.entries[o],i):e.entries[o];return{...e,entries:s}}function YE(e,t,r){const n=Array.isArray(t)?t:void 0,i=Array.isArray(t)?r:t,s={};for(const o in e.entries)s[o]=!n||n.includes(o)?Kd(e.entries[o],i):e.entries[o];return{...e,entries:s}}function ow(e,t,r){const n=e._run({typed:!1,value:t},ec(r));return{typed:n.typed,success:!n.issues,output:n.value,issues:n.issues}}async function aw(e,t,r){const n=await e._run({typed:!1,value:t},ec(r));return{typed:n.typed,success:!n.issues,output:n.value,issues:n.issues}}function JE(e,t){const r=n=>ow(e,n,t);return r.schema=e,r.config=t,r}function ZE(e,t){const r=n=>aw(e,n,t);return r.schema=e,r.config=t,r}function QE(e){return e.wrapped}const eM=Symbol.for("@mysten/transaction");function tM(e){return!!e&&typeof e=="object"&&e[eM]===!0}const cw=Symbol.for("@mysten/SuiClient");function rM(e){return typeof e=="object"&&e!==null&&e[cw]===!0}class ja{get[cw](){return!0}constructor(t){this.transport=t.transport??new Zg({url:t.url})}async getRpcApiVersion(){return(await this.transport.request({method:"rpc.discover",params:[]})).info.version}async getCoins(t){if(!t.owner||!ui(Nr(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||!ui(Nr(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||!ui(Nr(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||!ui(Nr(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||!ui(Nr(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||!ha(hi(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||!ha(hi(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(!jf(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(!jf(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 s=await this.transport.request({method:"sui_executeTransactionBlock",params:[typeof t=="string"?t:zr(t),Array.isArray(r)?r:[r],n]});if(i==="WaitForLocalExecution")try{await this.waitForTransaction({digest:s.digest})}catch{}return s}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:s,bytes:o}=await r.signTransaction(i);return this.executeTransactionBlock({transactionBlock:o,signature:s,...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||!ui(Nr(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||!ha(hi(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(tM(t.transactionBlock))t.transactionBlock.setSenderIfNotSet(t.sender),r=zr(await t.transactionBlock.build({client:this,onlyTransactionKind:!0}));else if(typeof t.transactionBlock=="string")r=t.transactionBlock;else if(t.transactionBlock instanceof Uint8Array)r=zr(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:zr(t.transactionBlock)]})}async getDynamicFields(t){if(!t.parentId||!ha(hi(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=wi(t.digest);return _i(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:s}=await this.transport.request({method:"suix_resolveNameServiceNames",params:[r.address,r.cursor,r.limit]});return{hasNextPage:i,nextCursor:n,data:s.map(o=>zv(o,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 s=AbortSignal.timeout(r),o=new Promise((a,c)=>{s.addEventListener("abort",()=>c(s.reason))});for(o.catch(()=>{});!s.aborted;){t==null||t.throwIfAborted();try{return await this.getTransactionBlock(i)}catch{await Promise.race([new Promise(c=>setTimeout(c,n)),o])}}throw s.throwIfAborted(),new Error("Unexpected error while waiting for transaction block.")}}const nM=Object.freeze(Object.defineProperty({__proto__:null,JsonRpcError:Nd,SuiClient:ja,SuiHTTPStatusError:Gg,SuiHTTPTransport:Zg,SuiHTTPTransportError:Rd,getFullnodeUrl:Qg,isSuiClient:rM},Symbol.toStringTag,{value:"Module"})),iM=Fu(nM),sM=Fu(uE),Tr=Fu(H3);var Qd=Object.defineProperty,oM=Object.getOwnPropertyDescriptor,aM=Object.getOwnPropertyNames,cM=Object.prototype.hasOwnProperty,uM=(e,t)=>{for(var r in t)Qd(e,r,{get:t[r],enumerable:!0})},lM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of aM(t))!cM.call(e,i)&&i!==r&&Qd(e,i,{get:()=>t[i],enumerable:!(n=oM(t,i))||n.enumerable});return e},fM=e=>lM(Qd({},"__esModule",{value:!0}),e),uw={};uM(uw,{SUI_ADDRESS_LENGTH:()=>eh,isValidSuiAddress:()=>fw,isValidSuiObjectId:()=>pM,isValidTransactionDigest:()=>hM,normalizeStructTag:()=>dw,normalizeSuiAddress:()=>rh,normalizeSuiObjectId:()=>gM,parseStructTag:()=>th});var Hr=fM(uw),lw=Tr;const dM=32;function hM(e){try{return(0,lw.fromBase58)(e).length===dM}catch{return!1}}const eh=32;function fw(e){return vM(e)&&yM(e)===eh}function pM(e){return fw(e)}function mM(e){return e.includes("::")?th(e):e}function th(e){const[t,r]=e.split("::"),n=e.slice(t.length+r.length+4),i=n.includes("<")?n.slice(0,n.indexOf("<")):n,s=n.includes("<")?(0,lw.splitGenericParameters)(n.slice(n.indexOf("<")+1,n.lastIndexOf(">"))).map(o=>mM(o.trim())):[];return{address:rh(t),module:r,name:i,typeParams:s}}function dw(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?th(e):e,s=(i==null?void 0:i.length)>0?`<${i.map(o=>typeof o=="string"?o:dw(o)).join(",")}>`:"";return`${t}::${r}::${n}${s}`}function rh(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(eh*2,"0")}`}function gM(e,t=!1){return rh(e,t)}function vM(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function yM(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}var nh=Object.defineProperty,bM=Object.getOwnPropertyDescriptor,wM=Object.getOwnPropertyNames,_M=Object.prototype.hasOwnProperty,xM=(e,t)=>{for(var r in t)nh(e,r,{get:t[r],enumerable:!0})},SM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of wM(t))!_M.call(e,i)&&i!==r&&nh(e,i,{get:()=>t[i],enumerable:!(n=bM(t,i))||n.enumerable});return e},EM=e=>SM(nh({},"__esModule",{value:!0}),e),hw={};xM(hw,{TypeTagSerializer:()=>xs});var pw=EM(hw),MM=Tr,CM=Hr;const AM=/^vector<(.+)>$/,TM=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;class xs{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(AM);if(n)return{vector:xs.parseFromStr(n[1],r)};const i=t.match(TM);if(i)return{struct:{address:r?(0,CM.normalizeSuiAddress)(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:xs.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return(0,MM.splitGenericParameters)(t).map(n=>xs.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<${xs.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(xs.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}}var ih=Object.defineProperty,OM=Object.getOwnPropertyDescriptor,IM=Object.getOwnPropertyNames,kM=Object.prototype.hasOwnProperty,jM=(e,t)=>{for(var r in t)ih(e,r,{get:t[r],enumerable:!0})},PM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of IM(t))!kM.call(e,i)&&i!==r&&ih(e,i,{get:()=>t[i],enumerable:!(n=OM(t,i))||n.enumerable});return e},RM=e=>PM(ih({},"__esModule",{value:!0}),e),mw={};jM(mw,{Address:()=>Fn,AppId:()=>jw,Argument:()=>Rn,CallArg:()=>ww,Command:()=>xw,CompressedSignature:()=>Nw,GasData:()=>Aw,Intent:()=>Pw,IntentMessage:()=>Rw,IntentScope:()=>Iw,IntentVersion:()=>kw,MultiSig:()=>$M,MultiSigPkMap:()=>$w,MultiSigPublicKey:()=>Bw,ObjectArg:()=>bw,ObjectDigest:()=>vw,PasskeyAuthenticator:()=>LM,ProgrammableMoveCall:()=>_w,ProgrammableTransaction:()=>Sw,PublicKey:()=>Dw,SenderSignedData:()=>BM,SenderSignedTransaction:()=>Uw,SharedObjectRef:()=>yw,StructTag:()=>Cw,SuiObjectRef:()=>uu,TransactionData:()=>Ow,TransactionDataV1:()=>Tw,TransactionExpiration:()=>Mw,TransactionKind:()=>Ew,TypeTag:()=>oh,base64String:()=>Lw});var gw=RM(mw),de=Tr,Qo=Hr,sp=pw;function NM(e){return de.bcs.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function DM(e){return de.bcs.enum("Option",{None:null,Some:e})}const Fn=de.bcs.bytes(Qo.SUI_ADDRESS_LENGTH).transform({validate:e=>{const t=typeof e=="string"?e:(0,de.toHex)(e);if(!t||!(0,Qo.isValidSuiAddress)((0,Qo.normalizeSuiAddress)(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?(0,de.fromHex)((0,Qo.normalizeSuiAddress)(e)):e,output:e=>(0,Qo.normalizeSuiAddress)((0,de.toHex)(e))}),vw=de.bcs.vector(de.bcs.u8()).transform({name:"ObjectDigest",input:e=>(0,de.fromBase58)(e),output:e=>(0,de.toBase58)(new Uint8Array(e)),validate:e=>{if((0,de.fromBase58)(e).length!==32)throw new Error("ObjectDigest must be 32 bytes")}}),uu=de.bcs.struct("SuiObjectRef",{objectId:Fn,version:de.bcs.u64(),digest:vw}),yw=de.bcs.struct("SharedObjectRef",{objectId:Fn,initialSharedVersion:de.bcs.u64(),mutable:de.bcs.bool()}),bw=de.bcs.enum("ObjectArg",{ImmOrOwnedObject:uu,SharedObject:yw,Receiving:uu}),ww=de.bcs.enum("CallArg",{Pure:de.bcs.struct("Pure",{bytes:de.bcs.vector(de.bcs.u8()).transform({input:e=>typeof e=="string"?(0,de.fromBase64)(e):e,output:e=>(0,de.toBase64)(new Uint8Array(e))})}),Object:bw}),sh=de.bcs.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:de.bcs.lazy(()=>sh),struct:de.bcs.lazy(()=>Cw),u16:null,u32:null,u256:null}),oh=sh.transform({input:e=>typeof e=="string"?sp.TypeTagSerializer.parseFromStr(e,!0):e,output:e=>sp.TypeTagSerializer.tagToString(e)}),Rn=de.bcs.enum("Argument",{GasCoin:null,Input:de.bcs.u16(),Result:de.bcs.u16(),NestedResult:de.bcs.tuple([de.bcs.u16(),de.bcs.u16()])}),_w=de.bcs.struct("ProgrammableMoveCall",{package:Fn,module:de.bcs.string(),function:de.bcs.string(),typeArguments:de.bcs.vector(oh),arguments:de.bcs.vector(Rn)}),xw=de.bcs.enum("Command",{MoveCall:_w,TransferObjects:de.bcs.struct("TransferObjects",{objects:de.bcs.vector(Rn),address:Rn}),SplitCoins:de.bcs.struct("SplitCoins",{coin:Rn,amounts:de.bcs.vector(Rn)}),MergeCoins:de.bcs.struct("MergeCoins",{destination:Rn,sources:de.bcs.vector(Rn)}),Publish:de.bcs.struct("Publish",{modules:de.bcs.vector(de.bcs.vector(de.bcs.u8()).transform({input:e=>typeof e=="string"?(0,de.fromBase64)(e):e,output:e=>(0,de.toBase64)(new Uint8Array(e))})),dependencies:de.bcs.vector(Fn)}),MakeMoveVec:de.bcs.struct("MakeMoveVec",{type:DM(oh).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:de.bcs.vector(Rn)}),Upgrade:de.bcs.struct("Upgrade",{modules:de.bcs.vector(de.bcs.vector(de.bcs.u8()).transform({input:e=>typeof e=="string"?(0,de.fromBase64)(e):e,output:e=>(0,de.toBase64)(new Uint8Array(e))})),dependencies:de.bcs.vector(Fn),package:Fn,ticket:Rn})}),Sw=de.bcs.struct("ProgrammableTransaction",{inputs:de.bcs.vector(ww),commands:de.bcs.vector(xw)}),Ew=de.bcs.enum("TransactionKind",{ProgrammableTransaction:Sw,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),Mw=de.bcs.enum("TransactionExpiration",{None:null,Epoch:NM()}),Cw=de.bcs.struct("StructTag",{address:Fn,module:de.bcs.string(),name:de.bcs.string(),typeParams:de.bcs.vector(sh)}),Aw=de.bcs.struct("GasData",{payment:de.bcs.vector(uu),owner:Fn,price:de.bcs.u64(),budget:de.bcs.u64()}),Tw=de.bcs.struct("TransactionDataV1",{kind:Ew,sender:Fn,gasData:Aw,expiration:Mw}),Ow=de.bcs.enum("TransactionData",{V1:Tw}),Iw=de.bcs.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),kw=de.bcs.enum("IntentVersion",{V0:null}),jw=de.bcs.enum("AppId",{Sui:null}),Pw=de.bcs.struct("Intent",{scope:Iw,version:kw,appId:jw});function Rw(e){return de.bcs.struct(`IntentMessage<${e.name}>`,{intent:Pw,value:e})}const Nw=de.bcs.enum("CompressedSignature",{ED25519:de.bcs.fixedArray(64,de.bcs.u8()),Secp256k1:de.bcs.fixedArray(64,de.bcs.u8()),Secp256r1:de.bcs.fixedArray(64,de.bcs.u8()),ZkLogin:de.bcs.vector(de.bcs.u8())}),Dw=de.bcs.enum("PublicKey",{ED25519:de.bcs.fixedArray(32,de.bcs.u8()),Secp256k1:de.bcs.fixedArray(33,de.bcs.u8()),Secp256r1:de.bcs.fixedArray(33,de.bcs.u8()),ZkLogin:de.bcs.vector(de.bcs.u8())}),$w=de.bcs.struct("MultiSigPkMap",{pubKey:Dw,weight:de.bcs.u8()}),Bw=de.bcs.struct("MultiSigPublicKey",{pk_map:de.bcs.vector($w),threshold:de.bcs.u16()}),$M=de.bcs.struct("MultiSig",{sigs:de.bcs.vector(Nw),bitmap:de.bcs.u16(),multisig_pk:Bw}),Lw=de.bcs.vector(de.bcs.u8()).transform({input:e=>typeof e=="string"?(0,de.fromBase64)(e):e,output:e=>(0,de.toBase64)(new Uint8Array(e))}),Uw=de.bcs.struct("SenderSignedTransaction",{intentMessage:Rw(Ow),txSignatures:de.bcs.vector(Lw)}),BM=de.bcs.vector(Uw,{name:"SenderSignedData"}),LM=de.bcs.struct("PasskeyAuthenticator",{authenticatorData:de.bcs.vector(de.bcs.u8()),clientDataJson:de.bcs.string(),userSignature:de.bcs.vector(de.bcs.u8())});var ah=Object.defineProperty,UM=Object.getOwnPropertyDescriptor,FM=Object.getOwnPropertyNames,zM=Object.prototype.hasOwnProperty,VM=(e,t)=>{for(var r in t)ah(e,r,{get:t[r],enumerable:!0})},qM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of FM(t))!zM.call(e,i)&&i!==r&&ah(e,i,{get:()=>t[i],enumerable:!(n=UM(t,i))||n.enumerable});return e},GM=e=>qM(ah({},"__esModule",{value:!0}),e),Fw={};VM(Fw,{TransactionEffects:()=>sC});var HM=GM(Fw),ge=Tr,Bt=gw;const WM=ge.bcs.enum("PackageUpgradeError",{UnableToFetchPackage:ge.bcs.struct("UnableToFetchPackage",{packageId:Bt.Address}),NotAPackage:ge.bcs.struct("NotAPackage",{objectId:Bt.Address}),IncompatibleUpgrade:null,DigestDoesNotMatch:ge.bcs.struct("DigestDoesNotMatch",{digest:ge.bcs.vector(ge.bcs.u8())}),UnknownUpgradePolicy:ge.bcs.struct("UnknownUpgradePolicy",{policy:ge.bcs.u8()}),PackageIDDoesNotMatch:ge.bcs.struct("PackageIDDoesNotMatch",{packageId:Bt.Address,ticketId:Bt.Address})}),KM=ge.bcs.struct("ModuleId",{address:Bt.Address,name:ge.bcs.string()}),op=ge.bcs.struct("MoveLocation",{module:KM,function:ge.bcs.u16(),instruction:ge.bcs.u16(),functionName:ge.bcs.option(ge.bcs.string())}),XM=ge.bcs.enum("CommandArgumentError",{TypeMismatch:null,InvalidBCSBytes:null,InvalidUsageOfPureArg:null,InvalidArgumentToPrivateEntryFunction:null,IndexOutOfBounds:ge.bcs.struct("IndexOutOfBounds",{idx:ge.bcs.u16()}),SecondaryIndexOutOfBounds:ge.bcs.struct("SecondaryIndexOutOfBounds",{resultIdx:ge.bcs.u16(),secondaryIdx:ge.bcs.u16()}),InvalidResultArity:ge.bcs.struct("InvalidResultArity",{resultIdx:ge.bcs.u16()}),InvalidGasCoinUsage:null,InvalidValueUsage:null,InvalidObjectByValue:null,InvalidObjectByMutRef:null,SharedObjectOperationNotAllowed:null}),YM=ge.bcs.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),JM=ge.bcs.enum("ExecutionFailureStatus",{InsufficientGas:null,InvalidGasObject:null,InvariantViolation:null,FeatureNotYetSupported:null,MoveObjectTooBig:ge.bcs.struct("MoveObjectTooBig",{objectSize:ge.bcs.u64(),maxObjectSize:ge.bcs.u64()}),MovePackageTooBig:ge.bcs.struct("MovePackageTooBig",{objectSize:ge.bcs.u64(),maxObjectSize:ge.bcs.u64()}),CircularObjectOwnership:ge.bcs.struct("CircularObjectOwnership",{object:Bt.Address}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:ge.bcs.option(op),MoveAbort:ge.bcs.tuple([op,ge.bcs.u64()]),VMVerificationOrDeserializationError:null,VMInvariantViolation:null,FunctionNotFound:null,ArityMismatch:null,TypeArityMismatch:null,NonEntryFunctionInvoked:null,CommandArgumentError:ge.bcs.struct("CommandArgumentError",{argIdx:ge.bcs.u16(),kind:XM}),TypeArgumentError:ge.bcs.struct("TypeArgumentError",{argumentIdx:ge.bcs.u16(),kind:YM}),UnusedValueWithoutDrop:ge.bcs.struct("UnusedValueWithoutDrop",{resultIdx:ge.bcs.u16(),secondaryIdx:ge.bcs.u16()}),InvalidPublicFunctionReturnType:ge.bcs.struct("InvalidPublicFunctionReturnType",{idx:ge.bcs.u16()}),InvalidTransferObject:null,EffectsTooLarge:ge.bcs.struct("EffectsTooLarge",{currentSize:ge.bcs.u64(),maxSize:ge.bcs.u64()}),PublishUpgradeMissingDependency:null,PublishUpgradeDependencyDowngrade:null,PackageUpgradeError:ge.bcs.struct("PackageUpgradeError",{upgradeError:WM}),WrittenObjectsTooLarge:ge.bcs.struct("WrittenObjectsTooLarge",{currentSize:ge.bcs.u64(),maxSize:ge.bcs.u64()}),CertificateDenied:null,SuiMoveVerificationTimedout:null,SharedObjectOperationNotAllowed:null,InputObjectDeleted:null,ExecutionCancelledDueToSharedObjectCongestion:ge.bcs.struct("ExecutionCancelledDueToSharedObjectCongestion",{congestedObjects:ge.bcs.vector(Bt.Address)}),AddressDeniedForCoin:ge.bcs.struct("AddressDeniedForCoin",{address:Bt.Address,coinType:ge.bcs.string()}),CoinTypeGlobalPause:ge.bcs.struct("CoinTypeGlobalPause",{coinType:ge.bcs.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),zw=ge.bcs.enum("ExecutionStatus",{Success:null,Failed:ge.bcs.struct("ExecutionFailed",{error:JM,command:ge.bcs.option(ge.bcs.u64())})}),Vw=ge.bcs.struct("GasCostSummary",{computationCost:ge.bcs.u64(),storageCost:ge.bcs.u64(),storageRebate:ge.bcs.u64(),nonRefundableStorageFee:ge.bcs.u64()}),oo=ge.bcs.enum("Owner",{AddressOwner:Bt.Address,ObjectOwner:Bt.Address,Shared:ge.bcs.struct("Shared",{initialSharedVersion:ge.bcs.u64()}),Immutable:null}),ZM=ge.bcs.struct("TransactionEffectsV1",{status:zw,executedEpoch:ge.bcs.u64(),gasUsed:Vw,modifiedAtVersions:ge.bcs.vector(ge.bcs.tuple([Bt.Address,ge.bcs.u64()])),sharedObjects:ge.bcs.vector(Bt.SuiObjectRef),transactionDigest:Bt.ObjectDigest,created:ge.bcs.vector(ge.bcs.tuple([Bt.SuiObjectRef,oo])),mutated:ge.bcs.vector(ge.bcs.tuple([Bt.SuiObjectRef,oo])),unwrapped:ge.bcs.vector(ge.bcs.tuple([Bt.SuiObjectRef,oo])),deleted:ge.bcs.vector(Bt.SuiObjectRef),unwrappedThenDeleted:ge.bcs.vector(Bt.SuiObjectRef),wrapped:ge.bcs.vector(Bt.SuiObjectRef),gasObject:ge.bcs.tuple([Bt.SuiObjectRef,oo]),eventsDigest:ge.bcs.option(Bt.ObjectDigest),dependencies:ge.bcs.vector(Bt.ObjectDigest)}),ch=ge.bcs.tuple([ge.bcs.u64(),Bt.ObjectDigest]),QM=ge.bcs.enum("ObjectIn",{NotExist:null,Exist:ge.bcs.tuple([ch,oo])}),eC=ge.bcs.enum("ObjectOut",{NotExist:null,ObjectWrite:ge.bcs.tuple([Bt.ObjectDigest,oo]),PackageWrite:ch}),tC=ge.bcs.enum("IDOperation",{None:null,Created:null,Deleted:null}),rC=ge.bcs.struct("EffectsObjectChange",{inputState:QM,outputState:eC,idOperation:tC}),nC=ge.bcs.enum("UnchangedSharedKind",{ReadOnlyRoot:ch,MutateDeleted:ge.bcs.u64(),ReadDeleted:ge.bcs.u64(),Cancelled:ge.bcs.u64(),PerEpochConfig:null}),iC=ge.bcs.struct("TransactionEffectsV2",{status:zw,executedEpoch:ge.bcs.u64(),gasUsed:Vw,transactionDigest:Bt.ObjectDigest,gasObjectIndex:ge.bcs.option(ge.bcs.u32()),eventsDigest:ge.bcs.option(Bt.ObjectDigest),dependencies:ge.bcs.vector(Bt.ObjectDigest),lamportVersion:ge.bcs.u64(),changedObjects:ge.bcs.vector(ge.bcs.tuple([Bt.Address,rC])),unchangedSharedObjects:ge.bcs.vector(ge.bcs.tuple([Bt.Address,nC])),auxDataDigest:ge.bcs.option(Bt.ObjectDigest)}),sC=ge.bcs.enum("TransactionEffects",{V1:ZM,V2:iC});var uh=Object.defineProperty,oC=Object.getOwnPropertyDescriptor,aC=Object.getOwnPropertyNames,cC=Object.prototype.hasOwnProperty,uC=(e,t)=>{for(var r in t)uh(e,r,{get:t[r],enumerable:!0})},lC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of aC(t))!cC.call(e,i)&&i!==r&&uh(e,i,{get:()=>t[i],enumerable:!(n=oC(t,i))||n.enumerable});return e},fC=e=>lC(uh({},"__esModule",{value:!0}),e),qw={};uC(qw,{BcsType:()=>pC.BcsType,TypeTagSerializer:()=>hC.TypeTagSerializer,bcs:()=>mC});var Ai=fC(qw),Tn=Tr,$t=gw,dC=HM,hC=pw,pC=Tr;const mC={...Tn.bcs,U8:Tn.bcs.u8(),U16:Tn.bcs.u16(),U32:Tn.bcs.u32(),U64:Tn.bcs.u64(),U128:Tn.bcs.u128(),U256:Tn.bcs.u256(),ULEB128:Tn.bcs.uleb128(),Bool:Tn.bcs.bool(),String:Tn.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:dC.TransactionEffects,PasskeyAuthenticator:$t.PasskeyAuthenticator};var lh=Object.defineProperty,gC=Object.getOwnPropertyDescriptor,vC=Object.getOwnPropertyNames,yC=Object.prototype.hasOwnProperty,bC=(e,t)=>{for(var r in t)lh(e,r,{get:t[r],enumerable:!0})},wC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of vC(t))!yC.call(e,i)&&i!==r&&lh(e,i,{get:()=>t[i],enumerable:!(n=gC(t,i))||n.enumerable});return e},_C=e=>wC(lh({},"__esModule",{value:!0}),e),Gw={};bC(Gw,{formatAddress:()=>SC,formatDigest:()=>EC});var xC=_C(Gw);const Hw="…";function SC(e){if(e.length<=6)return e;const t=e.startsWith("0x")?2:0;return`0x${e.slice(t,t+4)}${Hw}${e.slice(-4)}`}function EC(e){return`${e.slice(0,10)}${Hw}`}var fh=Object.defineProperty,MC=Object.getOwnPropertyDescriptor,CC=Object.getOwnPropertyNames,AC=Object.prototype.hasOwnProperty,TC=(e,t)=>{for(var r in t)fh(e,r,{get:t[r],enumerable:!0})},OC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of CC(t))!AC.call(e,i)&&i!==r&&fh(e,i,{get:()=>t[i],enumerable:!(n=MC(t,i))||n.enumerable});return e},IC=e=>OC(fh({},"__esModule",{value:!0}),e),Ww={};TC(Ww,{isValidSuiNSName:()=>jC,normalizeSuiNSName:()=>PC});var Kw=IC(Ww);const Xw=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,Yw=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,kC=235;function jC(e){return e.length>kC?!1:e.includes("@")?Xw.test(e):Yw.test(e)}function PC(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!Xw.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,s]=r.split("@");n=[...i?i.split("."):[],s]}else{if(!Yw.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 dh=Object.defineProperty,RC=Object.getOwnPropertyDescriptor,NC=Object.getOwnPropertyNames,DC=Object.prototype.hasOwnProperty,$C=(e,t)=>{for(var r in t)dh(e,r,{get:t[r],enumerable:!0})},BC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of NC(t))!DC.call(e,i)&&i!==r&&dh(e,i,{get:()=>t[i],enumerable:!(n=RC(t,i))||n.enumerable});return e},LC=e=>BC(dh({},"__esModule",{value:!0}),e),Jw={};$C(Jw,{MIST_PER_SUI:()=>zC,MOVE_STDLIB_ADDRESS:()=>VC,SUI_CLOCK_OBJECT_ID:()=>GC,SUI_DECIMALS:()=>FC,SUI_FRAMEWORK_ADDRESS:()=>Qw,SUI_SYSTEM_ADDRESS:()=>qC,SUI_SYSTEM_MODULE_NAME:()=>HC,SUI_SYSTEM_STATE_OBJECT_ID:()=>KC,SUI_TYPE_ARG:()=>WC});var UC=LC(Jw),Zw=Hr;const FC=9,zC=BigInt(1e9),VC="0x1",Qw="0x2",qC="0x3",GC=(0,Zw.normalizeSuiObjectId)("0x6"),HC="sui_system",WC=`${Qw}::sui::SUI`,KC=(0,Zw.normalizeSuiObjectId)("0x5");var hh=Object.defineProperty,XC=Object.getOwnPropertyDescriptor,YC=Object.getOwnPropertyNames,JC=Object.prototype.hasOwnProperty,ZC=(e,t)=>{for(var r in t)hh(e,r,{get:t[r],enumerable:!0})},QC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of YC(t))!JC.call(e,i)&&i!==r&&hh(e,i,{get:()=>t[i],enumerable:!(n=XC(t,i))||n.enumerable});return e},e5=e=>QC(hh({},"__esModule",{value:!0}),e),e2={};ZC(e2,{isValidNamedPackage:()=>n2,isValidNamedType:()=>s5});var t2=e5(e2),t5=Kw;const r5=/^([a-z0-9]+(?:-[a-z0-9]+)*)$/,n5=/^\d+$/,i5=64,r2="/",n2=e=>{const t=e.split(r2);if(t.length<2||t.length>3)return!1;const[r,n,i]=t;return i!==void 0&&!n5.test(i)||!(0,t5.isValidSuiNSName)(r)?!1:r5.test(n)&&n.length<i5},s5=e=>{const t=e.split(/::|<|>|,/);for(const r of t)if(r.includes(r2)&&!n2(r))return!1;return!0},i2=Fu(aE);var ph=Object.defineProperty,o5=Object.getOwnPropertyDescriptor,a5=Object.getOwnPropertyNames,c5=Object.prototype.hasOwnProperty,u5=(e,t)=>{for(var r in t)ph(e,r,{get:t[r],enumerable:!0})},l5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of a5(t))!c5.call(e,i)&&i!==r&&ph(e,i,{get:()=>t[i],enumerable:!(n=o5(t,i))||n.enumerable});return e},f5=e=>l5(ph({},"__esModule",{value:!0}),e),s2={};u5(s2,{deriveDynamicFieldID:()=>m5});var d5=f5(s2),h5=Tr,p5=i2,Vl=Ai;function m5(e,t,r){const n=Vl.bcs.Address.serialize(e).toBytes(),i=Vl.bcs.TypeTag.serialize(t).toBytes(),s=Vl.bcs.u64().serialize(r.length).toBytes(),o=p5.blake2b.create({dkLen:32});return o.update(new Uint8Array([240])),o.update(n),o.update(s),o.update(r),o.update(i),`0x${(0,h5.toHex)(o.digest().slice(0,32))}`}var mh=Object.defineProperty,g5=Object.getOwnPropertyDescriptor,v5=Object.getOwnPropertyNames,y5=Object.prototype.hasOwnProperty,b5=(e,t)=>{for(var r in t)mh(e,r,{get:t[r],enumerable:!0})},w5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of v5(t))!y5.call(e,i)&&i!==r&&mh(e,i,{get:()=>t[i],enumerable:!(n=g5(t,i))||n.enumerable});return e},_5=e=>w5(mh({},"__esModule",{value:!0}),e),o2={};b5(o2,{MIST_PER_SUI:()=>ni.MIST_PER_SUI,MOVE_STDLIB_ADDRESS:()=>ni.MOVE_STDLIB_ADDRESS,SUI_ADDRESS_LENGTH:()=>Pi.SUI_ADDRESS_LENGTH,SUI_CLOCK_OBJECT_ID:()=>ni.SUI_CLOCK_OBJECT_ID,SUI_DECIMALS:()=>ni.SUI_DECIMALS,SUI_FRAMEWORK_ADDRESS:()=>ni.SUI_FRAMEWORK_ADDRESS,SUI_SYSTEM_ADDRESS:()=>ni.SUI_SYSTEM_ADDRESS,SUI_SYSTEM_MODULE_NAME:()=>ni.SUI_SYSTEM_MODULE_NAME,SUI_SYSTEM_STATE_OBJECT_ID:()=>ni.SUI_SYSTEM_STATE_OBJECT_ID,SUI_TYPE_ARG:()=>ni.SUI_TYPE_ARG,deriveDynamicFieldID:()=>x5.deriveDynamicFieldID,formatAddress:()=>ap.formatAddress,formatDigest:()=>ap.formatDigest,fromB64:()=>On.fromB64,fromBase58:()=>On.fromBase58,fromBase64:()=>On.fromBase64,fromHEX:()=>On.fromHEX,fromHex:()=>On.fromHex,isValidNamedPackage:()=>up.isValidNamedPackage,isValidNamedType:()=>up.isValidNamedType,isValidSuiAddress:()=>Pi.isValidSuiAddress,isValidSuiNSName:()=>cp.isValidSuiNSName,isValidSuiObjectId:()=>Pi.isValidSuiObjectId,isValidTransactionDigest:()=>Pi.isValidTransactionDigest,normalizeStructTag:()=>Pi.normalizeStructTag,normalizeSuiAddress:()=>Pi.normalizeSuiAddress,normalizeSuiNSName:()=>cp.normalizeSuiNSName,normalizeSuiObjectId:()=>Pi.normalizeSuiObjectId,parseStructTag:()=>Pi.parseStructTag,toB64:()=>On.toB64,toBase58:()=>On.toBase58,toBase64:()=>On.toBase64,toHEX:()=>On.toHEX,toHex:()=>On.toHex});var a2=_5(o2),ap=xC,Pi=Hr,On=Tr,cp=Kw,ni=UC,up=t2,x5=d5,gh=Object.defineProperty,S5=Object.getOwnPropertyDescriptor,E5=Object.getOwnPropertyNames,M5=Object.prototype.hasOwnProperty,C5=(e,t)=>{for(var r in t)gh(e,r,{get:t[r],enumerable:!0})},A5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of E5(t))!M5.call(e,i)&&i!==r&&gh(e,i,{get:()=>t[i],enumerable:!(n=S5(t,i))||n.enumerable});return e},T5=e=>A5(gh({},"__esModule",{value:!0}),e),c2={};C5(c2,{getPureBcsSchema:()=>Vf,isTxContext:()=>$5,normalizedTypeToMoveTypeSignature:()=>B5,pureBcsSchemaFromOpenMoveTypeSignatureBody:()=>l2});var u2=T5(c2),Yt=Ai,lp=a2,_a=Hr;const O5="object",I5="ID",k5="ascii",j5="String",P5="string",R5="String",N5="option",D5="Option";function $5(e){const t=typeof e.body=="object"&&"datatype"in e.body?e.body.datatype:null;return!!t&&(0,_a.normalizeSuiAddress)(t.package)===(0,_a.normalizeSuiAddress)("0x2")&&t.module==="tx_context"&&t.type==="TxContext"}function Vf(e){if(typeof e=="string")switch(e){case"address":return Yt.bcs.Address;case"bool":return Yt.bcs.Bool;case"u8":return Yt.bcs.U8;case"u16":return Yt.bcs.U16;case"u32":return Yt.bcs.U32;case"u64":return Yt.bcs.U64;case"u128":return Yt.bcs.U128;case"u256":return Yt.bcs.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e){if(e.vector==="u8")return Yt.bcs.vector(Yt.bcs.U8).transform({input:r=>typeof r=="string"?new TextEncoder().encode(r):r,output:r=>r});const t=Vf(e.vector);return t?Yt.bcs.vector(t):null}if("datatype"in e){const t=(0,_a.normalizeSuiAddress)(e.datatype.package);if(t===(0,_a.normalizeSuiAddress)(lp.MOVE_STDLIB_ADDRESS)){if(e.datatype.module===k5&&e.datatype.type===j5||e.datatype.module===P5&&e.datatype.type===R5)return Yt.bcs.String;if(e.datatype.module===N5&&e.datatype.type===D5){const r=Vf(e.datatype.typeParameters[0]);return r?Yt.bcs.vector(r):null}}if(t===(0,_a.normalizeSuiAddress)(lp.SUI_FRAMEWORK_ADDRESS)&&e.datatype.module===O5&&e.datatype.type===I5)return Yt.bcs.Address}return null}function B5(e){return typeof e=="object"&&"Reference"in e?{ref:"&",body:xa(e.Reference)}:typeof e=="object"&&"MutableReference"in e?{ref:"&mut",body:xa(e.MutableReference)}:{ref:null,body:xa(e)}}function xa(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:xa(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(xa)}};if("TypeParameter"in e)return{typeParameter:e.TypeParameter};throw new Error(`Unexpected type ${JSON.stringify(e)}`)}function l2(e){if(typeof e=="string")switch(e){case"address":return Yt.bcs.Address;case"bool":return Yt.bcs.Bool;case"u8":return Yt.bcs.U8;case"u16":return Yt.bcs.U16;case"u32":return Yt.bcs.U32;case"u64":return Yt.bcs.U64;case"u128":return Yt.bcs.U128;case"u256":return Yt.bcs.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e)return Yt.bcs.vector(l2(e.vector));throw new Error(`Expected pure typeSignature, but got ${JSON.stringify(e)}`)}var vh=Object.defineProperty,L5=Object.getOwnPropertyDescriptor,U5=Object.getOwnPropertyNames,F5=Object.prototype.hasOwnProperty,z5=(e,t)=>{for(var r in t)vh(e,r,{get:t[r],enumerable:!0})},V5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of U5(t))!F5.call(e,i)&&i!==r&&vh(e,i,{get:()=>t[i],enumerable:!(n=L5(t,i))||n.enumerable});return e},q5=e=>V5(vh({},"__esModule",{value:!0}),e),f2={};z5(f2,{Inputs:()=>W5});var qu=q5(f2),G5=Tr,ql=Hr;function H5(e){return{$kind:"Pure",Pure:{bytes:e instanceof Uint8Array?(0,G5.toBase64)(e):e.toBase64()}}}const W5={Pure:H5,ObjectRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"ImmOrOwnedObject",ImmOrOwnedObject:{digest:t,version:r,objectId:(0,ql.normalizeSuiAddress)(e)}}}},SharedObjectRef({objectId:e,mutable:t,initialSharedVersion:r}){return{$kind:"Object",Object:{$kind:"SharedObject",SharedObject:{mutable:t,initialSharedVersion:r,objectId:(0,ql.normalizeSuiAddress)(e)}}}},ReceivingRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"Receiving",Receiving:{digest:t,version:r,objectId:(0,ql.normalizeSuiAddress)(e)}}}}};var yh=Object.defineProperty,K5=Object.getOwnPropertyDescriptor,X5=Object.getOwnPropertyNames,Y5=Object.prototype.hasOwnProperty,J5=(e,t)=>{for(var r in t)yh(e,r,{get:t[r],enumerable:!0})},Z5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of X5(t))!Y5.call(e,i)&&i!==r&&yh(e,i,{get:()=>t[i],enumerable:!(n=K5(t,i))||n.enumerable});return e},Q5=e=>Z5(yh({},"__esModule",{value:!0}),e),d2={};J5(d2,{$Intent:()=>m2,Argument:()=>Jr,BCSBytes:()=>Pa,Command:()=>g2,GasData:()=>h2,JsonU64:()=>Ki,NormalizedCallArg:()=>nA,ObjectArg:()=>bh,ObjectID:()=>Is,ObjectRef:()=>lu,OpenMoveTypeSignature:()=>p2,OpenMoveTypeSignatureBody:()=>fu,StructTag:()=>eA,SuiAddress:()=>rc,TransactionData:()=>iA,TransactionExpiration:()=>v2,safeEnum:()=>Po});var jo=Q5(d2),ce=is,fp=Hr;function Po(e){const t=Object.entries(e).map(([r,n])=>(0,ce.object)({[r]:n}));return(0,ce.pipe)((0,ce.union)(t),(0,ce.transform)(r=>({...r,$kind:Object.keys(r)[0]})))}const rc=(0,ce.pipe)((0,ce.string)(),(0,ce.transform)(e=>(0,fp.normalizeSuiAddress)(e)),(0,ce.check)(fp.isValidSuiAddress)),Is=rc,Pa=(0,ce.string)(),Ki=(0,ce.pipe)((0,ce.union)([(0,ce.string)(),(0,ce.pipe)((0,ce.number)(),(0,ce.integer)())]),(0,ce.check)(e=>{try{return BigInt(e),BigInt(e)>=0&&BigInt(e)<=18446744073709551615n}catch{return!1}},"Invalid u64")),lu=(0,ce.object)({objectId:rc,version:Ki,digest:(0,ce.string)()}),Jr=(0,ce.pipe)((0,ce.union)([(0,ce.object)({GasCoin:(0,ce.literal)(!0)}),(0,ce.object)({Input:(0,ce.pipe)((0,ce.number)(),(0,ce.integer)()),type:(0,ce.optional)((0,ce.literal)("pure"))}),(0,ce.object)({Input:(0,ce.pipe)((0,ce.number)(),(0,ce.integer)()),type:(0,ce.optional)((0,ce.literal)("object"))}),(0,ce.object)({Result:(0,ce.pipe)((0,ce.number)(),(0,ce.integer)())}),(0,ce.object)({NestedResult:(0,ce.tuple)([(0,ce.pipe)((0,ce.number)(),(0,ce.integer)()),(0,ce.pipe)((0,ce.number)(),(0,ce.integer)())])})]),(0,ce.transform)(e=>({...e,$kind:Object.keys(e)[0]}))),h2=(0,ce.object)({budget:(0,ce.nullable)(Ki),price:(0,ce.nullable)(Ki),owner:(0,ce.nullable)(rc),payment:(0,ce.nullable)((0,ce.array)(lu))}),eA=(0,ce.object)({address:(0,ce.string)(),module:(0,ce.string)(),name:(0,ce.string)(),typeParams:(0,ce.array)((0,ce.string)())}),fu=(0,ce.union)([(0,ce.literal)("address"),(0,ce.literal)("bool"),(0,ce.literal)("u8"),(0,ce.literal)("u16"),(0,ce.literal)("u32"),(0,ce.literal)("u64"),(0,ce.literal)("u128"),(0,ce.literal)("u256"),(0,ce.object)({vector:(0,ce.lazy)(()=>fu)}),(0,ce.object)({datatype:(0,ce.object)({package:(0,ce.string)(),module:(0,ce.string)(),type:(0,ce.string)(),typeParameters:(0,ce.array)((0,ce.lazy)(()=>fu))})}),(0,ce.object)({typeParameter:(0,ce.pipe)((0,ce.number)(),(0,ce.integer)())})]),p2=(0,ce.object)({ref:(0,ce.nullable)((0,ce.union)([(0,ce.literal)("&"),(0,ce.literal)("&mut")])),body:fu}),tA=(0,ce.object)({package:Is,module:(0,ce.string)(),function:(0,ce.string)(),typeArguments:(0,ce.array)((0,ce.string)()),arguments:(0,ce.array)(Jr),_argumentTypes:(0,ce.optional)((0,ce.nullable)((0,ce.array)(p2)))}),m2=(0,ce.object)({name:(0,ce.string)(),inputs:(0,ce.record)((0,ce.string)(),(0,ce.union)([Jr,(0,ce.array)(Jr)])),data:(0,ce.record)((0,ce.string)(),(0,ce.unknown)())}),g2=Po({MoveCall:tA,TransferObjects:(0,ce.object)({objects:(0,ce.array)(Jr),address:Jr}),SplitCoins:(0,ce.object)({coin:Jr,amounts:(0,ce.array)(Jr)}),MergeCoins:(0,ce.object)({destination:Jr,sources:(0,ce.array)(Jr)}),Publish:(0,ce.object)({modules:(0,ce.array)(Pa),dependencies:(0,ce.array)(Is)}),MakeMoveVec:(0,ce.object)({type:(0,ce.nullable)((0,ce.string)()),elements:(0,ce.array)(Jr)}),Upgrade:(0,ce.object)({modules:(0,ce.array)(Pa),dependencies:(0,ce.array)(Is),package:Is,ticket:Jr}),$Intent:m2}),bh=Po({ImmOrOwnedObject:lu,SharedObject:(0,ce.object)({objectId:Is,initialSharedVersion:Ki,mutable:(0,ce.boolean)()}),Receiving:lu}),rA=Po({Object:bh,Pure:(0,ce.object)({bytes:Pa}),UnresolvedPure:(0,ce.object)({value:(0,ce.unknown)()}),UnresolvedObject:(0,ce.object)({objectId:Is,version:(0,ce.optional)((0,ce.nullable)(Ki)),digest:(0,ce.optional)((0,ce.nullable)((0,ce.string)())),initialSharedVersion:(0,ce.optional)((0,ce.nullable)(Ki))})}),nA=Po({Object:bh,Pure:(0,ce.object)({bytes:Pa})}),v2=Po({None:(0,ce.literal)(!0),Epoch:Ki}),iA=(0,ce.object)({version:(0,ce.literal)(2),sender:(0,ce.nullish)(rc),expiration:(0,ce.nullish)(v2),gasData:h2,inputs:(0,ce.array)(rA),commands:(0,ce.array)(g2)});var wh=Object.defineProperty,sA=Object.getOwnPropertyDescriptor,oA=Object.getOwnPropertyNames,aA=Object.prototype.hasOwnProperty,cA=(e,t)=>{for(var r in t)wh(e,r,{get:t[r],enumerable:!0})},uA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of oA(t))!aA.call(e,i)&&i!==r&&wh(e,i,{get:()=>t[i],enumerable:!(n=sA(t,i))||n.enumerable});return e},lA=e=>uA(wh({},"__esModule",{value:!0}),e),y2={};cA(y2,{Commands:()=>fA,UpgradePolicy:()=>b2});var _h=lA(y2),dp=Tr,In=is,hp=Hr,kn=jo,b2=(e=>(e[e.COMPATIBLE=0]="COMPATIBLE",e[e.ADDITIVE=128]="ADDITIVE",e[e.DEP_ONLY=192]="DEP_ONLY",e))(b2||{});const fA={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=>(0,In.parse)(kn.Argument,r)),address:(0,In.parse)(kn.Argument,t)}}},SplitCoins(e,t){return{$kind:"SplitCoins",SplitCoins:{coin:(0,In.parse)(kn.Argument,e),amounts:t.map(r=>(0,In.parse)(kn.Argument,r))}}},MergeCoins(e,t){return{$kind:"MergeCoins",MergeCoins:{destination:(0,In.parse)(kn.Argument,e),sources:t.map(r=>(0,In.parse)(kn.Argument,r))}}},Publish({modules:e,dependencies:t}){return{$kind:"Publish",Publish:{modules:e.map(r=>typeof r=="string"?r:(0,dp.toBase64)(new Uint8Array(r))),dependencies:t.map(r=>(0,hp.normalizeSuiObjectId)(r))}}},Upgrade({modules:e,dependencies:t,package:r,ticket:n}){return{$kind:"Upgrade",Upgrade:{modules:e.map(i=>typeof i=="string"?i:(0,dp.toBase64)(new Uint8Array(i))),dependencies:t.map(i=>(0,hp.normalizeSuiObjectId)(i)),package:r,ticket:(0,In.parse)(kn.Argument,n)}}},MakeMoveVec({type:e,elements:t}){return{$kind:"MakeMoveVec",MakeMoveVec:{type:e??null,elements:t.map(r=>(0,In.parse)(kn.Argument,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(s=>(0,In.parse)(kn.Argument,s)):(0,In.parse)(kn.Argument,i)])),data:r}}}};var xh=Object.defineProperty,dA=Object.getOwnPropertyDescriptor,hA=Object.getOwnPropertyNames,pA=Object.prototype.hasOwnProperty,mA=(e,t)=>{for(var r in t)xh(e,r,{get:t[r],enumerable:!0})},gA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of hA(t))!pA.call(e,i)&&i!==r&&xh(e,i,{get:()=>t[i],enumerable:!(n=dA(t,i))||n.enumerable});return e},vA=e=>gA(xh({},"__esModule",{value:!0}),e),w2={};mA(w2,{NormalizedCallArg:()=>qf,ObjectRef:()=>du,SerializedTransactionDataV1:()=>kA,StructTag:()=>E2,TransactionArgument:()=>Gn,TypeTag:()=>Gu,serializeV1TransactionData:()=>jA,transactionDataFromV1:()=>PA});var _2=vA(w2),vo=Tr,te=is,x2=Ai,Sa=jo;const du=(0,te.object)({digest:(0,te.string)(),objectId:(0,te.string)(),version:(0,te.union)([(0,te.pipe)((0,te.number)(),(0,te.integer)()),(0,te.string)(),(0,te.bigint)()])}),yA=(0,Sa.safeEnum)({ImmOrOwned:du,Shared:(0,te.object)({objectId:Sa.ObjectID,initialSharedVersion:Sa.JsonU64,mutable:(0,te.boolean)()}),Receiving:du}),qf=(0,Sa.safeEnum)({Object:yA,Pure:(0,te.array)((0,te.pipe)((0,te.number)(),(0,te.integer)()))}),S2=(0,te.union)([(0,te.object)({kind:(0,te.literal)("Input"),index:(0,te.pipe)((0,te.number)(),(0,te.integer)()),value:(0,te.unknown)(),type:(0,te.optional)((0,te.literal)("object"))}),(0,te.object)({kind:(0,te.literal)("Input"),index:(0,te.pipe)((0,te.number)(),(0,te.integer)()),value:(0,te.unknown)(),type:(0,te.literal)("pure")})]),bA=(0,te.union)([(0,te.object)({Epoch:(0,te.pipe)((0,te.number)(),(0,te.integer)())}),(0,te.object)({None:(0,te.nullable)((0,te.literal)(!0))})]),pp=(0,te.pipe)((0,te.union)([(0,te.number)(),(0,te.string)(),(0,te.bigint)()]),(0,te.check)(e=>{if(!["string","number","bigint"].includes(typeof e))return!1;try{return BigInt(e),!0}catch{return!1}})),Gu=(0,te.union)([(0,te.object)({bool:(0,te.nullable)((0,te.literal)(!0))}),(0,te.object)({u8:(0,te.nullable)((0,te.literal)(!0))}),(0,te.object)({u64:(0,te.nullable)((0,te.literal)(!0))}),(0,te.object)({u128:(0,te.nullable)((0,te.literal)(!0))}),(0,te.object)({address:(0,te.nullable)((0,te.literal)(!0))}),(0,te.object)({signer:(0,te.nullable)((0,te.literal)(!0))}),(0,te.object)({vector:(0,te.lazy)(()=>Gu)}),(0,te.object)({struct:(0,te.lazy)(()=>E2)}),(0,te.object)({u16:(0,te.nullable)((0,te.literal)(!0))}),(0,te.object)({u32:(0,te.nullable)((0,te.literal)(!0))}),(0,te.object)({u256:(0,te.nullable)((0,te.literal)(!0))})]),E2=(0,te.object)({address:(0,te.string)(),module:(0,te.string)(),name:(0,te.string)(),typeParams:(0,te.array)(Gu)}),wA=(0,te.object)({budget:(0,te.optional)(pp),price:(0,te.optional)(pp),payment:(0,te.optional)((0,te.array)(du)),owner:(0,te.optional)((0,te.string)())}),_A=[S2,(0,te.object)({kind:(0,te.literal)("GasCoin")}),(0,te.object)({kind:(0,te.literal)("Result"),index:(0,te.pipe)((0,te.number)(),(0,te.integer)())}),(0,te.object)({kind:(0,te.literal)("NestedResult"),index:(0,te.pipe)((0,te.number)(),(0,te.integer)()),resultIndex:(0,te.pipe)((0,te.number)(),(0,te.integer)())})],Gn=(0,te.union)([..._A]),xA=(0,te.object)({kind:(0,te.literal)("MoveCall"),target:(0,te.pipe)((0,te.string)(),(0,te.check)(e=>e.split("::").length===3)),typeArguments:(0,te.array)((0,te.string)()),arguments:(0,te.array)(Gn)}),SA=(0,te.object)({kind:(0,te.literal)("TransferObjects"),objects:(0,te.array)(Gn),address:Gn}),EA=(0,te.object)({kind:(0,te.literal)("SplitCoins"),coin:Gn,amounts:(0,te.array)(Gn)}),MA=(0,te.object)({kind:(0,te.literal)("MergeCoins"),destination:Gn,sources:(0,te.array)(Gn)}),CA=(0,te.object)({kind:(0,te.literal)("MakeMoveVec"),type:(0,te.union)([(0,te.object)({Some:Gu}),(0,te.object)({None:(0,te.nullable)((0,te.literal)(!0))})]),objects:(0,te.array)(Gn)}),AA=(0,te.object)({kind:(0,te.literal)("Publish"),modules:(0,te.array)((0,te.array)((0,te.pipe)((0,te.number)(),(0,te.integer)()))),dependencies:(0,te.array)((0,te.string)())}),TA=(0,te.object)({kind:(0,te.literal)("Upgrade"),modules:(0,te.array)((0,te.array)((0,te.pipe)((0,te.number)(),(0,te.integer)()))),dependencies:(0,te.array)((0,te.string)()),packageId:(0,te.string)(),ticket:Gn}),OA=[xA,SA,EA,MA,AA,TA,CA],IA=(0,te.union)([...OA]),kA=(0,te.object)({version:(0,te.literal)(1),sender:(0,te.optional)((0,te.string)()),expiration:(0,te.nullish)(bA),gasConfig:wA,inputs:(0,te.array)(S2),transactions:(0,te.array)(IA)});function jA(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((0,vo.fromBase64)(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:x2.TypeTagSerializer.parseFromStr(n.MakeMoveVec.type)},objects:n.MakeMoveVec.elements.map(i=>ii(i,t))};if(n.MergeCoins)return{kind:"MergeCoins",destination:ii(n.MergeCoins.destination,t),sources:n.MergeCoins.sources.map(i=>ii(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=>ii(i,t))};if(n.Publish)return{kind:"Publish",modules:n.Publish.modules.map(i=>Array.from((0,vo.fromBase64)(i))),dependencies:n.Publish.dependencies};if(n.SplitCoins)return{kind:"SplitCoins",coin:ii(n.SplitCoins.coin,t),amounts:n.SplitCoins.amounts.map(i=>ii(i,t))};if(n.TransferObjects)return{kind:"TransferObjects",objects:n.TransferObjects.objects.map(i=>ii(i,t)),address:ii(n.TransferObjects.address,t)};if(n.Upgrade)return{kind:"Upgrade",modules:n.Upgrade.modules.map(i=>Array.from((0,vo.fromBase64)(i))),dependencies:n.Upgrade.dependencies,packageId:n.Upgrade.package,ticket:ii(n.Upgrade.ticket,t)};throw new Error(`Unknown transaction ${Object.keys(n)}`)})}}function ii(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 PA(e){var t,r,n;return(0,te.parse)(Sa.TransactionData,{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((0,te.is)(qf,i.value)){const s=(0,te.parse)(qf,i.value);if(s.Object){if(s.Object.ImmOrOwned)return{Object:{ImmOrOwnedObject:{objectId:s.Object.ImmOrOwned.objectId,version:String(s.Object.ImmOrOwned.version),digest:s.Object.ImmOrOwned.digest}}};if(s.Object.Shared)return{Object:{SharedObject:{mutable:s.Object.Shared.mutable??null,initialSharedVersion:s.Object.Shared.initialSharedVersion,objectId:s.Object.Shared.objectId}}};if(s.Object.Receiving)return{Object:{Receiving:{digest:s.Object.Receiving.digest,version:String(s.Object.Receiving.version),objectId:s.Object.Receiving.objectId}}};throw new Error("Invalid object input")}return{Pure:{bytes:(0,vo.toBase64)(new Uint8Array(s.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?x2.TypeTagSerializer.tagToString(i.type.Some):null,elements:i.objects.map(s=>si(s))}};case"MergeCoins":return{MergeCoins:{destination:si(i.destination),sources:i.sources.map(s=>si(s))}};case"MoveCall":{const[s,o,a]=i.target.split("::");return{MoveCall:{package:s,module:o,function:a,typeArguments:i.typeArguments,arguments:i.arguments.map(c=>si(c))}}}case"Publish":return{Publish:{modules:i.modules.map(s=>(0,vo.toBase64)(Uint8Array.from(s))),dependencies:i.dependencies}};case"SplitCoins":return{SplitCoins:{coin:si(i.coin),amounts:i.amounts.map(s=>si(s))}};case"TransferObjects":return{TransferObjects:{objects:i.objects.map(s=>si(s)),address:si(i.address)}};case"Upgrade":return{Upgrade:{modules:i.modules.map(s=>(0,vo.toBase64)(Uint8Array.from(s))),dependencies:i.dependencies,package:i.packageId,ticket:si(i.ticket)}}}throw new Error(`Unknown transaction ${Object.keys(i)}`)})})}function si(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}}}var Sh=Object.defineProperty,RA=Object.getOwnPropertyDescriptor,NA=Object.getOwnPropertyNames,DA=Object.prototype.hasOwnProperty,$A=(e,t)=>{for(var r in t)Sh(e,r,{get:t[r],enumerable:!0})},BA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of NA(t))!DA.call(e,i)&&i!==r&&Sh(e,i,{get:()=>t[i],enumerable:!(n=RA(t,i))||n.enumerable});return e},LA=e=>BA(Sh({},"__esModule",{value:!0}),e),M2={};$A(M2,{SerializedTransactionDataV2:()=>KA});var UA=LA(M2),je=is,ar=jo;function nc(e){return(0,je.union)(Object.entries(e).map(([t,r])=>(0,je.object)({[t]:r})))}const ln=nc({GasCoin:(0,je.literal)(!0),Input:(0,je.pipe)((0,je.number)(),(0,je.integer)()),Result:(0,je.pipe)((0,je.number)(),(0,je.integer)()),NestedResult:(0,je.tuple)([(0,je.pipe)((0,je.number)(),(0,je.integer)()),(0,je.pipe)((0,je.number)(),(0,je.integer)())])}),FA=(0,je.object)({budget:(0,je.nullable)(ar.JsonU64),price:(0,je.nullable)(ar.JsonU64),owner:(0,je.nullable)(ar.SuiAddress),payment:(0,je.nullable)((0,je.array)(ar.ObjectRef))}),zA=(0,je.object)({package:ar.ObjectID,module:(0,je.string)(),function:(0,je.string)(),typeArguments:(0,je.array)((0,je.string)()),arguments:(0,je.array)(ln)}),VA=(0,je.object)({name:(0,je.string)(),inputs:(0,je.record)((0,je.string)(),(0,je.union)([ln,(0,je.array)(ln)])),data:(0,je.record)((0,je.string)(),(0,je.unknown)())}),qA=nc({MoveCall:zA,TransferObjects:(0,je.object)({objects:(0,je.array)(ln),address:ln}),SplitCoins:(0,je.object)({coin:ln,amounts:(0,je.array)(ln)}),MergeCoins:(0,je.object)({destination:ln,sources:(0,je.array)(ln)}),Publish:(0,je.object)({modules:(0,je.array)(ar.BCSBytes),dependencies:(0,je.array)(ar.ObjectID)}),MakeMoveVec:(0,je.object)({type:(0,je.nullable)((0,je.string)()),elements:(0,je.array)(ln)}),Upgrade:(0,je.object)({modules:(0,je.array)(ar.BCSBytes),dependencies:(0,je.array)(ar.ObjectID),package:ar.ObjectID,ticket:ln}),$Intent:VA}),GA=nc({ImmOrOwnedObject:ar.ObjectRef,SharedObject:(0,je.object)({objectId:ar.ObjectID,initialSharedVersion:ar.JsonU64,mutable:(0,je.boolean)()}),Receiving:ar.ObjectRef}),HA=nc({Object:GA,Pure:(0,je.object)({bytes:ar.BCSBytes}),UnresolvedPure:(0,je.object)({value:(0,je.unknown)()}),UnresolvedObject:(0,je.object)({objectId:ar.ObjectID,version:(0,je.optional)((0,je.nullable)(ar.JsonU64)),digest:(0,je.optional)((0,je.nullable)((0,je.string)())),initialSharedVersion:(0,je.optional)((0,je.nullable)(ar.JsonU64))})}),WA=nc({None:(0,je.literal)(!0),Epoch:ar.JsonU64}),KA=(0,je.object)({version:(0,je.literal)(2),sender:(0,je.nullish)(ar.SuiAddress),expiration:(0,je.nullish)(WA),gasData:FA,inputs:(0,je.array)(HA),commands:(0,je.array)(qA)});var Eh=Object.defineProperty,XA=Object.getOwnPropertyDescriptor,YA=Object.getOwnPropertyNames,JA=Object.prototype.hasOwnProperty,ZA=(e,t)=>{for(var r in t)Eh(e,r,{get:t[r],enumerable:!0})},QA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of YA(t))!JA.call(e,i)&&i!==r&&Eh(e,i,{get:()=>t[i],enumerable:!(n=XA(t,i))||n.enumerable});return e},eT=e=>QA(Eh({},"__esModule",{value:!0}),e),C2={};ZA(C2,{getClient:()=>Ro,resolveTransactionData:()=>oT});var A2=eT(C2),tT=is,mp=Ai,Gf=a2,rT=jo,Ea=qu,Gl=u2;const nT=50,iT=1000n,sT=5e10;async function oT(e,t,r){return await fT(e,t),await lT(e,t),t.onlyTransactionKind||(await aT(e,t),await cT(e,t),await uT(e,t)),await dT(e),await r()}async function aT(e,t){e.gasConfig.price||(e.gasConfig.price=String(await Ro(t).getReferenceGasPrice()))}async function cT(e,t){if(e.gasConfig.budget)return;const r=await Ro(t).dryRunTransactionBlock({transactionBlock:e.build({overrides:{gasData:{budget:String(sT),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=iT*BigInt(e.gasConfig.price||1n),i=BigInt(r.effects.gasUsed.computationCost)+n,s=i+BigInt(r.effects.gasUsed.storageCost)-BigInt(r.effects.gasUsed.storageRebate);e.gasConfig.budget=String(s>i?s:i)}async function uT(e,t){if(!e.gasConfig.payment){const n=(await Ro(t).getCoins({owner:e.gasConfig.owner||e.sender,coinType:Gf.SUI_TYPE_ARG})).data.filter(i=>!e.inputs.find(o=>{var a;return(a=o.Object)!=null&&a.ImmOrOwnedObject?i.coinObjectId===o.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=>(0,tT.parse)(rT.ObjectRef,i))}}async function lT(e,t){const r=e.inputs.filter(l=>{var f;return l.UnresolvedObject&&!(l.UnresolvedObject.version||(f=l.UnresolvedObject)!=null&&f.initialSharedVersion)}),n=[...new Set(r.map(l=>(0,Gf.normalizeSuiObjectId)(l.UnresolvedObject.objectId)))],i=n.length?gT(n,nT):[],s=(await Promise.all(i.map(l=>Ro(t).multiGetObjects({ids:l,options:{showOwner:!0}})))).flat(),o=new Map(n.map((l,f)=>[l,s[f]])),a=Array.from(o).filter(([l,f])=>f.error).map(([l,f])=>JSON.stringify(f.error));if(a.length)throw new Error(`The following input objects are invalid: ${a.join(", ")}`);const c=s.map(l=>{if(l.error||!l.data)throw new Error(`Failed to fetch object: ${l.error}`);const f=l.data.owner,h=f&&typeof f=="object"&&"Shared"in f?f.Shared.initial_shared_version:null;return{objectId:l.data.objectId,digest:l.data.digest,version:l.data.version,initialSharedVersion:h}}),u=new Map(n.map((l,f)=>[l,c[f]]));for(const[l,f]of e.inputs.entries()){if(!f.UnresolvedObject)continue;let h;const y=(0,Gf.normalizeSuiAddress)(f.UnresolvedObject.objectId),_=u.get(y);f.UnresolvedObject.initialSharedVersion??(_==null?void 0:_.initialSharedVersion)?h=Ea.Inputs.SharedObjectRef({objectId:y,initialSharedVersion:f.UnresolvedObject.initialSharedVersion||(_==null?void 0:_.initialSharedVersion),mutable:hT(e,l)}):pT(e,l)&&(h=Ea.Inputs.ReceivingRef({objectId:y,digest:f.UnresolvedObject.digest??(_==null?void 0:_.digest),version:f.UnresolvedObject.version??(_==null?void 0:_.version)})),e.inputs[e.inputs.indexOf(f)]=h??Ea.Inputs.ObjectRef({objectId:y,digest:f.UnresolvedObject.digest??(_==null?void 0:_.digest),version:f.UnresolvedObject.version??(_==null?void 0:_.version)})}}async function fT(e,t){const{inputs:r,commands:n}=e,i=[],s=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}`;s.add(l),i.push(a.MoveCall)}}switch(a.$kind){case"SplitCoins":a.SplitCoins.amounts.forEach(c=>{gp(c,mp.bcs.U64,e)});break;case"TransferObjects":gp(a.TransferObjects.address,mp.bcs.Address,e);break}});const o=new Map;if(s.size>0){const a=Ro(t);await Promise.all([...s].map(async c=>{const[u,l,f]=c.split("::"),h=await a.getNormalizedMoveFunction({package:u,module:l,function:f});o.set(c,h.parameters.map(y=>(0,Gl.normalizedTypeToMoveTypeSignature)(y)))}))}i.length&&await Promise.all(i.map(async a=>{const c=o.get(`${a.package}::${a.module}::${a.function}`);if(!c)return;const l=c.length>0&&(0,Gl.isTxContext)(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((f,h)=>{var P,N;const y=c.arguments[h];if(y.$kind!=="Input")return;const _=r[y.Input];if(!_.UnresolvedPure&&!_.UnresolvedObject)return;const w=((P=_.UnresolvedPure)==null?void 0:P.value)??((N=_.UnresolvedObject)==null?void 0:N.objectId),A=(0,Gl.getPureBcsSchema)(f.body);if(A){y.type="pure",r[r.indexOf(_)]=Ea.Inputs.Pure(A.serialize(w));return}if(typeof w!="string")throw new Error(`Expect the argument to be an object id string, got ${JSON.stringify(w,null,2)}`);y.type="object";const I=_.UnresolvedPure?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:w}}:_;r[y.Input]=I})}})}function dT(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 gp(e,t,r){if(e.$kind!=="Input")return;const n=r.inputs[e.Input];n.$kind==="UnresolvedPure"&&(r.inputs[e.Input]=Ea.Inputs.Pure(t.serialize(n.UnresolvedPure.value)))}function hT(e,t){let r=!1;return e.getInputUses(t,(n,i)=>{if(i.MoveCall&&i.MoveCall._argumentTypes){const s=i.MoveCall.arguments.indexOf(n);r=i.MoveCall._argumentTypes[s].ref!=="&"||r}(i.$kind==="MakeMoveVec"||i.$kind==="MergeCoins"||i.$kind==="SplitCoins")&&(r=!0)}),r}function pT(e,t){let r=!1;return e.getInputUses(t,(n,i)=>{if(i.MoveCall&&i.MoveCall._argumentTypes){const s=i.MoveCall.arguments.indexOf(n);r=mT(i.MoveCall._argumentTypes[s])||r}}),r}function mT(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 Ro(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 gT(e,t){return Array.from({length:Math.ceil(e.length/t)},(r,n)=>e.slice(n*t,n*t+t))}var Mh=Object.defineProperty,vT=Object.getOwnPropertyDescriptor,yT=Object.getOwnPropertyNames,bT=Object.prototype.hasOwnProperty,wT=(e,t)=>{for(var r in t)Mh(e,r,{get:t[r],enumerable:!0})},_T=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of yT(t))!bT.call(e,i)&&i!==r&&Mh(e,i,{get:()=>t[i],enumerable:!(n=vT(t,i))||n.enumerable});return e},xT=e=>_T(Mh({},"__esModule",{value:!0}),e),T2={};wT(T2,{createObjectMethods:()=>ST});var O2=xT(T2);function ST(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}var Ch=Object.defineProperty,ET=Object.getOwnPropertyDescriptor,MT=Object.getOwnPropertyNames,CT=Object.prototype.hasOwnProperty,AT=(e,t)=>{for(var r in t)Ch(e,r,{get:t[r],enumerable:!0})},TT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of MT(t))!CT.call(e,i)&&i!==r&&Ch(e,i,{get:()=>t[i],enumerable:!(n=ET(t,i))||n.enumerable});return e},OT=e=>TT(Ch({},"__esModule",{value:!0}),e),I2={};AT(I2,{createPure:()=>kT});var k2=OT(I2),IT=Tr,rr=Ai;function kT(e){function t(r,n){if(typeof r=="string")return e(Ma(r).serialize(n));if(r instanceof Uint8Array||(0,IT.isSerializedBcs)(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(rr.bcs.U8.serialize(r)),t.u16=r=>e(rr.bcs.U16.serialize(r)),t.u32=r=>e(rr.bcs.U32.serialize(r)),t.u64=r=>e(rr.bcs.U64.serialize(r)),t.u128=r=>e(rr.bcs.U128.serialize(r)),t.u256=r=>e(rr.bcs.U256.serialize(r)),t.bool=r=>e(rr.bcs.Bool.serialize(r)),t.string=r=>e(rr.bcs.String.serialize(r)),t.address=r=>e(rr.bcs.Address.serialize(r)),t.id=t.address,t.vector=(r,n)=>e(rr.bcs.vector(Ma(r)).serialize(n)),t.option=(r,n)=>e(rr.bcs.option(Ma(r)).serialize(n)),t}function Ma(e){switch(e){case"u8":return rr.bcs.u8();case"u16":return rr.bcs.u16();case"u32":return rr.bcs.u32();case"u64":return rr.bcs.u64();case"u128":return rr.bcs.u128();case"u256":return rr.bcs.u256();case"bool":return rr.bcs.bool();case"string":return rr.bcs.string();case"id":case"address":return rr.bcs.Address}const t=e.match(/^(vector|option)<(.+)>$/);if(t){const[r,n]=t.slice(1);return r==="vector"?rr.bcs.vector(Ma(n)):rr.bcs.option(Ma(n))}throw new Error(`Invalid Pure type name: ${e}`)}var Ah=Object.defineProperty,jT=Object.getOwnPropertyDescriptor,PT=Object.getOwnPropertyNames,RT=Object.prototype.hasOwnProperty,NT=(e,t)=>{for(var r in t)Ah(e,r,{get:t[r],enumerable:!0})},DT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of PT(t))!RT.call(e,i)&&i!==r&&Ah(e,i,{get:()=>t[i],enumerable:!(n=jT(t,i))||n.enumerable});return e},$T=e=>DT(Ah({},"__esModule",{value:!0}),e),j2={};NT(j2,{hashTypedData:()=>UT});var BT=$T(j2),LT=i2;function UT(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),(0,LT.blake2b)(n,{dkLen:32})}var Th=Object.defineProperty,FT=Object.getOwnPropertyDescriptor,zT=Object.getOwnPropertyNames,VT=Object.prototype.hasOwnProperty,qT=(e,t)=>{for(var r in t)Th(e,r,{get:t[r],enumerable:!0})},GT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of zT(t))!VT.call(e,i)&&i!==r&&Th(e,i,{get:()=>t[i],enumerable:!(n=FT(t,i))||n.enumerable});return e},HT=e=>GT(Th({},"__esModule",{value:!0}),e),P2={};qT(P2,{TransactionDataBuilder:()=>Ss});var Oh=HT(P2),WT=Tr,Hl=is,yc=Ai,KT=Hr,Wl=jo,XT=_2,YT=BT;function vp(e){return(0,KT.normalizeSuiAddress)(e).replace("0x","")}class Ss{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=yc.bcs.TransactionKind.parse(t).ProgrammableTransaction;if(!n)throw new Error("Unable to deserialize from bytes.");return Ss.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=yc.bcs.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 Ss.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 Ss((0,Hl.parse)(Wl.TransactionData,t)):new Ss((0,Hl.parse)(Wl.TransactionData,(0,XT.transactionDataFromV1)(t)))}static getDigestFromBytes(t){const r=(0,YT.hashTypedData)("TransactionData",t);return(0,WT.toBase58)(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,s=this.commands,o={ProgrammableTransaction:{inputs:i,commands:s}};if(n)return yc.bcs.TransactionKind.serialize(o,{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:vp(c),expiration:a||{None:!0},gasData:{payment:u.payment,owner:vp(this.gasData.owner??c),price:BigInt(u.price),budget:BigInt(u.budget)},kind:{ProgrammableTransaction:{inputs:i,commands:s}}};return yc.bcs.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,s]of Object.entries(n))r.$Intent.inputs[i]=Array.isArray(s)?s.map(o=>t(o,r)):t(s,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 Ss.getDigestFromBytes(t)}snapshot(){return(0,Hl.parse)(Wl.TransactionData,this)}}var Ih=Object.defineProperty,JT=Object.getOwnPropertyDescriptor,ZT=Object.getOwnPropertyNames,QT=Object.prototype.hasOwnProperty,eO=(e,t)=>{for(var r in t)Ih(e,r,{get:t[r],enumerable:!0})},tO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ZT(t))!QT.call(e,i)&&i!==r&&Ih(e,i,{get:()=>t[i],enumerable:!(n=JT(t,i))||n.enumerable});return e},rO=e=>tO(Ih({},"__esModule",{value:!0}),e),R2={};eO(R2,{extractMutableReference:()=>N2,extractReference:()=>D2,extractStructTag:()=>iO,getIdFromCallArg:()=>sO});var nO=rO(R2),ea=Hr;function N2(e){return typeof e=="object"&&"MutableReference"in e?e.MutableReference:void 0}function D2(e){return typeof e=="object"&&"Reference"in e?e.Reference:void 0}function iO(e){if(typeof e=="object"&&"Struct"in e)return e;const t=D2(e),r=N2(e);if(typeof t=="object"&&"Struct"in t)return t;if(typeof r=="object"&&"Struct"in r)return r}function sO(e){if(typeof e=="string")return(0,ea.normalizeSuiAddress)(e);if(e.Object)return e.Object.ImmOrOwnedObject?(0,ea.normalizeSuiAddress)(e.Object.ImmOrOwnedObject.objectId):e.Object.Receiving?(0,ea.normalizeSuiAddress)(e.Object.Receiving.objectId):(0,ea.normalizeSuiAddress)(e.Object.SharedObject.objectId);if(e.UnresolvedObject)return(0,ea.normalizeSuiAddress)(e.UnresolvedObject.objectId)}var kh=Object.defineProperty,oO=Object.getOwnPropertyDescriptor,aO=Object.getOwnPropertyNames,cO=Object.prototype.hasOwnProperty,$2=e=>{throw TypeError(e)},uO=(e,t)=>{for(var r in t)kh(e,r,{get:t[r],enumerable:!0})},lO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of aO(t))!cO.call(e,i)&&i!==r&&kh(e,i,{get:()=>t[i],enumerable:!(n=oO(t,i))||n.enumerable});return e},fO=e=>lO(kh({},"__esModule",{value:!0}),e),jh=(e,t,r)=>t.has(e)||$2("Cannot "+r),Et=(e,t,r)=>(jh(e,t,"read from private field"),r?r.call(e):t.get(e)),ta=(e,t,r)=>t.has(e)?$2("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),us=(e,t,r,n)=>(jh(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),ai=(e,t,r)=>(jh(e,t,"access private method"),r),B2={};uO(B2,{Transaction:()=>yO,isTransaction:()=>U2});var Hu=fO(B2),jc=Tr,Bi=is,dO=Hr,ls=_h,Es=jo,yp=_2,hO=UA,bc=qu,pO=A2,mO=O2,gO=k2,ra=Oh,bp=nO,pa,Ca,vs,At,fn,Pc,Ph,Hf,Rh;function wp(e,t=1/0){const r={$kind:"Result",Result:e},n=[],i=s=>n[s]??(n[s]={$kind:"NestedResult",NestedResult:[e,s]});return new Proxy(r,{set(){throw new Error("The transaction result is a proxy, and does not support setting properties directly")},get(s,o){if(o in s)return Reflect.get(s,o);if(o===Symbol.iterator)return function*(){let c=0;for(;c<t;)yield i(c),c++};if(typeof o=="symbol")return;const a=parseInt(o,10);if(!(Number.isNaN(a)||a<0))return i(a)}})}const L2=Symbol.for("@mysten/transaction");function U2(e){return!!e&&typeof e=="object"&&e[L2]===!0}const _p={buildPlugins:new Map,serializationPlugins:new Map},Kl=Symbol.for("@mysten/transaction/registry");function na(){try{const e=globalThis;return e[Kl]||(e[Kl]=_p),e[Kl]}catch{return _p}}const vO=class Wf{constructor(){ta(this,fn),ta(this,pa),ta(this,Ca),ta(this,vs,new Map),ta(this,At),this.object=(0,mO.createObjectMethods)(r=>{var s,o;if(typeof r=="function")return this.object(r(this));if(typeof r=="object"&&(0,Bi.is)(Es.Argument,r))return r;const n=(0,bp.getIdFromCallArg)(r),i=Et(this,At).inputs.find(a=>n===(0,bp.getIdFromCallArg)(a));return(s=i==null?void 0:i.Object)!=null&&s.SharedObject&&typeof r=="object"&&((o=r.Object)!=null&&o.SharedObject)&&(i.Object.SharedObject.mutable=i.Object.SharedObject.mutable||r.Object.SharedObject.mutable),i?{$kind:"Input",Input:Et(this,At).inputs.indexOf(i),type:"object"}:Et(this,At).addInput("object",typeof r=="string"?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:(0,dO.normalizeSuiAddress)(r)}}:r)});const t=na();us(this,At,new ra.TransactionDataBuilder),us(this,Ca,[...t.buildPlugins.values()]),us(this,pa,[...t.serializationPlugins.values()])}static fromKind(t){const r=new Wf;return us(r,At,ra.TransactionDataBuilder.fromKindBytes(typeof t=="string"?(0,jc.fromBase64)(t):t)),r}static from(t){const r=new Wf;return U2(t)?us(r,At,new ra.TransactionDataBuilder(t.getData())):typeof t!="string"||!t.startsWith("{")?us(r,At,ra.TransactionDataBuilder.fromBytes(typeof t=="string"?(0,jc.fromBase64)(t):t)):us(r,At,ra.TransactionDataBuilder.restore(JSON.parse(t))),r}static registerGlobalSerializationPlugin(t,r){na().serializationPlugins.set(t,r??t)}static unregisterGlobalSerializationPlugin(t){na().serializationPlugins.delete(t)}static registerGlobalBuildPlugin(t,r){na().buildPlugins.set(t,r??t)}static unregisterGlobalBuildPlugin(t){na().buildPlugins.delete(t)}addSerializationPlugin(t){Et(this,pa).push(t)}addBuildPlugin(t){Et(this,Ca).push(t)}addIntentResolver(t,r){if(Et(this,vs).has(t)&&Et(this,vs).get(t)!==r)throw new Error(`Intent resolver for ${t} already exists`);Et(this,vs).set(t,r)}setSender(t){Et(this,At).sender=t}setSenderIfNotSet(t){Et(this,At).sender||(Et(this,At).sender=t)}setExpiration(t){Et(this,At).expiration=t?(0,Bi.parse)(Es.TransactionExpiration,t):null}setGasPrice(t){Et(this,At).gasConfig.price=String(t)}setGasBudget(t){Et(this,At).gasConfig.budget=String(t)}setGasBudgetIfNotSet(t){Et(this,At).gasData.budget==null&&(Et(this,At).gasConfig.budget=String(t))}setGasOwner(t){Et(this,At).gasConfig.owner=t}setGasPayment(t){Et(this,At).gasConfig.payment=t.map(r=>(0,Bi.parse)(Es.ObjectRef,r))}get blockData(){return(0,yp.serializeV1TransactionData)(Et(this,At).snapshot())}getData(){return Et(this,At).snapshot()}get[L2](){return!0}get pure(){return Object.defineProperty(this,"pure",{enumerable:!1,value:(0,gO.createPure)(t=>(0,jc.isSerializedBcs)(t)?Et(this,At).addInput("pure",{$kind:"Pure",Pure:{bytes:t.toBase64()}}):Et(this,At).addInput("pure",(0,Bi.is)(Es.NormalizedCallArg,t)?(0,Bi.parse)(Es.NormalizedCallArg,t):t instanceof Uint8Array?bc.Inputs.Pure(t):{$kind:"UnresolvedPure",UnresolvedPure:{value:t}}))}),this.pure}get gas(){return{$kind:"GasCoin",GasCoin:!0}}objectRef(...t){return this.object(bc.Inputs.ObjectRef(...t))}receivingRef(...t){return this.object(bc.Inputs.ReceivingRef(...t))}sharedObjectRef(...t){return this.object(bc.Inputs.SharedObjectRef(...t))}add(t){if(typeof t=="function")return t(this);const r=Et(this,At).commands.push(t);return wp(r-1)}splitCoins(t,r){const n=ls.Commands.SplitCoins(typeof t=="string"?this.object(t):ai(this,fn,Ph).call(this,t),r.map(s=>typeof s=="number"||typeof s=="bigint"||typeof s=="string"?this.pure.u64(s):ai(this,fn,Pc).call(this,s))),i=Et(this,At).commands.push(n);return wp(i-1,r.length)}mergeCoins(t,r){return this.add(ls.Commands.MergeCoins(this.object(t),r.map(n=>this.object(n))))}publish({modules:t,dependencies:r}){return this.add(ls.Commands.Publish({modules:t,dependencies:r}))}upgrade({modules:t,dependencies:r,package:n,ticket:i}){return this.add(ls.Commands.Upgrade({modules:t,dependencies:r,package:n,ticket:this.object(i)}))}moveCall({arguments:t,...r}){return this.add(ls.Commands.MoveCall({...r,arguments:t==null?void 0:t.map(n=>ai(this,fn,Pc).call(this,n))}))}transferObjects(t,r){return this.add(ls.Commands.TransferObjects(t.map(n=>this.object(n)),typeof r=="string"?this.pure.address(r):ai(this,fn,Pc).call(this,r)))}makeMoveVec({type:t,elements:r}){return this.add(ls.Commands.MakeMoveVec({type:t,elements:r.map(n=>this.object(n))}))}serialize(){return JSON.stringify((0,yp.serializeV1TransactionData)(Et(this,At).snapshot()))}async toJSON(t={}){return await this.prepareForSerialization(t),JSON.stringify((0,Bi.parse)(hO.SerializedTransactionDataV2,Et(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 ai(this,fn,Hf).call(this,t),Et(this,At).build({onlyTransactionKind:t.onlyTransactionKind})}async getDigest(t={}){return await ai(this,fn,Hf).call(this,t),Et(this,At).getDigest()}async prepareForSerialization(t){var i;const r=new Set;for(const s of Et(this,At).commands)s.$Intent&&r.add(s.$Intent.name);const n=[...Et(this,pa)];for(const s of r)if(!((i=t.supportedIntents)!=null&&i.includes(s))){if(!Et(this,vs).has(s))throw new Error(`Missing intent resolver for ${s}`);n.push(Et(this,vs).get(s))}await ai(this,fn,Rh).call(this,n,t)}};pa=new WeakMap;Ca=new WeakMap;vs=new WeakMap;At=new WeakMap;fn=new WeakSet;Pc=function(e){return(0,jc.isSerializedBcs)(e)?this.pure(e):ai(this,fn,Ph).call(this,e)};Ph=function(e){return typeof e=="function"?(0,Bi.parse)(Es.Argument,e(this)):(0,Bi.parse)(Es.Argument,e)};Hf=async function(e){if(!e.onlyTransactionKind&&!Et(this,At).sender)throw new Error("Missing transaction sender");await ai(this,fn,Rh).call(this,[...Et(this,Ca),pO.resolveTransactionData],e)};Rh=async function(e,t){const r=n=>{if(n>=e.length)return()=>{};const i=e[n];return async()=>{const s=r(n+1);let o=!1,a=!1;if(await i(Et(this,At),t,async()=>{if(o)throw new Error(`next() was call multiple times in TransactionPlugin ${n}`);o=!0,await s(),a=!0}),!o)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 yO=vO;var Nh=Object.defineProperty,bO=Object.getOwnPropertyDescriptor,wO=Object.getOwnPropertyNames,_O=Object.prototype.hasOwnProperty,F2=e=>{throw TypeError(e)},xO=(e,t)=>{for(var r in t)Nh(e,r,{get:t[r],enumerable:!0})},SO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of wO(t))!_O.call(e,i)&&i!==r&&Nh(e,i,{get:()=>t[i],enumerable:!(n=bO(t,i))||n.enumerable});return e},EO=e=>SO(Nh({},"__esModule",{value:!0}),e),z2=(e,t,r)=>t.has(e)||F2("Cannot "+r),fr=(e,t,r)=>(z2(e,t,"read from private field"),r?r.call(e):t.get(e)),Kf=(e,t,r)=>t.has(e)?F2("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),xp=(e,t,r,n)=>(z2(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),V2={};xO(V2,{AsyncCache:()=>G2,InMemoryCache:()=>H2,ObjectCache:()=>MO});var q2=EO(V2),Xl=Hr,ys,Sr,Rc;class G2{async getObject(t){const[r,n]=await Promise.all([this.get("OwnedObject",t),this.get("SharedOrImmutableObject",t)]);return r??n??null}async getObjects(t){return Promise.all([...t.map(r=>this.getObject(r))])}async addObject(t){return t.owner?await this.set("OwnedObject",t.objectId,t):await this.set("SharedOrImmutableObject",t.objectId,t),t}async addObjects(t){await Promise.all(t.map(async r=>this.addObject(r)))}async deleteObject(t){await Promise.all([this.delete("OwnedObject",t),this.delete("SharedOrImmutableObject",t)])}async deleteObjects(t){await Promise.all(t.map(r=>this.deleteObject(r)))}async getMoveFunctionDefinition(t){const r=`${(0,Xl.normalizeSuiAddress)(t.package)}::${t.module}::${t.function}`;return this.get("MoveFunction",r)}async addMoveFunctionDefinition(t){const r=(0,Xl.normalizeSuiAddress)(t.package),n=`${r}::${t.module}::${t.function}`,i={...t,package:r};return await this.set("MoveFunction",n,i),i}async deleteMoveFunctionDefinition(t){const r=`${(0,Xl.normalizeSuiAddress)(t.package)}::${t.module}::${t.function}`;await this.delete("MoveFunction",r)}async getCustom(t){return this.get("Custom",t)}async setCustom(t,r){return this.set("Custom",t,r)}async deleteCustom(t){return this.delete("Custom",t)}}class H2 extends G2{constructor(){super(...arguments),Kf(this,ys,{OwnedObject:new Map,SharedOrImmutableObject:new Map,MoveFunction:new Map,Custom:new Map})}async get(t,r){return fr(this,ys)[t].get(r)??null}async set(t,r,n){fr(this,ys)[t].set(r,n)}async delete(t,r){fr(this,ys)[t].delete(r)}async clear(t){if(t)fr(this,ys)[t].clear();else for(const r of Object.values(fr(this,ys)))r.clear()}}ys=new WeakMap;class MO{constructor({cache:t=new H2,onEffects:r}){Kf(this,Sr),Kf(this,Rc),xp(this,Sr,t),xp(this,Rc,r)}asPlugin(){return async(t,r,n)=>{const i=t.inputs.filter(a=>a.UnresolvedObject).map(a=>a.UnresolvedObject.objectId),s=(await fr(this,Sr).getObjects(i)).filter(a=>a!==null),o=new Map(s.map(a=>[a.objectId,a]));for(const a of t.inputs){if(!a.UnresolvedObject)continue;const c=o.get(a.UnresolvedObject.objectId);c&&(c.initialSharedVersion&&!a.UnresolvedObject.initialSharedVersion?a.UnresolvedObject.initialSharedVersion=c.initialSharedVersion:(c.version&&!a.UnresolvedObject.version&&(a.UnresolvedObject.version=c.version),c.digest&&!a.UnresolvedObject.digest&&(a.UnresolvedObject.digest=c.digest)))}await Promise.all(t.commands.map(async a=>{if(a.MoveCall){const c=await this.getMoveFunctionDefinition({package:a.MoveCall.package,module:a.MoveCall.module,function:a.MoveCall.function});c&&(a.MoveCall._argumentTypes=c.parameters)}})),await n(),await Promise.all(t.commands.map(async a=>{var c;(c=a.MoveCall)!=null&&c._argumentTypes&&await fr(this,Sr).addMoveFunctionDefinition({package:a.MoveCall.package,module:a.MoveCall.module,function:a.MoveCall.function,parameters:a.MoveCall._argumentTypes})}))}}async clear(){await fr(this,Sr).clear()}async getMoveFunctionDefinition(t){return fr(this,Sr).getMoveFunctionDefinition(t)}async getObjects(t){return fr(this,Sr).getObjects(t)}async deleteObjects(t){return fr(this,Sr).deleteObjects(t)}async clearOwnedObjects(){await fr(this,Sr).clear("OwnedObject")}async clearCustom(){await fr(this,Sr).clear("Custom")}async getCustom(t){return fr(this,Sr).getCustom(t)}async setCustom(t,r){return fr(this,Sr).setCustom(t,r)}async deleteCustom(t){return fr(this,Sr).deleteCustom(t)}async applyEffects(t){var r;if(!t.V2)throw new Error(`Unsupported transaction effects version ${t.$kind}`);const{lamportVersion:n,changedObjects:i}=t.V2,s=[],o=[];i.forEach(([a,c])=>{var u;if(c.outputState.NotExist)s.push(a);else if(c.outputState.ObjectWrite){const[l,f]=c.outputState.ObjectWrite;o.push({objectId:a,digest:l,version:n,owner:f.AddressOwner??f.ObjectOwner??null,initialSharedVersion:((u=f.Shared)==null?void 0:u.initialSharedVersion)??null})}}),await Promise.all([fr(this,Sr).addObjects(o),fr(this,Sr).deleteObjects(s),(r=fr(this,Rc))==null?void 0:r.call(this,t)])}}Sr=new WeakMap;Rc=new WeakMap;var Dh=Object.defineProperty,CO=Object.getOwnPropertyDescriptor,AO=Object.getOwnPropertyNames,TO=Object.prototype.hasOwnProperty,W2=e=>{throw TypeError(e)},OO=(e,t)=>{for(var r in t)Dh(e,r,{get:t[r],enumerable:!0})},IO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of AO(t))!TO.call(e,i)&&i!==r&&Dh(e,i,{get:()=>t[i],enumerable:!(n=CO(t,i))||n.enumerable});return e},kO=e=>IO(Dh({},"__esModule",{value:!0}),e),K2=(e,t,r)=>t.has(e)||W2("Cannot "+r),ia=(e,t,r)=>(K2(e,t,"read from private field"),r?r.call(e):t.get(e)),Sp=(e,t,r)=>t.has(e)?W2("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Yl=(e,t,r,n)=>(K2(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),X2={};OO(X2,{CachingTransactionExecutor:()=>NO});var Y2=kO(X2),jO=Ai,PO=q2,RO=Hu,ro,no;class NO{constructor({client:t,...r}){Sp(this,ro),Sp(this,no,null),Yl(this,ro,t),this.cache=new PO.ObjectCache(r)}async reset(){await Promise.all([this.cache.clearOwnedObjects(),this.cache.clearCustom(),this.waitForLastTransaction()])}async buildTransaction({transaction:t,...r}){return t.addBuildPlugin(this.cache.asPlugin()),t.build({client:ia(this,ro),...r})}async executeTransaction({transaction:t,options:r,...n}){const i=(0,RO.isTransaction)(t)?await this.buildTransaction({transaction:t}):t,s=await ia(this,ro).executeTransactionBlock({...n,transactionBlock:i,options:{...r,showRawEffects:!0}});if(s.rawEffects){const o=jO.bcs.TransactionEffects.parse(Uint8Array.from(s.rawEffects));await this.applyEffects(o)}return s}async signAndExecuteTransaction({options:t,transaction:r,...n}){r.setSenderIfNotSet(n.signer.toSuiAddress());const i=await this.buildTransaction({transaction:r}),{signature:s}=await n.signer.signTransaction(i);return await this.executeTransaction({transaction:i,signature:s,options:t})}async applyEffects(t){var r;Yl(this,no,((r=t.V2)==null?void 0:r.transactionDigest)??null),await this.cache.applyEffects(t)}async waitForLastTransaction(){ia(this,no)&&(await ia(this,ro).waitForTransaction({digest:ia(this,no)}),Yl(this,no,null))}}ro=new WeakMap;no=new WeakMap;var $h=Object.defineProperty,DO=Object.getOwnPropertyDescriptor,$O=Object.getOwnPropertyNames,BO=Object.prototype.hasOwnProperty,J2=e=>{throw TypeError(e)},LO=(e,t)=>{for(var r in t)$h(e,r,{get:t[r],enumerable:!0})},UO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of $O(t))!BO.call(e,i)&&i!==r&&$h(e,i,{get:()=>t[i],enumerable:!(n=DO(t,i))||n.enumerable});return e},FO=e=>UO($h({},"__esModule",{value:!0}),e),zO=(e,t,r)=>t.has(e)||J2("Cannot "+r),pn=(e,t,r)=>(zO(e,t,"read from private field"),r?r.call(e):t.get(e)),Z2=(e,t,r)=>t.has(e)?J2("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Q2={};LO(Q2,{ParallelQueue:()=>qO,SerialQueue:()=>VO});var e_=FO(Q2),Ni,bs;class VO{constructor(){Z2(this,Ni,[])}async runTask(t){return new Promise((r,n)=>{pn(this,Ni).push(()=>{t().finally(()=>{pn(this,Ni).shift(),pn(this,Ni).length>0&&pn(this,Ni)[0]()}).then(r,n)}),pn(this,Ni).length===1&&pn(this,Ni)[0]()})}}Ni=new WeakMap;class qO{constructor(t){Z2(this,bs,[]),this.activeTasks=0,this.maxTasks=t}runTask(t){return new Promise((r,n)=>{this.activeTasks<this.maxTasks?(this.activeTasks++,t().finally(()=>{pn(this,bs).length>0?pn(this,bs).shift()():this.activeTasks--}).then(r,n)):pn(this,bs).push(()=>{t().finally(()=>{pn(this,bs).length>0?pn(this,bs).shift()():this.activeTasks--}).then(r,n)})})}}bs=new WeakMap;var Bh=Object.defineProperty,GO=Object.getOwnPropertyDescriptor,HO=Object.getOwnPropertyNames,WO=Object.prototype.hasOwnProperty,t_=e=>{throw TypeError(e)},KO=(e,t)=>{for(var r in t)Bh(e,r,{get:t[r],enumerable:!0})},XO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of HO(t))!WO.call(e,i)&&i!==r&&Bh(e,i,{get:()=>t[i],enumerable:!(n=GO(t,i))||n.enumerable});return e},YO=e=>XO(Bh({},"__esModule",{value:!0}),e),r_=(e,t,r)=>t.has(e)||t_("Cannot "+r),xr=(e,t,r)=>(r_(e,t,"read from private field"),r?r.call(e):t.get(e)),qs=(e,t,r)=>t.has(e)?t_("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Jl=(e,t,r,n)=>(r_(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),n_={};KO(n_,{SerialTransactionExecutor:()=>e7,getGasCoinFromEffects:()=>s_});var i_=YO(n_),JO=Tr,Ep=Hu,ZO=Y2,QO=e_,Nc,ma,un,Dc,Xf,$c;class e7{constructor({signer:t,defaultGasBudget:r=50000000n,...n}){qs(this,Nc,new QO.SerialQueue),qs(this,ma),qs(this,un),qs(this,Dc),qs(this,Xf,async i=>{if(!i.V2)return;const s=s_(i).ref;s?xr(this,un).cache.setCustom("gasCoin",s):xr(this,un).cache.deleteCustom("gasCoin")}),qs(this,$c,async i=>{const s=await xr(this,un).cache.getCustom("gasCoin"),o=Ep.Transaction.from(i);return s&&o.setGasPayment([s]),o.setGasBudgetIfNotSet(xr(this,Dc)),o.setSenderIfNotSet(xr(this,ma).toSuiAddress()),xr(this,un).buildTransaction({transaction:o})}),Jl(this,ma,t),Jl(this,Dc,r),Jl(this,un,new ZO.CachingTransactionExecutor({client:n.client,cache:n.cache,onEffects:i=>xr(this,Xf).call(this,i)}))}async applyEffects(t){return xr(this,un).applyEffects(t)}async buildTransaction(t){return xr(this,Nc).runTask(()=>xr(this,$c).call(this,t))}resetCache(){return xr(this,un).reset()}waitForLastTransaction(){return xr(this,un).waitForLastTransaction()}executeTransaction(t,r){return xr(this,Nc).runTask(async()=>{const n=(0,Ep.isTransaction)(t)?await xr(this,$c).call(this,t):t,{signature:i}=await xr(this,ma).signTransaction(n),s=await xr(this,un).executeTransaction({signature:i,transaction:n,options:r}).catch(async a=>{throw await this.resetCache(),a}),o=Uint8Array.from(s.rawEffects);return{digest:s.digest,effects:(0,JO.toBase64)(o),data:s}})}}Nc=new WeakMap;ma=new WeakMap;un=new WeakMap;Dc=new WeakMap;Xf=new WeakMap;$c=new WeakMap;function s_(e){if(!e.V2)throw new Error("Unexpected effects version");const t=e.V2.changedObjects[e.V2.gasObjectIndex];if(!t)throw new Error("Gas object not found in effects");const[r,{outputState:n}]=t;if(!n.ObjectWrite)throw new Error("Unexpected gas object state");const[i,s]=n.ObjectWrite;return{ref:{objectId:r,digest:i,version:e.V2.lamportVersion},owner:s.AddressOwner||s.ObjectOwner}}var Lh=Object.defineProperty,t7=Object.getOwnPropertyDescriptor,r7=Object.getOwnPropertyNames,n7=Object.prototype.hasOwnProperty,o_=e=>{throw TypeError(e)},i7=(e,t)=>{for(var r in t)Lh(e,r,{get:t[r],enumerable:!0})},s7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of r7(t))!n7.call(e,i)&&i!==r&&Lh(e,i,{get:()=>t[i],enumerable:!(n=t7(t,i))||n.enumerable});return e},o7=e=>s7(Lh({},"__esModule",{value:!0}),e),Uh=(e,t,r)=>t.has(e)||o_("Cannot "+r),Ge=(e,t,r)=>(Uh(e,t,"read from private field"),r?r.call(e):t.get(e)),lr=(e,t,r)=>t.has(e)?o_("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),tr=(e,t,r,n)=>(Uh(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Qr=(e,t,r)=>(Uh(e,t,"access private method"),r),Mp=(e,t,r,n)=>({set _(i){tr(e,t,i,r)},get _(){return Ge(e,t,n)}}),a_={};i7(a_,{ParallelTransactionExecutor:()=>d7});var a7=o7(a_),c7=Tr,c_=Ai,u7=Hu,l7=Oh,f7=Y2,Cp=e_,u_=i_,qi,zn,hu,Ra,Aa,Na,pu,yo,jr,Gi,ks,Ts,Fh,Bc,Da,ao,xo,li,Dr,l_,f_,$a,zh,d_,Yf,h_;const sa={coinBatchSize:20,initialCoinBalance:200000000n,minimumCoinBalance:50000000n,maxPoolSize:50,epochBoundaryWindow:1e3};class d7{constructor(t){lr(this,Dr),lr(this,qi),lr(this,zn),lr(this,hu),lr(this,Ra),lr(this,Aa),lr(this,Na),lr(this,pu),lr(this,yo),lr(this,jr),lr(this,Gi,[]),lr(this,ks),lr(this,Ts,new Map),lr(this,Fh,new Cp.SerialQueue),lr(this,Bc),lr(this,Da,null),lr(this,ao,null),lr(this,xo,0),lr(this,li,null),tr(this,qi,t.signer),tr(this,zn,t.client),tr(this,hu,t.coinBatchSize??sa.coinBatchSize),tr(this,Ra,t.initialCoinBalance??sa.initialCoinBalance),tr(this,Aa,t.minimumCoinBalance??sa.minimumCoinBalance),tr(this,pu,t.defaultGasBudget??Ge(this,Aa)),tr(this,Na,t.epochBoundaryWindow??sa.epochBoundaryWindow),tr(this,yo,t.maxPoolSize??sa.maxPoolSize),tr(this,ks,new f7.CachingTransactionExecutor({client:t.client,cache:t.cache})),tr(this,Bc,new Cp.ParallelQueue(Ge(this,yo))),tr(this,jr,t.sourceCoins?new Map(t.sourceCoins.map(r=>[r,null])):null)}resetCache(){return tr(this,li,null),Qr(this,Dr,$a).call(this,()=>Ge(this,ks).reset())}async waitForLastTransaction(){await Qr(this,Dr,$a).call(this,()=>Qr(this,Dr,zh).call(this))}async executeTransaction(t,r){const{promise:n,resolve:i,reject:s}=h7(),o=await Qr(this,Dr,l_).call(this,t),a=()=>{Ge(this,Bc).runTask(()=>Qr(this,Dr,f_).call(this,t,o,r).then(i,s))},c=new Set;return o.forEach(u=>{Ge(this,Ts).get(u)?(c.add(u),Ge(this,Ts).get(u).push(()=>{c.delete(u),c.size===0&&a()})):Ge(this,Ts).set(u,[])}),c.size===0&&a(),n}}qi=new WeakMap;zn=new WeakMap;hu=new WeakMap;Ra=new WeakMap;Aa=new WeakMap;Na=new WeakMap;pu=new WeakMap;yo=new WeakMap;jr=new WeakMap;Gi=new WeakMap;ks=new WeakMap;Ts=new WeakMap;Fh=new WeakMap;Bc=new WeakMap;Da=new WeakMap;ao=new WeakMap;xo=new WeakMap;li=new WeakMap;Dr=new WeakSet;l_=async function(e){const t=new Set;let r=!1;return e.addSerializationPlugin(async(n,i,s)=>{await s(),!r&&(r=!0,n.inputs.forEach(o=>{var a,c,u,l,f;(c=(a=o.Object)==null?void 0:a.ImmOrOwnedObject)!=null&&c.objectId?t.add(o.Object.ImmOrOwnedObject.objectId):(l=(u=o.Object)==null?void 0:u.Receiving)!=null&&l.objectId?t.add(o.Object.Receiving.objectId):(f=o.UnresolvedObject)!=null&&f.objectId&&!o.UnresolvedObject.initialSharedVersion&&t.add(o.UnresolvedObject.objectId)}))}),await e.prepareForSerialization({client:Ge(this,zn)}),t};f_=async function(e,t,r){var i;let n;try{e.setSenderIfNotSet(Ge(this,qi).toSuiAddress()),await Ge(this,Fh).runTask(async()=>{e.getData().gasData.price||e.setGasPrice(await Qr(this,Dr,Yf).call(this)),e.setGasBudgetIfNotSet(Ge(this,pu)),await Qr(this,Dr,$a).call(this),n=await Qr(this,Dr,d_).call(this),Mp(this,xo)._++,e.setGasPayment([{objectId:n.id,version:n.version,digest:n.digest}]),await Ge(this,ks).buildTransaction({transaction:e,onlyTransactionKind:!0})});const s=await e.build({client:Ge(this,zn)}),{signature:o}=await Ge(this,qi).signTransaction(s),a=await Ge(this,ks).executeTransaction({transaction:s,signature:o,options:{...r,showEffects:!0}}),c=Uint8Array.from(a.rawEffects),u=c_.bcs.TransactionEffects.parse(c),l=(0,u_.getGasCoinFromEffects)(u),f=(i=u.V2)==null?void 0:i.gasUsed;if(n&&f&&l.owner===Ge(this,qi).toSuiAddress()){const h=BigInt(f.computationCost)+BigInt(f.storageCost)+BigInt(f.storageCost)-BigInt(f.storageRebate);let y=!1;new l7.TransactionDataBuilder(e.getData()).mapArguments(_=>(_.$kind==="GasCoin"&&(y=!0),_)),!y&&n.balance>=Ge(this,Aa)?Ge(this,Gi).push({id:l.ref.objectId,version:l.ref.version,digest:l.ref.digest,balance:n.balance-h}):(Ge(this,jr)||tr(this,jr,new Map),Ge(this,jr).set(l.ref.objectId,l.ref))}return tr(this,Da,a.digest),{digest:a.digest,effects:(0,c7.toBase64)(c),data:a}}catch(s){throw n&&(Ge(this,jr)||tr(this,jr,new Map),Ge(this,jr).set(n.id,null)),await Qr(this,Dr,$a).call(this,async()=>{await Promise.all([Ge(this,ks).cache.deleteObjects([...t]),Qr(this,Dr,zh).call(this)])}),s}finally{t.forEach(s=>{const o=Ge(this,Ts).get(s);o&&o.length>0?o.shift()():o&&Ge(this,Ts).delete(s)}),Mp(this,xo)._--}};$a=async function(e){Ge(this,ao)&&await Ge(this,ao),tr(this,ao,(e==null?void 0:e().then(()=>{tr(this,ao,null)},()=>{}))??null)};zh=async function(){const e=Ge(this,Da);e&&(tr(this,Da,null),await Ge(this,zn).waitForTransaction({digest:e}))};d_=async function(){if(Ge(this,Gi).length===0&&Ge(this,xo)<=Ge(this,yo)&&await Qr(this,Dr,h_).call(this),Ge(this,Gi).length===0)throw new Error("No coins available");return Ge(this,Gi).shift()};Yf=async function(){if((Ge(this,li)?Ge(this,li).expiration-Ge(this,Na)-Date.now():0)>0)return Ge(this,li).price;if(Ge(this,li)){const r=Math.max(Ge(this,li).expiration+Ge(this,Na)-Date.now(),1e3);await new Promise(n=>setTimeout(n,r))}const t=await Ge(this,zn).getLatestSuiSystemState();return tr(this,li,{price:BigInt(t.referenceGasPrice),expiration:Number.parseInt(t.epochStartTimestampMs,10)+Number.parseInt(t.epochDurationMs,10)}),Qr(this,Dr,Yf).call(this)};h_=async function(){var u;const e=Math.min(Ge(this,hu),Ge(this,yo)-(Ge(this,Gi).length+Ge(this,xo))+1);if(e===0)return;const t=new u7.Transaction,r=Ge(this,qi).toSuiAddress();if(t.setSender(r),Ge(this,jr)){const l=[],f=[];for(const[h,y]of Ge(this,jr))y?l.push(y):f.push(h);if(f.length>0){const h=await Ge(this,zn).multiGetObjects({ids:f});l.push(...h.filter(y=>y.data!==null).map(({data:y})=>({objectId:y.objectId,version:y.version,digest:y.digest})))}t.setGasPayment(l),tr(this,jr,new Map)}const n=new Array(e).fill(Ge(this,Ra)),i=t.splitCoins(t.gas,n),s=[];for(let l=0;l<n.length;l++)s.push(i[l]);t.transferObjects(s,r),await this.waitForLastTransaction();const o=await Ge(this,zn).signAndExecuteTransaction({transaction:t,signer:Ge(this,qi),options:{showRawEffects:!0}}),a=c_.bcs.TransactionEffects.parse(Uint8Array.from(o.rawEffects));(u=a.V2)==null||u.changedObjects.forEach(([l,{outputState:f}],h)=>{var y;h===((y=a.V2)==null?void 0:y.gasObjectIndex)||!f.ObjectWrite||Ge(this,Gi).push({id:l,version:a.V2.lamportVersion,digest:f.ObjectWrite[0],balance:BigInt(Ge(this,Ra))})}),Ge(this,jr)||tr(this,jr,new Map);const c=(0,u_.getGasCoinFromEffects)(a).ref;Ge(this,jr).set(c.objectId,c),await Ge(this,zn).waitForTransaction({digest:o.digest})};function h7(){let e,t;return{promise:new Promise((n,i)=>{e=n,t=i}),resolve:e,reject:t}}var Vh=Object.defineProperty,p7=Object.getOwnPropertyDescriptor,m7=Object.getOwnPropertyNames,g7=Object.prototype.hasOwnProperty,v7=(e,t)=>{for(var r in t)Vh(e,r,{get:t[r],enumerable:!0})},y7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of m7(t))!g7.call(e,i)&&i!==r&&Vh(e,i,{get:()=>t[i],enumerable:!(n=p7(t,i))||n.enumerable});return e},b7=e=>y7(Vh({},"__esModule",{value:!0}),e),p_={};v7(p_,{coinWithBalance:()=>S7});var w7=b7(p_),Lc=is,_7=Ai,m_=Hr,Uc=_h,Ap=qu,x7=A2;const mu="CoinWithBalance",Tp=(0,m_.normalizeStructTag)("0x2::sui::SUI");function S7({type:e=Tp,balance:t,useGasCoin:r=!0}){return n=>{n.addIntentResolver(mu,M7);const i=e==="gas"?e:(0,m_.normalizeStructTag)(e);return n.add(Uc.Commands.Intent({name:mu,inputs:{},data:{type:i===Tp&&r?"gas":i,balance:BigInt(t)}}))}}const E7=(0,Lc.object)({type:(0,Lc.string)(),balance:(0,Lc.bigint)()});async function M7(e,t,r){var u,l;const n=new Set,i=new Map;if(!e.sender)throw new Error("Sender must be set to resolve CoinWithBalance");for(const f of e.commands)if(f.$kind==="$Intent"&&f.$Intent.name===mu){const{type:h,balance:y}=(0,Lc.parse)(E7,f.$Intent.data);h!=="gas"&&y>0n&&n.add(h),i.set(h,(i.get(h)??0n)+y)}const s=new Set;for(const f of e.inputs)(u=f.Object)!=null&&u.ImmOrOwnedObject&&s.add(f.Object.ImmOrOwnedObject.objectId),(l=f.UnresolvedObject)!=null&&l.objectId&&s.add(f.UnresolvedObject.objectId);const o=new Map,a=(0,x7.getClient)(t);await Promise.all([...n].map(async f=>{o.set(f,await C7({coinType:f,balance:i.get(f),client:a,owner:e.sender,usedIds:s}))}));const c=new Map;c.set("gas",{$kind:"GasCoin",GasCoin:!0});for(const[f,h]of e.commands.entries()){if(h.$kind!=="$Intent"||h.$Intent.name!==mu)continue;const{type:y,balance:_}=h.$Intent.data;if(_===0n){e.replaceCommand(f,Uc.Commands.MoveCall({target:"0x2::coin::zero",typeArguments:[y]}));continue}const w=[];if(!c.has(y)){const[A,...I]=o.get(y).map(P=>e.addInput("object",Ap.Inputs.ObjectRef({objectId:P.coinObjectId,digest:P.digest,version:P.version})));I.length>0&&w.push(Uc.Commands.MergeCoins(A,I)),c.set(y,A)}w.push(Uc.Commands.SplitCoins(c.get(y),[e.addInput("pure",Ap.Inputs.Pure(_7.bcs.u64().serialize(_)))])),e.replaceCommand(f,w),e.mapArguments(A=>A.$kind==="Result"&&A.Result===f?{$kind:"NestedResult",NestedResult:[f+w.length-1,0]}:A)}return r()}async function C7({coinType:e,balance:t,client:r,owner:n,usedIds:i}){let s=t;const o=[];return a();async function a(c=null){const{data:u,hasNextPage:l,nextCursor:f}=await r.getCoins({owner:n,coinType:e,cursor:c}),h=u.sort((y,_)=>Number(BigInt(_.balance)-BigInt(y.balance)));for(const y of h){if(i.has(y.coinObjectId))continue;const _=BigInt(y.balance);if(o.push(y),s-=_,s<=0)return o}if(l)return a(f);throw new Error(`Not enough coins of type ${e} to satisfy requested balance`)}}var qh=Object.defineProperty,A7=Object.getOwnPropertyDescriptor,T7=Object.getOwnPropertyNames,O7=Object.prototype.hasOwnProperty,I7=(e,t)=>{for(var r in t)qh(e,r,{get:t[r],enumerable:!0})},k7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of T7(t))!O7.call(e,i)&&i!==r&&qh(e,i,{get:()=>t[i],enumerable:!(n=A7(t,i))||n.enumerable});return e},j7=e=>k7(qh({},"__esModule",{value:!0}),e),g_={};I7(g_,{Arguments:()=>D7});var P7=j7(g_),R7=O2,N7=k2;const D7={pure:(0,N7.createPure)(e=>t=>t.pure(e)),object:(0,R7.createObjectMethods)(e=>t=>t.object(e)),sharedObjectRef:(...e)=>t=>t.sharedObjectRef(...e),objectRef:(...e)=>t=>t.objectRef(...e),receivingRef:(...e)=>t=>t.receivingRef(...e)};var Gh=Object.defineProperty,$7=Object.getOwnPropertyDescriptor,B7=Object.getOwnPropertyNames,L7=Object.prototype.hasOwnProperty,U7=(e,t)=>{for(var r in t)Gh(e,r,{get:t[r],enumerable:!0})},F7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of B7(t))!L7.call(e,i)&&i!==r&&Gh(e,i,{get:()=>t[i],enumerable:!(n=$7(t,i))||n.enumerable});return e},z7=e=>F7(Gh({},"__esModule",{value:!0}),e),v_={};U7(v_,{findTransactionBlockNames:()=>q7,listToRequests:()=>H7,replaceNames:()=>G7});var V7=z7(v_),y_=t2;const co="/",q7=e=>{var n;const t=new Set,r=new Set;for(const i of e.commands){if((n=i.MakeMoveVec)!=null&&n.type){Op([i.MakeMoveVec.type]).forEach(a=>{r.add(a)});continue}if(!("MoveCall"in i))continue;const s=i.MoveCall;if(!s)continue;const o=s.package.split("::")[0];if(o.includes(co)){if(!(0,y_.isValidNamedPackage)(o))throw new Error(`Invalid package name: ${o}`);t.add(o)}Op(s.typeArguments??[]).forEach(a=>{r.add(a)})}return{packages:[...t],types:[...r]}};function Op(e){const t=new Set;for(const r of e)if(r.includes(co)){if(!(0,y_.isValidNamedType)(r))throw new Error(`Invalid type with names: ${r}`);t.add(r)}return[...t]}const G7=(e,t)=>{var r;for(const n of e.commands){if((r=n.MakeMoveVec)!=null&&r.type){if(!n.MakeMoveVec.type.includes(co))continue;if(!t.types[n.MakeMoveVec.type])throw new Error(`No resolution found for type: ${n.MakeMoveVec.type}`);n.MakeMoveVec.type=t.types[n.MakeMoveVec.type]}const i=n.MoveCall;if(!i)continue;const s=i.package.split("::"),o=s[0];if(o.includes(co)&&!t.packages[o])throw new Error(`No address found for package: ${o}`);o.includes(co)&&(s[0]=t.packages[o],i.package=s.join("::"));const a=i.typeArguments;if(a){for(let c=0;c<a.length;c++)if(a[c].includes(co)){if(!t.types[a[c]])throw new Error(`No resolution found for type: ${a[c]}`);a[c]=t.types[a[c]]}i.typeArguments=a}}},H7=(e,t)=>{const r=[],n=Ip(e.packages),i=Ip(e.types);for(const[s,o]of n.entries())r.push({id:s,type:"package",name:o});for(const[s,o]of i.entries())r.push({id:s+n.length,type:"moveType",name:o});return W7(r,t)},Ip=e=>[...new Set(e)],W7=(e,t)=>{const r=[];for(let n=0;n<e.length;n+=t)r.push(e.slice(n,n+t));return r};var Hh=Object.defineProperty,K7=Object.getOwnPropertyDescriptor,X7=Object.getOwnPropertyNames,Y7=Object.prototype.hasOwnProperty,J7=(e,t)=>{for(var r in t)Hh(e,r,{get:t[r],enumerable:!0})},Z7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of X7(t))!Y7.call(e,i)&&i!==r&&Hh(e,i,{get:()=>t[i],enumerable:!(n=K7(t,i))||n.enumerable});return e},Q7=e=>Z7(Hh({},"__esModule",{value:!0}),e),b_={};J7(b_,{namedPackagesPlugin:()=>tI});var eI=Q7(b_),Zl=V7;const tI=({suiGraphQLClient:e,pageSize:t=10,overrides:r={packages:{},types:{}}})=>{const n={packages:{...r.packages},types:{...r.types}};return async(s,o,a)=>{const c=(0,Zl.findTransactionBlockNames)(s),u=(0,Zl.listToRequests)({packages:c.packages.filter(l=>!n.packages[l]),types:c.types.filter(l=>!n.types[l])},t);(await Promise.all(u.map(l=>i(e,l)))).forEach(l=>{Object.assign(n.types,l.types),Object.assign(n.packages,l.packages)}),(0,Zl.replaceNames)(s,n),await a()};async function i(s,o){const a={packages:{},types:{}};if(o.length===0)return a;const c=`{
|
|
25
|
-
${o.map(l=>{const f=l.type==="package"?"packageByName":"typeByName",h=l.type==="package"?"address":"repr";return`${
|
|
24
|
+
<%s key={someKey} {...props} />`,gr,ir,dn,ir),K[ir+gr]=!0}}return z===n?B(Dt):T(Dt),Dt}}function te(z,se,he){return Z(z,se,he,!0)}function Be(z,se,he){return Z(z,se,he,!1)}var tt=Be,Ne=te;fa.Fragment=n,fa.jsx=tt,fa.jsxs=Ne}()),fa}Mn.env.NODE_ENV==="production"?md.exports=V3():md.exports=q3();var w=md.exports;window._iconfont_svg_string_4776227='<svg><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,s,o,a,c=function(f,h){h.parentNode.insertBefore(f,h)};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 f,h=document.createElement("div");h.innerHTML=e._iconfont_svg_string_4776227,(h=h.getElementsByTagName("svg")[0])&&(h.setAttribute("aria-hidden","true"),h.style.position="absolute",h.style.width=0,h.style.height=0,h.style.overflow="hidden",h=h,(f=document.body).firstChild?c(h,f.firstChild):f.appendChild(h))},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&&(s=n,o=e.document,a=!1,l(),o.onreadystatechange=function(){o.readyState=="complete"&&(o.onreadystatechange=null,u())})}function u(){a||(a=!0,s())}function l(){try{o.documentElement.doScroll("left")}catch{return void setTimeout(l,50)}u()}})(window);function Wn(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.')}const W3="1.18.0",G3="1.40.0",H3={"-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 Sh extends Error{}class Eh extends Sh{constructor(t,r){super(t),this.code=r,this.type=H3[r]??"ServerError"}}class Yv extends Sh{constructor(t,r,n){super(t),this.status=r,this.statusText=n}}var Zv=e=>{throw TypeError(e)},Ch=(e,t,r)=>t.has(e)||Zv("Cannot "+r),tr=(e,t,r)=>(Ch(e,t,"read from private field"),r?r.call(e):t.get(e)),ys=(e,t,r)=>t.has(e)?Zv("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),To=(e,t,r,n)=>(Ch(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Qv=(e,t,r)=>(Ch(e,t,"access private method"),r),K3=(e,t,r,n)=>({set _(i){To(e,t,i,r)},get _(){return tr(e,t,n)}}),Ms,Pa,yi,Bs,qa,Ao,vu,e1,t1;function J3(e){const t=new URL(e);return t.protocol=t.protocol.replace("http","ws"),t.toString()}const X3={WebSocketConstructor:typeof WebSocket<"u"?WebSocket:void 0,callTimeout:3e4,reconnectTimeout:3e3,maxReconnects:5};class Y3{constructor(t,r={}){if(ys(this,vu),ys(this,Ms,0),ys(this,Pa,0),ys(this,yi,null),ys(this,Bs,null),ys(this,qa,new Set),ys(this,Ao,new Map),this.endpoint=t,this.options={...X3,...r},!this.options.WebSocketConstructor)throw new Error("Missing WebSocket constructor");this.endpoint.startsWith("http")&&(this.endpoint=J3(this.endpoint))}async makeRequest(t,r){const n=await Qv(this,vu,e1).call(this);return new Promise((i,s)=>{To(this,Ms,tr(this,Ms)+1),tr(this,Ao).set(tr(this,Ms),{resolve:i,reject:s,timeout:setTimeout(()=>{tr(this,Ao).delete(tr(this,Ms)),s(new Error(`Request timeout: ${t}`))},this.options.callTimeout)}),n.send(JSON.stringify({jsonrpc:"2.0",id:tr(this,Ms),method:t,params:r}))}).then(({error:i,result:s})=>{if(i)throw new Eh(i.message,i.code);return s})}async subscribe(t){const r=new Z3(t);return tr(this,qa).add(r),await r.subscribe(this),()=>r.unsubscribe(this)}}Ms=new WeakMap;Pa=new WeakMap;yi=new WeakMap;Bs=new WeakMap;qa=new WeakMap;Ao=new WeakMap;vu=new WeakSet;e1=function(){return tr(this,Bs)?tr(this,Bs):(To(this,Bs,new Promise(e=>{var t;(t=tr(this,yi))==null||t.close(),To(this,yi,new this.options.WebSocketConstructor(this.endpoint)),tr(this,yi).addEventListener("open",()=>{To(this,Pa,0),e(tr(this,yi))}),tr(this,yi).addEventListener("close",()=>{K3(this,Pa)._++,tr(this,Pa)<=this.options.maxReconnects&&setTimeout(()=>{Qv(this,vu,t1).call(this)},this.options.reconnectTimeout)}),tr(this,yi).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&&tr(this,Ao).has(n.id)){const{resolve:i,timeout:s}=tr(this,Ao).get(n.id);clearTimeout(s),i(n)}else if("params"in n){const{params:i}=n;tr(this,qa).forEach(s=>{s.subscriptionId===i.subscription&&i.subscription===s.subscriptionId&&s.onMessage(i.result)})}})})),tr(this,Bs))};t1=async function(){var e;return(e=tr(this,yi))==null||e.close(),To(this,Bs,null),Promise.allSettled([...tr(this,qa)].map(t=>t.subscribe(this)))};class Z3{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 r1=e=>{throw TypeError(e)},Mh=(e,t,r)=>t.has(e)||r1("Cannot "+r),tn=(e,t,r)=>(Mh(e,t,"read from private field"),r?r.call(e):t.get(e)),Ic=(e,t,r)=>t.has(e)?r1("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),gd=(e,t,r,n)=>(Mh(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Q3=(e,t,r)=>(Mh(e,t,"access private method"),r),Ea,yn,ja,vd,n1;class i1{constructor(t){Ic(this,vd),Ic(this,Ea,0),Ic(this,yn),Ic(this,ja),gd(this,yn,t)}fetch(t,r){const n=tn(this,yn).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,s;gd(this,Ea,tn(this,Ea)+1);const r=await this.fetch(((i=tn(this,yn).rpc)==null?void 0:i.url)??tn(this,yn).url,{method:"POST",headers:{"Content-Type":"application/json","Client-Sdk-Type":"typescript","Client-Sdk-Version":W3,"Client-Target-Api-Version":G3,"Client-Request-Method":t.method,...(s=tn(this,yn).rpc)==null?void 0:s.headers},body:JSON.stringify({jsonrpc:"2.0",id:tn(this,Ea),method:t.method,params:t.params})});if(!r.ok)throw new Yv(`Unexpected status code: ${r.status}`,r.status,r.statusText);const n=await r.json();if("error"in n&&n.error!=null)throw new Eh(n.error.message,n.error.code);return n.result}async subscribe(t){const r=await Q3(this,vd,n1).call(this).subscribe(t);return async()=>!!await r()}}Ea=new WeakMap;yn=new WeakMap;ja=new WeakMap;vd=new WeakSet;n1=function(){var e;if(!tn(this,ja)){const t=tn(this,yn).WebSocketConstructor??WebSocket;if(!t)throw new Error("The current environment does not support WebSocket, you can provide a WebSocketConstructor in the options for SuiHTTPTransport.");gd(this,ja,new Y3(((e=tn(this,yn).websocket)==null?void 0:e.url)??tn(this,yn).url,{WebSocketConstructor:t,...tn(this,yn).websocket}))}return tn(this,ja)};function s1(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 eE(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),f=l.charCodeAt(0);if(t[f]!==255)throw new TypeError(l+" is ambiguous");t[f]=u}const r=e.length,n=e.charAt(0),i=Math.log(r)/Math.log(256),s=Math.log(256)/Math.log(r);function o(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,f=0,h=0;const y=u.length;for(;h!==y&&u[h]===0;)h++,l++;const b=(y-h)*s+1>>>0,_=new Uint8Array(b);for(;h!==y;){let R=u[h],N=0;for(let F=b-1;(R!==0||N<f)&&F!==-1;F--,N++)R+=256*_[F]>>>0,_[F]=R%r>>>0,R=R/r>>>0;if(R!==0)throw new Error("Non-zero carry");f=N,h++}let A=b-f;for(;A!==b&&_[A]===0;)A++;let P=n.repeat(l);for(;A<b;++A)P+=e.charAt(_[A]);return P}function a(u){if(typeof u!="string")throw new TypeError("Expected String");if(u.length===0)return new Uint8Array;let l=0,f=0,h=0;for(;u[l]===n;)f++,l++;const y=(u.length-l)*i+1>>>0,b=new Uint8Array(y);for(;u[l];){let R=t[u.charCodeAt(l)];if(R===255)return;let N=0;for(let F=y-1;(R!==0||N<h)&&F!==-1;F--,N++)R+=r*b[F]>>>0,b[F]=R%256>>>0,R=R/256>>>0;if(R!==0)throw new Error("Non-zero carry");h=N,l++}let _=y-h;for(;_!==y&&b[_]===0;)_++;const A=new Uint8Array(f+(y-_));let P=f;for(;_!==y;)A[P++]=b[_++];return A}function c(u){const l=a(u);if(l)return l;throw new Error("Non-base"+r+" character")}return{encode:o,decodeUnsafe:a,decode:c}}var tE="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";const o1=eE(tE),Vo=e=>o1.encode(e),Pi=e=>o1.decode(e),rE=Vo,nE=Pi;function In(e){return Uint8Array.from(atob(e),t=>t.charCodeAt(0))}const cf=8192;function qr(e){if(e.length<cf)return btoa(String.fromCharCode(...e));let t="";for(var r=0;r<e.length;r+=cf){const n=e.slice(r,r+cf);t+=String.fromCharCode(...n)}return btoa(t)}const a1=qr,c1=In;function qo(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(s=>parseInt(s,16)))??[];if(n.length!==r.length/2)throw new Error(`Invalid hex string ${e}`);return Uint8Array.from(n)}function ji(e){return e.reduce((t,r)=>t+r.toString(16).padStart(2,"0"),"")}const u1=ji,l1=qo;function Th(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 iE(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 f1{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}=iE(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 d1(e,t){switch(t){case"base58":return Vo(e);case"base64":return qr(e);case"hex":return ji(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function sE(e,t){switch(t){case"base58":return Pi(e);case"base64":return In(e);case"hex":return qo(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function Ah(e,t=["<",">"]){const[r,n]=t,i=[];let s="",o=0;for(let a=0;a<e.length;a++){const c=e[a];if(c===r&&o++,c===n&&o--,o===0&&c===","){i.push(s.trim()),s="";continue}s+=c}return i.push(s.trim()),i}class h1{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 uf(BigInt(t),8).forEach(r=>this.write8(r)),this}write128(t){return uf(BigInt(t),16).forEach(r=>this.write8(r)),this}write256(t){return uf(BigInt(t),32).forEach(r=>this.write8(r)),this}writeULEB(t){return Th(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 d1(this.toBytes(),t)}}function uf(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 p1=e=>{throw TypeError(e)},m1=(e,t,r)=>t.has(e)||p1("Cannot "+r),bn=(e,t,r)=>(m1(e,t,"read from private field"),r?r.call(e):t.get(e)),yu=(e,t,r)=>t.has(e)?p1("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),bu=(e,t,r,n)=>(m1(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),ho,Ca,Gc,qi;const oE=class g1{constructor(t){yu(this,ho),yu(this,Ca),this.name=t.name,this.read=t.read,this.serializedSize=t.serializedSize??(()=>null),bu(this,ho,t.write),bu(this,Ca,t.serialize??((r,n)=>{const i=new h1({initialSize:this.serializedSize(r)??void 0,...n});return bn(this,ho).call(this,r,i),i.toBytes()})),this.validate=t.validate??(()=>{})}write(t,r){this.validate(t),bn(this,ho).call(this,t,r)}serialize(t,r){return this.validate(t),new y1(this,bn(this,Ca).call(this,t,r))}parse(t){const r=new f1(t);return this.read(r)}fromHex(t){return this.parse(qo(t))}fromBase58(t){return this.parse(Pi(t))}fromBase64(t){return this.parse(In(t))}transform({name:t,input:r,output:n,validate:i}){return new g1({name:t??this.name,read:s=>n(this.read(s)),write:(s,o)=>bn(this,ho).call(this,r(s),o),serializedSize:s=>this.serializedSize(r(s)),serialize:(s,o)=>bn(this,Ca).call(this,r(s),o),validate:s=>{i==null||i(s),this.validate(r(s))}})}};ho=new WeakMap;Ca=new WeakMap;let Gn=oE;const v1=Symbol.for("@mysten/serialized-bcs");function aE(e){return!!e&&typeof e=="object"&&e[v1]===!0}class y1{constructor(t,r){yu(this,Gc),yu(this,qi),bu(this,Gc,t),bu(this,qi,r)}get[v1](){return!0}toBytes(){return bn(this,qi)}toHex(){return ji(bn(this,qi))}toBase64(){return qr(bn(this,qi))}toBase58(){return Vo(bn(this,qi))}parse(){return bn(this,Gc).parse(bn(this,qi))}}Gc=new WeakMap;qi=new WeakMap;function wu({size:e,...t}){return new Gn({...t,serializedSize:()=>e})}function lf({readMethod:e,writeMethod:t,...r}){return wu({...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 ff({readMethod:e,writeMethod:t,...r}){return wu({...r,read:n=>n[e](),write:(n,i)=>i[t](BigInt(n)),validate:n=>{var s;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}`);(s=r.validate)==null||s.call(r,i)}})}function cE({serialize:e,...t}){const r=new Gn({...t,serialize:e,write:(n,i)=>{for(const s of r.serialize(n).toBytes())i.write8(s)}});return r}function uE({toBytes:e,fromBytes:t,...r}){return new Gn({...r,read:n=>{const i=n.readULEB(),s=n.readBytes(i);return t(s)},write:(n,i)=>{const s=e(n);i.writeULEB(s.length);for(let o=0;o<s.length;o++)i.write8(s[o])},serialize:n=>{const i=e(n),s=Th(i.length),o=new Uint8Array(s.length+i.length);return o.set(s,0),o.set(i,s.length),o},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 lE(e){let t=null;function r(){return t||(t=e()),t}return new Gn({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 lf({name:"u8",readMethod:"read8",writeMethod:"write8",size:1,maxValue:2**8-1,...e})},u16(e){return lf({name:"u16",readMethod:"read16",writeMethod:"write16",size:2,maxValue:2**16-1,...e})},u32(e){return lf({name:"u32",readMethod:"read32",writeMethod:"write32",size:4,maxValue:2**32-1,...e})},u64(e){return ff({name:"u64",readMethod:"read64",writeMethod:"write64",size:8,maxValue:2n**64n-1n,...e})},u128(e){return ff({name:"u128",readMethod:"read128",writeMethod:"write128",size:16,maxValue:2n**128n-1n,...e})},u256(e){return ff({name:"u256",readMethod:"read256",writeMethod:"write256",size:32,maxValue:2n**256n-1n,...e})},bool(e){return wu({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 cE({name:"uleb128",read:t=>t.readULEB(),serialize:t=>Uint8Array.from(Th(t)),...e})},bytes(e,t){return wu({name:`bytes[${e}]`,size:e,read:r=>r.readBytes(e),write:(r,n)=>{const i=new Uint8Array(r);for(let s=0;s<e;s++)n.write8(i[s]??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 uE({name:"string",toBytes:t=>new TextEncoder().encode(t),fromBytes:t=>new TextDecoder().decode(t),...e})},fixedArray(e,t,r){return new Gn({name:`${t.name}[${e}]`,read:n=>{const i=new Array(e);for(let s=0;s<e;s++)i[s]=t.read(n);return i},write:(n,i)=>{for(const s of n)t.write(s,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 Gn({name:`vector<${e.name}>`,read:r=>{const n=r.readULEB(),i=new Array(n);for(let s=0;s<n;s++)i[s]=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 Gn({name:`(${e.map(r=>r.name).join(", ")})`,serializedSize:r=>{let n=0;for(let i=0;i<e.length;i++){const s=e[i].serializedSize(r[i]);if(s==null)return null;n+=s}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 Gn({name:e,serializedSize:i=>{let s=0;for(const[o,a]of n){const c=a.serializedSize(i[o]);if(c==null)return null;s+=c}return s},read:i=>{const s={};for(const[o,a]of n)s[o]=a.read(i);return s},write:(i,s)=>{for(const[o,a]of n)a.write(i[o],s)},...r,validate:i=>{var s;if((s=r==null?void 0:r.validate)==null||s.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 Gn({name:e,read:i=>{const s=i.readULEB(),o=n[s];if(!o)throw new TypeError(`Unknown value ${s} for enum ${e}`);const[a,c]=o;return{[a]:(c==null?void 0:c.read(i))??!0,$kind:a}},write:(i,s)=>{const[o,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===o){s.writeULEB(c),l==null||l.write(a,s);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 s=Object.keys(i).filter(c=>i[c]!==void 0&&Object.hasOwn(t,c));if(s.length!==1)throw new TypeError(`Expected object with one key, but found ${s.length} for type ${e}}`);const[o]=s;if(!Object.hasOwn(t,o))throw new TypeError(`Invalid enum variant ${o}`)}})},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,s]of r)n.set(i,s);return n}})},lazy(e){return lE(e)}},fE=Object.freeze(Object.defineProperty({__proto__:null,BcsReader:f1,BcsType:Gn,BcsWriter:h1,SerializedBcs:y1,bcs:W,decodeStr:sE,encodeStr:d1,fromB58:nE,fromB64:c1,fromBase58:Pi,fromBase64:In,fromHEX:l1,fromHex:qo,isSerializedBcs:aE,splitGenericParameters:Ah,toB58:rE,toB64:a1,toBase58:Vo,toBase64:qr,toHEX:u1,toHex:ji},Symbol.toStringTag,{value:"Module"})),dE=32;function yd(e){try{return Pi(e).length===dE}catch{return!1}}const il=32;function bi(e){return pE(e)&&mE(e)===il}function Ma(e){return bi(e)}function hE(e){return e.includes("::")?Oh(e):e}function Oh(e){const[t,r]=e.split("::"),n=e.slice(t.length+r.length+4),i=n.includes("<")?n.slice(0,n.indexOf("<")):n,s=n.includes("<")?Ah(n.slice(n.indexOf("<")+1,n.lastIndexOf(">"))).map(o=>hE(o.trim())):[];return{address:$r(t),module:r,name:i,typeParams:s}}function b1(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?Oh(e):e,s=(i==null?void 0:i.length)>0?`<${i.map(o=>typeof o=="string"?o:b1(o)).join(",")}>`:"";return`${t}::${r}::${n}${s}`}function $r(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(il*2,"0")}`}function Ei(e,t=!1){return $r(e,t)}function pE(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function mE(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}const gE=/^vector<(.+)>$/,vE=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;let Z0=class po{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(gE);if(n)return{vector:po.parseFromStr(n[1],r)};const i=t.match(vE);if(i)return{struct:{address:r?$r(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:po.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return Ah(t).map(n=>po.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<${po.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(po.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}};function yE(e){return W.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function bE(e){return W.enum("Option",{None:null,Some:e})}const Qt=W.bytes(il).transform({validate:e=>{const t=typeof e=="string"?e:ji(e);if(!t||!bi($r(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?qo($r(e)):e,output:e=>$r(ji(e))}),xn=W.vector(W.u8()).transform({name:"ObjectDigest",input:e=>Pi(e),output:e=>Vo(new Uint8Array(e)),validate:e=>{if(Pi(e).length!==32)throw new Error("ObjectDigest must be 32 bytes")}}),Qr=W.struct("SuiObjectRef",{objectId:Qt,version:W.u64(),digest:xn}),w1=W.struct("SharedObjectRef",{objectId:Qt,initialSharedVersion:W.u64(),mutable:W.bool()}),_1=W.enum("ObjectArg",{ImmOrOwnedObject:Qr,SharedObject:w1,Receiving:Qr}),x1=W.enum("CallArg",{Pure:W.struct("Pure",{bytes:W.vector(W.u8()).transform({input:e=>typeof e=="string"?In(e):e,output:e=>qr(new Uint8Array(e))})}),Object:_1}),Ih=W.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:W.lazy(()=>Ih),struct:W.lazy(()=>A1),u16:null,u32:null,u256:null}),Ph=Ih.transform({input:e=>typeof e=="string"?Z0.parseFromStr(e,!0):e,output:e=>Z0.tagToString(e)}),Un=W.enum("Argument",{GasCoin:null,Input:W.u16(),Result:W.u16(),NestedResult:W.tuple([W.u16(),W.u16()])}),S1=W.struct("ProgrammableMoveCall",{package:Qt,module:W.string(),function:W.string(),typeArguments:W.vector(Ph),arguments:W.vector(Un)}),E1=W.enum("Command",{MoveCall:S1,TransferObjects:W.struct("TransferObjects",{objects:W.vector(Un),address:Un}),SplitCoins:W.struct("SplitCoins",{coin:Un,amounts:W.vector(Un)}),MergeCoins:W.struct("MergeCoins",{destination:Un,sources:W.vector(Un)}),Publish:W.struct("Publish",{modules:W.vector(W.vector(W.u8()).transform({input:e=>typeof e=="string"?In(e):e,output:e=>qr(new Uint8Array(e))})),dependencies:W.vector(Qt)}),MakeMoveVec:W.struct("MakeMoveVec",{type:bE(Ph).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:W.vector(Un)}),Upgrade:W.struct("Upgrade",{modules:W.vector(W.vector(W.u8()).transform({input:e=>typeof e=="string"?In(e):e,output:e=>qr(new Uint8Array(e))})),dependencies:W.vector(Qt),package:Qt,ticket:Un})}),C1=W.struct("ProgrammableTransaction",{inputs:W.vector(x1),commands:W.vector(E1)}),M1=W.enum("TransactionKind",{ProgrammableTransaction:C1,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),T1=W.enum("TransactionExpiration",{None:null,Epoch:yE()}),A1=W.struct("StructTag",{address:Qt,module:W.string(),name:W.string(),typeParams:W.vector(Ih)}),O1=W.struct("GasData",{payment:W.vector(Qr),owner:Qt,price:W.u64(),budget:W.u64()}),I1=W.struct("TransactionDataV1",{kind:M1,sender:Qt,gasData:O1,expiration:T1}),P1=W.enum("TransactionData",{V1:I1}),j1=W.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),k1=W.enum("IntentVersion",{V0:null}),R1=W.enum("AppId",{Sui:null}),N1=W.struct("Intent",{scope:j1,version:k1,appId:R1});function D1(e){return W.struct(`IntentMessage<${e.name}>`,{intent:N1,value:e})}const $1=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())}),B1=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())}),L1=W.struct("MultiSigPkMap",{pubKey:B1,weight:W.u8()}),F1=W.struct("MultiSigPublicKey",{pk_map:W.vector(L1),threshold:W.u16()}),wE=W.struct("MultiSig",{sigs:W.vector($1),bitmap:W.u16(),multisig_pk:F1}),_E=W.vector(W.u8()).transform({input:e=>typeof e=="string"?In(e):e,output:e=>qr(new Uint8Array(e))}),U1=W.struct("SenderSignedTransaction",{intentMessage:D1(P1),txSignatures:W.vector(_E)}),xE=W.vector(U1,{name:"SenderSignedData"}),SE=W.struct("PasskeyAuthenticator",{authenticatorData:W.vector(W.u8()),clientDataJson:W.string(),userSignature:W.vector(W.u8())}),EE=W.enum("PackageUpgradeError",{UnableToFetchPackage:W.struct("UnableToFetchPackage",{packageId:Qt}),NotAPackage:W.struct("NotAPackage",{objectId:Qt}),IncompatibleUpgrade:null,DigestDoesNotMatch:W.struct("DigestDoesNotMatch",{digest:W.vector(W.u8())}),UnknownUpgradePolicy:W.struct("UnknownUpgradePolicy",{policy:W.u8()}),PackageIDDoesNotMatch:W.struct("PackageIDDoesNotMatch",{packageId:Qt,ticketId:Qt})}),CE=W.struct("ModuleId",{address:Qt,name:W.string()}),Q0=W.struct("MoveLocation",{module:CE,function:W.u16(),instruction:W.u16(),functionName:W.option(W.string())}),ME=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}),TE=W.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),AE=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:Qt}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:W.option(Q0),MoveAbort:W.tuple([Q0,W.u64()]),VMVerificationOrDeserializationError:null,VMInvariantViolation:null,FunctionNotFound:null,ArityMismatch:null,TypeArityMismatch:null,NonEntryFunctionInvoked:null,CommandArgumentError:W.struct("CommandArgumentError",{argIdx:W.u16(),kind:ME}),TypeArgumentError:W.struct("TypeArgumentError",{argumentIdx:W.u16(),kind:TE}),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:EE}),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(Qt)}),AddressDeniedForCoin:W.struct("AddressDeniedForCoin",{address:Qt,coinType:W.string()}),CoinTypeGlobalPause:W.struct("CoinTypeGlobalPause",{coinType:W.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),z1=W.enum("ExecutionStatus",{Success:null,Failed:W.struct("ExecutionFailed",{error:AE,command:W.option(W.u64())})}),V1=W.struct("GasCostSummary",{computationCost:W.u64(),storageCost:W.u64(),storageRebate:W.u64(),nonRefundableStorageFee:W.u64()}),yo=W.enum("Owner",{AddressOwner:Qt,ObjectOwner:Qt,Shared:W.struct("Shared",{initialSharedVersion:W.u64()}),Immutable:null}),OE=W.struct("TransactionEffectsV1",{status:z1,executedEpoch:W.u64(),gasUsed:V1,modifiedAtVersions:W.vector(W.tuple([Qt,W.u64()])),sharedObjects:W.vector(Qr),transactionDigest:xn,created:W.vector(W.tuple([Qr,yo])),mutated:W.vector(W.tuple([Qr,yo])),unwrapped:W.vector(W.tuple([Qr,yo])),deleted:W.vector(Qr),unwrappedThenDeleted:W.vector(Qr),wrapped:W.vector(Qr),gasObject:W.tuple([Qr,yo]),eventsDigest:W.option(xn),dependencies:W.vector(xn)}),jh=W.tuple([W.u64(),xn]),IE=W.enum("ObjectIn",{NotExist:null,Exist:W.tuple([jh,yo])}),PE=W.enum("ObjectOut",{NotExist:null,ObjectWrite:W.tuple([xn,yo]),PackageWrite:jh}),jE=W.enum("IDOperation",{None:null,Created:null,Deleted:null}),kE=W.struct("EffectsObjectChange",{inputState:IE,outputState:PE,idOperation:jE}),RE=W.enum("UnchangedSharedKind",{ReadOnlyRoot:jh,MutateDeleted:W.u64(),ReadDeleted:W.u64(),Cancelled:W.u64(),PerEpochConfig:null}),NE=W.struct("TransactionEffectsV2",{status:z1,executedEpoch:W.u64(),gasUsed:V1,transactionDigest:xn,gasObjectIndex:W.option(W.u32()),eventsDigest:W.option(xn),dependencies:W.vector(xn),lamportVersion:W.u64(),changedObjects:W.vector(W.tuple([Qt,kE])),unchangedSharedObjects:W.vector(W.tuple([Qt,RE])),auxDataDigest:W.option(xn)}),DE=W.enum("TransactionEffects",{V1:OE,V2:NE}),df={...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:Qt,AppId:R1,Argument:Un,CallArg:x1,CompressedSignature:$1,GasData:O1,Intent:N1,IntentMessage:D1,IntentScope:j1,IntentVersion:k1,MultiSig:wE,MultiSigPkMap:L1,MultiSigPublicKey:F1,ObjectArg:_1,ObjectDigest:xn,ProgrammableMoveCall:S1,ProgrammableTransaction:C1,PublicKey:B1,SenderSignedData:xE,SenderSignedTransaction:U1,SharedObjectRef:w1,StructTag:A1,SuiObjectRef:Qr,Command:E1,TransactionData:P1,TransactionDataV1:I1,TransactionExpiration:T1,TransactionKind:M1,TypeTag:Ph,TransactionEffects:DE,PasskeyAuthenticator:SE},q1="…";function $E(e){if(e.length<=6)return e;const t=e.startsWith("0x")?2:0;return`0x${e.slice(t,t+4)}${q1}${e.slice(-4)}`}function BE(e){return`${e.slice(0,10)}${q1}`}const W1=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,G1=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,LE=235;function H1(e){return e.length>LE?!1:e.includes("@")?W1.test(e):G1.test(e)}function K1(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!W1.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,s]=r.split("@");n=[...i?i.split("."):[],s]}else{if(!G1.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 FE=9,UE=BigInt(1e9),zE="0x1",J1="0x2",VE="0x3",qE=Ei("0x6"),WE="sui_system",kh=`${J1}::sui::SUI`,GE=Ei("0x5"),HE=/^([a-z0-9]+(?:-[a-z0-9]+)*)$/,KE=/^\d+$/,JE=64,X1="/",Y1=e=>{const t=e.split(X1);if(t.length<2||t.length>3)return!1;const[r,n,i]=t;return i!==void 0&&!KE.test(i)||!H1(r)?!1:HE.test(n)&&n.length<JE},XE=e=>{const t=e.split(/::|<|>|,/);for(const r of t)if(r.includes(X1)&&!Y1(r))return!1;return!0};function hf(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function YE(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function Z1(e,...t){if(!YE(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 em(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 ZE(e,t){Z1(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 _u=e=>new Uint32Array(e.buffer,e.byteOffset,Math.floor(e.byteLength/4)),Ts=(()=>new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68)(),Q1=e=>e<<24&4278190080|e<<8&16711680|e>>>8&65280|e>>>24&255,gi=Ts?e=>e:e=>Q1(e);function to(e){for(let t=0;t<e.length;t++)e[t]=Q1(e[t])}function QE(e){if(typeof e!="string")throw new Error("utf8ToBytes expected string, got "+typeof e);return new Uint8Array(new TextEncoder().encode(e))}function ka(e){return typeof e=="string"&&(e=QE(e)),Z1(e),e}let eC=class{clone(){return this._cloneInto()}};function tC(e){const t=(n,i)=>e(i).update(ka(n)).digest(),r=e({});return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=n=>e(n),t}const rC=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 nC extends eC{constructor(t,r,n={},i,s,o){if(super(),this.blockLen=t,this.outputLen=r,this.length=0,this.pos=0,this.finished=!1,this.destroyed=!1,hf(t),hf(r),hf(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!==s)throw new Error("salt must be undefined or "+s);if(n.personalization!==void 0&&n.personalization.length!==o)throw new Error("personalization must be undefined or "+o);this.buffer=new Uint8Array(t),this.buffer32=_u(this.buffer)}update(t){em(this);const{blockLen:r,buffer:n,buffer32:i}=this;t=ka(t);const s=t.length,o=t.byteOffset,a=t.buffer;for(let c=0;c<s;){this.pos===r&&(Ts||to(i),this.compress(i,0,!1),Ts||to(i),this.pos=0);const u=Math.min(r-this.pos,s-c),l=o+c;if(u===r&&!(l%4)&&c+u<s){const f=new Uint32Array(a,l,Math.floor((s-c)/4));Ts||to(f);for(let h=0;c+r<s;h+=i.length,c+=r)this.length+=r,this.compress(f,h,!1);Ts||to(f);continue}n.set(t.subarray(c,c+u),this.pos),this.pos+=u,this.length+=u,c+=u}return this}digestInto(t){em(this),ZE(t,this);const{pos:r,buffer32:n}=this;this.finished=!0,this.buffer.subarray(r).fill(0),Ts||to(n),this.compress(n,0,!0),Ts||to(n);const i=_u(t);this.get().forEach((s,o)=>i[o]=gi(s))}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:s,outputLen:o,pos:a}=this;return t||(t=new this.constructor({dkLen:o})),t.set(...this.get()),t.length=n,t.finished=i,t.destroyed=s,t.outputLen=o,t.buffer.set(r),t.pos=a,t}}const Pc=BigInt(2**32-1),bd=BigInt(32);function ey(e,t=!1){return t?{h:Number(e&Pc),l:Number(e>>bd&Pc)}:{h:Number(e>>bd&Pc)|0,l:Number(e&Pc)|0}}function iC(e,t=!1){let r=new Uint32Array(e.length),n=new Uint32Array(e.length);for(let i=0;i<e.length;i++){const{h:s,l:o}=ey(e[i],t);[r[i],n[i]]=[s,o]}return[r,n]}const sC=(e,t)=>BigInt(e>>>0)<<bd|BigInt(t>>>0),oC=(e,t,r)=>e>>>r,aC=(e,t,r)=>e<<32-r|t>>>r,cC=(e,t,r)=>e>>>r|t<<32-r,uC=(e,t,r)=>e<<32-r|t>>>r,lC=(e,t,r)=>e<<64-r|t>>>r-32,fC=(e,t,r)=>e>>>r-32|t<<64-r,dC=(e,t)=>t,hC=(e,t)=>e,pC=(e,t,r)=>e<<r|t>>>32-r,mC=(e,t,r)=>t<<r|e>>>32-r,gC=(e,t,r)=>t<<r-32|e>>>64-r,vC=(e,t,r)=>e<<r-32|t>>>64-r;function yC(e,t,r,n){const i=(t>>>0)+(n>>>0);return{h:e+r+(i/2**32|0)|0,l:i|0}}const bC=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),wC=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,_C=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),xC=(e,t,r,n,i)=>t+r+n+i+(e/2**32|0)|0,SC=(e,t,r,n,i)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(i>>>0),EC=(e,t,r,n,i,s)=>t+r+n+i+s+(e/2**32|0)|0,CC={fromBig:ey,split:iC,toBig:sC,shrSH:oC,shrSL:aC,rotrSH:cC,rotrSL:uC,rotrBH:lC,rotrBL:fC,rotr32H:dC,rotr32L:hC,rotlSH:pC,rotlSL:mC,rotlBH:gC,rotlBL:vC,add:yC,add3L:bC,add3H:wC,add4L:_C,add4H:xC,add5H:EC,add5L:SC},Pr=CC,lr=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),Pe=new Uint32Array(32);function Ui(e,t,r,n,i,s){const o=i[s],a=i[s+1];let c=Pe[2*e],u=Pe[2*e+1],l=Pe[2*t],f=Pe[2*t+1],h=Pe[2*r],y=Pe[2*r+1],b=Pe[2*n],_=Pe[2*n+1],A=Pr.add3L(c,l,o);u=Pr.add3H(A,u,f,a),c=A|0,{Dh:_,Dl:b}={Dh:_^u,Dl:b^c},{Dh:_,Dl:b}={Dh:Pr.rotr32H(_,b),Dl:Pr.rotr32L(_,b)},{h:y,l:h}=Pr.add(y,h,_,b),{Bh:f,Bl:l}={Bh:f^y,Bl:l^h},{Bh:f,Bl:l}={Bh:Pr.rotrSH(f,l,24),Bl:Pr.rotrSL(f,l,24)},Pe[2*e]=c,Pe[2*e+1]=u,Pe[2*t]=l,Pe[2*t+1]=f,Pe[2*r]=h,Pe[2*r+1]=y,Pe[2*n]=b,Pe[2*n+1]=_}function zi(e,t,r,n,i,s){const o=i[s],a=i[s+1];let c=Pe[2*e],u=Pe[2*e+1],l=Pe[2*t],f=Pe[2*t+1],h=Pe[2*r],y=Pe[2*r+1],b=Pe[2*n],_=Pe[2*n+1],A=Pr.add3L(c,l,o);u=Pr.add3H(A,u,f,a),c=A|0,{Dh:_,Dl:b}={Dh:_^u,Dl:b^c},{Dh:_,Dl:b}={Dh:Pr.rotrSH(_,b,16),Dl:Pr.rotrSL(_,b,16)},{h:y,l:h}=Pr.add(y,h,_,b),{Bh:f,Bl:l}={Bh:f^y,Bl:l^h},{Bh:f,Bl:l}={Bh:Pr.rotrBH(f,l,63),Bl:Pr.rotrBL(f,l,63)},Pe[2*e]=c,Pe[2*e+1]=u,Pe[2*t]=l,Pe[2*t+1]=f,Pe[2*r]=h,Pe[2*r+1]=y,Pe[2*n]=b,Pe[2*n+1]=_}class ty extends nC{constructor(t={}){super(128,t.dkLen===void 0?64:t.dkLen,t,64,16,16),this.v0l=lr[0]|0,this.v0h=lr[1]|0,this.v1l=lr[2]|0,this.v1h=lr[3]|0,this.v2l=lr[4]|0,this.v2h=lr[5]|0,this.v3l=lr[6]|0,this.v3h=lr[7]|0,this.v4l=lr[8]|0,this.v4h=lr[9]|0,this.v5l=lr[10]|0,this.v5h=lr[11]|0,this.v6l=lr[12]|0,this.v6h=lr[13]|0,this.v7l=lr[14]|0,this.v7h=lr[15]|0;const r=t.key?t.key.length:0;if(this.v0l^=this.outputLen|r<<8|65536|1<<24,t.salt){const n=_u(ka(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=_u(ka(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(ka(t.key)),this.update(n)}}get(){let{v0l:t,v0h:r,v1l:n,v1h:i,v2l:s,v2h:o,v3l:a,v3h:c,v4l:u,v4h:l,v5l:f,v5h:h,v6l:y,v6h:b,v7l:_,v7h:A}=this;return[t,r,n,i,s,o,a,c,u,l,f,h,y,b,_,A]}set(t,r,n,i,s,o,a,c,u,l,f,h,y,b,_,A){this.v0l=t|0,this.v0h=r|0,this.v1l=n|0,this.v1h=i|0,this.v2l=s|0,this.v2h=o|0,this.v3l=a|0,this.v3h=c|0,this.v4l=u|0,this.v4h=l|0,this.v5l=f|0,this.v5h=h|0,this.v6l=y|0,this.v6h=b|0,this.v7l=_|0,this.v7h=A|0}compress(t,r,n){this.get().forEach((c,u)=>Pe[u]=c),Pe.set(lr,16);let{h:i,l:s}=Pr.fromBig(BigInt(this.length));Pe[24]=lr[8]^s,Pe[25]=lr[9]^i,n&&(Pe[28]=~Pe[28],Pe[29]=~Pe[29]);let o=0;const a=rC;for(let c=0;c<12;c++)Ui(0,4,8,12,t,r+2*a[o++]),zi(0,4,8,12,t,r+2*a[o++]),Ui(1,5,9,13,t,r+2*a[o++]),zi(1,5,9,13,t,r+2*a[o++]),Ui(2,6,10,14,t,r+2*a[o++]),zi(2,6,10,14,t,r+2*a[o++]),Ui(3,7,11,15,t,r+2*a[o++]),zi(3,7,11,15,t,r+2*a[o++]),Ui(0,5,10,15,t,r+2*a[o++]),zi(0,5,10,15,t,r+2*a[o++]),Ui(1,6,11,12,t,r+2*a[o++]),zi(1,6,11,12,t,r+2*a[o++]),Ui(2,7,8,13,t,r+2*a[o++]),zi(2,7,8,13,t,r+2*a[o++]),Ui(3,4,9,14,t,r+2*a[o++]),zi(3,4,9,14,t,r+2*a[o++]);this.v0l^=Pe[0]^Pe[16],this.v0h^=Pe[1]^Pe[17],this.v1l^=Pe[2]^Pe[18],this.v1h^=Pe[3]^Pe[19],this.v2l^=Pe[4]^Pe[20],this.v2h^=Pe[5]^Pe[21],this.v3l^=Pe[6]^Pe[22],this.v3h^=Pe[7]^Pe[23],this.v4l^=Pe[8]^Pe[24],this.v4h^=Pe[9]^Pe[25],this.v5l^=Pe[10]^Pe[26],this.v5h^=Pe[11]^Pe[27],this.v6l^=Pe[12]^Pe[28],this.v6h^=Pe[13]^Pe[29],this.v7l^=Pe[14]^Pe[30],this.v7h^=Pe[15]^Pe[31],Pe.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 ry=tC(e=>new ty(e)),MC=Object.freeze(Object.defineProperty({__proto__:null,BLAKE2b:ty,blake2b:ry},Symbol.toStringTag,{value:"Module"}));function TC(e,t,r){const n=df.Address.serialize(e).toBytes(),i=df.TypeTag.serialize(t).toBytes(),s=df.u64().serialize(r.length).toBytes(),o=ry.create({dkLen:32});return o.update(new Uint8Array([240])),o.update(n),o.update(s),o.update(r),o.update(i),`0x${ji(o.digest().slice(0,32))}`}const AC=Object.freeze(Object.defineProperty({__proto__:null,MIST_PER_SUI:UE,MOVE_STDLIB_ADDRESS:zE,SUI_ADDRESS_LENGTH:il,SUI_CLOCK_OBJECT_ID:qE,SUI_DECIMALS:FE,SUI_FRAMEWORK_ADDRESS:J1,SUI_SYSTEM_ADDRESS:VE,SUI_SYSTEM_MODULE_NAME:WE,SUI_SYSTEM_STATE_OBJECT_ID:GE,SUI_TYPE_ARG:kh,deriveDynamicFieldID:TC,formatAddress:$E,formatDigest:BE,fromB64:c1,fromBase58:Pi,fromBase64:In,fromHEX:l1,fromHex:qo,isValidNamedPackage:Y1,isValidNamedType:XE,isValidSuiAddress:bi,isValidSuiNSName:H1,isValidSuiObjectId:Ma,isValidTransactionDigest:yd,normalizeStructTag:b1,normalizeSuiAddress:$r,normalizeSuiNSName:K1,normalizeSuiObjectId:Ei,parseStructTag:Oh,toB64:a1,toBase58:Vo,toBase64:qr,toHEX:u1,toHex:ji},Symbol.toStringTag,{value:"Module"}));var Rh=Object.defineProperty,OC=Object.getOwnPropertyDescriptor,IC=Object.getOwnPropertyNames,PC=Object.prototype.hasOwnProperty,jC=(e,t)=>{for(var r in t)Rh(e,r,{get:t[r],enumerable:!0})},kC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of IC(t))!PC.call(e,i)&&i!==r&&Rh(e,i,{get:()=>t[i],enumerable:!(n=OC(t,i))||n.enumerable});return e},RC=e=>kC(Rh({},"__esModule",{value:!0}),e),ny={};jC(ny,{BIC_REGEX:()=>sy,CUID2_REGEX:()=>oy,DECIMAL_REGEX:()=>ay,EMAIL_REGEX:()=>cy,EMOJI_REGEX:()=>uy,HEXADECIMAL_REGEX:()=>ly,HEX_COLOR_REGEX:()=>fy,IMEI_REGEX:()=>dy,IPV4_REGEX:()=>hy,IPV6_REGEX:()=>py,IP_REGEX:()=>my,ISO_DATE_REGEX:()=>gy,ISO_DATE_TIME_REGEX:()=>vy,ISO_TIMESTAMP_REGEX:()=>wy,ISO_TIME_REGEX:()=>yy,ISO_TIME_SECOND_REGEX:()=>by,ISO_WEEK_REGEX:()=>_y,MAC48_REGEX:()=>xy,MAC64_REGEX:()=>Sy,MAC_REGEX:()=>Ey,OCTAL_REGEX:()=>Cy,ULID_REGEX:()=>My,UUID_REGEX:()=>Ty,ValiError:()=>sl,_addIssue:()=>le,_isLuhnAlgo:()=>Nh,_isValidObjectKey:()=>Ks,_stringify:()=>Nr,any:()=>aw,array:()=>cw,arrayAsync:()=>uw,awaitAsync:()=>iy,bic:()=>jy,bigint:()=>lw,blob:()=>fw,boolean:()=>dw,brand:()=>ky,bytes:()=>Ry,check:()=>Ny,checkAsync:()=>Dy,checkItems:()=>$y,config:()=>ZC,creditCard:()=>By,cuid2:()=>Ly,custom:()=>hw,customAsync:()=>pw,date:()=>mw,decimal:()=>Fy,deleteGlobalConfig:()=>DC,deleteGlobalMessage:()=>BC,deleteSchemaMessage:()=>FC,deleteSpecificMessage:()=>zC,email:()=>Uy,emoji:()=>zy,empty:()=>Vy,endsWith:()=>qy,entriesFromList:()=>qC,enum:()=>Ed,enum_:()=>Ed,everyItem:()=>Wy,excludes:()=>Gy,fallback:()=>QC,fallbackAsync:()=>eM,file:()=>gw,filterItems:()=>Hy,findItem:()=>Ky,finite:()=>Jy,flatten:()=>tM,forward:()=>rM,forwardAsync:()=>nM,function:()=>Cd,function_:()=>Cd,getDefault:()=>$i,getDefaults:()=>wd,getDefaultsAsync:()=>_d,getDotPath:()=>Py,getFallback:()=>pc,getFallbacks:()=>xd,getFallbacksAsync:()=>Sd,getGlobalConfig:()=>hc,getGlobalMessage:()=>Ay,getSchemaMessage:()=>Oy,getSpecificMessage:()=>Iy,hash:()=>Xy,hexColor:()=>Zy,hexadecimal:()=>Yy,imei:()=>Qy,includes:()=>eb,instance:()=>vw,integer:()=>tb,intersect:()=>yw,intersectAsync:()=>bw,ip:()=>rb,ipv4:()=>nb,ipv6:()=>ib,is:()=>iM,isOfKind:()=>WC,isOfType:()=>GC,isValiError:()=>HC,isoDate:()=>sb,isoDateTime:()=>ob,isoTime:()=>ab,isoTimeSecond:()=>cb,isoTimestamp:()=>ub,isoWeek:()=>lb,keyof:()=>sM,lazy:()=>ww,lazyAsync:()=>_w,length:()=>fb,literal:()=>xw,looseObject:()=>Sw,looseObjectAsync:()=>Ew,looseTuple:()=>Cw,looseTupleAsync:()=>Mw,mac:()=>db,mac48:()=>hb,mac64:()=>pb,map:()=>Tw,mapAsync:()=>Aw,mapItems:()=>mb,maxBytes:()=>gb,maxLength:()=>vb,maxSize:()=>yb,maxValue:()=>bb,mimeType:()=>wb,minBytes:()=>_b,minLength:()=>xb,minSize:()=>Sb,minValue:()=>Eb,multipleOf:()=>Cb,nan:()=>Ow,never:()=>Iw,nonEmpty:()=>Mb,nonNullable:()=>Pw,nonNullableAsync:()=>jw,nonNullish:()=>kw,nonNullishAsync:()=>Rw,nonOptional:()=>Dh,nonOptionalAsync:()=>$h,normalize:()=>Tb,notBytes:()=>Ab,notLength:()=>Ob,notSize:()=>Ib,notValue:()=>Pb,null:()=>Md,null_:()=>Md,nullable:()=>Nw,nullableAsync:()=>Dw,nullish:()=>$w,nullishAsync:()=>Bw,number:()=>Lw,object:()=>Fw,objectAsync:()=>Uw,objectWithRest:()=>zw,objectWithRestAsync:()=>Vw,octal:()=>jb,omit:()=>oM,optional:()=>Bh,optionalAsync:()=>Lh,parse:()=>l2,parseAsync:()=>f2,parser:()=>aM,parserAsync:()=>cM,partial:()=>uM,partialAsync:()=>lM,partialCheck:()=>Rb,partialCheckAsync:()=>Nb,pick:()=>fM,picklist:()=>Fh,pipe:()=>dM,pipeAsync:()=>hM,promise:()=>qw,rawCheck:()=>Db,rawCheckAsync:()=>$b,rawTransform:()=>Bb,rawTransformAsync:()=>Lb,readonly:()=>Fb,record:()=>Ww,recordAsync:()=>Gw,reduceItems:()=>Ub,regex:()=>zb,required:()=>pM,requiredAsync:()=>mM,safeInteger:()=>Vb,safeParse:()=>d2,safeParseAsync:()=>h2,safeParser:()=>gM,safeParserAsync:()=>vM,set:()=>Hw,setAsync:()=>Kw,setGlobalConfig:()=>NC,setGlobalMessage:()=>$C,setSchemaMessage:()=>LC,setSpecificMessage:()=>UC,size:()=>qb,someItem:()=>Wb,sortItems:()=>Gb,startsWith:()=>Hb,strictObject:()=>Jw,strictObjectAsync:()=>Xw,strictTuple:()=>Yw,strictTupleAsync:()=>Zw,string:()=>Qw,symbol:()=>e2,toLowerCase:()=>Kb,toMaxValue:()=>Jb,toMinValue:()=>Xb,toUpperCase:()=>Yb,transform:()=>Zb,transformAsync:()=>Qb,trim:()=>ew,trimEnd:()=>tw,trimStart:()=>rw,tuple:()=>t2,tupleAsync:()=>r2,tupleWithRest:()=>n2,tupleWithRestAsync:()=>i2,ulid:()=>nw,undefined:()=>Td,undefined_:()=>Td,union:()=>s2,unionAsync:()=>o2,unknown:()=>a2,unwrap:()=>yM,url:()=>iw,uuid:()=>sw,value:()=>ow,variant:()=>c2,variantAsync:()=>u2,void:()=>Ad,void_:()=>Ad});var ps=RC(ny);function iy(){return{kind:"transformation",type:"await",reference:iy,async:!0,async _run(e){return e.value=await e.value,e}}}var sy=/^[A-Z]{6}(?!00)[A-Z\d]{2}(?:[A-Z\d]{3})?$/u,oy=/^[a-z][\da-z]*$/u,ay=/^\d+$/u,cy=/^[\w+-]+(?:\.[\w+-]+)*@[\da-z]+(?:[.-][\da-z]+)*\.[a-z]{2,}$/iu,uy=/^[\p{Extended_Pictographic}\p{Emoji_Component}]+$/u,ly=/^(?:0h|0x)?[\da-f]+$/iu,fy=/^#(?:[\da-f]{3,4}|[\da-f]{6}|[\da-f]{8})$/iu,dy=/^\d{15}$|^\d{2}-\d{6}-\d{6}-\d$/u,hy=/^(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])(?:\.(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])){3}$/u,py=/^(?:(?:[\da-f]{1,4}:){7}[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,7}:|(?:[\da-f]{1,4}:){1,6}:[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,5}(?::[\da-f]{1,4}){1,2}|(?:[\da-f]{1,4}:){1,4}(?::[\da-f]{1,4}){1,3}|(?:[\da-f]{1,4}:){1,3}(?::[\da-f]{1,4}){1,4}|(?:[\da-f]{1,4}:){1,2}(?::[\da-f]{1,4}){1,5}|[\da-f]{1,4}:(?::[\da-f]{1,4}){1,6}|:(?:(?::[\da-f]{1,4}){1,7}|:)|fe80:(?::[\da-f]{0,4}){0,4}%[\da-z]+|::(?:f{4}(?::0{1,4})?:)?(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d)|(?:[\da-f]{1,4}:){1,4}:(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d))$/iu,my=/^(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])(?:\.(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])){3}$|^(?:(?:[\da-f]{1,4}:){7}[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,7}:|(?:[\da-f]{1,4}:){1,6}:[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,5}(?::[\da-f]{1,4}){1,2}|(?:[\da-f]{1,4}:){1,4}(?::[\da-f]{1,4}){1,3}|(?:[\da-f]{1,4}:){1,3}(?::[\da-f]{1,4}){1,4}|(?:[\da-f]{1,4}:){1,2}(?::[\da-f]{1,4}){1,5}|[\da-f]{1,4}:(?::[\da-f]{1,4}){1,6}|:(?:(?::[\da-f]{1,4}){1,7}|:)|fe80:(?::[\da-f]{0,4}){0,4}%[\da-z]+|::(?:f{4}(?::0{1,4})?:)?(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d)|(?:[\da-f]{1,4}:){1,4}:(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d))$/iu,gy=/^\d{4}-(?:0[1-9]|1[0-2])-(?:[12]\d|0[1-9]|3[01])$/u,vy=/^\d{4}-(?:0[1-9]|1[0-2])-(?:[12]\d|0[1-9]|3[01])T(?:0\d|1\d|2[0-3]):[0-5]\d$/u,yy=/^(?:0\d|1\d|2[0-3]):[0-5]\d$/u,by=/^(?:0\d|1\d|2[0-3])(?::[0-5]\d){2}$/u,wy=/^\d{4}-(?:0[1-9]|1[0-2])-(?:[12]\d|0[1-9]|3[01])T(?:0\d|1\d|2[0-3])(?::[0-5]\d){2}(?:\.\d{1,9})?(?:Z|[+-](?:0\d|1\d|2[0-3])(?::?[0-5]\d)?)$/u,_y=/^\d{4}-W(?:0[1-9]|[1-4]\d|5[0-3])$/u,xy=/^(?:[\da-f]{2}:){5}[\da-f]{2}$|^(?:[\da-f]{2}-){5}[\da-f]{2}$|^(?:[\da-f]{4}\.){2}[\da-f]{4}$/iu,Sy=/^(?:[\da-f]{2}:){7}[\da-f]{2}$|^(?:[\da-f]{2}-){7}[\da-f]{2}$|^(?:[\da-f]{4}\.){3}[\da-f]{4}$|^(?:[\da-f]{4}:){3}[\da-f]{4}$/iu,Ey=/^(?:[\da-f]{2}:){5}[\da-f]{2}$|^(?:[\da-f]{2}-){5}[\da-f]{2}$|^(?:[\da-f]{4}\.){2}[\da-f]{4}$|^(?:[\da-f]{2}:){7}[\da-f]{2}$|^(?:[\da-f]{2}-){7}[\da-f]{2}$|^(?:[\da-f]{4}\.){3}[\da-f]{4}$|^(?:[\da-f]{4}:){3}[\da-f]{4}$/iu,Cy=/^(?:0o)?[0-7]+$/iu,My=/^[\da-hjkmnp-tv-z]{26}$/iu,Ty=/^[\da-f]{8}(?:-[\da-f]{4}){3}-[\da-f]{12}$/iu,Zr;function NC(e){Zr={...Zr,...e}}function hc(e){return{lang:(e==null?void 0:e.lang)??(Zr==null?void 0:Zr.lang),message:e==null?void 0:e.message,abortEarly:(e==null?void 0:e.abortEarly)??(Zr==null?void 0:Zr.abortEarly),abortPipeEarly:(e==null?void 0:e.abortPipeEarly)??(Zr==null?void 0:Zr.abortPipeEarly)}}function DC(){Zr=void 0}var Ti;function $C(e,t){Ti||(Ti=new Map),Ti.set(t,e)}function Ay(e){return Ti==null?void 0:Ti.get(e)}function BC(e){Ti==null||Ti.delete(e)}var Ai;function LC(e,t){Ai||(Ai=new Map),Ai.set(t,e)}function Oy(e){return Ai==null?void 0:Ai.get(e)}function FC(e){Ai==null||Ai.delete(e)}var _n;function UC(e,t,r){_n||(_n=new Map),_n.get(e)||_n.set(e,new Map),_n.get(e).set(r,t)}function Iy(e,t){var r;return(r=_n==null?void 0:_n.get(e))==null?void 0:r.get(t)}function zC(e,t){var r;(r=_n==null?void 0:_n.get(e))==null||r.delete(t)}function Nr(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 le(e,t,r,n,i){const s=i&&"input"in i?i.input:r.value,o=(i==null?void 0:i.expected)??e.expects??null,a=(i==null?void 0:i.received)??Nr(s),c={kind:e.kind,type:e.type,input:s,expected:o,received:a,message:`Invalid ${t}: ${o?`Expected ${o} 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??Iy(e.reference,c.lang)??(u?Oy(c.lang):null)??n.message??Ay(c.lang);l&&(c.message=typeof l=="function"?l(c):l),u&&(r.typed=!1),r.issues?r.issues.push(c):r.issues=[c]}var VC=/\D/gu;function Nh(e){const t=e.replace(VC,"");let r=t.length,n=1,i=0;for(;r;){const s=+t[--r];n^=1,i+=n?[0,2,4,6,8,1,3,5,7,9][s]:s}return i%10===0}function Ks(e,t){return Object.hasOwn(e,t)&&t!=="__proto__"&&t!=="prototype"&&t!=="constructor"}function qC(e,t){const r={};for(const n of e)r[n]=t;return r}function Py(e){if(e.path){let t="";for(const r of e.path)if(typeof r.key=="string"||typeof r.key=="number")t?t+=`.${r.key}`:t+=r.key;else return null;return t}return null}function WC(e,t){return t.kind===e}function GC(e,t){return t.type===e}function HC(e){return e instanceof sl}var sl=class extends Error{constructor(t){super(t[0].message);vt(this,"issues");this.name="ValiError",this.issues=t}};function jy(e){return{kind:"validation",type:"bic",reference:jy,async:!1,expects:null,requirement:sy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"BIC",t,r),t}}}function ky(e){return{kind:"transformation",type:"brand",reference:ky,async:!1,name:e,_run(t){return t}}}function Ry(e,t){return{kind:"validation",type:"bytes",reference:Ry,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i!==this.requirement&&le(this,"bytes",r,n,{received:`${i}`})}return r}}}function Ny(e,t){return{kind:"validation",type:"check",reference:Ny,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement(r.value)&&le(this,"input",r,n),r}}}function Dy(e,t){return{kind:"validation",type:"check",reference:Dy,async:!0,expects:null,requirement:e,message:t,async _run(r,n){return r.typed&&!await this.requirement(r.value)&&le(this,"input",r,n),r}}}function $y(e,t){return{kind:"validation",type:"check_items",reference:$y,async:!1,expects:null,requirement:e,message:t,_run(r,n){if(r.typed)for(let i=0;i<r.value.length;i++){const s=r.value[i];this.requirement(s,i,r.value)||le(this,"item",r,n,{input:s,path:[{type:"array",origin:"value",input:r.value,key:i,value:s}]})}return r}}}var KC=/^(?:\d{14,19}|\d{4}(?: \d{3,6}){2,4}|\d{4}(?:-\d{3,6}){2,4})$/u,JC=/[- ]/gu,XC=[/^3[47]\d{13}$/u,/^3(?:0[0-5]|[68]\d)\d{11,13}$/u,/^6(?:011|5\d{2})\d{12,15}$/u,/^(?:2131|1800|35\d{3})\d{11}$/u,/^5[1-5]\d{2}|(?:222\d|22[3-9]\d|2[3-6]\d{2}|27[01]\d|2720)\d{12}$/u,/^(?:6[27]\d{14,17}|81\d{14,17})$/u,/^4\d{12}(?:\d{3,6})?$/u];function By(e){return{kind:"validation",type:"credit_card",reference:By,async:!1,expects:null,requirement(t){let r;return KC.test(t)&&(r=t.replace(JC,""))&&XC.some(n=>n.test(r))&&Nh(r)},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"credit card",t,r),t}}}function Ly(e){return{kind:"validation",type:"cuid2",reference:Ly,async:!1,expects:null,requirement:oy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"Cuid2",t,r),t}}}function Fy(e){return{kind:"validation",type:"decimal",reference:Fy,async:!1,expects:null,requirement:ay,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"decimal",t,r),t}}}function Uy(e){return{kind:"validation",type:"email",reference:Uy,expects:null,async:!1,requirement:cy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"email",t,r),t}}}function zy(e){return{kind:"validation",type:"emoji",reference:zy,async:!1,expects:null,requirement:uy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"emoji",t,r),t}}}function Vy(e){return{kind:"validation",type:"empty",reference:Vy,async:!1,expects:"0",message:e,_run(t,r){return t.typed&&t.value.length>0&&le(this,"length",t,r,{received:`${t.value.length}`}),t}}}function qy(e,t){return{kind:"validation",type:"ends_with",reference:qy,async:!1,expects:`"${e}"`,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.endsWith(this.requirement)&&le(this,"end",r,n,{received:`"${r.value.slice(-this.requirement.length)}"`}),r}}}function Wy(e,t){return{kind:"validation",type:"every_item",reference:Wy,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.every(this.requirement)&&le(this,"item",r,n),r}}}function Gy(e,t){const r=Nr(e);return{kind:"validation",type:"excludes",reference:Gy,async:!1,expects:`!${r}`,requirement:e,message:t,_run(n,i){return n.typed&&n.value.includes(this.requirement)&&le(this,"content",n,i,{received:r}),n}}}function Hy(e){return{kind:"transformation",type:"filter_items",reference:Hy,async:!1,operation:e,_run(t){return t.value=t.value.filter(this.operation),t}}}function Ky(e){return{kind:"transformation",type:"find_item",reference:Ky,async:!1,operation:e,_run(t){return t.value=t.value.find(this.operation),t}}}function Jy(e){return{kind:"validation",type:"finite",reference:Jy,async:!1,expects:null,requirement:Number.isFinite,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"finite",t,r),t}}}var YC={md4:32,md5:32,sha1:40,sha256:64,sha384:96,sha512:128,ripemd128:32,ripemd160:40,tiger128:32,tiger160:40,tiger192:48,crc32:8,crc32b:8,adler32:8};function Xy(e,t){return{kind:"validation",type:"hash",reference:Xy,expects:null,async:!1,requirement:RegExp(e.map(r=>`^[a-f0-9]{${YC[r]}}$`).join("|"),"iu"),message:t,_run(r,n){return r.typed&&!this.requirement.test(r.value)&&le(this,"hash",r,n),r}}}function Yy(e){return{kind:"validation",type:"hexadecimal",reference:Yy,async:!1,expects:null,requirement:ly,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"hexadecimal",t,r),t}}}function Zy(e){return{kind:"validation",type:"hex_color",reference:Zy,async:!1,expects:null,requirement:fy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"hex color",t,r),t}}}function Qy(e){return{kind:"validation",type:"imei",reference:Qy,async:!1,expects:null,requirement(t){return dy.test(t)&&Nh(t)},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"IMEI",t,r),t}}}function eb(e,t){const r=Nr(e);return{kind:"validation",type:"includes",reference:eb,async:!1,expects:r,requirement:e,message:t,_run(n,i){return n.typed&&!n.value.includes(this.requirement)&&le(this,"content",n,i,{received:`!${r}`}),n}}}function tb(e){return{kind:"validation",type:"integer",reference:tb,async:!1,expects:null,requirement:Number.isInteger,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"integer",t,r),t}}}function rb(e){return{kind:"validation",type:"ip",reference:rb,async:!1,expects:null,requirement:my,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"IP",t,r),t}}}function nb(e){return{kind:"validation",type:"ipv4",reference:nb,async:!1,expects:null,requirement:hy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"IPv4",t,r),t}}}function ib(e){return{kind:"validation",type:"ipv6",reference:ib,async:!1,expects:null,requirement:py,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"IPv6",t,r),t}}}function sb(e){return{kind:"validation",type:"iso_date",reference:sb,async:!1,expects:null,requirement:gy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"date",t,r),t}}}function ob(e){return{kind:"validation",type:"iso_date_time",reference:ob,async:!1,expects:null,requirement:vy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"date-time",t,r),t}}}function ab(e){return{kind:"validation",type:"iso_time",reference:ab,async:!1,expects:null,requirement:yy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"time",t,r),t}}}function cb(e){return{kind:"validation",type:"iso_time_second",reference:cb,async:!1,expects:null,requirement:by,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"time-second",t,r),t}}}function ub(e){return{kind:"validation",type:"iso_timestamp",reference:ub,async:!1,expects:null,requirement:wy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"timestamp",t,r),t}}}function lb(e){return{kind:"validation",type:"iso_week",reference:lb,async:!1,expects:null,requirement:_y,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"week",t,r),t}}}function fb(e,t){return{kind:"validation",type:"length",reference:fb,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length!==this.requirement&&le(this,"length",r,n,{received:`${r.value.length}`}),r}}}function db(e){return{kind:"validation",type:"mac",reference:db,async:!1,expects:null,requirement:Ey,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"MAC",t,r),t}}}function hb(e){return{kind:"validation",type:"mac48",reference:hb,async:!1,expects:null,requirement:xy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"48-bit MAC",t,r),t}}}function pb(e){return{kind:"validation",type:"mac64",reference:pb,async:!1,expects:null,requirement:Sy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"64-bit MAC",t,r),t}}}function mb(e){return{kind:"transformation",type:"map_items",reference:mb,async:!1,operation:e,_run(t){return t.value=t.value.map(this.operation),t}}}function gb(e,t){return{kind:"validation",type:"max_bytes",reference:gb,async:!1,expects:`<=${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i>this.requirement&&le(this,"bytes",r,n,{received:`${i}`})}return r}}}function vb(e,t){return{kind:"validation",type:"max_length",reference:vb,async:!1,expects:`<=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length>this.requirement&&le(this,"length",r,n,{received:`${r.value.length}`}),r}}}function yb(e,t){return{kind:"validation",type:"max_size",reference:yb,async:!1,expects:`<=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size>this.requirement&&le(this,"size",r,n,{received:`${r.value.size}`}),r}}}function bb(e,t){return{kind:"validation",type:"max_value",reference:bb,async:!1,expects:`<=${e instanceof Date?e.toJSON():Nr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value>this.requirement&&le(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Nr(r.value)}),r}}}function wb(e,t){return{kind:"validation",type:"mime_type",reference:wb,async:!1,expects:e.map(r=>`"${r}"`).join(" | ")||"never",requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement.includes(r.value.type)&&le(this,"MIME type",r,n,{received:`"${r.value.type}"`}),r}}}function _b(e,t){return{kind:"validation",type:"min_bytes",reference:_b,async:!1,expects:`>=${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i<this.requirement&&le(this,"bytes",r,n,{received:`${i}`})}return r}}}function xb(e,t){return{kind:"validation",type:"min_length",reference:xb,async:!1,expects:`>=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length<this.requirement&&le(this,"length",r,n,{received:`${r.value.length}`}),r}}}function Sb(e,t){return{kind:"validation",type:"min_size",reference:Sb,async:!1,expects:`>=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size<this.requirement&&le(this,"size",r,n,{received:`${r.value.size}`}),r}}}function Eb(e,t){return{kind:"validation",type:"min_value",reference:Eb,async:!1,expects:`>=${e instanceof Date?e.toJSON():Nr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value<this.requirement&&le(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Nr(r.value)}),r}}}function Cb(e,t){return{kind:"validation",type:"multiple_of",reference:Cb,async:!1,expects:`%${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value%this.requirement!==0&&le(this,"multiple",r,n),r}}}function Mb(e){return{kind:"validation",type:"non_empty",reference:Mb,async:!1,expects:"!0",message:e,_run(t,r){return t.typed&&t.value.length===0&&le(this,"length",t,r,{received:"0"}),t}}}function Tb(e){return{kind:"transformation",type:"normalize",reference:Tb,async:!1,form:e,_run(t){return t.value=t.value.normalize(this.form),t}}}function Ab(e,t){return{kind:"validation",type:"not_bytes",reference:Ab,async:!1,expects:`!${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i===this.requirement&&le(this,"bytes",r,n,{received:`${i}`})}return r}}}function Ob(e,t){return{kind:"validation",type:"not_length",reference:Ob,async:!1,expects:`!${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length===this.requirement&&le(this,"length",r,n,{received:`${r.value.length}`}),r}}}function Ib(e,t){return{kind:"validation",type:"not_size",reference:Ib,async:!1,expects:`!${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size===this.requirement&&le(this,"size",r,n,{received:`${r.value.size}`}),r}}}function Pb(e,t){return{kind:"validation",type:"not_value",reference:Pb,async:!1,expects:e instanceof Date?`!${e.toJSON()}`:`!${Nr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&this.requirement<=r.value&&this.requirement>=r.value&&le(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Nr(r.value)}),r}}}function jb(e){return{kind:"validation",type:"octal",reference:jb,async:!1,expects:null,requirement:Cy,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"octal",t,r),t}}}function kb(e,t){var r;if(e.issues)for(const n of t)for(const i of e.issues){let s=!1;const o=Math.min(n.length,((r=i.path)==null?void 0:r.length)??0);for(let a=0;a<o;a++)if(n[a]!==i.path[a].key){s=!0;break}if(!s)return!1}return!0}function Rb(e,t,r){return{kind:"validation",type:"partial_check",reference:Rb,async:!1,expects:null,requirement:t,message:r,_run(n,i){return kb(n,e)&&!this.requirement(n.value)&&le(this,"input",n,i),n}}}function Nb(e,t,r){return{kind:"validation",type:"partial_check",reference:Nb,async:!0,expects:null,requirement:t,message:r,async _run(n,i){return kb(n,e)&&!await this.requirement(n.value)&&le(this,"input",n,i),n}}}function Db(e){return{kind:"validation",type:"raw_check",reference:Db,async:!1,expects:null,_run(t,r){return e({dataset:t,config:r,addIssue:n=>le(this,(n==null?void 0:n.label)??"input",t,r,n)}),t}}}function $b(e){return{kind:"validation",type:"raw_check",reference:$b,async:!0,expects:null,async _run(t,r){return await e({dataset:t,config:r,addIssue:n=>le(this,(n==null?void 0:n.label)??"input",t,r,n)}),t}}}function Bb(e){return{kind:"transformation",type:"raw_transform",reference:Bb,async:!1,_run(t,r){const n=e({dataset:t,config:r,addIssue:i=>le(this,(i==null?void 0:i.label)??"input",t,r,i),NEVER:null});return t.issues?t.typed=!1:t.value=n,t}}}function Lb(e){return{kind:"transformation",type:"raw_transform",reference:Lb,async:!0,async _run(t,r){const n=await e({dataset:t,config:r,addIssue:i=>le(this,(i==null?void 0:i.label)??"input",t,r,i),NEVER:null});return t.issues?t.typed=!1:t.value=n,t}}}function Fb(){return{kind:"transformation",type:"readonly",reference:Fb,async:!1,_run(e){return e}}}function Ub(e,t){return{kind:"transformation",type:"reduce_items",reference:Ub,async:!1,operation:e,initial:t,_run(r){return r.value=r.value.reduce(this.operation,this.initial),r}}}function zb(e,t){return{kind:"validation",type:"regex",reference:zb,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement.test(r.value)&&le(this,"format",r,n),r}}}function Vb(e){return{kind:"validation",type:"safe_integer",reference:Vb,async:!1,expects:null,requirement:Number.isSafeInteger,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"safe integer",t,r),t}}}function qb(e,t){return{kind:"validation",type:"size",reference:qb,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size!==this.requirement&&le(this,"size",r,n,{received:`${r.value.size}`}),r}}}function Wb(e,t){return{kind:"validation",type:"some_item",reference:Wb,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.some(this.requirement)&&le(this,"item",r,n),r}}}function Gb(e){return{kind:"transformation",type:"sort_items",reference:Gb,async:!1,operation:e,_run(t){return t.value=t.value.sort(this.operation),t}}}function Hb(e,t){return{kind:"validation",type:"starts_with",reference:Hb,async:!1,expects:`"${e}"`,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.startsWith(this.requirement)&&le(this,"start",r,n,{received:`"${r.value.slice(0,this.requirement.length)}"`}),r}}}function Kb(){return{kind:"transformation",type:"to_lower_case",reference:Kb,async:!1,_run(e){return e.value=e.value.toLowerCase(),e}}}function Jb(e){return{kind:"transformation",type:"to_max_value",reference:Jb,async:!1,requirement:e,_run(t){return t.value=t.value>this.requirement?this.requirement:t.value,t}}}function Xb(e){return{kind:"transformation",type:"to_min_value",reference:Xb,async:!1,requirement:e,_run(t){return t.value=t.value<this.requirement?this.requirement:t.value,t}}}function Yb(){return{kind:"transformation",type:"to_upper_case",reference:Yb,async:!1,_run(e){return e.value=e.value.toUpperCase(),e}}}function Zb(e){return{kind:"transformation",type:"transform",reference:Zb,async:!1,operation:e,_run(t){return t.value=this.operation(t.value),t}}}function Qb(e){return{kind:"transformation",type:"transform",reference:Qb,async:!0,operation:e,async _run(t){return t.value=await this.operation(t.value),t}}}function ew(){return{kind:"transformation",type:"trim",reference:ew,async:!1,_run(e){return e.value=e.value.trim(),e}}}function tw(){return{kind:"transformation",type:"trim_end",reference:tw,async:!1,_run(e){return e.value=e.value.trimEnd(),e}}}function rw(){return{kind:"transformation",type:"trim_start",reference:rw,async:!1,_run(e){return e.value=e.value.trimStart(),e}}}function nw(e){return{kind:"validation",type:"ulid",reference:nw,async:!1,expects:null,requirement:My,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"ULID",t,r),t}}}function iw(e){return{kind:"validation",type:"url",reference:iw,async:!1,expects:null,requirement(t){try{return new URL(t),!0}catch{return!1}},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"URL",t,r),t}}}function sw(e){return{kind:"validation",type:"uuid",reference:sw,async:!1,expects:null,requirement:Ty,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"UUID",t,r),t}}}function ow(e,t){return{kind:"validation",type:"value",reference:ow,async:!1,expects:e instanceof Date?e.toJSON():Nr(e),requirement:e,message:t,_run(r,n){return r.typed&&!(this.requirement<=r.value&&this.requirement>=r.value)&&le(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Nr(r.value)}),r}}}function ZC(e,t){return{...e,_run(r,n){return e._run(r,{...n,...t})}}}function pc(e,t,r){return typeof e.fallback=="function"?e.fallback(t,r):e.fallback}function QC(e,t){return{...e,fallback:t,_run(r,n){return e._run(r,n),r.issues?{typed:!0,value:pc(this,r,n)}:r}}}function eM(e,t){return{...e,fallback:t,async:!0,async _run(r,n){return e._run(r,n),r.issues?{typed:!0,value:await pc(this,r,n)}:r}}}function tM(e){const t={};for(const r of e)if(r.path){const n=Py(r);n?(t.nested||(t.nested={}),t.nested[n]?t.nested[n].push(r.message):t.nested[n]=[r.message]):t.other?t.other.push(r.message):t.other=[r.message]}else t.root?t.root.push(r.message):t.root=[r.message];return t}function rM(e,t){return{...e,_run(r,n){const i=r.issues&&[...r.issues];if(e._run(r,n),r.issues){for(const s of r.issues)if(!(i!=null&&i.includes(s))){let o=r.value;for(const a of t){const c=o[a],u={type:"unknown",origin:"value",input:o,key:a,value:c};if(s.path?s.path.push(u):s.path=[u],!c)break;o=c}}}return r}}}function nM(e,t){return{...e,async:!0,async _run(r,n){const i=r.issues&&[...r.issues];if(await e._run(r,n),r.issues){for(const s of r.issues)if(!(i!=null&&i.includes(s))){let o=r.value;for(const a of t){const c=o[a],u={type:"unknown",origin:"value",input:o,key:a,value:c};if(s.path?s.path.push(u):s.path=[u],!c)break;o=c}}}return r}}}function $i(e,t,r){return typeof e.default=="function"?e.default(t,r):e.default}function wd(e){if("entries"in e){const t={};for(const r in e.entries)t[r]=wd(e.entries[r]);return t}return"items"in e?e.items.map(wd):$i(e)}async function _d(e){return"entries"in e?Object.fromEntries(await Promise.all(Object.entries(e.entries).map(async([t,r])=>[t,await _d(r)]))):"items"in e?Promise.all(e.items.map(_d)):$i(e)}function xd(e){if("entries"in e){const t={};for(const r in e.entries)t[r]=xd(e.entries[r]);return t}return"items"in e?e.items.map(xd):pc(e)}async function Sd(e){return"entries"in e?Object.fromEntries(await Promise.all(Object.entries(e.entries).map(async([t,r])=>[t,await Sd(r)]))):"items"in e?Promise.all(e.items.map(Sd)):pc(e)}function iM(e,t){return!e._run({typed:!1,value:t},{abortEarly:!0}).issues}function aw(){return{kind:"schema",type:"any",reference:aw,expects:"any",async:!1,_run(e){return e.typed=!0,e}}}function cw(e,t){return{kind:"schema",type:"array",reference:cw,expects:"Array",async:!1,item:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<i.length;o++){const a=i[o],c=this.item._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.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 le(this,"type",r,n);return r}}}function uw(e,t){return{kind:"schema",type:"array",reference:uw,expects:"Array",async:!0,item:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(i.map(a=>this.item._run({typed:!1,value:a},n)));for(let a=0;a<o.length;a++){const c=o[a];if(c.issues){const u={type:"array",origin:"value",input:i,key:a,value:i[a]};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.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 le(this,"type",r,n);return r}}}function lw(e){return{kind:"schema",type:"bigint",reference:lw,expects:"bigint",async:!1,message:e,_run(t,r){return typeof t.value=="bigint"?t.typed=!0:le(this,"type",t,r),t}}}function fw(e){return{kind:"schema",type:"blob",reference:fw,expects:"Blob",async:!1,message:e,_run(t,r){return t.value instanceof Blob?t.typed=!0:le(this,"type",t,r),t}}}function dw(e){return{kind:"schema",type:"boolean",reference:dw,expects:"boolean",async:!1,message:e,_run(t,r){return typeof t.value=="boolean"?t.typed=!0:le(this,"type",t,r),t}}}function hw(e,t){return{kind:"schema",type:"custom",reference:hw,expects:"unknown",async:!1,check:e,message:t,_run(r,n){return this.check(r.value)?r.typed=!0:le(this,"type",r,n),r}}}function pw(e,t){return{kind:"schema",type:"custom",reference:pw,expects:"unknown",async:!0,check:e,message:t,async _run(r,n){return await this.check(r.value)?r.typed=!0:le(this,"type",r,n),r}}}function mw(e){return{kind:"schema",type:"date",reference:mw,expects:"Date",async:!1,message:e,_run(t,r){return t.value instanceof Date?isNaN(t.value)?le(this,"type",t,r,{received:'"Invalid Date"'}):t.typed=!0:le(this,"type",t,r),t}}}function Ed(e,t){const r=Object.entries(e).filter(([n])=>isNaN(+n)).map(([,n])=>n);return{kind:"schema",type:"enum",reference:Ed,expects:r.map(Nr).join(" | ")||"never",async:!1,enum:e,options:r,message:t,_run(n,i){return this.options.includes(n.value)?n.typed=!0:le(this,"type",n,i),n}}}function gw(e){return{kind:"schema",type:"file",reference:gw,expects:"File",async:!1,message:e,_run(t,r){return t.value instanceof File?t.typed=!0:le(this,"type",t,r),t}}}function Cd(e){return{kind:"schema",type:"function",reference:Cd,expects:"Function",async:!1,message:e,_run(t,r){return typeof t.value=="function"?t.typed=!0:le(this,"type",t,r),t}}}function vw(e,t){return{kind:"schema",type:"instance",reference:vw,expects:e.name,async:!1,class:e,message:t,_run(r,n){return r.value instanceof this.class?r.typed=!0:le(this,"type",r,n),r}}}function xu(e,t){if(typeof e==typeof t){if(e===t||e instanceof Date&&t instanceof Date&&+e==+t)return{value:e};if(e&&t&&e.constructor===Object&&t.constructor===Object){for(const r in t)if(r in e){const n=xu(e[r],t[r]);if(n.issue)return n;e[r]=n.value}else e[r]=t[r];return{value:e}}if(Array.isArray(e)&&Array.isArray(t)&&e.length===t.length){for(let r=0;r<e.length;r++){const n=xu(e[r],t[r]);if(n.issue)return n;e[r]=n.value}return{value:e}}}return{issue:!0}}function yw(e,t){return{kind:"schema",type:"intersect",reference:yw,expects:[...new Set(e.map(r=>r.expects))].join(" & ")||"never",async:!1,options:e,message:t,_run(r,n){if(this.options.length){const i=r.value;let s;r.typed=!0;for(const o of this.options){const a=o._run({typed:!1,value:i},n);if(a.issues&&(r.issues?r.issues.push(...a.issues):r.issues=a.issues,n.abortEarly)){r.typed=!1;break}a.typed||(r.typed=!1),r.typed&&(s?s.push(a.value):s=[a.value])}if(r.typed){r.value=s[0];for(let o=1;o<s.length;o++){const a=xu(r.value,s[o]);if(a.issue){le(this,"type",r,n,{received:"unknown"});break}r.value=a.value}}}else le(this,"type",r,n);return r}}}function bw(e,t){return{kind:"schema",type:"intersect",reference:bw,expects:[...new Set(e.map(r=>r.expects))].join(" & ")||"never",async:!0,options:e,message:t,async _run(r,n){if(this.options.length){const i=r.value;let s;r.typed=!0;const o=await Promise.all(this.options.map(a=>a._run({typed:!1,value:i},n)));for(const a of o){if(a.issues&&(r.issues?r.issues.push(...a.issues):r.issues=a.issues,n.abortEarly)){r.typed=!1;break}a.typed||(r.typed=!1),r.typed&&(s?s.push(a.value):s=[a.value])}if(r.typed){r.value=s[0];for(let a=1;a<s.length;a++){const c=xu(r.value,s[a]);if(c.issue){le(this,"type",r,n,{received:"unknown"});break}r.value=c.value}}}else le(this,"type",r,n);return r}}}function ww(e){return{kind:"schema",type:"lazy",reference:ww,expects:"unknown",async:!1,getter:e,_run(t,r){return this.getter(t.value)._run(t,r)}}}function _w(e){return{kind:"schema",type:"lazy",reference:_w,expects:"unknown",async:!0,getter:e,async _run(t,r){return(await this.getter(t.value))._run(t,r)}}}function xw(e,t){return{kind:"schema",type:"literal",reference:xw,expects:Nr(e),async:!1,literal:e,message:t,_run(r,n){return r.value===this.literal?r.typed=!0:le(this,"type",r,n),r}}}function Sw(e,t){return{kind:"schema",type:"loose_object",reference:Sw,expects:"Object",async:!1,entries:e,message:t,_run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};for(const o in this.entries){const a=i[o],c=this.entries[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"object",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),(c.value!==void 0||o in i)&&(r.value[o]=c.value)}if(!r.issues||!n.abortEarly)for(const o in i)Ks(i,o)&&!(o in this.entries)&&(r.value[o]=i[o])}else le(this,"type",r,n);return r}}}function Ew(e,t){return{kind:"schema",type:"loose_object",reference:Ew,expects:"Object",async:!0,entries:e,message:t,async _run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};const o=await Promise.all(Object.entries(this.entries).map(async([a,c])=>{const u=i[a];return[a,u,await c._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"object",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),(u.value!==void 0||a in i)&&(r.value[a]=u.value)}if(!r.issues||!n.abortEarly)for(const a in i)Ks(i,a)&&!(a in this.entries)&&(r.value[a]=i[a])}else le(this,"type",r,n);return r}}}function Cw(e,t){return{kind:"schema",type:"loose_tuple",reference:Cw,expects:"Array",async:!1,items:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<this.items.length;o++){const a=i[o],c=this.items[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.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)}if(!r.issues||!n.abortEarly)for(let o=this.items.length;o<i.length;o++)r.value.push(i[o])}else le(this,"type",r,n);return r}}}function Mw(e,t){return{kind:"schema",type:"loose_tuple",reference:Mw,expects:"Array",async:!0,items:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(this.items.map(async(a,c)=>{const u=i[c];return[c,u,await a._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"array",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),r.value.push(u.value)}if(!r.issues||!n.abortEarly)for(let a=this.items.length;a<i.length;a++)r.value.push(i[a])}else le(this,"type",r,n);return r}}}function Tw(e,t,r){return{kind:"schema",type:"map",reference:Tw,expects:"Map",async:!1,key:e,value:t,message:r,_run(n,i){var o,a;const s=n.value;if(s instanceof Map){n.typed=!0,n.value=new Map;for(const[c,u]of s){const l=this.key._run({typed:!1,value:c},i);if(l.issues){const h={type:"map",origin:"key",input:s,key:c,value:u};for(const y of l.issues)y.path?y.path.unshift(h):y.path=[h],(o=n.issues)==null||o.push(y);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}const f=this.value._run({typed:!1,value:u},i);if(f.issues){const h={type:"map",origin:"value",input:s,key:c,value:u};for(const y of f.issues)y.path?y.path.unshift(h):y.path=[h],(a=n.issues)==null||a.push(y);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}(!l.typed||!f.typed)&&(n.typed=!1),n.value.set(l.value,f.value)}}else le(this,"type",n,i);return n}}}function Aw(e,t,r){return{kind:"schema",type:"map",reference:Aw,expects:"Map",async:!0,key:e,value:t,message:r,async _run(n,i){var o,a;const s=n.value;if(s instanceof Map){n.typed=!0,n.value=new Map;const c=await Promise.all([...s].map(([u,l])=>Promise.all([u,l,this.key._run({typed:!1,value:u},i),this.value._run({typed:!1,value:l},i)])));for(const[u,l,f,h]of c){if(f.issues){const y={type:"map",origin:"key",input:s,key:u,value:l};for(const b of f.issues)b.path?b.path.unshift(y):b.path=[y],(o=n.issues)==null||o.push(b);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}if(h.issues){const y={type:"map",origin:"value",input:s,key:u,value:l};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(a=n.issues)==null||a.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}(!f.typed||!h.typed)&&(n.typed=!1),n.value.set(f.value,h.value)}}else le(this,"type",n,i);return n}}}function Ow(e){return{kind:"schema",type:"nan",reference:Ow,expects:"NaN",async:!1,message:e,_run(t,r){return Number.isNaN(t.value)?t.typed=!0:le(this,"type",t,r),t}}}function Iw(e){return{kind:"schema",type:"never",reference:Iw,expects:"never",async:!1,message:e,_run(t,r){return le(this,"type",t,r),t}}}function Pw(e,t){return{kind:"schema",type:"non_nullable",reference:Pw,expects:"!null",async:!1,wrapped:e,message:t,_run(r,n){return r.value===null?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function jw(e,t){return{kind:"schema",type:"non_nullable",reference:jw,expects:"!null",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===null?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function kw(e,t){return{kind:"schema",type:"non_nullish",reference:kw,expects:"!null & !undefined",async:!1,wrapped:e,message:t,_run(r,n){return r.value===null||r.value===void 0?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Rw(e,t){return{kind:"schema",type:"non_nullish",reference:Rw,expects:"!null & !undefined",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===null||r.value===void 0?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Dh(e,t){return{kind:"schema",type:"non_optional",reference:Dh,expects:"!undefined",async:!1,wrapped:e,message:t,_run(r,n){return r.value===void 0?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function $h(e,t){return{kind:"schema",type:"non_optional",reference:$h,expects:"!undefined",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===void 0?(le(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Md(e){return{kind:"schema",type:"null",reference:Md,expects:"null",async:!1,message:e,_run(t,r){return t.value===null?t.typed=!0:le(this,"type",t,r),t}}}function Nw(e,...t){const r={kind:"schema",type:"nullable",reference:Nw,expects:`${e.expects} | null`,async:!1,wrapped:e,_run(n,i){return n.value===null&&("default"in this&&(n.value=$i(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 Dw(e,...t){const r={kind:"schema",type:"nullable",reference:Dw,expects:`${e.expects} | null`,async:!0,wrapped:e,async _run(n,i){return n.value===null&&("default"in this&&(n.value=await $i(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 $w(e,...t){const r={kind:"schema",type:"nullish",reference:$w,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=$i(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 Bw(e,...t){const r={kind:"schema",type:"nullish",reference:Bw,expects:`${e.expects} | null | undefined`,async:!0,wrapped:e,async _run(n,i){return(n.value===null||n.value===void 0)&&("default"in this&&(n.value=await $i(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 Lw(e){return{kind:"schema",type:"number",reference:Lw,expects:"number",async:!1,message:e,_run(t,r){return typeof t.value=="number"&&!isNaN(t.value)?t.typed=!0:le(this,"type",t,r),t}}}function Fw(e,t){return{kind:"schema",type:"object",reference:Fw,expects:"Object",async:!1,entries:e,message:t,_run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};for(const o in this.entries){const a=i[o],c=this.entries[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"object",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),(c.value!==void 0||o in i)&&(r.value[o]=c.value)}}else le(this,"type",r,n);return r}}}function Uw(e,t){return{kind:"schema",type:"object",reference:Uw,expects:"Object",async:!0,entries:e,message:t,async _run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};const o=await Promise.all(Object.entries(this.entries).map(async([a,c])=>{const u=i[a];return[a,u,await c._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"object",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),(u.value!==void 0||a in i)&&(r.value[a]=u.value)}}else le(this,"type",r,n);return r}}}function zw(e,t,r){return{kind:"schema",type:"object_with_rest",reference:zw,expects:"Object",async:!1,entries:e,rest:t,message:r,_run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};for(const c in this.entries){const u=s[c],l=this.entries[c]._run({typed:!1,value:u},i);if(l.issues){const f={type:"object",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(o=n.issues)==null||o.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),(l.value!==void 0||c in s)&&(n.value[c]=l.value)}if(!n.issues||!i.abortEarly){for(const c in s)if(Ks(s,c)&&!(c in this.entries)){const u=s[c],l=this.rest._run({typed:!1,value:u},i);if(l.issues){const f={type:"object",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(a=n.issues)==null||a.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),n.value[c]=l.value}}}else le(this,"type",n,i);return n}}}function Vw(e,t,r){return{kind:"schema",type:"object_with_rest",reference:Vw,expects:"Object",async:!0,entries:e,rest:t,message:r,async _run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};const[c,u]=await Promise.all([Promise.all(Object.entries(this.entries).map(async([l,f])=>{const h=s[l];return[l,h,await f._run({typed:!1,value:h},i)]})),Promise.all(Object.entries(s).filter(([l])=>Ks(s,l)&&!(l in this.entries)).map(async([l,f])=>[l,f,await this.rest._run({typed:!1,value:f},i)]))]);for(const[l,f,h]of c){if(h.issues){const y={type:"object",origin:"value",input:s,key:l,value:f};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(o=n.issues)==null||o.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),(h.value!==void 0||l in s)&&(n.value[l]=h.value)}if(!n.issues||!i.abortEarly)for(const[l,f,h]of u){if(h.issues){const y={type:"object",origin:"value",input:s,key:l,value:f};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(a=n.issues)==null||a.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),n.value[l]=h.value}}else le(this,"type",n,i);return n}}}function Bh(e,...t){const r={kind:"schema",type:"optional",reference:Bh,expects:`${e.expects} | undefined`,async:!1,wrapped:e,_run(n,i){return n.value===void 0&&("default"in this&&(n.value=$i(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 Lh(e,...t){const r={kind:"schema",type:"optional",reference:Lh,expects:`${e.expects} | undefined`,async:!0,wrapped:e,async _run(n,i){return n.value===void 0&&("default"in this&&(n.value=await $i(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 Fh(e,t){return{kind:"schema",type:"picklist",reference:Fh,expects:e.map(Nr).join(" | ")||"never",async:!1,options:e,message:t,_run(r,n){return this.options.includes(r.value)?r.typed=!0:le(this,"type",r,n),r}}}function qw(e){return{kind:"schema",type:"promise",reference:qw,expects:"Promise",async:!1,message:e,_run(t,r){return t.value instanceof Promise?t.typed=!0:le(this,"type",t,r),t}}}function Ww(e,t,r){return{kind:"schema",type:"record",reference:Ww,expects:"Object",async:!1,key:e,value:t,message:r,_run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};for(const c in s)if(Ks(s,c)){const u=s[c],l=this.key._run({typed:!1,value:c},i);if(l.issues){const h={type:"object",origin:"key",input:s,key:c,value:u};for(const y of l.issues)y.path=[h],(o=n.issues)==null||o.push(y);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}const f=this.value._run({typed:!1,value:u},i);if(f.issues){const h={type:"object",origin:"value",input:s,key:c,value:u};for(const y of f.issues)y.path?y.path.unshift(h):y.path=[h],(a=n.issues)==null||a.push(y);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}(!l.typed||!f.typed)&&(n.typed=!1),l.typed&&(n.value[l.value]=f.value)}}else le(this,"type",n,i);return n}}}function Gw(e,t,r){return{kind:"schema",type:"record",reference:Gw,expects:"Object",async:!0,key:e,value:t,message:r,async _run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};const c=await Promise.all(Object.entries(s).filter(([u])=>Ks(s,u)).map(([u,l])=>Promise.all([u,l,this.key._run({typed:!1,value:u},i),this.value._run({typed:!1,value:l},i)])));for(const[u,l,f,h]of c){if(f.issues){const y={type:"object",origin:"key",input:s,key:u,value:l};for(const b of f.issues)b.path=[y],(o=n.issues)==null||o.push(b);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}if(h.issues){const y={type:"object",origin:"value",input:s,key:u,value:l};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(a=n.issues)==null||a.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}(!f.typed||!h.typed)&&(n.typed=!1),f.typed&&(n.value[f.value]=h.value)}}else le(this,"type",n,i);return n}}}function Hw(e,t){return{kind:"schema",type:"set",reference:Hw,expects:"Set",async:!1,value:e,message:t,_run(r,n){var s;const i=r.value;if(i instanceof Set){r.typed=!0,r.value=new Set;for(const o of i){const a=this.value._run({typed:!1,value:o},n);if(a.issues){const c={type:"set",origin:"value",input:i,key:null,value:o};for(const u of a.issues)u.path?u.path.unshift(c):u.path=[c],(s=r.issues)==null||s.push(u);if(r.issues||(r.issues=a.issues),n.abortEarly){r.typed=!1;break}}a.typed||(r.typed=!1),r.value.add(a.value)}}else le(this,"type",r,n);return r}}}function Kw(e,t){return{kind:"schema",type:"set",reference:Kw,expects:"Set",async:!0,value:e,message:t,async _run(r,n){var s;const i=r.value;if(i instanceof Set){r.typed=!0,r.value=new Set;const o=await Promise.all([...i].map(async a=>[a,await this.value._run({typed:!1,value:a},n)]));for(const[a,c]of o){if(c.issues){const u={type:"set",origin:"value",input:i,key:null,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.add(c.value)}}else le(this,"type",r,n);return r}}}function Jw(e,t){return{kind:"schema",type:"strict_object",reference:Jw,expects:"Object",async:!1,entries:e,message:t,_run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};for(const o in this.entries){const a=i[o],c=this.entries[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"object",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),(c.value!==void 0||o in i)&&(r.value[o]=c.value)}if(!r.issues||!n.abortEarly){for(const o in i)if(!(o in this.entries)){const a=i[o];le(this,"type",r,n,{input:a,expected:"never",path:[{type:"object",origin:"value",input:i,key:o,value:a}]});break}}}else le(this,"type",r,n);return r}}}function Xw(e,t){return{kind:"schema",type:"strict_object",reference:Xw,expects:"Object",async:!0,entries:e,message:t,async _run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};const o=await Promise.all(Object.entries(this.entries).map(async([a,c])=>{const u=i[a];return[a,u,await c._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"object",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),(u.value!==void 0||a in i)&&(r.value[a]=u.value)}if(!r.issues||!n.abortEarly){for(const a in i)if(!(a in this.entries)){const c=i[a];le(this,"type",r,n,{input:c,expected:"never",path:[{type:"object",origin:"value",input:i,key:a,value:c}]});break}}}else le(this,"type",r,n);return r}}}function Yw(e,t){return{kind:"schema",type:"strict_tuple",reference:Yw,expects:"Array",async:!1,items:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<this.items.length;o++){const a=i[o],c=this.items[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.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)}if(!(r.issues&&n.abortEarly)&&this.items.length<i.length){const o=i[e.length];le(this,"type",r,n,{input:o,expected:"never",path:[{type:"array",origin:"value",input:i,key:this.items.length,value:o}]})}}else le(this,"type",r,n);return r}}}function Zw(e,t){return{kind:"schema",type:"strict_tuple",reference:Zw,expects:"Array",async:!0,items:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(this.items.map(async(a,c)=>{const u=i[c];return[c,u,await a._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"array",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),r.value.push(u.value)}if(!(r.issues&&n.abortEarly)&&this.items.length<i.length){const a=i[e.length];le(this,"type",r,n,{input:a,expected:"never",path:[{type:"array",origin:"value",input:i,key:this.items.length,value:a}]})}}else le(this,"type",r,n);return r}}}function Qw(e){return{kind:"schema",type:"string",reference:Qw,expects:"string",async:!1,message:e,_run(t,r){return typeof t.value=="string"?t.typed=!0:le(this,"type",t,r),t}}}function e2(e){return{kind:"schema",type:"symbol",reference:e2,expects:"symbol",async:!1,message:e,_run(t,r){return typeof t.value=="symbol"?t.typed=!0:le(this,"type",t,r),t}}}function t2(e,t){return{kind:"schema",type:"tuple",reference:t2,expects:"Array",async:!1,items:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<this.items.length;o++){const a=i[o],c=this.items[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.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 le(this,"type",r,n);return r}}}function r2(e,t){return{kind:"schema",type:"tuple",reference:r2,expects:"Array",async:!0,items:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(this.items.map(async(a,c)=>{const u=i[c];return[c,u,await a._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"array",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),r.value.push(u.value)}}else le(this,"type",r,n);return r}}}function n2(e,t,r){return{kind:"schema",type:"tuple_with_rest",reference:n2,expects:"Array",async:!1,items:e,rest:t,message:r,_run(n,i){var o,a;const s=n.value;if(Array.isArray(s)){n.typed=!0,n.value=[];for(let c=0;c<this.items.length;c++){const u=s[c],l=this.items[c]._run({typed:!1,value:u},i);if(l.issues){const f={type:"array",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(o=n.issues)==null||o.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),n.value.push(l.value)}if(!n.issues||!i.abortEarly)for(let c=this.items.length;c<s.length;c++){const u=s[c],l=this.rest._run({typed:!1,value:u},i);if(l.issues){const f={type:"array",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(a=n.issues)==null||a.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),n.value.push(l.value)}}else le(this,"type",n,i);return n}}}function i2(e,t,r){return{kind:"schema",type:"tuple_with_rest",reference:i2,expects:"Array",async:!0,items:e,rest:t,message:r,async _run(n,i){var o,a;const s=n.value;if(Array.isArray(s)){n.typed=!0,n.value=[];const[c,u]=await Promise.all([Promise.all(this.items.map(async(l,f)=>{const h=s[f];return[f,h,await l._run({typed:!1,value:h},i)]})),Promise.all(s.slice(this.items.length).map(async(l,f)=>[f+this.items.length,l,await this.rest._run({typed:!1,value:l},i)]))]);for(const[l,f,h]of c){if(h.issues){const y={type:"array",origin:"value",input:s,key:l,value:f};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(o=n.issues)==null||o.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),n.value.push(h.value)}if(!n.issues||!i.abortEarly)for(const[l,f,h]of u){if(h.issues){const y={type:"array",origin:"value",input:s,key:l,value:f};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(a=n.issues)==null||a.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),n.value.push(h.value)}}else le(this,"type",n,i);return n}}}function Td(e){return{kind:"schema",type:"undefined",reference:Td,expects:"undefined",async:!1,message:e,_run(t,r){return t.value===void 0?t.typed=!0:le(this,"type",t,r),t}}}function Su(e){let t;if(e)for(const r of e)t?t.push(...r.issues):t=r.issues;return t}function s2(e,t){return{kind:"schema",type:"union",reference:s2,expects:[...new Set(e.map(r=>r.expects))].join(" | ")||"never",async:!1,options:e,message:t,_run(r,n){let i,s,o;for(const a of this.options){const c=a._run({typed:!1,value:r.value},n);if(c.typed)if(c.issues)s?s.push(c):s=[c];else{i=c;break}else o?o.push(c):o=[c]}if(i)return i;if(s){if(s.length===1)return s[0];le(this,"type",r,n,{issues:Su(s)}),r.typed=!0}else{if((o==null?void 0:o.length)===1)return o[0];le(this,"type",r,n,{issues:Su(o)})}return r}}}function o2(e,t){return{kind:"schema",type:"union",reference:o2,expects:[...new Set(e.map(r=>r.expects))].join(" | ")||"never",async:!0,options:e,message:t,async _run(r,n){let i,s,o;for(const a of this.options){const c=await a._run({typed:!1,value:r.value},n);if(c.typed)if(c.issues)s?s.push(c):s=[c];else{i=c;break}else o?o.push(c):o=[c]}if(i)return i;if(s){if(s.length===1)return s[0];le(this,"type",r,n,{issues:Su(s)}),r.typed=!0}else{if((o==null?void 0:o.length)===1)return o[0];le(this,"type",r,n,{issues:Su(o)})}return r}}}function a2(){return{kind:"schema",type:"unknown",reference:a2,expects:"unknown",async:!1,_run(e){return e.typed=!0,e}}}function Uh(e,t,r=new Set){for(const n of t)n.type==="variant"?Uh(e,n.options,r):r.add(n.entries[e].expects);return r}function c2(e,t,r){let n;return{kind:"schema",type:"variant",reference:c2,expects:"Object",async:!1,key:e,options:t,message:r,_run(i,s){const o=i.value;if(o&&typeof o=="object"){const a=o[this.key];if(this.key in o){let c;for(const u of this.options)if(u.type==="variant"||!u.entries[this.key]._run({typed:!1,value:a},s).issues){const l=u._run({typed:!1,value:o},s);if(!l.issues)return l;(!c||!c.typed&&l.typed)&&(c=l)}if(c)return c}n||(n=[...Uh(this.key,this.options)].join(" | ")||"never"),le(this,"type",i,s,{input:a,expected:n,path:[{type:"object",origin:"value",input:o,key:this.key,value:a}]})}else le(this,"type",i,s);return i}}}function u2(e,t,r){let n;return{kind:"schema",type:"variant",reference:u2,expects:"Object",async:!0,key:e,options:t,message:r,async _run(i,s){const o=i.value;if(o&&typeof o=="object"){const a=o[this.key];if(this.key in o){let c;for(const u of this.options)if(u.type==="variant"||!(await u.entries[this.key]._run({typed:!1,value:a},s)).issues){const l=await u._run({typed:!1,value:o},s);if(!l.issues)return l;(!c||!c.typed&&l.typed)&&(c=l)}if(c)return c}n||(n=[...Uh(this.key,this.options)].join(" | ")||"never"),le(this,"type",i,s,{input:a,expected:n,path:[{type:"object",origin:"value",input:o,key:this.key,value:a}]})}else le(this,"type",i,s);return i}}}function Ad(e){return{kind:"schema",type:"void",reference:Ad,expects:"void",async:!1,message:e,_run(t,r){return t.value===void 0?t.typed=!0:le(this,"type",t,r),t}}}function sM(e,t){return Fh(Object.keys(e.entries),t)}function oM(e,t){const r={...e.entries};for(const n of t)delete r[n];return{...e,entries:r}}function l2(e,t,r){const n=e._run({typed:!1,value:t},hc(r));if(n.issues)throw new sl(n.issues);return n.value}async function f2(e,t,r){const n=await e._run({typed:!1,value:t},hc(r));if(n.issues)throw new sl(n.issues);return n.value}function aM(e,t){const r=n=>l2(e,n,t);return r.schema=e,r.config=t,r}function cM(e,t){const r=n=>f2(e,n,t);return r.schema=e,r.config=t,r}function uM(e,t){const r={};for(const n in e.entries)r[n]=!t||t.includes(n)?Bh(e.entries[n]):e.entries[n];return{...e,entries:r}}function lM(e,t){const r={};for(const n in e.entries)r[n]=!t||t.includes(n)?Lh(e.entries[n]):e.entries[n];return{...e,entries:r}}function fM(e,t){const r={};for(const n of t)r[n]=e.entries[n];return{...e,entries:r}}function dM(...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 hM(...e){return{...e[0],pipe:e,async:!0,async _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=await e[n]._run(t,r))}return t}}}function pM(e,t,r){const n=Array.isArray(t)?t:void 0,i=Array.isArray(t)?r:t,s={};for(const o in e.entries)s[o]=!n||n.includes(o)?Dh(e.entries[o],i):e.entries[o];return{...e,entries:s}}function mM(e,t,r){const n=Array.isArray(t)?t:void 0,i=Array.isArray(t)?r:t,s={};for(const o in e.entries)s[o]=!n||n.includes(o)?$h(e.entries[o],i):e.entries[o];return{...e,entries:s}}function d2(e,t,r){const n=e._run({typed:!1,value:t},hc(r));return{typed:n.typed,success:!n.issues,output:n.value,issues:n.issues}}async function h2(e,t,r){const n=await e._run({typed:!1,value:t},hc(r));return{typed:n.typed,success:!n.issues,output:n.value,issues:n.issues}}function gM(e,t){const r=n=>d2(e,n,t);return r.schema=e,r.config=t,r}function vM(e,t){const r=n=>h2(e,n,t);return r.schema=e,r.config=t,r}function yM(e){return e.wrapped}const bM=Symbol.for("@mysten/transaction");function wM(e){return!!e&&typeof e=="object"&&e[bM]===!0}const p2=Symbol.for("@mysten/SuiClient");function _M(e){return typeof e=="object"&&e!==null&&e[p2]===!0}class Wa{get[p2](){return!0}constructor(t){this.transport=t.transport??new i1({url:t.url})}async getRpcApiVersion(){return(await this.transport.request({method:"rpc.discover",params:[]})).info.version}async getCoins(t){if(!t.owner||!bi($r(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||!bi($r(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||!bi($r(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||!bi($r(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||!bi($r(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||!Ma(Ei(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||!Ma(Ei(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(!yd(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(!yd(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 s=await this.transport.request({method:"sui_executeTransactionBlock",params:[typeof t=="string"?t:qr(t),Array.isArray(r)?r:[r],n]});if(i==="WaitForLocalExecution")try{await this.waitForTransaction({digest:s.digest})}catch{}return s}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:s,bytes:o}=await r.signTransaction(i);return this.executeTransactionBlock({transactionBlock:o,signature:s,...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||!bi($r(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||!Ma(Ei(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(wM(t.transactionBlock))t.transactionBlock.setSenderIfNotSet(t.sender),r=qr(await t.transactionBlock.build({client:this,onlyTransactionKind:!0}));else if(typeof t.transactionBlock=="string")r=t.transactionBlock;else if(t.transactionBlock instanceof Uint8Array)r=qr(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:qr(t.transactionBlock)]})}async getDynamicFields(t){if(!t.parentId||!Ma(Ei(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=Pi(t.digest);return ji(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:s}=await this.transport.request({method:"suix_resolveNameServiceNames",params:[r.address,r.cursor,r.limit]});return{hasNextPage:i,nextCursor:n,data:s.map(o=>K1(o,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 s=AbortSignal.timeout(r),o=new Promise((a,c)=>{s.addEventListener("abort",()=>c(s.reason))});for(o.catch(()=>{});!s.aborted;){t==null||t.throwIfAborted();try{return await this.getTransactionBlock(i)}catch{await Promise.race([new Promise(c=>setTimeout(c,n)),o])}}throw s.throwIfAborted(),new Error("Unexpected error while waiting for transaction block.")}}const xM=Object.freeze(Object.defineProperty({__proto__:null,JsonRpcError:Eh,SuiClient:Wa,SuiHTTPStatusError:Yv,SuiHTTPTransport:i1,SuiHTTPTransportError:Sh,getFullnodeUrl:s1,isSuiClient:_M},Symbol.toStringTag,{value:"Module"})),SM=nl(xM),m2=nl(AC),Or=nl(fE);var zh=Object.defineProperty,EM=Object.getOwnPropertyDescriptor,CM=Object.getOwnPropertyNames,MM=Object.prototype.hasOwnProperty,TM=(e,t)=>{for(var r in t)zh(e,r,{get:t[r],enumerable:!0})},AM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of CM(t))!MM.call(e,i)&&i!==r&&zh(e,i,{get:()=>t[i],enumerable:!(n=EM(t,i))||n.enumerable});return e},OM=e=>AM(zh({},"__esModule",{value:!0}),e),g2={};TM(g2,{SUI_ADDRESS_LENGTH:()=>Vh,isValidSuiAddress:()=>y2,isValidSuiObjectId:()=>jM,isValidTransactionDigest:()=>PM,normalizeStructTag:()=>b2,normalizeSuiAddress:()=>Wh,normalizeSuiObjectId:()=>RM,parseStructTag:()=>qh});var Jr=OM(g2),v2=Or;const IM=32;function PM(e){try{return(0,v2.fromBase58)(e).length===IM}catch{return!1}}const Vh=32;function y2(e){return NM(e)&&DM(e)===Vh}function jM(e){return y2(e)}function kM(e){return e.includes("::")?qh(e):e}function qh(e){const[t,r]=e.split("::"),n=e.slice(t.length+r.length+4),i=n.includes("<")?n.slice(0,n.indexOf("<")):n,s=n.includes("<")?(0,v2.splitGenericParameters)(n.slice(n.indexOf("<")+1,n.lastIndexOf(">"))).map(o=>kM(o.trim())):[];return{address:Wh(t),module:r,name:i,typeParams:s}}function b2(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?qh(e):e,s=(i==null?void 0:i.length)>0?`<${i.map(o=>typeof o=="string"?o:b2(o)).join(",")}>`:"";return`${t}::${r}::${n}${s}`}function Wh(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(Vh*2,"0")}`}function RM(e,t=!1){return Wh(e,t)}function NM(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function DM(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}var Gh=Object.defineProperty,$M=Object.getOwnPropertyDescriptor,BM=Object.getOwnPropertyNames,LM=Object.prototype.hasOwnProperty,FM=(e,t)=>{for(var r in t)Gh(e,r,{get:t[r],enumerable:!0})},UM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of BM(t))!LM.call(e,i)&&i!==r&&Gh(e,i,{get:()=>t[i],enumerable:!(n=$M(t,i))||n.enumerable});return e},zM=e=>UM(Gh({},"__esModule",{value:!0}),e),w2={};FM(w2,{TypeTagSerializer:()=>ks});var _2=zM(w2),VM=Or,qM=Jr;const WM=/^vector<(.+)>$/,GM=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;class ks{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(WM);if(n)return{vector:ks.parseFromStr(n[1],r)};const i=t.match(GM);if(i)return{struct:{address:r?(0,qM.normalizeSuiAddress)(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:ks.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return(0,VM.splitGenericParameters)(t).map(n=>ks.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<${ks.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(ks.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}}var Hh=Object.defineProperty,HM=Object.getOwnPropertyDescriptor,KM=Object.getOwnPropertyNames,JM=Object.prototype.hasOwnProperty,XM=(e,t)=>{for(var r in t)Hh(e,r,{get:t[r],enumerable:!0})},YM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of KM(t))!JM.call(e,i)&&i!==r&&Hh(e,i,{get:()=>t[i],enumerable:!(n=HM(t,i))||n.enumerable});return e},ZM=e=>YM(Hh({},"__esModule",{value:!0}),e),x2={};XM(x2,{Address:()=>Kn,AppId:()=>L2,Argument:()=>zn,CallArg:()=>T2,Command:()=>O2,CompressedSignature:()=>z2,GasData:()=>R2,Intent:()=>F2,IntentMessage:()=>U2,IntentScope:()=>$2,IntentVersion:()=>B2,MultiSig:()=>tT,MultiSigPkMap:()=>q2,MultiSigPublicKey:()=>W2,ObjectArg:()=>M2,ObjectDigest:()=>E2,PasskeyAuthenticator:()=>nT,ProgrammableMoveCall:()=>A2,ProgrammableTransaction:()=>I2,PublicKey:()=>V2,SenderSignedData:()=>rT,SenderSignedTransaction:()=>H2,SharedObjectRef:()=>C2,StructTag:()=>k2,SuiObjectRef:()=>Eu,TransactionData:()=>D2,TransactionDataV1:()=>N2,TransactionExpiration:()=>j2,TransactionKind:()=>P2,TypeTag:()=>Jh,base64String:()=>G2});var S2=ZM(x2),de=Or,da=Jr,tm=_2;function QM(e){return de.bcs.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function eT(e){return de.bcs.enum("Option",{None:null,Some:e})}const Kn=de.bcs.bytes(da.SUI_ADDRESS_LENGTH).transform({validate:e=>{const t=typeof e=="string"?e:(0,de.toHex)(e);if(!t||!(0,da.isValidSuiAddress)((0,da.normalizeSuiAddress)(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?(0,de.fromHex)((0,da.normalizeSuiAddress)(e)):e,output:e=>(0,da.normalizeSuiAddress)((0,de.toHex)(e))}),E2=de.bcs.vector(de.bcs.u8()).transform({name:"ObjectDigest",input:e=>(0,de.fromBase58)(e),output:e=>(0,de.toBase58)(new Uint8Array(e)),validate:e=>{if((0,de.fromBase58)(e).length!==32)throw new Error("ObjectDigest must be 32 bytes")}}),Eu=de.bcs.struct("SuiObjectRef",{objectId:Kn,version:de.bcs.u64(),digest:E2}),C2=de.bcs.struct("SharedObjectRef",{objectId:Kn,initialSharedVersion:de.bcs.u64(),mutable:de.bcs.bool()}),M2=de.bcs.enum("ObjectArg",{ImmOrOwnedObject:Eu,SharedObject:C2,Receiving:Eu}),T2=de.bcs.enum("CallArg",{Pure:de.bcs.struct("Pure",{bytes:de.bcs.vector(de.bcs.u8()).transform({input:e=>typeof e=="string"?(0,de.fromBase64)(e):e,output:e=>(0,de.toBase64)(new Uint8Array(e))})}),Object:M2}),Kh=de.bcs.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:de.bcs.lazy(()=>Kh),struct:de.bcs.lazy(()=>k2),u16:null,u32:null,u256:null}),Jh=Kh.transform({input:e=>typeof e=="string"?tm.TypeTagSerializer.parseFromStr(e,!0):e,output:e=>tm.TypeTagSerializer.tagToString(e)}),zn=de.bcs.enum("Argument",{GasCoin:null,Input:de.bcs.u16(),Result:de.bcs.u16(),NestedResult:de.bcs.tuple([de.bcs.u16(),de.bcs.u16()])}),A2=de.bcs.struct("ProgrammableMoveCall",{package:Kn,module:de.bcs.string(),function:de.bcs.string(),typeArguments:de.bcs.vector(Jh),arguments:de.bcs.vector(zn)}),O2=de.bcs.enum("Command",{MoveCall:A2,TransferObjects:de.bcs.struct("TransferObjects",{objects:de.bcs.vector(zn),address:zn}),SplitCoins:de.bcs.struct("SplitCoins",{coin:zn,amounts:de.bcs.vector(zn)}),MergeCoins:de.bcs.struct("MergeCoins",{destination:zn,sources:de.bcs.vector(zn)}),Publish:de.bcs.struct("Publish",{modules:de.bcs.vector(de.bcs.vector(de.bcs.u8()).transform({input:e=>typeof e=="string"?(0,de.fromBase64)(e):e,output:e=>(0,de.toBase64)(new Uint8Array(e))})),dependencies:de.bcs.vector(Kn)}),MakeMoveVec:de.bcs.struct("MakeMoveVec",{type:eT(Jh).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:de.bcs.vector(zn)}),Upgrade:de.bcs.struct("Upgrade",{modules:de.bcs.vector(de.bcs.vector(de.bcs.u8()).transform({input:e=>typeof e=="string"?(0,de.fromBase64)(e):e,output:e=>(0,de.toBase64)(new Uint8Array(e))})),dependencies:de.bcs.vector(Kn),package:Kn,ticket:zn})}),I2=de.bcs.struct("ProgrammableTransaction",{inputs:de.bcs.vector(T2),commands:de.bcs.vector(O2)}),P2=de.bcs.enum("TransactionKind",{ProgrammableTransaction:I2,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),j2=de.bcs.enum("TransactionExpiration",{None:null,Epoch:QM()}),k2=de.bcs.struct("StructTag",{address:Kn,module:de.bcs.string(),name:de.bcs.string(),typeParams:de.bcs.vector(Kh)}),R2=de.bcs.struct("GasData",{payment:de.bcs.vector(Eu),owner:Kn,price:de.bcs.u64(),budget:de.bcs.u64()}),N2=de.bcs.struct("TransactionDataV1",{kind:P2,sender:Kn,gasData:R2,expiration:j2}),D2=de.bcs.enum("TransactionData",{V1:N2}),$2=de.bcs.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),B2=de.bcs.enum("IntentVersion",{V0:null}),L2=de.bcs.enum("AppId",{Sui:null}),F2=de.bcs.struct("Intent",{scope:$2,version:B2,appId:L2});function U2(e){return de.bcs.struct(`IntentMessage<${e.name}>`,{intent:F2,value:e})}const z2=de.bcs.enum("CompressedSignature",{ED25519:de.bcs.fixedArray(64,de.bcs.u8()),Secp256k1:de.bcs.fixedArray(64,de.bcs.u8()),Secp256r1:de.bcs.fixedArray(64,de.bcs.u8()),ZkLogin:de.bcs.vector(de.bcs.u8())}),V2=de.bcs.enum("PublicKey",{ED25519:de.bcs.fixedArray(32,de.bcs.u8()),Secp256k1:de.bcs.fixedArray(33,de.bcs.u8()),Secp256r1:de.bcs.fixedArray(33,de.bcs.u8()),ZkLogin:de.bcs.vector(de.bcs.u8())}),q2=de.bcs.struct("MultiSigPkMap",{pubKey:V2,weight:de.bcs.u8()}),W2=de.bcs.struct("MultiSigPublicKey",{pk_map:de.bcs.vector(q2),threshold:de.bcs.u16()}),tT=de.bcs.struct("MultiSig",{sigs:de.bcs.vector(z2),bitmap:de.bcs.u16(),multisig_pk:W2}),G2=de.bcs.vector(de.bcs.u8()).transform({input:e=>typeof e=="string"?(0,de.fromBase64)(e):e,output:e=>(0,de.toBase64)(new Uint8Array(e))}),H2=de.bcs.struct("SenderSignedTransaction",{intentMessage:U2(D2),txSignatures:de.bcs.vector(G2)}),rT=de.bcs.vector(H2,{name:"SenderSignedData"}),nT=de.bcs.struct("PasskeyAuthenticator",{authenticatorData:de.bcs.vector(de.bcs.u8()),clientDataJson:de.bcs.string(),userSignature:de.bcs.vector(de.bcs.u8())});var Xh=Object.defineProperty,iT=Object.getOwnPropertyDescriptor,sT=Object.getOwnPropertyNames,oT=Object.prototype.hasOwnProperty,aT=(e,t)=>{for(var r in t)Xh(e,r,{get:t[r],enumerable:!0})},cT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of sT(t))!oT.call(e,i)&&i!==r&&Xh(e,i,{get:()=>t[i],enumerable:!(n=iT(t,i))||n.enumerable});return e},uT=e=>cT(Xh({},"__esModule",{value:!0}),e),K2={};aT(K2,{TransactionEffects:()=>ST});var lT=uT(K2),ye=Or,Lt=S2;const fT=ye.bcs.enum("PackageUpgradeError",{UnableToFetchPackage:ye.bcs.struct("UnableToFetchPackage",{packageId:Lt.Address}),NotAPackage:ye.bcs.struct("NotAPackage",{objectId:Lt.Address}),IncompatibleUpgrade:null,DigestDoesNotMatch:ye.bcs.struct("DigestDoesNotMatch",{digest:ye.bcs.vector(ye.bcs.u8())}),UnknownUpgradePolicy:ye.bcs.struct("UnknownUpgradePolicy",{policy:ye.bcs.u8()}),PackageIDDoesNotMatch:ye.bcs.struct("PackageIDDoesNotMatch",{packageId:Lt.Address,ticketId:Lt.Address})}),dT=ye.bcs.struct("ModuleId",{address:Lt.Address,name:ye.bcs.string()}),rm=ye.bcs.struct("MoveLocation",{module:dT,function:ye.bcs.u16(),instruction:ye.bcs.u16(),functionName:ye.bcs.option(ye.bcs.string())}),hT=ye.bcs.enum("CommandArgumentError",{TypeMismatch:null,InvalidBCSBytes:null,InvalidUsageOfPureArg:null,InvalidArgumentToPrivateEntryFunction:null,IndexOutOfBounds:ye.bcs.struct("IndexOutOfBounds",{idx:ye.bcs.u16()}),SecondaryIndexOutOfBounds:ye.bcs.struct("SecondaryIndexOutOfBounds",{resultIdx:ye.bcs.u16(),secondaryIdx:ye.bcs.u16()}),InvalidResultArity:ye.bcs.struct("InvalidResultArity",{resultIdx:ye.bcs.u16()}),InvalidGasCoinUsage:null,InvalidValueUsage:null,InvalidObjectByValue:null,InvalidObjectByMutRef:null,SharedObjectOperationNotAllowed:null}),pT=ye.bcs.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),mT=ye.bcs.enum("ExecutionFailureStatus",{InsufficientGas:null,InvalidGasObject:null,InvariantViolation:null,FeatureNotYetSupported:null,MoveObjectTooBig:ye.bcs.struct("MoveObjectTooBig",{objectSize:ye.bcs.u64(),maxObjectSize:ye.bcs.u64()}),MovePackageTooBig:ye.bcs.struct("MovePackageTooBig",{objectSize:ye.bcs.u64(),maxObjectSize:ye.bcs.u64()}),CircularObjectOwnership:ye.bcs.struct("CircularObjectOwnership",{object:Lt.Address}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:ye.bcs.option(rm),MoveAbort:ye.bcs.tuple([rm,ye.bcs.u64()]),VMVerificationOrDeserializationError:null,VMInvariantViolation:null,FunctionNotFound:null,ArityMismatch:null,TypeArityMismatch:null,NonEntryFunctionInvoked:null,CommandArgumentError:ye.bcs.struct("CommandArgumentError",{argIdx:ye.bcs.u16(),kind:hT}),TypeArgumentError:ye.bcs.struct("TypeArgumentError",{argumentIdx:ye.bcs.u16(),kind:pT}),UnusedValueWithoutDrop:ye.bcs.struct("UnusedValueWithoutDrop",{resultIdx:ye.bcs.u16(),secondaryIdx:ye.bcs.u16()}),InvalidPublicFunctionReturnType:ye.bcs.struct("InvalidPublicFunctionReturnType",{idx:ye.bcs.u16()}),InvalidTransferObject:null,EffectsTooLarge:ye.bcs.struct("EffectsTooLarge",{currentSize:ye.bcs.u64(),maxSize:ye.bcs.u64()}),PublishUpgradeMissingDependency:null,PublishUpgradeDependencyDowngrade:null,PackageUpgradeError:ye.bcs.struct("PackageUpgradeError",{upgradeError:fT}),WrittenObjectsTooLarge:ye.bcs.struct("WrittenObjectsTooLarge",{currentSize:ye.bcs.u64(),maxSize:ye.bcs.u64()}),CertificateDenied:null,SuiMoveVerificationTimedout:null,SharedObjectOperationNotAllowed:null,InputObjectDeleted:null,ExecutionCancelledDueToSharedObjectCongestion:ye.bcs.struct("ExecutionCancelledDueToSharedObjectCongestion",{congestedObjects:ye.bcs.vector(Lt.Address)}),AddressDeniedForCoin:ye.bcs.struct("AddressDeniedForCoin",{address:Lt.Address,coinType:ye.bcs.string()}),CoinTypeGlobalPause:ye.bcs.struct("CoinTypeGlobalPause",{coinType:ye.bcs.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),J2=ye.bcs.enum("ExecutionStatus",{Success:null,Failed:ye.bcs.struct("ExecutionFailed",{error:mT,command:ye.bcs.option(ye.bcs.u64())})}),X2=ye.bcs.struct("GasCostSummary",{computationCost:ye.bcs.u64(),storageCost:ye.bcs.u64(),storageRebate:ye.bcs.u64(),nonRefundableStorageFee:ye.bcs.u64()}),bo=ye.bcs.enum("Owner",{AddressOwner:Lt.Address,ObjectOwner:Lt.Address,Shared:ye.bcs.struct("Shared",{initialSharedVersion:ye.bcs.u64()}),Immutable:null}),gT=ye.bcs.struct("TransactionEffectsV1",{status:J2,executedEpoch:ye.bcs.u64(),gasUsed:X2,modifiedAtVersions:ye.bcs.vector(ye.bcs.tuple([Lt.Address,ye.bcs.u64()])),sharedObjects:ye.bcs.vector(Lt.SuiObjectRef),transactionDigest:Lt.ObjectDigest,created:ye.bcs.vector(ye.bcs.tuple([Lt.SuiObjectRef,bo])),mutated:ye.bcs.vector(ye.bcs.tuple([Lt.SuiObjectRef,bo])),unwrapped:ye.bcs.vector(ye.bcs.tuple([Lt.SuiObjectRef,bo])),deleted:ye.bcs.vector(Lt.SuiObjectRef),unwrappedThenDeleted:ye.bcs.vector(Lt.SuiObjectRef),wrapped:ye.bcs.vector(Lt.SuiObjectRef),gasObject:ye.bcs.tuple([Lt.SuiObjectRef,bo]),eventsDigest:ye.bcs.option(Lt.ObjectDigest),dependencies:ye.bcs.vector(Lt.ObjectDigest)}),Yh=ye.bcs.tuple([ye.bcs.u64(),Lt.ObjectDigest]),vT=ye.bcs.enum("ObjectIn",{NotExist:null,Exist:ye.bcs.tuple([Yh,bo])}),yT=ye.bcs.enum("ObjectOut",{NotExist:null,ObjectWrite:ye.bcs.tuple([Lt.ObjectDigest,bo]),PackageWrite:Yh}),bT=ye.bcs.enum("IDOperation",{None:null,Created:null,Deleted:null}),wT=ye.bcs.struct("EffectsObjectChange",{inputState:vT,outputState:yT,idOperation:bT}),_T=ye.bcs.enum("UnchangedSharedKind",{ReadOnlyRoot:Yh,MutateDeleted:ye.bcs.u64(),ReadDeleted:ye.bcs.u64(),Cancelled:ye.bcs.u64(),PerEpochConfig:null}),xT=ye.bcs.struct("TransactionEffectsV2",{status:J2,executedEpoch:ye.bcs.u64(),gasUsed:X2,transactionDigest:Lt.ObjectDigest,gasObjectIndex:ye.bcs.option(ye.bcs.u32()),eventsDigest:ye.bcs.option(Lt.ObjectDigest),dependencies:ye.bcs.vector(Lt.ObjectDigest),lamportVersion:ye.bcs.u64(),changedObjects:ye.bcs.vector(ye.bcs.tuple([Lt.Address,wT])),unchangedSharedObjects:ye.bcs.vector(ye.bcs.tuple([Lt.Address,_T])),auxDataDigest:ye.bcs.option(Lt.ObjectDigest)}),ST=ye.bcs.enum("TransactionEffects",{V1:gT,V2:xT});var Zh=Object.defineProperty,ET=Object.getOwnPropertyDescriptor,CT=Object.getOwnPropertyNames,MT=Object.prototype.hasOwnProperty,TT=(e,t)=>{for(var r in t)Zh(e,r,{get:t[r],enumerable:!0})},AT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of CT(t))!MT.call(e,i)&&i!==r&&Zh(e,i,{get:()=>t[i],enumerable:!(n=ET(t,i))||n.enumerable});return e},OT=e=>AT(Zh({},"__esModule",{value:!0}),e),Y2={};TT(Y2,{BcsType:()=>jT.BcsType,TypeTagSerializer:()=>PT.TypeTagSerializer,bcs:()=>kT});var ii=OT(Y2),Dn=Or,Bt=S2,IT=lT,PT=_2,jT=Or;const kT={...Dn.bcs,U8:Dn.bcs.u8(),U16:Dn.bcs.u16(),U32:Dn.bcs.u32(),U64:Dn.bcs.u64(),U128:Dn.bcs.u128(),U256:Dn.bcs.u256(),ULEB128:Dn.bcs.uleb128(),Bool:Dn.bcs.bool(),String:Dn.bcs.string(),Address:Bt.Address,AppId:Bt.AppId,Argument:Bt.Argument,CallArg:Bt.CallArg,CompressedSignature:Bt.CompressedSignature,GasData:Bt.GasData,Intent:Bt.Intent,IntentMessage:Bt.IntentMessage,IntentScope:Bt.IntentScope,IntentVersion:Bt.IntentVersion,MultiSig:Bt.MultiSig,MultiSigPkMap:Bt.MultiSigPkMap,MultiSigPublicKey:Bt.MultiSigPublicKey,ObjectArg:Bt.ObjectArg,ObjectDigest:Bt.ObjectDigest,ProgrammableMoveCall:Bt.ProgrammableMoveCall,ProgrammableTransaction:Bt.ProgrammableTransaction,PublicKey:Bt.PublicKey,SenderSignedData:Bt.SenderSignedData,SenderSignedTransaction:Bt.SenderSignedTransaction,SharedObjectRef:Bt.SharedObjectRef,StructTag:Bt.StructTag,SuiObjectRef:Bt.SuiObjectRef,Command:Bt.Command,TransactionData:Bt.TransactionData,TransactionDataV1:Bt.TransactionDataV1,TransactionExpiration:Bt.TransactionExpiration,TransactionKind:Bt.TransactionKind,TypeTag:Bt.TypeTag,TransactionEffects:IT.TransactionEffects,PasskeyAuthenticator:Bt.PasskeyAuthenticator};var Qh=Object.defineProperty,RT=Object.getOwnPropertyDescriptor,NT=Object.getOwnPropertyNames,DT=Object.prototype.hasOwnProperty,$T=(e,t)=>{for(var r in t)Qh(e,r,{get:t[r],enumerable:!0})},BT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of NT(t))!DT.call(e,i)&&i!==r&&Qh(e,i,{get:()=>t[i],enumerable:!(n=RT(t,i))||n.enumerable});return e},LT=e=>BT(Qh({},"__esModule",{value:!0}),e),Z2={};$T(Z2,{formatAddress:()=>UT,formatDigest:()=>zT});var FT=LT(Z2);const Q2="…";function UT(e){if(e.length<=6)return e;const t=e.startsWith("0x")?2:0;return`0x${e.slice(t,t+4)}${Q2}${e.slice(-4)}`}function zT(e){return`${e.slice(0,10)}${Q2}`}var ep=Object.defineProperty,VT=Object.getOwnPropertyDescriptor,qT=Object.getOwnPropertyNames,WT=Object.prototype.hasOwnProperty,GT=(e,t)=>{for(var r in t)ep(e,r,{get:t[r],enumerable:!0})},HT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of qT(t))!WT.call(e,i)&&i!==r&&ep(e,i,{get:()=>t[i],enumerable:!(n=VT(t,i))||n.enumerable});return e},KT=e=>HT(ep({},"__esModule",{value:!0}),e),e_={};GT(e_,{isValidSuiNSName:()=>XT,normalizeSuiNSName:()=>YT});var t_=KT(e_);const r_=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,n_=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,JT=235;function XT(e){return e.length>JT?!1:e.includes("@")?r_.test(e):n_.test(e)}function YT(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!r_.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,s]=r.split("@");n=[...i?i.split("."):[],s]}else{if(!n_.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 tp=Object.defineProperty,ZT=Object.getOwnPropertyDescriptor,QT=Object.getOwnPropertyNames,eA=Object.prototype.hasOwnProperty,tA=(e,t)=>{for(var r in t)tp(e,r,{get:t[r],enumerable:!0})},rA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of QT(t))!eA.call(e,i)&&i!==r&&tp(e,i,{get:()=>t[i],enumerable:!(n=ZT(t,i))||n.enumerable});return e},nA=e=>rA(tp({},"__esModule",{value:!0}),e),i_={};tA(i_,{MIST_PER_SUI:()=>oA,MOVE_STDLIB_ADDRESS:()=>aA,SUI_CLOCK_OBJECT_ID:()=>uA,SUI_DECIMALS:()=>sA,SUI_FRAMEWORK_ADDRESS:()=>o_,SUI_SYSTEM_ADDRESS:()=>cA,SUI_SYSTEM_MODULE_NAME:()=>lA,SUI_SYSTEM_STATE_OBJECT_ID:()=>dA,SUI_TYPE_ARG:()=>fA});var iA=nA(i_),s_=Jr;const sA=9,oA=BigInt(1e9),aA="0x1",o_="0x2",cA="0x3",uA=(0,s_.normalizeSuiObjectId)("0x6"),lA="sui_system",fA=`${o_}::sui::SUI`,dA=(0,s_.normalizeSuiObjectId)("0x5");var rp=Object.defineProperty,hA=Object.getOwnPropertyDescriptor,pA=Object.getOwnPropertyNames,mA=Object.prototype.hasOwnProperty,gA=(e,t)=>{for(var r in t)rp(e,r,{get:t[r],enumerable:!0})},vA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of pA(t))!mA.call(e,i)&&i!==r&&rp(e,i,{get:()=>t[i],enumerable:!(n=hA(t,i))||n.enumerable});return e},yA=e=>vA(rp({},"__esModule",{value:!0}),e),a_={};gA(a_,{isValidNamedPackage:()=>l_,isValidNamedType:()=>SA});var c_=yA(a_),bA=t_;const wA=/^([a-z0-9]+(?:-[a-z0-9]+)*)$/,_A=/^\d+$/,xA=64,u_="/",l_=e=>{const t=e.split(u_);if(t.length<2||t.length>3)return!1;const[r,n,i]=t;return i!==void 0&&!_A.test(i)||!(0,bA.isValidSuiNSName)(r)?!1:wA.test(n)&&n.length<xA},SA=e=>{const t=e.split(/::|<|>|,/);for(const r of t)if(r.includes(u_)&&!l_(r))return!1;return!0},f_=nl(MC);var np=Object.defineProperty,EA=Object.getOwnPropertyDescriptor,CA=Object.getOwnPropertyNames,MA=Object.prototype.hasOwnProperty,TA=(e,t)=>{for(var r in t)np(e,r,{get:t[r],enumerable:!0})},AA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of CA(t))!MA.call(e,i)&&i!==r&&np(e,i,{get:()=>t[i],enumerable:!(n=EA(t,i))||n.enumerable});return e},OA=e=>AA(np({},"__esModule",{value:!0}),e),d_={};TA(d_,{deriveDynamicFieldID:()=>kA});var IA=OA(d_),PA=Or,jA=f_,pf=ii;function kA(e,t,r){const n=pf.bcs.Address.serialize(e).toBytes(),i=pf.bcs.TypeTag.serialize(t).toBytes(),s=pf.bcs.u64().serialize(r.length).toBytes(),o=jA.blake2b.create({dkLen:32});return o.update(new Uint8Array([240])),o.update(n),o.update(s),o.update(r),o.update(i),`0x${(0,PA.toHex)(o.digest().slice(0,32))}`}var ip=Object.defineProperty,RA=Object.getOwnPropertyDescriptor,NA=Object.getOwnPropertyNames,DA=Object.prototype.hasOwnProperty,$A=(e,t)=>{for(var r in t)ip(e,r,{get:t[r],enumerable:!0})},BA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of NA(t))!DA.call(e,i)&&i!==r&&ip(e,i,{get:()=>t[i],enumerable:!(n=RA(t,i))||n.enumerable});return e},LA=e=>BA(ip({},"__esModule",{value:!0}),e),h_={};$A(h_,{MIST_PER_SUI:()=>di.MIST_PER_SUI,MOVE_STDLIB_ADDRESS:()=>di.MOVE_STDLIB_ADDRESS,SUI_ADDRESS_LENGTH:()=>Vi.SUI_ADDRESS_LENGTH,SUI_CLOCK_OBJECT_ID:()=>di.SUI_CLOCK_OBJECT_ID,SUI_DECIMALS:()=>di.SUI_DECIMALS,SUI_FRAMEWORK_ADDRESS:()=>di.SUI_FRAMEWORK_ADDRESS,SUI_SYSTEM_ADDRESS:()=>di.SUI_SYSTEM_ADDRESS,SUI_SYSTEM_MODULE_NAME:()=>di.SUI_SYSTEM_MODULE_NAME,SUI_SYSTEM_STATE_OBJECT_ID:()=>di.SUI_SYSTEM_STATE_OBJECT_ID,SUI_TYPE_ARG:()=>di.SUI_TYPE_ARG,deriveDynamicFieldID:()=>FA.deriveDynamicFieldID,formatAddress:()=>nm.formatAddress,formatDigest:()=>nm.formatDigest,fromB64:()=>$n.fromB64,fromBase58:()=>$n.fromBase58,fromBase64:()=>$n.fromBase64,fromHEX:()=>$n.fromHEX,fromHex:()=>$n.fromHex,isValidNamedPackage:()=>sm.isValidNamedPackage,isValidNamedType:()=>sm.isValidNamedType,isValidSuiAddress:()=>Vi.isValidSuiAddress,isValidSuiNSName:()=>im.isValidSuiNSName,isValidSuiObjectId:()=>Vi.isValidSuiObjectId,isValidTransactionDigest:()=>Vi.isValidTransactionDigest,normalizeStructTag:()=>Vi.normalizeStructTag,normalizeSuiAddress:()=>Vi.normalizeSuiAddress,normalizeSuiNSName:()=>im.normalizeSuiNSName,normalizeSuiObjectId:()=>Vi.normalizeSuiObjectId,parseStructTag:()=>Vi.parseStructTag,toB64:()=>$n.toB64,toBase58:()=>$n.toBase58,toBase64:()=>$n.toBase64,toHEX:()=>$n.toHEX,toHex:()=>$n.toHex});var p_=LA(h_),nm=FT,Vi=Jr,$n=Or,im=t_,di=iA,sm=c_,FA=IA,sp=Object.defineProperty,UA=Object.getOwnPropertyDescriptor,zA=Object.getOwnPropertyNames,VA=Object.prototype.hasOwnProperty,qA=(e,t)=>{for(var r in t)sp(e,r,{get:t[r],enumerable:!0})},WA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of zA(t))!VA.call(e,i)&&i!==r&&sp(e,i,{get:()=>t[i],enumerable:!(n=UA(t,i))||n.enumerable});return e},GA=e=>WA(sp({},"__esModule",{value:!0}),e),m_={};qA(m_,{getPureBcsSchema:()=>Od,isTxContext:()=>t5,normalizedTypeToMoveTypeSignature:()=>r5,pureBcsSchemaFromOpenMoveTypeSignatureBody:()=>v_});var g_=GA(m_),Yt=ii,om=p_,Ra=Jr;const HA="object",KA="ID",JA="ascii",XA="String",YA="string",ZA="String",QA="option",e5="Option";function t5(e){const t=typeof e.body=="object"&&"datatype"in e.body?e.body.datatype:null;return!!t&&(0,Ra.normalizeSuiAddress)(t.package)===(0,Ra.normalizeSuiAddress)("0x2")&&t.module==="tx_context"&&t.type==="TxContext"}function Od(e){if(typeof e=="string")switch(e){case"address":return Yt.bcs.Address;case"bool":return Yt.bcs.Bool;case"u8":return Yt.bcs.U8;case"u16":return Yt.bcs.U16;case"u32":return Yt.bcs.U32;case"u64":return Yt.bcs.U64;case"u128":return Yt.bcs.U128;case"u256":return Yt.bcs.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e){if(e.vector==="u8")return Yt.bcs.vector(Yt.bcs.U8).transform({input:r=>typeof r=="string"?new TextEncoder().encode(r):r,output:r=>r});const t=Od(e.vector);return t?Yt.bcs.vector(t):null}if("datatype"in e){const t=(0,Ra.normalizeSuiAddress)(e.datatype.package);if(t===(0,Ra.normalizeSuiAddress)(om.MOVE_STDLIB_ADDRESS)){if(e.datatype.module===JA&&e.datatype.type===XA||e.datatype.module===YA&&e.datatype.type===ZA)return Yt.bcs.String;if(e.datatype.module===QA&&e.datatype.type===e5){const r=Od(e.datatype.typeParameters[0]);return r?Yt.bcs.vector(r):null}}if(t===(0,Ra.normalizeSuiAddress)(om.SUI_FRAMEWORK_ADDRESS)&&e.datatype.module===HA&&e.datatype.type===KA)return Yt.bcs.Address}return null}function r5(e){return typeof e=="object"&&"Reference"in e?{ref:"&",body:Na(e.Reference)}:typeof e=="object"&&"MutableReference"in e?{ref:"&mut",body:Na(e.MutableReference)}:{ref:null,body:Na(e)}}function Na(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:Na(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(Na)}};if("TypeParameter"in e)return{typeParameter:e.TypeParameter};throw new Error(`Unexpected type ${JSON.stringify(e)}`)}function v_(e){if(typeof e=="string")switch(e){case"address":return Yt.bcs.Address;case"bool":return Yt.bcs.Bool;case"u8":return Yt.bcs.U8;case"u16":return Yt.bcs.U16;case"u32":return Yt.bcs.U32;case"u64":return Yt.bcs.U64;case"u128":return Yt.bcs.U128;case"u256":return Yt.bcs.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e)return Yt.bcs.vector(v_(e.vector));throw new Error(`Expected pure typeSignature, but got ${JSON.stringify(e)}`)}var op=Object.defineProperty,n5=Object.getOwnPropertyDescriptor,i5=Object.getOwnPropertyNames,s5=Object.prototype.hasOwnProperty,o5=(e,t)=>{for(var r in t)op(e,r,{get:t[r],enumerable:!0})},a5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of i5(t))!s5.call(e,i)&&i!==r&&op(e,i,{get:()=>t[i],enumerable:!(n=n5(t,i))||n.enumerable});return e},c5=e=>a5(op({},"__esModule",{value:!0}),e),y_={};o5(y_,{Inputs:()=>f5});var ol=c5(y_),u5=Or,mf=Jr;function l5(e){return{$kind:"Pure",Pure:{bytes:e instanceof Uint8Array?(0,u5.toBase64)(e):e.toBase64()}}}const f5={Pure:l5,ObjectRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"ImmOrOwnedObject",ImmOrOwnedObject:{digest:t,version:r,objectId:(0,mf.normalizeSuiAddress)(e)}}}},SharedObjectRef({objectId:e,mutable:t,initialSharedVersion:r}){return{$kind:"Object",Object:{$kind:"SharedObject",SharedObject:{mutable:t,initialSharedVersion:r,objectId:(0,mf.normalizeSuiAddress)(e)}}}},ReceivingRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"Receiving",Receiving:{digest:t,version:r,objectId:(0,mf.normalizeSuiAddress)(e)}}}}};var ap=Object.defineProperty,d5=Object.getOwnPropertyDescriptor,h5=Object.getOwnPropertyNames,p5=Object.prototype.hasOwnProperty,m5=(e,t)=>{for(var r in t)ap(e,r,{get:t[r],enumerable:!0})},g5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of h5(t))!p5.call(e,i)&&i!==r&&ap(e,i,{get:()=>t[i],enumerable:!(n=d5(t,i))||n.enumerable});return e},v5=e=>g5(ap({},"__esModule",{value:!0}),e),b_={};m5(b_,{$Intent:()=>x_,Argument:()=>en,BCSBytes:()=>Ga,Command:()=>S_,GasData:()=>w_,JsonU64:()=>ss,NormalizedCallArg:()=>_5,ObjectArg:()=>cp,ObjectID:()=>Us,ObjectRef:()=>Cu,OpenMoveTypeSignature:()=>__,OpenMoveTypeSignatureBody:()=>Mu,StructTag:()=>y5,SuiAddress:()=>mc,TransactionData:()=>x5,TransactionExpiration:()=>E_,safeEnum:()=>Go});var Wo=v5(b_),ue=ps,am=Jr;function Go(e){const t=Object.entries(e).map(([r,n])=>(0,ue.object)({[r]:n}));return(0,ue.pipe)((0,ue.union)(t),(0,ue.transform)(r=>({...r,$kind:Object.keys(r)[0]})))}const mc=(0,ue.pipe)((0,ue.string)(),(0,ue.transform)(e=>(0,am.normalizeSuiAddress)(e)),(0,ue.check)(am.isValidSuiAddress)),Us=mc,Ga=(0,ue.string)(),ss=(0,ue.pipe)((0,ue.union)([(0,ue.string)(),(0,ue.pipe)((0,ue.number)(),(0,ue.integer)())]),(0,ue.check)(e=>{try{return BigInt(e),BigInt(e)>=0&&BigInt(e)<=18446744073709551615n}catch{return!1}},"Invalid u64")),Cu=(0,ue.object)({objectId:mc,version:ss,digest:(0,ue.string)()}),en=(0,ue.pipe)((0,ue.union)([(0,ue.object)({GasCoin:(0,ue.literal)(!0)}),(0,ue.object)({Input:(0,ue.pipe)((0,ue.number)(),(0,ue.integer)()),type:(0,ue.optional)((0,ue.literal)("pure"))}),(0,ue.object)({Input:(0,ue.pipe)((0,ue.number)(),(0,ue.integer)()),type:(0,ue.optional)((0,ue.literal)("object"))}),(0,ue.object)({Result:(0,ue.pipe)((0,ue.number)(),(0,ue.integer)())}),(0,ue.object)({NestedResult:(0,ue.tuple)([(0,ue.pipe)((0,ue.number)(),(0,ue.integer)()),(0,ue.pipe)((0,ue.number)(),(0,ue.integer)())])})]),(0,ue.transform)(e=>({...e,$kind:Object.keys(e)[0]}))),w_=(0,ue.object)({budget:(0,ue.nullable)(ss),price:(0,ue.nullable)(ss),owner:(0,ue.nullable)(mc),payment:(0,ue.nullable)((0,ue.array)(Cu))}),y5=(0,ue.object)({address:(0,ue.string)(),module:(0,ue.string)(),name:(0,ue.string)(),typeParams:(0,ue.array)((0,ue.string)())}),Mu=(0,ue.union)([(0,ue.literal)("address"),(0,ue.literal)("bool"),(0,ue.literal)("u8"),(0,ue.literal)("u16"),(0,ue.literal)("u32"),(0,ue.literal)("u64"),(0,ue.literal)("u128"),(0,ue.literal)("u256"),(0,ue.object)({vector:(0,ue.lazy)(()=>Mu)}),(0,ue.object)({datatype:(0,ue.object)({package:(0,ue.string)(),module:(0,ue.string)(),type:(0,ue.string)(),typeParameters:(0,ue.array)((0,ue.lazy)(()=>Mu))})}),(0,ue.object)({typeParameter:(0,ue.pipe)((0,ue.number)(),(0,ue.integer)())})]),__=(0,ue.object)({ref:(0,ue.nullable)((0,ue.union)([(0,ue.literal)("&"),(0,ue.literal)("&mut")])),body:Mu}),b5=(0,ue.object)({package:Us,module:(0,ue.string)(),function:(0,ue.string)(),typeArguments:(0,ue.array)((0,ue.string)()),arguments:(0,ue.array)(en),_argumentTypes:(0,ue.optional)((0,ue.nullable)((0,ue.array)(__)))}),x_=(0,ue.object)({name:(0,ue.string)(),inputs:(0,ue.record)((0,ue.string)(),(0,ue.union)([en,(0,ue.array)(en)])),data:(0,ue.record)((0,ue.string)(),(0,ue.unknown)())}),S_=Go({MoveCall:b5,TransferObjects:(0,ue.object)({objects:(0,ue.array)(en),address:en}),SplitCoins:(0,ue.object)({coin:en,amounts:(0,ue.array)(en)}),MergeCoins:(0,ue.object)({destination:en,sources:(0,ue.array)(en)}),Publish:(0,ue.object)({modules:(0,ue.array)(Ga),dependencies:(0,ue.array)(Us)}),MakeMoveVec:(0,ue.object)({type:(0,ue.nullable)((0,ue.string)()),elements:(0,ue.array)(en)}),Upgrade:(0,ue.object)({modules:(0,ue.array)(Ga),dependencies:(0,ue.array)(Us),package:Us,ticket:en}),$Intent:x_}),cp=Go({ImmOrOwnedObject:Cu,SharedObject:(0,ue.object)({objectId:Us,initialSharedVersion:ss,mutable:(0,ue.boolean)()}),Receiving:Cu}),w5=Go({Object:cp,Pure:(0,ue.object)({bytes:Ga}),UnresolvedPure:(0,ue.object)({value:(0,ue.unknown)()}),UnresolvedObject:(0,ue.object)({objectId:Us,version:(0,ue.optional)((0,ue.nullable)(ss)),digest:(0,ue.optional)((0,ue.nullable)((0,ue.string)())),initialSharedVersion:(0,ue.optional)((0,ue.nullable)(ss))})}),_5=Go({Object:cp,Pure:(0,ue.object)({bytes:Ga})}),E_=Go({None:(0,ue.literal)(!0),Epoch:ss}),x5=(0,ue.object)({version:(0,ue.literal)(2),sender:(0,ue.nullish)(mc),expiration:(0,ue.nullish)(E_),gasData:w_,inputs:(0,ue.array)(w5),commands:(0,ue.array)(S_)});var up=Object.defineProperty,S5=Object.getOwnPropertyDescriptor,E5=Object.getOwnPropertyNames,C5=Object.prototype.hasOwnProperty,M5=(e,t)=>{for(var r in t)up(e,r,{get:t[r],enumerable:!0})},T5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of E5(t))!C5.call(e,i)&&i!==r&&up(e,i,{get:()=>t[i],enumerable:!(n=S5(t,i))||n.enumerable});return e},A5=e=>T5(up({},"__esModule",{value:!0}),e),C_={};M5(C_,{Commands:()=>O5,UpgradePolicy:()=>M_});var lp=A5(C_),cm=Or,Bn=ps,um=Jr,Ln=Wo,M_=(e=>(e[e.COMPATIBLE=0]="COMPATIBLE",e[e.ADDITIVE=128]="ADDITIVE",e[e.DEP_ONLY=192]="DEP_ONLY",e))(M_||{});const O5={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=>(0,Bn.parse)(Ln.Argument,r)),address:(0,Bn.parse)(Ln.Argument,t)}}},SplitCoins(e,t){return{$kind:"SplitCoins",SplitCoins:{coin:(0,Bn.parse)(Ln.Argument,e),amounts:t.map(r=>(0,Bn.parse)(Ln.Argument,r))}}},MergeCoins(e,t){return{$kind:"MergeCoins",MergeCoins:{destination:(0,Bn.parse)(Ln.Argument,e),sources:t.map(r=>(0,Bn.parse)(Ln.Argument,r))}}},Publish({modules:e,dependencies:t}){return{$kind:"Publish",Publish:{modules:e.map(r=>typeof r=="string"?r:(0,cm.toBase64)(new Uint8Array(r))),dependencies:t.map(r=>(0,um.normalizeSuiObjectId)(r))}}},Upgrade({modules:e,dependencies:t,package:r,ticket:n}){return{$kind:"Upgrade",Upgrade:{modules:e.map(i=>typeof i=="string"?i:(0,cm.toBase64)(new Uint8Array(i))),dependencies:t.map(i=>(0,um.normalizeSuiObjectId)(i)),package:r,ticket:(0,Bn.parse)(Ln.Argument,n)}}},MakeMoveVec({type:e,elements:t}){return{$kind:"MakeMoveVec",MakeMoveVec:{type:e??null,elements:t.map(r=>(0,Bn.parse)(Ln.Argument,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(s=>(0,Bn.parse)(Ln.Argument,s)):(0,Bn.parse)(Ln.Argument,i)])),data:r}}}};var fp=Object.defineProperty,I5=Object.getOwnPropertyDescriptor,P5=Object.getOwnPropertyNames,j5=Object.prototype.hasOwnProperty,k5=(e,t)=>{for(var r in t)fp(e,r,{get:t[r],enumerable:!0})},R5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of P5(t))!j5.call(e,i)&&i!==r&&fp(e,i,{get:()=>t[i],enumerable:!(n=I5(t,i))||n.enumerable});return e},N5=e=>R5(fp({},"__esModule",{value:!0}),e),T_={};k5(T_,{NormalizedCallArg:()=>Id,ObjectRef:()=>Tu,SerializedTransactionDataV1:()=>J5,StructTag:()=>P_,TransactionArgument:()=>Zn,TypeTag:()=>al,serializeV1TransactionData:()=>X5,transactionDataFromV1:()=>Y5});var A_=N5(T_),Oo=Or,re=ps,O_=ii,Da=Wo;const Tu=(0,re.object)({digest:(0,re.string)(),objectId:(0,re.string)(),version:(0,re.union)([(0,re.pipe)((0,re.number)(),(0,re.integer)()),(0,re.string)(),(0,re.bigint)()])}),D5=(0,Da.safeEnum)({ImmOrOwned:Tu,Shared:(0,re.object)({objectId:Da.ObjectID,initialSharedVersion:Da.JsonU64,mutable:(0,re.boolean)()}),Receiving:Tu}),Id=(0,Da.safeEnum)({Object:D5,Pure:(0,re.array)((0,re.pipe)((0,re.number)(),(0,re.integer)()))}),I_=(0,re.union)([(0,re.object)({kind:(0,re.literal)("Input"),index:(0,re.pipe)((0,re.number)(),(0,re.integer)()),value:(0,re.unknown)(),type:(0,re.optional)((0,re.literal)("object"))}),(0,re.object)({kind:(0,re.literal)("Input"),index:(0,re.pipe)((0,re.number)(),(0,re.integer)()),value:(0,re.unknown)(),type:(0,re.literal)("pure")})]),$5=(0,re.union)([(0,re.object)({Epoch:(0,re.pipe)((0,re.number)(),(0,re.integer)())}),(0,re.object)({None:(0,re.nullable)((0,re.literal)(!0))})]),lm=(0,re.pipe)((0,re.union)([(0,re.number)(),(0,re.string)(),(0,re.bigint)()]),(0,re.check)(e=>{if(!["string","number","bigint"].includes(typeof e))return!1;try{return BigInt(e),!0}catch{return!1}})),al=(0,re.union)([(0,re.object)({bool:(0,re.nullable)((0,re.literal)(!0))}),(0,re.object)({u8:(0,re.nullable)((0,re.literal)(!0))}),(0,re.object)({u64:(0,re.nullable)((0,re.literal)(!0))}),(0,re.object)({u128:(0,re.nullable)((0,re.literal)(!0))}),(0,re.object)({address:(0,re.nullable)((0,re.literal)(!0))}),(0,re.object)({signer:(0,re.nullable)((0,re.literal)(!0))}),(0,re.object)({vector:(0,re.lazy)(()=>al)}),(0,re.object)({struct:(0,re.lazy)(()=>P_)}),(0,re.object)({u16:(0,re.nullable)((0,re.literal)(!0))}),(0,re.object)({u32:(0,re.nullable)((0,re.literal)(!0))}),(0,re.object)({u256:(0,re.nullable)((0,re.literal)(!0))})]),P_=(0,re.object)({address:(0,re.string)(),module:(0,re.string)(),name:(0,re.string)(),typeParams:(0,re.array)(al)}),B5=(0,re.object)({budget:(0,re.optional)(lm),price:(0,re.optional)(lm),payment:(0,re.optional)((0,re.array)(Tu)),owner:(0,re.optional)((0,re.string)())}),L5=[I_,(0,re.object)({kind:(0,re.literal)("GasCoin")}),(0,re.object)({kind:(0,re.literal)("Result"),index:(0,re.pipe)((0,re.number)(),(0,re.integer)())}),(0,re.object)({kind:(0,re.literal)("NestedResult"),index:(0,re.pipe)((0,re.number)(),(0,re.integer)()),resultIndex:(0,re.pipe)((0,re.number)(),(0,re.integer)())})],Zn=(0,re.union)([...L5]),F5=(0,re.object)({kind:(0,re.literal)("MoveCall"),target:(0,re.pipe)((0,re.string)(),(0,re.check)(e=>e.split("::").length===3)),typeArguments:(0,re.array)((0,re.string)()),arguments:(0,re.array)(Zn)}),U5=(0,re.object)({kind:(0,re.literal)("TransferObjects"),objects:(0,re.array)(Zn),address:Zn}),z5=(0,re.object)({kind:(0,re.literal)("SplitCoins"),coin:Zn,amounts:(0,re.array)(Zn)}),V5=(0,re.object)({kind:(0,re.literal)("MergeCoins"),destination:Zn,sources:(0,re.array)(Zn)}),q5=(0,re.object)({kind:(0,re.literal)("MakeMoveVec"),type:(0,re.union)([(0,re.object)({Some:al}),(0,re.object)({None:(0,re.nullable)((0,re.literal)(!0))})]),objects:(0,re.array)(Zn)}),W5=(0,re.object)({kind:(0,re.literal)("Publish"),modules:(0,re.array)((0,re.array)((0,re.pipe)((0,re.number)(),(0,re.integer)()))),dependencies:(0,re.array)((0,re.string)())}),G5=(0,re.object)({kind:(0,re.literal)("Upgrade"),modules:(0,re.array)((0,re.array)((0,re.pipe)((0,re.number)(),(0,re.integer)()))),dependencies:(0,re.array)((0,re.string)()),packageId:(0,re.string)(),ticket:Zn}),H5=[F5,U5,z5,V5,W5,G5,q5],K5=(0,re.union)([...H5]),J5=(0,re.object)({version:(0,re.literal)(1),sender:(0,re.optional)((0,re.string)()),expiration:(0,re.nullish)($5),gasConfig:B5,inputs:(0,re.array)(I_),transactions:(0,re.array)(K5)});function X5(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((0,Oo.fromBase64)(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:O_.TypeTagSerializer.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((0,Oo.fromBase64)(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((0,Oo.fromBase64)(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 Y5(e){var t,r,n;return(0,re.parse)(Da.TransactionData,{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((0,re.is)(Id,i.value)){const s=(0,re.parse)(Id,i.value);if(s.Object){if(s.Object.ImmOrOwned)return{Object:{ImmOrOwnedObject:{objectId:s.Object.ImmOrOwned.objectId,version:String(s.Object.ImmOrOwned.version),digest:s.Object.ImmOrOwned.digest}}};if(s.Object.Shared)return{Object:{SharedObject:{mutable:s.Object.Shared.mutable??null,initialSharedVersion:s.Object.Shared.initialSharedVersion,objectId:s.Object.Shared.objectId}}};if(s.Object.Receiving)return{Object:{Receiving:{digest:s.Object.Receiving.digest,version:String(s.Object.Receiving.version),objectId:s.Object.Receiving.objectId}}};throw new Error("Invalid object input")}return{Pure:{bytes:(0,Oo.toBase64)(new Uint8Array(s.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?O_.TypeTagSerializer.tagToString(i.type.Some):null,elements:i.objects.map(s=>pi(s))}};case"MergeCoins":return{MergeCoins:{destination:pi(i.destination),sources:i.sources.map(s=>pi(s))}};case"MoveCall":{const[s,o,a]=i.target.split("::");return{MoveCall:{package:s,module:o,function:a,typeArguments:i.typeArguments,arguments:i.arguments.map(c=>pi(c))}}}case"Publish":return{Publish:{modules:i.modules.map(s=>(0,Oo.toBase64)(Uint8Array.from(s))),dependencies:i.dependencies}};case"SplitCoins":return{SplitCoins:{coin:pi(i.coin),amounts:i.amounts.map(s=>pi(s))}};case"TransferObjects":return{TransferObjects:{objects:i.objects.map(s=>pi(s)),address:pi(i.address)}};case"Upgrade":return{Upgrade:{modules:i.modules.map(s=>(0,Oo.toBase64)(Uint8Array.from(s))),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}}}var dp=Object.defineProperty,Z5=Object.getOwnPropertyDescriptor,Q5=Object.getOwnPropertyNames,eO=Object.prototype.hasOwnProperty,tO=(e,t)=>{for(var r in t)dp(e,r,{get:t[r],enumerable:!0})},rO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Q5(t))!eO.call(e,i)&&i!==r&&dp(e,i,{get:()=>t[i],enumerable:!(n=Z5(t,i))||n.enumerable});return e},nO=e=>rO(dp({},"__esModule",{value:!0}),e),j_={};tO(j_,{SerializedTransactionDataV2:()=>dO});var iO=nO(j_),je=ps,cr=Wo;function gc(e){return(0,je.union)(Object.entries(e).map(([t,r])=>(0,je.object)({[t]:r})))}const gn=gc({GasCoin:(0,je.literal)(!0),Input:(0,je.pipe)((0,je.number)(),(0,je.integer)()),Result:(0,je.pipe)((0,je.number)(),(0,je.integer)()),NestedResult:(0,je.tuple)([(0,je.pipe)((0,je.number)(),(0,je.integer)()),(0,je.pipe)((0,je.number)(),(0,je.integer)())])}),sO=(0,je.object)({budget:(0,je.nullable)(cr.JsonU64),price:(0,je.nullable)(cr.JsonU64),owner:(0,je.nullable)(cr.SuiAddress),payment:(0,je.nullable)((0,je.array)(cr.ObjectRef))}),oO=(0,je.object)({package:cr.ObjectID,module:(0,je.string)(),function:(0,je.string)(),typeArguments:(0,je.array)((0,je.string)()),arguments:(0,je.array)(gn)}),aO=(0,je.object)({name:(0,je.string)(),inputs:(0,je.record)((0,je.string)(),(0,je.union)([gn,(0,je.array)(gn)])),data:(0,je.record)((0,je.string)(),(0,je.unknown)())}),cO=gc({MoveCall:oO,TransferObjects:(0,je.object)({objects:(0,je.array)(gn),address:gn}),SplitCoins:(0,je.object)({coin:gn,amounts:(0,je.array)(gn)}),MergeCoins:(0,je.object)({destination:gn,sources:(0,je.array)(gn)}),Publish:(0,je.object)({modules:(0,je.array)(cr.BCSBytes),dependencies:(0,je.array)(cr.ObjectID)}),MakeMoveVec:(0,je.object)({type:(0,je.nullable)((0,je.string)()),elements:(0,je.array)(gn)}),Upgrade:(0,je.object)({modules:(0,je.array)(cr.BCSBytes),dependencies:(0,je.array)(cr.ObjectID),package:cr.ObjectID,ticket:gn}),$Intent:aO}),uO=gc({ImmOrOwnedObject:cr.ObjectRef,SharedObject:(0,je.object)({objectId:cr.ObjectID,initialSharedVersion:cr.JsonU64,mutable:(0,je.boolean)()}),Receiving:cr.ObjectRef}),lO=gc({Object:uO,Pure:(0,je.object)({bytes:cr.BCSBytes}),UnresolvedPure:(0,je.object)({value:(0,je.unknown)()}),UnresolvedObject:(0,je.object)({objectId:cr.ObjectID,version:(0,je.optional)((0,je.nullable)(cr.JsonU64)),digest:(0,je.optional)((0,je.nullable)((0,je.string)())),initialSharedVersion:(0,je.optional)((0,je.nullable)(cr.JsonU64))})}),fO=gc({None:(0,je.literal)(!0),Epoch:cr.JsonU64}),dO=(0,je.object)({version:(0,je.literal)(2),sender:(0,je.nullish)(cr.SuiAddress),expiration:(0,je.nullish)(fO),gasData:sO,inputs:(0,je.array)(lO),commands:(0,je.array)(cO)});var hp=Object.defineProperty,hO=Object.getOwnPropertyDescriptor,pO=Object.getOwnPropertyNames,mO=Object.prototype.hasOwnProperty,gO=(e,t)=>{for(var r in t)hp(e,r,{get:t[r],enumerable:!0})},vO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of pO(t))!mO.call(e,i)&&i!==r&&hp(e,i,{get:()=>t[i],enumerable:!(n=hO(t,i))||n.enumerable});return e},yO=e=>vO(hp({},"__esModule",{value:!0}),e),k_={};gO(k_,{getClient:()=>Ho,resolveTransactionData:()=>EO});var R_=yO(k_),bO=ps,fm=ii,Pd=p_,wO=Wo,$a=ol,gf=g_;const _O=50,xO=1000n,SO=5e10;async function EO(e,t,r){return await OO(e,t),await AO(e,t),t.onlyTransactionKind||(await CO(e,t),await MO(e,t),await TO(e,t)),await IO(e),await r()}async function CO(e,t){e.gasConfig.price||(e.gasConfig.price=String(await Ho(t).getReferenceGasPrice()))}async function MO(e,t){if(e.gasConfig.budget)return;const r=await Ho(t).dryRunTransactionBlock({transactionBlock:e.build({overrides:{gasData:{budget:String(SO),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=xO*BigInt(e.gasConfig.price||1n),i=BigInt(r.effects.gasUsed.computationCost)+n,s=i+BigInt(r.effects.gasUsed.storageCost)-BigInt(r.effects.gasUsed.storageRebate);e.gasConfig.budget=String(s>i?s:i)}async function TO(e,t){if(!e.gasConfig.payment){const n=(await Ho(t).getCoins({owner:e.gasConfig.owner||e.sender,coinType:Pd.SUI_TYPE_ARG})).data.filter(i=>!e.inputs.find(o=>{var a;return(a=o.Object)!=null&&a.ImmOrOwnedObject?i.coinObjectId===o.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=>(0,bO.parse)(wO.ObjectRef,i))}}async function AO(e,t){const r=e.inputs.filter(l=>{var f;return l.UnresolvedObject&&!(l.UnresolvedObject.version||(f=l.UnresolvedObject)!=null&&f.initialSharedVersion)}),n=[...new Set(r.map(l=>(0,Pd.normalizeSuiObjectId)(l.UnresolvedObject.objectId)))],i=n.length?RO(n,_O):[],s=(await Promise.all(i.map(l=>Ho(t).multiGetObjects({ids:l,options:{showOwner:!0}})))).flat(),o=new Map(n.map((l,f)=>[l,s[f]])),a=Array.from(o).filter(([l,f])=>f.error).map(([l,f])=>JSON.stringify(f.error));if(a.length)throw new Error(`The following input objects are invalid: ${a.join(", ")}`);const c=s.map(l=>{if(l.error||!l.data)throw new Error(`Failed to fetch object: ${l.error}`);const f=l.data.owner,h=f&&typeof f=="object"&&"Shared"in f?f.Shared.initial_shared_version:null;return{objectId:l.data.objectId,digest:l.data.digest,version:l.data.version,initialSharedVersion:h}}),u=new Map(n.map((l,f)=>[l,c[f]]));for(const[l,f]of e.inputs.entries()){if(!f.UnresolvedObject)continue;let h;const y=(0,Pd.normalizeSuiAddress)(f.UnresolvedObject.objectId),b=u.get(y);f.UnresolvedObject.initialSharedVersion??(b==null?void 0:b.initialSharedVersion)?h=$a.Inputs.SharedObjectRef({objectId:y,initialSharedVersion:f.UnresolvedObject.initialSharedVersion||(b==null?void 0:b.initialSharedVersion),mutable:PO(e,l)}):jO(e,l)&&(h=$a.Inputs.ReceivingRef({objectId:y,digest:f.UnresolvedObject.digest??(b==null?void 0:b.digest),version:f.UnresolvedObject.version??(b==null?void 0:b.version)})),e.inputs[e.inputs.indexOf(f)]=h??$a.Inputs.ObjectRef({objectId:y,digest:f.UnresolvedObject.digest??(b==null?void 0:b.digest),version:f.UnresolvedObject.version??(b==null?void 0:b.version)})}}async function OO(e,t){const{inputs:r,commands:n}=e,i=[],s=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}`;s.add(l),i.push(a.MoveCall)}}switch(a.$kind){case"SplitCoins":a.SplitCoins.amounts.forEach(c=>{dm(c,fm.bcs.U64,e)});break;case"TransferObjects":dm(a.TransferObjects.address,fm.bcs.Address,e);break}});const o=new Map;if(s.size>0){const a=Ho(t);await Promise.all([...s].map(async c=>{const[u,l,f]=c.split("::"),h=await a.getNormalizedMoveFunction({package:u,module:l,function:f});o.set(c,h.parameters.map(y=>(0,gf.normalizedTypeToMoveTypeSignature)(y)))}))}i.length&&await Promise.all(i.map(async a=>{const c=o.get(`${a.package}::${a.module}::${a.function}`);if(!c)return;const l=c.length>0&&(0,gf.isTxContext)(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((f,h)=>{var R,N;const y=c.arguments[h];if(y.$kind!=="Input")return;const b=r[y.Input];if(!b.UnresolvedPure&&!b.UnresolvedObject)return;const _=((R=b.UnresolvedPure)==null?void 0:R.value)??((N=b.UnresolvedObject)==null?void 0:N.objectId),A=(0,gf.getPureBcsSchema)(f.body);if(A){y.type="pure",r[r.indexOf(b)]=$a.Inputs.Pure(A.serialize(_));return}if(typeof _!="string")throw new Error(`Expect the argument to be an object id string, got ${JSON.stringify(_,null,2)}`);y.type="object";const P=b.UnresolvedPure?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:_}}:b;r[y.Input]=P})}})}function IO(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 dm(e,t,r){if(e.$kind!=="Input")return;const n=r.inputs[e.Input];n.$kind==="UnresolvedPure"&&(r.inputs[e.Input]=$a.Inputs.Pure(t.serialize(n.UnresolvedPure.value)))}function PO(e,t){let r=!1;return e.getInputUses(t,(n,i)=>{if(i.MoveCall&&i.MoveCall._argumentTypes){const s=i.MoveCall.arguments.indexOf(n);r=i.MoveCall._argumentTypes[s].ref!=="&"||r}(i.$kind==="MakeMoveVec"||i.$kind==="MergeCoins"||i.$kind==="SplitCoins")&&(r=!0)}),r}function jO(e,t){let r=!1;return e.getInputUses(t,(n,i)=>{if(i.MoveCall&&i.MoveCall._argumentTypes){const s=i.MoveCall.arguments.indexOf(n);r=kO(i.MoveCall._argumentTypes[s])||r}}),r}function kO(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 Ho(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 RO(e,t){return Array.from({length:Math.ceil(e.length/t)},(r,n)=>e.slice(n*t,n*t+t))}var pp=Object.defineProperty,NO=Object.getOwnPropertyDescriptor,DO=Object.getOwnPropertyNames,$O=Object.prototype.hasOwnProperty,BO=(e,t)=>{for(var r in t)pp(e,r,{get:t[r],enumerable:!0})},LO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of DO(t))!$O.call(e,i)&&i!==r&&pp(e,i,{get:()=>t[i],enumerable:!(n=NO(t,i))||n.enumerable});return e},FO=e=>LO(pp({},"__esModule",{value:!0}),e),N_={};BO(N_,{createObjectMethods:()=>UO});var D_=FO(N_);function UO(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}var mp=Object.defineProperty,zO=Object.getOwnPropertyDescriptor,VO=Object.getOwnPropertyNames,qO=Object.prototype.hasOwnProperty,WO=(e,t)=>{for(var r in t)mp(e,r,{get:t[r],enumerable:!0})},GO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of VO(t))!qO.call(e,i)&&i!==r&&mp(e,i,{get:()=>t[i],enumerable:!(n=zO(t,i))||n.enumerable});return e},HO=e=>GO(mp({},"__esModule",{value:!0}),e),$_={};WO($_,{createPure:()=>JO});var B_=HO($_),KO=Or,nr=ii;function JO(e){function t(r,n){if(typeof r=="string")return e(Ba(r).serialize(n));if(r instanceof Uint8Array||(0,KO.isSerializedBcs)(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(nr.bcs.U8.serialize(r)),t.u16=r=>e(nr.bcs.U16.serialize(r)),t.u32=r=>e(nr.bcs.U32.serialize(r)),t.u64=r=>e(nr.bcs.U64.serialize(r)),t.u128=r=>e(nr.bcs.U128.serialize(r)),t.u256=r=>e(nr.bcs.U256.serialize(r)),t.bool=r=>e(nr.bcs.Bool.serialize(r)),t.string=r=>e(nr.bcs.String.serialize(r)),t.address=r=>e(nr.bcs.Address.serialize(r)),t.id=t.address,t.vector=(r,n)=>e(nr.bcs.vector(Ba(r)).serialize(n)),t.option=(r,n)=>e(nr.bcs.option(Ba(r)).serialize(n)),t}function Ba(e){switch(e){case"u8":return nr.bcs.u8();case"u16":return nr.bcs.u16();case"u32":return nr.bcs.u32();case"u64":return nr.bcs.u64();case"u128":return nr.bcs.u128();case"u256":return nr.bcs.u256();case"bool":return nr.bcs.bool();case"string":return nr.bcs.string();case"id":case"address":return nr.bcs.Address}const t=e.match(/^(vector|option)<(.+)>$/);if(t){const[r,n]=t.slice(1);return r==="vector"?nr.bcs.vector(Ba(n)):nr.bcs.option(Ba(n))}throw new Error(`Invalid Pure type name: ${e}`)}var gp=Object.defineProperty,XO=Object.getOwnPropertyDescriptor,YO=Object.getOwnPropertyNames,ZO=Object.prototype.hasOwnProperty,QO=(e,t)=>{for(var r in t)gp(e,r,{get:t[r],enumerable:!0})},eI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of YO(t))!ZO.call(e,i)&&i!==r&&gp(e,i,{get:()=>t[i],enumerable:!(n=XO(t,i))||n.enumerable});return e},tI=e=>eI(gp({},"__esModule",{value:!0}),e),L_={};QO(L_,{hashTypedData:()=>iI});var rI=tI(L_),nI=f_;function iI(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),(0,nI.blake2b)(n,{dkLen:32})}var vp=Object.defineProperty,sI=Object.getOwnPropertyDescriptor,oI=Object.getOwnPropertyNames,aI=Object.prototype.hasOwnProperty,cI=(e,t)=>{for(var r in t)vp(e,r,{get:t[r],enumerable:!0})},uI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of oI(t))!aI.call(e,i)&&i!==r&&vp(e,i,{get:()=>t[i],enumerable:!(n=sI(t,i))||n.enumerable});return e},lI=e=>uI(vp({},"__esModule",{value:!0}),e),F_={};cI(F_,{TransactionDataBuilder:()=>Rs});var yp=lI(F_),fI=Or,vf=ps,jc=ii,dI=Jr,yf=Wo,hI=A_,pI=rI;function hm(e){return(0,dI.normalizeSuiAddress)(e).replace("0x","")}class Rs{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=jc.bcs.TransactionKind.parse(t).ProgrammableTransaction;if(!n)throw new Error("Unable to deserialize from bytes.");return Rs.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=jc.bcs.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 Rs.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 Rs((0,vf.parse)(yf.TransactionData,t)):new Rs((0,vf.parse)(yf.TransactionData,(0,hI.transactionDataFromV1)(t)))}static getDigestFromBytes(t){const r=(0,pI.hashTypedData)("TransactionData",t);return(0,fI.toBase58)(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,s=this.commands,o={ProgrammableTransaction:{inputs:i,commands:s}};if(n)return jc.bcs.TransactionKind.serialize(o,{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:hm(c),expiration:a||{None:!0},gasData:{payment:u.payment,owner:hm(this.gasData.owner??c),price:BigInt(u.price),budget:BigInt(u.budget)},kind:{ProgrammableTransaction:{inputs:i,commands:s}}};return jc.bcs.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,s]of Object.entries(n))r.$Intent.inputs[i]=Array.isArray(s)?s.map(o=>t(o,r)):t(s,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 Rs.getDigestFromBytes(t)}snapshot(){return(0,vf.parse)(yf.TransactionData,this)}}var bp=Object.defineProperty,mI=Object.getOwnPropertyDescriptor,gI=Object.getOwnPropertyNames,vI=Object.prototype.hasOwnProperty,yI=(e,t)=>{for(var r in t)bp(e,r,{get:t[r],enumerable:!0})},bI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of gI(t))!vI.call(e,i)&&i!==r&&bp(e,i,{get:()=>t[i],enumerable:!(n=mI(t,i))||n.enumerable});return e},wI=e=>bI(bp({},"__esModule",{value:!0}),e),U_={};yI(U_,{extractMutableReference:()=>z_,extractReference:()=>V_,extractStructTag:()=>xI,getIdFromCallArg:()=>SI});var _I=wI(U_),ha=Jr;function z_(e){return typeof e=="object"&&"MutableReference"in e?e.MutableReference:void 0}function V_(e){return typeof e=="object"&&"Reference"in e?e.Reference:void 0}function xI(e){if(typeof e=="object"&&"Struct"in e)return e;const t=V_(e),r=z_(e);if(typeof t=="object"&&"Struct"in t)return t;if(typeof r=="object"&&"Struct"in r)return r}function SI(e){if(typeof e=="string")return(0,ha.normalizeSuiAddress)(e);if(e.Object)return e.Object.ImmOrOwnedObject?(0,ha.normalizeSuiAddress)(e.Object.ImmOrOwnedObject.objectId):e.Object.Receiving?(0,ha.normalizeSuiAddress)(e.Object.Receiving.objectId):(0,ha.normalizeSuiAddress)(e.Object.SharedObject.objectId);if(e.UnresolvedObject)return(0,ha.normalizeSuiAddress)(e.UnresolvedObject.objectId)}var wp=Object.defineProperty,EI=Object.getOwnPropertyDescriptor,CI=Object.getOwnPropertyNames,MI=Object.prototype.hasOwnProperty,q_=e=>{throw TypeError(e)},TI=(e,t)=>{for(var r in t)wp(e,r,{get:t[r],enumerable:!0})},AI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of CI(t))!MI.call(e,i)&&i!==r&&wp(e,i,{get:()=>t[i],enumerable:!(n=EI(t,i))||n.enumerable});return e},OI=e=>AI(wp({},"__esModule",{value:!0}),e),_p=(e,t,r)=>t.has(e)||q_("Cannot "+r),Mt=(e,t,r)=>(_p(e,t,"read from private field"),r?r.call(e):t.get(e)),pa=(e,t,r)=>t.has(e)?q_("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),bs=(e,t,r,n)=>(_p(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),vi=(e,t,r)=>(_p(e,t,"access private method"),r),W_={};TI(W_,{Transaction:()=>DI,isTransaction:()=>H_});var cl=OI(W_),Hc=Or,Ki=ps,II=Jr,ws=lp,Ns=Wo,pm=A_,PI=iO,kc=ol,jI=R_,kI=D_,RI=B_,ma=yp,mm=_I,Ta,La,As,Ot,vn,Kc,xp,jd,Sp;function gm(e,t=1/0){const r={$kind:"Result",Result:e},n=[],i=s=>n[s]??(n[s]={$kind:"NestedResult",NestedResult:[e,s]});return new Proxy(r,{set(){throw new Error("The transaction result is a proxy, and does not support setting properties directly")},get(s,o){if(o in s)return Reflect.get(s,o);if(o===Symbol.iterator)return function*(){let c=0;for(;c<t;)yield i(c),c++};if(typeof o=="symbol")return;const a=parseInt(o,10);if(!(Number.isNaN(a)||a<0))return i(a)}})}const G_=Symbol.for("@mysten/transaction");function H_(e){return!!e&&typeof e=="object"&&e[G_]===!0}const vm={buildPlugins:new Map,serializationPlugins:new Map},bf=Symbol.for("@mysten/transaction/registry");function ga(){try{const e=globalThis;return e[bf]||(e[bf]=vm),e[bf]}catch{return vm}}const NI=class kd{constructor(){pa(this,vn),pa(this,Ta),pa(this,La),pa(this,As,new Map),pa(this,Ot),this.object=(0,kI.createObjectMethods)(r=>{var s,o;if(typeof r=="function")return this.object(r(this));if(typeof r=="object"&&(0,Ki.is)(Ns.Argument,r))return r;const n=(0,mm.getIdFromCallArg)(r),i=Mt(this,Ot).inputs.find(a=>n===(0,mm.getIdFromCallArg)(a));return(s=i==null?void 0:i.Object)!=null&&s.SharedObject&&typeof r=="object"&&((o=r.Object)!=null&&o.SharedObject)&&(i.Object.SharedObject.mutable=i.Object.SharedObject.mutable||r.Object.SharedObject.mutable),i?{$kind:"Input",Input:Mt(this,Ot).inputs.indexOf(i),type:"object"}:Mt(this,Ot).addInput("object",typeof r=="string"?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:(0,II.normalizeSuiAddress)(r)}}:r)});const t=ga();bs(this,Ot,new ma.TransactionDataBuilder),bs(this,La,[...t.buildPlugins.values()]),bs(this,Ta,[...t.serializationPlugins.values()])}static fromKind(t){const r=new kd;return bs(r,Ot,ma.TransactionDataBuilder.fromKindBytes(typeof t=="string"?(0,Hc.fromBase64)(t):t)),r}static from(t){const r=new kd;return H_(t)?bs(r,Ot,new ma.TransactionDataBuilder(t.getData())):typeof t!="string"||!t.startsWith("{")?bs(r,Ot,ma.TransactionDataBuilder.fromBytes(typeof t=="string"?(0,Hc.fromBase64)(t):t)):bs(r,Ot,ma.TransactionDataBuilder.restore(JSON.parse(t))),r}static registerGlobalSerializationPlugin(t,r){ga().serializationPlugins.set(t,r??t)}static unregisterGlobalSerializationPlugin(t){ga().serializationPlugins.delete(t)}static registerGlobalBuildPlugin(t,r){ga().buildPlugins.set(t,r??t)}static unregisterGlobalBuildPlugin(t){ga().buildPlugins.delete(t)}addSerializationPlugin(t){Mt(this,Ta).push(t)}addBuildPlugin(t){Mt(this,La).push(t)}addIntentResolver(t,r){if(Mt(this,As).has(t)&&Mt(this,As).get(t)!==r)throw new Error(`Intent resolver for ${t} already exists`);Mt(this,As).set(t,r)}setSender(t){Mt(this,Ot).sender=t}setSenderIfNotSet(t){Mt(this,Ot).sender||(Mt(this,Ot).sender=t)}setExpiration(t){Mt(this,Ot).expiration=t?(0,Ki.parse)(Ns.TransactionExpiration,t):null}setGasPrice(t){Mt(this,Ot).gasConfig.price=String(t)}setGasBudget(t){Mt(this,Ot).gasConfig.budget=String(t)}setGasBudgetIfNotSet(t){Mt(this,Ot).gasData.budget==null&&(Mt(this,Ot).gasConfig.budget=String(t))}setGasOwner(t){Mt(this,Ot).gasConfig.owner=t}setGasPayment(t){Mt(this,Ot).gasConfig.payment=t.map(r=>(0,Ki.parse)(Ns.ObjectRef,r))}get blockData(){return(0,pm.serializeV1TransactionData)(Mt(this,Ot).snapshot())}getData(){return Mt(this,Ot).snapshot()}get[G_](){return!0}get pure(){return Object.defineProperty(this,"pure",{enumerable:!1,value:(0,RI.createPure)(t=>(0,Hc.isSerializedBcs)(t)?Mt(this,Ot).addInput("pure",{$kind:"Pure",Pure:{bytes:t.toBase64()}}):Mt(this,Ot).addInput("pure",(0,Ki.is)(Ns.NormalizedCallArg,t)?(0,Ki.parse)(Ns.NormalizedCallArg,t):t instanceof Uint8Array?kc.Inputs.Pure(t):{$kind:"UnresolvedPure",UnresolvedPure:{value:t}}))}),this.pure}get gas(){return{$kind:"GasCoin",GasCoin:!0}}objectRef(...t){return this.object(kc.Inputs.ObjectRef(...t))}receivingRef(...t){return this.object(kc.Inputs.ReceivingRef(...t))}sharedObjectRef(...t){return this.object(kc.Inputs.SharedObjectRef(...t))}add(t){if(typeof t=="function")return t(this);const r=Mt(this,Ot).commands.push(t);return gm(r-1)}splitCoins(t,r){const n=ws.Commands.SplitCoins(typeof t=="string"?this.object(t):vi(this,vn,xp).call(this,t),r.map(s=>typeof s=="number"||typeof s=="bigint"||typeof s=="string"?this.pure.u64(s):vi(this,vn,Kc).call(this,s))),i=Mt(this,Ot).commands.push(n);return gm(i-1,r.length)}mergeCoins(t,r){return this.add(ws.Commands.MergeCoins(this.object(t),r.map(n=>this.object(n))))}publish({modules:t,dependencies:r}){return this.add(ws.Commands.Publish({modules:t,dependencies:r}))}upgrade({modules:t,dependencies:r,package:n,ticket:i}){return this.add(ws.Commands.Upgrade({modules:t,dependencies:r,package:n,ticket:this.object(i)}))}moveCall({arguments:t,...r}){return this.add(ws.Commands.MoveCall({...r,arguments:t==null?void 0:t.map(n=>vi(this,vn,Kc).call(this,n))}))}transferObjects(t,r){return this.add(ws.Commands.TransferObjects(t.map(n=>this.object(n)),typeof r=="string"?this.pure.address(r):vi(this,vn,Kc).call(this,r)))}makeMoveVec({type:t,elements:r}){return this.add(ws.Commands.MakeMoveVec({type:t,elements:r.map(n=>this.object(n))}))}serialize(){return JSON.stringify((0,pm.serializeV1TransactionData)(Mt(this,Ot).snapshot()))}async toJSON(t={}){return await this.prepareForSerialization(t),JSON.stringify((0,Ki.parse)(PI.SerializedTransactionDataV2,Mt(this,Ot).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,vn,jd).call(this,t),Mt(this,Ot).build({onlyTransactionKind:t.onlyTransactionKind})}async getDigest(t={}){return await vi(this,vn,jd).call(this,t),Mt(this,Ot).getDigest()}async prepareForSerialization(t){var i;const r=new Set;for(const s of Mt(this,Ot).commands)s.$Intent&&r.add(s.$Intent.name);const n=[...Mt(this,Ta)];for(const s of r)if(!((i=t.supportedIntents)!=null&&i.includes(s))){if(!Mt(this,As).has(s))throw new Error(`Missing intent resolver for ${s}`);n.push(Mt(this,As).get(s))}await vi(this,vn,Sp).call(this,n,t)}};Ta=new WeakMap;La=new WeakMap;As=new WeakMap;Ot=new WeakMap;vn=new WeakSet;Kc=function(e){return(0,Hc.isSerializedBcs)(e)?this.pure(e):vi(this,vn,xp).call(this,e)};xp=function(e){return typeof e=="function"?(0,Ki.parse)(Ns.Argument,e(this)):(0,Ki.parse)(Ns.Argument,e)};jd=async function(e){if(!e.onlyTransactionKind&&!Mt(this,Ot).sender)throw new Error("Missing transaction sender");await vi(this,vn,Sp).call(this,[...Mt(this,La),jI.resolveTransactionData],e)};Sp=async function(e,t){const r=n=>{if(n>=e.length)return()=>{};const i=e[n];return async()=>{const s=r(n+1);let o=!1,a=!1;if(await i(Mt(this,Ot),t,async()=>{if(o)throw new Error(`next() was call multiple times in TransactionPlugin ${n}`);o=!0,await s(),a=!0}),!o)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 DI=NI;var Ep=Object.defineProperty,$I=Object.getOwnPropertyDescriptor,BI=Object.getOwnPropertyNames,LI=Object.prototype.hasOwnProperty,K_=e=>{throw TypeError(e)},FI=(e,t)=>{for(var r in t)Ep(e,r,{get:t[r],enumerable:!0})},UI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of BI(t))!LI.call(e,i)&&i!==r&&Ep(e,i,{get:()=>t[i],enumerable:!(n=$I(t,i))||n.enumerable});return e},zI=e=>UI(Ep({},"__esModule",{value:!0}),e),J_=(e,t,r)=>t.has(e)||K_("Cannot "+r),dr=(e,t,r)=>(J_(e,t,"read from private field"),r?r.call(e):t.get(e)),Rd=(e,t,r)=>t.has(e)?K_("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),ym=(e,t,r,n)=>(J_(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),X_={};FI(X_,{AsyncCache:()=>Z_,InMemoryCache:()=>Q_,ObjectCache:()=>VI});var Y_=zI(X_),wf=Jr,Os,Er,Jc;class Z_{async getObject(t){const[r,n]=await Promise.all([this.get("OwnedObject",t),this.get("SharedOrImmutableObject",t)]);return r??n??null}async getObjects(t){return Promise.all([...t.map(r=>this.getObject(r))])}async addObject(t){return t.owner?await this.set("OwnedObject",t.objectId,t):await this.set("SharedOrImmutableObject",t.objectId,t),t}async addObjects(t){await Promise.all(t.map(async r=>this.addObject(r)))}async deleteObject(t){await Promise.all([this.delete("OwnedObject",t),this.delete("SharedOrImmutableObject",t)])}async deleteObjects(t){await Promise.all(t.map(r=>this.deleteObject(r)))}async getMoveFunctionDefinition(t){const r=`${(0,wf.normalizeSuiAddress)(t.package)}::${t.module}::${t.function}`;return this.get("MoveFunction",r)}async addMoveFunctionDefinition(t){const r=(0,wf.normalizeSuiAddress)(t.package),n=`${r}::${t.module}::${t.function}`,i={...t,package:r};return await this.set("MoveFunction",n,i),i}async deleteMoveFunctionDefinition(t){const r=`${(0,wf.normalizeSuiAddress)(t.package)}::${t.module}::${t.function}`;await this.delete("MoveFunction",r)}async getCustom(t){return this.get("Custom",t)}async setCustom(t,r){return this.set("Custom",t,r)}async deleteCustom(t){return this.delete("Custom",t)}}class Q_ extends Z_{constructor(){super(...arguments),Rd(this,Os,{OwnedObject:new Map,SharedOrImmutableObject:new Map,MoveFunction:new Map,Custom:new Map})}async get(t,r){return dr(this,Os)[t].get(r)??null}async set(t,r,n){dr(this,Os)[t].set(r,n)}async delete(t,r){dr(this,Os)[t].delete(r)}async clear(t){if(t)dr(this,Os)[t].clear();else for(const r of Object.values(dr(this,Os)))r.clear()}}Os=new WeakMap;class VI{constructor({cache:t=new Q_,onEffects:r}){Rd(this,Er),Rd(this,Jc),ym(this,Er,t),ym(this,Jc,r)}asPlugin(){return async(t,r,n)=>{const i=t.inputs.filter(a=>a.UnresolvedObject).map(a=>a.UnresolvedObject.objectId),s=(await dr(this,Er).getObjects(i)).filter(a=>a!==null),o=new Map(s.map(a=>[a.objectId,a]));for(const a of t.inputs){if(!a.UnresolvedObject)continue;const c=o.get(a.UnresolvedObject.objectId);c&&(c.initialSharedVersion&&!a.UnresolvedObject.initialSharedVersion?a.UnresolvedObject.initialSharedVersion=c.initialSharedVersion:(c.version&&!a.UnresolvedObject.version&&(a.UnresolvedObject.version=c.version),c.digest&&!a.UnresolvedObject.digest&&(a.UnresolvedObject.digest=c.digest)))}await Promise.all(t.commands.map(async a=>{if(a.MoveCall){const c=await this.getMoveFunctionDefinition({package:a.MoveCall.package,module:a.MoveCall.module,function:a.MoveCall.function});c&&(a.MoveCall._argumentTypes=c.parameters)}})),await n(),await Promise.all(t.commands.map(async a=>{var c;(c=a.MoveCall)!=null&&c._argumentTypes&&await dr(this,Er).addMoveFunctionDefinition({package:a.MoveCall.package,module:a.MoveCall.module,function:a.MoveCall.function,parameters:a.MoveCall._argumentTypes})}))}}async clear(){await dr(this,Er).clear()}async getMoveFunctionDefinition(t){return dr(this,Er).getMoveFunctionDefinition(t)}async getObjects(t){return dr(this,Er).getObjects(t)}async deleteObjects(t){return dr(this,Er).deleteObjects(t)}async clearOwnedObjects(){await dr(this,Er).clear("OwnedObject")}async clearCustom(){await dr(this,Er).clear("Custom")}async getCustom(t){return dr(this,Er).getCustom(t)}async setCustom(t,r){return dr(this,Er).setCustom(t,r)}async deleteCustom(t){return dr(this,Er).deleteCustom(t)}async applyEffects(t){var r;if(!t.V2)throw new Error(`Unsupported transaction effects version ${t.$kind}`);const{lamportVersion:n,changedObjects:i}=t.V2,s=[],o=[];i.forEach(([a,c])=>{var u;if(c.outputState.NotExist)s.push(a);else if(c.outputState.ObjectWrite){const[l,f]=c.outputState.ObjectWrite;o.push({objectId:a,digest:l,version:n,owner:f.AddressOwner??f.ObjectOwner??null,initialSharedVersion:((u=f.Shared)==null?void 0:u.initialSharedVersion)??null})}}),await Promise.all([dr(this,Er).addObjects(o),dr(this,Er).deleteObjects(s),(r=dr(this,Jc))==null?void 0:r.call(this,t)])}}Er=new WeakMap;Jc=new WeakMap;var Cp=Object.defineProperty,qI=Object.getOwnPropertyDescriptor,WI=Object.getOwnPropertyNames,GI=Object.prototype.hasOwnProperty,ex=e=>{throw TypeError(e)},HI=(e,t)=>{for(var r in t)Cp(e,r,{get:t[r],enumerable:!0})},KI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of WI(t))!GI.call(e,i)&&i!==r&&Cp(e,i,{get:()=>t[i],enumerable:!(n=qI(t,i))||n.enumerable});return e},JI=e=>KI(Cp({},"__esModule",{value:!0}),e),tx=(e,t,r)=>t.has(e)||ex("Cannot "+r),va=(e,t,r)=>(tx(e,t,"read from private field"),r?r.call(e):t.get(e)),bm=(e,t,r)=>t.has(e)?ex("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),_f=(e,t,r,n)=>(tx(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),rx={};HI(rx,{CachingTransactionExecutor:()=>QI});var nx=JI(rx),XI=ii,YI=Y_,ZI=cl,mo,go;class QI{constructor({client:t,...r}){bm(this,mo),bm(this,go,null),_f(this,mo,t),this.cache=new YI.ObjectCache(r)}async reset(){await Promise.all([this.cache.clearOwnedObjects(),this.cache.clearCustom(),this.waitForLastTransaction()])}async buildTransaction({transaction:t,...r}){return t.addBuildPlugin(this.cache.asPlugin()),t.build({client:va(this,mo),...r})}async executeTransaction({transaction:t,options:r,...n}){const i=(0,ZI.isTransaction)(t)?await this.buildTransaction({transaction:t}):t,s=await va(this,mo).executeTransactionBlock({...n,transactionBlock:i,options:{...r,showRawEffects:!0}});if(s.rawEffects){const o=XI.bcs.TransactionEffects.parse(Uint8Array.from(s.rawEffects));await this.applyEffects(o)}return s}async signAndExecuteTransaction({options:t,transaction:r,...n}){r.setSenderIfNotSet(n.signer.toSuiAddress());const i=await this.buildTransaction({transaction:r}),{signature:s}=await n.signer.signTransaction(i);return await this.executeTransaction({transaction:i,signature:s,options:t})}async applyEffects(t){var r;_f(this,go,((r=t.V2)==null?void 0:r.transactionDigest)??null),await this.cache.applyEffects(t)}async waitForLastTransaction(){va(this,go)&&(await va(this,mo).waitForTransaction({digest:va(this,go)}),_f(this,go,null))}}mo=new WeakMap;go=new WeakMap;var Mp=Object.defineProperty,eP=Object.getOwnPropertyDescriptor,tP=Object.getOwnPropertyNames,rP=Object.prototype.hasOwnProperty,ix=e=>{throw TypeError(e)},nP=(e,t)=>{for(var r in t)Mp(e,r,{get:t[r],enumerable:!0})},iP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of tP(t))!rP.call(e,i)&&i!==r&&Mp(e,i,{get:()=>t[i],enumerable:!(n=eP(t,i))||n.enumerable});return e},sP=e=>iP(Mp({},"__esModule",{value:!0}),e),oP=(e,t,r)=>t.has(e)||ix("Cannot "+r),wn=(e,t,r)=>(oP(e,t,"read from private field"),r?r.call(e):t.get(e)),sx=(e,t,r)=>t.has(e)?ix("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),ox={};nP(ox,{ParallelQueue:()=>cP,SerialQueue:()=>aP});var ax=sP(ox),Wi,Is;class aP{constructor(){sx(this,Wi,[])}async runTask(t){return new Promise((r,n)=>{wn(this,Wi).push(()=>{t().finally(()=>{wn(this,Wi).shift(),wn(this,Wi).length>0&&wn(this,Wi)[0]()}).then(r,n)}),wn(this,Wi).length===1&&wn(this,Wi)[0]()})}}Wi=new WeakMap;class cP{constructor(t){sx(this,Is,[]),this.activeTasks=0,this.maxTasks=t}runTask(t){return new Promise((r,n)=>{this.activeTasks<this.maxTasks?(this.activeTasks++,t().finally(()=>{wn(this,Is).length>0?wn(this,Is).shift()():this.activeTasks--}).then(r,n)):wn(this,Is).push(()=>{t().finally(()=>{wn(this,Is).length>0?wn(this,Is).shift()():this.activeTasks--}).then(r,n)})})}}Is=new WeakMap;var Tp=Object.defineProperty,uP=Object.getOwnPropertyDescriptor,lP=Object.getOwnPropertyNames,fP=Object.prototype.hasOwnProperty,cx=e=>{throw TypeError(e)},dP=(e,t)=>{for(var r in t)Tp(e,r,{get:t[r],enumerable:!0})},hP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of lP(t))!fP.call(e,i)&&i!==r&&Tp(e,i,{get:()=>t[i],enumerable:!(n=uP(t,i))||n.enumerable});return e},pP=e=>hP(Tp({},"__esModule",{value:!0}),e),ux=(e,t,r)=>t.has(e)||cx("Cannot "+r),Sr=(e,t,r)=>(ux(e,t,"read from private field"),r?r.call(e):t.get(e)),ro=(e,t,r)=>t.has(e)?cx("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),xf=(e,t,r,n)=>(ux(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),lx={};dP(lx,{SerialTransactionExecutor:()=>yP,getGasCoinFromEffects:()=>dx});var fx=pP(lx),mP=Or,wm=cl,gP=nx,vP=ax,Xc,Aa,mn,Yc,Nd,Zc;class yP{constructor({signer:t,defaultGasBudget:r=50000000n,...n}){ro(this,Xc,new vP.SerialQueue),ro(this,Aa),ro(this,mn),ro(this,Yc),ro(this,Nd,async i=>{if(!i.V2)return;const s=dx(i).ref;s?Sr(this,mn).cache.setCustom("gasCoin",s):Sr(this,mn).cache.deleteCustom("gasCoin")}),ro(this,Zc,async i=>{const s=await Sr(this,mn).cache.getCustom("gasCoin"),o=wm.Transaction.from(i);return s&&o.setGasPayment([s]),o.setGasBudgetIfNotSet(Sr(this,Yc)),o.setSenderIfNotSet(Sr(this,Aa).toSuiAddress()),Sr(this,mn).buildTransaction({transaction:o})}),xf(this,Aa,t),xf(this,Yc,r),xf(this,mn,new gP.CachingTransactionExecutor({client:n.client,cache:n.cache,onEffects:i=>Sr(this,Nd).call(this,i)}))}async applyEffects(t){return Sr(this,mn).applyEffects(t)}async buildTransaction(t){return Sr(this,Xc).runTask(()=>Sr(this,Zc).call(this,t))}resetCache(){return Sr(this,mn).reset()}waitForLastTransaction(){return Sr(this,mn).waitForLastTransaction()}executeTransaction(t,r){return Sr(this,Xc).runTask(async()=>{const n=(0,wm.isTransaction)(t)?await Sr(this,Zc).call(this,t):t,{signature:i}=await Sr(this,Aa).signTransaction(n),s=await Sr(this,mn).executeTransaction({signature:i,transaction:n,options:r}).catch(async a=>{throw await this.resetCache(),a}),o=Uint8Array.from(s.rawEffects);return{digest:s.digest,effects:(0,mP.toBase64)(o),data:s}})}}Xc=new WeakMap;Aa=new WeakMap;mn=new WeakMap;Yc=new WeakMap;Nd=new WeakMap;Zc=new WeakMap;function dx(e){if(!e.V2)throw new Error("Unexpected effects version");const t=e.V2.changedObjects[e.V2.gasObjectIndex];if(!t)throw new Error("Gas object not found in effects");const[r,{outputState:n}]=t;if(!n.ObjectWrite)throw new Error("Unexpected gas object state");const[i,s]=n.ObjectWrite;return{ref:{objectId:r,digest:i,version:e.V2.lamportVersion},owner:s.AddressOwner||s.ObjectOwner}}var Ap=Object.defineProperty,bP=Object.getOwnPropertyDescriptor,wP=Object.getOwnPropertyNames,_P=Object.prototype.hasOwnProperty,hx=e=>{throw TypeError(e)},xP=(e,t)=>{for(var r in t)Ap(e,r,{get:t[r],enumerable:!0})},SP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of wP(t))!_P.call(e,i)&&i!==r&&Ap(e,i,{get:()=>t[i],enumerable:!(n=bP(t,i))||n.enumerable});return e},EP=e=>SP(Ap({},"__esModule",{value:!0}),e),Op=(e,t,r)=>t.has(e)||hx("Cannot "+r),We=(e,t,r)=>(Op(e,t,"read from private field"),r?r.call(e):t.get(e)),fr=(e,t,r)=>t.has(e)?hx("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),rr=(e,t,r,n)=>(Op(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),sn=(e,t,r)=>(Op(e,t,"access private method"),r),_m=(e,t,r,n)=>({set _(i){rr(e,t,i,r)},get _(){return We(e,t,n)}}),px={};xP(px,{ParallelTransactionExecutor:()=>IP});var CP=EP(px),MP=Or,mx=ii,TP=cl,AP=yp,OP=nx,xm=ax,gx=fx,rs,Jn,Au,Ha,Fa,Ka,Ou,Io,kr,ns,zs,Ls,Ip,Qc,Ja,wo,Ro,wi,Br,vx,yx,Xa,Pp,bx,Dd,wx;const ya={coinBatchSize:20,initialCoinBalance:200000000n,minimumCoinBalance:50000000n,maxPoolSize:50,epochBoundaryWindow:1e3};class IP{constructor(t){fr(this,Br),fr(this,rs),fr(this,Jn),fr(this,Au),fr(this,Ha),fr(this,Fa),fr(this,Ka),fr(this,Ou),fr(this,Io),fr(this,kr),fr(this,ns,[]),fr(this,zs),fr(this,Ls,new Map),fr(this,Ip,new xm.SerialQueue),fr(this,Qc),fr(this,Ja,null),fr(this,wo,null),fr(this,Ro,0),fr(this,wi,null),rr(this,rs,t.signer),rr(this,Jn,t.client),rr(this,Au,t.coinBatchSize??ya.coinBatchSize),rr(this,Ha,t.initialCoinBalance??ya.initialCoinBalance),rr(this,Fa,t.minimumCoinBalance??ya.minimumCoinBalance),rr(this,Ou,t.defaultGasBudget??We(this,Fa)),rr(this,Ka,t.epochBoundaryWindow??ya.epochBoundaryWindow),rr(this,Io,t.maxPoolSize??ya.maxPoolSize),rr(this,zs,new OP.CachingTransactionExecutor({client:t.client,cache:t.cache})),rr(this,Qc,new xm.ParallelQueue(We(this,Io))),rr(this,kr,t.sourceCoins?new Map(t.sourceCoins.map(r=>[r,null])):null)}resetCache(){return rr(this,wi,null),sn(this,Br,Xa).call(this,()=>We(this,zs).reset())}async waitForLastTransaction(){await sn(this,Br,Xa).call(this,()=>sn(this,Br,Pp).call(this))}async executeTransaction(t,r){const{promise:n,resolve:i,reject:s}=PP(),o=await sn(this,Br,vx).call(this,t),a=()=>{We(this,Qc).runTask(()=>sn(this,Br,yx).call(this,t,o,r).then(i,s))},c=new Set;return o.forEach(u=>{We(this,Ls).get(u)?(c.add(u),We(this,Ls).get(u).push(()=>{c.delete(u),c.size===0&&a()})):We(this,Ls).set(u,[])}),c.size===0&&a(),n}}rs=new WeakMap;Jn=new WeakMap;Au=new WeakMap;Ha=new WeakMap;Fa=new WeakMap;Ka=new WeakMap;Ou=new WeakMap;Io=new WeakMap;kr=new WeakMap;ns=new WeakMap;zs=new WeakMap;Ls=new WeakMap;Ip=new WeakMap;Qc=new WeakMap;Ja=new WeakMap;wo=new WeakMap;Ro=new WeakMap;wi=new WeakMap;Br=new WeakSet;vx=async function(e){const t=new Set;let r=!1;return e.addSerializationPlugin(async(n,i,s)=>{await s(),!r&&(r=!0,n.inputs.forEach(o=>{var a,c,u,l,f;(c=(a=o.Object)==null?void 0:a.ImmOrOwnedObject)!=null&&c.objectId?t.add(o.Object.ImmOrOwnedObject.objectId):(l=(u=o.Object)==null?void 0:u.Receiving)!=null&&l.objectId?t.add(o.Object.Receiving.objectId):(f=o.UnresolvedObject)!=null&&f.objectId&&!o.UnresolvedObject.initialSharedVersion&&t.add(o.UnresolvedObject.objectId)}))}),await e.prepareForSerialization({client:We(this,Jn)}),t};yx=async function(e,t,r){var i;let n;try{e.setSenderIfNotSet(We(this,rs).toSuiAddress()),await We(this,Ip).runTask(async()=>{e.getData().gasData.price||e.setGasPrice(await sn(this,Br,Dd).call(this)),e.setGasBudgetIfNotSet(We(this,Ou)),await sn(this,Br,Xa).call(this),n=await sn(this,Br,bx).call(this),_m(this,Ro)._++,e.setGasPayment([{objectId:n.id,version:n.version,digest:n.digest}]),await We(this,zs).buildTransaction({transaction:e,onlyTransactionKind:!0})});const s=await e.build({client:We(this,Jn)}),{signature:o}=await We(this,rs).signTransaction(s),a=await We(this,zs).executeTransaction({transaction:s,signature:o,options:{...r,showEffects:!0}}),c=Uint8Array.from(a.rawEffects),u=mx.bcs.TransactionEffects.parse(c),l=(0,gx.getGasCoinFromEffects)(u),f=(i=u.V2)==null?void 0:i.gasUsed;if(n&&f&&l.owner===We(this,rs).toSuiAddress()){const h=BigInt(f.computationCost)+BigInt(f.storageCost)+BigInt(f.storageCost)-BigInt(f.storageRebate);let y=!1;new AP.TransactionDataBuilder(e.getData()).mapArguments(b=>(b.$kind==="GasCoin"&&(y=!0),b)),!y&&n.balance>=We(this,Fa)?We(this,ns).push({id:l.ref.objectId,version:l.ref.version,digest:l.ref.digest,balance:n.balance-h}):(We(this,kr)||rr(this,kr,new Map),We(this,kr).set(l.ref.objectId,l.ref))}return rr(this,Ja,a.digest),{digest:a.digest,effects:(0,MP.toBase64)(c),data:a}}catch(s){throw n&&(We(this,kr)||rr(this,kr,new Map),We(this,kr).set(n.id,null)),await sn(this,Br,Xa).call(this,async()=>{await Promise.all([We(this,zs).cache.deleteObjects([...t]),sn(this,Br,Pp).call(this)])}),s}finally{t.forEach(s=>{const o=We(this,Ls).get(s);o&&o.length>0?o.shift()():o&&We(this,Ls).delete(s)}),_m(this,Ro)._--}};Xa=async function(e){We(this,wo)&&await We(this,wo),rr(this,wo,(e==null?void 0:e().then(()=>{rr(this,wo,null)},()=>{}))??null)};Pp=async function(){const e=We(this,Ja);e&&(rr(this,Ja,null),await We(this,Jn).waitForTransaction({digest:e}))};bx=async function(){if(We(this,ns).length===0&&We(this,Ro)<=We(this,Io)&&await sn(this,Br,wx).call(this),We(this,ns).length===0)throw new Error("No coins available");return We(this,ns).shift()};Dd=async function(){if((We(this,wi)?We(this,wi).expiration-We(this,Ka)-Date.now():0)>0)return We(this,wi).price;if(We(this,wi)){const r=Math.max(We(this,wi).expiration+We(this,Ka)-Date.now(),1e3);await new Promise(n=>setTimeout(n,r))}const t=await We(this,Jn).getLatestSuiSystemState();return rr(this,wi,{price:BigInt(t.referenceGasPrice),expiration:Number.parseInt(t.epochStartTimestampMs,10)+Number.parseInt(t.epochDurationMs,10)}),sn(this,Br,Dd).call(this)};wx=async function(){var u;const e=Math.min(We(this,Au),We(this,Io)-(We(this,ns).length+We(this,Ro))+1);if(e===0)return;const t=new TP.Transaction,r=We(this,rs).toSuiAddress();if(t.setSender(r),We(this,kr)){const l=[],f=[];for(const[h,y]of We(this,kr))y?l.push(y):f.push(h);if(f.length>0){const h=await We(this,Jn).multiGetObjects({ids:f});l.push(...h.filter(y=>y.data!==null).map(({data:y})=>({objectId:y.objectId,version:y.version,digest:y.digest})))}t.setGasPayment(l),rr(this,kr,new Map)}const n=new Array(e).fill(We(this,Ha)),i=t.splitCoins(t.gas,n),s=[];for(let l=0;l<n.length;l++)s.push(i[l]);t.transferObjects(s,r),await this.waitForLastTransaction();const o=await We(this,Jn).signAndExecuteTransaction({transaction:t,signer:We(this,rs),options:{showRawEffects:!0}}),a=mx.bcs.TransactionEffects.parse(Uint8Array.from(o.rawEffects));(u=a.V2)==null||u.changedObjects.forEach(([l,{outputState:f}],h)=>{var y;h===((y=a.V2)==null?void 0:y.gasObjectIndex)||!f.ObjectWrite||We(this,ns).push({id:l,version:a.V2.lamportVersion,digest:f.ObjectWrite[0],balance:BigInt(We(this,Ha))})}),We(this,kr)||rr(this,kr,new Map);const c=(0,gx.getGasCoinFromEffects)(a).ref;We(this,kr).set(c.objectId,c),await We(this,Jn).waitForTransaction({digest:o.digest})};function PP(){let e,t;return{promise:new Promise((n,i)=>{e=n,t=i}),resolve:e,reject:t}}var jp=Object.defineProperty,jP=Object.getOwnPropertyDescriptor,kP=Object.getOwnPropertyNames,RP=Object.prototype.hasOwnProperty,NP=(e,t)=>{for(var r in t)jp(e,r,{get:t[r],enumerable:!0})},DP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of kP(t))!RP.call(e,i)&&i!==r&&jp(e,i,{get:()=>t[i],enumerable:!(n=jP(t,i))||n.enumerable});return e},$P=e=>DP(jp({},"__esModule",{value:!0}),e),_x={};NP(_x,{coinWithBalance:()=>UP});var BP=$P(_x),eu=ps,LP=ii,xx=Jr,tu=lp,Sm=ol,FP=R_;const Iu="CoinWithBalance",Em=(0,xx.normalizeStructTag)("0x2::sui::SUI");function UP({type:e=Em,balance:t,useGasCoin:r=!0}){return n=>{n.addIntentResolver(Iu,VP);const i=e==="gas"?e:(0,xx.normalizeStructTag)(e);return n.add(tu.Commands.Intent({name:Iu,inputs:{},data:{type:i===Em&&r?"gas":i,balance:BigInt(t)}}))}}const zP=(0,eu.object)({type:(0,eu.string)(),balance:(0,eu.bigint)()});async function VP(e,t,r){var u,l;const n=new Set,i=new Map;if(!e.sender)throw new Error("Sender must be set to resolve CoinWithBalance");for(const f of e.commands)if(f.$kind==="$Intent"&&f.$Intent.name===Iu){const{type:h,balance:y}=(0,eu.parse)(zP,f.$Intent.data);h!=="gas"&&y>0n&&n.add(h),i.set(h,(i.get(h)??0n)+y)}const s=new Set;for(const f of e.inputs)(u=f.Object)!=null&&u.ImmOrOwnedObject&&s.add(f.Object.ImmOrOwnedObject.objectId),(l=f.UnresolvedObject)!=null&&l.objectId&&s.add(f.UnresolvedObject.objectId);const o=new Map,a=(0,FP.getClient)(t);await Promise.all([...n].map(async f=>{o.set(f,await qP({coinType:f,balance:i.get(f),client:a,owner:e.sender,usedIds:s}))}));const c=new Map;c.set("gas",{$kind:"GasCoin",GasCoin:!0});for(const[f,h]of e.commands.entries()){if(h.$kind!=="$Intent"||h.$Intent.name!==Iu)continue;const{type:y,balance:b}=h.$Intent.data;if(b===0n){e.replaceCommand(f,tu.Commands.MoveCall({target:"0x2::coin::zero",typeArguments:[y]}));continue}const _=[];if(!c.has(y)){const[A,...P]=o.get(y).map(R=>e.addInput("object",Sm.Inputs.ObjectRef({objectId:R.coinObjectId,digest:R.digest,version:R.version})));P.length>0&&_.push(tu.Commands.MergeCoins(A,P)),c.set(y,A)}_.push(tu.Commands.SplitCoins(c.get(y),[e.addInput("pure",Sm.Inputs.Pure(LP.bcs.u64().serialize(b)))])),e.replaceCommand(f,_),e.mapArguments(A=>A.$kind==="Result"&&A.Result===f?{$kind:"NestedResult",NestedResult:[f+_.length-1,0]}:A)}return r()}async function qP({coinType:e,balance:t,client:r,owner:n,usedIds:i}){let s=t;const o=[];return a();async function a(c=null){const{data:u,hasNextPage:l,nextCursor:f}=await r.getCoins({owner:n,coinType:e,cursor:c}),h=u.sort((y,b)=>Number(BigInt(b.balance)-BigInt(y.balance)));for(const y of h){if(i.has(y.coinObjectId))continue;const b=BigInt(y.balance);if(o.push(y),s-=b,s<=0)return o}if(l)return a(f);throw new Error(`Not enough coins of type ${e} to satisfy requested balance`)}}var kp=Object.defineProperty,WP=Object.getOwnPropertyDescriptor,GP=Object.getOwnPropertyNames,HP=Object.prototype.hasOwnProperty,KP=(e,t)=>{for(var r in t)kp(e,r,{get:t[r],enumerable:!0})},JP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of GP(t))!HP.call(e,i)&&i!==r&&kp(e,i,{get:()=>t[i],enumerable:!(n=WP(t,i))||n.enumerable});return e},XP=e=>JP(kp({},"__esModule",{value:!0}),e),Sx={};KP(Sx,{Arguments:()=>e7});var YP=XP(Sx),ZP=D_,QP=B_;const e7={pure:(0,QP.createPure)(e=>t=>t.pure(e)),object:(0,ZP.createObjectMethods)(e=>t=>t.object(e)),sharedObjectRef:(...e)=>t=>t.sharedObjectRef(...e),objectRef:(...e)=>t=>t.objectRef(...e),receivingRef:(...e)=>t=>t.receivingRef(...e)};var Rp=Object.defineProperty,t7=Object.getOwnPropertyDescriptor,r7=Object.getOwnPropertyNames,n7=Object.prototype.hasOwnProperty,i7=(e,t)=>{for(var r in t)Rp(e,r,{get:t[r],enumerable:!0})},s7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of r7(t))!n7.call(e,i)&&i!==r&&Rp(e,i,{get:()=>t[i],enumerable:!(n=t7(t,i))||n.enumerable});return e},o7=e=>s7(Rp({},"__esModule",{value:!0}),e),Ex={};i7(Ex,{findTransactionBlockNames:()=>c7,listToRequests:()=>l7,replaceNames:()=>u7});var a7=o7(Ex),Cx=c_;const _o="/",c7=e=>{var n;const t=new Set,r=new Set;for(const i of e.commands){if((n=i.MakeMoveVec)!=null&&n.type){Cm([i.MakeMoveVec.type]).forEach(a=>{r.add(a)});continue}if(!("MoveCall"in i))continue;const s=i.MoveCall;if(!s)continue;const o=s.package.split("::")[0];if(o.includes(_o)){if(!(0,Cx.isValidNamedPackage)(o))throw new Error(`Invalid package name: ${o}`);t.add(o)}Cm(s.typeArguments??[]).forEach(a=>{r.add(a)})}return{packages:[...t],types:[...r]}};function Cm(e){const t=new Set;for(const r of e)if(r.includes(_o)){if(!(0,Cx.isValidNamedType)(r))throw new Error(`Invalid type with names: ${r}`);t.add(r)}return[...t]}const u7=(e,t)=>{var r;for(const n of e.commands){if((r=n.MakeMoveVec)!=null&&r.type){if(!n.MakeMoveVec.type.includes(_o))continue;if(!t.types[n.MakeMoveVec.type])throw new Error(`No resolution found for type: ${n.MakeMoveVec.type}`);n.MakeMoveVec.type=t.types[n.MakeMoveVec.type]}const i=n.MoveCall;if(!i)continue;const s=i.package.split("::"),o=s[0];if(o.includes(_o)&&!t.packages[o])throw new Error(`No address found for package: ${o}`);o.includes(_o)&&(s[0]=t.packages[o],i.package=s.join("::"));const a=i.typeArguments;if(a){for(let c=0;c<a.length;c++)if(a[c].includes(_o)){if(!t.types[a[c]])throw new Error(`No resolution found for type: ${a[c]}`);a[c]=t.types[a[c]]}i.typeArguments=a}}},l7=(e,t)=>{const r=[],n=Mm(e.packages),i=Mm(e.types);for(const[s,o]of n.entries())r.push({id:s,type:"package",name:o});for(const[s,o]of i.entries())r.push({id:s+n.length,type:"moveType",name:o});return f7(r,t)},Mm=e=>[...new Set(e)],f7=(e,t)=>{const r=[];for(let n=0;n<e.length;n+=t)r.push(e.slice(n,n+t));return r};var Np=Object.defineProperty,d7=Object.getOwnPropertyDescriptor,h7=Object.getOwnPropertyNames,p7=Object.prototype.hasOwnProperty,m7=(e,t)=>{for(var r in t)Np(e,r,{get:t[r],enumerable:!0})},g7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of h7(t))!p7.call(e,i)&&i!==r&&Np(e,i,{get:()=>t[i],enumerable:!(n=d7(t,i))||n.enumerable});return e},v7=e=>g7(Np({},"__esModule",{value:!0}),e),Mx={};m7(Mx,{namedPackagesPlugin:()=>b7});var y7=v7(Mx),Sf=a7;const b7=({suiGraphQLClient:e,pageSize:t=10,overrides:r={packages:{},types:{}}})=>{const n={packages:{...r.packages},types:{...r.types}};return async(s,o,a)=>{const c=(0,Sf.findTransactionBlockNames)(s),u=(0,Sf.listToRequests)({packages:c.packages.filter(l=>!n.packages[l]),types:c.types.filter(l=>!n.types[l])},t);(await Promise.all(u.map(l=>i(e,l)))).forEach(l=>{Object.assign(n.types,l.types),Object.assign(n.packages,l.packages)}),(0,Sf.replaceNames)(s,n),await a()};async function i(s,o){const a={packages:{},types:{}};if(o.length===0)return a;const c=`{
|
|
25
|
+
${o.map(l=>{const f=l.type==="package"?"packageByName":"typeByName",h=l.type==="package"?"address":"repr";return`${Tm(l.id)}: ${f}(name:"${l.name}") {
|
|
26
26
|
${h}
|
|
27
27
|
}`})}
|
|
28
|
-
}`,u=await s.query({query:c,variables:void 0});if(u.errors)throw new Error(JSON.stringify({query:c,errors:u.errors}));for(const l of o){const f=kp(l.id);if(!u.data||!u.data[f])throw new Error(`No result found for: ${l.name}`);const h=u.data[f];l.type==="package"&&(a.packages[l.name]=h.address),l.type==="moveType"&&(a.types[l.name]=h.repr)}return a}},kp=e=>`key_${e}`;var Wh=Object.defineProperty,rI=Object.getOwnPropertyDescriptor,nI=Object.getOwnPropertyNames,iI=Object.prototype.hasOwnProperty,sI=(e,t)=>{for(var r in t)Wh(e,r,{get:t[r],enumerable:!0})},oI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of nI(t))!iI.call(e,i)&&i!==r&&Wh(e,i,{get:()=>t[i],enumerable:!(n=rI(t,i))||n.enumerable});return e},aI=e=>oI(Wh({},"__esModule",{value:!0}),e),w_={};sI(w_,{Arguments:()=>hI.Arguments,AsyncCache:()=>Np.AsyncCache,Commands:()=>Pp.Commands,Inputs:()=>cI.Inputs,ObjectCache:()=>Np.ObjectCache,ParallelTransactionExecutor:()=>fI.ParallelTransactionExecutor,SerialTransactionExecutor:()=>lI.SerialTransactionExecutor,Transaction:()=>Rp.Transaction,TransactionDataBuilder:()=>uI.TransactionDataBuilder,UpgradePolicy:()=>Pp.UpgradePolicy,coinWithBalance:()=>dI.coinWithBalance,getPureBcsSchema:()=>jp.getPureBcsSchema,isTransaction:()=>Rp.isTransaction,namedPackagesPlugin:()=>pI.namedPackagesPlugin,normalizedTypeToMoveTypeSignature:()=>jp.normalizedTypeToMoveTypeSignature});var uo=aI(w_),jp=u2,cI=qu,Pp=_h,Rp=Hu,uI=Oh,Np=q2,lI=i_,fI=a7,dI=w7,hI=P7,pI=eI,Dp=iM,Jf=sM,mI=uo,gI=Object.create,Kh=Object.defineProperty,vI=Object.defineProperties,yI=Object.getOwnPropertyDescriptor,bI=Object.getOwnPropertyDescriptors,__=Object.getOwnPropertyNames,$p=Object.getOwnPropertySymbols,wI=Object.getPrototypeOf,x_=Object.prototype.hasOwnProperty,_I=Object.prototype.propertyIsEnumerable,Bp=(e,t,r)=>t in e?Kh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,xI=(e,t)=>{for(var r in t||(t={}))x_.call(t,r)&&Bp(e,r,t[r]);if($p)for(var r of $p(t))_I.call(t,r)&&Bp(e,r,t[r]);return e},SI=(e,t)=>vI(e,bI(t)),EI=(e=>typeof $n<"u"?$n:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof $n<"u"?$n:t)[r]}):e)(function(e){if(typeof $n<"u")return $n.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),MI=(e,t)=>function(){return t||(0,e[__(e)[0]])((t={exports:{}}).exports,t),t.exports},CI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of __(t))!x_.call(e,i)&&i!==r&&Kh(e,i,{get:()=>t[i],enumerable:!(n=yI(t,i))||n.enumerable});return e},No=(e,t,r)=>(r=e!=null?gI(wI(e)):{},CI(!e||!e.__esModule?Kh(r,"default",{value:e,enumerable:!0}):r,e)),Tt=(e,t,r)=>new Promise((n,i)=>{var s=c=>{try{a(r.next(c))}catch(u){i(u)}},o=c=>{try{a(r.throw(c))}catch(u){i(u)}},a=c=>c.done?n(c.value):Promise.resolve(c.value).then(s,o);a((r=r.apply(e,t)).next())}),Do=MI({"node_modules/bn.js/lib/bn.js"(e,t){(function(r,n){function i(p,d){if(!p)throw new Error(d||"Assertion failed")}function s(p,d){p.super_=d;var m=function(){};m.prototype=d.prototype,p.prototype=new m,p.prototype.constructor=p}function o(p,d,m){if(o.isBN(p))return p;this.negative=0,this.words=null,this.length=0,this.red=null,p!==null&&((d==="le"||d==="be")&&(m=d,d=10),this._init(p||0,d||10,m||"be"))}typeof r=="object"?r.exports=o:n.BN=o,o.BN=o,o.wordSize=26;var a;try{typeof window<"u"&&typeof window.Buffer<"u"?a=window.Buffer:a=EI("buffer").Buffer}catch{}o.isBN=function(d){return d instanceof o?!0:d!==null&&typeof d=="object"&&d.constructor.wordSize===o.wordSize&&Array.isArray(d.words)},o.max=function(d,m){return d.cmp(m)>0?d:m},o.min=function(d,m){return d.cmp(m)<0?d:m},o.prototype._init=function(d,m,x){if(typeof d=="number")return this._initNumber(d,m,x);if(typeof d=="object")return this._initArray(d,m,x);m==="hex"&&(m=16),i(m===(m|0)&&m>=2&&m<=36),d=d.toString().replace(/\s+/g,"");var E=0;d[0]==="-"&&(E++,this.negative=1),E<d.length&&(m===16?this._parseHex(d,E,x):(this._parseBase(d,m,E),x==="le"&&this._initArray(this.toArray(),m,x)))},o.prototype._initNumber=function(d,m,x){d<0&&(this.negative=1,d=-d),d<67108864?(this.words=[d&67108863],this.length=1):d<4503599627370496?(this.words=[d&67108863,d/67108864&67108863],this.length=2):(i(d<9007199254740992),this.words=[d&67108863,d/67108864&67108863,1],this.length=3),x==="le"&&this._initArray(this.toArray(),m,x)},o.prototype._initArray=function(d,m,x){if(i(typeof d.length=="number"),d.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(d.length/3),this.words=new Array(this.length);for(var E=0;E<this.length;E++)this.words[E]=0;var C,k,T=0;if(x==="be")for(E=d.length-1,C=0;E>=0;E-=3)k=d[E]|d[E-1]<<8|d[E-2]<<16,this.words[C]|=k<<T&67108863,this.words[C+1]=k>>>26-T&67108863,T+=24,T>=26&&(T-=26,C++);else if(x==="le")for(E=0,C=0;E<d.length;E+=3)k=d[E]|d[E+1]<<8|d[E+2]<<16,this.words[C]|=k<<T&67108863,this.words[C+1]=k>>>26-T&67108863,T+=24,T>=26&&(T-=26,C++);return this._strip()};function c(p,d){var m=p.charCodeAt(d);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 "+p)}function u(p,d,m){var x=c(p,m);return m-1>=d&&(x|=c(p,m-1)<<4),x}o.prototype._parseHex=function(d,m,x){this.length=Math.ceil((d.length-m)/6),this.words=new Array(this.length);for(var E=0;E<this.length;E++)this.words[E]=0;var C=0,k=0,T;if(x==="be")for(E=d.length-1;E>=m;E-=2)T=u(d,m,E)<<C,this.words[k]|=T&67108863,C>=18?(C-=18,k+=1,this.words[k]|=T>>>26):C+=8;else{var g=d.length-m;for(E=g%2===0?m+1:m;E<d.length;E+=2)T=u(d,m,E)<<C,this.words[k]|=T&67108863,C>=18?(C-=18,k+=1,this.words[k]|=T>>>26):C+=8}this._strip()};function l(p,d,m,x){for(var E=0,C=0,k=Math.min(p.length,m),T=d;T<k;T++){var g=p.charCodeAt(T)-48;E*=x,g>=49?C=g-49+10:g>=17?C=g-17+10:C=g,i(g>=0&&C<x,"Invalid character"),E+=C}return E}o.prototype._parseBase=function(d,m,x){this.words=[0],this.length=1;for(var E=0,C=1;C<=67108863;C*=m)E++;E--,C=C/m|0;for(var k=d.length-x,T=k%E,g=Math.min(k,k-T)+x,v=0,R=x;R<g;R+=E)v=l(d,R,R+E,m),this.imuln(C),this.words[0]+v<67108864?this.words[0]+=v:this._iaddn(v);if(T!==0){var se=1;for(v=l(d,R,d.length,m),R=0;R<T;R++)se*=m;this.imuln(se),this.words[0]+v<67108864?this.words[0]+=v:this._iaddn(v)}this._strip()},o.prototype.copy=function(d){d.words=new Array(this.length);for(var m=0;m<this.length;m++)d.words[m]=this.words[m];d.length=this.length,d.negative=this.negative,d.red=this.red};function f(p,d){p.words=d.words,p.length=d.length,p.negative=d.negative,p.red=d.red}if(o.prototype._move=function(d){f(d,this)},o.prototype.clone=function(){var d=new o(null);return this.copy(d),d},o.prototype._expand=function(d){for(;this.length<d;)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")]=h}catch{o.prototype.inspect=h}else o.prototype.inspect=h;function h(){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"],_=[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],w=[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(d,m){d=d||10,m=m|0||1;var x;if(d===16||d==="hex"){x="";for(var E=0,C=0,k=0;k<this.length;k++){var T=this.words[k],g=((T<<E|C)&16777215).toString(16);C=T>>>24-E&16777215,E+=2,E>=26&&(E-=26,k--),C!==0||k!==this.length-1?x=y[6-g.length]+g+x:x=g+x}for(C!==0&&(x=C.toString(16)+x);x.length%m!==0;)x="0"+x;return this.negative!==0&&(x="-"+x),x}if(d===(d|0)&&d>=2&&d<=36){var v=_[d],R=w[d];x="";var se=this.clone();for(se.negative=0;!se.isZero();){var ue=se.modrn(R).toString(d);se=se.idivn(R),se.isZero()?x=ue+x:x=y[v-ue.length]+ue+x}for(this.isZero()&&(x="0"+x);x.length%m!==0;)x="0"+x;return this.negative!==0&&(x="-"+x),x}i(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var d=this.words[0];return this.length===2?d+=this.words[1]*67108864:this.length===3&&this.words[2]===1?d+=4503599627370496+this.words[1]*67108864:this.length>2&&i(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-d:d},o.prototype.toJSON=function(){return this.toString(16,2)},a&&(o.prototype.toBuffer=function(d,m){return this.toArrayLike(a,d,m)}),o.prototype.toArray=function(d,m){return this.toArrayLike(Array,d,m)};var A=function(d,m){return d.allocUnsafe?d.allocUnsafe(m):new d(m)};o.prototype.toArrayLike=function(d,m,x){this._strip();var E=this.byteLength(),C=x||Math.max(1,E);i(E<=C,"byte array longer than desired length"),i(C>0,"Requested array length <= 0");var k=A(d,C),T=m==="le"?"LE":"BE";return this["_toArrayLike"+T](k,E),k},o.prototype._toArrayLikeLE=function(d,m){for(var x=0,E=0,C=0,k=0;C<this.length;C++){var T=this.words[C]<<k|E;d[x++]=T&255,x<d.length&&(d[x++]=T>>8&255),x<d.length&&(d[x++]=T>>16&255),k===6?(x<d.length&&(d[x++]=T>>24&255),E=0,k=0):(E=T>>>24,k+=2)}if(x<d.length)for(d[x++]=E;x<d.length;)d[x++]=0},o.prototype._toArrayLikeBE=function(d,m){for(var x=d.length-1,E=0,C=0,k=0;C<this.length;C++){var T=this.words[C]<<k|E;d[x--]=T&255,x>=0&&(d[x--]=T>>8&255),x>=0&&(d[x--]=T>>16&255),k===6?(x>=0&&(d[x--]=T>>24&255),E=0,k=0):(E=T>>>24,k+=2)}if(x>=0)for(d[x--]=E;x>=0;)d[x--]=0},Math.clz32?o.prototype._countBits=function(d){return 32-Math.clz32(d)}:o.prototype._countBits=function(d){var m=d,x=0;return m>=4096&&(x+=13,m>>>=13),m>=64&&(x+=7,m>>>=7),m>=8&&(x+=4,m>>>=4),m>=2&&(x+=2,m>>>=2),x+m},o.prototype._zeroBits=function(d){if(d===0)return 26;var m=d,x=0;return m&8191||(x+=13,m>>>=13),m&127||(x+=7,m>>>=7),m&15||(x+=4,m>>>=4),m&3||(x+=2,m>>>=2),m&1||x++,x},o.prototype.bitLength=function(){var d=this.words[this.length-1],m=this._countBits(d);return(this.length-1)*26+m};function I(p){for(var d=new Array(p.bitLength()),m=0;m<d.length;m++){var x=m/26|0,E=m%26;d[m]=p.words[x]>>>E&1}return d}o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var d=0,m=0;m<this.length;m++){var x=this._zeroBits(this.words[m]);if(d+=x,x!==26)break}return d},o.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},o.prototype.toTwos=function(d){return this.negative!==0?this.abs().inotn(d).iaddn(1):this.clone()},o.prototype.fromTwos=function(d){return this.testn(d-1)?this.notn(d).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(d){for(;this.length<d.length;)this.words[this.length++]=0;for(var m=0;m<d.length;m++)this.words[m]=this.words[m]|d.words[m];return this._strip()},o.prototype.ior=function(d){return i((this.negative|d.negative)===0),this.iuor(d)},o.prototype.or=function(d){return this.length>d.length?this.clone().ior(d):d.clone().ior(this)},o.prototype.uor=function(d){return this.length>d.length?this.clone().iuor(d):d.clone().iuor(this)},o.prototype.iuand=function(d){var m;this.length>d.length?m=d:m=this;for(var x=0;x<m.length;x++)this.words[x]=this.words[x]&d.words[x];return this.length=m.length,this._strip()},o.prototype.iand=function(d){return i((this.negative|d.negative)===0),this.iuand(d)},o.prototype.and=function(d){return this.length>d.length?this.clone().iand(d):d.clone().iand(this)},o.prototype.uand=function(d){return this.length>d.length?this.clone().iuand(d):d.clone().iuand(this)},o.prototype.iuxor=function(d){var m,x;this.length>d.length?(m=this,x=d):(m=d,x=this);for(var E=0;E<x.length;E++)this.words[E]=m.words[E]^x.words[E];if(this!==m)for(;E<m.length;E++)this.words[E]=m.words[E];return this.length=m.length,this._strip()},o.prototype.ixor=function(d){return i((this.negative|d.negative)===0),this.iuxor(d)},o.prototype.xor=function(d){return this.length>d.length?this.clone().ixor(d):d.clone().ixor(this)},o.prototype.uxor=function(d){return this.length>d.length?this.clone().iuxor(d):d.clone().iuxor(this)},o.prototype.inotn=function(d){i(typeof d=="number"&&d>=0);var m=Math.ceil(d/26)|0,x=d%26;this._expand(m),x>0&&m--;for(var E=0;E<m;E++)this.words[E]=~this.words[E]&67108863;return x>0&&(this.words[E]=~this.words[E]&67108863>>26-x),this._strip()},o.prototype.notn=function(d){return this.clone().inotn(d)},o.prototype.setn=function(d,m){i(typeof d=="number"&&d>=0);var x=d/26|0,E=d%26;return this._expand(x+1),m?this.words[x]=this.words[x]|1<<E:this.words[x]=this.words[x]&~(1<<E),this._strip()},o.prototype.iadd=function(d){var m;if(this.negative!==0&&d.negative===0)return this.negative=0,m=this.isub(d),this.negative^=1,this._normSign();if(this.negative===0&&d.negative!==0)return d.negative=0,m=this.isub(d),d.negative=1,m._normSign();var x,E;this.length>d.length?(x=this,E=d):(x=d,E=this);for(var C=0,k=0;k<E.length;k++)m=(x.words[k]|0)+(E.words[k]|0)+C,this.words[k]=m&67108863,C=m>>>26;for(;C!==0&&k<x.length;k++)m=(x.words[k]|0)+C,this.words[k]=m&67108863,C=m>>>26;if(this.length=x.length,C!==0)this.words[this.length]=C,this.length++;else if(x!==this)for(;k<x.length;k++)this.words[k]=x.words[k];return this},o.prototype.add=function(d){var m;return d.negative!==0&&this.negative===0?(d.negative=0,m=this.sub(d),d.negative^=1,m):d.negative===0&&this.negative!==0?(this.negative=0,m=d.sub(this),this.negative=1,m):this.length>d.length?this.clone().iadd(d):d.clone().iadd(this)},o.prototype.isub=function(d){if(d.negative!==0){d.negative=0;var m=this.iadd(d);return d.negative=1,m._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(d),this.negative=1,this._normSign();var x=this.cmp(d);if(x===0)return this.negative=0,this.length=1,this.words[0]=0,this;var E,C;x>0?(E=this,C=d):(E=d,C=this);for(var k=0,T=0;T<C.length;T++)m=(E.words[T]|0)-(C.words[T]|0)+k,k=m>>26,this.words[T]=m&67108863;for(;k!==0&&T<E.length;T++)m=(E.words[T]|0)+k,k=m>>26,this.words[T]=m&67108863;if(k===0&&T<E.length&&E!==this)for(;T<E.length;T++)this.words[T]=E.words[T];return this.length=Math.max(this.length,T),E!==this&&(this.negative=1),this._strip()},o.prototype.sub=function(d){return this.clone().isub(d)};function P(p,d,m){m.negative=d.negative^p.negative;var x=p.length+d.length|0;m.length=x,x=x-1|0;var E=p.words[0]|0,C=d.words[0]|0,k=E*C,T=k&67108863,g=k/67108864|0;m.words[0]=T;for(var v=1;v<x;v++){for(var R=g>>>26,se=g&67108863,ue=Math.min(v,d.length-1),xe=Math.max(0,v-p.length+1);xe<=ue;xe++){var be=v-xe|0;E=p.words[be]|0,C=d.words[xe]|0,k=E*C+se,R+=k/67108864|0,se=k&67108863}m.words[v]=se|0,g=R|0}return g!==0?m.words[v]=g|0:m.length--,m._strip()}var N=function(d,m,x){var E=d.words,C=m.words,k=x.words,T=0,g,v,R,se=E[0]|0,ue=se&8191,xe=se>>>13,be=E[1]|0,Ce=be&8191,Me=be>>>13,Ke=E[2]|0,Ue=Ke&8191,lt=Ke>>>13,ht=E[3]|0,$e=ht&8191,mt=ht>>>13,we=E[4]|0,me=we&8191,Te=we>>>13,qe=E[5]|0,De=qe&8191,Oe=qe>>>13,Ie=E[6]|0,Le=Ie&8191,ft=Ie>>>13,dt=E[7]|0,He=dt&8191,kt=dt>>>13,_t=E[8]|0,Ze=_t&8191,Mt=_t>>>13,Rt=E[9]|0,nt=Rt&8191,xt=Rt>>>13,Ct=C[0]|0,st=Ct&8191,jt=Ct>>>13,Ot=C[1]|0,it=Ot&8191,yt=Ot>>>13,St=C[2]|0,Je=St&8191,gt=St>>>13,It=C[3]|0,ot=It&8191,bt=It>>>13,Lt=C[4]|0,j=Lt&8191,S=Lt>>>13,M=C[5]|0,B=M&8191,K=M>>>13,Z=C[6]|0,ee=Z&8191,Be=Z>>>13,tt=C[7]|0,Ne=tt&8191,z=tt>>>13,ne=C[8]|0,he=ne&8191,Pe=ne>>>13,We=C[9]|0,Re=We&8191,Fe=We>>>13;x.negative=d.negative^m.negative,x.length=19,g=Math.imul(ue,st),v=Math.imul(ue,jt),v=v+Math.imul(xe,st)|0,R=Math.imul(xe,jt);var at=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(at>>>26)|0,at&=67108863,g=Math.imul(Ce,st),v=Math.imul(Ce,jt),v=v+Math.imul(Me,st)|0,R=Math.imul(Me,jt),g=g+Math.imul(ue,it)|0,v=v+Math.imul(ue,yt)|0,v=v+Math.imul(xe,it)|0,R=R+Math.imul(xe,yt)|0;var Ht=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(Ht>>>26)|0,Ht&=67108863,g=Math.imul(Ue,st),v=Math.imul(Ue,jt),v=v+Math.imul(lt,st)|0,R=Math.imul(lt,jt),g=g+Math.imul(Ce,it)|0,v=v+Math.imul(Ce,yt)|0,v=v+Math.imul(Me,it)|0,R=R+Math.imul(Me,yt)|0,g=g+Math.imul(ue,Je)|0,v=v+Math.imul(ue,gt)|0,v=v+Math.imul(xe,Je)|0,R=R+Math.imul(xe,gt)|0;var Pt=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,g=Math.imul($e,st),v=Math.imul($e,jt),v=v+Math.imul(mt,st)|0,R=Math.imul(mt,jt),g=g+Math.imul(Ue,it)|0,v=v+Math.imul(Ue,yt)|0,v=v+Math.imul(lt,it)|0,R=R+Math.imul(lt,yt)|0,g=g+Math.imul(Ce,Je)|0,v=v+Math.imul(Ce,gt)|0,v=v+Math.imul(Me,Je)|0,R=R+Math.imul(Me,gt)|0,g=g+Math.imul(ue,ot)|0,v=v+Math.imul(ue,bt)|0,v=v+Math.imul(xe,ot)|0,R=R+Math.imul(xe,bt)|0;var Nt=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(Nt>>>26)|0,Nt&=67108863,g=Math.imul(me,st),v=Math.imul(me,jt),v=v+Math.imul(Te,st)|0,R=Math.imul(Te,jt),g=g+Math.imul($e,it)|0,v=v+Math.imul($e,yt)|0,v=v+Math.imul(mt,it)|0,R=R+Math.imul(mt,yt)|0,g=g+Math.imul(Ue,Je)|0,v=v+Math.imul(Ue,gt)|0,v=v+Math.imul(lt,Je)|0,R=R+Math.imul(lt,gt)|0,g=g+Math.imul(Ce,ot)|0,v=v+Math.imul(Ce,bt)|0,v=v+Math.imul(Me,ot)|0,R=R+Math.imul(Me,bt)|0,g=g+Math.imul(ue,j)|0,v=v+Math.imul(ue,S)|0,v=v+Math.imul(xe,j)|0,R=R+Math.imul(xe,S)|0;var Qt=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(Qt>>>26)|0,Qt&=67108863,g=Math.imul(De,st),v=Math.imul(De,jt),v=v+Math.imul(Oe,st)|0,R=Math.imul(Oe,jt),g=g+Math.imul(me,it)|0,v=v+Math.imul(me,yt)|0,v=v+Math.imul(Te,it)|0,R=R+Math.imul(Te,yt)|0,g=g+Math.imul($e,Je)|0,v=v+Math.imul($e,gt)|0,v=v+Math.imul(mt,Je)|0,R=R+Math.imul(mt,gt)|0,g=g+Math.imul(Ue,ot)|0,v=v+Math.imul(Ue,bt)|0,v=v+Math.imul(lt,ot)|0,R=R+Math.imul(lt,bt)|0,g=g+Math.imul(Ce,j)|0,v=v+Math.imul(Ce,S)|0,v=v+Math.imul(Me,j)|0,R=R+Math.imul(Me,S)|0,g=g+Math.imul(ue,B)|0,v=v+Math.imul(ue,K)|0,v=v+Math.imul(xe,B)|0,R=R+Math.imul(xe,K)|0;var gr=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(gr>>>26)|0,gr&=67108863,g=Math.imul(Le,st),v=Math.imul(Le,jt),v=v+Math.imul(ft,st)|0,R=Math.imul(ft,jt),g=g+Math.imul(De,it)|0,v=v+Math.imul(De,yt)|0,v=v+Math.imul(Oe,it)|0,R=R+Math.imul(Oe,yt)|0,g=g+Math.imul(me,Je)|0,v=v+Math.imul(me,gt)|0,v=v+Math.imul(Te,Je)|0,R=R+Math.imul(Te,gt)|0,g=g+Math.imul($e,ot)|0,v=v+Math.imul($e,bt)|0,v=v+Math.imul(mt,ot)|0,R=R+Math.imul(mt,bt)|0,g=g+Math.imul(Ue,j)|0,v=v+Math.imul(Ue,S)|0,v=v+Math.imul(lt,j)|0,R=R+Math.imul(lt,S)|0,g=g+Math.imul(Ce,B)|0,v=v+Math.imul(Ce,K)|0,v=v+Math.imul(Me,B)|0,R=R+Math.imul(Me,K)|0,g=g+Math.imul(ue,ee)|0,v=v+Math.imul(ue,Be)|0,v=v+Math.imul(xe,ee)|0,R=R+Math.imul(xe,Be)|0;var nr=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(nr>>>26)|0,nr&=67108863,g=Math.imul(He,st),v=Math.imul(He,jt),v=v+Math.imul(kt,st)|0,R=Math.imul(kt,jt),g=g+Math.imul(Le,it)|0,v=v+Math.imul(Le,yt)|0,v=v+Math.imul(ft,it)|0,R=R+Math.imul(ft,yt)|0,g=g+Math.imul(De,Je)|0,v=v+Math.imul(De,gt)|0,v=v+Math.imul(Oe,Je)|0,R=R+Math.imul(Oe,gt)|0,g=g+Math.imul(me,ot)|0,v=v+Math.imul(me,bt)|0,v=v+Math.imul(Te,ot)|0,R=R+Math.imul(Te,bt)|0,g=g+Math.imul($e,j)|0,v=v+Math.imul($e,S)|0,v=v+Math.imul(mt,j)|0,R=R+Math.imul(mt,S)|0,g=g+Math.imul(Ue,B)|0,v=v+Math.imul(Ue,K)|0,v=v+Math.imul(lt,B)|0,R=R+Math.imul(lt,K)|0,g=g+Math.imul(Ce,ee)|0,v=v+Math.imul(Ce,Be)|0,v=v+Math.imul(Me,ee)|0,R=R+Math.imul(Me,Be)|0,g=g+Math.imul(ue,Ne)|0,v=v+Math.imul(ue,z)|0,v=v+Math.imul(xe,Ne)|0,R=R+Math.imul(xe,z)|0;var Wt=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(Wt>>>26)|0,Wt&=67108863,g=Math.imul(Ze,st),v=Math.imul(Ze,jt),v=v+Math.imul(Mt,st)|0,R=Math.imul(Mt,jt),g=g+Math.imul(He,it)|0,v=v+Math.imul(He,yt)|0,v=v+Math.imul(kt,it)|0,R=R+Math.imul(kt,yt)|0,g=g+Math.imul(Le,Je)|0,v=v+Math.imul(Le,gt)|0,v=v+Math.imul(ft,Je)|0,R=R+Math.imul(ft,gt)|0,g=g+Math.imul(De,ot)|0,v=v+Math.imul(De,bt)|0,v=v+Math.imul(Oe,ot)|0,R=R+Math.imul(Oe,bt)|0,g=g+Math.imul(me,j)|0,v=v+Math.imul(me,S)|0,v=v+Math.imul(Te,j)|0,R=R+Math.imul(Te,S)|0,g=g+Math.imul($e,B)|0,v=v+Math.imul($e,K)|0,v=v+Math.imul(mt,B)|0,R=R+Math.imul(mt,K)|0,g=g+Math.imul(Ue,ee)|0,v=v+Math.imul(Ue,Be)|0,v=v+Math.imul(lt,ee)|0,R=R+Math.imul(lt,Be)|0,g=g+Math.imul(Ce,Ne)|0,v=v+Math.imul(Ce,z)|0,v=v+Math.imul(Me,Ne)|0,R=R+Math.imul(Me,z)|0,g=g+Math.imul(ue,he)|0,v=v+Math.imul(ue,Pe)|0,v=v+Math.imul(xe,he)|0,R=R+Math.imul(xe,Pe)|0;var mr=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(mr>>>26)|0,mr&=67108863,g=Math.imul(nt,st),v=Math.imul(nt,jt),v=v+Math.imul(xt,st)|0,R=Math.imul(xt,jt),g=g+Math.imul(Ze,it)|0,v=v+Math.imul(Ze,yt)|0,v=v+Math.imul(Mt,it)|0,R=R+Math.imul(Mt,yt)|0,g=g+Math.imul(He,Je)|0,v=v+Math.imul(He,gt)|0,v=v+Math.imul(kt,Je)|0,R=R+Math.imul(kt,gt)|0,g=g+Math.imul(Le,ot)|0,v=v+Math.imul(Le,bt)|0,v=v+Math.imul(ft,ot)|0,R=R+Math.imul(ft,bt)|0,g=g+Math.imul(De,j)|0,v=v+Math.imul(De,S)|0,v=v+Math.imul(Oe,j)|0,R=R+Math.imul(Oe,S)|0,g=g+Math.imul(me,B)|0,v=v+Math.imul(me,K)|0,v=v+Math.imul(Te,B)|0,R=R+Math.imul(Te,K)|0,g=g+Math.imul($e,ee)|0,v=v+Math.imul($e,Be)|0,v=v+Math.imul(mt,ee)|0,R=R+Math.imul(mt,Be)|0,g=g+Math.imul(Ue,Ne)|0,v=v+Math.imul(Ue,z)|0,v=v+Math.imul(lt,Ne)|0,R=R+Math.imul(lt,z)|0,g=g+Math.imul(Ce,he)|0,v=v+Math.imul(Ce,Pe)|0,v=v+Math.imul(Me,he)|0,R=R+Math.imul(Me,Pe)|0,g=g+Math.imul(ue,Re)|0,v=v+Math.imul(ue,Fe)|0,v=v+Math.imul(xe,Re)|0,R=R+Math.imul(xe,Fe)|0;var on=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(on>>>26)|0,on&=67108863,g=Math.imul(nt,it),v=Math.imul(nt,yt),v=v+Math.imul(xt,it)|0,R=Math.imul(xt,yt),g=g+Math.imul(Ze,Je)|0,v=v+Math.imul(Ze,gt)|0,v=v+Math.imul(Mt,Je)|0,R=R+Math.imul(Mt,gt)|0,g=g+Math.imul(He,ot)|0,v=v+Math.imul(He,bt)|0,v=v+Math.imul(kt,ot)|0,R=R+Math.imul(kt,bt)|0,g=g+Math.imul(Le,j)|0,v=v+Math.imul(Le,S)|0,v=v+Math.imul(ft,j)|0,R=R+Math.imul(ft,S)|0,g=g+Math.imul(De,B)|0,v=v+Math.imul(De,K)|0,v=v+Math.imul(Oe,B)|0,R=R+Math.imul(Oe,K)|0,g=g+Math.imul(me,ee)|0,v=v+Math.imul(me,Be)|0,v=v+Math.imul(Te,ee)|0,R=R+Math.imul(Te,Be)|0,g=g+Math.imul($e,Ne)|0,v=v+Math.imul($e,z)|0,v=v+Math.imul(mt,Ne)|0,R=R+Math.imul(mt,z)|0,g=g+Math.imul(Ue,he)|0,v=v+Math.imul(Ue,Pe)|0,v=v+Math.imul(lt,he)|0,R=R+Math.imul(lt,Pe)|0,g=g+Math.imul(Ce,Re)|0,v=v+Math.imul(Ce,Fe)|0,v=v+Math.imul(Me,Re)|0,R=R+Math.imul(Me,Fe)|0;var Rr=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(Rr>>>26)|0,Rr&=67108863,g=Math.imul(nt,Je),v=Math.imul(nt,gt),v=v+Math.imul(xt,Je)|0,R=Math.imul(xt,gt),g=g+Math.imul(Ze,ot)|0,v=v+Math.imul(Ze,bt)|0,v=v+Math.imul(Mt,ot)|0,R=R+Math.imul(Mt,bt)|0,g=g+Math.imul(He,j)|0,v=v+Math.imul(He,S)|0,v=v+Math.imul(kt,j)|0,R=R+Math.imul(kt,S)|0,g=g+Math.imul(Le,B)|0,v=v+Math.imul(Le,K)|0,v=v+Math.imul(ft,B)|0,R=R+Math.imul(ft,K)|0,g=g+Math.imul(De,ee)|0,v=v+Math.imul(De,Be)|0,v=v+Math.imul(Oe,ee)|0,R=R+Math.imul(Oe,Be)|0,g=g+Math.imul(me,Ne)|0,v=v+Math.imul(me,z)|0,v=v+Math.imul(Te,Ne)|0,R=R+Math.imul(Te,z)|0,g=g+Math.imul($e,he)|0,v=v+Math.imul($e,Pe)|0,v=v+Math.imul(mt,he)|0,R=R+Math.imul(mt,Pe)|0,g=g+Math.imul(Ue,Re)|0,v=v+Math.imul(Ue,Fe)|0,v=v+Math.imul(lt,Re)|0,R=R+Math.imul(lt,Fe)|0;var an=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(an>>>26)|0,an&=67108863,g=Math.imul(nt,ot),v=Math.imul(nt,bt),v=v+Math.imul(xt,ot)|0,R=Math.imul(xt,bt),g=g+Math.imul(Ze,j)|0,v=v+Math.imul(Ze,S)|0,v=v+Math.imul(Mt,j)|0,R=R+Math.imul(Mt,S)|0,g=g+Math.imul(He,B)|0,v=v+Math.imul(He,K)|0,v=v+Math.imul(kt,B)|0,R=R+Math.imul(kt,K)|0,g=g+Math.imul(Le,ee)|0,v=v+Math.imul(Le,Be)|0,v=v+Math.imul(ft,ee)|0,R=R+Math.imul(ft,Be)|0,g=g+Math.imul(De,Ne)|0,v=v+Math.imul(De,z)|0,v=v+Math.imul(Oe,Ne)|0,R=R+Math.imul(Oe,z)|0,g=g+Math.imul(me,he)|0,v=v+Math.imul(me,Pe)|0,v=v+Math.imul(Te,he)|0,R=R+Math.imul(Te,Pe)|0,g=g+Math.imul($e,Re)|0,v=v+Math.imul($e,Fe)|0,v=v+Math.imul(mt,Re)|0,R=R+Math.imul(mt,Fe)|0;var Qn=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(Qn>>>26)|0,Qn&=67108863,g=Math.imul(nt,j),v=Math.imul(nt,S),v=v+Math.imul(xt,j)|0,R=Math.imul(xt,S),g=g+Math.imul(Ze,B)|0,v=v+Math.imul(Ze,K)|0,v=v+Math.imul(Mt,B)|0,R=R+Math.imul(Mt,K)|0,g=g+Math.imul(He,ee)|0,v=v+Math.imul(He,Be)|0,v=v+Math.imul(kt,ee)|0,R=R+Math.imul(kt,Be)|0,g=g+Math.imul(Le,Ne)|0,v=v+Math.imul(Le,z)|0,v=v+Math.imul(ft,Ne)|0,R=R+Math.imul(ft,z)|0,g=g+Math.imul(De,he)|0,v=v+Math.imul(De,Pe)|0,v=v+Math.imul(Oe,he)|0,R=R+Math.imul(Oe,Pe)|0,g=g+Math.imul(me,Re)|0,v=v+Math.imul(me,Fe)|0,v=v+Math.imul(Te,Re)|0,R=R+Math.imul(Te,Fe)|0;var ei=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(ei>>>26)|0,ei&=67108863,g=Math.imul(nt,B),v=Math.imul(nt,K),v=v+Math.imul(xt,B)|0,R=Math.imul(xt,K),g=g+Math.imul(Ze,ee)|0,v=v+Math.imul(Ze,Be)|0,v=v+Math.imul(Mt,ee)|0,R=R+Math.imul(Mt,Be)|0,g=g+Math.imul(He,Ne)|0,v=v+Math.imul(He,z)|0,v=v+Math.imul(kt,Ne)|0,R=R+Math.imul(kt,z)|0,g=g+Math.imul(Le,he)|0,v=v+Math.imul(Le,Pe)|0,v=v+Math.imul(ft,he)|0,R=R+Math.imul(ft,Pe)|0,g=g+Math.imul(De,Re)|0,v=v+Math.imul(De,Fe)|0,v=v+Math.imul(Oe,Re)|0,R=R+Math.imul(Oe,Fe)|0;var cn=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(cn>>>26)|0,cn&=67108863,g=Math.imul(nt,ee),v=Math.imul(nt,Be),v=v+Math.imul(xt,ee)|0,R=Math.imul(xt,Be),g=g+Math.imul(Ze,Ne)|0,v=v+Math.imul(Ze,z)|0,v=v+Math.imul(Mt,Ne)|0,R=R+Math.imul(Mt,z)|0,g=g+Math.imul(He,he)|0,v=v+Math.imul(He,Pe)|0,v=v+Math.imul(kt,he)|0,R=R+Math.imul(kt,Pe)|0,g=g+Math.imul(Le,Re)|0,v=v+Math.imul(Le,Fe)|0,v=v+Math.imul(ft,Re)|0,R=R+Math.imul(ft,Fe)|0;var ti=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(ti>>>26)|0,ti&=67108863,g=Math.imul(nt,Ne),v=Math.imul(nt,z),v=v+Math.imul(xt,Ne)|0,R=Math.imul(xt,z),g=g+Math.imul(Ze,he)|0,v=v+Math.imul(Ze,Pe)|0,v=v+Math.imul(Mt,he)|0,R=R+Math.imul(Mt,Pe)|0,g=g+Math.imul(He,Re)|0,v=v+Math.imul(He,Fe)|0,v=v+Math.imul(kt,Re)|0,R=R+Math.imul(kt,Fe)|0;var ri=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(ri>>>26)|0,ri&=67108863,g=Math.imul(nt,he),v=Math.imul(nt,Pe),v=v+Math.imul(xt,he)|0,R=Math.imul(xt,Pe),g=g+Math.imul(Ze,Re)|0,v=v+Math.imul(Ze,Fe)|0,v=v+Math.imul(Mt,Re)|0,R=R+Math.imul(Mt,Fe)|0;var D=(T+g|0)+((v&8191)<<13)|0;T=(R+(v>>>13)|0)+(D>>>26)|0,D&=67108863,g=Math.imul(nt,Re),v=Math.imul(nt,Fe),v=v+Math.imul(xt,Re)|0,R=Math.imul(xt,Fe);var W=(T+g|0)+((v&8191)<<13)|0;return T=(R+(v>>>13)|0)+(W>>>26)|0,W&=67108863,k[0]=at,k[1]=Ht,k[2]=Pt,k[3]=Nt,k[4]=Qt,k[5]=gr,k[6]=nr,k[7]=Wt,k[8]=mr,k[9]=on,k[10]=Rr,k[11]=an,k[12]=Qn,k[13]=ei,k[14]=cn,k[15]=ti,k[16]=ri,k[17]=D,k[18]=W,T!==0&&(k[19]=T,x.length++),x};Math.imul||(N=P);function F(p,d,m){m.negative=d.negative^p.negative,m.length=p.length+d.length;for(var x=0,E=0,C=0;C<m.length-1;C++){var k=E;E=0;for(var T=x&67108863,g=Math.min(C,d.length-1),v=Math.max(0,C-p.length+1);v<=g;v++){var R=C-v,se=p.words[R]|0,ue=d.words[v]|0,xe=se*ue,be=xe&67108863;k=k+(xe/67108864|0)|0,be=be+T|0,T=be&67108863,k=k+(be>>>26)|0,E+=k>>>26,k&=67108863}m.words[C]=T,x=k,k=E}return x!==0?m.words[C]=x:m.length--,m._strip()}function L(p,d,m){return F(p,d,m)}o.prototype.mulTo=function(d,m){var x,E=this.length+d.length;return this.length===10&&d.length===10?x=N(this,d,m):E<63?x=P(this,d,m):E<1024?x=F(this,d,m):x=L(this,d,m),x},o.prototype.mul=function(d){var m=new o(null);return m.words=new Array(this.length+d.length),this.mulTo(d,m)},o.prototype.mulf=function(d){var m=new o(null);return m.words=new Array(this.length+d.length),L(this,d,m)},o.prototype.imul=function(d){return this.clone().mulTo(d,this)},o.prototype.imuln=function(d){var m=d<0;m&&(d=-d),i(typeof d=="number"),i(d<67108864);for(var x=0,E=0;E<this.length;E++){var C=(this.words[E]|0)*d,k=(C&67108863)+(x&67108863);x>>=26,x+=C/67108864|0,x+=k>>>26,this.words[E]=k&67108863}return x!==0&&(this.words[E]=x,this.length++),m?this.ineg():this},o.prototype.muln=function(d){return this.clone().imuln(d)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(d){var m=I(d);if(m.length===0)return new o(1);for(var x=this,E=0;E<m.length&&m[E]===0;E++,x=x.sqr());if(++E<m.length)for(var C=x.sqr();E<m.length;E++,C=C.sqr())m[E]!==0&&(x=x.mul(C));return x},o.prototype.iushln=function(d){i(typeof d=="number"&&d>=0);var m=d%26,x=(d-m)/26,E=67108863>>>26-m<<26-m,C;if(m!==0){var k=0;for(C=0;C<this.length;C++){var T=this.words[C]&E,g=(this.words[C]|0)-T<<m;this.words[C]=g|k,k=T>>>26-m}k&&(this.words[C]=k,this.length++)}if(x!==0){for(C=this.length-1;C>=0;C--)this.words[C+x]=this.words[C];for(C=0;C<x;C++)this.words[C]=0;this.length+=x}return this._strip()},o.prototype.ishln=function(d){return i(this.negative===0),this.iushln(d)},o.prototype.iushrn=function(d,m,x){i(typeof d=="number"&&d>=0);var E;m?E=(m-m%26)/26:E=0;var C=d%26,k=Math.min((d-C)/26,this.length),T=67108863^67108863>>>C<<C,g=x;if(E-=k,E=Math.max(0,E),g){for(var v=0;v<k;v++)g.words[v]=this.words[v];g.length=k}if(k!==0)if(this.length>k)for(this.length-=k,v=0;v<this.length;v++)this.words[v]=this.words[v+k];else this.words[0]=0,this.length=1;var R=0;for(v=this.length-1;v>=0&&(R!==0||v>=E);v--){var se=this.words[v]|0;this.words[v]=R<<26-C|se>>>C,R=se&T}return g&&R!==0&&(g.words[g.length++]=R),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},o.prototype.ishrn=function(d,m,x){return i(this.negative===0),this.iushrn(d,m,x)},o.prototype.shln=function(d){return this.clone().ishln(d)},o.prototype.ushln=function(d){return this.clone().iushln(d)},o.prototype.shrn=function(d){return this.clone().ishrn(d)},o.prototype.ushrn=function(d){return this.clone().iushrn(d)},o.prototype.testn=function(d){i(typeof d=="number"&&d>=0);var m=d%26,x=(d-m)/26,E=1<<m;if(this.length<=x)return!1;var C=this.words[x];return!!(C&E)},o.prototype.imaskn=function(d){i(typeof d=="number"&&d>=0);var m=d%26,x=(d-m)/26;if(i(this.negative===0,"imaskn works only with positive numbers"),this.length<=x)return this;if(m!==0&&x++,this.length=Math.min(x,this.length),m!==0){var E=67108863^67108863>>>m<<m;this.words[this.length-1]&=E}return this._strip()},o.prototype.maskn=function(d){return this.clone().imaskn(d)},o.prototype.iaddn=function(d){return i(typeof d=="number"),i(d<67108864),d<0?this.isubn(-d):this.negative!==0?this.length===1&&(this.words[0]|0)<=d?(this.words[0]=d-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(d),this.negative=1,this):this._iaddn(d)},o.prototype._iaddn=function(d){this.words[0]+=d;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},o.prototype.isubn=function(d){if(i(typeof d=="number"),i(d<67108864),d<0)return this.iaddn(-d);if(this.negative!==0)return this.negative=0,this.iaddn(d),this.negative=1,this;if(this.words[0]-=d,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()},o.prototype.addn=function(d){return this.clone().iaddn(d)},o.prototype.subn=function(d){return this.clone().isubn(d)},o.prototype.iabs=function(){return this.negative=0,this},o.prototype.abs=function(){return this.clone().iabs()},o.prototype._ishlnsubmul=function(d,m,x){var E=d.length+x,C;this._expand(E);var k,T=0;for(C=0;C<d.length;C++){k=(this.words[C+x]|0)+T;var g=(d.words[C]|0)*m;k-=g&67108863,T=(k>>26)-(g/67108864|0),this.words[C+x]=k&67108863}for(;C<this.length-x;C++)k=(this.words[C+x]|0)+T,T=k>>26,this.words[C+x]=k&67108863;if(T===0)return this._strip();for(i(T===-1),T=0,C=0;C<this.length;C++)k=-(this.words[C]|0)+T,T=k>>26,this.words[C]=k&67108863;return this.negative=1,this._strip()},o.prototype._wordDiv=function(d,m){var x=this.length-d.length,E=this.clone(),C=d,k=C.words[C.length-1]|0,T=this._countBits(k);x=26-T,x!==0&&(C=C.ushln(x),E.iushln(x),k=C.words[C.length-1]|0);var g=E.length-C.length,v;if(m!=="mod"){v=new o(null),v.length=g+1,v.words=new Array(v.length);for(var R=0;R<v.length;R++)v.words[R]=0}var se=E.clone()._ishlnsubmul(C,1,g);se.negative===0&&(E=se,v&&(v.words[g]=1));for(var ue=g-1;ue>=0;ue--){var xe=(E.words[C.length+ue]|0)*67108864+(E.words[C.length+ue-1]|0);for(xe=Math.min(xe/k|0,67108863),E._ishlnsubmul(C,xe,ue);E.negative!==0;)xe--,E.negative=0,E._ishlnsubmul(C,1,ue),E.isZero()||(E.negative^=1);v&&(v.words[ue]=xe)}return v&&v._strip(),E._strip(),m!=="div"&&x!==0&&E.iushrn(x),{div:v||null,mod:E}},o.prototype.divmod=function(d,m,x){if(i(!d.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var E,C,k;return this.negative!==0&&d.negative===0?(k=this.neg().divmod(d,m),m!=="mod"&&(E=k.div.neg()),m!=="div"&&(C=k.mod.neg(),x&&C.negative!==0&&C.iadd(d)),{div:E,mod:C}):this.negative===0&&d.negative!==0?(k=this.divmod(d.neg(),m),m!=="mod"&&(E=k.div.neg()),{div:E,mod:k.mod}):this.negative&d.negative?(k=this.neg().divmod(d.neg(),m),m!=="div"&&(C=k.mod.neg(),x&&C.negative!==0&&C.isub(d)),{div:k.div,mod:C}):d.length>this.length||this.cmp(d)<0?{div:new o(0),mod:this}:d.length===1?m==="div"?{div:this.divn(d.words[0]),mod:null}:m==="mod"?{div:null,mod:new o(this.modrn(d.words[0]))}:{div:this.divn(d.words[0]),mod:new o(this.modrn(d.words[0]))}:this._wordDiv(d,m)},o.prototype.div=function(d){return this.divmod(d,"div",!1).div},o.prototype.mod=function(d){return this.divmod(d,"mod",!1).mod},o.prototype.umod=function(d){return this.divmod(d,"mod",!0).mod},o.prototype.divRound=function(d){var m=this.divmod(d);if(m.mod.isZero())return m.div;var x=m.div.negative!==0?m.mod.isub(d):m.mod,E=d.ushrn(1),C=d.andln(1),k=x.cmp(E);return k<0||C===1&&k===0?m.div:m.div.negative!==0?m.div.isubn(1):m.div.iaddn(1)},o.prototype.modrn=function(d){var m=d<0;m&&(d=-d),i(d<=67108863);for(var x=(1<<26)%d,E=0,C=this.length-1;C>=0;C--)E=(x*E+(this.words[C]|0))%d;return m?-E:E},o.prototype.modn=function(d){return this.modrn(d)},o.prototype.idivn=function(d){var m=d<0;m&&(d=-d),i(d<=67108863);for(var x=0,E=this.length-1;E>=0;E--){var C=(this.words[E]|0)+x*67108864;this.words[E]=C/d|0,x=C%d}return this._strip(),m?this.ineg():this},o.prototype.divn=function(d){return this.clone().idivn(d)},o.prototype.egcd=function(d){i(d.negative===0),i(!d.isZero());var m=this,x=d.clone();m.negative!==0?m=m.umod(d):m=m.clone();for(var E=new o(1),C=new o(0),k=new o(0),T=new o(1),g=0;m.isEven()&&x.isEven();)m.iushrn(1),x.iushrn(1),++g;for(var v=x.clone(),R=m.clone();!m.isZero();){for(var se=0,ue=1;!(m.words[0]&ue)&&se<26;++se,ue<<=1);if(se>0)for(m.iushrn(se);se-- >0;)(E.isOdd()||C.isOdd())&&(E.iadd(v),C.isub(R)),E.iushrn(1),C.iushrn(1);for(var xe=0,be=1;!(x.words[0]&be)&&xe<26;++xe,be<<=1);if(xe>0)for(x.iushrn(xe);xe-- >0;)(k.isOdd()||T.isOdd())&&(k.iadd(v),T.isub(R)),k.iushrn(1),T.iushrn(1);m.cmp(x)>=0?(m.isub(x),E.isub(k),C.isub(T)):(x.isub(m),k.isub(E),T.isub(C))}return{a:k,b:T,gcd:x.iushln(g)}},o.prototype._invmp=function(d){i(d.negative===0),i(!d.isZero());var m=this,x=d.clone();m.negative!==0?m=m.umod(d):m=m.clone();for(var E=new o(1),C=new o(0),k=x.clone();m.cmpn(1)>0&&x.cmpn(1)>0;){for(var T=0,g=1;!(m.words[0]&g)&&T<26;++T,g<<=1);if(T>0)for(m.iushrn(T);T-- >0;)E.isOdd()&&E.iadd(k),E.iushrn(1);for(var v=0,R=1;!(x.words[0]&R)&&v<26;++v,R<<=1);if(v>0)for(x.iushrn(v);v-- >0;)C.isOdd()&&C.iadd(k),C.iushrn(1);m.cmp(x)>=0?(m.isub(x),E.isub(C)):(x.isub(m),C.isub(E))}var se;return m.cmpn(1)===0?se=E:se=C,se.cmpn(0)<0&&se.iadd(d),se},o.prototype.gcd=function(d){if(this.isZero())return d.abs();if(d.isZero())return this.abs();var m=this.clone(),x=d.clone();m.negative=0,x.negative=0;for(var E=0;m.isEven()&&x.isEven();E++)m.iushrn(1),x.iushrn(1);do{for(;m.isEven();)m.iushrn(1);for(;x.isEven();)x.iushrn(1);var C=m.cmp(x);if(C<0){var k=m;m=x,x=k}else if(C===0||x.cmpn(1)===0)break;m.isub(x)}while(!0);return x.iushln(E)},o.prototype.invm=function(d){return this.egcd(d).a.umod(d)},o.prototype.isEven=function(){return(this.words[0]&1)===0},o.prototype.isOdd=function(){return(this.words[0]&1)===1},o.prototype.andln=function(d){return this.words[0]&d},o.prototype.bincn=function(d){i(typeof d=="number");var m=d%26,x=(d-m)/26,E=1<<m;if(this.length<=x)return this._expand(x+1),this.words[x]|=E,this;for(var C=E,k=x;C!==0&&k<this.length;k++){var T=this.words[k]|0;T+=C,C=T>>>26,T&=67108863,this.words[k]=T}return C!==0&&(this.words[k]=C,this.length++),this},o.prototype.isZero=function(){return this.length===1&&this.words[0]===0},o.prototype.cmpn=function(d){var m=d<0;if(this.negative!==0&&!m)return-1;if(this.negative===0&&m)return 1;this._strip();var x;if(this.length>1)x=1;else{m&&(d=-d),i(d<=67108863,"Number is too big");var E=this.words[0]|0;x=E===d?0:E<d?-1:1}return this.negative!==0?-x|0:x},o.prototype.cmp=function(d){if(this.negative!==0&&d.negative===0)return-1;if(this.negative===0&&d.negative!==0)return 1;var m=this.ucmp(d);return this.negative!==0?-m|0:m},o.prototype.ucmp=function(d){if(this.length>d.length)return 1;if(this.length<d.length)return-1;for(var m=0,x=this.length-1;x>=0;x--){var E=this.words[x]|0,C=d.words[x]|0;if(E!==C){E<C?m=-1:E>C&&(m=1);break}}return m},o.prototype.gtn=function(d){return this.cmpn(d)===1},o.prototype.gt=function(d){return this.cmp(d)===1},o.prototype.gten=function(d){return this.cmpn(d)>=0},o.prototype.gte=function(d){return this.cmp(d)>=0},o.prototype.ltn=function(d){return this.cmpn(d)===-1},o.prototype.lt=function(d){return this.cmp(d)===-1},o.prototype.lten=function(d){return this.cmpn(d)<=0},o.prototype.lte=function(d){return this.cmp(d)<=0},o.prototype.eqn=function(d){return this.cmpn(d)===0},o.prototype.eq=function(d){return this.cmp(d)===0},o.red=function(d){return new V(d)},o.prototype.toRed=function(d){return i(!this.red,"Already a number in reduction context"),i(this.negative===0,"red works only with positives"),d.convertTo(this)._forceRed(d)},o.prototype.fromRed=function(){return i(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(d){return this.red=d,this},o.prototype.forceRed=function(d){return i(!this.red,"Already a number in reduction context"),this._forceRed(d)},o.prototype.redAdd=function(d){return i(this.red,"redAdd works only with red numbers"),this.red.add(this,d)},o.prototype.redIAdd=function(d){return i(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,d)},o.prototype.redSub=function(d){return i(this.red,"redSub works only with red numbers"),this.red.sub(this,d)},o.prototype.redISub=function(d){return i(this.red,"redISub works only with red numbers"),this.red.isub(this,d)},o.prototype.redShl=function(d){return i(this.red,"redShl works only with red numbers"),this.red.shl(this,d)},o.prototype.redMul=function(d){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,d),this.red.mul(this,d)},o.prototype.redIMul=function(d){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,d),this.red.imul(this,d)},o.prototype.redSqr=function(){return i(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return i(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return i(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return i(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return i(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(d){return i(this.red&&!d.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,d)};var H={k256:null,p224:null,p192:null,p25519:null};function q(p,d){this.name=p,this.p=new o(d,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 d=new o(null);return d.words=new Array(Math.ceil(this.n/13)),d},q.prototype.ireduce=function(d){var m=d,x;do this.split(m,this.tmp),m=this.imulK(m),m=m.iadd(this.tmp),x=m.bitLength();while(x>this.n);var E=x<this.n?-1:m.ucmp(this.p);return E===0?(m.words[0]=0,m.length=1):E>0?m.isub(this.p):m.strip!==void 0?m.strip():m._strip(),m},q.prototype.split=function(d,m){d.iushrn(this.n,0,m)},q.prototype.imulK=function(d){return d.imul(this.k)};function X(){q.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}s(X,q),X.prototype.split=function(d,m){for(var x=4194303,E=Math.min(d.length,9),C=0;C<E;C++)m.words[C]=d.words[C];if(m.length=E,d.length<=9){d.words[0]=0,d.length=1;return}var k=d.words[9];for(m.words[m.length++]=k&x,C=10;C<d.length;C++){var T=d.words[C]|0;d.words[C-10]=(T&x)<<4|k>>>22,k=T}k>>>=22,d.words[C-10]=k,k===0&&d.length>10?d.length-=10:d.length-=9},X.prototype.imulK=function(d){d.words[d.length]=0,d.words[d.length+1]=0,d.length+=2;for(var m=0,x=0;x<d.length;x++){var E=d.words[x]|0;m+=E*977,d.words[x]=m&67108863,m=E*64+(m/67108864|0)}return d.words[d.length-1]===0&&(d.length--,d.words[d.length-1]===0&&d.length--),d};function re(){q.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}s(re,q);function ae(){q.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}s(ae,q);function oe(){q.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}s(oe,q),oe.prototype.imulK=function(d){for(var m=0,x=0;x<d.length;x++){var E=(d.words[x]|0)*19+m,C=E&67108863;E>>>=26,d.words[x]=C,m=E}return m!==0&&(d.words[d.length++]=m),d},o._prime=function(d){if(H[d])return H[d];var m;if(d==="k256")m=new X;else if(d==="p224")m=new re;else if(d==="p192")m=new ae;else if(d==="p25519")m=new oe;else throw new Error("Unknown prime "+d);return H[d]=m,m};function V(p){if(typeof p=="string"){var d=o._prime(p);this.m=d.p,this.prime=d}else i(p.gtn(1),"modulus must be greater than 1"),this.m=p,this.prime=null}V.prototype._verify1=function(d){i(d.negative===0,"red works only with positives"),i(d.red,"red works only with red numbers")},V.prototype._verify2=function(d,m){i((d.negative|m.negative)===0,"red works only with positives"),i(d.red&&d.red===m.red,"red works only with red numbers")},V.prototype.imod=function(d){return this.prime?this.prime.ireduce(d)._forceRed(this):(f(d,d.umod(this.m)._forceRed(this)),d)},V.prototype.neg=function(d){return d.isZero()?d.clone():this.m.sub(d)._forceRed(this)},V.prototype.add=function(d,m){this._verify2(d,m);var x=d.add(m);return x.cmp(this.m)>=0&&x.isub(this.m),x._forceRed(this)},V.prototype.iadd=function(d,m){this._verify2(d,m);var x=d.iadd(m);return x.cmp(this.m)>=0&&x.isub(this.m),x},V.prototype.sub=function(d,m){this._verify2(d,m);var x=d.sub(m);return x.cmpn(0)<0&&x.iadd(this.m),x._forceRed(this)},V.prototype.isub=function(d,m){this._verify2(d,m);var x=d.isub(m);return x.cmpn(0)<0&&x.iadd(this.m),x},V.prototype.shl=function(d,m){return this._verify1(d),this.imod(d.ushln(m))},V.prototype.imul=function(d,m){return this._verify2(d,m),this.imod(d.imul(m))},V.prototype.mul=function(d,m){return this._verify2(d,m),this.imod(d.mul(m))},V.prototype.isqr=function(d){return this.imul(d,d.clone())},V.prototype.sqr=function(d){return this.mul(d,d)},V.prototype.sqrt=function(d){if(d.isZero())return d.clone();var m=this.m.andln(3);if(i(m%2===1),m===3){var x=this.m.add(new o(1)).iushrn(2);return this.pow(d,x)}for(var E=this.m.subn(1),C=0;!E.isZero()&&E.andln(1)===0;)C++,E.iushrn(1);i(!E.isZero());var k=new o(1).toRed(this),T=k.redNeg(),g=this.m.subn(1).iushrn(1),v=this.m.bitLength();for(v=new o(2*v*v).toRed(this);this.pow(v,g).cmp(T)!==0;)v.redIAdd(T);for(var R=this.pow(v,E),se=this.pow(d,E.addn(1).iushrn(1)),ue=this.pow(d,E),xe=C;ue.cmp(k)!==0;){for(var be=ue,Ce=0;be.cmp(k)!==0;Ce++)be=be.redSqr();i(Ce<xe);var Me=this.pow(R,new o(1).iushln(xe-Ce-1));se=se.redMul(Me),R=Me.redSqr(),ue=ue.redMul(R),xe=Ce}return se},V.prototype.invm=function(d){var m=d._invmp(this.m);return m.negative!==0?(m.negative=0,this.imod(m).redNeg()):this.imod(m)},V.prototype.pow=function(d,m){if(m.isZero())return new o(1).toRed(this);if(m.cmpn(1)===0)return d.clone();var x=4,E=new Array(1<<x);E[0]=new o(1).toRed(this),E[1]=d;for(var C=2;C<E.length;C++)E[C]=this.mul(E[C-1],d);var k=E[0],T=0,g=0,v=m.bitLength()%26;for(v===0&&(v=26),C=m.length-1;C>=0;C--){for(var R=m.words[C],se=v-1;se>=0;se--){var ue=R>>se&1;if(k!==E[0]&&(k=this.sqr(k)),ue===0&&T===0){g=0;continue}T<<=1,T|=ue,g++,!(g!==x&&(C!==0||se!==0))&&(k=this.mul(k,E[T]),g=0,T=0)}v=26}return k},V.prototype.convertTo=function(d){var m=d.umod(this.m);return m===d?m.clone():m},V.prototype.convertFrom=function(d){var m=d.clone();return m.red=null,m},o.mont=function(d){return new $(d)};function $(p){V.call(this,p),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)}s($,V),$.prototype.convertTo=function(d){return this.imod(d.ushln(this.shift))},$.prototype.convertFrom=function(d){var m=this.imod(d.mul(this.rinv));return m.red=null,m},$.prototype.imul=function(d,m){if(d.isZero()||m.isZero())return d.words[0]=0,d.length=1,d;var x=d.imul(m),E=x.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),C=x.isub(E).iushrn(this.shift),k=C;return C.cmp(this.m)>=0?k=C.isub(this.m):C.cmpn(0)<0&&(k=C.iadd(this.m)),k._forceRed(this)},$.prototype.mul=function(d,m){if(d.isZero()||m.isZero())return new o(0)._forceRed(this);var x=d.mul(m),E=x.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),C=x.isub(E).iushrn(this.shift),k=C;return C.cmp(this.m)>=0?k=C.isub(this.m):C.cmpn(0)<0&&(k=C.iadd(this.m)),k._forceRed(this)},$.prototype.invm=function(d){var m=this.imod(d._invmp(this.m).mul(this.r2));return m._forceRed(this)}})(typeof t>"u"||t,e)}}),lo=9e15,ss=1e9,Zf="0123456789abcdef",gu="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",vu="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",Qf={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-lo,maxE:lo,crypto:!1},S_,pi,ct=!0,Wu="[DecimalError] ",Xi=Wu+"Invalid argument: ",E_=Wu+"Precision limit exceeded",M_=Wu+"crypto unavailable",C_="[object Decimal]",Cr=Math.floor,dr=Math.pow,AI=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,TI=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,OI=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,A_=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,bn=1e7,Qe=7,II=9007199254740991,kI=gu.length-1,ed=vu.length-1,ve={toStringTag:C_};ve.absoluteValue=ve.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),Xe(e)};ve.ceil=function(){return Xe(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(Xi+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,s=this,o=s.d,a=(e=new s.constructor(e)).d,c=s.s,u=e.s;if(!o||!a)return!c||!u?NaN:c!==u?c:o===a?0:!o^c<0?1:-1;if(!o[0]||!a[0])return o[0]?c:a[0]?-u:0;if(c!==u)return c;if(s.e!==e.e)return s.e>e.e^c<0?1:-1;for(n=o.length,i=a.length,t=0,r=n<i?n:i;t<r;++t)if(o[t]!==a[t])return o[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())+Qe,n.rounding=1,r=jI(n,j_(n,r)),n.precision=e,n.rounding=t,Xe(pi==2||pi==3?r.neg():r,e,t,!0)):new n(1):new n(NaN)};ve.cubeRoot=ve.cbrt=function(){var e,t,r,n,i,s,o,a,c,u,l=this,f=l.constructor;if(!l.isFinite()||l.isZero())return new f(l);for(ct=!1,s=l.s*dr(l.s*l,1/3),!s||Math.abs(s)==1/0?(r=wr(l.d),e=l.e,(s=(e-r.length+1)%3)&&(r+=s==1||s==-2?"0":"00"),s=dr(r,1/3),e=Cr((e+1)/3)-(e%3==(e<0?-1:2)),s==1/0?r="5e"+e:(r=s.toExponential(),r=r.slice(0,r.indexOf("e")+1)+e),n=new f(r),n.s=l.s):n=new f(s.toString()),o=(e=f.precision)+3;;)if(a=n,c=a.times(a).times(a),u=c.plus(l),n=zt(u.plus(l).times(a),u.plus(c),o+2,1),wr(a.d).slice(0,o)===(r=wr(n.d)).slice(0,o))if(r=r.slice(o-3,o+1),r=="9999"||!i&&r=="4999"){if(!i&&(Xe(a,e+1,0),a.times(a).times(a).eq(l))){n=a;break}o+=4,i=1}else{(!+r||!+r.slice(1)&&r.charAt(0)=="5")&&(Xe(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return ct=!0,Xe(n,e,f.rounding,t)};ve.decimalPlaces=ve.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-Cr(this.e/Qe))*Qe,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r};ve.dividedBy=ve.div=function(e){return zt(this,new this.constructor(e))};ve.dividedToIntegerBy=ve.divToInt=function(e){var t=this,r=t.constructor;return Xe(zt(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 Xe(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,s=this,o=s.constructor,a=new o(1);if(!s.isFinite())return new o(s.s?1/0:NaN);if(s.isZero())return a;r=o.precision,n=o.rounding,o.precision=r+Math.max(s.e,s.sd())+4,o.rounding=1,i=s.d.length,i<32?(e=Math.ceil(i/3),t=(1/Xu(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),s=So(o,1,s.times(t),new o(1),!0);for(var c,u=e,l=new o(8);u--;)c=s.times(s),s=a.minus(c.times(l.minus(c.times(l))));return Xe(s,o.precision=r,o.rounding=n,!0)};ve.hyperbolicSine=ve.sinh=function(){var e,t,r,n,i=this,s=i.constructor;if(!i.isFinite()||i.isZero())return new s(i);if(t=s.precision,r=s.rounding,s.precision=t+Math.max(i.e,i.sd())+4,s.rounding=1,n=i.d.length,n<3)i=So(s,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/Xu(5,e)),i=So(s,2,i,i,!0);for(var o,a=new s(5),c=new s(16),u=new s(20);e--;)o=i.times(i),i=i.times(a.plus(o.times(c.times(o).plus(u))))}return s.precision=t,s.rounding=r,Xe(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,zt(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,s=r.rounding;return n!==-1?n===0?t.isNeg()?vn(r,i,s):new r(0):new r(NaN):t.isZero()?vn(r,i+4,s).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=vn(r,i+4,s).times(.5),r.precision=i,r.rounding=s,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,ct=!1,r=r.times(r).minus(1).sqrt().plus(r),ct=!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,ct=!1,r=r.times(r).plus(1).sqrt().plus(r),ct=!0,n.precision=e,n.rounding=t,r.ln())};ve.inverseHyperbolicTangent=ve.atanh=function(){var e,t,r,n,i=this,s=i.constructor;return i.isFinite()?i.e>=0?new s(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=s.precision,t=s.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?Xe(new s(i),e,t,!0):(s.precision=r=n-i.e,i=zt(i.plus(1),new s(1).minus(i),r+e,1),s.precision=e+4,s.rounding=1,i=i.ln(),s.precision=e,s.rounding=t,i.times(.5))):new s(NaN)};ve.inverseSine=ve.asin=function(){var e,t,r,n,i=this,s=i.constructor;return i.isZero()?new s(i):(t=i.abs().cmp(1),r=s.precision,n=s.rounding,t!==-1?t===0?(e=vn(s,r+4,n).times(.5),e.s=i.s,e):new s(NaN):(s.precision=r+6,s.rounding=1,i=i.div(new s(1).minus(i.times(i)).sqrt().plus(1)).atan(),s.precision=r,s.rounding=n,i.times(2)))};ve.inverseTangent=ve.atan=function(){var e,t,r,n,i,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding;if(u.isFinite()){if(u.isZero())return new l(u);if(u.abs().eq(1)&&f+4<=ed)return o=vn(l,f+4,h).times(.25),o.s=u.s,o}else{if(!u.s)return new l(NaN);if(f+4<=ed)return o=vn(l,f+4,h).times(.5),o.s=u.s,o}for(l.precision=a=f+10,l.rounding=1,r=Math.min(28,a/Qe+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(ct=!1,t=Math.ceil(a/Qe),n=1,c=u.times(u),o=new l(u),i=u;e!==-1;)if(i=i.times(c),s=o.minus(i.div(n+=2)),i=i.times(c),o=s.plus(i.div(n+=2)),o.d[t]!==void 0)for(e=t;o.d[e]===s.d[e]&&e--;);return r&&(o=o.times(2<<r-1)),ct=!0,Xe(o,l.precision=f,l.rounding=h,!0)};ve.isFinite=function(){return!!this.d};ve.isInteger=ve.isInt=function(){return!!this.d&&Cr(this.e/Qe)>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,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding,y=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)s=!0;else{for(i=r[0];i%10===0;)i/=10;s=i!==1}if(ct=!1,a=f+y,o=zi(u,a),n=t?yu(l,a+10):zi(e,a),c=zt(o,n,a,1),Ba(c.d,i=f,h))do if(a+=10,o=zi(u,a),n=t?yu(l,a+10):zi(e,a),c=zt(o,n,a,1),!s){+wr(c.d).slice(i+1,i+15)+1==1e14&&(c=Xe(c,f+1,0));break}while(Ba(c.d,i+=10,h));return ct=!0,Xe(c,f,h)};ve.minus=ve.sub=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,_=y.constructor;if(e=new _(e),!y.d||!e.d)return!y.s||!e.s?e=new _(NaN):y.d?e.s=-e.s:e=new _(e.d||y.s!==e.s?y:NaN),e;if(y.s!=e.s)return e.s=-e.s,y.plus(e);if(u=y.d,h=e.d,a=_.precision,c=_.rounding,!u[0]||!h[0]){if(h[0])e.s=-e.s;else if(u[0])e=new _(y);else return new _(c===3?-0:0);return ct?Xe(e,a,c):e}if(r=Cr(e.e/Qe),l=Cr(y.e/Qe),u=u.slice(),s=l-r,s){for(f=s<0,f?(t=u,s=-s,o=h.length):(t=h,r=l,o=u.length),n=Math.max(Math.ceil(a/Qe),o)+2,s>n&&(s=n,t.length=1),t.reverse(),n=s;n--;)t.push(0);t.reverse()}else{for(n=u.length,o=h.length,f=n<o,f&&(o=n),n=0;n<o;n++)if(u[n]!=h[n]){f=u[n]<h[n];break}s=0}for(f&&(t=u,u=h,h=t,e.s=-e.s),o=u.length,n=h.length-o;n>0;--n)u[o++]=0;for(n=h.length;n>s;){if(u[--n]<h[n]){for(i=n;i&&u[--i]===0;)u[i]=bn-1;--u[i],u[n]+=bn}u[n]-=h[n]}for(;u[--o]===0;)u.pop();for(;u[0]===0;u.shift())--r;return u[0]?(e.d=u,e.e=Ku(u,r),ct?Xe(e,a,c):e):new _(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]?Xe(new n(r),n.precision,n.rounding):(ct=!1,n.modulo==9?(t=zt(r,e.abs(),0,3,1),t.s*=e.s):t=zt(r,e,0,n.modulo,1),t=t.times(e),ct=!0,r.minus(t))};ve.naturalExponential=ve.exp=function(){return td(this)};ve.naturalLogarithm=ve.ln=function(){return zi(this)};ve.negated=ve.neg=function(){var e=new this.constructor(this);return e.s=-e.s,Xe(e)};ve.plus=ve.add=function(e){var t,r,n,i,s,o,a,c,u,l,f=this,h=f.constructor;if(e=new h(e),!f.d||!e.d)return!f.s||!e.s?e=new h(NaN):f.d||(e=new h(e.d||f.s===e.s?f:NaN)),e;if(f.s!=e.s)return e.s=-e.s,f.minus(e);if(u=f.d,l=e.d,a=h.precision,c=h.rounding,!u[0]||!l[0])return l[0]||(e=new h(f)),ct?Xe(e,a,c):e;if(s=Cr(f.e/Qe),n=Cr(e.e/Qe),u=u.slice(),i=s-n,i){for(i<0?(r=u,i=-i,o=l.length):(r=l,n=s,o=u.length),s=Math.ceil(a/Qe),o=s>o?s+1:o+1,i>o&&(i=o,r.length=1),r.reverse();i--;)r.push(0);r.reverse()}for(o=u.length,i=l.length,o-i<0&&(i=o,r=l,l=u,u=r),t=0;i;)t=(u[--i]=u[i]+l[i]+t)/bn|0,u[i]%=bn;for(t&&(u.unshift(t),++n),o=u.length;u[--o]==0;)u.pop();return e.d=u,e.e=Ku(u,n),ct?Xe(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(Xi+e);return r.d?(t=T_(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t};ve.round=function(){var e=this,t=e.constructor;return Xe(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())+Qe,n.rounding=1,r=RI(n,j_(n,r)),n.precision=e,n.rounding=t,Xe(pi>2?r.neg():r,e,t,!0)):new n(NaN)};ve.squareRoot=ve.sqrt=function(){var e,t,r,n,i,s,o=this,a=o.d,c=o.e,u=o.s,l=o.constructor;if(u!==1||!a||!a[0])return new l(!u||u<0&&(!a||a[0])?NaN:a?o:1/0);for(ct=!1,u=Math.sqrt(+o),u==0||u==1/0?(t=wr(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=Cr((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(s=n,n=s.plus(zt(o,s,r+2,1)).times(.5),wr(s.d).slice(0,r)===(t=wr(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(Xe(s,c+1,0),s.times(s).eq(o))){n=s;break}r+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(Xe(n,c+1,1),e=!n.times(n).eq(o));break}return ct=!0,Xe(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=zt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,Xe(pi==2||pi==4?r.neg():r,e,t,!0)):new n(NaN)};ve.times=ve.mul=function(e){var t,r,n,i,s,o,a,c,u,l=this,f=l.constructor,h=l.d,y=(e=new f(e)).d;if(e.s*=l.s,!h||!h[0]||!y||!y[0])return new f(!e.s||h&&!h[0]&&!y||y&&!y[0]&&!h?NaN:!h||!y?e.s/0:e.s*0);for(r=Cr(l.e/Qe)+Cr(e.e/Qe),c=h.length,u=y.length,c<u&&(s=h,h=y,y=s,o=c,c=u,u=o),s=[],o=c+u,n=o;n--;)s.push(0);for(n=u;--n>=0;){for(t=0,i=c+n;i>n;)a=s[i]+y[n]*h[i-n-1]+t,s[i--]=a%bn|0,t=a/bn|0;s[i]=(s[i]+t)%bn|0}for(;!s[--o];)s.pop();return t?++r:s.shift(),e.d=s,e.e=Ku(s,r),ct?Xe(e,f.precision,f.rounding):e};ve.toBinary=function(e,t){return Xh(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:(Br(e,0,ss),t===void 0?t=n.rounding:Br(t,0,8),Xe(r,e+r.e+1,t))};ve.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Hn(n,!0):(Br(e,0,ss),t===void 0?t=i.rounding:Br(t,0,8),n=Xe(new i(n),e+1,t),r=Hn(n,!0,e+1)),n.isNeg()&&!n.isZero()?"-"+r:r};ve.toFixed=function(e,t){var r,n,i=this,s=i.constructor;return e===void 0?r=Hn(i):(Br(e,0,ss),t===void 0?t=s.rounding:Br(t,0,8),n=Xe(new s(i),e+i.e+1,t),r=Hn(n,!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+r:r};ve.toFraction=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,_=y.d,w=y.constructor;if(!_)return new w(y);if(u=r=new w(1),n=c=new w(0),t=new w(n),s=t.e=T_(_)-y.e-1,o=s%Qe,t.d[0]=dr(10,o<0?Qe+o:o),e==null)e=s>0?t:u;else{if(a=new w(e),!a.isInt()||a.lt(u))throw Error(Xi+a);e=a.gt(t)?s>0?t:u:a}for(ct=!1,a=new w(wr(_)),l=w.precision,w.precision=s=_.length*Qe*2;f=zt(a,t,0,1,1),i=r.plus(f.times(n)),i.cmp(e)!=1;)r=n,n=i,i=u,u=c.plus(f.times(i)),c=i,i=t,t=a.minus(f.times(i)),a=i;return i=zt(e.minus(r),n,0,1,1),c=c.plus(i.times(u)),r=r.plus(i.times(n)),c.s=u.s=y.s,h=zt(u,n,s,1).minus(y).abs().cmp(zt(c,r,s,1).minus(y).abs())<1?[u,n]:[c,r],w.precision=l,ct=!0,h};ve.toHexadecimal=ve.toHex=function(e,t){return Xh(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:Br(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]?(ct=!1,r=zt(r,e,0,t,1).times(e),ct=!0,Xe(r)):(e.s=r.s,r=e),r};ve.toNumber=function(){return+this};ve.toOctal=function(e,t){return Xh(this,8,e,t)};ve.toPower=ve.pow=function(e){var t,r,n,i,s,o,a=this,c=a.constructor,u=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(dr(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,s=c.rounding,e.eq(1))return Xe(a,n,s);if(t=Cr(e.e/Qe),t>=e.d.length-1&&(r=u<0?-u:u)<=II)return i=O_(c,a,r,n),e.s<0?new c(1).div(i):Xe(i,n,s);if(o=a.s,o<0){if(t<e.d.length-1)return new c(NaN);if(e.d[t]&1||(o=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=o,a}return r=dr(+a,u),t=r==0||!isFinite(r)?Cr(u*(Math.log("0."+wr(a.d))/Math.LN10+a.e+1)):new c(r+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?o/0:0):(ct=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=td(e.times(zi(a,n+r)),n),i.d&&(i=Xe(i,n+5,1),Ba(i.d,n,s)&&(t=n+10,i=Xe(td(e.times(zi(a,t+r)),t),t+5,1),+wr(i.d).slice(n+1,n+15)+1==1e14&&(i=Xe(i,n+1,0)))),i.s=o,ct=!0,c.rounding=s,Xe(i,n,s))};ve.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Hn(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(Br(e,1,ss),t===void 0?t=i.rounding:Br(t,0,8),n=Xe(new i(n),e,t),r=Hn(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):(Br(e,1,ss),t===void 0?t=n.rounding:Br(t,0,8)),Xe(new n(r),e,t)};ve.toString=function(){var e=this,t=e.constructor,r=Hn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r};ve.truncated=ve.trunc=function(){return Xe(new this.constructor(this),this.e+1,1)};ve.valueOf=ve.toJSON=function(){var e=this,t=e.constructor,r=Hn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+r:r};function wr(e){var t,r,n,i=e.length-1,s="",o=e[0];if(i>0){for(s+=o,t=1;t<i;t++)n=e[t]+"",r=Qe-n.length,r&&(s+=Li(r)),s+=n;o=e[t],n=o+"",r=Qe-n.length,r&&(s+=Li(r))}else if(o===0)return"0";for(;o%10===0;)o/=10;return s+o}function Br(e,t,r){if(e!==~~e||e<t||e>r)throw Error(Xi+e)}function Ba(e,t,r,n){var i,s,o,a;for(s=e[0];s>=10;s/=10)--t;return--t<0?(t+=Qe,i=0):(i=Math.ceil((t+1)/Qe),t%=Qe),s=dr(10,Qe-t),a=e[i]%s|0,n==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),o=r<4&&a==99999||r>3&&a==49999||a==5e4||a==0):o=(r<4&&a+1==s||r>3&&a+1==s/2)&&(e[i+1]/s/100|0)==dr(10,t-2)-1||(a==s/2||a==0)&&(e[i+1]/s/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),o=(n||r<4)&&a==9999||!n&&r>3&&a==4999):o=((n||r<4)&&a+1==s||!n&&r>3&&a+1==s/2)&&(e[i+1]/s/1e3|0)==dr(10,t-3)-1,o}function Fc(e,t,r){for(var n,i=[0],s,o=0,a=e.length;o<a;){for(s=i.length;s--;)i[s]*=t;for(i[0]+=Zf.indexOf(e.charAt(o++)),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 jI(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/Xu(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=So(e,1,t.times(i),new e(1));for(var s=r;s--;){var o=t.times(t);t=o.times(o).minus(o).times(8).plus(1)}return e.precision-=r,t}var zt=function(){function e(n,i,s){var o,a=0,c=n.length;for(n=n.slice();c--;)o=n[c]*i+a,n[c]=o%s|0,a=o/s|0;return a&&n.unshift(a),n}function t(n,i,s,o){var a,c;if(s!=o)c=s>o?1:-1;else for(a=c=0;a<s;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function r(n,i,s,o){for(var a=0;s--;)n[s]-=a,a=n[s]<i[s]?1:0,n[s]=a*o+n[s]-i[s];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,s,o,a,c){var u,l,f,h,y,_,w,A,I,P,N,F,L,H,q,X,re,ae,oe,V,$=n.constructor,p=n.s==i.s?1:-1,d=n.d,m=i.d;if(!d||!d[0]||!m||!m[0])return new $(!n.s||!i.s||(d?m&&d[0]==m[0]:!m)?NaN:d&&d[0]==0||!m?p*0:p/0);for(c?(y=1,l=n.e-i.e):(c=bn,y=Qe,l=Cr(n.e/y)-Cr(i.e/y)),oe=m.length,re=d.length,I=new $(p),P=I.d=[],f=0;m[f]==(d[f]||0);f++);if(m[f]>(d[f]||0)&&l--,s==null?(H=s=$.precision,o=$.rounding):a?H=s+(n.e-i.e)+1:H=s,H<0)P.push(1),_=!0;else{if(H=H/y+2|0,f=0,oe==1){for(h=0,m=m[0],H++;(f<re||h)&&H--;f++)q=h*c+(d[f]||0),P[f]=q/m|0,h=q%m|0;_=h||f<re}else{for(h=c/(m[0]+1)|0,h>1&&(m=e(m,h,c),d=e(d,h,c),oe=m.length,re=d.length),X=oe,N=d.slice(0,oe),F=N.length;F<oe;)N[F++]=0;V=m.slice(),V.unshift(0),ae=m[0],m[1]>=c/2&&++ae;do h=0,u=t(m,N,oe,F),u<0?(L=N[0],oe!=F&&(L=L*c+(N[1]||0)),h=L/ae|0,h>1?(h>=c&&(h=c-1),w=e(m,h,c),A=w.length,F=N.length,u=t(w,N,A,F),u==1&&(h--,r(w,oe<A?V:m,A,c))):(h==0&&(u=h=1),w=m.slice()),A=w.length,A<F&&w.unshift(0),r(N,w,F,c),u==-1&&(F=N.length,u=t(m,N,oe,F),u<1&&(h++,r(N,oe<F?V:m,F,c))),F=N.length):u===0&&(h++,N=[0]),P[f++]=h,u&&N[0]?N[F++]=d[X]||0:(N=[d[X]],F=1);while((X++<re||N[0]!==void 0)&&H--);_=N[0]!==void 0}P[0]||P.shift()}if(y==1)I.e=l,S_=_;else{for(f=1,h=P[0];h>=10;h/=10)f++;I.e=f+l*y-1,Xe(I,a?s+I.e+1:s,o,_)}return I}}();function Xe(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor;e:if(t!=null){if(f=e.d,!f)return e;for(i=1,a=f[0];a>=10;a/=10)i++;if(s=t-i,s<0)s+=Qe,o=t,l=f[h=0],c=l/dr(10,i-o-1)%10|0;else if(h=Math.ceil((s+1)/Qe),a=f.length,h>=a)if(n){for(;a++<=h;)f.push(0);l=c=0,i=1,s%=Qe,o=s-Qe+1}else break e;else{for(l=a=f[h],i=1;a>=10;a/=10)i++;s%=Qe,o=s-Qe+i,c=o<0?0:l/dr(10,i-o-1)%10|0}if(n=n||t<0||f[h+1]!==void 0||(o<0?l:l%dr(10,i-o-1)),u=r<4?(c||n)&&(r==0||r==(e.s<0?3:2)):c>5||c==5&&(r==4||n||r==6&&(s>0?o>0?l/dr(10,i-o):0:f[h-1])%10&1||r==(e.s<0?8:7)),t<1||!f[0])return f.length=0,u?(t-=e.e+1,f[0]=dr(10,(Qe-t%Qe)%Qe),e.e=-t||0):f[0]=e.e=0,e;if(s==0?(f.length=h,a=1,h--):(f.length=h+1,a=dr(10,Qe-s),f[h]=o>0?(l/dr(10,i-o)%dr(10,o)|0)*a:0),u)for(;;)if(h==0){for(s=1,o=f[0];o>=10;o/=10)s++;for(o=f[0]+=a,a=1;o>=10;o/=10)a++;s!=a&&(e.e++,f[0]==bn&&(f[0]=1));break}else{if(f[h]+=a,f[h]!=bn)break;f[h--]=0,a=1}for(s=f.length;f[--s]===0;)f.pop()}return ct&&(e.e>y.maxE?(e.d=null,e.e=NaN):e.e<y.minE&&(e.e=0,e.d=[0])),e}function Hn(e,t,r){if(!e.isFinite())return k_(e);var n,i=e.e,s=wr(e.d),o=s.length;return t?(r&&(n=r-o)>0?s=s.charAt(0)+"."+s.slice(1)+Li(n):o>1&&(s=s.charAt(0)+"."+s.slice(1)),s=s+(e.e<0?"e":"e+")+e.e):i<0?(s="0."+Li(-i-1)+s,r&&(n=r-o)>0&&(s+=Li(n))):i>=o?(s+=Li(i+1-o),r&&(n=r-i-1)>0&&(s=s+"."+Li(n))):((n=i+1)<o&&(s=s.slice(0,n)+"."+s.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(s+="."),s+=Li(n))),s}function Ku(e,t){var r=e[0];for(t*=Qe;r>=10;r/=10)t++;return t}function yu(e,t,r){if(t>kI)throw ct=!0,r&&(e.precision=r),Error(E_);return Xe(new e(gu),t,1,!0)}function vn(e,t,r){if(t>ed)throw Error(E_);return Xe(new e(vu),t,r,!0)}function T_(e){var t=e.length-1,r=t*Qe+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 Li(e){for(var t="";e--;)t+="0";return t}function O_(e,t,r,n){var i,s=new e(1),o=Math.ceil(n/Qe+4);for(ct=!1;;){if(r%2&&(s=s.times(t),Up(s.d,o)&&(i=!0)),r=Cr(r/2),r===0){r=s.d.length-1,i&&s.d[r]===0&&++s.d[r];break}t=t.times(t),Up(t.d,o)}return ct=!0,s}function Lp(e){return e.d[e.d.length-1]&1}function I_(e,t,r){for(var n,i=new e(t[0]),s=0;++s<t.length;)if(n=new e(t[s]),n.s)i[r](n)&&(i=n);else{i=n;break}return i}function td(e,t){var r,n,i,s,o,a,c,u=0,l=0,f=0,h=e.constructor,y=h.rounding,_=h.precision;if(!e.d||!e.d[0]||e.e>17)return new h(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(ct=!1,c=_):c=t,a=new h(.03125);e.e>-2;)e=e.times(a),f+=5;for(n=Math.log(dr(2,f))/Math.LN10*2+5|0,c+=n,r=s=o=new h(1),h.precision=c;;){if(s=Xe(s.times(e),c,1),r=r.times(++l),a=o.plus(zt(s,r,c,1)),wr(a.d).slice(0,c)===wr(o.d).slice(0,c)){for(i=f;i--;)o=Xe(o.times(o),c,1);if(t==null)if(u<3&&Ba(o.d,c-n,y,u))h.precision=c+=10,r=s=a=new h(1),l=0,u++;else return Xe(o,h.precision=_,y,ct=!0);else return h.precision=_,o}o=a}}function zi(e,t){var r,n,i,s,o,a,c,u,l,f,h,y=1,_=10,w=e,A=w.d,I=w.constructor,P=I.rounding,N=I.precision;if(w.s<0||!A||!A[0]||!w.e&&A[0]==1&&A.length==1)return new I(A&&!A[0]?-1/0:w.s!=1?NaN:A?0:w);if(t==null?(ct=!1,l=N):l=t,I.precision=l+=_,r=wr(A),n=r.charAt(0),Math.abs(s=w.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)w=w.times(e),r=wr(w.d),n=r.charAt(0),y++;s=w.e,n>1?(w=new I("0."+r),s++):w=new I(n+"."+r.slice(1))}else return u=yu(I,l+2,N).times(s+""),w=zi(new I(n+"."+r.slice(1)),l-_).plus(u),I.precision=N,t==null?Xe(w,N,P,ct=!0):w;for(f=w,c=o=w=zt(w.minus(1),w.plus(1),l,1),h=Xe(w.times(w),l,1),i=3;;){if(o=Xe(o.times(h),l,1),u=c.plus(zt(o,new I(i),l,1)),wr(u.d).slice(0,l)===wr(c.d).slice(0,l))if(c=c.times(2),s!==0&&(c=c.plus(yu(I,l+2,N).times(s+""))),c=zt(c,new I(y),l,1),t==null)if(Ba(c.d,l-_,P,a))I.precision=l+=_,u=o=w=zt(f.minus(1),f.plus(1),l,1),h=Xe(w.times(w),l,1),i=a=1;else return Xe(c,I.precision=N,P,ct=!0);else return I.precision=N,c;c=u,i+=2}}function k_(e){return String(e.s*e.s/0)}function rd(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)%Qe,r<0&&(n+=Qe),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Qe;n<i;)e.d.push(+t.slice(n,n+=Qe));t=t.slice(n),n=Qe-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),ct&&(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 PI(e,t){var r,n,i,s,o,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),A_.test(t))return rd(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(TI.test(t))r=16,t=t.toLowerCase();else if(AI.test(t))r=2;else if(OI.test(t))r=8;else throw Error(Xi+t);for(s=t.search(/p/i),s>0?(c=+t.slice(s+1),t=t.substring(2,s)):t=t.slice(2),s=t.indexOf("."),o=s>=0,n=e.constructor,o&&(t=t.replace(".",""),a=t.length,s=a-s,i=O_(n,new n(r),s,s*2)),u=Fc(t,r,bn),l=u.length-1,s=l;u[s]===0;--s)u.pop();return s<0?new n(e.s*0):(e.e=Ku(u,l),e.d=u,ct=!1,o&&(e=zt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?dr(2,c):ic.pow(2,c))),ct=!0,e)}function RI(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:So(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Xu(5,r)),t=So(e,2,t,t);for(var i,s=new e(5),o=new e(16),a=new e(20);r--;)i=t.times(t),t=t.times(s.plus(i.times(o.times(i).minus(a))));return t}function So(e,t,r,n,i){var s,o,a,c,u=e.precision,l=Math.ceil(u/Qe);for(ct=!1,c=r.times(r),a=new e(n);;){if(o=zt(a.times(c),new e(t++*t++),u,1),a=i?n.plus(o):n.minus(o),n=zt(o.times(c),new e(t++*t++),u,1),o=a.plus(n),o.d[l]!==void 0){for(s=l;o.d[s]===a.d[s]&&s--;);if(s==-1)break}s=a,a=n,n=o,o=s}return ct=!0,o.d.length=l+1,o}function Xu(e,t){for(var r=e;--t;)r*=e;return r}function j_(e,t){var r,n=t.s<0,i=vn(e,e.precision,1),s=i.times(.5);if(t=t.abs(),t.lte(s))return pi=n?4:1,t;if(r=t.divToInt(i),r.isZero())pi=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(s))return pi=Lp(r)?n?2:3:n?4:1,t;pi=Lp(r)?n?1:4:n?3:2}return t.minus(i).abs()}function Xh(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor,_=r!==void 0;if(_?(Br(r,1,ss),n===void 0?n=y.rounding:Br(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())l=k_(e);else{for(l=Hn(e),o=l.indexOf("."),_?(i=2,t==16?r=r*4-3:t==8&&(r=r*3-2)):i=t,o>=0&&(l=l.replace(".",""),h=new y(1),h.e=l.length-o,h.d=Fc(Hn(h),10,i),h.e=h.d.length),f=Fc(l,10,i),s=c=f.length;f[--c]==0;)f.pop();if(!f[0])l=_?"0p+0":"0";else{if(o<0?s--:(e=new y(e),e.d=f,e.e=s,e=zt(e,h,r,n,0,i),f=e.d,s=e.e,u=S_),o=f[r],a=i/2,u=u||f[r+1]!==void 0,u=n<4?(o!==void 0||u)&&(n===0||n===(e.s<0?3:2)):o>a||o===a&&(n===4||u||n===6&&f[r-1]&1||n===(e.s<0?8:7)),f.length=r,u)for(;++f[--r]>i-1;)f[r]=0,r||(++s,f.unshift(1));for(c=f.length;!f[c-1];--c);for(o=0,l="";o<c;o++)l+=Zf.charAt(f[o]);if(_){if(c>1)if(t==16||t==8){for(o=t==16?4:3,--c;c%o;c++)l+="0";for(f=Fc(l,i,t),c=f.length;!f[c-1];--c);for(o=1,l="1.";o<c;o++)l+=Zf.charAt(f[o])}else l=l.charAt(0)+"."+l.slice(1);l=l+(s<0?"p":"p+")+s}else if(s<0){for(;++s;)l="0"+l;l="0."+l}else if(++s>c)for(s-=c;s--;)l+="0";else s<c&&(l=l.slice(0,s)+"."+l.slice(s))}l=(t==16?"0x":t==2?"0b":t==8?"0o":"")+l}return e.s<0?"-"+l:l}function Up(e,t){if(e.length>t)return e.length=t,!0}function NI(e){return new this(e).abs()}function DI(e){return new this(e).acos()}function $I(e){return new this(e).acosh()}function BI(e,t){return new this(e).plus(t)}function LI(e){return new this(e).asin()}function UI(e){return new this(e).asinh()}function FI(e){return new this(e).atan()}function zI(e){return new this(e).atanh()}function VI(e,t){e=new this(e),t=new this(t);var r,n=this.precision,i=this.rounding,s=n+4;return!e.s||!t.s?r=new this(NaN):!e.d&&!t.d?(r=vn(this,s,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?vn(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=vn(this,s,1).times(.5),r.s=e.s):t.s<0?(this.precision=s,this.rounding=1,r=this.atan(zt(e,t,s,1)),t=vn(this,s,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(zt(e,t,s,1)),r}function qI(e){return new this(e).cbrt()}function GI(e){return Xe(e=new this(e),e.e+1,2)}function HI(e,t,r){return new this(e).clamp(t,r)}function WI(e){if(!e||typeof e!="object")throw Error(Wu+"Object expected");var t,r,n,i=e.defaults===!0,s=["precision",1,ss,"rounding",0,8,"toExpNeg",-lo,0,"toExpPos",0,lo,"maxE",0,lo,"minE",-lo,0,"modulo",0,9];for(t=0;t<s.length;t+=3)if(r=s[t],i&&(this[r]=Qf[r]),(n=e[r])!==void 0)if(Cr(n)===n&&n>=s[t+1]&&n<=s[t+2])this[r]=n;else throw Error(Xi+r+": "+n);if(r="crypto",i&&(this[r]=Qf[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(M_);else this[r]=!1;else throw Error(Xi+r+": "+n);return this}function KI(e){return new this(e).cos()}function XI(e){return new this(e).cosh()}function P_(e){var t,r,n;function i(s){var o,a,c,u=this;if(!(u instanceof i))return new i(s);if(u.constructor=i,Fp(s)){u.s=s.s,ct?!s.d||s.e>i.maxE?(u.e=NaN,u.d=null):s.e<i.minE?(u.e=0,u.d=[0]):(u.e=s.e,u.d=s.d.slice()):(u.e=s.e,u.d=s.d?s.d.slice():s.d);return}if(c=typeof s,c==="number"){if(s===0){u.s=1/s<0?-1:1,u.e=0,u.d=[0];return}if(s<0?(s=-s,u.s=-1):u.s=1,s===~~s&&s<1e7){for(o=0,a=s;a>=10;a/=10)o++;ct?o>i.maxE?(u.e=NaN,u.d=null):o<i.minE?(u.e=0,u.d=[0]):(u.e=o,u.d=[s]):(u.e=o,u.d=[s]);return}else if(s*0!==0){s||(u.s=NaN),u.e=NaN,u.d=null;return}return rd(u,s.toString())}else if(c!=="string")throw Error(Xi+s);return(a=s.charCodeAt(0))===45?(s=s.slice(1),u.s=-1):(a===43&&(s=s.slice(1)),u.s=1),A_.test(s)?rd(u,s):PI(u,s)}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=WI,i.clone=P_,i.isDecimal=Fp,i.abs=NI,i.acos=DI,i.acosh=$I,i.add=BI,i.asin=LI,i.asinh=UI,i.atan=FI,i.atanh=zI,i.atan2=VI,i.cbrt=qI,i.ceil=GI,i.clamp=HI,i.cos=KI,i.cosh=XI,i.div=YI,i.exp=JI,i.floor=ZI,i.hypot=QI,i.ln=e9,i.log=t9,i.log10=n9,i.log2=r9,i.max=i9,i.min=s9,i.mod=o9,i.mul=a9,i.pow=c9,i.random=u9,i.round=l9,i.sign=f9,i.sin=d9,i.sinh=h9,i.sqrt=p9,i.sub=m9,i.sum=g9,i.tan=v9,i.tanh=y9,i.trunc=b9,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 YI(e,t){return new this(e).div(t)}function JI(e){return new this(e).exp()}function ZI(e){return Xe(e=new this(e),e.e+1,3)}function QI(){var e,t,r=new this(0);for(ct=!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 ct=!0,new this(1/0);r=t}return ct=!0,r.sqrt()}function Fp(e){return e instanceof ic||e&&e.toStringTag===C_||!1}function e9(e){return new this(e).ln()}function t9(e,t){return new this(e).log(t)}function r9(e){return new this(e).log(2)}function n9(e){return new this(e).log(10)}function i9(){return I_(this,arguments,"lt")}function s9(){return I_(this,arguments,"gt")}function o9(e,t){return new this(e).mod(t)}function a9(e,t){return new this(e).mul(t)}function c9(e,t){return new this(e).pow(t)}function u9(e){var t,r,n,i,s=0,o=new this(1),a=[];if(e===void 0?e=this.precision:Br(e,1,ss),n=Math.ceil(e/Qe),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(n));s<n;)i=t[s],i>=429e7?t[s]=crypto.getRandomValues(new Uint32Array(1))[0]:a[s++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(n*=4);s<n;)i=t[s]+(t[s+1]<<8)+(t[s+2]<<16)+((t[s+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,s):(a.push(i%1e7),s+=4);s=n/4}else throw Error(M_);else for(;s<n;)a[s++]=Math.random()*1e7|0;for(n=a[--s],e%=Qe,n&&e&&(i=dr(10,Qe-e),a[s]=(n/i|0)*i);a[s]===0;s--)a.pop();if(s<0)r=0,a=[0];else{for(r=-1;a[0]===0;r-=Qe)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Qe&&(r-=Qe-n)}return o.e=r,o.d=a,o}function l9(e){return Xe(e=new this(e),e.e+1,this.rounding)}function f9(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function d9(e){return new this(e).sin()}function h9(e){return new this(e).sinh()}function p9(e){return new this(e).sqrt()}function m9(e,t){return new this(e).sub(t)}function g9(){var e=0,t=arguments,r=new this(t[e]);for(ct=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return ct=!0,Xe(r,this.precision,this.rounding)}function v9(e){return new this(e).tan()}function y9(e){return new this(e).tanh()}function b9(e){return Xe(e=new this(e),e.e+1,1)}ve[Symbol.for("nodejs.util.inspect.custom")]=ve.toString;ve[Symbol.toStringTag]="Decimal";var ic=ve.constructor=P_(Qf);gu=new ic(gu);vu=new ic(vu);var zc=ic,fi=No(Do()),Ql=No(Do()),w9=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 Number(new Ql.default(e).mul(new Ql.default(this.slippage)).div(new Ql.default("1000000000000000000")).toString())}swap(e,t,r,n){return Tt(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,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 l=[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];return t.moveCall({target:`${e.publishedAt()}::aftermath::${a}`,typeArguments:[c,u,r.extendedDetails.aftermathLpSupplyType],arguments:l})})}},zp="0x000000000000000000000000000000000000000000000000000000000000dee9",_9=class{constructor(e){if(e!==0)throw new Error("Aftermath only supported on mainnet")}getAccountCap(e,t){return Tt(this,null,function*(){let r=50,n=null;for(;;){const i=e.getOwnedObjects({owner:t,cursor:n,limit:r,filter:{MoveModule:{package:zp,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 Tt(this,null,function*(){let n=yield this.getAccountCap(t,r);return n!==null?{accountCap:e.object(n),isCreate:!1}:{accountCap:e.moveCall({target:`${zp}::clob_v2::create_account`,typeArguments:[],arguments:[]}),isCreate:!0}})}swap(e,t,r,n){return Tt(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=yield this.getOrCreateAccountCap(t,e.client,e.signer),f=[t.object(r.id),n,l.accountCap,t.object(Ji)],h=t.moveCall({target:`${e.publishedAt()}::deepbook::${a}`,typeArguments:[c,u],arguments:f});return l.isCreate&&t.transferObjects([l.accountCap],e.signer),h})}},x9=class{constructor(e){if(e!==0)throw new Error("Kriya amm only supported on mainnet")}swap(e,t,r,n){return Tt(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(r.id),n];return t.moveCall({target:`${e.publishedAt()}::kriya_amm::${a}`,typeArguments:[c,u],arguments:l})})}},S9=class{constructor(e){if(e!==0)throw new Error("Kriya clmm only supported on mainnet");this.version="0xf5145a7ac345ca8736cf8c76047d00d6d378f30e81be6f6eb557184d9de93c78"}swap(e,t,r,n){return Tt(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(r.id),n,t.object(this.version),t.object(Ji)];return t.moveCall({target:`${e.publishedAt()}::kriya_clmm::${a}`,typeArguments:[c,u],arguments:l})})}},E9=class{constructor(e){if(e!==0)throw new Error("Flowx only supported on mainnet");this.container="0xb65dcbf63fd3ad5d0ebfbf334780dc9f785eff38a4459e37ab08fa79576ee511"}swap(e,t,r,n){return Tt(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(this.container),n];return t.moveCall({target:`${e.publishedAt()}::flowx_amm::${a}`,typeArguments:[c,u],arguments:l})})}},M9=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){return Tt(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(this.poolRegistry),t.pure.u64(r.feeRate*1e6),n,t.object(this.versioned),t.object(Ji)];return t.moveCall({target:`${e.publishedAt()}::flowx_clmm::${a}`,typeArguments:[c,u],arguments:l})})}},C9=class{constructor(e){if(e!==0)throw new Error("Turbos only supported on mainnet");this.versioned="0xf1cf0e81048df168ebeb1b8030fad24b3e0b53ae827c25053fff0779c1445b6f"}swap(e,t,r,n){return Tt(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,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 l=[t.object(r.id),n,t.object(Ji),t.object(this.versioned)];return t.moveCall({target:`${e.publishedAt()}::turbos::${a}`,typeArguments:[c,u,r.extendedDetails.turbosFeeType],arguments:l})})}},Vp=class{constructor(e,t){this.globalConfig=e===0?"0xdaa46292632c3c4d8f31f23ea0f9b36a28ff3677e9684980e4438403a67a3d8f":"0x9774e359588ead122af1c7e7f64e14ade261cfeecdb5d0eb4a5b3b4c8ab8bd3e",this.partner=t??(e===0?"0x639b5e433da31739e800cd085f356e64cae222966d0f1b11bd9dc76b322ff58b":"0x1f5fa5c820f40d43fc47815ad06d95e40a1942ff72a732a92e8ef4aa8cde70a5")}flash_swap(e,t,r,n){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["flash_swap_a2b",s,o]:["flash_swap_b2a",o,s];let l=n?r.amountIn:r.amountOut;const f=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),t.pure.u64(l),t.pure.bool(n),t.object(Ji)],h=t.moveCall({target:`${e.publishedAt()}::cetus::${a}`,typeArguments:[c,u],arguments:f});return{targetCoin:h[0],flashReceipt:h[1],payAmount:h[2]}}repay_flash_swap(e,t,r,n,i){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["repay_flash_swap_a2b",o,a]:["repay_flash_swap_b2a",a,o],f=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),n,i];return t.moveCall({target:`${e.publishedAt()}::cetus::${c}`,typeArguments:[u,l],arguments:f})[0]}swap(e,t,r,n){return Tt(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),n,t.object(Ji)];return t.moveCall({target:`${e.publishedAt()}::cetus::${a}`,typeArguments:[c,u],arguments:l})})}};function qp(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 A9(e){return e.split("::")[0]}function js(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=js(r),u=SI(xI({},c),{type_arguments:i.map(l=>js(l).source_address)});return u.type_arguments=u.type_arguments.map(l=>ws.isSuiCoin(l)?l:js(l).source_address),u.source_address=qp(u.full_address,u.type_arguments),u}const s=r.split("::"),a={full_address:r,address:r===R_||r===I9?"0x2":Jf.normalizeSuiObjectId(s[0]),module:s[1],name:s[2],type_arguments:[],source_address:""};return a.full_address=`${a.address}::${a.module}::${a.name}`,a.source_address=qp(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function Gp(e){return js(e).source_address}var T9="0x2::coin::Coin",O9=/^0x2::coin::Coin<(.+)>$/,R_="0x2::sui::SUI",I9="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",ws=class Di{static getCoinTypeArg(t){const r=t.type.match(O9);return r?r[1]:null}static isSUI(t){const r=Di.getCoinTypeArg(t);return r?Di.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`${T9}<${t}>`}static getCoinAssets(t,r){const n=[];return r.forEach(i=>{Gp(i.coinAddress)===Gp(t)&&n.push(i)}),n}static isSuiCoin(t){return js(t).full_address===R_}static selectCoinObjectIdGreaterThanOrEqual(t,r,n=[]){const i=Di.selectCoinAssetGreaterThanOrEqual(t,r,n),s=i.selectedCoins.map(c=>c.coinObjectId),o=i.remainingCoins,a=i.selectedCoins.map(c=>c.balance.toString());return{objectArray:s,remainCoins:o,amountArray:a}}static selectCoinAssetGreaterThanOrEqual(t,r,n=[]){const i=Di.sortByBalance(t.filter(u=>!n.includes(u.coinObjectId))),s=Di.calculateTotalBalance(i);if(s<r)return{selectedCoins:[],remainingCoins:i};if(s===r)return{selectedCoins:i,remainingCoins:[]};let o=BigInt(0);const a=[],c=[...i];for(;o<s;){const u=r-o,l=c.findIndex(h=>h.balance>=u);if(l!==-1){a.push(c[l]),c.splice(l,1);break}const f=c.pop();f.balance>0&&(a.push(f),o+=f.balance)}return{selectedCoins:Di.sortByBalance(a),remainingCoins:Di.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 Hp(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";default:return"Unknown error"}}function Yi(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 k9(e,t){e=Yi(e),t=Yi(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 N_(e,t){return e.moveCall({target:"0x2::coin::zero",typeArguments:[t]})}function ef(e,t,r,n){const i=ws.getCoinAssets(n,t);if(r===BigInt(0)&&i.length===0)return{targetCoin:N_(e,n),isMintZeroCoin:!0,targetCoinAmount:0};if(ws.calculateTotalBalance(i)<r)throw new AggregateError("Insufficient balance when build merge coin, coinType: "+n,"InsufficientBalance"+n);if(ws.isSuiCoin(n))return{targetCoin:e.splitCoins(e.gas,[e.pure.u64(r.toString())]),isMintZeroCoin:!0,targetCoinAmount:Number(r.toString())};let o=ws.sortByBalance(i);o.slice(0,3).reduce((f,h)=>f+h.balance,BigInt(0))<BigInt(r)&&(o=ws.sortByBalanceDes(i));let c=ws.selectCoinObjectIdGreaterThanOrEqual(o,r);const[u,...l]=c.objectArray;return l.length>0&&e.mergeCoins(u,l.map(f=>e.object(f))),{targetCoin:e.object(u),isMintZeroCoin:!1,targetCoinAmount:Number(r.toString())}}function j9(e,t=!0){return Tt(this,null,function*(){console.log("inputs",e.getData().inputs),e.getData().commands.forEach((r,n)=>{t&&console.log(`transaction ${n}: `,JSON.stringify(r,null,2))})})}function P9(e){return!(!e.startsWith("0x")||e.length!==66)}var Gs=No(Do()),wc=No(Do()),sc=No(Do()),fo=new sc.default(0);new sc.default(1);var R9=new sc.default(2);R9.pow(new sc.default(128));var N9=new sc.default("18446744073709551615"),Hs=1e9;function Wp(e,t,r){let n=fo;return t?n=e.mul(new wc.default(Hs-r*Hs)).div(new wc.default(Hs)):n=e.mul(new wc.default(Hs+r*Hs)).div(new wc.default(Hs)),Number(n.toString())}function D9(e,t,r){return new zc(e).mul(zc.pow(2,-64)).pow(2).mul(zc.pow(10,t-r))}function $9(e,t,r,n){return Tt(this,null,function*(){var i,s,o,a,c;const{from:u,target:l,amount:f,byAmountIn:h,pools:y}=t,_=Yi(u),w=Yi(l),A=new mI.Transaction,I=k9(_,w),P=n===0?"0x15c0555d7601d98ca2659a8387d377a81b1e285ee0808484e101f96d05806187":"0x2918cf39850de6d5d94d8196dc878c8c722cd79db659318e00bff57fbb4e2ede",N=I?_:w,F=I?w:_,L=[N,F];console.log("typeArguments",L,P);for(let x=0;x<y.length;x++){const E=[A.object(y[x]),A.pure.bool(I),A.pure.bool(h),A.pure.u64(f.toString())];A.moveCall({target:`${P}::fetcher_script::calculate_swap_result`,arguments:E,typeArguments:L})}if(!P9(r))throw new AggregateError("Aggregator package not set","InvalidWallet");j9(A);const H=yield e.devInspectTransactionBlock({transactionBlock:A,sender:r});if(H.error!=null)throw console.log("simulateRes.error",H.error),new AggregateError("Aggregator package not set","SimulateError");const q=(i=H.events)==null?void 0:i.filter(x=>x.type.includes("CalculatedSwapResultEvent"));if(q.length===0||q.length!==y.length)throw new AggregateError("Simulate event result error","simulateEventError");let X=h?fo:N9,re=0;for(let x=0;x<q.length;x+=1)if(!q[x].parsedJson.data.is_exceed)if(t.byAmountIn){const E=new Gs.BN(q[x].parsedJson.data.amount_out);E.gt(X)&&(re=x,X=E)}else{const E=new Gs.BN(q[x].parsedJson.data.amount_out);E.lt(X)&&(re=x,X=E)}const ae=q[re].parsedJson.data,oe=ae.step_results[0].current_sqrt_price,[V,$]=yield Promise.all([e.getCoinMetadata({coinType:N}).then(x=>x==null?void 0:x.decimals),e.getCoinMetadata({coinType:F}).then(x=>x==null?void 0:x.decimals)]);if(V==null||$==null)throw new AggregateError("Simulate event result error","CannotGetDecimals");const p=D9(oe,V,$),d={amountIn:new Gs.BN((s=ae.amount_in)!=null?s:0),amountOut:new Gs.BN((o=ae.amount_out)!=null?o:0),routes:[{path:[{id:y[re],direction:I,provider:"CETUS",from:_,target:w,feeRate:ae.fee_rate,amountIn:ae.amount_in,amountOut:ae.amount_out,extendedDetails:{afterSqrtPrice:ae.after_sqrt_price}}],amountIn:new Gs.BN((a=ae.amount_in)!=null?a:0),amountOut:new Gs.BN((c=ae.amount_out)!=null?c:0),initialPrice:p}],insufficientLiquidity:!1};return{isExceed:ae.is_exceed,routeData:d}})}var B9=class{constructor(e){if(e!==0)throw new Error("Haedal only supported on mainnet")}swap(e,t,r,n){return Tt(this,null,function*(){const{direction:i}=r;if(!i)throw new Error("Haedal not support b2a swap");const s="swap_a2b",o=[t.object(r.id),t.object("0x5"),n];return t.moveCall({target:`${e.publishedAt()}::haedal::${s}`,typeArguments:[],arguments:o})})}},L9=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){return Tt(this,null,function*(){const{direction:i}=r;if(!i)throw new Error("Afsui not support b2a swap");const s="swap_a2b",o=[t.object(this.stakedSuiVault),t.object(this.safe),t.object("0x5"),t.object(this.referVault),t.object(this.validator),n];return t.moveCall({target:`${e.publishedAt()}::afsui::${s}`,typeArguments:[],arguments:o})})}},U9=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){return Tt(this,null,function*(){const{direction:i}=r;if(!i)throw new Error("Volo not support b2a swap");const s="swap_a2b",o=[t.object(this.nativePool),t.object(this.metadata),t.object("0x5"),n];return t.moveCall({target:`${e.publishedAt()}::volo::${s}`,typeArguments:[],arguments:o})})}},F9=class{constructor(e){if(e!==0)throw new Error("Bluemove only supported on mainnet");this.dexInfo="0x3f2d9f724f4a1ce5e71676448dc452be9a6243dac9c5b975a588c8c867066e92"}swap(e,t,r,n){return Tt(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(this.dexInfo),n];return t.moveCall({target:`${e.publishedAt()}::bluemove::${a}`,typeArguments:[c,u],arguments:l})})}},z9=class{constructor(e){this.deepbookV3Config=e===0?"0xe4099d0cda04f3aa80028fac91a9b3dbe50d08f2ff42aa2c29473926e34ca48c":"0xe19b5d072346cae83a037d4e3c8492068a74410a74e5830b3a68012db38296aa"}swap(e,t,r,n,i){return Tt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o];let f;i?f=i:f=N_(t,e.deepbookv3DeepFeeType());const h=[t.object(this.deepbookV3Config),t.object(r.id),n,f,t.object(Ji)];return t.moveCall({target:`${e.publishedAtV2()}::deepbookv3::${c}`,typeArguments:[u,l],arguments:h})})}},V9=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){return Tt(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",s,o];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 l=[t.object(this.version),t.object(this.market),t.object(r.extendedDetails.scallopScoinTreasury),n,t.object(Ji)];return t.moveCall({target:`${e.publishedAtV2()}::scallop::${a}`,typeArguments:[c,u],arguments:l})})}},D_="CETUS",q9="DEEPBOOK",G9="KRIYA",H9="FLOWX",W9="FLOWXV3",K9="KRIYAV3",$_="TURBOS",nd="AFTERMATH",X9="HAEDAL",Y9="VOLO",J9="AFSUI",Z9="BLUEMOVE",B_="DEEPBOOKV3",L_="SCALLOP",Q9="https://api-sui.cetus.zone/router_v2",ek=class{constructor(e,t,r,n){this.endpoint=e?rk(e):Q9,this.client=r||new Dp.SuiClient({url:Dp.getFullnodeUrl("mainnet")}),this.signer=t||"",this.env=n||0,this.allCoins=new Map}getCoins(e,t=!0){return Tt(this,null,function*(){if(this.signer==="")throw new Error("Signer is required, but not provided.");let r=null,n=50;if(!t){const s=this.allCoins.get(e);if(s)return s}const i=[];for(;;){const s=yield this.client.getCoins({owner:this.signer,coinType:e,cursor:r,limit:n});for(const o of s.data)i.push({coinAddress:js(o.coinType).source_address,coinObjectId:o.coinObjectId,balance:BigInt(o.balance)});if(s.data.length<n)break;r=s.data[n-1].coinObjectId}return this.allCoins.set(e,i),i})}findRouters(e){return Tt(this,null,function*(){return nk(this.endpoint,e)})}expectInputSwap(e,t,r,n,i,s){return Tt(this,null,function*(){if(r.length===0)throw new Error("No router found");const o=r.map(h=>h.amountIn.toString()),a=r[0].path[0].from,c=r[0].path[r[0].path.length-1].target,u=e.splitCoins(t,o),l=[];for(let h=0;h<r.length;h++){if(r[h].path.length===0)throw new Error("Empty path");let y=u[h];for(const _ of r[h].path)y=yield this.newDex(_.provider,i).swap(this,e,_,y,s);l.push(y)}return this.transferOrDestoryCoin(e,t,a),this.checkCoinThresholdAndMergeCoin(e,l,c,n)})}expectOutputSwap(e,t,r,n){return Tt(this,null,function*(){const i=[],s=[],o=[],a=new Vp(this.env,n);for(let u=0;u<r.length;u++){const l=r[u];for(let h=l.path.length-1;h>=0;h--){const y=l.path[h],_=a.flash_swap(this,e,y,!1);i.unshift(_.targetCoin),s.unshift(_.flashReceipt)}let f=t;for(let h=0;h<l.path.length;h++){const y=l.path[h],_=a.repay_flash_swap(this,e,y,f,s[h]);f=i[h],h===0?t=_:this.transferOrDestoryCoin(e,_,y.from),h===l.path.length-1&&o.push(f)}}const c=r[0].path[0].from;if(this.transferOrDestoryCoin(e,t,c),o.length>1){const u=e.makeMoveVec({elements:o.slice(1)});e.moveCall({target:`${Jf.SUI_FRAMEWORK_ADDRESS}::pay::join_vec`,typeArguments:[r[0].path[r[0].path.length-1].target],arguments:[o[0],u]})}return o[0]})}swapInPools(e){return Tt(this,null,function*(){let t;try{t=yield $9(this.client,e,this.signer,this.env)}catch(r){return console.error("swapInPools error:",r),null}return t})}routerSwap(e){return Tt(this,null,function*(){const{routers:t,inputCoin:r,slippage:n,byAmountIn:i,txb:s,partner:o,deepbookv3DeepFee:a}=e,c=t.reduce((y,_)=>y.add(_.amountIn),new fi.default(0)),u=t.reduce((y,_)=>y.add(_.amountOut),new fi.default(0)),l=Wp(i?u:c,i,n);if(i)return yield this.expectInputSwap(s,r,t,new fi.default(l),o,a);const f=s.splitCoins(r,[l.toString()]);return this.transferOrDestoryCoin(s,r,t[0].path[0].from),yield this.expectOutputSwap(s,f[0],t,o)})}fastRouterSwap(e){return Tt(this,null,function*(){const{routers:t,byAmountIn:r,slippage:n,txb:i,partner:s,isMergeTragetCoin:o,refreshAllCoins:a,payDeepFeeAmount:c}=e,u=t[0].path[0].from;let l=yield this.getCoins(u,a);const f=t[0].path[t[0].path.length-1].target,h=t.reduce((N,F)=>N.add(F.amountIn),new fi.default(0)),y=t.reduce((N,F)=>N.add(F.amountOut),new fi.default(0)),_=Wp(r?y:h,r,n),A=ef(i,l,BigInt((r?h:_).toString()),u);let I;if(c&&c>0){let N=yield this.getCoins(this.deepbookv3DeepFeeType());I=ef(i,N,BigInt(c),this.deepbookv3DeepFeeType()).targetCoin}const P=yield this.routerSwap({routers:t,inputCoin:A.targetCoin,slippage:n,byAmountIn:r,txb:i,partner:s,deepbookv3DeepFee:I});if(o){let N=yield this.getCoins(f,a);const F=ef(i,N,BigInt(0),f);i.mergeCoins(F.targetCoin,[P]),F.isMintZeroCoin&&this.transferOrDestoryCoin(i,F.targetCoin,f)}else this.transferOrDestoryCoin(i,P,f)})}publishedAt(){return this.env===0?"0xec2108d2092dd6f1f6fe45def639500e323596e0bab9fabc206461aadf357e6a":"0x52eae33adeb44de55cfb3f281d4cc9e02d976181c0952f5323648b5717b33934"}publishedAtV2(){return this.env===0?"0x6d70ffa7aa3f924c3f0b573d27d29895a0ee666aaff821073f75cb14af7fd01a":"0x0ed287d6c3fe4962d0994ffddc1d19a15fba6a81533f3f0dcc2bbcedebce0637"}deepbookv3DeepFeeType(){return this.env===0?"0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP":"0x36dbef866a1d62bf7328989a10fb2f07d769f4ee587c0de4a0a256e57e0a58a8::deep::DEEP"}transferOrDestoryCoin(e,t,r){e.moveCall({target:`${this.publishedAt()}::utils::transfer_or_destroy_coin`,typeArguments:[r],arguments:[t]})}checkCoinThresholdAndMergeCoin(e,t,r,n){let i=t[0];if(t.length>1){let s=e.makeMoveVec({elements:t.slice(1)});e.moveCall({target:`${Jf.SUI_FRAMEWORK_ADDRESS}::pay::join_vec`,typeArguments:[r],arguments:[t[0],s]}),i=t[0]}return e.moveCall({target:`${this.publishedAt()}::utils::check_coin_threshold`,typeArguments:[r],arguments:[i,e.pure.u64(n.toString())]}),i}newDex(e,t){switch(e){case D_:return new Vp(this.env,t);case q9:return new _9(this.env);case B_:return new z9(this.env);case G9:return new x9(this.env);case K9:return new S9(this.env);case H9:return new E9(this.env);case W9:return new M9(this.env);case $_:return new C9(this.env);case nd:return new w9(this.env);case X9:return new B9(this.env);case J9:return new L9(this.env);case Y9:return new U9(this.env);case Z9:return new F9(this.env);case L_:return new V9(this.env);default:throw new Error(`Unsupported dex ${e}`)}}signAndExecuteTransaction(e,t){return Tt(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:e,signer:t,options:{showEffects:!0,showEvents:!0,showInput:!0,showBalanceChanges:!0}})})}devInspectTransactionBlock(e){return Tt(this,null,function*(){return yield this.client.devInspectTransactionBlock({transactionBlock:e,sender:this.signer})})}sendTransaction(e,t){return Tt(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:e,signer:t})})}getDeepbookV3Config(){return Tt(this,null,function*(){const e=yield ok(this.endpoint);return e?e.data:null})}};function tk(e){let t=0;for(const n of e.routes)for(const i of n.path)i.extended_details&&i.extended_details.deepbookv3_deep_fee&&(t+=Number(i.extended_details.deepbookv3_deep_fee));return{amountIn:new fi.default(e.amount_in.toString()),amountOut:new fi.default(e.amount_out.toString()),insufficientLiquidity:!1,routes:e.routes.map(n=>({path:n.path.map(i=>{var s,o,a,c,u;let l;i.provider===nd&&(l=i.extended_details.aftermath_pool_flatness===0?"v2":"v3");let f;return(i.provider===$_||i.provider===nd||i.provider===D_||i.provider===B_||i.provider===L_)&&(f={aftermathLpSupplyType:(s=i.extended_details)==null?void 0:s.aftermath_lp_supply_type,turbosFeeType:(o=i.extended_details)==null?void 0:o.turbos_fee_type,afterSqrtPrice:(a=i.extended_details)==null?void 0:a.after_sqrt_price,deepbookv3DeepFee:(c=i.extended_details)==null?void 0:c.deepbookv3_deep_fee,scallopScoinTreasury:(u=i.extended_details)==null?void 0:u.scallop_scoin_treasury}),{id:i.id,direction:i.direction,provider:i.provider,from:i.from,target:i.target,feeRate:i.fee_rate,amountIn:i.amount_in,amountOut:i.amount_out,extendedDetails:f,version:l}}),amountIn:new fi.default(n.amount_in.toString()),amountOut:new fi.default(n.amount_out.toString()),initialPrice:new zc(n.initial_price.toString())})),totalDeepFee:t}}var Ji="0x0000000000000000000000000000000000000000000000000000000000000006";No(Do());function rk(e){return e.endsWith("/find_routes")?e.replace("/find_routes",""):e}function nk(e,t){return Tt(this,null,function*(){let r;if(t.liquidityChanges&&t.liquidityChanges.length>0?r=yield sk(e,t):r=yield ik(e,t),!r)return null;if(!r.ok)return{amountIn:fo,amountOut:fo,routes:[],insufficientLiquidity:!1,error:{code:10001,msg:Hp(10001)}};const n=yield r.json();if(n.data!=null)return tk(n.data);const i=n.msg==="liquidity is not enough";return{amountIn:fo,amountOut:fo,routes:[],insufficientLiquidity:i,error:{code:10003,msg:Hp(10003)}}})}function ik(e,t){return Tt(this,null,function*(){try{const{from:r,target:n,amount:i,byAmountIn:s,depth:o,splitAlgorithm:a,splitFactor:c,splitCount:u,providers:l}=t,f=Yi(r),h=Yi(n);let y=`${e}/find_routes?from=${f}&target=${h}&amount=${i.toString()}&by_amount_in=${s}`;return o&&(y+=`&depth=${o}`),a&&(y+=`&split_algorithm=${a}`),c&&(y+=`&split_factor=${c}`),u&&(y+=`&split_count=${u}`),l&&l.length>0&&(y+=`&providers=${l.join(",")}`),y+="&v=1000304",yield fetch(y)}catch(r){return console.error(r),null}})}function sk(e,t){return Tt(this,null,function*(){const{from:r,target:n,amount:i,byAmountIn:s,depth:o,splitAlgorithm:a,splitFactor:c,splitCount:u,providers:l,liquidityChanges:f}=t,h=Yi(r),y=Yi(n),_=`${e}/find_routes`,w=l==null?void 0:l.join(","),A={from:h,target:y,amount:Number(i.toString()),by_amount_in:s,depth:o,split_algorithm:a,split_factor:c,split_count:u,providers:w,liquidity_changes:f.map(I=>({pool:I.poolID,tick_lower:I.ticklower,tick_upper:I.tickUpper,delta_liquidity:I.deltaLiquidity}))};try{return yield fetch(_,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(A)})}catch(I){return console.error("Error:",I),null}})}function ok(e){return Tt(this,null,function*(){const t=`${e}/deepbookv3_config`;try{return(yield fetch(t)).json()}catch(r){return console.error("Error:",r),null}})}var U_=(e=>(e[e.Mainnet=0]="Mainnet",e[e.Testnet=1]="Testnet",e))(U_||{}),F_=ek,ak=U_,Kp=A9,Ta=js,Yh={exports:{}},tf={},Xp;function z_(){return Xp||(Xp=1,function(e){Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var t={},r={};r.byteLength=l,r.toByteArray=h,r.fromByteArray=w;for(var n=[],i=[],s=typeof Uint8Array<"u"?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,c=o.length;a<c;++a)n[a]=o[a],i[o.charCodeAt(a)]=a;i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63;function u(P){var N=P.length;if(N%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var F=P.indexOf("=");F===-1&&(F=N);var L=F===N?0:4-F%4;return[F,L]}function l(P){var N=u(P),F=N[0],L=N[1];return(F+L)*3/4-L}function f(P,N,F){return(N+F)*3/4-F}function h(P){var N,F=u(P),L=F[0],H=F[1],q=new s(f(P,L,H)),X=0,re=H>0?L-4:L,ae;for(ae=0;ae<re;ae+=4)N=i[P.charCodeAt(ae)]<<18|i[P.charCodeAt(ae+1)]<<12|i[P.charCodeAt(ae+2)]<<6|i[P.charCodeAt(ae+3)],q[X++]=N>>16&255,q[X++]=N>>8&255,q[X++]=N&255;return H===2&&(N=i[P.charCodeAt(ae)]<<2|i[P.charCodeAt(ae+1)]>>4,q[X++]=N&255),H===1&&(N=i[P.charCodeAt(ae)]<<10|i[P.charCodeAt(ae+1)]<<4|i[P.charCodeAt(ae+2)]>>2,q[X++]=N>>8&255,q[X++]=N&255),q}function y(P){return n[P>>18&63]+n[P>>12&63]+n[P>>6&63]+n[P&63]}function _(P,N,F){for(var L,H=[],q=N;q<F;q+=3)L=(P[q]<<16&16711680)+(P[q+1]<<8&65280)+(P[q+2]&255),H.push(y(L));return H.join("")}function w(P){for(var N,F=P.length,L=F%3,H=[],q=16383,X=0,re=F-L;X<re;X+=q)H.push(_(P,X,X+q>re?re:X+q));return L===1?(N=P[F-1],H.push(n[N>>2]+n[N<<4&63]+"==")):L===2&&(N=(P[F-2]<<8)+P[F-1],H.push(n[N>>10]+n[N>>4&63]+n[N<<2&63]+"=")),H.join("")}var A={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */A.read=function(P,N,F,L,H){var q,X,re=H*8-L-1,ae=(1<<re)-1,oe=ae>>1,V=-7,$=F?H-1:0,p=F?-1:1,d=P[N+$];for($+=p,q=d&(1<<-V)-1,d>>=-V,V+=re;V>0;q=q*256+P[N+$],$+=p,V-=8);for(X=q&(1<<-V)-1,q>>=-V,V+=L;V>0;X=X*256+P[N+$],$+=p,V-=8);if(q===0)q=1-oe;else{if(q===ae)return X?NaN:(d?-1:1)*(1/0);X=X+Math.pow(2,L),q=q-oe}return(d?-1:1)*X*Math.pow(2,q-L)},A.write=function(P,N,F,L,H,q){var X,re,ae,oe=q*8-H-1,V=(1<<oe)-1,$=V>>1,p=H===23?Math.pow(2,-24)-Math.pow(2,-77):0,d=L?0:q-1,m=L?1:-1,x=N<0||N===0&&1/N<0?1:0;for(N=Math.abs(N),isNaN(N)||N===1/0?(re=isNaN(N)?1:0,X=V):(X=Math.floor(Math.log(N)/Math.LN2),N*(ae=Math.pow(2,-X))<1&&(X--,ae*=2),X+$>=1?N+=p/ae:N+=p*Math.pow(2,1-$),N*ae>=2&&(X++,ae/=2),X+$>=V?(re=0,X=V):X+$>=1?(re=(N*ae-1)*Math.pow(2,H),X=X+$):(re=N*Math.pow(2,$-1)*Math.pow(2,H),X=0));H>=8;P[F+d]=re&255,d+=m,re/=256,H-=8);for(X=X<<H|re,oe+=H;oe>0;P[F+d]=X&255,d+=m,X/=256,oe-=8);P[F+d-m]|=x*128};/*!
|
|
28
|
+
}`,u=await s.query({query:c,variables:void 0});if(u.errors)throw new Error(JSON.stringify({query:c,errors:u.errors}));for(const l of o){const f=Tm(l.id);if(!u.data||!u.data[f])throw new Error(`No result found for: ${l.name}`);const h=u.data[f];l.type==="package"&&(a.packages[l.name]=h.address),l.type==="moveType"&&(a.types[l.name]=h.repr)}return a}},Tm=e=>`key_${e}`;var Dp=Object.defineProperty,w7=Object.getOwnPropertyDescriptor,_7=Object.getOwnPropertyNames,x7=Object.prototype.hasOwnProperty,S7=(e,t)=>{for(var r in t)Dp(e,r,{get:t[r],enumerable:!0})},E7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of _7(t))!x7.call(e,i)&&i!==r&&Dp(e,i,{get:()=>t[i],enumerable:!(n=w7(t,i))||n.enumerable});return e},C7=e=>E7(Dp({},"__esModule",{value:!0}),e),Tx={};S7(Tx,{Arguments:()=>P7.Arguments,AsyncCache:()=>Pm.AsyncCache,Commands:()=>Om.Commands,Inputs:()=>M7.Inputs,ObjectCache:()=>Pm.ObjectCache,ParallelTransactionExecutor:()=>O7.ParallelTransactionExecutor,SerialTransactionExecutor:()=>A7.SerialTransactionExecutor,Transaction:()=>Im.Transaction,TransactionDataBuilder:()=>T7.TransactionDataBuilder,UpgradePolicy:()=>Om.UpgradePolicy,coinWithBalance:()=>I7.coinWithBalance,getPureBcsSchema:()=>Am.getPureBcsSchema,isTransaction:()=>Im.isTransaction,namedPackagesPlugin:()=>j7.namedPackagesPlugin,normalizedTypeToMoveTypeSignature:()=>Am.normalizedTypeToMoveTypeSignature});var xo=C7(Tx),Am=g_,M7=ol,Om=lp,Im=cl,T7=yp,Pm=Y_,A7=fx,O7=CP,I7=BP,P7=YP,j7=y7,Ax={},ul={},$p={},ll={},Bp={},fl={};Object.defineProperty(fl,"__esModule",{value:!0});fl.Convert=void 0;class k7{static toPriceFeed(t){return Ef(t,_i("PriceFeed"))}static priceFeedToJson(t){return Cf(t,_i("PriceFeed"))}static toPrice(t){return Ef(t,_i("Price"))}static priceToJson(t){return Cf(t,_i("Price"))}static toPriceFeedMetadata(t){return Ef(t,_i("PriceFeedMetadata"))}static priceFeedMetadataToJson(t){return Cf(t,_i("PriceFeedMetadata"))}}fl.Convert=k7;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 R7(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 N7(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 So(e,t,r,n=""){function i(l,f){return typeof l==typeof f?f:mi(l,f,n)}function s(l,f){const h=l.length;for(let y=0;y<h;y++){const b=l[y];try{return So(f,b,r)}catch{}}return mi(l,f)}function o(l,f){return l.indexOf(f)!==-1?f:mi(l,f)}function a(l,f){return Array.isArray(f)?f.map(h=>So(h,l,r)):mi("array",f)}function c(l){if(l===null)return null;const f=new Date(l);return isNaN(f.valueOf())?mi("Date",l):f}function u(l,f,h){if(h===null||typeof h!="object"||Array.isArray(h))return mi("object",h);const y={};return Object.getOwnPropertyNames(l).forEach(b=>{const _=l[b],A=Object.prototype.hasOwnProperty.call(h,b)?h[b]:void 0;y[_.key]=So(A,_.typ,r,_.key)}),Object.getOwnPropertyNames(h).forEach(b=>{Object.prototype.hasOwnProperty.call(l,b)||(y[b]=So(h[b],f,r,b))}),y}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=D7[t.ref];return Array.isArray(t)?o(t,e):typeof t=="object"?t.hasOwnProperty("unionMembers")?s(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 Ef(e,t){return So(e,t,R7)}function Cf(e,t){return So(e,t,N7)}function _s(...e){return{unionMembers:e}}function Mf(e,t){return{props:e,additional:t}}function _i(e){return{ref:e}}const D7={PriceFeed:Mf([{json:"ema_price",js:"ema_price",typ:_i("Price")},{json:"id",js:"id",typ:""},{json:"metadata",js:"metadata",typ:_s(void 0,_i("PriceFeedMetadata"))},{json:"price",js:"price",typ:_i("Price")},{json:"vaa",js:"vaa",typ:_s(void 0,"")}],"any"),Price:Mf([{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:Mf([{json:"attestation_time",js:"attestation_time",typ:_s(void 0,0)},{json:"emitter_chain",js:"emitter_chain",typ:0},{json:"prev_publish_time",js:"prev_publish_time",typ:_s(void 0,0)},{json:"price_service_receive_time",js:"price_service_receive_time",typ:_s(void 0,0)},{json:"sequence_number",js:"sequence_number",typ:_s(void 0,0)},{json:"slot",js:"slot",typ:_s(void 0,0)}],"any")};var Tf={},jm;function dl(){return jm||(jm=1,function(e){Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var t={},r={};r.byteLength=l,r.toByteArray=h,r.fromByteArray=_;for(var n=[],i=[],s=typeof Uint8Array<"u"?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,c=o.length;a<c;++a)n[a]=o[a],i[o.charCodeAt(a)]=a;i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63;function u(R){var N=R.length;if(N%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var F=R.indexOf("=");F===-1&&(F=N);var L=F===N?0:4-F%4;return[F,L]}function l(R){var N=u(R),F=N[0],L=N[1];return(F+L)*3/4-L}function f(R,N,F){return(N+F)*3/4-F}function h(R){var N,F=u(R),L=F[0],G=F[1],q=new s(f(R,L,G)),J=0,ne=G>0?L-4:L,ae;for(ae=0;ae<ne;ae+=4)N=i[R.charCodeAt(ae)]<<18|i[R.charCodeAt(ae+1)]<<12|i[R.charCodeAt(ae+2)]<<6|i[R.charCodeAt(ae+3)],q[J++]=N>>16&255,q[J++]=N>>8&255,q[J++]=N&255;return G===2&&(N=i[R.charCodeAt(ae)]<<2|i[R.charCodeAt(ae+1)]>>4,q[J++]=N&255),G===1&&(N=i[R.charCodeAt(ae)]<<10|i[R.charCodeAt(ae+1)]<<4|i[R.charCodeAt(ae+2)]>>2,q[J++]=N>>8&255,q[J++]=N&255),q}function y(R){return n[R>>18&63]+n[R>>12&63]+n[R>>6&63]+n[R&63]}function b(R,N,F){for(var L,G=[],q=N;q<F;q+=3)L=(R[q]<<16&16711680)+(R[q+1]<<8&65280)+(R[q+2]&255),G.push(y(L));return G.join("")}function _(R){for(var N,F=R.length,L=F%3,G=[],q=16383,J=0,ne=F-L;J<ne;J+=q)G.push(b(R,J,J+q>ne?ne:J+q));return L===1?(N=R[F-1],G.push(n[N>>2]+n[N<<4&63]+"==")):L===2&&(N=(R[F-2]<<8)+R[F-1],G.push(n[N>>10]+n[N>>4&63]+n[N<<2&63]+"=")),G.join("")}var A={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */A.read=function(R,N,F,L,G){var q,J,ne=G*8-L-1,ae=(1<<ne)-1,ce=ae>>1,V=-7,$=F?G-1:0,p=F?-1:1,d=R[N+$];for($+=p,q=d&(1<<-V)-1,d>>=-V,V+=ne;V>0;q=q*256+R[N+$],$+=p,V-=8);for(J=q&(1<<-V)-1,q>>=-V,V+=L;V>0;J=J*256+R[N+$],$+=p,V-=8);if(q===0)q=1-ce;else{if(q===ae)return J?NaN:(d?-1:1)*(1/0);J=J+Math.pow(2,L),q=q-ce}return(d?-1:1)*J*Math.pow(2,q-L)},A.write=function(R,N,F,L,G,q){var J,ne,ae,ce=q*8-G-1,V=(1<<ce)-1,$=V>>1,p=G===23?Math.pow(2,-24)-Math.pow(2,-77):0,d=L?0:q-1,m=L?1:-1,x=N<0||N===0&&1/N<0?1:0;for(N=Math.abs(N),isNaN(N)||N===1/0?(ne=isNaN(N)?1:0,J=V):(J=Math.floor(Math.log(N)/Math.LN2),N*(ae=Math.pow(2,-J))<1&&(J--,ae*=2),J+$>=1?N+=p/ae:N+=p*Math.pow(2,1-$),N*ae>=2&&(J++,ae/=2),J+$>=V?(ne=0,J=V):J+$>=1?(ne=(N*ae-1)*Math.pow(2,G),J=J+$):(ne=N*Math.pow(2,$-1)*Math.pow(2,G),J=0));G>=8;R[F+d]=ne&255,d+=m,ne/=256,G-=8);for(J=J<<G|ne,ce+=G;ce>0;R[F+d]=J&255,d+=m,J/=256,ce-=8);R[F+d-m]|=x*128};/*!
|
|
29
29
|
* The buffer module from node.js, for the browser.
|
|
30
30
|
*
|
|
31
31
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
32
32
|
* @license MIT
|
|
33
|
-
*/(function(P){const N=r,F=A,L=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;P.Buffer=V,P.SlowBuffer=v,P.INSPECT_MAX_BYTES=50;const H=2147483647;P.kMaxLength=H;const{Uint8Array:q,ArrayBuffer:X,SharedArrayBuffer:re}=globalThis;V.TYPED_ARRAY_SUPPORT=ae(),!V.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 ae(){try{const j=new q(1),S={foo:function(){return 42}};return Object.setPrototypeOf(S,q.prototype),Object.setPrototypeOf(j,S),j.foo()===42}catch{return!1}}Object.defineProperty(V.prototype,"parent",{enumerable:!0,get:function(){if(V.isBuffer(this))return this.buffer}}),Object.defineProperty(V.prototype,"offset",{enumerable:!0,get:function(){if(V.isBuffer(this))return this.byteOffset}});function oe(j){if(j>H)throw new RangeError('The value "'+j+'" is invalid for option "size"');const S=new q(j);return Object.setPrototypeOf(S,V.prototype),S}function V(j,S,M){if(typeof j=="number"){if(typeof S=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return m(j)}return $(j,S,M)}V.poolSize=8192;function $(j,S,M){if(typeof j=="string")return x(j,S);if(X.isView(j))return C(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,X)||j&>(j.buffer,X)||typeof re<"u"&&(gt(j,re)||j&>(j.buffer,re)))return k(j,S,M);if(typeof j=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const B=j.valueOf&&j.valueOf();if(B!=null&&B!==j)return V.from(B,S,M);const K=T(j);if(K)return K;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof j[Symbol.toPrimitive]=="function")return V.from(j[Symbol.toPrimitive]("string"),S,M);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof j)}V.from=function(j,S,M){return $(j,S,M)},Object.setPrototypeOf(V.prototype,q.prototype),Object.setPrototypeOf(V,q);function p(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 d(j,S,M){return p(j),j<=0?oe(j):S!==void 0?typeof M=="string"?oe(j).fill(S,M):oe(j).fill(S):oe(j)}V.alloc=function(j,S,M){return d(j,S,M)};function m(j){return p(j),oe(j<0?0:g(j)|0)}V.allocUnsafe=function(j){return m(j)},V.allocUnsafeSlow=function(j){return m(j)};function x(j,S){if((typeof S!="string"||S==="")&&(S="utf8"),!V.isEncoding(S))throw new TypeError("Unknown encoding: "+S);const M=R(j,S)|0;let B=oe(M);const K=B.write(j,S);return K!==M&&(B=B.slice(0,K)),B}function E(j){const S=j.length<0?0:g(j.length)|0,M=oe(S);for(let B=0;B<S;B+=1)M[B]=j[B]&255;return M}function C(j){if(gt(j,q)){const S=new q(j);return k(S.buffer,S.byteOffset,S.byteLength)}return E(j)}function k(j,S,M){if(S<0||j.byteLength<S)throw new RangeError('"offset" is outside of buffer bounds');if(j.byteLength<S+(M||0))throw new RangeError('"length" is outside of buffer bounds');let B;return S===void 0&&M===void 0?B=new q(j):M===void 0?B=new q(j,S):B=new q(j,S,M),Object.setPrototypeOf(B,V.prototype),B}function T(j){if(V.isBuffer(j)){const S=g(j.length)|0,M=oe(S);return M.length===0||j.copy(M,0,0,S),M}if(j.length!==void 0)return typeof j.length!="number"||It(j.length)?oe(0):E(j);if(j.type==="Buffer"&&Array.isArray(j.data))return E(j.data)}function g(j){if(j>=H)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+H.toString(16)+" bytes");return j|0}function v(j){return+j!=j&&(j=0),V.alloc(+j)}V.isBuffer=function(S){return S!=null&&S._isBuffer===!0&&S!==V.prototype},V.compare=function(S,M){if(gt(S,q)&&(S=V.from(S,S.offset,S.byteLength)),gt(M,q)&&(M=V.from(M,M.offset,M.byteLength)),!V.isBuffer(S)||!V.isBuffer(M))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(S===M)return 0;let B=S.length,K=M.length;for(let Z=0,ee=Math.min(B,K);Z<ee;++Z)if(S[Z]!==M[Z]){B=S[Z],K=M[Z];break}return B<K?-1:K<B?1:0},V.isEncoding=function(S){switch(String(S).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}},V.concat=function(S,M){if(!Array.isArray(S))throw new TypeError('"list" argument must be an Array of Buffers');if(S.length===0)return V.alloc(0);let B;if(M===void 0)for(M=0,B=0;B<S.length;++B)M+=S[B].length;const K=V.allocUnsafe(M);let Z=0;for(B=0;B<S.length;++B){let ee=S[B];if(gt(ee,q))Z+ee.length>K.length?(V.isBuffer(ee)||(ee=V.from(ee)),ee.copy(K,Z)):q.prototype.set.call(K,ee,Z);else if(V.isBuffer(ee))ee.copy(K,Z);else throw new TypeError('"list" argument must be an Array of Buffers');Z+=ee.length}return K};function R(j,S){if(V.isBuffer(j))return j.length;if(X.isView(j)||gt(j,X))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 M=j.length,B=arguments.length>2&&arguments[2]===!0;if(!B&&M===0)return 0;let K=!1;for(;;)switch(S){case"ascii":case"latin1":case"binary":return M;case"utf8":case"utf-8":return Ot(j).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return M*2;case"hex":return M>>>1;case"base64":return St(j).length;default:if(K)return B?-1:Ot(j).length;S=(""+S).toLowerCase(),K=!0}}V.byteLength=R;function se(j,S,M){let B=!1;if((S===void 0||S<0)&&(S=0),S>this.length||((M===void 0||M>this.length)&&(M=this.length),M<=0)||(M>>>=0,S>>>=0,M<=S))return"";for(j||(j="utf8");;)switch(j){case"hex":return qe(this,S,M);case"utf8":case"utf-8":return $e(this,S,M);case"ascii":return me(this,S,M);case"latin1":case"binary":return Te(this,S,M);case"base64":return ht(this,S,M);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return De(this,S,M);default:if(B)throw new TypeError("Unknown encoding: "+j);j=(j+"").toLowerCase(),B=!0}}V.prototype._isBuffer=!0;function ue(j,S,M){const B=j[S];j[S]=j[M],j[M]=B}V.prototype.swap16=function(){const S=this.length;if(S%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let M=0;M<S;M+=2)ue(this,M,M+1);return this},V.prototype.swap32=function(){const S=this.length;if(S%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let M=0;M<S;M+=4)ue(this,M,M+3),ue(this,M+1,M+2);return this},V.prototype.swap64=function(){const S=this.length;if(S%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let M=0;M<S;M+=8)ue(this,M,M+7),ue(this,M+1,M+6),ue(this,M+2,M+5),ue(this,M+3,M+4);return this},V.prototype.toString=function(){const S=this.length;return S===0?"":arguments.length===0?$e(this,0,S):se.apply(this,arguments)},V.prototype.toLocaleString=V.prototype.toString,V.prototype.equals=function(S){if(!V.isBuffer(S))throw new TypeError("Argument must be a Buffer");return this===S?!0:V.compare(this,S)===0},V.prototype.inspect=function(){let S="";const M=P.INSPECT_MAX_BYTES;return S=this.toString("hex",0,M).replace(/(.{2})/g,"$1 ").trim(),this.length>M&&(S+=" ... "),"<Buffer "+S+">"},L&&(V.prototype[L]=V.prototype.inspect),V.prototype.compare=function(S,M,B,K,Z){if(gt(S,q)&&(S=V.from(S,S.offset,S.byteLength)),!V.isBuffer(S))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof S);if(M===void 0&&(M=0),B===void 0&&(B=S?S.length:0),K===void 0&&(K=0),Z===void 0&&(Z=this.length),M<0||B>S.length||K<0||Z>this.length)throw new RangeError("out of range index");if(K>=Z&&M>=B)return 0;if(K>=Z)return-1;if(M>=B)return 1;if(M>>>=0,B>>>=0,K>>>=0,Z>>>=0,this===S)return 0;let ee=Z-K,Be=B-M;const tt=Math.min(ee,Be),Ne=this.slice(K,Z),z=S.slice(M,B);for(let ne=0;ne<tt;++ne)if(Ne[ne]!==z[ne]){ee=Ne[ne],Be=z[ne];break}return ee<Be?-1:Be<ee?1:0};function xe(j,S,M,B,K){if(j.length===0)return-1;if(typeof M=="string"?(B=M,M=0):M>2147483647?M=2147483647:M<-2147483648&&(M=-2147483648),M=+M,It(M)&&(M=K?0:j.length-1),M<0&&(M=j.length+M),M>=j.length){if(K)return-1;M=j.length-1}else if(M<0)if(K)M=0;else return-1;if(typeof S=="string"&&(S=V.from(S,B)),V.isBuffer(S))return S.length===0?-1:be(j,S,M,B,K);if(typeof S=="number")return S=S&255,typeof q.prototype.indexOf=="function"?K?q.prototype.indexOf.call(j,S,M):q.prototype.lastIndexOf.call(j,S,M):be(j,[S],M,B,K);throw new TypeError("val must be string, number or Buffer")}function be(j,S,M,B,K){let Z=1,ee=j.length,Be=S.length;if(B!==void 0&&(B=String(B).toLowerCase(),B==="ucs2"||B==="ucs-2"||B==="utf16le"||B==="utf-16le")){if(j.length<2||S.length<2)return-1;Z=2,ee/=2,Be/=2,M/=2}function tt(z,ne){return Z===1?z[ne]:z.readUInt16BE(ne*Z)}let Ne;if(K){let z=-1;for(Ne=M;Ne<ee;Ne++)if(tt(j,Ne)===tt(S,z===-1?0:Ne-z)){if(z===-1&&(z=Ne),Ne-z+1===Be)return z*Z}else z!==-1&&(Ne-=Ne-z),z=-1}else for(M+Be>ee&&(M=ee-Be),Ne=M;Ne>=0;Ne--){let z=!0;for(let ne=0;ne<Be;ne++)if(tt(j,Ne+ne)!==tt(S,ne)){z=!1;break}if(z)return Ne}return-1}V.prototype.includes=function(S,M,B){return this.indexOf(S,M,B)!==-1},V.prototype.indexOf=function(S,M,B){return xe(this,S,M,B,!0)},V.prototype.lastIndexOf=function(S,M,B){return xe(this,S,M,B,!1)};function Ce(j,S,M,B){M=Number(M)||0;const K=j.length-M;B?(B=Number(B),B>K&&(B=K)):B=K;const Z=S.length;B>Z/2&&(B=Z/2);let ee;for(ee=0;ee<B;++ee){const Be=parseInt(S.substr(ee*2,2),16);if(It(Be))return ee;j[M+ee]=Be}return ee}function Me(j,S,M,B){return Je(Ot(S,j.length-M),j,M,B)}function Ke(j,S,M,B){return Je(it(S),j,M,B)}function Ue(j,S,M,B){return Je(St(S),j,M,B)}function lt(j,S,M,B){return Je(yt(S,j.length-M),j,M,B)}V.prototype.write=function(S,M,B,K){if(M===void 0)K="utf8",B=this.length,M=0;else if(B===void 0&&typeof M=="string")K=M,B=this.length,M=0;else if(isFinite(M))M=M>>>0,isFinite(B)?(B=B>>>0,K===void 0&&(K="utf8")):(K=B,B=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const Z=this.length-M;if((B===void 0||B>Z)&&(B=Z),S.length>0&&(B<0||M<0)||M>this.length)throw new RangeError("Attempt to write outside buffer bounds");K||(K="utf8");let ee=!1;for(;;)switch(K){case"hex":return Ce(this,S,M,B);case"utf8":case"utf-8":return Me(this,S,M,B);case"ascii":case"latin1":case"binary":return Ke(this,S,M,B);case"base64":return Ue(this,S,M,B);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return lt(this,S,M,B);default:if(ee)throw new TypeError("Unknown encoding: "+K);K=(""+K).toLowerCase(),ee=!0}},V.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ht(j,S,M){return S===0&&M===j.length?N.fromByteArray(j):N.fromByteArray(j.slice(S,M))}function $e(j,S,M){M=Math.min(j.length,M);const B=[];let K=S;for(;K<M;){const Z=j[K];let ee=null,Be=Z>239?4:Z>223?3:Z>191?2:1;if(K+Be<=M){let tt,Ne,z,ne;switch(Be){case 1:Z<128&&(ee=Z);break;case 2:tt=j[K+1],(tt&192)===128&&(ne=(Z&31)<<6|tt&63,ne>127&&(ee=ne));break;case 3:tt=j[K+1],Ne=j[K+2],(tt&192)===128&&(Ne&192)===128&&(ne=(Z&15)<<12|(tt&63)<<6|Ne&63,ne>2047&&(ne<55296||ne>57343)&&(ee=ne));break;case 4:tt=j[K+1],Ne=j[K+2],z=j[K+3],(tt&192)===128&&(Ne&192)===128&&(z&192)===128&&(ne=(Z&15)<<18|(tt&63)<<12|(Ne&63)<<6|z&63,ne>65535&&ne<1114112&&(ee=ne))}}ee===null?(ee=65533,Be=1):ee>65535&&(ee-=65536,B.push(ee>>>10&1023|55296),ee=56320|ee&1023),B.push(ee),K+=Be}return we(B)}const mt=4096;function we(j){const S=j.length;if(S<=mt)return String.fromCharCode.apply(String,j);let M="",B=0;for(;B<S;)M+=String.fromCharCode.apply(String,j.slice(B,B+=mt));return M}function me(j,S,M){let B="";M=Math.min(j.length,M);for(let K=S;K<M;++K)B+=String.fromCharCode(j[K]&127);return B}function Te(j,S,M){let B="";M=Math.min(j.length,M);for(let K=S;K<M;++K)B+=String.fromCharCode(j[K]);return B}function qe(j,S,M){const B=j.length;(!S||S<0)&&(S=0),(!M||M<0||M>B)&&(M=B);let K="";for(let Z=S;Z<M;++Z)K+=ot[j[Z]];return K}function De(j,S,M){const B=j.slice(S,M);let K="";for(let Z=0;Z<B.length-1;Z+=2)K+=String.fromCharCode(B[Z]+B[Z+1]*256);return K}V.prototype.slice=function(S,M){const B=this.length;S=~~S,M=M===void 0?B:~~M,S<0?(S+=B,S<0&&(S=0)):S>B&&(S=B),M<0?(M+=B,M<0&&(M=0)):M>B&&(M=B),M<S&&(M=S);const K=this.subarray(S,M);return Object.setPrototypeOf(K,V.prototype),K};function Oe(j,S,M){if(j%1!==0||j<0)throw new RangeError("offset is not uint");if(j+S>M)throw new RangeError("Trying to access beyond buffer length")}V.prototype.readUintLE=V.prototype.readUIntLE=function(S,M,B){S=S>>>0,M=M>>>0,B||Oe(S,M,this.length);let K=this[S],Z=1,ee=0;for(;++ee<M&&(Z*=256);)K+=this[S+ee]*Z;return K},V.prototype.readUintBE=V.prototype.readUIntBE=function(S,M,B){S=S>>>0,M=M>>>0,B||Oe(S,M,this.length);let K=this[S+--M],Z=1;for(;M>0&&(Z*=256);)K+=this[S+--M]*Z;return K},V.prototype.readUint8=V.prototype.readUInt8=function(S,M){return S=S>>>0,M||Oe(S,1,this.length),this[S]},V.prototype.readUint16LE=V.prototype.readUInt16LE=function(S,M){return S=S>>>0,M||Oe(S,2,this.length),this[S]|this[S+1]<<8},V.prototype.readUint16BE=V.prototype.readUInt16BE=function(S,M){return S=S>>>0,M||Oe(S,2,this.length),this[S]<<8|this[S+1]},V.prototype.readUint32LE=V.prototype.readUInt32LE=function(S,M){return S=S>>>0,M||Oe(S,4,this.length),(this[S]|this[S+1]<<8|this[S+2]<<16)+this[S+3]*16777216},V.prototype.readUint32BE=V.prototype.readUInt32BE=function(S,M){return S=S>>>0,M||Oe(S,4,this.length),this[S]*16777216+(this[S+1]<<16|this[S+2]<<8|this[S+3])},V.prototype.readBigUInt64LE=bt(function(S){S=S>>>0,xt(S,"offset");const M=this[S],B=this[S+7];(M===void 0||B===void 0)&&Ct(S,this.length-8);const K=M+this[++S]*2**8+this[++S]*2**16+this[++S]*2**24,Z=this[++S]+this[++S]*2**8+this[++S]*2**16+B*2**24;return BigInt(K)+(BigInt(Z)<<BigInt(32))}),V.prototype.readBigUInt64BE=bt(function(S){S=S>>>0,xt(S,"offset");const M=this[S],B=this[S+7];(M===void 0||B===void 0)&&Ct(S,this.length-8);const K=M*2**24+this[++S]*2**16+this[++S]*2**8+this[++S],Z=this[++S]*2**24+this[++S]*2**16+this[++S]*2**8+B;return(BigInt(K)<<BigInt(32))+BigInt(Z)}),V.prototype.readIntLE=function(S,M,B){S=S>>>0,M=M>>>0,B||Oe(S,M,this.length);let K=this[S],Z=1,ee=0;for(;++ee<M&&(Z*=256);)K+=this[S+ee]*Z;return Z*=128,K>=Z&&(K-=Math.pow(2,8*M)),K},V.prototype.readIntBE=function(S,M,B){S=S>>>0,M=M>>>0,B||Oe(S,M,this.length);let K=M,Z=1,ee=this[S+--K];for(;K>0&&(Z*=256);)ee+=this[S+--K]*Z;return Z*=128,ee>=Z&&(ee-=Math.pow(2,8*M)),ee},V.prototype.readInt8=function(S,M){return S=S>>>0,M||Oe(S,1,this.length),this[S]&128?(255-this[S]+1)*-1:this[S]},V.prototype.readInt16LE=function(S,M){S=S>>>0,M||Oe(S,2,this.length);const B=this[S]|this[S+1]<<8;return B&32768?B|4294901760:B},V.prototype.readInt16BE=function(S,M){S=S>>>0,M||Oe(S,2,this.length);const B=this[S+1]|this[S]<<8;return B&32768?B|4294901760:B},V.prototype.readInt32LE=function(S,M){return S=S>>>0,M||Oe(S,4,this.length),this[S]|this[S+1]<<8|this[S+2]<<16|this[S+3]<<24},V.prototype.readInt32BE=function(S,M){return S=S>>>0,M||Oe(S,4,this.length),this[S]<<24|this[S+1]<<16|this[S+2]<<8|this[S+3]},V.prototype.readBigInt64LE=bt(function(S){S=S>>>0,xt(S,"offset");const M=this[S],B=this[S+7];(M===void 0||B===void 0)&&Ct(S,this.length-8);const K=this[S+4]+this[S+5]*2**8+this[S+6]*2**16+(B<<24);return(BigInt(K)<<BigInt(32))+BigInt(M+this[++S]*2**8+this[++S]*2**16+this[++S]*2**24)}),V.prototype.readBigInt64BE=bt(function(S){S=S>>>0,xt(S,"offset");const M=this[S],B=this[S+7];(M===void 0||B===void 0)&&Ct(S,this.length-8);const K=(M<<24)+this[++S]*2**16+this[++S]*2**8+this[++S];return(BigInt(K)<<BigInt(32))+BigInt(this[++S]*2**24+this[++S]*2**16+this[++S]*2**8+B)}),V.prototype.readFloatLE=function(S,M){return S=S>>>0,M||Oe(S,4,this.length),F.read(this,S,!0,23,4)},V.prototype.readFloatBE=function(S,M){return S=S>>>0,M||Oe(S,4,this.length),F.read(this,S,!1,23,4)},V.prototype.readDoubleLE=function(S,M){return S=S>>>0,M||Oe(S,8,this.length),F.read(this,S,!0,52,8)},V.prototype.readDoubleBE=function(S,M){return S=S>>>0,M||Oe(S,8,this.length),F.read(this,S,!1,52,8)};function Ie(j,S,M,B,K,Z){if(!V.isBuffer(j))throw new TypeError('"buffer" argument must be a Buffer instance');if(S>K||S<Z)throw new RangeError('"value" argument is out of bounds');if(M+B>j.length)throw new RangeError("Index out of range")}V.prototype.writeUintLE=V.prototype.writeUIntLE=function(S,M,B,K){if(S=+S,M=M>>>0,B=B>>>0,!K){const Be=Math.pow(2,8*B)-1;Ie(this,S,M,B,Be,0)}let Z=1,ee=0;for(this[M]=S&255;++ee<B&&(Z*=256);)this[M+ee]=S/Z&255;return M+B},V.prototype.writeUintBE=V.prototype.writeUIntBE=function(S,M,B,K){if(S=+S,M=M>>>0,B=B>>>0,!K){const Be=Math.pow(2,8*B)-1;Ie(this,S,M,B,Be,0)}let Z=B-1,ee=1;for(this[M+Z]=S&255;--Z>=0&&(ee*=256);)this[M+Z]=S/ee&255;return M+B},V.prototype.writeUint8=V.prototype.writeUInt8=function(S,M,B){return S=+S,M=M>>>0,B||Ie(this,S,M,1,255,0),this[M]=S&255,M+1},V.prototype.writeUint16LE=V.prototype.writeUInt16LE=function(S,M,B){return S=+S,M=M>>>0,B||Ie(this,S,M,2,65535,0),this[M]=S&255,this[M+1]=S>>>8,M+2},V.prototype.writeUint16BE=V.prototype.writeUInt16BE=function(S,M,B){return S=+S,M=M>>>0,B||Ie(this,S,M,2,65535,0),this[M]=S>>>8,this[M+1]=S&255,M+2},V.prototype.writeUint32LE=V.prototype.writeUInt32LE=function(S,M,B){return S=+S,M=M>>>0,B||Ie(this,S,M,4,4294967295,0),this[M+3]=S>>>24,this[M+2]=S>>>16,this[M+1]=S>>>8,this[M]=S&255,M+4},V.prototype.writeUint32BE=V.prototype.writeUInt32BE=function(S,M,B){return S=+S,M=M>>>0,B||Ie(this,S,M,4,4294967295,0),this[M]=S>>>24,this[M+1]=S>>>16,this[M+2]=S>>>8,this[M+3]=S&255,M+4};function Le(j,S,M,B,K){nt(S,B,K,j,M,7);let Z=Number(S&BigInt(4294967295));j[M++]=Z,Z=Z>>8,j[M++]=Z,Z=Z>>8,j[M++]=Z,Z=Z>>8,j[M++]=Z;let ee=Number(S>>BigInt(32)&BigInt(4294967295));return j[M++]=ee,ee=ee>>8,j[M++]=ee,ee=ee>>8,j[M++]=ee,ee=ee>>8,j[M++]=ee,M}function ft(j,S,M,B,K){nt(S,B,K,j,M,7);let Z=Number(S&BigInt(4294967295));j[M+7]=Z,Z=Z>>8,j[M+6]=Z,Z=Z>>8,j[M+5]=Z,Z=Z>>8,j[M+4]=Z;let ee=Number(S>>BigInt(32)&BigInt(4294967295));return j[M+3]=ee,ee=ee>>8,j[M+2]=ee,ee=ee>>8,j[M+1]=ee,ee=ee>>8,j[M]=ee,M+8}V.prototype.writeBigUInt64LE=bt(function(S,M=0){return Le(this,S,M,BigInt(0),BigInt("0xffffffffffffffff"))}),V.prototype.writeBigUInt64BE=bt(function(S,M=0){return ft(this,S,M,BigInt(0),BigInt("0xffffffffffffffff"))}),V.prototype.writeIntLE=function(S,M,B,K){if(S=+S,M=M>>>0,!K){const tt=Math.pow(2,8*B-1);Ie(this,S,M,B,tt-1,-tt)}let Z=0,ee=1,Be=0;for(this[M]=S&255;++Z<B&&(ee*=256);)S<0&&Be===0&&this[M+Z-1]!==0&&(Be=1),this[M+Z]=(S/ee>>0)-Be&255;return M+B},V.prototype.writeIntBE=function(S,M,B,K){if(S=+S,M=M>>>0,!K){const tt=Math.pow(2,8*B-1);Ie(this,S,M,B,tt-1,-tt)}let Z=B-1,ee=1,Be=0;for(this[M+Z]=S&255;--Z>=0&&(ee*=256);)S<0&&Be===0&&this[M+Z+1]!==0&&(Be=1),this[M+Z]=(S/ee>>0)-Be&255;return M+B},V.prototype.writeInt8=function(S,M,B){return S=+S,M=M>>>0,B||Ie(this,S,M,1,127,-128),S<0&&(S=255+S+1),this[M]=S&255,M+1},V.prototype.writeInt16LE=function(S,M,B){return S=+S,M=M>>>0,B||Ie(this,S,M,2,32767,-32768),this[M]=S&255,this[M+1]=S>>>8,M+2},V.prototype.writeInt16BE=function(S,M,B){return S=+S,M=M>>>0,B||Ie(this,S,M,2,32767,-32768),this[M]=S>>>8,this[M+1]=S&255,M+2},V.prototype.writeInt32LE=function(S,M,B){return S=+S,M=M>>>0,B||Ie(this,S,M,4,2147483647,-2147483648),this[M]=S&255,this[M+1]=S>>>8,this[M+2]=S>>>16,this[M+3]=S>>>24,M+4},V.prototype.writeInt32BE=function(S,M,B){return S=+S,M=M>>>0,B||Ie(this,S,M,4,2147483647,-2147483648),S<0&&(S=4294967295+S+1),this[M]=S>>>24,this[M+1]=S>>>16,this[M+2]=S>>>8,this[M+3]=S&255,M+4},V.prototype.writeBigInt64LE=bt(function(S,M=0){return Le(this,S,M,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),V.prototype.writeBigInt64BE=bt(function(S,M=0){return ft(this,S,M,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function dt(j,S,M,B,K,Z){if(M+B>j.length)throw new RangeError("Index out of range");if(M<0)throw new RangeError("Index out of range")}function He(j,S,M,B,K){return S=+S,M=M>>>0,K||dt(j,S,M,4),F.write(j,S,M,B,23,4),M+4}V.prototype.writeFloatLE=function(S,M,B){return He(this,S,M,!0,B)},V.prototype.writeFloatBE=function(S,M,B){return He(this,S,M,!1,B)};function kt(j,S,M,B,K){return S=+S,M=M>>>0,K||dt(j,S,M,8),F.write(j,S,M,B,52,8),M+8}V.prototype.writeDoubleLE=function(S,M,B){return kt(this,S,M,!0,B)},V.prototype.writeDoubleBE=function(S,M,B){return kt(this,S,M,!1,B)},V.prototype.copy=function(S,M,B,K){if(!V.isBuffer(S))throw new TypeError("argument should be a Buffer");if(B||(B=0),!K&&K!==0&&(K=this.length),M>=S.length&&(M=S.length),M||(M=0),K>0&&K<B&&(K=B),K===B||S.length===0||this.length===0)return 0;if(M<0)throw new RangeError("targetStart out of bounds");if(B<0||B>=this.length)throw new RangeError("Index out of range");if(K<0)throw new RangeError("sourceEnd out of bounds");K>this.length&&(K=this.length),S.length-M<K-B&&(K=S.length-M+B);const Z=K-B;return this===S&&typeof q.prototype.copyWithin=="function"?this.copyWithin(M,B,K):q.prototype.set.call(S,this.subarray(B,K),M),Z},V.prototype.fill=function(S,M,B,K){if(typeof S=="string"){if(typeof M=="string"?(K=M,M=0,B=this.length):typeof B=="string"&&(K=B,B=this.length),K!==void 0&&typeof K!="string")throw new TypeError("encoding must be a string");if(typeof K=="string"&&!V.isEncoding(K))throw new TypeError("Unknown encoding: "+K);if(S.length===1){const ee=S.charCodeAt(0);(K==="utf8"&&ee<128||K==="latin1")&&(S=ee)}}else typeof S=="number"?S=S&255:typeof S=="boolean"&&(S=Number(S));if(M<0||this.length<M||this.length<B)throw new RangeError("Out of range index");if(B<=M)return this;M=M>>>0,B=B===void 0?this.length:B>>>0,S||(S=0);let Z;if(typeof S=="number")for(Z=M;Z<B;++Z)this[Z]=S;else{const ee=V.isBuffer(S)?S:V.from(S,K),Be=ee.length;if(Be===0)throw new TypeError('The value "'+S+'" is invalid for argument "value"');for(Z=0;Z<B-M;++Z)this[Z+M]=ee[Z%Be]}return this};const _t={};function Ze(j,S,M){_t[j]=class extends M{constructor(){super(),Object.defineProperty(this,"message",{value:S.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${j}]`,this.stack,delete this.name}get code(){return j}set code(K){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:K,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,S){return`The "${j}" argument must be of type number. Received type ${typeof S}`},TypeError),Ze("ERR_OUT_OF_RANGE",function(j,S,M){let B=`The value of "${j}" is out of range.`,K=M;return Number.isInteger(M)&&Math.abs(M)>2**32?K=Mt(String(M)):typeof M=="bigint"&&(K=String(M),(M>BigInt(2)**BigInt(32)||M<-(BigInt(2)**BigInt(32)))&&(K=Mt(K)),K+="n"),B+=` It must be ${S}. Received ${K}`,B},RangeError);function Mt(j){let S="",M=j.length;const B=j[0]==="-"?1:0;for(;M>=B+4;M-=3)S=`_${j.slice(M-3,M)}${S}`;return`${j.slice(0,M)}${S}`}function Rt(j,S,M){xt(S,"offset"),(j[S]===void 0||j[S+M]===void 0)&&Ct(S,j.length-(M+1))}function nt(j,S,M,B,K,Z){if(j>M||j<S){const ee=typeof S=="bigint"?"n":"";let Be;throw Z>3?S===0||S===BigInt(0)?Be=`>= 0${ee} and < 2${ee} ** ${(Z+1)*8}${ee}`:Be=`>= -(2${ee} ** ${(Z+1)*8-1}${ee}) and < 2 ** ${(Z+1)*8-1}${ee}`:Be=`>= ${S}${ee} and <= ${M}${ee}`,new _t.ERR_OUT_OF_RANGE("value",Be,j)}Rt(B,K,Z)}function xt(j,S){if(typeof j!="number")throw new _t.ERR_INVALID_ARG_TYPE(S,"number",j)}function Ct(j,S,M){throw Math.floor(j)!==j?(xt(j,M),new _t.ERR_OUT_OF_RANGE(M||"offset","an integer",j)):S<0?new _t.ERR_BUFFER_OUT_OF_BOUNDS:new _t.ERR_OUT_OF_RANGE(M||"offset",`>= ${M?1:0} and <= ${S}`,j)}const st=/[^+/0-9A-Za-z-_]/g;function jt(j){if(j=j.split("=")[0],j=j.trim().replace(st,""),j.length<2)return"";for(;j.length%4!==0;)j=j+"=";return j}function Ot(j,S){S=S||1/0;let M;const B=j.length;let K=null;const Z=[];for(let ee=0;ee<B;++ee){if(M=j.charCodeAt(ee),M>55295&&M<57344){if(!K){if(M>56319){(S-=3)>-1&&Z.push(239,191,189);continue}else if(ee+1===B){(S-=3)>-1&&Z.push(239,191,189);continue}K=M;continue}if(M<56320){(S-=3)>-1&&Z.push(239,191,189),K=M;continue}M=(K-55296<<10|M-56320)+65536}else K&&(S-=3)>-1&&Z.push(239,191,189);if(K=null,M<128){if((S-=1)<0)break;Z.push(M)}else if(M<2048){if((S-=2)<0)break;Z.push(M>>6|192,M&63|128)}else if(M<65536){if((S-=3)<0)break;Z.push(M>>12|224,M>>6&63|128,M&63|128)}else if(M<1114112){if((S-=4)<0)break;Z.push(M>>18|240,M>>12&63|128,M>>6&63|128,M&63|128)}else throw new Error("Invalid code point")}return Z}function it(j){const S=[];for(let M=0;M<j.length;++M)S.push(j.charCodeAt(M)&255);return S}function yt(j,S){let M,B,K;const Z=[];for(let ee=0;ee<j.length&&!((S-=2)<0);++ee)M=j.charCodeAt(ee),B=M>>8,K=M%256,Z.push(K),Z.push(B);return Z}function St(j){return N.toByteArray(jt(j))}function Je(j,S,M,B){let K;for(K=0;K<B&&!(K+M>=S.length||K>=j.length);++K)S[K+M]=j[K];return K}function gt(j,S){return j instanceof S||j!=null&&j.constructor!=null&&j.constructor.name!=null&&j.constructor.name===S.name}function It(j){return j!==j}const ot=function(){const j="0123456789abcdef",S=new Array(256);for(let M=0;M<16;++M){const B=M*16;for(let K=0;K<16;++K)S[B+K]=j[M]+j[K]}return S}();function bt(j){return typeof BigInt>"u"?Lt:j}function Lt(){throw new Error("BigInt not supported")}})(t);const I=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=I,e.isAscii=t.isAscii,e.isUtf8=t.isUtf8,e.kMaxLength=t.kMaxLength,e.kStringMaxLength=t.kStringMaxLength,e.resolveObjectURL=t.resolveObjectURL,e.transcode=t.transcode}(tf)),tf}Yh.exports;(function(e){(function(t,r){function n($,p){if(!$)throw new Error(p||"Assertion failed")}function i($,p){$.super_=p;var d=function(){};d.prototype=p.prototype,$.prototype=new d,$.prototype.constructor=$}function s($,p,d){if(s.isBN($))return $;this.negative=0,this.words=null,this.length=0,this.red=null,$!==null&&((p==="le"||p==="be")&&(d=p,p=10),this._init($||0,p||10,d||"be"))}typeof t=="object"?t.exports=s:r.BN=s,s.BN=s,s.wordSize=26;var o;try{typeof window<"u"&&typeof window.Buffer<"u"?o=window.Buffer:o=z_().Buffer}catch{}s.isBN=function(p){return p instanceof s?!0:p!==null&&typeof p=="object"&&p.constructor.wordSize===s.wordSize&&Array.isArray(p.words)},s.max=function(p,d){return p.cmp(d)>0?p:d},s.min=function(p,d){return p.cmp(d)<0?p:d},s.prototype._init=function(p,d,m){if(typeof p=="number")return this._initNumber(p,d,m);if(typeof p=="object")return this._initArray(p,d,m);d==="hex"&&(d=16),n(d===(d|0)&&d>=2&&d<=36),p=p.toString().replace(/\s+/g,"");var x=0;p[0]==="-"&&(x++,this.negative=1),x<p.length&&(d===16?this._parseHex(p,x,m):(this._parseBase(p,d,x),m==="le"&&this._initArray(this.toArray(),d,m)))},s.prototype._initNumber=function(p,d,m){p<0&&(this.negative=1,p=-p),p<67108864?(this.words=[p&67108863],this.length=1):p<4503599627370496?(this.words=[p&67108863,p/67108864&67108863],this.length=2):(n(p<9007199254740992),this.words=[p&67108863,p/67108864&67108863,1],this.length=3),m==="le"&&this._initArray(this.toArray(),d,m)},s.prototype._initArray=function(p,d,m){if(n(typeof p.length=="number"),p.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(p.length/3),this.words=new Array(this.length);for(var x=0;x<this.length;x++)this.words[x]=0;var E,C,k=0;if(m==="be")for(x=p.length-1,E=0;x>=0;x-=3)C=p[x]|p[x-1]<<8|p[x-2]<<16,this.words[E]|=C<<k&67108863,this.words[E+1]=C>>>26-k&67108863,k+=24,k>=26&&(k-=26,E++);else if(m==="le")for(x=0,E=0;x<p.length;x+=3)C=p[x]|p[x+1]<<8|p[x+2]<<16,this.words[E]|=C<<k&67108863,this.words[E+1]=C>>>26-k&67108863,k+=24,k>=26&&(k-=26,E++);return this._strip()};function a($,p){var d=$.charCodeAt(p);if(d>=48&&d<=57)return d-48;if(d>=65&&d<=70)return d-55;if(d>=97&&d<=102)return d-87;n(!1,"Invalid character in "+$)}function c($,p,d){var m=a($,d);return d-1>=p&&(m|=a($,d-1)<<4),m}s.prototype._parseHex=function(p,d,m){this.length=Math.ceil((p.length-d)/6),this.words=new Array(this.length);for(var x=0;x<this.length;x++)this.words[x]=0;var E=0,C=0,k;if(m==="be")for(x=p.length-1;x>=d;x-=2)k=c(p,d,x)<<E,this.words[C]|=k&67108863,E>=18?(E-=18,C+=1,this.words[C]|=k>>>26):E+=8;else{var T=p.length-d;for(x=T%2===0?d+1:d;x<p.length;x+=2)k=c(p,d,x)<<E,this.words[C]|=k&67108863,E>=18?(E-=18,C+=1,this.words[C]|=k>>>26):E+=8}this._strip()};function u($,p,d,m){for(var x=0,E=0,C=Math.min($.length,d),k=p;k<C;k++){var T=$.charCodeAt(k)-48;x*=m,T>=49?E=T-49+10:T>=17?E=T-17+10:E=T,n(T>=0&&E<m,"Invalid character"),x+=E}return x}s.prototype._parseBase=function(p,d,m){this.words=[0],this.length=1;for(var x=0,E=1;E<=67108863;E*=d)x++;x--,E=E/d|0;for(var C=p.length-m,k=C%x,T=Math.min(C,C-k)+m,g=0,v=m;v<T;v+=x)g=u(p,v,v+x,d),this.imuln(E),this.words[0]+g<67108864?this.words[0]+=g:this._iaddn(g);if(k!==0){var R=1;for(g=u(p,v,p.length,d),v=0;v<k;v++)R*=d;this.imuln(R),this.words[0]+g<67108864?this.words[0]+=g:this._iaddn(g)}this._strip()},s.prototype.copy=function(p){p.words=new Array(this.length);for(var d=0;d<this.length;d++)p.words[d]=this.words[d];p.length=this.length,p.negative=this.negative,p.red=this.red};function l($,p){$.words=p.words,$.length=p.length,$.negative=p.negative,$.red=p.red}if(s.prototype._move=function(p){l(p,this)},s.prototype.clone=function(){var p=new s(null);return this.copy(p),p},s.prototype._expand=function(p){for(;this.length<p;)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")]=f}catch{s.prototype.inspect=f}else s.prototype.inspect=f;function f(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var h=["","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],_=[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(p,d){p=p||10,d=d|0||1;var m;if(p===16||p==="hex"){m="";for(var x=0,E=0,C=0;C<this.length;C++){var k=this.words[C],T=((k<<x|E)&16777215).toString(16);E=k>>>24-x&16777215,x+=2,x>=26&&(x-=26,C--),E!==0||C!==this.length-1?m=h[6-T.length]+T+m:m=T+m}for(E!==0&&(m=E.toString(16)+m);m.length%d!==0;)m="0"+m;return this.negative!==0&&(m="-"+m),m}if(p===(p|0)&&p>=2&&p<=36){var g=y[p],v=_[p];m="";var R=this.clone();for(R.negative=0;!R.isZero();){var se=R.modrn(v).toString(p);R=R.idivn(v),R.isZero()?m=se+m:m=h[g-se.length]+se+m}for(this.isZero()&&(m="0"+m);m.length%d!==0;)m="0"+m;return this.negative!==0&&(m="-"+m),m}n(!1,"Base should be between 2 and 36")},s.prototype.toNumber=function(){var p=this.words[0];return this.length===2?p+=this.words[1]*67108864:this.length===3&&this.words[2]===1?p+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-p:p},s.prototype.toJSON=function(){return this.toString(16,2)},o&&(s.prototype.toBuffer=function(p,d){return this.toArrayLike(o,p,d)}),s.prototype.toArray=function(p,d){return this.toArrayLike(Array,p,d)};var w=function(p,d){return p.allocUnsafe?p.allocUnsafe(d):new p(d)};s.prototype.toArrayLike=function(p,d,m){this._strip();var x=this.byteLength(),E=m||Math.max(1,x);n(x<=E,"byte array longer than desired length"),n(E>0,"Requested array length <= 0");var C=w(p,E),k=d==="le"?"LE":"BE";return this["_toArrayLike"+k](C,x),C},s.prototype._toArrayLikeLE=function(p,d){for(var m=0,x=0,E=0,C=0;E<this.length;E++){var k=this.words[E]<<C|x;p[m++]=k&255,m<p.length&&(p[m++]=k>>8&255),m<p.length&&(p[m++]=k>>16&255),C===6?(m<p.length&&(p[m++]=k>>24&255),x=0,C=0):(x=k>>>24,C+=2)}if(m<p.length)for(p[m++]=x;m<p.length;)p[m++]=0},s.prototype._toArrayLikeBE=function(p,d){for(var m=p.length-1,x=0,E=0,C=0;E<this.length;E++){var k=this.words[E]<<C|x;p[m--]=k&255,m>=0&&(p[m--]=k>>8&255),m>=0&&(p[m--]=k>>16&255),C===6?(m>=0&&(p[m--]=k>>24&255),x=0,C=0):(x=k>>>24,C+=2)}if(m>=0)for(p[m--]=x;m>=0;)p[m--]=0},Math.clz32?s.prototype._countBits=function(p){return 32-Math.clz32(p)}:s.prototype._countBits=function(p){var d=p,m=0;return d>=4096&&(m+=13,d>>>=13),d>=64&&(m+=7,d>>>=7),d>=8&&(m+=4,d>>>=4),d>=2&&(m+=2,d>>>=2),m+d},s.prototype._zeroBits=function(p){if(p===0)return 26;var d=p,m=0;return d&8191||(m+=13,d>>>=13),d&127||(m+=7,d>>>=7),d&15||(m+=4,d>>>=4),d&3||(m+=2,d>>>=2),d&1||m++,m},s.prototype.bitLength=function(){var p=this.words[this.length-1],d=this._countBits(p);return(this.length-1)*26+d};function A($){for(var p=new Array($.bitLength()),d=0;d<p.length;d++){var m=d/26|0,x=d%26;p[d]=$.words[m]>>>x&1}return p}s.prototype.zeroBits=function(){if(this.isZero())return 0;for(var p=0,d=0;d<this.length;d++){var m=this._zeroBits(this.words[d]);if(p+=m,m!==26)break}return p},s.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},s.prototype.toTwos=function(p){return this.negative!==0?this.abs().inotn(p).iaddn(1):this.clone()},s.prototype.fromTwos=function(p){return this.testn(p-1)?this.notn(p).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(p){for(;this.length<p.length;)this.words[this.length++]=0;for(var d=0;d<p.length;d++)this.words[d]=this.words[d]|p.words[d];return this._strip()},s.prototype.ior=function(p){return n((this.negative|p.negative)===0),this.iuor(p)},s.prototype.or=function(p){return this.length>p.length?this.clone().ior(p):p.clone().ior(this)},s.prototype.uor=function(p){return this.length>p.length?this.clone().iuor(p):p.clone().iuor(this)},s.prototype.iuand=function(p){var d;this.length>p.length?d=p:d=this;for(var m=0;m<d.length;m++)this.words[m]=this.words[m]&p.words[m];return this.length=d.length,this._strip()},s.prototype.iand=function(p){return n((this.negative|p.negative)===0),this.iuand(p)},s.prototype.and=function(p){return this.length>p.length?this.clone().iand(p):p.clone().iand(this)},s.prototype.uand=function(p){return this.length>p.length?this.clone().iuand(p):p.clone().iuand(this)},s.prototype.iuxor=function(p){var d,m;this.length>p.length?(d=this,m=p):(d=p,m=this);for(var x=0;x<m.length;x++)this.words[x]=d.words[x]^m.words[x];if(this!==d)for(;x<d.length;x++)this.words[x]=d.words[x];return this.length=d.length,this._strip()},s.prototype.ixor=function(p){return n((this.negative|p.negative)===0),this.iuxor(p)},s.prototype.xor=function(p){return this.length>p.length?this.clone().ixor(p):p.clone().ixor(this)},s.prototype.uxor=function(p){return this.length>p.length?this.clone().iuxor(p):p.clone().iuxor(this)},s.prototype.inotn=function(p){n(typeof p=="number"&&p>=0);var d=Math.ceil(p/26)|0,m=p%26;this._expand(d),m>0&&d--;for(var x=0;x<d;x++)this.words[x]=~this.words[x]&67108863;return m>0&&(this.words[x]=~this.words[x]&67108863>>26-m),this._strip()},s.prototype.notn=function(p){return this.clone().inotn(p)},s.prototype.setn=function(p,d){n(typeof p=="number"&&p>=0);var m=p/26|0,x=p%26;return this._expand(m+1),d?this.words[m]=this.words[m]|1<<x:this.words[m]=this.words[m]&~(1<<x),this._strip()},s.prototype.iadd=function(p){var d;if(this.negative!==0&&p.negative===0)return this.negative=0,d=this.isub(p),this.negative^=1,this._normSign();if(this.negative===0&&p.negative!==0)return p.negative=0,d=this.isub(p),p.negative=1,d._normSign();var m,x;this.length>p.length?(m=this,x=p):(m=p,x=this);for(var E=0,C=0;C<x.length;C++)d=(m.words[C]|0)+(x.words[C]|0)+E,this.words[C]=d&67108863,E=d>>>26;for(;E!==0&&C<m.length;C++)d=(m.words[C]|0)+E,this.words[C]=d&67108863,E=d>>>26;if(this.length=m.length,E!==0)this.words[this.length]=E,this.length++;else if(m!==this)for(;C<m.length;C++)this.words[C]=m.words[C];return this},s.prototype.add=function(p){var d;return p.negative!==0&&this.negative===0?(p.negative=0,d=this.sub(p),p.negative^=1,d):p.negative===0&&this.negative!==0?(this.negative=0,d=p.sub(this),this.negative=1,d):this.length>p.length?this.clone().iadd(p):p.clone().iadd(this)},s.prototype.isub=function(p){if(p.negative!==0){p.negative=0;var d=this.iadd(p);return p.negative=1,d._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(p),this.negative=1,this._normSign();var m=this.cmp(p);if(m===0)return this.negative=0,this.length=1,this.words[0]=0,this;var x,E;m>0?(x=this,E=p):(x=p,E=this);for(var C=0,k=0;k<E.length;k++)d=(x.words[k]|0)-(E.words[k]|0)+C,C=d>>26,this.words[k]=d&67108863;for(;C!==0&&k<x.length;k++)d=(x.words[k]|0)+C,C=d>>26,this.words[k]=d&67108863;if(C===0&&k<x.length&&x!==this)for(;k<x.length;k++)this.words[k]=x.words[k];return this.length=Math.max(this.length,k),x!==this&&(this.negative=1),this._strip()},s.prototype.sub=function(p){return this.clone().isub(p)};function I($,p,d){d.negative=p.negative^$.negative;var m=$.length+p.length|0;d.length=m,m=m-1|0;var x=$.words[0]|0,E=p.words[0]|0,C=x*E,k=C&67108863,T=C/67108864|0;d.words[0]=k;for(var g=1;g<m;g++){for(var v=T>>>26,R=T&67108863,se=Math.min(g,p.length-1),ue=Math.max(0,g-$.length+1);ue<=se;ue++){var xe=g-ue|0;x=$.words[xe]|0,E=p.words[ue]|0,C=x*E+R,v+=C/67108864|0,R=C&67108863}d.words[g]=R|0,T=v|0}return T!==0?d.words[g]=T|0:d.length--,d._strip()}var P=function(p,d,m){var x=p.words,E=d.words,C=m.words,k=0,T,g,v,R=x[0]|0,se=R&8191,ue=R>>>13,xe=x[1]|0,be=xe&8191,Ce=xe>>>13,Me=x[2]|0,Ke=Me&8191,Ue=Me>>>13,lt=x[3]|0,ht=lt&8191,$e=lt>>>13,mt=x[4]|0,we=mt&8191,me=mt>>>13,Te=x[5]|0,qe=Te&8191,De=Te>>>13,Oe=x[6]|0,Ie=Oe&8191,Le=Oe>>>13,ft=x[7]|0,dt=ft&8191,He=ft>>>13,kt=x[8]|0,_t=kt&8191,Ze=kt>>>13,Mt=x[9]|0,Rt=Mt&8191,nt=Mt>>>13,xt=E[0]|0,Ct=xt&8191,st=xt>>>13,jt=E[1]|0,Ot=jt&8191,it=jt>>>13,yt=E[2]|0,St=yt&8191,Je=yt>>>13,gt=E[3]|0,It=gt&8191,ot=gt>>>13,bt=E[4]|0,Lt=bt&8191,j=bt>>>13,S=E[5]|0,M=S&8191,B=S>>>13,K=E[6]|0,Z=K&8191,ee=K>>>13,Be=E[7]|0,tt=Be&8191,Ne=Be>>>13,z=E[8]|0,ne=z&8191,he=z>>>13,Pe=E[9]|0,We=Pe&8191,Re=Pe>>>13;m.negative=p.negative^d.negative,m.length=19,T=Math.imul(se,Ct),g=Math.imul(se,st),g=g+Math.imul(ue,Ct)|0,v=Math.imul(ue,st);var Fe=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,T=Math.imul(be,Ct),g=Math.imul(be,st),g=g+Math.imul(Ce,Ct)|0,v=Math.imul(Ce,st),T=T+Math.imul(se,Ot)|0,g=g+Math.imul(se,it)|0,g=g+Math.imul(ue,Ot)|0,v=v+Math.imul(ue,it)|0;var at=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(at>>>26)|0,at&=67108863,T=Math.imul(Ke,Ct),g=Math.imul(Ke,st),g=g+Math.imul(Ue,Ct)|0,v=Math.imul(Ue,st),T=T+Math.imul(be,Ot)|0,g=g+Math.imul(be,it)|0,g=g+Math.imul(Ce,Ot)|0,v=v+Math.imul(Ce,it)|0,T=T+Math.imul(se,St)|0,g=g+Math.imul(se,Je)|0,g=g+Math.imul(ue,St)|0,v=v+Math.imul(ue,Je)|0;var Ht=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(Ht>>>26)|0,Ht&=67108863,T=Math.imul(ht,Ct),g=Math.imul(ht,st),g=g+Math.imul($e,Ct)|0,v=Math.imul($e,st),T=T+Math.imul(Ke,Ot)|0,g=g+Math.imul(Ke,it)|0,g=g+Math.imul(Ue,Ot)|0,v=v+Math.imul(Ue,it)|0,T=T+Math.imul(be,St)|0,g=g+Math.imul(be,Je)|0,g=g+Math.imul(Ce,St)|0,v=v+Math.imul(Ce,Je)|0,T=T+Math.imul(se,It)|0,g=g+Math.imul(se,ot)|0,g=g+Math.imul(ue,It)|0,v=v+Math.imul(ue,ot)|0;var Pt=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,T=Math.imul(we,Ct),g=Math.imul(we,st),g=g+Math.imul(me,Ct)|0,v=Math.imul(me,st),T=T+Math.imul(ht,Ot)|0,g=g+Math.imul(ht,it)|0,g=g+Math.imul($e,Ot)|0,v=v+Math.imul($e,it)|0,T=T+Math.imul(Ke,St)|0,g=g+Math.imul(Ke,Je)|0,g=g+Math.imul(Ue,St)|0,v=v+Math.imul(Ue,Je)|0,T=T+Math.imul(be,It)|0,g=g+Math.imul(be,ot)|0,g=g+Math.imul(Ce,It)|0,v=v+Math.imul(Ce,ot)|0,T=T+Math.imul(se,Lt)|0,g=g+Math.imul(se,j)|0,g=g+Math.imul(ue,Lt)|0,v=v+Math.imul(ue,j)|0;var Nt=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(Nt>>>26)|0,Nt&=67108863,T=Math.imul(qe,Ct),g=Math.imul(qe,st),g=g+Math.imul(De,Ct)|0,v=Math.imul(De,st),T=T+Math.imul(we,Ot)|0,g=g+Math.imul(we,it)|0,g=g+Math.imul(me,Ot)|0,v=v+Math.imul(me,it)|0,T=T+Math.imul(ht,St)|0,g=g+Math.imul(ht,Je)|0,g=g+Math.imul($e,St)|0,v=v+Math.imul($e,Je)|0,T=T+Math.imul(Ke,It)|0,g=g+Math.imul(Ke,ot)|0,g=g+Math.imul(Ue,It)|0,v=v+Math.imul(Ue,ot)|0,T=T+Math.imul(be,Lt)|0,g=g+Math.imul(be,j)|0,g=g+Math.imul(Ce,Lt)|0,v=v+Math.imul(Ce,j)|0,T=T+Math.imul(se,M)|0,g=g+Math.imul(se,B)|0,g=g+Math.imul(ue,M)|0,v=v+Math.imul(ue,B)|0;var Qt=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(Qt>>>26)|0,Qt&=67108863,T=Math.imul(Ie,Ct),g=Math.imul(Ie,st),g=g+Math.imul(Le,Ct)|0,v=Math.imul(Le,st),T=T+Math.imul(qe,Ot)|0,g=g+Math.imul(qe,it)|0,g=g+Math.imul(De,Ot)|0,v=v+Math.imul(De,it)|0,T=T+Math.imul(we,St)|0,g=g+Math.imul(we,Je)|0,g=g+Math.imul(me,St)|0,v=v+Math.imul(me,Je)|0,T=T+Math.imul(ht,It)|0,g=g+Math.imul(ht,ot)|0,g=g+Math.imul($e,It)|0,v=v+Math.imul($e,ot)|0,T=T+Math.imul(Ke,Lt)|0,g=g+Math.imul(Ke,j)|0,g=g+Math.imul(Ue,Lt)|0,v=v+Math.imul(Ue,j)|0,T=T+Math.imul(be,M)|0,g=g+Math.imul(be,B)|0,g=g+Math.imul(Ce,M)|0,v=v+Math.imul(Ce,B)|0,T=T+Math.imul(se,Z)|0,g=g+Math.imul(se,ee)|0,g=g+Math.imul(ue,Z)|0,v=v+Math.imul(ue,ee)|0;var gr=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(gr>>>26)|0,gr&=67108863,T=Math.imul(dt,Ct),g=Math.imul(dt,st),g=g+Math.imul(He,Ct)|0,v=Math.imul(He,st),T=T+Math.imul(Ie,Ot)|0,g=g+Math.imul(Ie,it)|0,g=g+Math.imul(Le,Ot)|0,v=v+Math.imul(Le,it)|0,T=T+Math.imul(qe,St)|0,g=g+Math.imul(qe,Je)|0,g=g+Math.imul(De,St)|0,v=v+Math.imul(De,Je)|0,T=T+Math.imul(we,It)|0,g=g+Math.imul(we,ot)|0,g=g+Math.imul(me,It)|0,v=v+Math.imul(me,ot)|0,T=T+Math.imul(ht,Lt)|0,g=g+Math.imul(ht,j)|0,g=g+Math.imul($e,Lt)|0,v=v+Math.imul($e,j)|0,T=T+Math.imul(Ke,M)|0,g=g+Math.imul(Ke,B)|0,g=g+Math.imul(Ue,M)|0,v=v+Math.imul(Ue,B)|0,T=T+Math.imul(be,Z)|0,g=g+Math.imul(be,ee)|0,g=g+Math.imul(Ce,Z)|0,v=v+Math.imul(Ce,ee)|0,T=T+Math.imul(se,tt)|0,g=g+Math.imul(se,Ne)|0,g=g+Math.imul(ue,tt)|0,v=v+Math.imul(ue,Ne)|0;var nr=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(nr>>>26)|0,nr&=67108863,T=Math.imul(_t,Ct),g=Math.imul(_t,st),g=g+Math.imul(Ze,Ct)|0,v=Math.imul(Ze,st),T=T+Math.imul(dt,Ot)|0,g=g+Math.imul(dt,it)|0,g=g+Math.imul(He,Ot)|0,v=v+Math.imul(He,it)|0,T=T+Math.imul(Ie,St)|0,g=g+Math.imul(Ie,Je)|0,g=g+Math.imul(Le,St)|0,v=v+Math.imul(Le,Je)|0,T=T+Math.imul(qe,It)|0,g=g+Math.imul(qe,ot)|0,g=g+Math.imul(De,It)|0,v=v+Math.imul(De,ot)|0,T=T+Math.imul(we,Lt)|0,g=g+Math.imul(we,j)|0,g=g+Math.imul(me,Lt)|0,v=v+Math.imul(me,j)|0,T=T+Math.imul(ht,M)|0,g=g+Math.imul(ht,B)|0,g=g+Math.imul($e,M)|0,v=v+Math.imul($e,B)|0,T=T+Math.imul(Ke,Z)|0,g=g+Math.imul(Ke,ee)|0,g=g+Math.imul(Ue,Z)|0,v=v+Math.imul(Ue,ee)|0,T=T+Math.imul(be,tt)|0,g=g+Math.imul(be,Ne)|0,g=g+Math.imul(Ce,tt)|0,v=v+Math.imul(Ce,Ne)|0,T=T+Math.imul(se,ne)|0,g=g+Math.imul(se,he)|0,g=g+Math.imul(ue,ne)|0,v=v+Math.imul(ue,he)|0;var Wt=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(Wt>>>26)|0,Wt&=67108863,T=Math.imul(Rt,Ct),g=Math.imul(Rt,st),g=g+Math.imul(nt,Ct)|0,v=Math.imul(nt,st),T=T+Math.imul(_t,Ot)|0,g=g+Math.imul(_t,it)|0,g=g+Math.imul(Ze,Ot)|0,v=v+Math.imul(Ze,it)|0,T=T+Math.imul(dt,St)|0,g=g+Math.imul(dt,Je)|0,g=g+Math.imul(He,St)|0,v=v+Math.imul(He,Je)|0,T=T+Math.imul(Ie,It)|0,g=g+Math.imul(Ie,ot)|0,g=g+Math.imul(Le,It)|0,v=v+Math.imul(Le,ot)|0,T=T+Math.imul(qe,Lt)|0,g=g+Math.imul(qe,j)|0,g=g+Math.imul(De,Lt)|0,v=v+Math.imul(De,j)|0,T=T+Math.imul(we,M)|0,g=g+Math.imul(we,B)|0,g=g+Math.imul(me,M)|0,v=v+Math.imul(me,B)|0,T=T+Math.imul(ht,Z)|0,g=g+Math.imul(ht,ee)|0,g=g+Math.imul($e,Z)|0,v=v+Math.imul($e,ee)|0,T=T+Math.imul(Ke,tt)|0,g=g+Math.imul(Ke,Ne)|0,g=g+Math.imul(Ue,tt)|0,v=v+Math.imul(Ue,Ne)|0,T=T+Math.imul(be,ne)|0,g=g+Math.imul(be,he)|0,g=g+Math.imul(Ce,ne)|0,v=v+Math.imul(Ce,he)|0,T=T+Math.imul(se,We)|0,g=g+Math.imul(se,Re)|0,g=g+Math.imul(ue,We)|0,v=v+Math.imul(ue,Re)|0;var mr=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(mr>>>26)|0,mr&=67108863,T=Math.imul(Rt,Ot),g=Math.imul(Rt,it),g=g+Math.imul(nt,Ot)|0,v=Math.imul(nt,it),T=T+Math.imul(_t,St)|0,g=g+Math.imul(_t,Je)|0,g=g+Math.imul(Ze,St)|0,v=v+Math.imul(Ze,Je)|0,T=T+Math.imul(dt,It)|0,g=g+Math.imul(dt,ot)|0,g=g+Math.imul(He,It)|0,v=v+Math.imul(He,ot)|0,T=T+Math.imul(Ie,Lt)|0,g=g+Math.imul(Ie,j)|0,g=g+Math.imul(Le,Lt)|0,v=v+Math.imul(Le,j)|0,T=T+Math.imul(qe,M)|0,g=g+Math.imul(qe,B)|0,g=g+Math.imul(De,M)|0,v=v+Math.imul(De,B)|0,T=T+Math.imul(we,Z)|0,g=g+Math.imul(we,ee)|0,g=g+Math.imul(me,Z)|0,v=v+Math.imul(me,ee)|0,T=T+Math.imul(ht,tt)|0,g=g+Math.imul(ht,Ne)|0,g=g+Math.imul($e,tt)|0,v=v+Math.imul($e,Ne)|0,T=T+Math.imul(Ke,ne)|0,g=g+Math.imul(Ke,he)|0,g=g+Math.imul(Ue,ne)|0,v=v+Math.imul(Ue,he)|0,T=T+Math.imul(be,We)|0,g=g+Math.imul(be,Re)|0,g=g+Math.imul(Ce,We)|0,v=v+Math.imul(Ce,Re)|0;var on=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(on>>>26)|0,on&=67108863,T=Math.imul(Rt,St),g=Math.imul(Rt,Je),g=g+Math.imul(nt,St)|0,v=Math.imul(nt,Je),T=T+Math.imul(_t,It)|0,g=g+Math.imul(_t,ot)|0,g=g+Math.imul(Ze,It)|0,v=v+Math.imul(Ze,ot)|0,T=T+Math.imul(dt,Lt)|0,g=g+Math.imul(dt,j)|0,g=g+Math.imul(He,Lt)|0,v=v+Math.imul(He,j)|0,T=T+Math.imul(Ie,M)|0,g=g+Math.imul(Ie,B)|0,g=g+Math.imul(Le,M)|0,v=v+Math.imul(Le,B)|0,T=T+Math.imul(qe,Z)|0,g=g+Math.imul(qe,ee)|0,g=g+Math.imul(De,Z)|0,v=v+Math.imul(De,ee)|0,T=T+Math.imul(we,tt)|0,g=g+Math.imul(we,Ne)|0,g=g+Math.imul(me,tt)|0,v=v+Math.imul(me,Ne)|0,T=T+Math.imul(ht,ne)|0,g=g+Math.imul(ht,he)|0,g=g+Math.imul($e,ne)|0,v=v+Math.imul($e,he)|0,T=T+Math.imul(Ke,We)|0,g=g+Math.imul(Ke,Re)|0,g=g+Math.imul(Ue,We)|0,v=v+Math.imul(Ue,Re)|0;var Rr=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(Rr>>>26)|0,Rr&=67108863,T=Math.imul(Rt,It),g=Math.imul(Rt,ot),g=g+Math.imul(nt,It)|0,v=Math.imul(nt,ot),T=T+Math.imul(_t,Lt)|0,g=g+Math.imul(_t,j)|0,g=g+Math.imul(Ze,Lt)|0,v=v+Math.imul(Ze,j)|0,T=T+Math.imul(dt,M)|0,g=g+Math.imul(dt,B)|0,g=g+Math.imul(He,M)|0,v=v+Math.imul(He,B)|0,T=T+Math.imul(Ie,Z)|0,g=g+Math.imul(Ie,ee)|0,g=g+Math.imul(Le,Z)|0,v=v+Math.imul(Le,ee)|0,T=T+Math.imul(qe,tt)|0,g=g+Math.imul(qe,Ne)|0,g=g+Math.imul(De,tt)|0,v=v+Math.imul(De,Ne)|0,T=T+Math.imul(we,ne)|0,g=g+Math.imul(we,he)|0,g=g+Math.imul(me,ne)|0,v=v+Math.imul(me,he)|0,T=T+Math.imul(ht,We)|0,g=g+Math.imul(ht,Re)|0,g=g+Math.imul($e,We)|0,v=v+Math.imul($e,Re)|0;var an=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(an>>>26)|0,an&=67108863,T=Math.imul(Rt,Lt),g=Math.imul(Rt,j),g=g+Math.imul(nt,Lt)|0,v=Math.imul(nt,j),T=T+Math.imul(_t,M)|0,g=g+Math.imul(_t,B)|0,g=g+Math.imul(Ze,M)|0,v=v+Math.imul(Ze,B)|0,T=T+Math.imul(dt,Z)|0,g=g+Math.imul(dt,ee)|0,g=g+Math.imul(He,Z)|0,v=v+Math.imul(He,ee)|0,T=T+Math.imul(Ie,tt)|0,g=g+Math.imul(Ie,Ne)|0,g=g+Math.imul(Le,tt)|0,v=v+Math.imul(Le,Ne)|0,T=T+Math.imul(qe,ne)|0,g=g+Math.imul(qe,he)|0,g=g+Math.imul(De,ne)|0,v=v+Math.imul(De,he)|0,T=T+Math.imul(we,We)|0,g=g+Math.imul(we,Re)|0,g=g+Math.imul(me,We)|0,v=v+Math.imul(me,Re)|0;var Qn=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(Qn>>>26)|0,Qn&=67108863,T=Math.imul(Rt,M),g=Math.imul(Rt,B),g=g+Math.imul(nt,M)|0,v=Math.imul(nt,B),T=T+Math.imul(_t,Z)|0,g=g+Math.imul(_t,ee)|0,g=g+Math.imul(Ze,Z)|0,v=v+Math.imul(Ze,ee)|0,T=T+Math.imul(dt,tt)|0,g=g+Math.imul(dt,Ne)|0,g=g+Math.imul(He,tt)|0,v=v+Math.imul(He,Ne)|0,T=T+Math.imul(Ie,ne)|0,g=g+Math.imul(Ie,he)|0,g=g+Math.imul(Le,ne)|0,v=v+Math.imul(Le,he)|0,T=T+Math.imul(qe,We)|0,g=g+Math.imul(qe,Re)|0,g=g+Math.imul(De,We)|0,v=v+Math.imul(De,Re)|0;var ei=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(ei>>>26)|0,ei&=67108863,T=Math.imul(Rt,Z),g=Math.imul(Rt,ee),g=g+Math.imul(nt,Z)|0,v=Math.imul(nt,ee),T=T+Math.imul(_t,tt)|0,g=g+Math.imul(_t,Ne)|0,g=g+Math.imul(Ze,tt)|0,v=v+Math.imul(Ze,Ne)|0,T=T+Math.imul(dt,ne)|0,g=g+Math.imul(dt,he)|0,g=g+Math.imul(He,ne)|0,v=v+Math.imul(He,he)|0,T=T+Math.imul(Ie,We)|0,g=g+Math.imul(Ie,Re)|0,g=g+Math.imul(Le,We)|0,v=v+Math.imul(Le,Re)|0;var cn=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(cn>>>26)|0,cn&=67108863,T=Math.imul(Rt,tt),g=Math.imul(Rt,Ne),g=g+Math.imul(nt,tt)|0,v=Math.imul(nt,Ne),T=T+Math.imul(_t,ne)|0,g=g+Math.imul(_t,he)|0,g=g+Math.imul(Ze,ne)|0,v=v+Math.imul(Ze,he)|0,T=T+Math.imul(dt,We)|0,g=g+Math.imul(dt,Re)|0,g=g+Math.imul(He,We)|0,v=v+Math.imul(He,Re)|0;var ti=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(ti>>>26)|0,ti&=67108863,T=Math.imul(Rt,ne),g=Math.imul(Rt,he),g=g+Math.imul(nt,ne)|0,v=Math.imul(nt,he),T=T+Math.imul(_t,We)|0,g=g+Math.imul(_t,Re)|0,g=g+Math.imul(Ze,We)|0,v=v+Math.imul(Ze,Re)|0;var ri=(k+T|0)+((g&8191)<<13)|0;k=(v+(g>>>13)|0)+(ri>>>26)|0,ri&=67108863,T=Math.imul(Rt,We),g=Math.imul(Rt,Re),g=g+Math.imul(nt,We)|0,v=Math.imul(nt,Re);var D=(k+T|0)+((g&8191)<<13)|0;return k=(v+(g>>>13)|0)+(D>>>26)|0,D&=67108863,C[0]=Fe,C[1]=at,C[2]=Ht,C[3]=Pt,C[4]=Nt,C[5]=Qt,C[6]=gr,C[7]=nr,C[8]=Wt,C[9]=mr,C[10]=on,C[11]=Rr,C[12]=an,C[13]=Qn,C[14]=ei,C[15]=cn,C[16]=ti,C[17]=ri,C[18]=D,k!==0&&(C[19]=k,m.length++),m};Math.imul||(P=I);function N($,p,d){d.negative=p.negative^$.negative,d.length=$.length+p.length;for(var m=0,x=0,E=0;E<d.length-1;E++){var C=x;x=0;for(var k=m&67108863,T=Math.min(E,p.length-1),g=Math.max(0,E-$.length+1);g<=T;g++){var v=E-g,R=$.words[v]|0,se=p.words[g]|0,ue=R*se,xe=ue&67108863;C=C+(ue/67108864|0)|0,xe=xe+k|0,k=xe&67108863,C=C+(xe>>>26)|0,x+=C>>>26,C&=67108863}d.words[E]=k,m=C,C=x}return m!==0?d.words[E]=m:d.length--,d._strip()}function F($,p,d){return N($,p,d)}s.prototype.mulTo=function(p,d){var m,x=this.length+p.length;return this.length===10&&p.length===10?m=P(this,p,d):x<63?m=I(this,p,d):x<1024?m=N(this,p,d):m=F(this,p,d),m},s.prototype.mul=function(p){var d=new s(null);return d.words=new Array(this.length+p.length),this.mulTo(p,d)},s.prototype.mulf=function(p){var d=new s(null);return d.words=new Array(this.length+p.length),F(this,p,d)},s.prototype.imul=function(p){return this.clone().mulTo(p,this)},s.prototype.imuln=function(p){var d=p<0;d&&(p=-p),n(typeof p=="number"),n(p<67108864);for(var m=0,x=0;x<this.length;x++){var E=(this.words[x]|0)*p,C=(E&67108863)+(m&67108863);m>>=26,m+=E/67108864|0,m+=C>>>26,this.words[x]=C&67108863}return m!==0&&(this.words[x]=m,this.length++),d?this.ineg():this},s.prototype.muln=function(p){return this.clone().imuln(p)},s.prototype.sqr=function(){return this.mul(this)},s.prototype.isqr=function(){return this.imul(this.clone())},s.prototype.pow=function(p){var d=A(p);if(d.length===0)return new s(1);for(var m=this,x=0;x<d.length&&d[x]===0;x++,m=m.sqr());if(++x<d.length)for(var E=m.sqr();x<d.length;x++,E=E.sqr())d[x]!==0&&(m=m.mul(E));return m},s.prototype.iushln=function(p){n(typeof p=="number"&&p>=0);var d=p%26,m=(p-d)/26,x=67108863>>>26-d<<26-d,E;if(d!==0){var C=0;for(E=0;E<this.length;E++){var k=this.words[E]&x,T=(this.words[E]|0)-k<<d;this.words[E]=T|C,C=k>>>26-d}C&&(this.words[E]=C,this.length++)}if(m!==0){for(E=this.length-1;E>=0;E--)this.words[E+m]=this.words[E];for(E=0;E<m;E++)this.words[E]=0;this.length+=m}return this._strip()},s.prototype.ishln=function(p){return n(this.negative===0),this.iushln(p)},s.prototype.iushrn=function(p,d,m){n(typeof p=="number"&&p>=0);var x;d?x=(d-d%26)/26:x=0;var E=p%26,C=Math.min((p-E)/26,this.length),k=67108863^67108863>>>E<<E,T=m;if(x-=C,x=Math.max(0,x),T){for(var g=0;g<C;g++)T.words[g]=this.words[g];T.length=C}if(C!==0)if(this.length>C)for(this.length-=C,g=0;g<this.length;g++)this.words[g]=this.words[g+C];else this.words[0]=0,this.length=1;var v=0;for(g=this.length-1;g>=0&&(v!==0||g>=x);g--){var R=this.words[g]|0;this.words[g]=v<<26-E|R>>>E,v=R&k}return T&&v!==0&&(T.words[T.length++]=v),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},s.prototype.ishrn=function(p,d,m){return n(this.negative===0),this.iushrn(p,d,m)},s.prototype.shln=function(p){return this.clone().ishln(p)},s.prototype.ushln=function(p){return this.clone().iushln(p)},s.prototype.shrn=function(p){return this.clone().ishrn(p)},s.prototype.ushrn=function(p){return this.clone().iushrn(p)},s.prototype.testn=function(p){n(typeof p=="number"&&p>=0);var d=p%26,m=(p-d)/26,x=1<<d;if(this.length<=m)return!1;var E=this.words[m];return!!(E&x)},s.prototype.imaskn=function(p){n(typeof p=="number"&&p>=0);var d=p%26,m=(p-d)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=m)return this;if(d!==0&&m++,this.length=Math.min(m,this.length),d!==0){var x=67108863^67108863>>>d<<d;this.words[this.length-1]&=x}return this._strip()},s.prototype.maskn=function(p){return this.clone().imaskn(p)},s.prototype.iaddn=function(p){return n(typeof p=="number"),n(p<67108864),p<0?this.isubn(-p):this.negative!==0?this.length===1&&(this.words[0]|0)<=p?(this.words[0]=p-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(p),this.negative=1,this):this._iaddn(p)},s.prototype._iaddn=function(p){this.words[0]+=p;for(var d=0;d<this.length&&this.words[d]>=67108864;d++)this.words[d]-=67108864,d===this.length-1?this.words[d+1]=1:this.words[d+1]++;return this.length=Math.max(this.length,d+1),this},s.prototype.isubn=function(p){if(n(typeof p=="number"),n(p<67108864),p<0)return this.iaddn(-p);if(this.negative!==0)return this.negative=0,this.iaddn(p),this.negative=1,this;if(this.words[0]-=p,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var d=0;d<this.length&&this.words[d]<0;d++)this.words[d]+=67108864,this.words[d+1]-=1;return this._strip()},s.prototype.addn=function(p){return this.clone().iaddn(p)},s.prototype.subn=function(p){return this.clone().isubn(p)},s.prototype.iabs=function(){return this.negative=0,this},s.prototype.abs=function(){return this.clone().iabs()},s.prototype._ishlnsubmul=function(p,d,m){var x=p.length+m,E;this._expand(x);var C,k=0;for(E=0;E<p.length;E++){C=(this.words[E+m]|0)+k;var T=(p.words[E]|0)*d;C-=T&67108863,k=(C>>26)-(T/67108864|0),this.words[E+m]=C&67108863}for(;E<this.length-m;E++)C=(this.words[E+m]|0)+k,k=C>>26,this.words[E+m]=C&67108863;if(k===0)return this._strip();for(n(k===-1),k=0,E=0;E<this.length;E++)C=-(this.words[E]|0)+k,k=C>>26,this.words[E]=C&67108863;return this.negative=1,this._strip()},s.prototype._wordDiv=function(p,d){var m=this.length-p.length,x=this.clone(),E=p,C=E.words[E.length-1]|0,k=this._countBits(C);m=26-k,m!==0&&(E=E.ushln(m),x.iushln(m),C=E.words[E.length-1]|0);var T=x.length-E.length,g;if(d!=="mod"){g=new s(null),g.length=T+1,g.words=new Array(g.length);for(var v=0;v<g.length;v++)g.words[v]=0}var R=x.clone()._ishlnsubmul(E,1,T);R.negative===0&&(x=R,g&&(g.words[T]=1));for(var se=T-1;se>=0;se--){var ue=(x.words[E.length+se]|0)*67108864+(x.words[E.length+se-1]|0);for(ue=Math.min(ue/C|0,67108863),x._ishlnsubmul(E,ue,se);x.negative!==0;)ue--,x.negative=0,x._ishlnsubmul(E,1,se),x.isZero()||(x.negative^=1);g&&(g.words[se]=ue)}return g&&g._strip(),x._strip(),d!=="div"&&m!==0&&x.iushrn(m),{div:g||null,mod:x}},s.prototype.divmod=function(p,d,m){if(n(!p.isZero()),this.isZero())return{div:new s(0),mod:new s(0)};var x,E,C;return this.negative!==0&&p.negative===0?(C=this.neg().divmod(p,d),d!=="mod"&&(x=C.div.neg()),d!=="div"&&(E=C.mod.neg(),m&&E.negative!==0&&E.iadd(p)),{div:x,mod:E}):this.negative===0&&p.negative!==0?(C=this.divmod(p.neg(),d),d!=="mod"&&(x=C.div.neg()),{div:x,mod:C.mod}):this.negative&p.negative?(C=this.neg().divmod(p.neg(),d),d!=="div"&&(E=C.mod.neg(),m&&E.negative!==0&&E.isub(p)),{div:C.div,mod:E}):p.length>this.length||this.cmp(p)<0?{div:new s(0),mod:this}:p.length===1?d==="div"?{div:this.divn(p.words[0]),mod:null}:d==="mod"?{div:null,mod:new s(this.modrn(p.words[0]))}:{div:this.divn(p.words[0]),mod:new s(this.modrn(p.words[0]))}:this._wordDiv(p,d)},s.prototype.div=function(p){return this.divmod(p,"div",!1).div},s.prototype.mod=function(p){return this.divmod(p,"mod",!1).mod},s.prototype.umod=function(p){return this.divmod(p,"mod",!0).mod},s.prototype.divRound=function(p){var d=this.divmod(p);if(d.mod.isZero())return d.div;var m=d.div.negative!==0?d.mod.isub(p):d.mod,x=p.ushrn(1),E=p.andln(1),C=m.cmp(x);return C<0||E===1&&C===0?d.div:d.div.negative!==0?d.div.isubn(1):d.div.iaddn(1)},s.prototype.modrn=function(p){var d=p<0;d&&(p=-p),n(p<=67108863);for(var m=(1<<26)%p,x=0,E=this.length-1;E>=0;E--)x=(m*x+(this.words[E]|0))%p;return d?-x:x},s.prototype.modn=function(p){return this.modrn(p)},s.prototype.idivn=function(p){var d=p<0;d&&(p=-p),n(p<=67108863);for(var m=0,x=this.length-1;x>=0;x--){var E=(this.words[x]|0)+m*67108864;this.words[x]=E/p|0,m=E%p}return this._strip(),d?this.ineg():this},s.prototype.divn=function(p){return this.clone().idivn(p)},s.prototype.egcd=function(p){n(p.negative===0),n(!p.isZero());var d=this,m=p.clone();d.negative!==0?d=d.umod(p):d=d.clone();for(var x=new s(1),E=new s(0),C=new s(0),k=new s(1),T=0;d.isEven()&&m.isEven();)d.iushrn(1),m.iushrn(1),++T;for(var g=m.clone(),v=d.clone();!d.isZero();){for(var R=0,se=1;!(d.words[0]&se)&&R<26;++R,se<<=1);if(R>0)for(d.iushrn(R);R-- >0;)(x.isOdd()||E.isOdd())&&(x.iadd(g),E.isub(v)),x.iushrn(1),E.iushrn(1);for(var ue=0,xe=1;!(m.words[0]&xe)&&ue<26;++ue,xe<<=1);if(ue>0)for(m.iushrn(ue);ue-- >0;)(C.isOdd()||k.isOdd())&&(C.iadd(g),k.isub(v)),C.iushrn(1),k.iushrn(1);d.cmp(m)>=0?(d.isub(m),x.isub(C),E.isub(k)):(m.isub(d),C.isub(x),k.isub(E))}return{a:C,b:k,gcd:m.iushln(T)}},s.prototype._invmp=function(p){n(p.negative===0),n(!p.isZero());var d=this,m=p.clone();d.negative!==0?d=d.umod(p):d=d.clone();for(var x=new s(1),E=new s(0),C=m.clone();d.cmpn(1)>0&&m.cmpn(1)>0;){for(var k=0,T=1;!(d.words[0]&T)&&k<26;++k,T<<=1);if(k>0)for(d.iushrn(k);k-- >0;)x.isOdd()&&x.iadd(C),x.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;)E.isOdd()&&E.iadd(C),E.iushrn(1);d.cmp(m)>=0?(d.isub(m),x.isub(E)):(m.isub(d),E.isub(x))}var R;return d.cmpn(1)===0?R=x:R=E,R.cmpn(0)<0&&R.iadd(p),R},s.prototype.gcd=function(p){if(this.isZero())return p.abs();if(p.isZero())return this.abs();var d=this.clone(),m=p.clone();d.negative=0,m.negative=0;for(var x=0;d.isEven()&&m.isEven();x++)d.iushrn(1),m.iushrn(1);do{for(;d.isEven();)d.iushrn(1);for(;m.isEven();)m.iushrn(1);var E=d.cmp(m);if(E<0){var C=d;d=m,m=C}else if(E===0||m.cmpn(1)===0)break;d.isub(m)}while(!0);return m.iushln(x)},s.prototype.invm=function(p){return this.egcd(p).a.umod(p)},s.prototype.isEven=function(){return(this.words[0]&1)===0},s.prototype.isOdd=function(){return(this.words[0]&1)===1},s.prototype.andln=function(p){return this.words[0]&p},s.prototype.bincn=function(p){n(typeof p=="number");var d=p%26,m=(p-d)/26,x=1<<d;if(this.length<=m)return this._expand(m+1),this.words[m]|=x,this;for(var E=x,C=m;E!==0&&C<this.length;C++){var k=this.words[C]|0;k+=E,E=k>>>26,k&=67108863,this.words[C]=k}return E!==0&&(this.words[C]=E,this.length++),this},s.prototype.isZero=function(){return this.length===1&&this.words[0]===0},s.prototype.cmpn=function(p){var d=p<0;if(this.negative!==0&&!d)return-1;if(this.negative===0&&d)return 1;this._strip();var m;if(this.length>1)m=1;else{d&&(p=-p),n(p<=67108863,"Number is too big");var x=this.words[0]|0;m=x===p?0:x<p?-1:1}return this.negative!==0?-m|0:m},s.prototype.cmp=function(p){if(this.negative!==0&&p.negative===0)return-1;if(this.negative===0&&p.negative!==0)return 1;var d=this.ucmp(p);return this.negative!==0?-d|0:d},s.prototype.ucmp=function(p){if(this.length>p.length)return 1;if(this.length<p.length)return-1;for(var d=0,m=this.length-1;m>=0;m--){var x=this.words[m]|0,E=p.words[m]|0;if(x!==E){x<E?d=-1:x>E&&(d=1);break}}return d},s.prototype.gtn=function(p){return this.cmpn(p)===1},s.prototype.gt=function(p){return this.cmp(p)===1},s.prototype.gten=function(p){return this.cmpn(p)>=0},s.prototype.gte=function(p){return this.cmp(p)>=0},s.prototype.ltn=function(p){return this.cmpn(p)===-1},s.prototype.lt=function(p){return this.cmp(p)===-1},s.prototype.lten=function(p){return this.cmpn(p)<=0},s.prototype.lte=function(p){return this.cmp(p)<=0},s.prototype.eqn=function(p){return this.cmpn(p)===0},s.prototype.eq=function(p){return this.cmp(p)===0},s.red=function(p){return new oe(p)},s.prototype.toRed=function(p){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),p.convertTo(this)._forceRed(p)},s.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},s.prototype._forceRed=function(p){return this.red=p,this},s.prototype.forceRed=function(p){return n(!this.red,"Already a number in reduction context"),this._forceRed(p)},s.prototype.redAdd=function(p){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,p)},s.prototype.redIAdd=function(p){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,p)},s.prototype.redSub=function(p){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,p)},s.prototype.redISub=function(p){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,p)},s.prototype.redShl=function(p){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,p)},s.prototype.redMul=function(p){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,p),this.red.mul(this,p)},s.prototype.redIMul=function(p){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,p),this.red.imul(this,p)},s.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},s.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},s.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},s.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},s.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},s.prototype.redPow=function(p){return n(this.red&&!p.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,p)};var L={k256:null,p224:null,p192:null,p25519:null};function H($,p){this.name=$,this.p=new s(p,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 p=new s(null);return p.words=new Array(Math.ceil(this.n/13)),p},H.prototype.ireduce=function(p){var d=p,m;do this.split(d,this.tmp),d=this.imulK(d),d=d.iadd(this.tmp),m=d.bitLength();while(m>this.n);var x=m<this.n?-1:d.ucmp(this.p);return x===0?(d.words[0]=0,d.length=1):x>0?d.isub(this.p):d.strip!==void 0?d.strip():d._strip(),d},H.prototype.split=function(p,d){p.iushrn(this.n,0,d)},H.prototype.imulK=function(p){return p.imul(this.k)};function q(){H.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}i(q,H),q.prototype.split=function(p,d){for(var m=4194303,x=Math.min(p.length,9),E=0;E<x;E++)d.words[E]=p.words[E];if(d.length=x,p.length<=9){p.words[0]=0,p.length=1;return}var C=p.words[9];for(d.words[d.length++]=C&m,E=10;E<p.length;E++){var k=p.words[E]|0;p.words[E-10]=(k&m)<<4|C>>>22,C=k}C>>>=22,p.words[E-10]=C,C===0&&p.length>10?p.length-=10:p.length-=9},q.prototype.imulK=function(p){p.words[p.length]=0,p.words[p.length+1]=0,p.length+=2;for(var d=0,m=0;m<p.length;m++){var x=p.words[m]|0;d+=x*977,p.words[m]=d&67108863,d=x*64+(d/67108864|0)}return p.words[p.length-1]===0&&(p.length--,p.words[p.length-1]===0&&p.length--),p};function X(){H.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}i(X,H);function re(){H.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}i(re,H);function ae(){H.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}i(ae,H),ae.prototype.imulK=function(p){for(var d=0,m=0;m<p.length;m++){var x=(p.words[m]|0)*19+d,E=x&67108863;x>>>=26,p.words[m]=E,d=x}return d!==0&&(p.words[p.length++]=d),p},s._prime=function(p){if(L[p])return L[p];var d;if(p==="k256")d=new q;else if(p==="p224")d=new X;else if(p==="p192")d=new re;else if(p==="p25519")d=new ae;else throw new Error("Unknown prime "+p);return L[p]=d,d};function oe($){if(typeof $=="string"){var p=s._prime($);this.m=p.p,this.prime=p}else n($.gtn(1),"modulus must be greater than 1"),this.m=$,this.prime=null}oe.prototype._verify1=function(p){n(p.negative===0,"red works only with positives"),n(p.red,"red works only with red numbers")},oe.prototype._verify2=function(p,d){n((p.negative|d.negative)===0,"red works only with positives"),n(p.red&&p.red===d.red,"red works only with red numbers")},oe.prototype.imod=function(p){return this.prime?this.prime.ireduce(p)._forceRed(this):(l(p,p.umod(this.m)._forceRed(this)),p)},oe.prototype.neg=function(p){return p.isZero()?p.clone():this.m.sub(p)._forceRed(this)},oe.prototype.add=function(p,d){this._verify2(p,d);var m=p.add(d);return m.cmp(this.m)>=0&&m.isub(this.m),m._forceRed(this)},oe.prototype.iadd=function(p,d){this._verify2(p,d);var m=p.iadd(d);return m.cmp(this.m)>=0&&m.isub(this.m),m},oe.prototype.sub=function(p,d){this._verify2(p,d);var m=p.sub(d);return m.cmpn(0)<0&&m.iadd(this.m),m._forceRed(this)},oe.prototype.isub=function(p,d){this._verify2(p,d);var m=p.isub(d);return m.cmpn(0)<0&&m.iadd(this.m),m},oe.prototype.shl=function(p,d){return this._verify1(p),this.imod(p.ushln(d))},oe.prototype.imul=function(p,d){return this._verify2(p,d),this.imod(p.imul(d))},oe.prototype.mul=function(p,d){return this._verify2(p,d),this.imod(p.mul(d))},oe.prototype.isqr=function(p){return this.imul(p,p.clone())},oe.prototype.sqr=function(p){return this.mul(p,p)},oe.prototype.sqrt=function(p){if(p.isZero())return p.clone();var d=this.m.andln(3);if(n(d%2===1),d===3){var m=this.m.add(new s(1)).iushrn(2);return this.pow(p,m)}for(var x=this.m.subn(1),E=0;!x.isZero()&&x.andln(1)===0;)E++,x.iushrn(1);n(!x.isZero());var C=new s(1).toRed(this),k=C.redNeg(),T=this.m.subn(1).iushrn(1),g=this.m.bitLength();for(g=new s(2*g*g).toRed(this);this.pow(g,T).cmp(k)!==0;)g.redIAdd(k);for(var v=this.pow(g,x),R=this.pow(p,x.addn(1).iushrn(1)),se=this.pow(p,x),ue=E;se.cmp(C)!==0;){for(var xe=se,be=0;xe.cmp(C)!==0;be++)xe=xe.redSqr();n(be<ue);var Ce=this.pow(v,new s(1).iushln(ue-be-1));R=R.redMul(Ce),v=Ce.redSqr(),se=se.redMul(v),ue=be}return R},oe.prototype.invm=function(p){var d=p._invmp(this.m);return d.negative!==0?(d.negative=0,this.imod(d).redNeg()):this.imod(d)},oe.prototype.pow=function(p,d){if(d.isZero())return new s(1).toRed(this);if(d.cmpn(1)===0)return p.clone();var m=4,x=new Array(1<<m);x[0]=new s(1).toRed(this),x[1]=p;for(var E=2;E<x.length;E++)x[E]=this.mul(x[E-1],p);var C=x[0],k=0,T=0,g=d.bitLength()%26;for(g===0&&(g=26),E=d.length-1;E>=0;E--){for(var v=d.words[E],R=g-1;R>=0;R--){var se=v>>R&1;if(C!==x[0]&&(C=this.sqr(C)),se===0&&k===0){T=0;continue}k<<=1,k|=se,T++,!(T!==m&&(E!==0||R!==0))&&(C=this.mul(C,x[k]),T=0,k=0)}g=26}return C},oe.prototype.convertTo=function(p){var d=p.umod(this.m);return d===p?d.clone():d},oe.prototype.convertFrom=function(p){var d=p.clone();return d.red=null,d},s.mont=function(p){return new V(p)};function V($){oe.call(this,$),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)}i(V,oe),V.prototype.convertTo=function(p){return this.imod(p.ushln(this.shift))},V.prototype.convertFrom=function(p){var d=this.imod(p.mul(this.rinv));return d.red=null,d},V.prototype.imul=function(p,d){if(p.isZero()||d.isZero())return p.words[0]=0,p.length=1,p;var m=p.imul(d),x=m.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),E=m.isub(x).iushrn(this.shift),C=E;return E.cmp(this.m)>=0?C=E.isub(this.m):E.cmpn(0)<0&&(C=E.iadd(this.m)),C._forceRed(this)},V.prototype.mul=function(p,d){if(p.isZero()||d.isZero())return new s(0)._forceRed(this);var m=p.mul(d),x=m.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),E=m.isub(x).iushrn(this.shift),C=E;return E.cmp(this.m)>=0?C=E.isub(this.m):E.cmpn(0)<0&&(C=E.iadd(this.m)),C._forceRed(this)},V.prototype.invm=function(p){var d=this.imod(p._invmp(this.m).mul(this.r2));return d._forceRed(this)}})(e,io)})(Yh);var ck=Yh.exports;const Yp=Qa(ck);/*!
|
|
33
|
+
*/(function(R){const N=r,F=A,L=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;R.Buffer=V,R.SlowBuffer=v,R.INSPECT_MAX_BYTES=50;const G=2147483647;R.kMaxLength=G;const{Uint8Array:q,ArrayBuffer:J,SharedArrayBuffer:ne}=globalThis;V.TYPED_ARRAY_SUPPORT=ae(),!V.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 ae(){try{const k=new q(1),S={foo:function(){return 42}};return Object.setPrototypeOf(S,q.prototype),Object.setPrototypeOf(k,S),k.foo()===42}catch{return!1}}Object.defineProperty(V.prototype,"parent",{enumerable:!0,get:function(){if(V.isBuffer(this))return this.buffer}}),Object.defineProperty(V.prototype,"offset",{enumerable:!0,get:function(){if(V.isBuffer(this))return this.byteOffset}});function ce(k){if(k>G)throw new RangeError('The value "'+k+'" is invalid for option "size"');const S=new q(k);return Object.setPrototypeOf(S,V.prototype),S}function V(k,S,T){if(typeof k=="number"){if(typeof S=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return m(k)}return $(k,S,T)}V.poolSize=8192;function $(k,S,T){if(typeof k=="string")return x(k,S);if(J.isView(k))return E(k);if(k==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof k);if(gt(k,J)||k&>(k.buffer,J)||typeof ne<"u"&&(gt(k,ne)||k&>(k.buffer,ne)))return O(k,S,T);if(typeof k=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const B=k.valueOf&&k.valueOf();if(B!=null&&B!==k)return V.from(B,S,T);const K=C(k);if(K)return K;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof k[Symbol.toPrimitive]=="function")return V.from(k[Symbol.toPrimitive]("string"),S,T);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof k)}V.from=function(k,S,T){return $(k,S,T)},Object.setPrototypeOf(V.prototype,q.prototype),Object.setPrototypeOf(V,q);function p(k){if(typeof k!="number")throw new TypeError('"size" argument must be of type number');if(k<0)throw new RangeError('The value "'+k+'" is invalid for option "size"')}function d(k,S,T){return p(k),k<=0?ce(k):S!==void 0?typeof T=="string"?ce(k).fill(S,T):ce(k).fill(S):ce(k)}V.alloc=function(k,S,T){return d(k,S,T)};function m(k){return p(k),ce(k<0?0:g(k)|0)}V.allocUnsafe=function(k){return m(k)},V.allocUnsafeSlow=function(k){return m(k)};function x(k,S){if((typeof S!="string"||S==="")&&(S="utf8"),!V.isEncoding(S))throw new TypeError("Unknown encoding: "+S);const T=j(k,S)|0;let B=ce(T);const K=B.write(k,S);return K!==T&&(B=B.slice(0,K)),B}function M(k){const S=k.length<0?0:g(k.length)|0,T=ce(S);for(let B=0;B<S;B+=1)T[B]=k[B]&255;return T}function E(k){if(gt(k,q)){const S=new q(k);return O(S.buffer,S.byteOffset,S.byteLength)}return M(k)}function O(k,S,T){if(S<0||k.byteLength<S)throw new RangeError('"offset" is outside of buffer bounds');if(k.byteLength<S+(T||0))throw new RangeError('"length" is outside of buffer bounds');let B;return S===void 0&&T===void 0?B=new q(k):T===void 0?B=new q(k,S):B=new q(k,S,T),Object.setPrototypeOf(B,V.prototype),B}function C(k){if(V.isBuffer(k)){const S=g(k.length)|0,T=ce(S);return T.length===0||k.copy(T,0,0,S),T}if(k.length!==void 0)return typeof k.length!="number"||Pt(k.length)?ce(0):M(k);if(k.type==="Buffer"&&Array.isArray(k.data))return M(k.data)}function g(k){if(k>=G)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+G.toString(16)+" bytes");return k|0}function v(k){return+k!=k&&(k=0),V.alloc(+k)}V.isBuffer=function(S){return S!=null&&S._isBuffer===!0&&S!==V.prototype},V.compare=function(S,T){if(gt(S,q)&&(S=V.from(S,S.offset,S.byteLength)),gt(T,q)&&(T=V.from(T,T.offset,T.byteLength)),!V.isBuffer(S)||!V.isBuffer(T))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(S===T)return 0;let B=S.length,K=T.length;for(let Z=0,te=Math.min(B,K);Z<te;++Z)if(S[Z]!==T[Z]){B=S[Z],K=T[Z];break}return B<K?-1:K<B?1:0},V.isEncoding=function(S){switch(String(S).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}},V.concat=function(S,T){if(!Array.isArray(S))throw new TypeError('"list" argument must be an Array of Buffers');if(S.length===0)return V.alloc(0);let B;if(T===void 0)for(T=0,B=0;B<S.length;++B)T+=S[B].length;const K=V.allocUnsafe(T);let Z=0;for(B=0;B<S.length;++B){let te=S[B];if(gt(te,q))Z+te.length>K.length?(V.isBuffer(te)||(te=V.from(te)),te.copy(K,Z)):q.prototype.set.call(K,te,Z);else if(V.isBuffer(te))te.copy(K,Z);else throw new TypeError('"list" argument must be an Array of Buffers');Z+=te.length}return K};function j(k,S){if(V.isBuffer(k))return k.length;if(J.isView(k)||gt(k,J))return k.byteLength;if(typeof k!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof k);const T=k.length,B=arguments.length>2&&arguments[2]===!0;if(!B&&T===0)return 0;let K=!1;for(;;)switch(S){case"ascii":case"latin1":case"binary":return T;case"utf8":case"utf-8":return It(k).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return T*2;case"hex":return T>>>1;case"base64":return Ct(k).length;default:if(K)return B?-1:It(k).length;S=(""+S).toLowerCase(),K=!0}}V.byteLength=j;function ee(k,S,T){let B=!1;if((S===void 0||S<0)&&(S=0),S>this.length||((T===void 0||T>this.length)&&(T=this.length),T<=0)||(T>>>=0,S>>>=0,T<=S))return"";for(k||(k="utf8");;)switch(k){case"hex":return qe(this,S,T);case"utf8":case"utf-8":return $e(this,S,T);case"ascii":return ge(this,S,T);case"latin1":case"binary":return Ae(this,S,T);case"base64":return ht(this,S,T);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return De(this,S,T);default:if(B)throw new TypeError("Unknown encoding: "+k);k=(k+"").toLowerCase(),B=!0}}V.prototype._isBuffer=!0;function ie(k,S,T){const B=k[S];k[S]=k[T],k[T]=B}V.prototype.swap16=function(){const S=this.length;if(S%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let T=0;T<S;T+=2)ie(this,T,T+1);return this},V.prototype.swap32=function(){const S=this.length;if(S%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let T=0;T<S;T+=4)ie(this,T,T+3),ie(this,T+1,T+2);return this},V.prototype.swap64=function(){const S=this.length;if(S%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let T=0;T<S;T+=8)ie(this,T,T+7),ie(this,T+1,T+6),ie(this,T+2,T+5),ie(this,T+3,T+4);return this},V.prototype.toString=function(){const S=this.length;return S===0?"":arguments.length===0?$e(this,0,S):ee.apply(this,arguments)},V.prototype.toLocaleString=V.prototype.toString,V.prototype.equals=function(S){if(!V.isBuffer(S))throw new TypeError("Argument must be a Buffer");return this===S?!0:V.compare(this,S)===0},V.prototype.inspect=function(){let S="";const T=R.INSPECT_MAX_BYTES;return S=this.toString("hex",0,T).replace(/(.{2})/g,"$1 ").trim(),this.length>T&&(S+=" ... "),"<Buffer "+S+">"},L&&(V.prototype[L]=V.prototype.inspect),V.prototype.compare=function(S,T,B,K,Z){if(gt(S,q)&&(S=V.from(S,S.offset,S.byteLength)),!V.isBuffer(S))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof S);if(T===void 0&&(T=0),B===void 0&&(B=S?S.length:0),K===void 0&&(K=0),Z===void 0&&(Z=this.length),T<0||B>S.length||K<0||Z>this.length)throw new RangeError("out of range index");if(K>=Z&&T>=B)return 0;if(K>=Z)return-1;if(T>=B)return 1;if(T>>>=0,B>>>=0,K>>>=0,Z>>>=0,this===S)return 0;let te=Z-K,Be=B-T;const tt=Math.min(te,Be),Ne=this.slice(K,Z),z=S.slice(T,B);for(let se=0;se<tt;++se)if(Ne[se]!==z[se]){te=Ne[se],Be=z[se];break}return te<Be?-1:Be<te?1:0};function ve(k,S,T,B,K){if(k.length===0)return-1;if(typeof T=="string"?(B=T,T=0):T>2147483647?T=2147483647:T<-2147483648&&(T=-2147483648),T=+T,Pt(T)&&(T=K?0:k.length-1),T<0&&(T=k.length+T),T>=k.length){if(K)return-1;T=k.length-1}else if(T<0)if(K)T=0;else return-1;if(typeof S=="string"&&(S=V.from(S,B)),V.isBuffer(S))return S.length===0?-1:pe(k,S,T,B,K);if(typeof S=="number")return S=S&255,typeof q.prototype.indexOf=="function"?K?q.prototype.indexOf.call(k,S,T):q.prototype.lastIndexOf.call(k,S,T):pe(k,[S],T,B,K);throw new TypeError("val must be string, number or Buffer")}function pe(k,S,T,B,K){let Z=1,te=k.length,Be=S.length;if(B!==void 0&&(B=String(B).toLowerCase(),B==="ucs2"||B==="ucs-2"||B==="utf16le"||B==="utf-16le")){if(k.length<2||S.length<2)return-1;Z=2,te/=2,Be/=2,T/=2}function tt(z,se){return Z===1?z[se]:z.readUInt16BE(se*Z)}let Ne;if(K){let z=-1;for(Ne=T;Ne<te;Ne++)if(tt(k,Ne)===tt(S,z===-1?0:Ne-z)){if(z===-1&&(z=Ne),Ne-z+1===Be)return z*Z}else z!==-1&&(Ne-=Ne-z),z=-1}else for(T+Be>te&&(T=te-Be),Ne=T;Ne>=0;Ne--){let z=!0;for(let se=0;se<Be;se++)if(tt(k,Ne+se)!==tt(S,se)){z=!1;break}if(z)return Ne}return-1}V.prototype.includes=function(S,T,B){return this.indexOf(S,T,B)!==-1},V.prototype.indexOf=function(S,T,B){return ve(this,S,T,B,!0)},V.prototype.lastIndexOf=function(S,T,B){return ve(this,S,T,B,!1)};function Ee(k,S,T,B){T=Number(T)||0;const K=k.length-T;B?(B=Number(B),B>K&&(B=K)):B=K;const Z=S.length;B>Z/2&&(B=Z/2);let te;for(te=0;te<B;++te){const Be=parseInt(S.substr(te*2,2),16);if(Pt(Be))return te;k[T+te]=Be}return te}function Se(k,S,T,B){return Ye(It(S,k.length-T),k,T,B)}function Ke(k,S,T,B){return Ye(it(S),k,T,B)}function Fe(k,S,T,B){return Ye(Ct(S),k,T,B)}function lt(k,S,T,B){return Ye(bt(S,k.length-T),k,T,B)}V.prototype.write=function(S,T,B,K){if(T===void 0)K="utf8",B=this.length,T=0;else if(B===void 0&&typeof T=="string")K=T,B=this.length,T=0;else if(isFinite(T))T=T>>>0,isFinite(B)?(B=B>>>0,K===void 0&&(K="utf8")):(K=B,B=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const Z=this.length-T;if((B===void 0||B>Z)&&(B=Z),S.length>0&&(B<0||T<0)||T>this.length)throw new RangeError("Attempt to write outside buffer bounds");K||(K="utf8");let te=!1;for(;;)switch(K){case"hex":return Ee(this,S,T,B);case"utf8":case"utf-8":return Se(this,S,T,B);case"ascii":case"latin1":case"binary":return Ke(this,S,T,B);case"base64":return Fe(this,S,T,B);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return lt(this,S,T,B);default:if(te)throw new TypeError("Unknown encoding: "+K);K=(""+K).toLowerCase(),te=!0}},V.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ht(k,S,T){return S===0&&T===k.length?N.fromByteArray(k):N.fromByteArray(k.slice(S,T))}function $e(k,S,T){T=Math.min(k.length,T);const B=[];let K=S;for(;K<T;){const Z=k[K];let te=null,Be=Z>239?4:Z>223?3:Z>191?2:1;if(K+Be<=T){let tt,Ne,z,se;switch(Be){case 1:Z<128&&(te=Z);break;case 2:tt=k[K+1],(tt&192)===128&&(se=(Z&31)<<6|tt&63,se>127&&(te=se));break;case 3:tt=k[K+1],Ne=k[K+2],(tt&192)===128&&(Ne&192)===128&&(se=(Z&15)<<12|(tt&63)<<6|Ne&63,se>2047&&(se<55296||se>57343)&&(te=se));break;case 4:tt=k[K+1],Ne=k[K+2],z=k[K+3],(tt&192)===128&&(Ne&192)===128&&(z&192)===128&&(se=(Z&15)<<18|(tt&63)<<12|(Ne&63)<<6|z&63,se>65535&&se<1114112&&(te=se))}}te===null?(te=65533,Be=1):te>65535&&(te-=65536,B.push(te>>>10&1023|55296),te=56320|te&1023),B.push(te),K+=Be}return _e(B)}const mt=4096;function _e(k){const S=k.length;if(S<=mt)return String.fromCharCode.apply(String,k);let T="",B=0;for(;B<S;)T+=String.fromCharCode.apply(String,k.slice(B,B+=mt));return T}function ge(k,S,T){let B="";T=Math.min(k.length,T);for(let K=S;K<T;++K)B+=String.fromCharCode(k[K]&127);return B}function Ae(k,S,T){let B="";T=Math.min(k.length,T);for(let K=S;K<T;++K)B+=String.fromCharCode(k[K]);return B}function qe(k,S,T){const B=k.length;(!S||S<0)&&(S=0),(!T||T<0||T>B)&&(T=B);let K="";for(let Z=S;Z<T;++Z)K+=ot[k[Z]];return K}function De(k,S,T){const B=k.slice(S,T);let K="";for(let Z=0;Z<B.length-1;Z+=2)K+=String.fromCharCode(B[Z]+B[Z+1]*256);return K}V.prototype.slice=function(S,T){const B=this.length;S=~~S,T=T===void 0?B:~~T,S<0?(S+=B,S<0&&(S=0)):S>B&&(S=B),T<0?(T+=B,T<0&&(T=0)):T>B&&(T=B),T<S&&(T=S);const K=this.subarray(S,T);return Object.setPrototypeOf(K,V.prototype),K};function Oe(k,S,T){if(k%1!==0||k<0)throw new RangeError("offset is not uint");if(k+S>T)throw new RangeError("Trying to access beyond buffer length")}V.prototype.readUintLE=V.prototype.readUIntLE=function(S,T,B){S=S>>>0,T=T>>>0,B||Oe(S,T,this.length);let K=this[S],Z=1,te=0;for(;++te<T&&(Z*=256);)K+=this[S+te]*Z;return K},V.prototype.readUintBE=V.prototype.readUIntBE=function(S,T,B){S=S>>>0,T=T>>>0,B||Oe(S,T,this.length);let K=this[S+--T],Z=1;for(;T>0&&(Z*=256);)K+=this[S+--T]*Z;return K},V.prototype.readUint8=V.prototype.readUInt8=function(S,T){return S=S>>>0,T||Oe(S,1,this.length),this[S]},V.prototype.readUint16LE=V.prototype.readUInt16LE=function(S,T){return S=S>>>0,T||Oe(S,2,this.length),this[S]|this[S+1]<<8},V.prototype.readUint16BE=V.prototype.readUInt16BE=function(S,T){return S=S>>>0,T||Oe(S,2,this.length),this[S]<<8|this[S+1]},V.prototype.readUint32LE=V.prototype.readUInt32LE=function(S,T){return S=S>>>0,T||Oe(S,4,this.length),(this[S]|this[S+1]<<8|this[S+2]<<16)+this[S+3]*16777216},V.prototype.readUint32BE=V.prototype.readUInt32BE=function(S,T){return S=S>>>0,T||Oe(S,4,this.length),this[S]*16777216+(this[S+1]<<16|this[S+2]<<8|this[S+3])},V.prototype.readBigUInt64LE=wt(function(S){S=S>>>0,St(S,"offset");const T=this[S],B=this[S+7];(T===void 0||B===void 0)&&At(S,this.length-8);const K=T+this[++S]*2**8+this[++S]*2**16+this[++S]*2**24,Z=this[++S]+this[++S]*2**8+this[++S]*2**16+B*2**24;return BigInt(K)+(BigInt(Z)<<BigInt(32))}),V.prototype.readBigUInt64BE=wt(function(S){S=S>>>0,St(S,"offset");const T=this[S],B=this[S+7];(T===void 0||B===void 0)&&At(S,this.length-8);const K=T*2**24+this[++S]*2**16+this[++S]*2**8+this[++S],Z=this[++S]*2**24+this[++S]*2**16+this[++S]*2**8+B;return(BigInt(K)<<BigInt(32))+BigInt(Z)}),V.prototype.readIntLE=function(S,T,B){S=S>>>0,T=T>>>0,B||Oe(S,T,this.length);let K=this[S],Z=1,te=0;for(;++te<T&&(Z*=256);)K+=this[S+te]*Z;return Z*=128,K>=Z&&(K-=Math.pow(2,8*T)),K},V.prototype.readIntBE=function(S,T,B){S=S>>>0,T=T>>>0,B||Oe(S,T,this.length);let K=T,Z=1,te=this[S+--K];for(;K>0&&(Z*=256);)te+=this[S+--K]*Z;return Z*=128,te>=Z&&(te-=Math.pow(2,8*T)),te},V.prototype.readInt8=function(S,T){return S=S>>>0,T||Oe(S,1,this.length),this[S]&128?(255-this[S]+1)*-1:this[S]},V.prototype.readInt16LE=function(S,T){S=S>>>0,T||Oe(S,2,this.length);const B=this[S]|this[S+1]<<8;return B&32768?B|4294901760:B},V.prototype.readInt16BE=function(S,T){S=S>>>0,T||Oe(S,2,this.length);const B=this[S+1]|this[S]<<8;return B&32768?B|4294901760:B},V.prototype.readInt32LE=function(S,T){return S=S>>>0,T||Oe(S,4,this.length),this[S]|this[S+1]<<8|this[S+2]<<16|this[S+3]<<24},V.prototype.readInt32BE=function(S,T){return S=S>>>0,T||Oe(S,4,this.length),this[S]<<24|this[S+1]<<16|this[S+2]<<8|this[S+3]},V.prototype.readBigInt64LE=wt(function(S){S=S>>>0,St(S,"offset");const T=this[S],B=this[S+7];(T===void 0||B===void 0)&&At(S,this.length-8);const K=this[S+4]+this[S+5]*2**8+this[S+6]*2**16+(B<<24);return(BigInt(K)<<BigInt(32))+BigInt(T+this[++S]*2**8+this[++S]*2**16+this[++S]*2**24)}),V.prototype.readBigInt64BE=wt(function(S){S=S>>>0,St(S,"offset");const T=this[S],B=this[S+7];(T===void 0||B===void 0)&&At(S,this.length-8);const K=(T<<24)+this[++S]*2**16+this[++S]*2**8+this[++S];return(BigInt(K)<<BigInt(32))+BigInt(this[++S]*2**24+this[++S]*2**16+this[++S]*2**8+B)}),V.prototype.readFloatLE=function(S,T){return S=S>>>0,T||Oe(S,4,this.length),F.read(this,S,!0,23,4)},V.prototype.readFloatBE=function(S,T){return S=S>>>0,T||Oe(S,4,this.length),F.read(this,S,!1,23,4)},V.prototype.readDoubleLE=function(S,T){return S=S>>>0,T||Oe(S,8,this.length),F.read(this,S,!0,52,8)},V.prototype.readDoubleBE=function(S,T){return S=S>>>0,T||Oe(S,8,this.length),F.read(this,S,!1,52,8)};function Ie(k,S,T,B,K,Z){if(!V.isBuffer(k))throw new TypeError('"buffer" argument must be a Buffer instance');if(S>K||S<Z)throw new RangeError('"value" argument is out of bounds');if(T+B>k.length)throw new RangeError("Index out of range")}V.prototype.writeUintLE=V.prototype.writeUIntLE=function(S,T,B,K){if(S=+S,T=T>>>0,B=B>>>0,!K){const Be=Math.pow(2,8*B)-1;Ie(this,S,T,B,Be,0)}let Z=1,te=0;for(this[T]=S&255;++te<B&&(Z*=256);)this[T+te]=S/Z&255;return T+B},V.prototype.writeUintBE=V.prototype.writeUIntBE=function(S,T,B,K){if(S=+S,T=T>>>0,B=B>>>0,!K){const Be=Math.pow(2,8*B)-1;Ie(this,S,T,B,Be,0)}let Z=B-1,te=1;for(this[T+Z]=S&255;--Z>=0&&(te*=256);)this[T+Z]=S/te&255;return T+B},V.prototype.writeUint8=V.prototype.writeUInt8=function(S,T,B){return S=+S,T=T>>>0,B||Ie(this,S,T,1,255,0),this[T]=S&255,T+1},V.prototype.writeUint16LE=V.prototype.writeUInt16LE=function(S,T,B){return S=+S,T=T>>>0,B||Ie(this,S,T,2,65535,0),this[T]=S&255,this[T+1]=S>>>8,T+2},V.prototype.writeUint16BE=V.prototype.writeUInt16BE=function(S,T,B){return S=+S,T=T>>>0,B||Ie(this,S,T,2,65535,0),this[T]=S>>>8,this[T+1]=S&255,T+2},V.prototype.writeUint32LE=V.prototype.writeUInt32LE=function(S,T,B){return S=+S,T=T>>>0,B||Ie(this,S,T,4,4294967295,0),this[T+3]=S>>>24,this[T+2]=S>>>16,this[T+1]=S>>>8,this[T]=S&255,T+4},V.prototype.writeUint32BE=V.prototype.writeUInt32BE=function(S,T,B){return S=+S,T=T>>>0,B||Ie(this,S,T,4,4294967295,0),this[T]=S>>>24,this[T+1]=S>>>16,this[T+2]=S>>>8,this[T+3]=S&255,T+4};function Le(k,S,T,B,K){nt(S,B,K,k,T,7);let Z=Number(S&BigInt(4294967295));k[T++]=Z,Z=Z>>8,k[T++]=Z,Z=Z>>8,k[T++]=Z,Z=Z>>8,k[T++]=Z;let te=Number(S>>BigInt(32)&BigInt(4294967295));return k[T++]=te,te=te>>8,k[T++]=te,te=te>>8,k[T++]=te,te=te>>8,k[T++]=te,T}function ft(k,S,T,B,K){nt(S,B,K,k,T,7);let Z=Number(S&BigInt(4294967295));k[T+7]=Z,Z=Z>>8,k[T+6]=Z,Z=Z>>8,k[T+5]=Z,Z=Z>>8,k[T+4]=Z;let te=Number(S>>BigInt(32)&BigInt(4294967295));return k[T+3]=te,te=te>>8,k[T+2]=te,te=te>>8,k[T+1]=te,te=te>>8,k[T]=te,T+8}V.prototype.writeBigUInt64LE=wt(function(S,T=0){return Le(this,S,T,BigInt(0),BigInt("0xffffffffffffffff"))}),V.prototype.writeBigUInt64BE=wt(function(S,T=0){return ft(this,S,T,BigInt(0),BigInt("0xffffffffffffffff"))}),V.prototype.writeIntLE=function(S,T,B,K){if(S=+S,T=T>>>0,!K){const tt=Math.pow(2,8*B-1);Ie(this,S,T,B,tt-1,-tt)}let Z=0,te=1,Be=0;for(this[T]=S&255;++Z<B&&(te*=256);)S<0&&Be===0&&this[T+Z-1]!==0&&(Be=1),this[T+Z]=(S/te>>0)-Be&255;return T+B},V.prototype.writeIntBE=function(S,T,B,K){if(S=+S,T=T>>>0,!K){const tt=Math.pow(2,8*B-1);Ie(this,S,T,B,tt-1,-tt)}let Z=B-1,te=1,Be=0;for(this[T+Z]=S&255;--Z>=0&&(te*=256);)S<0&&Be===0&&this[T+Z+1]!==0&&(Be=1),this[T+Z]=(S/te>>0)-Be&255;return T+B},V.prototype.writeInt8=function(S,T,B){return S=+S,T=T>>>0,B||Ie(this,S,T,1,127,-128),S<0&&(S=255+S+1),this[T]=S&255,T+1},V.prototype.writeInt16LE=function(S,T,B){return S=+S,T=T>>>0,B||Ie(this,S,T,2,32767,-32768),this[T]=S&255,this[T+1]=S>>>8,T+2},V.prototype.writeInt16BE=function(S,T,B){return S=+S,T=T>>>0,B||Ie(this,S,T,2,32767,-32768),this[T]=S>>>8,this[T+1]=S&255,T+2},V.prototype.writeInt32LE=function(S,T,B){return S=+S,T=T>>>0,B||Ie(this,S,T,4,2147483647,-2147483648),this[T]=S&255,this[T+1]=S>>>8,this[T+2]=S>>>16,this[T+3]=S>>>24,T+4},V.prototype.writeInt32BE=function(S,T,B){return S=+S,T=T>>>0,B||Ie(this,S,T,4,2147483647,-2147483648),S<0&&(S=4294967295+S+1),this[T]=S>>>24,this[T+1]=S>>>16,this[T+2]=S>>>8,this[T+3]=S&255,T+4},V.prototype.writeBigInt64LE=wt(function(S,T=0){return Le(this,S,T,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),V.prototype.writeBigInt64BE=wt(function(S,T=0){return ft(this,S,T,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function dt(k,S,T,B,K,Z){if(T+B>k.length)throw new RangeError("Index out of range");if(T<0)throw new RangeError("Index out of range")}function Ge(k,S,T,B,K){return S=+S,T=T>>>0,K||dt(k,S,T,4),F.write(k,S,T,B,23,4),T+4}V.prototype.writeFloatLE=function(S,T,B){return Ge(this,S,T,!0,B)},V.prototype.writeFloatBE=function(S,T,B){return Ge(this,S,T,!1,B)};function jt(k,S,T,B,K){return S=+S,T=T>>>0,K||dt(k,S,T,8),F.write(k,S,T,B,52,8),T+8}V.prototype.writeDoubleLE=function(S,T,B){return jt(this,S,T,!0,B)},V.prototype.writeDoubleBE=function(S,T,B){return jt(this,S,T,!1,B)},V.prototype.copy=function(S,T,B,K){if(!V.isBuffer(S))throw new TypeError("argument should be a Buffer");if(B||(B=0),!K&&K!==0&&(K=this.length),T>=S.length&&(T=S.length),T||(T=0),K>0&&K<B&&(K=B),K===B||S.length===0||this.length===0)return 0;if(T<0)throw new RangeError("targetStart out of bounds");if(B<0||B>=this.length)throw new RangeError("Index out of range");if(K<0)throw new RangeError("sourceEnd out of bounds");K>this.length&&(K=this.length),S.length-T<K-B&&(K=S.length-T+B);const Z=K-B;return this===S&&typeof q.prototype.copyWithin=="function"?this.copyWithin(T,B,K):q.prototype.set.call(S,this.subarray(B,K),T),Z},V.prototype.fill=function(S,T,B,K){if(typeof S=="string"){if(typeof T=="string"?(K=T,T=0,B=this.length):typeof B=="string"&&(K=B,B=this.length),K!==void 0&&typeof K!="string")throw new TypeError("encoding must be a string");if(typeof K=="string"&&!V.isEncoding(K))throw new TypeError("Unknown encoding: "+K);if(S.length===1){const te=S.charCodeAt(0);(K==="utf8"&&te<128||K==="latin1")&&(S=te)}}else typeof S=="number"?S=S&255:typeof S=="boolean"&&(S=Number(S));if(T<0||this.length<T||this.length<B)throw new RangeError("Out of range index");if(B<=T)return this;T=T>>>0,B=B===void 0?this.length:B>>>0,S||(S=0);let Z;if(typeof S=="number")for(Z=T;Z<B;++Z)this[Z]=S;else{const te=V.isBuffer(S)?S:V.from(S,K),Be=te.length;if(Be===0)throw new TypeError('The value "'+S+'" is invalid for argument "value"');for(Z=0;Z<B-T;++Z)this[Z+T]=te[Z%Be]}return this};const xt={};function Ze(k,S,T){xt[k]=class extends T{constructor(){super(),Object.defineProperty(this,"message",{value:S.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${k}]`,this.stack,delete this.name}get code(){return k}set code(K){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:K,writable:!0})}toString(){return`${this.name} [${k}]: ${this.message}`}}}Ze("ERR_BUFFER_OUT_OF_BOUNDS",function(k){return k?`${k} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Ze("ERR_INVALID_ARG_TYPE",function(k,S){return`The "${k}" argument must be of type number. Received type ${typeof S}`},TypeError),Ze("ERR_OUT_OF_RANGE",function(k,S,T){let B=`The value of "${k}" is out of range.`,K=T;return Number.isInteger(T)&&Math.abs(T)>2**32?K=Tt(String(T)):typeof T=="bigint"&&(K=String(T),(T>BigInt(2)**BigInt(32)||T<-(BigInt(2)**BigInt(32)))&&(K=Tt(K)),K+="n"),B+=` It must be ${S}. Received ${K}`,B},RangeError);function Tt(k){let S="",T=k.length;const B=k[0]==="-"?1:0;for(;T>=B+4;T-=3)S=`_${k.slice(T-3,T)}${S}`;return`${k.slice(0,T)}${S}`}function Nt(k,S,T){St(S,"offset"),(k[S]===void 0||k[S+T]===void 0)&&At(S,k.length-(T+1))}function nt(k,S,T,B,K,Z){if(k>T||k<S){const te=typeof S=="bigint"?"n":"";let Be;throw Z>3?S===0||S===BigInt(0)?Be=`>= 0${te} and < 2${te} ** ${(Z+1)*8}${te}`:Be=`>= -(2${te} ** ${(Z+1)*8-1}${te}) and < 2 ** ${(Z+1)*8-1}${te}`:Be=`>= ${S}${te} and <= ${T}${te}`,new xt.ERR_OUT_OF_RANGE("value",Be,k)}Nt(B,K,Z)}function St(k,S){if(typeof k!="number")throw new xt.ERR_INVALID_ARG_TYPE(S,"number",k)}function At(k,S,T){throw Math.floor(k)!==k?(St(k,T),new xt.ERR_OUT_OF_RANGE(T||"offset","an integer",k)):S<0?new xt.ERR_BUFFER_OUT_OF_BOUNDS:new xt.ERR_OUT_OF_RANGE(T||"offset",`>= ${T?1:0} and <= ${S}`,k)}const st=/[^+/0-9A-Za-z-_]/g;function kt(k){if(k=k.split("=")[0],k=k.trim().replace(st,""),k.length<2)return"";for(;k.length%4!==0;)k=k+"=";return k}function It(k,S){S=S||1/0;let T;const B=k.length;let K=null;const Z=[];for(let te=0;te<B;++te){if(T=k.charCodeAt(te),T>55295&&T<57344){if(!K){if(T>56319){(S-=3)>-1&&Z.push(239,191,189);continue}else if(te+1===B){(S-=3)>-1&&Z.push(239,191,189);continue}K=T;continue}if(T<56320){(S-=3)>-1&&Z.push(239,191,189),K=T;continue}T=(K-55296<<10|T-56320)+65536}else K&&(S-=3)>-1&&Z.push(239,191,189);if(K=null,T<128){if((S-=1)<0)break;Z.push(T)}else if(T<2048){if((S-=2)<0)break;Z.push(T>>6|192,T&63|128)}else if(T<65536){if((S-=3)<0)break;Z.push(T>>12|224,T>>6&63|128,T&63|128)}else if(T<1114112){if((S-=4)<0)break;Z.push(T>>18|240,T>>12&63|128,T>>6&63|128,T&63|128)}else throw new Error("Invalid code point")}return Z}function it(k){const S=[];for(let T=0;T<k.length;++T)S.push(k.charCodeAt(T)&255);return S}function bt(k,S){let T,B,K;const Z=[];for(let te=0;te<k.length&&!((S-=2)<0);++te)T=k.charCodeAt(te),B=T>>8,K=T%256,Z.push(K),Z.push(B);return Z}function Ct(k){return N.toByteArray(kt(k))}function Ye(k,S,T,B){let K;for(K=0;K<B&&!(K+T>=S.length||K>=k.length);++K)S[K+T]=k[K];return K}function gt(k,S){return k instanceof S||k!=null&&k.constructor!=null&&k.constructor.name!=null&&k.constructor.name===S.name}function Pt(k){return k!==k}const ot=function(){const k="0123456789abcdef",S=new Array(256);for(let T=0;T<16;++T){const B=T*16;for(let K=0;K<16;++K)S[B+K]=k[T]+k[K]}return S}();function wt(k){return typeof BigInt>"u"?Ft:k}function Ft(){throw new Error("BigInt not supported")}})(t);const P=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=P,e.isAscii=t.isAscii,e.isUtf8=t.isUtf8,e.kMaxLength=t.kMaxLength,e.kStringMaxLength=t.kStringMaxLength,e.resolveObjectURL=t.resolveObjectURL,e.transcode=t.transcode}(Tf)),Tf}var $7=dl();const $d=dc($7);var on={},Lp={exports:{}};Lp.exports;(function(e){(function(t,r){function n($,p){if(!$)throw new Error(p||"Assertion failed")}function i($,p){$.super_=p;var d=function(){};d.prototype=p.prototype,$.prototype=new d,$.prototype.constructor=$}function s($,p,d){if(s.isBN($))return $;this.negative=0,this.words=null,this.length=0,this.red=null,$!==null&&((p==="le"||p==="be")&&(d=p,p=10),this._init($||0,p||10,d||"be"))}typeof t=="object"?t.exports=s:r.BN=s,s.BN=s,s.wordSize=26;var o;try{typeof window<"u"&&typeof window.Buffer<"u"?o=window.Buffer:o=dl().Buffer}catch{}s.isBN=function(p){return p instanceof s?!0:p!==null&&typeof p=="object"&&p.constructor.wordSize===s.wordSize&&Array.isArray(p.words)},s.max=function(p,d){return p.cmp(d)>0?p:d},s.min=function(p,d){return p.cmp(d)<0?p:d},s.prototype._init=function(p,d,m){if(typeof p=="number")return this._initNumber(p,d,m);if(typeof p=="object")return this._initArray(p,d,m);d==="hex"&&(d=16),n(d===(d|0)&&d>=2&&d<=36),p=p.toString().replace(/\s+/g,"");var x=0;p[0]==="-"&&(x++,this.negative=1),x<p.length&&(d===16?this._parseHex(p,x,m):(this._parseBase(p,d,x),m==="le"&&this._initArray(this.toArray(),d,m)))},s.prototype._initNumber=function(p,d,m){p<0&&(this.negative=1,p=-p),p<67108864?(this.words=[p&67108863],this.length=1):p<4503599627370496?(this.words=[p&67108863,p/67108864&67108863],this.length=2):(n(p<9007199254740992),this.words=[p&67108863,p/67108864&67108863,1],this.length=3),m==="le"&&this._initArray(this.toArray(),d,m)},s.prototype._initArray=function(p,d,m){if(n(typeof p.length=="number"),p.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(p.length/3),this.words=new Array(this.length);for(var x=0;x<this.length;x++)this.words[x]=0;var M,E,O=0;if(m==="be")for(x=p.length-1,M=0;x>=0;x-=3)E=p[x]|p[x-1]<<8|p[x-2]<<16,this.words[M]|=E<<O&67108863,this.words[M+1]=E>>>26-O&67108863,O+=24,O>=26&&(O-=26,M++);else if(m==="le")for(x=0,M=0;x<p.length;x+=3)E=p[x]|p[x+1]<<8|p[x+2]<<16,this.words[M]|=E<<O&67108863,this.words[M+1]=E>>>26-O&67108863,O+=24,O>=26&&(O-=26,M++);return this._strip()};function a($,p){var d=$.charCodeAt(p);if(d>=48&&d<=57)return d-48;if(d>=65&&d<=70)return d-55;if(d>=97&&d<=102)return d-87;n(!1,"Invalid character in "+$)}function c($,p,d){var m=a($,d);return d-1>=p&&(m|=a($,d-1)<<4),m}s.prototype._parseHex=function(p,d,m){this.length=Math.ceil((p.length-d)/6),this.words=new Array(this.length);for(var x=0;x<this.length;x++)this.words[x]=0;var M=0,E=0,O;if(m==="be")for(x=p.length-1;x>=d;x-=2)O=c(p,d,x)<<M,this.words[E]|=O&67108863,M>=18?(M-=18,E+=1,this.words[E]|=O>>>26):M+=8;else{var C=p.length-d;for(x=C%2===0?d+1:d;x<p.length;x+=2)O=c(p,d,x)<<M,this.words[E]|=O&67108863,M>=18?(M-=18,E+=1,this.words[E]|=O>>>26):M+=8}this._strip()};function u($,p,d,m){for(var x=0,M=0,E=Math.min($.length,d),O=p;O<E;O++){var C=$.charCodeAt(O)-48;x*=m,C>=49?M=C-49+10:C>=17?M=C-17+10:M=C,n(C>=0&&M<m,"Invalid character"),x+=M}return x}s.prototype._parseBase=function(p,d,m){this.words=[0],this.length=1;for(var x=0,M=1;M<=67108863;M*=d)x++;x--,M=M/d|0;for(var E=p.length-m,O=E%x,C=Math.min(E,E-O)+m,g=0,v=m;v<C;v+=x)g=u(p,v,v+x,d),this.imuln(M),this.words[0]+g<67108864?this.words[0]+=g:this._iaddn(g);if(O!==0){var j=1;for(g=u(p,v,p.length,d),v=0;v<O;v++)j*=d;this.imuln(j),this.words[0]+g<67108864?this.words[0]+=g:this._iaddn(g)}this._strip()},s.prototype.copy=function(p){p.words=new Array(this.length);for(var d=0;d<this.length;d++)p.words[d]=this.words[d];p.length=this.length,p.negative=this.negative,p.red=this.red};function l($,p){$.words=p.words,$.length=p.length,$.negative=p.negative,$.red=p.red}if(s.prototype._move=function(p){l(p,this)},s.prototype.clone=function(){var p=new s(null);return this.copy(p),p},s.prototype._expand=function(p){for(;this.length<p;)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")]=f}catch{s.prototype.inspect=f}else s.prototype.inspect=f;function f(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var h=["","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],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(p,d){p=p||10,d=d|0||1;var m;if(p===16||p==="hex"){m="";for(var x=0,M=0,E=0;E<this.length;E++){var O=this.words[E],C=((O<<x|M)&16777215).toString(16);M=O>>>24-x&16777215,x+=2,x>=26&&(x-=26,E--),M!==0||E!==this.length-1?m=h[6-C.length]+C+m:m=C+m}for(M!==0&&(m=M.toString(16)+m);m.length%d!==0;)m="0"+m;return this.negative!==0&&(m="-"+m),m}if(p===(p|0)&&p>=2&&p<=36){var g=y[p],v=b[p];m="";var j=this.clone();for(j.negative=0;!j.isZero();){var ee=j.modrn(v).toString(p);j=j.idivn(v),j.isZero()?m=ee+m:m=h[g-ee.length]+ee+m}for(this.isZero()&&(m="0"+m);m.length%d!==0;)m="0"+m;return this.negative!==0&&(m="-"+m),m}n(!1,"Base should be between 2 and 36")},s.prototype.toNumber=function(){var p=this.words[0];return this.length===2?p+=this.words[1]*67108864:this.length===3&&this.words[2]===1?p+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-p:p},s.prototype.toJSON=function(){return this.toString(16,2)},o&&(s.prototype.toBuffer=function(p,d){return this.toArrayLike(o,p,d)}),s.prototype.toArray=function(p,d){return this.toArrayLike(Array,p,d)};var _=function(p,d){return p.allocUnsafe?p.allocUnsafe(d):new p(d)};s.prototype.toArrayLike=function(p,d,m){this._strip();var x=this.byteLength(),M=m||Math.max(1,x);n(x<=M,"byte array longer than desired length"),n(M>0,"Requested array length <= 0");var E=_(p,M),O=d==="le"?"LE":"BE";return this["_toArrayLike"+O](E,x),E},s.prototype._toArrayLikeLE=function(p,d){for(var m=0,x=0,M=0,E=0;M<this.length;M++){var O=this.words[M]<<E|x;p[m++]=O&255,m<p.length&&(p[m++]=O>>8&255),m<p.length&&(p[m++]=O>>16&255),E===6?(m<p.length&&(p[m++]=O>>24&255),x=0,E=0):(x=O>>>24,E+=2)}if(m<p.length)for(p[m++]=x;m<p.length;)p[m++]=0},s.prototype._toArrayLikeBE=function(p,d){for(var m=p.length-1,x=0,M=0,E=0;M<this.length;M++){var O=this.words[M]<<E|x;p[m--]=O&255,m>=0&&(p[m--]=O>>8&255),m>=0&&(p[m--]=O>>16&255),E===6?(m>=0&&(p[m--]=O>>24&255),x=0,E=0):(x=O>>>24,E+=2)}if(m>=0)for(p[m--]=x;m>=0;)p[m--]=0},Math.clz32?s.prototype._countBits=function(p){return 32-Math.clz32(p)}:s.prototype._countBits=function(p){var d=p,m=0;return d>=4096&&(m+=13,d>>>=13),d>=64&&(m+=7,d>>>=7),d>=8&&(m+=4,d>>>=4),d>=2&&(m+=2,d>>>=2),m+d},s.prototype._zeroBits=function(p){if(p===0)return 26;var d=p,m=0;return d&8191||(m+=13,d>>>=13),d&127||(m+=7,d>>>=7),d&15||(m+=4,d>>>=4),d&3||(m+=2,d>>>=2),d&1||m++,m},s.prototype.bitLength=function(){var p=this.words[this.length-1],d=this._countBits(p);return(this.length-1)*26+d};function A($){for(var p=new Array($.bitLength()),d=0;d<p.length;d++){var m=d/26|0,x=d%26;p[d]=$.words[m]>>>x&1}return p}s.prototype.zeroBits=function(){if(this.isZero())return 0;for(var p=0,d=0;d<this.length;d++){var m=this._zeroBits(this.words[d]);if(p+=m,m!==26)break}return p},s.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},s.prototype.toTwos=function(p){return this.negative!==0?this.abs().inotn(p).iaddn(1):this.clone()},s.prototype.fromTwos=function(p){return this.testn(p-1)?this.notn(p).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(p){for(;this.length<p.length;)this.words[this.length++]=0;for(var d=0;d<p.length;d++)this.words[d]=this.words[d]|p.words[d];return this._strip()},s.prototype.ior=function(p){return n((this.negative|p.negative)===0),this.iuor(p)},s.prototype.or=function(p){return this.length>p.length?this.clone().ior(p):p.clone().ior(this)},s.prototype.uor=function(p){return this.length>p.length?this.clone().iuor(p):p.clone().iuor(this)},s.prototype.iuand=function(p){var d;this.length>p.length?d=p:d=this;for(var m=0;m<d.length;m++)this.words[m]=this.words[m]&p.words[m];return this.length=d.length,this._strip()},s.prototype.iand=function(p){return n((this.negative|p.negative)===0),this.iuand(p)},s.prototype.and=function(p){return this.length>p.length?this.clone().iand(p):p.clone().iand(this)},s.prototype.uand=function(p){return this.length>p.length?this.clone().iuand(p):p.clone().iuand(this)},s.prototype.iuxor=function(p){var d,m;this.length>p.length?(d=this,m=p):(d=p,m=this);for(var x=0;x<m.length;x++)this.words[x]=d.words[x]^m.words[x];if(this!==d)for(;x<d.length;x++)this.words[x]=d.words[x];return this.length=d.length,this._strip()},s.prototype.ixor=function(p){return n((this.negative|p.negative)===0),this.iuxor(p)},s.prototype.xor=function(p){return this.length>p.length?this.clone().ixor(p):p.clone().ixor(this)},s.prototype.uxor=function(p){return this.length>p.length?this.clone().iuxor(p):p.clone().iuxor(this)},s.prototype.inotn=function(p){n(typeof p=="number"&&p>=0);var d=Math.ceil(p/26)|0,m=p%26;this._expand(d),m>0&&d--;for(var x=0;x<d;x++)this.words[x]=~this.words[x]&67108863;return m>0&&(this.words[x]=~this.words[x]&67108863>>26-m),this._strip()},s.prototype.notn=function(p){return this.clone().inotn(p)},s.prototype.setn=function(p,d){n(typeof p=="number"&&p>=0);var m=p/26|0,x=p%26;return this._expand(m+1),d?this.words[m]=this.words[m]|1<<x:this.words[m]=this.words[m]&~(1<<x),this._strip()},s.prototype.iadd=function(p){var d;if(this.negative!==0&&p.negative===0)return this.negative=0,d=this.isub(p),this.negative^=1,this._normSign();if(this.negative===0&&p.negative!==0)return p.negative=0,d=this.isub(p),p.negative=1,d._normSign();var m,x;this.length>p.length?(m=this,x=p):(m=p,x=this);for(var M=0,E=0;E<x.length;E++)d=(m.words[E]|0)+(x.words[E]|0)+M,this.words[E]=d&67108863,M=d>>>26;for(;M!==0&&E<m.length;E++)d=(m.words[E]|0)+M,this.words[E]=d&67108863,M=d>>>26;if(this.length=m.length,M!==0)this.words[this.length]=M,this.length++;else if(m!==this)for(;E<m.length;E++)this.words[E]=m.words[E];return this},s.prototype.add=function(p){var d;return p.negative!==0&&this.negative===0?(p.negative=0,d=this.sub(p),p.negative^=1,d):p.negative===0&&this.negative!==0?(this.negative=0,d=p.sub(this),this.negative=1,d):this.length>p.length?this.clone().iadd(p):p.clone().iadd(this)},s.prototype.isub=function(p){if(p.negative!==0){p.negative=0;var d=this.iadd(p);return p.negative=1,d._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(p),this.negative=1,this._normSign();var m=this.cmp(p);if(m===0)return this.negative=0,this.length=1,this.words[0]=0,this;var x,M;m>0?(x=this,M=p):(x=p,M=this);for(var E=0,O=0;O<M.length;O++)d=(x.words[O]|0)-(M.words[O]|0)+E,E=d>>26,this.words[O]=d&67108863;for(;E!==0&&O<x.length;O++)d=(x.words[O]|0)+E,E=d>>26,this.words[O]=d&67108863;if(E===0&&O<x.length&&x!==this)for(;O<x.length;O++)this.words[O]=x.words[O];return this.length=Math.max(this.length,O),x!==this&&(this.negative=1),this._strip()},s.prototype.sub=function(p){return this.clone().isub(p)};function P($,p,d){d.negative=p.negative^$.negative;var m=$.length+p.length|0;d.length=m,m=m-1|0;var x=$.words[0]|0,M=p.words[0]|0,E=x*M,O=E&67108863,C=E/67108864|0;d.words[0]=O;for(var g=1;g<m;g++){for(var v=C>>>26,j=C&67108863,ee=Math.min(g,p.length-1),ie=Math.max(0,g-$.length+1);ie<=ee;ie++){var ve=g-ie|0;x=$.words[ve]|0,M=p.words[ie]|0,E=x*M+j,v+=E/67108864|0,j=E&67108863}d.words[g]=j|0,C=v|0}return C!==0?d.words[g]=C|0:d.length--,d._strip()}var R=function(p,d,m){var x=p.words,M=d.words,E=m.words,O=0,C,g,v,j=x[0]|0,ee=j&8191,ie=j>>>13,ve=x[1]|0,pe=ve&8191,Ee=ve>>>13,Se=x[2]|0,Ke=Se&8191,Fe=Se>>>13,lt=x[3]|0,ht=lt&8191,$e=lt>>>13,mt=x[4]|0,_e=mt&8191,ge=mt>>>13,Ae=x[5]|0,qe=Ae&8191,De=Ae>>>13,Oe=x[6]|0,Ie=Oe&8191,Le=Oe>>>13,ft=x[7]|0,dt=ft&8191,Ge=ft>>>13,jt=x[8]|0,xt=jt&8191,Ze=jt>>>13,Tt=x[9]|0,Nt=Tt&8191,nt=Tt>>>13,St=M[0]|0,At=St&8191,st=St>>>13,kt=M[1]|0,It=kt&8191,it=kt>>>13,bt=M[2]|0,Ct=bt&8191,Ye=bt>>>13,gt=M[3]|0,Pt=gt&8191,ot=gt>>>13,wt=M[4]|0,Ft=wt&8191,k=wt>>>13,S=M[5]|0,T=S&8191,B=S>>>13,K=M[6]|0,Z=K&8191,te=K>>>13,Be=M[7]|0,tt=Be&8191,Ne=Be>>>13,z=M[8]|0,se=z&8191,he=z>>>13,ke=M[9]|0,He=ke&8191,Re=ke>>>13;m.negative=p.negative^d.negative,m.length=19,C=Math.imul(ee,At),g=Math.imul(ee,st),g=g+Math.imul(ie,At)|0,v=Math.imul(ie,st);var Ue=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Ue>>>26)|0,Ue&=67108863,C=Math.imul(pe,At),g=Math.imul(pe,st),g=g+Math.imul(Ee,At)|0,v=Math.imul(Ee,st),C=C+Math.imul(ee,It)|0,g=g+Math.imul(ee,it)|0,g=g+Math.imul(ie,It)|0,v=v+Math.imul(ie,it)|0;var at=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(at>>>26)|0,at&=67108863,C=Math.imul(Ke,At),g=Math.imul(Ke,st),g=g+Math.imul(Fe,At)|0,v=Math.imul(Fe,st),C=C+Math.imul(pe,It)|0,g=g+Math.imul(pe,it)|0,g=g+Math.imul(Ee,It)|0,v=v+Math.imul(Ee,it)|0,C=C+Math.imul(ee,Ct)|0,g=g+Math.imul(ee,Ye)|0,g=g+Math.imul(ie,Ct)|0,v=v+Math.imul(ie,Ye)|0;var Ht=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Ht>>>26)|0,Ht&=67108863,C=Math.imul(ht,At),g=Math.imul(ht,st),g=g+Math.imul($e,At)|0,v=Math.imul($e,st),C=C+Math.imul(Ke,It)|0,g=g+Math.imul(Ke,it)|0,g=g+Math.imul(Fe,It)|0,v=v+Math.imul(Fe,it)|0,C=C+Math.imul(pe,Ct)|0,g=g+Math.imul(pe,Ye)|0,g=g+Math.imul(Ee,Ct)|0,v=v+Math.imul(Ee,Ye)|0,C=C+Math.imul(ee,Pt)|0,g=g+Math.imul(ee,ot)|0,g=g+Math.imul(ie,Pt)|0,v=v+Math.imul(ie,ot)|0;var Rt=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,C=Math.imul(_e,At),g=Math.imul(_e,st),g=g+Math.imul(ge,At)|0,v=Math.imul(ge,st),C=C+Math.imul(ht,It)|0,g=g+Math.imul(ht,it)|0,g=g+Math.imul($e,It)|0,v=v+Math.imul($e,it)|0,C=C+Math.imul(Ke,Ct)|0,g=g+Math.imul(Ke,Ye)|0,g=g+Math.imul(Fe,Ct)|0,v=v+Math.imul(Fe,Ye)|0,C=C+Math.imul(pe,Pt)|0,g=g+Math.imul(pe,ot)|0,g=g+Math.imul(Ee,Pt)|0,v=v+Math.imul(Ee,ot)|0,C=C+Math.imul(ee,Ft)|0,g=g+Math.imul(ee,k)|0,g=g+Math.imul(ie,Ft)|0,v=v+Math.imul(ie,k)|0;var Dt=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Dt>>>26)|0,Dt&=67108863,C=Math.imul(qe,At),g=Math.imul(qe,st),g=g+Math.imul(De,At)|0,v=Math.imul(De,st),C=C+Math.imul(_e,It)|0,g=g+Math.imul(_e,it)|0,g=g+Math.imul(ge,It)|0,v=v+Math.imul(ge,it)|0,C=C+Math.imul(ht,Ct)|0,g=g+Math.imul(ht,Ye)|0,g=g+Math.imul($e,Ct)|0,v=v+Math.imul($e,Ye)|0,C=C+Math.imul(Ke,Pt)|0,g=g+Math.imul(Ke,ot)|0,g=g+Math.imul(Fe,Pt)|0,v=v+Math.imul(Fe,ot)|0,C=C+Math.imul(pe,Ft)|0,g=g+Math.imul(pe,k)|0,g=g+Math.imul(Ee,Ft)|0,v=v+Math.imul(Ee,k)|0,C=C+Math.imul(ee,T)|0,g=g+Math.imul(ee,B)|0,g=g+Math.imul(ie,T)|0,v=v+Math.imul(ie,B)|0;var er=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(er>>>26)|0,er&=67108863,C=Math.imul(Ie,At),g=Math.imul(Ie,st),g=g+Math.imul(Le,At)|0,v=Math.imul(Le,st),C=C+Math.imul(qe,It)|0,g=g+Math.imul(qe,it)|0,g=g+Math.imul(De,It)|0,v=v+Math.imul(De,it)|0,C=C+Math.imul(_e,Ct)|0,g=g+Math.imul(_e,Ye)|0,g=g+Math.imul(ge,Ct)|0,v=v+Math.imul(ge,Ye)|0,C=C+Math.imul(ht,Pt)|0,g=g+Math.imul(ht,ot)|0,g=g+Math.imul($e,Pt)|0,v=v+Math.imul($e,ot)|0,C=C+Math.imul(Ke,Ft)|0,g=g+Math.imul(Ke,k)|0,g=g+Math.imul(Fe,Ft)|0,v=v+Math.imul(Fe,k)|0,C=C+Math.imul(pe,T)|0,g=g+Math.imul(pe,B)|0,g=g+Math.imul(Ee,T)|0,v=v+Math.imul(Ee,B)|0,C=C+Math.imul(ee,Z)|0,g=g+Math.imul(ee,te)|0,g=g+Math.imul(ie,Z)|0,v=v+Math.imul(ie,te)|0;var vr=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(vr>>>26)|0,vr&=67108863,C=Math.imul(dt,At),g=Math.imul(dt,st),g=g+Math.imul(Ge,At)|0,v=Math.imul(Ge,st),C=C+Math.imul(Ie,It)|0,g=g+Math.imul(Ie,it)|0,g=g+Math.imul(Le,It)|0,v=v+Math.imul(Le,it)|0,C=C+Math.imul(qe,Ct)|0,g=g+Math.imul(qe,Ye)|0,g=g+Math.imul(De,Ct)|0,v=v+Math.imul(De,Ye)|0,C=C+Math.imul(_e,Pt)|0,g=g+Math.imul(_e,ot)|0,g=g+Math.imul(ge,Pt)|0,v=v+Math.imul(ge,ot)|0,C=C+Math.imul(ht,Ft)|0,g=g+Math.imul(ht,k)|0,g=g+Math.imul($e,Ft)|0,v=v+Math.imul($e,k)|0,C=C+Math.imul(Ke,T)|0,g=g+Math.imul(Ke,B)|0,g=g+Math.imul(Fe,T)|0,v=v+Math.imul(Fe,B)|0,C=C+Math.imul(pe,Z)|0,g=g+Math.imul(pe,te)|0,g=g+Math.imul(Ee,Z)|0,v=v+Math.imul(Ee,te)|0,C=C+Math.imul(ee,tt)|0,g=g+Math.imul(ee,Ne)|0,g=g+Math.imul(ie,tt)|0,v=v+Math.imul(ie,Ne)|0;var ir=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(ir>>>26)|0,ir&=67108863,C=Math.imul(xt,At),g=Math.imul(xt,st),g=g+Math.imul(Ze,At)|0,v=Math.imul(Ze,st),C=C+Math.imul(dt,It)|0,g=g+Math.imul(dt,it)|0,g=g+Math.imul(Ge,It)|0,v=v+Math.imul(Ge,it)|0,C=C+Math.imul(Ie,Ct)|0,g=g+Math.imul(Ie,Ye)|0,g=g+Math.imul(Le,Ct)|0,v=v+Math.imul(Le,Ye)|0,C=C+Math.imul(qe,Pt)|0,g=g+Math.imul(qe,ot)|0,g=g+Math.imul(De,Pt)|0,v=v+Math.imul(De,ot)|0,C=C+Math.imul(_e,Ft)|0,g=g+Math.imul(_e,k)|0,g=g+Math.imul(ge,Ft)|0,v=v+Math.imul(ge,k)|0,C=C+Math.imul(ht,T)|0,g=g+Math.imul(ht,B)|0,g=g+Math.imul($e,T)|0,v=v+Math.imul($e,B)|0,C=C+Math.imul(Ke,Z)|0,g=g+Math.imul(Ke,te)|0,g=g+Math.imul(Fe,Z)|0,v=v+Math.imul(Fe,te)|0,C=C+Math.imul(pe,tt)|0,g=g+Math.imul(pe,Ne)|0,g=g+Math.imul(Ee,tt)|0,v=v+Math.imul(Ee,Ne)|0,C=C+Math.imul(ee,se)|0,g=g+Math.imul(ee,he)|0,g=g+Math.imul(ie,se)|0,v=v+Math.imul(ie,he)|0;var Kt=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Kt>>>26)|0,Kt&=67108863,C=Math.imul(Nt,At),g=Math.imul(Nt,st),g=g+Math.imul(nt,At)|0,v=Math.imul(nt,st),C=C+Math.imul(xt,It)|0,g=g+Math.imul(xt,it)|0,g=g+Math.imul(Ze,It)|0,v=v+Math.imul(Ze,it)|0,C=C+Math.imul(dt,Ct)|0,g=g+Math.imul(dt,Ye)|0,g=g+Math.imul(Ge,Ct)|0,v=v+Math.imul(Ge,Ye)|0,C=C+Math.imul(Ie,Pt)|0,g=g+Math.imul(Ie,ot)|0,g=g+Math.imul(Le,Pt)|0,v=v+Math.imul(Le,ot)|0,C=C+Math.imul(qe,Ft)|0,g=g+Math.imul(qe,k)|0,g=g+Math.imul(De,Ft)|0,v=v+Math.imul(De,k)|0,C=C+Math.imul(_e,T)|0,g=g+Math.imul(_e,B)|0,g=g+Math.imul(ge,T)|0,v=v+Math.imul(ge,B)|0,C=C+Math.imul(ht,Z)|0,g=g+Math.imul(ht,te)|0,g=g+Math.imul($e,Z)|0,v=v+Math.imul($e,te)|0,C=C+Math.imul(Ke,tt)|0,g=g+Math.imul(Ke,Ne)|0,g=g+Math.imul(Fe,tt)|0,v=v+Math.imul(Fe,Ne)|0,C=C+Math.imul(pe,se)|0,g=g+Math.imul(pe,he)|0,g=g+Math.imul(Ee,se)|0,v=v+Math.imul(Ee,he)|0,C=C+Math.imul(ee,He)|0,g=g+Math.imul(ee,Re)|0,g=g+Math.imul(ie,He)|0,v=v+Math.imul(ie,Re)|0;var gr=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(gr>>>26)|0,gr&=67108863,C=Math.imul(Nt,It),g=Math.imul(Nt,it),g=g+Math.imul(nt,It)|0,v=Math.imul(nt,it),C=C+Math.imul(xt,Ct)|0,g=g+Math.imul(xt,Ye)|0,g=g+Math.imul(Ze,Ct)|0,v=v+Math.imul(Ze,Ye)|0,C=C+Math.imul(dt,Pt)|0,g=g+Math.imul(dt,ot)|0,g=g+Math.imul(Ge,Pt)|0,v=v+Math.imul(Ge,ot)|0,C=C+Math.imul(Ie,Ft)|0,g=g+Math.imul(Ie,k)|0,g=g+Math.imul(Le,Ft)|0,v=v+Math.imul(Le,k)|0,C=C+Math.imul(qe,T)|0,g=g+Math.imul(qe,B)|0,g=g+Math.imul(De,T)|0,v=v+Math.imul(De,B)|0,C=C+Math.imul(_e,Z)|0,g=g+Math.imul(_e,te)|0,g=g+Math.imul(ge,Z)|0,v=v+Math.imul(ge,te)|0,C=C+Math.imul(ht,tt)|0,g=g+Math.imul(ht,Ne)|0,g=g+Math.imul($e,tt)|0,v=v+Math.imul($e,Ne)|0,C=C+Math.imul(Ke,se)|0,g=g+Math.imul(Ke,he)|0,g=g+Math.imul(Fe,se)|0,v=v+Math.imul(Fe,he)|0,C=C+Math.imul(pe,He)|0,g=g+Math.imul(pe,Re)|0,g=g+Math.imul(Ee,He)|0,v=v+Math.imul(Ee,Re)|0;var dn=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(dn>>>26)|0,dn&=67108863,C=Math.imul(Nt,Ct),g=Math.imul(Nt,Ye),g=g+Math.imul(nt,Ct)|0,v=Math.imul(nt,Ye),C=C+Math.imul(xt,Pt)|0,g=g+Math.imul(xt,ot)|0,g=g+Math.imul(Ze,Pt)|0,v=v+Math.imul(Ze,ot)|0,C=C+Math.imul(dt,Ft)|0,g=g+Math.imul(dt,k)|0,g=g+Math.imul(Ge,Ft)|0,v=v+Math.imul(Ge,k)|0,C=C+Math.imul(Ie,T)|0,g=g+Math.imul(Ie,B)|0,g=g+Math.imul(Le,T)|0,v=v+Math.imul(Le,B)|0,C=C+Math.imul(qe,Z)|0,g=g+Math.imul(qe,te)|0,g=g+Math.imul(De,Z)|0,v=v+Math.imul(De,te)|0,C=C+Math.imul(_e,tt)|0,g=g+Math.imul(_e,Ne)|0,g=g+Math.imul(ge,tt)|0,v=v+Math.imul(ge,Ne)|0,C=C+Math.imul(ht,se)|0,g=g+Math.imul(ht,he)|0,g=g+Math.imul($e,se)|0,v=v+Math.imul($e,he)|0,C=C+Math.imul(Ke,He)|0,g=g+Math.imul(Ke,Re)|0,g=g+Math.imul(Fe,He)|0,v=v+Math.imul(Fe,Re)|0;var Dr=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Dr>>>26)|0,Dr&=67108863,C=Math.imul(Nt,Pt),g=Math.imul(Nt,ot),g=g+Math.imul(nt,Pt)|0,v=Math.imul(nt,ot),C=C+Math.imul(xt,Ft)|0,g=g+Math.imul(xt,k)|0,g=g+Math.imul(Ze,Ft)|0,v=v+Math.imul(Ze,k)|0,C=C+Math.imul(dt,T)|0,g=g+Math.imul(dt,B)|0,g=g+Math.imul(Ge,T)|0,v=v+Math.imul(Ge,B)|0,C=C+Math.imul(Ie,Z)|0,g=g+Math.imul(Ie,te)|0,g=g+Math.imul(Le,Z)|0,v=v+Math.imul(Le,te)|0,C=C+Math.imul(qe,tt)|0,g=g+Math.imul(qe,Ne)|0,g=g+Math.imul(De,tt)|0,v=v+Math.imul(De,Ne)|0,C=C+Math.imul(_e,se)|0,g=g+Math.imul(_e,he)|0,g=g+Math.imul(ge,se)|0,v=v+Math.imul(ge,he)|0,C=C+Math.imul(ht,He)|0,g=g+Math.imul(ht,Re)|0,g=g+Math.imul($e,He)|0,v=v+Math.imul($e,Re)|0;var hn=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(hn>>>26)|0,hn&=67108863,C=Math.imul(Nt,Ft),g=Math.imul(Nt,k),g=g+Math.imul(nt,Ft)|0,v=Math.imul(nt,k),C=C+Math.imul(xt,T)|0,g=g+Math.imul(xt,B)|0,g=g+Math.imul(Ze,T)|0,v=v+Math.imul(Ze,B)|0,C=C+Math.imul(dt,Z)|0,g=g+Math.imul(dt,te)|0,g=g+Math.imul(Ge,Z)|0,v=v+Math.imul(Ge,te)|0,C=C+Math.imul(Ie,tt)|0,g=g+Math.imul(Ie,Ne)|0,g=g+Math.imul(Le,tt)|0,v=v+Math.imul(Le,Ne)|0,C=C+Math.imul(qe,se)|0,g=g+Math.imul(qe,he)|0,g=g+Math.imul(De,se)|0,v=v+Math.imul(De,he)|0,C=C+Math.imul(_e,He)|0,g=g+Math.imul(_e,Re)|0,g=g+Math.imul(ge,He)|0,v=v+Math.imul(ge,Re)|0;var ci=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(ci>>>26)|0,ci&=67108863,C=Math.imul(Nt,T),g=Math.imul(Nt,B),g=g+Math.imul(nt,T)|0,v=Math.imul(nt,B),C=C+Math.imul(xt,Z)|0,g=g+Math.imul(xt,te)|0,g=g+Math.imul(Ze,Z)|0,v=v+Math.imul(Ze,te)|0,C=C+Math.imul(dt,tt)|0,g=g+Math.imul(dt,Ne)|0,g=g+Math.imul(Ge,tt)|0,v=v+Math.imul(Ge,Ne)|0,C=C+Math.imul(Ie,se)|0,g=g+Math.imul(Ie,he)|0,g=g+Math.imul(Le,se)|0,v=v+Math.imul(Le,he)|0,C=C+Math.imul(qe,He)|0,g=g+Math.imul(qe,Re)|0,g=g+Math.imul(De,He)|0,v=v+Math.imul(De,Re)|0;var ui=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(ui>>>26)|0,ui&=67108863,C=Math.imul(Nt,Z),g=Math.imul(Nt,te),g=g+Math.imul(nt,Z)|0,v=Math.imul(nt,te),C=C+Math.imul(xt,tt)|0,g=g+Math.imul(xt,Ne)|0,g=g+Math.imul(Ze,tt)|0,v=v+Math.imul(Ze,Ne)|0,C=C+Math.imul(dt,se)|0,g=g+Math.imul(dt,he)|0,g=g+Math.imul(Ge,se)|0,v=v+Math.imul(Ge,he)|0,C=C+Math.imul(Ie,He)|0,g=g+Math.imul(Ie,Re)|0,g=g+Math.imul(Le,He)|0,v=v+Math.imul(Le,Re)|0;var pn=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(pn>>>26)|0,pn&=67108863,C=Math.imul(Nt,tt),g=Math.imul(Nt,Ne),g=g+Math.imul(nt,tt)|0,v=Math.imul(nt,Ne),C=C+Math.imul(xt,se)|0,g=g+Math.imul(xt,he)|0,g=g+Math.imul(Ze,se)|0,v=v+Math.imul(Ze,he)|0,C=C+Math.imul(dt,He)|0,g=g+Math.imul(dt,Re)|0,g=g+Math.imul(Ge,He)|0,v=v+Math.imul(Ge,Re)|0;var li=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(li>>>26)|0,li&=67108863,C=Math.imul(Nt,se),g=Math.imul(Nt,he),g=g+Math.imul(nt,se)|0,v=Math.imul(nt,he),C=C+Math.imul(xt,He)|0,g=g+Math.imul(xt,Re)|0,g=g+Math.imul(Ze,He)|0,v=v+Math.imul(Ze,Re)|0;var fi=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(fi>>>26)|0,fi&=67108863,C=Math.imul(Nt,He),g=Math.imul(Nt,Re),g=g+Math.imul(nt,He)|0,v=Math.imul(nt,Re);var D=(O+C|0)+((g&8191)<<13)|0;return O=(v+(g>>>13)|0)+(D>>>26)|0,D&=67108863,E[0]=Ue,E[1]=at,E[2]=Ht,E[3]=Rt,E[4]=Dt,E[5]=er,E[6]=vr,E[7]=ir,E[8]=Kt,E[9]=gr,E[10]=dn,E[11]=Dr,E[12]=hn,E[13]=ci,E[14]=ui,E[15]=pn,E[16]=li,E[17]=fi,E[18]=D,O!==0&&(E[19]=O,m.length++),m};Math.imul||(R=P);function N($,p,d){d.negative=p.negative^$.negative,d.length=$.length+p.length;for(var m=0,x=0,M=0;M<d.length-1;M++){var E=x;x=0;for(var O=m&67108863,C=Math.min(M,p.length-1),g=Math.max(0,M-$.length+1);g<=C;g++){var v=M-g,j=$.words[v]|0,ee=p.words[g]|0,ie=j*ee,ve=ie&67108863;E=E+(ie/67108864|0)|0,ve=ve+O|0,O=ve&67108863,E=E+(ve>>>26)|0,x+=E>>>26,E&=67108863}d.words[M]=O,m=E,E=x}return m!==0?d.words[M]=m:d.length--,d._strip()}function F($,p,d){return N($,p,d)}s.prototype.mulTo=function(p,d){var m,x=this.length+p.length;return this.length===10&&p.length===10?m=R(this,p,d):x<63?m=P(this,p,d):x<1024?m=N(this,p,d):m=F(this,p,d),m},s.prototype.mul=function(p){var d=new s(null);return d.words=new Array(this.length+p.length),this.mulTo(p,d)},s.prototype.mulf=function(p){var d=new s(null);return d.words=new Array(this.length+p.length),F(this,p,d)},s.prototype.imul=function(p){return this.clone().mulTo(p,this)},s.prototype.imuln=function(p){var d=p<0;d&&(p=-p),n(typeof p=="number"),n(p<67108864);for(var m=0,x=0;x<this.length;x++){var M=(this.words[x]|0)*p,E=(M&67108863)+(m&67108863);m>>=26,m+=M/67108864|0,m+=E>>>26,this.words[x]=E&67108863}return m!==0&&(this.words[x]=m,this.length++),d?this.ineg():this},s.prototype.muln=function(p){return this.clone().imuln(p)},s.prototype.sqr=function(){return this.mul(this)},s.prototype.isqr=function(){return this.imul(this.clone())},s.prototype.pow=function(p){var d=A(p);if(d.length===0)return new s(1);for(var m=this,x=0;x<d.length&&d[x]===0;x++,m=m.sqr());if(++x<d.length)for(var M=m.sqr();x<d.length;x++,M=M.sqr())d[x]!==0&&(m=m.mul(M));return m},s.prototype.iushln=function(p){n(typeof p=="number"&&p>=0);var d=p%26,m=(p-d)/26,x=67108863>>>26-d<<26-d,M;if(d!==0){var E=0;for(M=0;M<this.length;M++){var O=this.words[M]&x,C=(this.words[M]|0)-O<<d;this.words[M]=C|E,E=O>>>26-d}E&&(this.words[M]=E,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()},s.prototype.ishln=function(p){return n(this.negative===0),this.iushln(p)},s.prototype.iushrn=function(p,d,m){n(typeof p=="number"&&p>=0);var x;d?x=(d-d%26)/26:x=0;var M=p%26,E=Math.min((p-M)/26,this.length),O=67108863^67108863>>>M<<M,C=m;if(x-=E,x=Math.max(0,x),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>=x);g--){var j=this.words[g]|0;this.words[g]=v<<26-M|j>>>M,v=j&O}return C&&v!==0&&(C.words[C.length++]=v),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},s.prototype.ishrn=function(p,d,m){return n(this.negative===0),this.iushrn(p,d,m)},s.prototype.shln=function(p){return this.clone().ishln(p)},s.prototype.ushln=function(p){return this.clone().iushln(p)},s.prototype.shrn=function(p){return this.clone().ishrn(p)},s.prototype.ushrn=function(p){return this.clone().iushrn(p)},s.prototype.testn=function(p){n(typeof p=="number"&&p>=0);var d=p%26,m=(p-d)/26,x=1<<d;if(this.length<=m)return!1;var M=this.words[m];return!!(M&x)},s.prototype.imaskn=function(p){n(typeof p=="number"&&p>=0);var d=p%26,m=(p-d)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=m)return this;if(d!==0&&m++,this.length=Math.min(m,this.length),d!==0){var x=67108863^67108863>>>d<<d;this.words[this.length-1]&=x}return this._strip()},s.prototype.maskn=function(p){return this.clone().imaskn(p)},s.prototype.iaddn=function(p){return n(typeof p=="number"),n(p<67108864),p<0?this.isubn(-p):this.negative!==0?this.length===1&&(this.words[0]|0)<=p?(this.words[0]=p-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(p),this.negative=1,this):this._iaddn(p)},s.prototype._iaddn=function(p){this.words[0]+=p;for(var d=0;d<this.length&&this.words[d]>=67108864;d++)this.words[d]-=67108864,d===this.length-1?this.words[d+1]=1:this.words[d+1]++;return this.length=Math.max(this.length,d+1),this},s.prototype.isubn=function(p){if(n(typeof p=="number"),n(p<67108864),p<0)return this.iaddn(-p);if(this.negative!==0)return this.negative=0,this.iaddn(p),this.negative=1,this;if(this.words[0]-=p,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var d=0;d<this.length&&this.words[d]<0;d++)this.words[d]+=67108864,this.words[d+1]-=1;return this._strip()},s.prototype.addn=function(p){return this.clone().iaddn(p)},s.prototype.subn=function(p){return this.clone().isubn(p)},s.prototype.iabs=function(){return this.negative=0,this},s.prototype.abs=function(){return this.clone().iabs()},s.prototype._ishlnsubmul=function(p,d,m){var x=p.length+m,M;this._expand(x);var E,O=0;for(M=0;M<p.length;M++){E=(this.words[M+m]|0)+O;var C=(p.words[M]|0)*d;E-=C&67108863,O=(E>>26)-(C/67108864|0),this.words[M+m]=E&67108863}for(;M<this.length-m;M++)E=(this.words[M+m]|0)+O,O=E>>26,this.words[M+m]=E&67108863;if(O===0)return this._strip();for(n(O===-1),O=0,M=0;M<this.length;M++)E=-(this.words[M]|0)+O,O=E>>26,this.words[M]=E&67108863;return this.negative=1,this._strip()},s.prototype._wordDiv=function(p,d){var m=this.length-p.length,x=this.clone(),M=p,E=M.words[M.length-1]|0,O=this._countBits(E);m=26-O,m!==0&&(M=M.ushln(m),x.iushln(m),E=M.words[M.length-1]|0);var C=x.length-M.length,g;if(d!=="mod"){g=new s(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=x.clone()._ishlnsubmul(M,1,C);j.negative===0&&(x=j,g&&(g.words[C]=1));for(var ee=C-1;ee>=0;ee--){var ie=(x.words[M.length+ee]|0)*67108864+(x.words[M.length+ee-1]|0);for(ie=Math.min(ie/E|0,67108863),x._ishlnsubmul(M,ie,ee);x.negative!==0;)ie--,x.negative=0,x._ishlnsubmul(M,1,ee),x.isZero()||(x.negative^=1);g&&(g.words[ee]=ie)}return g&&g._strip(),x._strip(),d!=="div"&&m!==0&&x.iushrn(m),{div:g||null,mod:x}},s.prototype.divmod=function(p,d,m){if(n(!p.isZero()),this.isZero())return{div:new s(0),mod:new s(0)};var x,M,E;return this.negative!==0&&p.negative===0?(E=this.neg().divmod(p,d),d!=="mod"&&(x=E.div.neg()),d!=="div"&&(M=E.mod.neg(),m&&M.negative!==0&&M.iadd(p)),{div:x,mod:M}):this.negative===0&&p.negative!==0?(E=this.divmod(p.neg(),d),d!=="mod"&&(x=E.div.neg()),{div:x,mod:E.mod}):this.negative&p.negative?(E=this.neg().divmod(p.neg(),d),d!=="div"&&(M=E.mod.neg(),m&&M.negative!==0&&M.isub(p)),{div:E.div,mod:M}):p.length>this.length||this.cmp(p)<0?{div:new s(0),mod:this}:p.length===1?d==="div"?{div:this.divn(p.words[0]),mod:null}:d==="mod"?{div:null,mod:new s(this.modrn(p.words[0]))}:{div:this.divn(p.words[0]),mod:new s(this.modrn(p.words[0]))}:this._wordDiv(p,d)},s.prototype.div=function(p){return this.divmod(p,"div",!1).div},s.prototype.mod=function(p){return this.divmod(p,"mod",!1).mod},s.prototype.umod=function(p){return this.divmod(p,"mod",!0).mod},s.prototype.divRound=function(p){var d=this.divmod(p);if(d.mod.isZero())return d.div;var m=d.div.negative!==0?d.mod.isub(p):d.mod,x=p.ushrn(1),M=p.andln(1),E=m.cmp(x);return E<0||M===1&&E===0?d.div:d.div.negative!==0?d.div.isubn(1):d.div.iaddn(1)},s.prototype.modrn=function(p){var d=p<0;d&&(p=-p),n(p<=67108863);for(var m=(1<<26)%p,x=0,M=this.length-1;M>=0;M--)x=(m*x+(this.words[M]|0))%p;return d?-x:x},s.prototype.modn=function(p){return this.modrn(p)},s.prototype.idivn=function(p){var d=p<0;d&&(p=-p),n(p<=67108863);for(var m=0,x=this.length-1;x>=0;x--){var M=(this.words[x]|0)+m*67108864;this.words[x]=M/p|0,m=M%p}return this._strip(),d?this.ineg():this},s.prototype.divn=function(p){return this.clone().idivn(p)},s.prototype.egcd=function(p){n(p.negative===0),n(!p.isZero());var d=this,m=p.clone();d.negative!==0?d=d.umod(p):d=d.clone();for(var x=new s(1),M=new s(0),E=new s(0),O=new s(1),C=0;d.isEven()&&m.isEven();)d.iushrn(1),m.iushrn(1),++C;for(var g=m.clone(),v=d.clone();!d.isZero();){for(var j=0,ee=1;!(d.words[0]&ee)&&j<26;++j,ee<<=1);if(j>0)for(d.iushrn(j);j-- >0;)(x.isOdd()||M.isOdd())&&(x.iadd(g),M.isub(v)),x.iushrn(1),M.iushrn(1);for(var ie=0,ve=1;!(m.words[0]&ve)&&ie<26;++ie,ve<<=1);if(ie>0)for(m.iushrn(ie);ie-- >0;)(E.isOdd()||O.isOdd())&&(E.iadd(g),O.isub(v)),E.iushrn(1),O.iushrn(1);d.cmp(m)>=0?(d.isub(m),x.isub(E),M.isub(O)):(m.isub(d),E.isub(x),O.isub(M))}return{a:E,b:O,gcd:m.iushln(C)}},s.prototype._invmp=function(p){n(p.negative===0),n(!p.isZero());var d=this,m=p.clone();d.negative!==0?d=d.umod(p):d=d.clone();for(var x=new s(1),M=new s(0),E=m.clone();d.cmpn(1)>0&&m.cmpn(1)>0;){for(var O=0,C=1;!(d.words[0]&C)&&O<26;++O,C<<=1);if(O>0)for(d.iushrn(O);O-- >0;)x.isOdd()&&x.iadd(E),x.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(E),M.iushrn(1);d.cmp(m)>=0?(d.isub(m),x.isub(M)):(m.isub(d),M.isub(x))}var j;return d.cmpn(1)===0?j=x:j=M,j.cmpn(0)<0&&j.iadd(p),j},s.prototype.gcd=function(p){if(this.isZero())return p.abs();if(p.isZero())return this.abs();var d=this.clone(),m=p.clone();d.negative=0,m.negative=0;for(var x=0;d.isEven()&&m.isEven();x++)d.iushrn(1),m.iushrn(1);do{for(;d.isEven();)d.iushrn(1);for(;m.isEven();)m.iushrn(1);var M=d.cmp(m);if(M<0){var E=d;d=m,m=E}else if(M===0||m.cmpn(1)===0)break;d.isub(m)}while(!0);return m.iushln(x)},s.prototype.invm=function(p){return this.egcd(p).a.umod(p)},s.prototype.isEven=function(){return(this.words[0]&1)===0},s.prototype.isOdd=function(){return(this.words[0]&1)===1},s.prototype.andln=function(p){return this.words[0]&p},s.prototype.bincn=function(p){n(typeof p=="number");var d=p%26,m=(p-d)/26,x=1<<d;if(this.length<=m)return this._expand(m+1),this.words[m]|=x,this;for(var M=x,E=m;M!==0&&E<this.length;E++){var O=this.words[E]|0;O+=M,M=O>>>26,O&=67108863,this.words[E]=O}return M!==0&&(this.words[E]=M,this.length++),this},s.prototype.isZero=function(){return this.length===1&&this.words[0]===0},s.prototype.cmpn=function(p){var d=p<0;if(this.negative!==0&&!d)return-1;if(this.negative===0&&d)return 1;this._strip();var m;if(this.length>1)m=1;else{d&&(p=-p),n(p<=67108863,"Number is too big");var x=this.words[0]|0;m=x===p?0:x<p?-1:1}return this.negative!==0?-m|0:m},s.prototype.cmp=function(p){if(this.negative!==0&&p.negative===0)return-1;if(this.negative===0&&p.negative!==0)return 1;var d=this.ucmp(p);return this.negative!==0?-d|0:d},s.prototype.ucmp=function(p){if(this.length>p.length)return 1;if(this.length<p.length)return-1;for(var d=0,m=this.length-1;m>=0;m--){var x=this.words[m]|0,M=p.words[m]|0;if(x!==M){x<M?d=-1:x>M&&(d=1);break}}return d},s.prototype.gtn=function(p){return this.cmpn(p)===1},s.prototype.gt=function(p){return this.cmp(p)===1},s.prototype.gten=function(p){return this.cmpn(p)>=0},s.prototype.gte=function(p){return this.cmp(p)>=0},s.prototype.ltn=function(p){return this.cmpn(p)===-1},s.prototype.lt=function(p){return this.cmp(p)===-1},s.prototype.lten=function(p){return this.cmpn(p)<=0},s.prototype.lte=function(p){return this.cmp(p)<=0},s.prototype.eqn=function(p){return this.cmpn(p)===0},s.prototype.eq=function(p){return this.cmp(p)===0},s.red=function(p){return new ce(p)},s.prototype.toRed=function(p){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),p.convertTo(this)._forceRed(p)},s.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},s.prototype._forceRed=function(p){return this.red=p,this},s.prototype.forceRed=function(p){return n(!this.red,"Already a number in reduction context"),this._forceRed(p)},s.prototype.redAdd=function(p){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,p)},s.prototype.redIAdd=function(p){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,p)},s.prototype.redSub=function(p){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,p)},s.prototype.redISub=function(p){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,p)},s.prototype.redShl=function(p){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,p)},s.prototype.redMul=function(p){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,p),this.red.mul(this,p)},s.prototype.redIMul=function(p){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,p),this.red.imul(this,p)},s.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},s.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},s.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},s.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},s.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},s.prototype.redPow=function(p){return n(this.red&&!p.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,p)};var L={k256:null,p224:null,p192:null,p25519:null};function G($,p){this.name=$,this.p=new s(p,16),this.n=this.p.bitLength(),this.k=new s(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}G.prototype._tmp=function(){var p=new s(null);return p.words=new Array(Math.ceil(this.n/13)),p},G.prototype.ireduce=function(p){var d=p,m;do this.split(d,this.tmp),d=this.imulK(d),d=d.iadd(this.tmp),m=d.bitLength();while(m>this.n);var x=m<this.n?-1:d.ucmp(this.p);return x===0?(d.words[0]=0,d.length=1):x>0?d.isub(this.p):d.strip!==void 0?d.strip():d._strip(),d},G.prototype.split=function(p,d){p.iushrn(this.n,0,d)},G.prototype.imulK=function(p){return p.imul(this.k)};function q(){G.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}i(q,G),q.prototype.split=function(p,d){for(var m=4194303,x=Math.min(p.length,9),M=0;M<x;M++)d.words[M]=p.words[M];if(d.length=x,p.length<=9){p.words[0]=0,p.length=1;return}var E=p.words[9];for(d.words[d.length++]=E&m,M=10;M<p.length;M++){var O=p.words[M]|0;p.words[M-10]=(O&m)<<4|E>>>22,E=O}E>>>=22,p.words[M-10]=E,E===0&&p.length>10?p.length-=10:p.length-=9},q.prototype.imulK=function(p){p.words[p.length]=0,p.words[p.length+1]=0,p.length+=2;for(var d=0,m=0;m<p.length;m++){var x=p.words[m]|0;d+=x*977,p.words[m]=d&67108863,d=x*64+(d/67108864|0)}return p.words[p.length-1]===0&&(p.length--,p.words[p.length-1]===0&&p.length--),p};function J(){G.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}i(J,G);function ne(){G.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}i(ne,G);function ae(){G.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}i(ae,G),ae.prototype.imulK=function(p){for(var d=0,m=0;m<p.length;m++){var x=(p.words[m]|0)*19+d,M=x&67108863;x>>>=26,p.words[m]=M,d=x}return d!==0&&(p.words[p.length++]=d),p},s._prime=function(p){if(L[p])return L[p];var d;if(p==="k256")d=new q;else if(p==="p224")d=new J;else if(p==="p192")d=new ne;else if(p==="p25519")d=new ae;else throw new Error("Unknown prime "+p);return L[p]=d,d};function ce($){if(typeof $=="string"){var p=s._prime($);this.m=p.p,this.prime=p}else n($.gtn(1),"modulus must be greater than 1"),this.m=$,this.prime=null}ce.prototype._verify1=function(p){n(p.negative===0,"red works only with positives"),n(p.red,"red works only with red numbers")},ce.prototype._verify2=function(p,d){n((p.negative|d.negative)===0,"red works only with positives"),n(p.red&&p.red===d.red,"red works only with red numbers")},ce.prototype.imod=function(p){return this.prime?this.prime.ireduce(p)._forceRed(this):(l(p,p.umod(this.m)._forceRed(this)),p)},ce.prototype.neg=function(p){return p.isZero()?p.clone():this.m.sub(p)._forceRed(this)},ce.prototype.add=function(p,d){this._verify2(p,d);var m=p.add(d);return m.cmp(this.m)>=0&&m.isub(this.m),m._forceRed(this)},ce.prototype.iadd=function(p,d){this._verify2(p,d);var m=p.iadd(d);return m.cmp(this.m)>=0&&m.isub(this.m),m},ce.prototype.sub=function(p,d){this._verify2(p,d);var m=p.sub(d);return m.cmpn(0)<0&&m.iadd(this.m),m._forceRed(this)},ce.prototype.isub=function(p,d){this._verify2(p,d);var m=p.isub(d);return m.cmpn(0)<0&&m.iadd(this.m),m},ce.prototype.shl=function(p,d){return this._verify1(p),this.imod(p.ushln(d))},ce.prototype.imul=function(p,d){return this._verify2(p,d),this.imod(p.imul(d))},ce.prototype.mul=function(p,d){return this._verify2(p,d),this.imod(p.mul(d))},ce.prototype.isqr=function(p){return this.imul(p,p.clone())},ce.prototype.sqr=function(p){return this.mul(p,p)},ce.prototype.sqrt=function(p){if(p.isZero())return p.clone();var d=this.m.andln(3);if(n(d%2===1),d===3){var m=this.m.add(new s(1)).iushrn(2);return this.pow(p,m)}for(var x=this.m.subn(1),M=0;!x.isZero()&&x.andln(1)===0;)M++,x.iushrn(1);n(!x.isZero());var E=new s(1).toRed(this),O=E.redNeg(),C=this.m.subn(1).iushrn(1),g=this.m.bitLength();for(g=new s(2*g*g).toRed(this);this.pow(g,C).cmp(O)!==0;)g.redIAdd(O);for(var v=this.pow(g,x),j=this.pow(p,x.addn(1).iushrn(1)),ee=this.pow(p,x),ie=M;ee.cmp(E)!==0;){for(var ve=ee,pe=0;ve.cmp(E)!==0;pe++)ve=ve.redSqr();n(pe<ie);var Ee=this.pow(v,new s(1).iushln(ie-pe-1));j=j.redMul(Ee),v=Ee.redSqr(),ee=ee.redMul(v),ie=pe}return j},ce.prototype.invm=function(p){var d=p._invmp(this.m);return d.negative!==0?(d.negative=0,this.imod(d).redNeg()):this.imod(d)},ce.prototype.pow=function(p,d){if(d.isZero())return new s(1).toRed(this);if(d.cmpn(1)===0)return p.clone();var m=4,x=new Array(1<<m);x[0]=new s(1).toRed(this),x[1]=p;for(var M=2;M<x.length;M++)x[M]=this.mul(x[M-1],p);var E=x[0],O=0,C=0,g=d.bitLength()%26;for(g===0&&(g=26),M=d.length-1;M>=0;M--){for(var v=d.words[M],j=g-1;j>=0;j--){var ee=v>>j&1;if(E!==x[0]&&(E=this.sqr(E)),ee===0&&O===0){C=0;continue}O<<=1,O|=ee,C++,!(C!==m&&(M!==0||j!==0))&&(E=this.mul(E,x[O]),C=0,O=0)}g=26}return E},ce.prototype.convertTo=function(p){var d=p.umod(this.m);return d===p?d.clone():d},ce.prototype.convertFrom=function(p){var d=p.clone();return d.red=null,d},s.mont=function(p){return new V(p)};function V($){ce.call(this,$),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)}i(V,ce),V.prototype.convertTo=function(p){return this.imod(p.ushln(this.shift))},V.prototype.convertFrom=function(p){var d=this.imod(p.mul(this.rinv));return d.red=null,d},V.prototype.imul=function(p,d){if(p.isZero()||d.isZero())return p.words[0]=0,p.length=1,p;var m=p.imul(d),x=m.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=m.isub(x).iushrn(this.shift),E=M;return M.cmp(this.m)>=0?E=M.isub(this.m):M.cmpn(0)<0&&(E=M.iadd(this.m)),E._forceRed(this)},V.prototype.mul=function(p,d){if(p.isZero()||d.isZero())return new s(0)._forceRed(this);var m=p.mul(d),x=m.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=m.isub(x).iushrn(this.shift),E=M;return M.cmp(this.m)>=0?E=M.isub(this.m):M.cmpn(0)<0&&(E=M.iadd(this.m)),E._forceRed(this)},V.prototype.invm=function(p){var d=this.imod(p._invmp(this.m).mul(this.r2));return d._forceRed(this)}})(e,Rr)})(Lp);var Ox=Lp.exports;const km=dc(Ox);var B7=Rr&&Rr.__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 rn=B7(Ox),L7="504e4155",F7=1,U7=0,Bd=20,z7=0,V7=1;function Fp(e){return e.toString("hex").slice(0,8)===L7&&e[4]===F7&&e[5]===U7}on.isAccumulatorUpdateData=Fp;function q7(e){let t=0;if(e.readUInt8(t)!==z7)throw new Error("Not a price feed message");t+=1;const n=e.subarray(t,t+32);t+=32;const i=new rn.default(e.subarray(t,t+8),"be");t+=8;const s=new rn.default(e.subarray(t,t+8),"be");t+=8;const o=e.readInt32BE(t);t+=4;const a=new rn.default(e.subarray(t,t+8),"be");t+=8;const c=new rn.default(e.subarray(t,t+8),"be");t+=8;const u=new rn.default(e.subarray(t,t+8),"be");t+=8;const l=new rn.default(e.subarray(t,t+8),"be");return t+=8,{feedId:n,price:i,confidence:s,exponent:o,publishTime:a,prevPublishTime:c,emaPrice:u,emaConf:l}}on.parsePriceFeedMessage=q7;function W7(e){let t=0;if(e.readUInt8(t)!==V7)throw new Error("Not a twap message");t+=1;const n=e.subarray(t,t+32);t+=32;const i=new rn.default(e.subarray(t,t+16),"be");t+=16;const s=new rn.default(e.subarray(t,t+16),"be");t+=16;const o=new rn.default(e.subarray(t,t+8),"be");t+=8;const a=e.readInt32BE(t);t+=4;const c=new rn.default(e.subarray(t,t+8),"be");t+=8;const u=new rn.default(e.subarray(t,t+8),"be");t+=8;const l=new rn.default(e.subarray(t,t+8),"be");return t+=8,{feedId:n,cumulativePrice:i,cumulativeConf:s,numDownSlots:o,exponent:a,publishTime:c,prevPublishTime:u,publishSlot:l}}on.parseTwapMessage=W7;function G7(e,t,r){if(!Fp(e))throw new Error("Invalid accumulator message");let n=6;const i=e.readUint8(n);n+=1+i,n+=1;const s=e.readUint16BE(n);n+=2,n+=s;const o=n,a=[],c=e.readUInt8(n);n+=1;for(let l=0;l<c;l++){const f=n,h=e.readUint16BE(n);n+=2,n+=h;const y=e.readUInt8(n);n+=1,n+=Bd*y,a.push(e.subarray(f,n))}if(n!==e.length)throw new Error("Didn't reach the end of the message");const u=a.slice(t,r);return $d.concat([e.subarray(0,o),$d.from([u.length]),...a.slice(t,r)])}on.sliceAccumulatorUpdateData=G7;function H7(e){if(!Fp(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 s=e.readUInt8(t),o=[];t+=1;for(let a=0;a<s;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 f=[];for(let h=0;h<l;h++)f.push(Array.from(e.subarray(t,t+Bd))),t+=Bd;o.push({message:u,proof:f})}if(t!==e.length)throw new Error("Didn't reach the end of the message");return{vaa:i,updates:o}}on.parseAccumulatorUpdateData=H7;(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=fl;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 s=class Ix{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 Ix({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=s})(Bp);function Px(e,t){return function(){return e.apply(t,arguments)}}const{toString:K7}=Object.prototype,{getPrototypeOf:Up}=Object,hl=(e=>t=>{const r=K7.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),kn=e=>(e=e.toLowerCase(),t=>hl(t)===e),pl=e=>t=>typeof t===e,{isArray:Ko}=Array,Ya=pl("undefined");function J7(e){return e!==null&&!Ya(e)&&e.constructor!==null&&!Ya(e.constructor)&&Wr(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const jx=kn("ArrayBuffer");function X7(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&jx(e.buffer),t}const Y7=pl("string"),Wr=pl("function"),kx=pl("number"),ml=e=>e!==null&&typeof e=="object",Z7=e=>e===!0||e===!1,ru=e=>{if(hl(e)!=="object")return!1;const t=Up(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Q7=kn("Date"),ej=kn("File"),tj=kn("Blob"),rj=kn("FileList"),nj=e=>ml(e)&&Wr(e.pipe),ij=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Wr(e.append)&&((t=hl(e))==="formdata"||t==="object"&&Wr(e.toString)&&e.toString()==="[object FormData]"))},sj=kn("URLSearchParams"),[oj,aj,cj,uj]=["ReadableStream","Request","Response","Headers"].map(kn),lj=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function vc(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 s=r?Object.getOwnPropertyNames(e):Object.keys(e),o=s.length;let a;for(n=0;n<o;n++)a=s[n],t.call(null,e[a],a,e)}}function Rx(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 Fs=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:Rr)(),Nx=e=>!Ya(e)&&e!==Fs;function Ld(){const{caseless:e}=Nx(this)&&this||{},t={},r=(n,i)=>{const s=e&&Rx(t,i)||i;ru(t[s])&&ru(n)?t[s]=Ld(t[s],n):ru(n)?t[s]=Ld({},n):Ko(n)?t[s]=n.slice():t[s]=n};for(let n=0,i=arguments.length;n<i;n++)arguments[n]&&vc(arguments[n],r);return t}const fj=(e,t,r,{allOwnKeys:n}={})=>(vc(t,(i,s)=>{r&&Wr(i)?e[s]=Px(i,r):e[s]=i},{allOwnKeys:n}),e),dj=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),hj=(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)},pj=(e,t,r,n)=>{let i,s,o;const a={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),s=i.length;s-- >0;)o=i[s],(!n||n(o,e,t))&&!a[o]&&(t[o]=e[o],a[o]=!0);e=r!==!1&&Up(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},mj=(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},gj=e=>{if(!e)return null;if(Ko(e))return e;let t=e.length;if(!kx(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},vj=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Up(Uint8Array)),yj=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let i;for(;(i=n.next())&&!i.done;){const s=i.value;t.call(e,s[0],s[1])}},bj=(e,t)=>{let r;const n=[];for(;(r=e.exec(t))!==null;)n.push(r);return n},wj=kn("HTMLFormElement"),_j=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,n,i){return n.toUpperCase()+i}),Rm=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),xj=kn("RegExp"),Dx=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};vc(r,(i,s)=>{let o;(o=t(i,s,e))!==!1&&(n[s]=o||i)}),Object.defineProperties(e,n)},Sj=e=>{Dx(e,(t,r)=>{if(Wr(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const n=e[r];if(Wr(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+"'")})}})},Ej=(e,t)=>{const r={},n=i=>{i.forEach(s=>{r[s]=!0})};return Ko(e)?n(e):n(String(e).split(t)),r},Cj=()=>{},Mj=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,Af="abcdefghijklmnopqrstuvwxyz",Nm="0123456789",$x={DIGIT:Nm,ALPHA:Af,ALPHA_DIGIT:Af+Af.toUpperCase()+Nm},Tj=(e=16,t=$x.ALPHA_DIGIT)=>{let r="";const{length:n}=t;for(;e--;)r+=t[Math.random()*n|0];return r};function Aj(e){return!!(e&&Wr(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Oj=e=>{const t=new Array(10),r=(n,i)=>{if(ml(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[i]=n;const s=Ko(n)?[]:{};return vc(n,(o,a)=>{const c=r(o,i+1);!Ya(c)&&(s[a]=c)}),t[i]=void 0,s}}return n};return r(e,0)},Ij=kn("AsyncFunction"),Pj=e=>e&&(ml(e)||Wr(e))&&Wr(e.then)&&Wr(e.catch),Bx=((e,t)=>e?setImmediate:t?((r,n)=>(Fs.addEventListener("message",({source:i,data:s})=>{i===Fs&&s===r&&n.length&&n.shift()()},!1),i=>{n.push(i),Fs.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",Wr(Fs.postMessage)),jj=typeof queueMicrotask<"u"?queueMicrotask.bind(Fs):typeof Mn<"u"&&Mn.nextTick||Bx;var fe={isArray:Ko,isArrayBuffer:jx,isBuffer:J7,isFormData:ij,isArrayBufferView:X7,isString:Y7,isNumber:kx,isBoolean:Z7,isObject:ml,isPlainObject:ru,isReadableStream:oj,isRequest:aj,isResponse:cj,isHeaders:uj,isUndefined:Ya,isDate:Q7,isFile:ej,isBlob:tj,isRegExp:xj,isFunction:Wr,isStream:nj,isURLSearchParams:sj,isTypedArray:vj,isFileList:rj,forEach:vc,merge:Ld,extend:fj,trim:lj,stripBOM:dj,inherits:hj,toFlatObject:pj,kindOf:hl,kindOfTest:kn,endsWith:mj,toArray:gj,forEachEntry:yj,matchAll:bj,isHTMLForm:wj,hasOwnProperty:Rm,hasOwnProp:Rm,reduceDescriptors:Dx,freezeMethods:Sj,toObjectSet:Ej,toCamelCase:_j,noop:Cj,toFiniteNumber:Mj,findKey:Rx,global:Fs,isContextDefined:Nx,ALPHABET:$x,generateString:Tj,isSpecCompliantForm:Aj,toJSONObject:Oj,isAsyncFn:Ij,isThenable:Pj,setImmediate:Bx,asap:jj};function pt(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)}fe.inherits(pt,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:fe.toJSONObject(this.config),code:this.code,status:this.status}}});const Lx=pt.prototype,Fx={};["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=>{Fx[e]={value:e}});Object.defineProperties(pt,Fx);Object.defineProperty(Lx,"isAxiosError",{value:!0});pt.from=(e,t,r,n,i,s)=>{const o=Object.create(Lx);return fe.toFlatObject(e,o,function(c){return c!==Error.prototype},a=>a!=="isAxiosError"),pt.call(o,e.message,t,r,n,i),o.cause=e,o.name=e.name,s&&Object.assign(o,s),o};var kj=null;function Fd(e){return fe.isPlainObject(e)||fe.isArray(e)}function Ux(e){return fe.endsWith(e,"[]")?e.slice(0,-2):e}function Dm(e,t,r){return e?e.concat(t).map(function(i,s){return i=Ux(i),!r&&s?"["+i+"]":i}).join(r?".":""):t}function Rj(e){return fe.isArray(e)&&!e.some(Fd)}const Nj=fe.toFlatObject(fe,{},null,function(t){return/^is[A-Z]/.test(t)});function gl(e,t,r){if(!fe.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=fe.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(_,A){return!fe.isUndefined(A[_])});const n=r.metaTokens,i=r.visitor||l,s=r.dots,o=r.indexes,c=(r.Blob||typeof Blob<"u"&&Blob)&&fe.isSpecCompliantForm(t);if(!fe.isFunction(i))throw new TypeError("visitor must be a function");function u(b){if(b===null)return"";if(fe.isDate(b))return b.toISOString();if(!c&&fe.isBlob(b))throw new pt("Blob is not supported. Use a Buffer instead.");return fe.isArrayBuffer(b)||fe.isTypedArray(b)?c&&typeof Blob=="function"?new Blob([b]):$d.from(b):b}function l(b,_,A){let P=b;if(b&&!A&&typeof b=="object"){if(fe.endsWith(_,"{}"))_=n?_:_.slice(0,-2),b=JSON.stringify(b);else if(fe.isArray(b)&&Rj(b)||(fe.isFileList(b)||fe.endsWith(_,"[]"))&&(P=fe.toArray(b)))return _=Ux(_),P.forEach(function(N,F){!(fe.isUndefined(N)||N===null)&&t.append(o===!0?Dm([_],F,s):o===null?_:_+"[]",u(N))}),!1}return Fd(b)?!0:(t.append(Dm(A,_,s),u(b)),!1)}const f=[],h=Object.assign(Nj,{defaultVisitor:l,convertValue:u,isVisitable:Fd});function y(b,_){if(!fe.isUndefined(b)){if(f.indexOf(b)!==-1)throw Error("Circular reference detected in "+_.join("."));f.push(b),fe.forEach(b,function(P,R){(!(fe.isUndefined(P)||P===null)&&i.call(t,P,fe.isString(R)?R.trim():R,_,h))===!0&&y(P,_?_.concat(R):[R])}),f.pop()}}if(!fe.isObject(e))throw new TypeError("data must be an object");return y(e),t}function $m(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function zp(e,t){this._pairs=[],e&&gl(e,this,t)}const zx=zp.prototype;zx.append=function(t,r){this._pairs.push([t,r])};zx.toString=function(t){const r=t?function(n){return t.call(this,n,$m)}:$m;return this._pairs.map(function(i){return r(i[0])+"="+r(i[1])},"").join("&")};function Dj(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Vx(e,t,r){if(!t)return e;const n=r&&r.encode||Dj;fe.isFunction(r)&&(r={serialize:r});const i=r&&r.serialize;let s;if(i?s=i(t,r):s=fe.isURLSearchParams(t)?t.toString():new zp(t,r).toString(n),s){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class $j{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){fe.forEach(this.handlers,function(n){n!==null&&t(n)})}}var Bm=$j,qx={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Bj=typeof URLSearchParams<"u"?URLSearchParams:zp,Lj=typeof FormData<"u"?FormData:null,Fj=typeof Blob<"u"?Blob:null,Uj={isBrowser:!0,classes:{URLSearchParams:Bj,FormData:Lj,Blob:Fj},protocols:["http","https","file","blob","url","data"]};const Vp=typeof window<"u"&&typeof document<"u",Ud=typeof navigator=="object"&&navigator||void 0,zj=Vp&&(!Ud||["ReactNative","NativeScript","NS"].indexOf(Ud.product)<0),Vj=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),qj=Vp&&window.location.href||"http://localhost";var Wj=Object.freeze({__proto__:null,hasBrowserEnv:Vp,hasStandardBrowserWebWorkerEnv:Vj,hasStandardBrowserEnv:zj,navigator:Ud,origin:qj}),Cr={...Wj,...Uj};function Gj(e,t){return gl(e,new Cr.classes.URLSearchParams,Object.assign({visitor:function(r,n,i,s){return Cr.isNode&&fe.isBuffer(r)?(this.append(n,r.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function Hj(e){return fe.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Kj(e){const t={},r=Object.keys(e);let n;const i=r.length;let s;for(n=0;n<i;n++)s=r[n],t[s]=e[s];return t}function Wx(e){function t(r,n,i,s){let o=r[s++];if(o==="__proto__")return!0;const a=Number.isFinite(+o),c=s>=r.length;return o=!o&&fe.isArray(i)?i.length:o,c?(fe.hasOwnProp(i,o)?i[o]=[i[o],n]:i[o]=n,!a):((!i[o]||!fe.isObject(i[o]))&&(i[o]=[]),t(r,n,i[o],s)&&fe.isArray(i[o])&&(i[o]=Kj(i[o])),!a)}if(fe.isFormData(e)&&fe.isFunction(e.entries)){const r={};return fe.forEachEntry(e,(n,i)=>{t(Hj(n),i,r,0)}),r}return null}function Jj(e,t,r){if(fe.isString(e))try{return(t||JSON.parse)(e),fe.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(r||JSON.stringify)(e)}const qp={transitional:qx,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const n=r.getContentType()||"",i=n.indexOf("application/json")>-1,s=fe.isObject(t);if(s&&fe.isHTMLForm(t)&&(t=new FormData(t)),fe.isFormData(t))return i?JSON.stringify(Wx(t)):t;if(fe.isArrayBuffer(t)||fe.isBuffer(t)||fe.isStream(t)||fe.isFile(t)||fe.isBlob(t)||fe.isReadableStream(t))return t;if(fe.isArrayBufferView(t))return t.buffer;if(fe.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(s){if(n.indexOf("application/x-www-form-urlencoded")>-1)return Gj(t,this.formSerializer).toString();if((a=fe.isFileList(t))||n.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return gl(a?{"files[]":t}:t,c&&new c,this.formSerializer)}}return s||i?(r.setContentType("application/json",!1),Jj(t)):t}],transformResponse:[function(t){const r=this.transitional||qp.transitional,n=r&&r.forcedJSONParsing,i=this.responseType==="json";if(fe.isResponse(t)||fe.isReadableStream(t))return t;if(t&&fe.isString(t)&&(n&&!this.responseType||i)){const o=!(r&&r.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(a){if(o)throw a.name==="SyntaxError"?pt.from(a,pt.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:Cr.classes.FormData,Blob:Cr.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};fe.forEach(["delete","get","head","post","put","patch"],e=>{qp.headers[e]={}});var Wp=qp;const Xj=fe.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 Yj=e=>{const t={};let r,n,i;return e&&e.split(`
|
|
34
|
+
`).forEach(function(o){i=o.indexOf(":"),r=o.substring(0,i).trim().toLowerCase(),n=o.substring(i+1).trim(),!(!r||t[r]&&Xj[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 ba(e){return e&&String(e).trim().toLowerCase()}function nu(e){return e===!1||e==null?e:fe.isArray(e)?e.map(nu):String(e)}function Zj(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 Qj=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Of(e,t,r,n,i){if(fe.isFunction(n))return n.call(this,t,r);if(i&&(t=r),!!fe.isString(t)){if(fe.isString(n))return t.indexOf(n)!==-1;if(fe.isRegExp(n))return n.test(t)}}function ek(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,n)=>r.toUpperCase()+n)}function tk(e,t){const r=fe.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+r,{value:function(i,s,o){return this[n].call(this,t,i,s,o)},configurable:!0})})}class vl{constructor(t){t&&this.set(t)}set(t,r,n){const i=this;function s(a,c,u){const l=ba(c);if(!l)throw new Error("header name must be a non-empty string");const f=fe.findKey(i,l);(!f||i[f]===void 0||u===!0||u===void 0&&i[f]!==!1)&&(i[f||c]=nu(a))}const o=(a,c)=>fe.forEach(a,(u,l)=>s(u,l,c));if(fe.isPlainObject(t)||t instanceof this.constructor)o(t,r);else if(fe.isString(t)&&(t=t.trim())&&!Qj(t))o(Yj(t),r);else if(fe.isHeaders(t))for(const[a,c]of t.entries())s(c,a,n);else t!=null&&s(r,t,n);return this}get(t,r){if(t=ba(t),t){const n=fe.findKey(this,t);if(n){const i=this[n];if(!r)return i;if(r===!0)return Zj(i);if(fe.isFunction(r))return r.call(this,i,n);if(fe.isRegExp(r))return r.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,r){if(t=ba(t),t){const n=fe.findKey(this,t);return!!(n&&this[n]!==void 0&&(!r||Of(this,this[n],n,r)))}return!1}delete(t,r){const n=this;let i=!1;function s(o){if(o=ba(o),o){const a=fe.findKey(n,o);a&&(!r||Of(n,n[a],a,r))&&(delete n[a],i=!0)}}return fe.isArray(t)?t.forEach(s):s(t),i}clear(t){const r=Object.keys(this);let n=r.length,i=!1;for(;n--;){const s=r[n];(!t||Of(this,this[s],s,t,!0))&&(delete this[s],i=!0)}return i}normalize(t){const r=this,n={};return fe.forEach(this,(i,s)=>{const o=fe.findKey(n,s);if(o){r[o]=nu(i),delete r[s];return}const a=t?ek(s):String(s).trim();a!==s&&delete r[s],r[a]=nu(i),n[a]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return fe.forEach(this,(n,i)=>{n!=null&&n!==!1&&(r[i]=t&&fe.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(`
|
|
35
|
+
`)}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 s(o){const a=ba(o);n[a]||(tk(i,o),n[a]=!0)}return fe.isArray(t)?t.forEach(s):s(t),this}}vl.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);fe.reduceDescriptors(vl.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[r]=n}}});fe.freezeMethods(vl);var Tn=vl;function If(e,t){const r=this||Wp,n=t||r,i=Tn.from(n.headers);let s=n.data;return fe.forEach(e,function(a){s=a.call(r,s,i.normalize(),t?t.status:void 0)}),i.normalize(),s}function Gx(e){return!!(e&&e.__CANCEL__)}function Jo(e,t,r){pt.call(this,e??"canceled",pt.ERR_CANCELED,t,r),this.name="CanceledError"}fe.inherits(Jo,pt,{__CANCEL__:!0});function Hx(e,t,r){const n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new pt("Request failed with status code "+r.status,[pt.ERR_BAD_REQUEST,pt.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function rk(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function nk(e,t){e=e||10;const r=new Array(e),n=new Array(e);let i=0,s=0,o;return t=t!==void 0?t:1e3,function(c){const u=Date.now(),l=n[s];o||(o=u),r[i]=c,n[i]=u;let f=s,h=0;for(;f!==i;)h+=r[f++],f=f%e;if(i=(i+1)%e,i===s&&(s=(s+1)%e),u-o<t)return;const y=l&&u-l;return y?Math.round(h*1e3/y):void 0}}function ik(e,t){let r=0,n=1e3/t,i,s;const o=(u,l=Date.now())=>{r=l,i=null,s&&(clearTimeout(s),s=null),e.apply(null,u)};return[(...u)=>{const l=Date.now(),f=l-r;f>=n?o(u,l):(i=u,s||(s=setTimeout(()=>{s=null,o(i)},n-f)))},()=>i&&o(i)]}const Pu=(e,t,r=3)=>{let n=0;const i=nk(50,250);return ik(s=>{const o=s.loaded,a=s.lengthComputable?s.total:void 0,c=o-n,u=i(c),l=o<=a;n=o;const f={loaded:o,total:a,progress:a?o/a:void 0,bytes:c,rate:u||void 0,estimated:u&&a&&l?(a-o)/u:void 0,event:s,lengthComputable:a!=null,[t?"download":"upload"]:!0};e(f)},r)},Fm=(e,t)=>{const r=e!=null;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},Um=e=>(...t)=>fe.asap(()=>e(...t));var sk=Cr.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,Cr.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(Cr.origin),Cr.navigator&&/(msie|trident)/i.test(Cr.navigator.userAgent)):()=>!0,ok=Cr.hasStandardBrowserEnv?{write(e,t,r,n,i,s){const o=[e+"="+encodeURIComponent(t)];fe.isNumber(r)&&o.push("expires="+new Date(r).toGMTString()),fe.isString(n)&&o.push("path="+n),fe.isString(i)&&o.push("domain="+i),s===!0&&o.push("secure"),document.cookie=o.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 ak(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function ck(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Kx(e,t){return e&&!ak(t)?ck(e,t):t}const zm=e=>e instanceof Tn?{...e}:e;function qs(e,t){t=t||{};const r={};function n(u,l,f,h){return fe.isPlainObject(u)&&fe.isPlainObject(l)?fe.merge.call({caseless:h},u,l):fe.isPlainObject(l)?fe.merge({},l):fe.isArray(l)?l.slice():l}function i(u,l,f,h){if(fe.isUndefined(l)){if(!fe.isUndefined(u))return n(void 0,u,f,h)}else return n(u,l,f,h)}function s(u,l){if(!fe.isUndefined(l))return n(void 0,l)}function o(u,l){if(fe.isUndefined(l)){if(!fe.isUndefined(u))return n(void 0,u)}else return n(void 0,l)}function a(u,l,f){if(f in t)return n(u,l);if(f in e)return n(void 0,u)}const c={url:s,method:s,data:s,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:a,headers:(u,l,f)=>i(zm(u),zm(l),f,!0)};return fe.forEach(Object.keys(Object.assign({},e,t)),function(l){const f=c[l]||i,h=f(e[l],t[l],l);fe.isUndefined(h)&&f!==a||(r[l]=h)}),r}var Jx=e=>{const t=qs({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:i,xsrfCookieName:s,headers:o,auth:a}=t;t.headers=o=Tn.from(o),t.url=Vx(Kx(t.baseURL,t.url),e.params,e.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let c;if(fe.isFormData(r)){if(Cr.hasStandardBrowserEnv||Cr.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((c=o.getContentType())!==!1){const[u,...l]=c?c.split(";").map(f=>f.trim()).filter(Boolean):[];o.setContentType([u||"multipart/form-data",...l].join("; "))}}if(Cr.hasStandardBrowserEnv&&(n&&fe.isFunction(n)&&(n=n(t)),n||n!==!1&&sk(t.url))){const u=i&&s&&ok.read(s);u&&o.set(i,u)}return t};const uk=typeof XMLHttpRequest<"u";var lk=uk&&function(e){return new Promise(function(r,n){const i=Jx(e);let s=i.data;const o=Tn.from(i.headers).normalize();let{responseType:a,onUploadProgress:c,onDownloadProgress:u}=i,l,f,h,y,b;function _(){y&&y(),b&&b(),i.cancelToken&&i.cancelToken.unsubscribe(l),i.signal&&i.signal.removeEventListener("abort",l)}let A=new XMLHttpRequest;A.open(i.method.toUpperCase(),i.url,!0),A.timeout=i.timeout;function P(){if(!A)return;const N=Tn.from("getAllResponseHeaders"in A&&A.getAllResponseHeaders()),L={data:!a||a==="text"||a==="json"?A.responseText:A.response,status:A.status,statusText:A.statusText,headers:N,config:e,request:A};Hx(function(q){r(q),_()},function(q){n(q),_()},L),A=null}"onloadend"in A?A.onloadend=P:A.onreadystatechange=function(){!A||A.readyState!==4||A.status===0&&!(A.responseURL&&A.responseURL.indexOf("file:")===0)||setTimeout(P)},A.onabort=function(){A&&(n(new pt("Request aborted",pt.ECONNABORTED,e,A)),A=null)},A.onerror=function(){n(new pt("Network Error",pt.ERR_NETWORK,e,A)),A=null},A.ontimeout=function(){let F=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const L=i.transitional||qx;i.timeoutErrorMessage&&(F=i.timeoutErrorMessage),n(new pt(F,L.clarifyTimeoutError?pt.ETIMEDOUT:pt.ECONNABORTED,e,A)),A=null},s===void 0&&o.setContentType(null),"setRequestHeader"in A&&fe.forEach(o.toJSON(),function(F,L){A.setRequestHeader(L,F)}),fe.isUndefined(i.withCredentials)||(A.withCredentials=!!i.withCredentials),a&&a!=="json"&&(A.responseType=i.responseType),u&&([h,b]=Pu(u,!0),A.addEventListener("progress",h)),c&&A.upload&&([f,y]=Pu(c),A.upload.addEventListener("progress",f),A.upload.addEventListener("loadend",y)),(i.cancelToken||i.signal)&&(l=N=>{A&&(n(!N||N.type?new Jo(null,e,A):N),A.abort(),A=null)},i.cancelToken&&i.cancelToken.subscribe(l),i.signal&&(i.signal.aborted?l():i.signal.addEventListener("abort",l)));const R=rk(i.url);if(R&&Cr.protocols.indexOf(R)===-1){n(new pt("Unsupported protocol "+R+":",pt.ERR_BAD_REQUEST,e));return}A.send(s||null)})};const fk=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let n=new AbortController,i;const s=function(u){if(!i){i=!0,a();const l=u instanceof Error?u:this.reason;n.abort(l instanceof pt?l:new Jo(l instanceof Error?l.message:l))}};let o=t&&setTimeout(()=>{o=null,s(new pt(`timeout ${t} of ms exceeded`,pt.ETIMEDOUT))},t);const a=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(u=>{u.unsubscribe?u.unsubscribe(s):u.removeEventListener("abort",s)}),e=null)};e.forEach(u=>u.addEventListener("abort",s));const{signal:c}=n;return c.unsubscribe=()=>fe.asap(a),c}};var dk=fk;const hk=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},pk=async function*(e,t){for await(const r of mk(e))yield*hk(r,t)},mk=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=pk(e,t);let s=0,o,a=c=>{o||(o=!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 f=l.byteLength;if(r){let h=s+=f;r(h)}c.enqueue(new Uint8Array(l))}catch(u){throw a(u),u}},cancel(c){return a(c),i.return()}},{highWaterMark:2})},yl=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Xx=yl&&typeof ReadableStream=="function",gk=yl&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Yx=(e,...t)=>{try{return!!e(...t)}catch{return!1}},vk=Xx&&Yx(()=>{let e=!1;const t=new Request(Cr.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),qm=64*1024,zd=Xx&&Yx(()=>fe.isReadableStream(new Response("").body)),ju={stream:zd&&(e=>e.body)};yl&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!ju[t]&&(ju[t]=fe.isFunction(e[t])?r=>r[t]():(r,n)=>{throw new pt(`Response type '${t}' is not supported`,pt.ERR_NOT_SUPPORT,n)})})})(new Response);const yk=async e=>{if(e==null)return 0;if(fe.isBlob(e))return e.size;if(fe.isSpecCompliantForm(e))return(await new Request(Cr.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(fe.isArrayBufferView(e)||fe.isArrayBuffer(e))return e.byteLength;if(fe.isURLSearchParams(e)&&(e=e+""),fe.isString(e))return(await gk(e)).byteLength},bk=async(e,t)=>{const r=fe.toFiniteNumber(e.getContentLength());return r??yk(t)};var wk=yl&&(async e=>{let{url:t,method:r,data:n,signal:i,cancelToken:s,timeout:o,onDownloadProgress:a,onUploadProgress:c,responseType:u,headers:l,withCredentials:f="same-origin",fetchOptions:h}=Jx(e);u=u?(u+"").toLowerCase():"text";let y=dk([i,s&&s.toAbortSignal()],o),b;const _=y&&y.unsubscribe&&(()=>{y.unsubscribe()});let A;try{if(c&&vk&&r!=="get"&&r!=="head"&&(A=await bk(l,n))!==0){let L=new Request(t,{method:"POST",body:n,duplex:"half"}),G;if(fe.isFormData(n)&&(G=L.headers.get("content-type"))&&l.setContentType(G),L.body){const[q,J]=Fm(A,Pu(Um(c)));n=Vm(L.body,qm,q,J)}}fe.isString(f)||(f=f?"include":"omit");const P="credentials"in Request.prototype;b=new Request(t,{...h,signal:y,method:r.toUpperCase(),headers:l.normalize().toJSON(),body:n,duplex:"half",credentials:P?f:void 0});let R=await fetch(b);const N=zd&&(u==="stream"||u==="response");if(zd&&(a||N&&_)){const L={};["status","statusText","headers"].forEach(ne=>{L[ne]=R[ne]});const G=fe.toFiniteNumber(R.headers.get("content-length")),[q,J]=a&&Fm(G,Pu(Um(a),!0))||[];R=new Response(Vm(R.body,qm,q,()=>{J&&J(),_&&_()}),L)}u=u||"text";let F=await ju[fe.findKey(ju,u)||"text"](R,e);return!N&&_&&_(),await new Promise((L,G)=>{Hx(L,G,{data:F,headers:Tn.from(R.headers),status:R.status,statusText:R.statusText,config:e,request:b})})}catch(P){throw _&&_(),P&&P.name==="TypeError"&&/fetch/i.test(P.message)?Object.assign(new pt("Network Error",pt.ERR_NETWORK,e,b),{cause:P.cause||P}):pt.from(P,P&&P.code,e,b)}});const Vd={http:kj,xhr:lk,fetch:wk};fe.forEach(Vd,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Wm=e=>`- ${e}`,_k=e=>fe.isFunction(e)||e===null||e===!1;var Zx={getAdapter:e=>{e=fe.isArray(e)?e:[e];const{length:t}=e;let r,n;const i={};for(let s=0;s<t;s++){r=e[s];let o;if(n=r,!_k(r)&&(n=Vd[(o=String(r)).toLowerCase()],n===void 0))throw new pt(`Unknown adapter '${o}'`);if(n)break;i[o||"#"+s]=n}if(!n){const s=Object.entries(i).map(([a,c])=>`adapter ${a} `+(c===!1?"is not supported by the environment":"is not available in the build"));let o=t?s.length>1?`since :
|
|
36
|
+
`+s.map(Wm).join(`
|
|
37
|
+
`):" "+Wm(s[0]):"as no adapter specified";throw new pt("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return n},adapters:Vd};function Pf(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Jo(null,e)}function Gm(e){return Pf(e),e.headers=Tn.from(e.headers),e.data=If.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Zx.getAdapter(e.adapter||Wp.adapter)(e).then(function(n){return Pf(e),n.data=If.call(e,e.transformResponse,n),n.headers=Tn.from(n.headers),n},function(n){return Gx(n)||(Pf(e),n&&n.response&&(n.response.data=If.call(e,e.transformResponse,n.response),n.response.headers=Tn.from(n.response.headers))),Promise.reject(n)})}const Qx="1.7.9",bl={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{bl[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const Hm={};bl.transitional=function(t,r,n){function i(s,o){return"[Axios v"+Qx+"] Transitional option '"+s+"'"+o+(n?". "+n:"")}return(s,o,a)=>{if(t===!1)throw new pt(i(o," has been removed"+(r?" in "+r:"")),pt.ERR_DEPRECATED);return r&&!Hm[o]&&(Hm[o]=!0,console.warn(i(o," has been deprecated since v"+r+" and will be removed in the near future"))),t?t(s,o,a):!0}};bl.spelling=function(t){return(r,n)=>(console.warn(`${n} is likely a misspelling of ${t}`),!0)};function xk(e,t,r){if(typeof e!="object")throw new pt("options must be an object",pt.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let i=n.length;for(;i-- >0;){const s=n[i],o=t[s];if(o){const a=e[s],c=a===void 0||o(a,s,e);if(c!==!0)throw new pt("option "+s+" must be "+c,pt.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new pt("Unknown option "+s,pt.ERR_BAD_OPTION)}}var iu={assertOptions:xk,validators:bl};const Fn=iu.validators;class ku{constructor(t){this.defaults=t,this.interceptors={request:new Bm,response:new Bm}}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 s=i.stack?i.stack.replace(/^.+\n/,""):"";try{n.stack?s&&!String(n.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(n.stack+=`
|
|
38
|
+
`+s):n.stack=s}catch{}}throw n}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=qs(this.defaults,r);const{transitional:n,paramsSerializer:i,headers:s}=r;n!==void 0&&iu.assertOptions(n,{silentJSONParsing:Fn.transitional(Fn.boolean),forcedJSONParsing:Fn.transitional(Fn.boolean),clarifyTimeoutError:Fn.transitional(Fn.boolean)},!1),i!=null&&(fe.isFunction(i)?r.paramsSerializer={serialize:i}:iu.assertOptions(i,{encode:Fn.function,serialize:Fn.function},!0)),iu.assertOptions(r,{baseUrl:Fn.spelling("baseURL"),withXsrfToken:Fn.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let o=s&&fe.merge(s.common,s[r.method]);s&&fe.forEach(["delete","get","head","post","put","patch","common"],b=>{delete s[b]}),r.headers=Tn.concat(o,s);const a=[];let c=!0;this.interceptors.request.forEach(function(_){typeof _.runWhen=="function"&&_.runWhen(r)===!1||(c=c&&_.synchronous,a.unshift(_.fulfilled,_.rejected))});const u=[];this.interceptors.response.forEach(function(_){u.push(_.fulfilled,_.rejected)});let l,f=0,h;if(!c){const b=[Gm.bind(this),void 0];for(b.unshift.apply(b,a),b.push.apply(b,u),h=b.length,l=Promise.resolve(r);f<h;)l=l.then(b[f++],b[f++]);return l}h=a.length;let y=r;for(f=0;f<h;){const b=a[f++],_=a[f++];try{y=b(y)}catch(A){_.call(this,A);break}}try{l=Gm.call(this,y)}catch(b){return Promise.reject(b)}for(f=0,h=u.length;f<h;)l=l.then(u[f++],u[f++]);return l}getUri(t){t=qs(this.defaults,t);const r=Kx(t.baseURL,t.url);return Vx(r,t.params,t.paramsSerializer)}}fe.forEach(["delete","get","head","options"],function(t){ku.prototype[t]=function(r,n){return this.request(qs(n||{},{method:t,url:r,data:(n||{}).data}))}});fe.forEach(["post","put","patch"],function(t){function r(n){return function(s,o,a){return this.request(qs(a||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:s,data:o}))}}ku.prototype[t]=r(),ku.prototype[t+"Form"]=r(!0)});var su=ku;class Gp{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(s){r=s});const n=this;this.promise.then(i=>{if(!n._listeners)return;let s=n._listeners.length;for(;s-- >0;)n._listeners[s](i);n._listeners=null}),this.promise.then=i=>{let s;const o=new Promise(a=>{n.subscribe(a),s=a}).then(i);return o.cancel=function(){n.unsubscribe(s)},o},t(function(s,o,a){n.reason||(n.reason=new Jo(s,o,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 Gp(function(i){t=i}),cancel:t}}}var Sk=Gp;function Ek(e){return function(r){return e.apply(null,r)}}function Ck(e){return fe.isObject(e)&&e.isAxiosError===!0}const qd={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(qd).forEach(([e,t])=>{qd[t]=e});var Mk=qd;function e4(e){const t=new su(e),r=Px(su.prototype.request,t);return fe.extend(r,su.prototype,t,{allOwnKeys:!0}),fe.extend(r,t,null,{allOwnKeys:!0}),r.create=function(i){return e4(qs(e,i))},r}const ur=e4(Wp);ur.Axios=su;ur.CanceledError=Jo;ur.CancelToken=Sk;ur.isCancel=Gx;ur.VERSION=Qx;ur.toFormData=gl;ur.AxiosError=pt;ur.Cancel=ur.CanceledError;ur.all=function(t){return Promise.all(t)};ur.spread=Ek;ur.isAxiosError=Ck;ur.mergeConfig=qs;ur.AxiosHeaders=Tn;ur.formToJSON=e=>Wx(fe.isHTMLForm(e)?new FormData(e):e);ur.getAdapter=Zx.getAdapter;ur.HttpStatusCode=Mk;ur.default=ur;var t4=ur,Hp={exports:{}},Hr={},r4={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})(r4);var Tk=r4.exports,jf={exports:{}},kf={exports:{}},Km;function wl(){return Km||(Km=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}(kf)),kf.exports}var Jm;function Ak(){return Jm||(Jm=1,function(e){var t=wl().default;function r(){e.exports=r=function(){return i},e.exports.__esModule=!0,e.exports.default=e.exports;var n,i={},s=Object.prototype,o=s.hasOwnProperty,a=Object.defineProperty||function(E,O,C){E[O]=C.value},c=typeof Symbol=="function"?Symbol:{},u=c.iterator||"@@iterator",l=c.asyncIterator||"@@asyncIterator",f=c.toStringTag||"@@toStringTag";function h(E,O,C){return Object.defineProperty(E,O,{value:C,enumerable:!0,configurable:!0,writable:!0}),E[O]}try{h({},"")}catch{h=function(C,g,v){return C[g]=v}}function y(E,O,C,g){var v=O&&O.prototype instanceof F?O:F,j=Object.create(v.prototype),ee=new x(g||[]);return a(j,"_invoke",{value:$(E,C,ee)}),j}function b(E,O,C){try{return{type:"normal",arg:E.call(O,C)}}catch(g){return{type:"throw",arg:g}}}i.wrap=y;var _="suspendedStart",A="suspendedYield",P="executing",R="completed",N={};function F(){}function L(){}function G(){}var q={};h(q,u,function(){return this});var J=Object.getPrototypeOf,ne=J&&J(J(M([])));ne&&ne!==s&&o.call(ne,u)&&(q=ne);var ae=G.prototype=F.prototype=Object.create(q);function ce(E){["next","throw","return"].forEach(function(O){h(E,O,function(C){return this._invoke(O,C)})})}function V(E,O){function C(v,j,ee,ie){var ve=b(E[v],E,j);if(ve.type!=="throw"){var pe=ve.arg,Ee=pe.value;return Ee&&t(Ee)=="object"&&o.call(Ee,"__await")?O.resolve(Ee.__await).then(function(Se){C("next",Se,ee,ie)},function(Se){C("throw",Se,ee,ie)}):O.resolve(Ee).then(function(Se){pe.value=Se,ee(pe)},function(Se){return C("throw",Se,ee,ie)})}ie(ve.arg)}var g;a(this,"_invoke",{value:function(j,ee){function ie(){return new O(function(ve,pe){C(j,ee,ve,pe)})}return g=g?g.then(ie,ie):ie()}})}function $(E,O,C){var g=_;return function(v,j){if(g===P)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 ee=C.delegate;if(ee){var ie=p(ee,C);if(ie){if(ie===N)continue;return ie}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(g===_)throw g=R,C.arg;C.dispatchException(C.arg)}else C.method==="return"&&C.abrupt("return",C.arg);g=P;var ve=b(E,O,C);if(ve.type==="normal"){if(g=C.done?R:A,ve.arg===N)continue;return{value:ve.arg,done:C.done}}ve.type==="throw"&&(g=R,C.method="throw",C.arg=ve.arg)}}}function p(E,O){var C=O.method,g=E.iterator[C];if(g===n)return O.delegate=null,C==="throw"&&E.iterator.return&&(O.method="return",O.arg=n,p(E,O),O.method==="throw")||C!=="return"&&(O.method="throw",O.arg=new TypeError("The iterator does not provide a '"+C+"' method")),N;var v=b(g,E.iterator,O.arg);if(v.type==="throw")return O.method="throw",O.arg=v.arg,O.delegate=null,N;var j=v.arg;return j?j.done?(O[E.resultName]=j.value,O.next=E.nextLoc,O.method!=="return"&&(O.method="next",O.arg=n),O.delegate=null,N):j:(O.method="throw",O.arg=new TypeError("iterator result is not an object"),O.delegate=null,N)}function d(E){var O={tryLoc:E[0]};1 in E&&(O.catchLoc=E[1]),2 in E&&(O.finallyLoc=E[2],O.afterLoc=E[3]),this.tryEntries.push(O)}function m(E){var O=E.completion||{};O.type="normal",delete O.arg,E.completion=O}function x(E){this.tryEntries=[{tryLoc:"root"}],E.forEach(d,this),this.reset(!0)}function M(E){if(E||E===""){var O=E[u];if(O)return O.call(E);if(typeof E.next=="function")return E;if(!isNaN(E.length)){var C=-1,g=function v(){for(;++C<E.length;)if(o.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 L.prototype=G,a(ae,"constructor",{value:G,configurable:!0}),a(G,"constructor",{value:L,configurable:!0}),L.displayName=h(G,f,"GeneratorFunction"),i.isGeneratorFunction=function(E){var O=typeof E=="function"&&E.constructor;return!!O&&(O===L||(O.displayName||O.name)==="GeneratorFunction")},i.mark=function(E){return Object.setPrototypeOf?Object.setPrototypeOf(E,G):(E.__proto__=G,h(E,f,"GeneratorFunction")),E.prototype=Object.create(ae),E},i.awrap=function(E){return{__await:E}},ce(V.prototype),h(V.prototype,l,function(){return this}),i.AsyncIterator=V,i.async=function(E,O,C,g,v){v===void 0&&(v=Promise);var j=new V(y(E,O,C,g),v);return i.isGeneratorFunction(O)?j:j.next().then(function(ee){return ee.done?ee.value:j.next()})},ce(ae),h(ae,f,"Generator"),h(ae,u,function(){return this}),h(ae,"toString",function(){return"[object Generator]"}),i.keys=function(E){var O=Object(E),C=[];for(var g in O)C.push(g);return C.reverse(),function v(){for(;C.length;){var j=C.pop();if(j in O)return v.value=j,v.done=!1,v}return v.done=!0,v}},i.values=M,x.prototype={constructor:x,reset:function(O){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),!O)for(var C in this)C.charAt(0)==="t"&&o.call(this,C)&&!isNaN(+C.slice(1))&&(this[C]=n)},stop:function(){this.done=!0;var O=this.tryEntries[0].completion;if(O.type==="throw")throw O.arg;return this.rval},dispatchException:function(O){if(this.done)throw O;var C=this;function g(pe,Ee){return ee.type="throw",ee.arg=O,C.next=pe,Ee&&(C.method="next",C.arg=n),!!Ee}for(var v=this.tryEntries.length-1;v>=0;--v){var j=this.tryEntries[v],ee=j.completion;if(j.tryLoc==="root")return g("end");if(j.tryLoc<=this.prev){var ie=o.call(j,"catchLoc"),ve=o.call(j,"finallyLoc");if(ie&&ve){if(this.prev<j.catchLoc)return g(j.catchLoc,!0);if(this.prev<j.finallyLoc)return g(j.finallyLoc)}else if(ie){if(this.prev<j.catchLoc)return g(j.catchLoc,!0)}else{if(!ve)throw Error("try statement without catch or finally");if(this.prev<j.finallyLoc)return g(j.finallyLoc)}}}},abrupt:function(O,C){for(var g=this.tryEntries.length-1;g>=0;--g){var v=this.tryEntries[g];if(v.tryLoc<=this.prev&&o.call(v,"finallyLoc")&&this.prev<v.finallyLoc){var j=v;break}}j&&(O==="break"||O==="continue")&&j.tryLoc<=C&&C<=j.finallyLoc&&(j=null);var ee=j?j.completion:{};return ee.type=O,ee.arg=C,j?(this.method="next",this.next=j.finallyLoc,N):this.complete(ee)},complete:function(O,C){if(O.type==="throw")throw O.arg;return O.type==="break"||O.type==="continue"?this.next=O.arg:O.type==="return"?(this.rval=this.arg=O.arg,this.method="return",this.next="end"):O.type==="normal"&&C&&(this.next=C),N},finish:function(O){for(var C=this.tryEntries.length-1;C>=0;--C){var g=this.tryEntries[C];if(g.finallyLoc===O)return this.complete(g.completion,g.afterLoc),m(g),N}},catch:function(O){for(var C=this.tryEntries.length-1;C>=0;--C){var g=this.tryEntries[C];if(g.tryLoc===O){var v=g.completion;if(v.type==="throw"){var j=v.arg;m(g)}return j}}throw Error("illegal catch attempt")},delegateYield:function(O,C,g){return this.delegate={iterator:M(O),resultName:C,nextLoc:g},this.method==="next"&&(this.arg=n),N}},i}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(jf)),jf.exports}var Rf,Xm;function Ok(){if(Xm)return Rf;Xm=1;var e=Ak()();Rf=e;try{regeneratorRuntime=e}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}return Rf}var Nf={exports:{}},Ym;function Ik(){return Ym||(Ym=1,function(e){function t(n,i,s,o,a,c,u){try{var l=n[c](u),f=l.value}catch(h){return void s(h)}l.done?i(f):Promise.resolve(f).then(o,a)}function r(n){return function(){var i=this,s=arguments;return new Promise(function(o,a){var c=n.apply(i,s);function u(f){t(c,o,a,u,l,"next",f)}function l(f){t(c,o,a,u,l,"throw",f)}u(void 0)})}}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(Nf)),Nf.exports}var Df={exports:{}},$f={exports:{}},Bf={exports:{}},Zm;function Pk(){return Zm||(Zm=1,function(e){var t=wl().default;function r(n,i){if(t(n)!="object"||!n)return n;var s=n[Symbol.toPrimitive];if(s!==void 0){var o=s.call(n,i||"default");if(t(o)!="object")return o;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}(Bf)),Bf.exports}var Qm;function jk(){return Qm||(Qm=1,function(e){var t=wl().default,r=Pk();function n(i){var s=r(i,"string");return t(s)=="symbol"?s:s+""}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}($f)),$f.exports}var eg;function kk(){return eg||(eg=1,function(e){var t=jk();function r(n,i,s){return(i=t(i))in n?Object.defineProperty(n,i,{value:s,enumerable:!0,configurable:!0,writable:!0}):n[i]=s,n}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(Df)),Df.exports}var Lf,tg;function Rk(){if(tg)return Lf;tg=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 Lf=t=>!e.has(t&&t.code),Lf}var yc=Tk;Object.defineProperty(Hr,"__esModule",{value:!0});Hr.isNetworkError=Jp;Hr.isRetryableError=_l;Hr.isSafeRequestError=s4;Hr.isIdempotentRequestError=Xp;Hr.isNetworkOrIdempotentRequestError=Yp;Hr.exponentialDelay=o4;Hr.default=Js;Hr.DEFAULT_OPTIONS=Hr.namespace=void 0;var Ru=yc(Ok()),Nk=yc(wl()),n4=yc(Ik()),Dk=yc(kk()),$k=yc(Rk());function rg(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 Ff(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?rg(Object(r),!0).forEach(function(n){(0,Dk.default)(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):rg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var Kp="axios-retry";Hr.namespace=Kp;function Jp(e){var t=["ERR_CANCELED","ECONNABORTED"];return!e.response&&!!e.code&&!t.includes(e.code)&&(0,$k.default)(e)}var i4=["get","head","options"],Bk=i4.concat(["put","delete"]);function _l(e){return e.code!=="ECONNABORTED"&&(!e.response||e.response.status>=500&&e.response.status<=599)}function s4(e){return e.config?_l(e)&&i4.indexOf(e.config.method)!==-1:!1}function Xp(e){return e.config?_l(e)&&Bk.indexOf(e.config.method)!==-1:!1}function Yp(e){return Jp(e)||Xp(e)}function Lk(){return 0}function o4(){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 a4={retries:3,retryCondition:Yp,retryDelay:Lk,shouldResetTimeout:!1,onRetry:function(){}};Hr.DEFAULT_OPTIONS=a4;function Fk(e,t){return Ff(Ff(Ff({},a4),t),e[Kp])}function ng(e,t){var r=Fk(e,t);return r.retryCount=r.retryCount||0,e[Kp]=r,r}function Uk(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 zk(e,t){return Wd.apply(this,arguments)}function Wd(){return Wd=(0,n4.default)(Ru.default.mark(function e(t,r){var n,i,s,o;return Ru.default.wrap(function(c){for(;;)switch(c.prev=c.next){case 0:if(n=t.retries,i=t.retryCondition,s=t.retryCount<n&&i(r),(0,Nk.default)(s)!=="object"){c.next=13;break}return c.prev=3,c.next=6,s;case 6:return o=c.sent,c.abrupt("return",o!==!1);case 10:return c.prev=10,c.t0=c.catch(3),c.abrupt("return",!1);case 13:return c.abrupt("return",s);case 14:case"end":return c.stop()}},e,null,[[3,10]])})),Wd.apply(this,arguments)}function Js(e,t){var r=e.interceptors.request.use(function(i){var s=ng(i,t);return s.lastRequestTime=Date.now(),i}),n=e.interceptors.response.use(null,function(){var i=(0,n4.default)(Ru.default.mark(function s(o){var a,c,u,l,f,h,y,b;return Ru.default.wrap(function(A){for(;;)switch(A.prev=A.next){case 0:if(a=o.config,a){A.next=3;break}return A.abrupt("return",Promise.reject(o));case 3:return c=ng(a,t),A.next=6,zk(c,o);case 6:if(!A.sent){A.next=21;break}if(c.retryCount+=1,u=c.retryDelay,l=c.shouldResetTimeout,f=c.onRetry,h=u(c.retryCount,o),Uk(e,a),!(!l&&a.timeout&&c.lastRequestTime)){A.next=17;break}if(y=Date.now()-c.lastRequestTime,b=a.timeout-y-h,!(b<=0)){A.next=16;break}return A.abrupt("return",Promise.reject(o));case 16:a.timeout=b;case 17:return a.transformRequest=[function(P){return P}],A.next=20,f(c.retryCount,o,a);case 20:return A.abrupt("return",new Promise(function(P){return setTimeout(function(){return P(e(a))},h)}));case 21:return A.abrupt("return",Promise.reject(o));case 22:case"end":return A.stop()}},s)}));return function(s){return i.apply(this,arguments)}}());return{requestInterceptorId:r,responseInterceptorId:n}}Js.isNetworkError=Jp;Js.isSafeRequestError=s4;Js.isIdempotentRequestError=Xp;Js.isNetworkOrIdempotentRequestError=Yp;Js.exponentialDelay=o4;Js.isRetryableError=_l;const c4=Hr.default;Hp.exports=c4;Hp.exports.default=c4;var Vk=Hp.exports,xl={},vo=null;typeof WebSocket<"u"?vo=WebSocket:typeof MozWebSocket<"u"?vo=MozWebSocket:typeof Rr<"u"?vo=Rr.WebSocket||Rr.MozWebSocket:typeof window<"u"?vo=window.WebSocket||window.MozWebSocket:typeof self<"u"&&(vo=self.WebSocket||self.MozWebSocket);var qk=vo,Wk=Rr&&Rr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(xl,"__esModule",{value:!0});xl.ResilientWebSocket=void 0;const Gk=Wk(qk),Hk=3e4+3e3;class Kk{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 Gk.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=Jk(this.wsFailedAttempts);(r=this.logger)==null||r.error(`Connection closed unexpectedly or because of timeout. Reconnecting after ${i}ms.`),await ig(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()},Hk)}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 ig(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}}xl.ResilientWebSocket=Kk;async function ig(e){return new Promise(t=>setTimeout(t,e))}function Jk(e){return 2**e*100}var No={};Object.defineProperty(No,"__esModule",{value:!0});No.removeLeading0xIfExists=No.makeWebsocketUrl=void 0;function Xk(e){const t=new URL("ws",e),r=t.protocol==="https:";return t.protocol=r?"wss:":"ws:",t.toString()}No.makeWebsocketUrl=Xk;function Yk(e){return e.startsWith("0x")?e.substring(2):e}No.removeLeading0xIfExists=Yk;var u4=Rr&&Rr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ll,"__esModule",{value:!0});ll.PriceServiceConnection=void 0;const Uf=Bp,Zk=u4(t4),sg=u4(Vk),Qk=xl,zf=No;class e9{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,s;this.httpClient=Zk.default.create({baseURL:t,timeout:(r==null?void 0:r.timeout)||5e3}),(0,sg.default)(this.httpClient,{retries:(r==null?void 0:r.httpRetries)||3,retryDelay:sg.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:(s=r==null?void 0:r.priceFeedRequestConfig)==null?void 0:s.allowOutOfOrder},this.priceFeedCallbacks=new Map,this.logger=(r==null?void 0:r.logger)||{trace:()=>{},debug:()=>{},info:()=>{},warn:console.warn,error:console.error},this.onWsError=o=>{this.logger.error(o),typeof Mn<"u"&&typeof Mn.exit=="function"?(this.logger.error("Halting the process due to the websocket error"),Mn.exit(1)):this.logger.error("Cannot halt process. Please handle the websocket error.")},this.wsEndpoint=(0,zf.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=>Uf.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 Uf.PriceFeed.fromJson(n.data)}async getPriceFeedIds(){return(await this.httpClient.get("/api/price_feed_ids")).data}async subscribePriceFeedUpdates(t,r){var s;this.wsClient===void 0&&await this.startWebSocket(),t=t.map(o=>(0,zf.removeLeading0xIfExists)(o));const n=[];for(const o of t)this.priceFeedCallbacks.has(o)||(this.priceFeedCallbacks.set(o,new Set),n.push(o)),this.priceFeedCallbacks.get(o).add(r);const i={ids:n,type:"subscribe",verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary,allow_out_of_order:this.priceFeedRequestConfig.allowOutOfOrder};await((s=this.wsClient)==null?void 0:s.send(JSON.stringify(i)))}async unsubscribePriceFeedUpdates(t,r){var s;this.wsClient===void 0&&await this.startWebSocket(),t=t.map(o=>(0,zf.removeLeading0xIfExists)(o));const n=[];for(const o of t)if(this.priceFeedCallbacks.has(o)){let a=!1;r===void 0?(this.priceFeedCallbacks.delete(o),a=!0):(this.priceFeedCallbacks.get(o).delete(r),this.priceFeedCallbacks.get(o).size===0&&(this.priceFeedCallbacks.delete(o),a=!0)),a&&n.push(o)}const i={ids:n,type:"unsubscribe"};await((s=this.wsClient)==null?void 0:s.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 Qk.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=Uf.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()}}ll.PriceServiceConnection=e9;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.parseAccumulatorUpdateData=e.isAccumulatorUpdateData=e.Price=e.PriceFeed=e.PriceFeedMetadata=e.PriceServiceConnection=void 0;var t=ll;Object.defineProperty(e,"PriceServiceConnection",{enumerable:!0,get:function(){return t.PriceServiceConnection}});var r=Bp;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}})})($p);Object.defineProperty(ul,"__esModule",{value:!0});ul.SuiPriceServiceConnection=void 0;const t9=$p,r9=dl();class n9 extends t9.PriceServiceConnection{async getPriceFeedsUpdateData(t){return(await this.getLatestVaas(t)).map(n=>r9.Buffer.from(n,"base64"))}}ul.SuiPriceServiceConnection=n9;var Sl={};Object.defineProperty(Sl,"__esModule",{value:!0});Sl.SuiPythClient=void 0;const Rc=m2,no=ii,i9=dl(),Vf=16*1024;class s9{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,s,o;if(((s=(i=n.data)==null?void 0:i.content)==null?void 0:s.dataType)=="moveObject")return n.data.content.fields;throw console.log((o=n.data)==null?void 0:o.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 s of t){const[o]=r.moveCall({target:`${n}::vaa::parse_and_verify`,arguments:[r.object(this.wormholeStateId),r.pure(no.bcs.vector(no.bcs.U8).serialize(Array.from(s),{maxSize:Vf}).toBytes()),r.object(Rc.SUI_CLOCK_OBJECT_ID)]});i.push(o)}return i}async updatePriceFeeds(t,r,n){const i=await this.getPythPackageId();let s;if(r.length>1)throw new Error("SDK does not support sending multiple accumulator messages in a single transaction");const o=this.extractVaaBytesFromAccumulatorMessage(r[0]),a=await this.verifyVaas([o],t);[s]=t.moveCall({target:`${i}::pyth::create_authenticated_price_infos_using_accumulator`,arguments:[t.object(this.pythStateId),t.pure(no.bcs.vector(no.bcs.U8).serialize(Array.from(r[0]),{maxSize:Vf}).toBytes()),a[0],t.object(Rc.SUI_CLOCK_OBJECT_ID)]});const c=[],u=await this.getBaseUpdateFee(),l=t.splitCoins(t.gas,n.map(()=>t.pure.u64(u)));let f=0;for(const h of n){const y=await this.getPriceFeedObjectId(h);if(!y)throw new Error(`Price feed ${h} not found, please create it first`);c.push(y),[s]=t.moveCall({target:`${i}::pyth::update_single_price_feed`,arguments:[t.object(this.pythStateId),s,t.object(y),l[f],t.object(Rc.SUI_CLOCK_OBJECT_ID)]}),f++}return t.moveCall({target:`${i}::hot_potato_vector::destroy`,arguments:[s],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]),s=await this.verifyVaas([i],t);t.moveCall({target:`${n}::pyth::create_price_feeds_using_accumulator`,arguments:[t.object(this.pythStateId),t.pure(no.bcs.vector(no.bcs.U8).serialize(Array.from(r[0]),{maxSize:Vf}).toBytes()),s[0],t.object(Rc.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(),s=await this.provider.getDynamicFieldObject({parentId:n,name:{type:`${i}::price_identifier::PriceIdentifier`,value:{bytes:Array.from(i9.Buffer.from(r,"hex"))}}});if(!s.data||!s.data.content)return;if(s.data.content.dataType!=="moveObject")throw new Error("Price feed type mismatch");this.priceFeedObjectIdCache.set(r,s.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),s=n+2;return t.subarray(s,s+i)}}Sl.SuiPythClient=s9;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PriceFeed=e.Price=e.SuiPythClient=e.SuiPriceServiceConnection=void 0;var t=ul;Object.defineProperty(e,"SuiPriceServiceConnection",{enumerable:!0,get:function(){return t.SuiPriceServiceConnection}});var r=Sl;Object.defineProperty(e,"SuiPythClient",{enumerable:!0,get:function(){return r.SuiPythClient}});var n=$p;Object.defineProperty(e,"Price",{enumerable:!0,get:function(){return n.Price}}),Object.defineProperty(e,"PriceFeed",{enumerable:!0,get:function(){return n.PriceFeed}})})(Ax);var og=SM,Gd=m2,o9=xo,Nc=Ax,a9=Object.create,Zp=Object.defineProperty,c9=Object.defineProperties,u9=Object.getOwnPropertyDescriptor,l9=Object.getOwnPropertyDescriptors,l4=Object.getOwnPropertyNames,ag=Object.getOwnPropertySymbols,f9=Object.getPrototypeOf,f4=Object.prototype.hasOwnProperty,d9=Object.prototype.propertyIsEnumerable,cg=(e,t,r)=>t in e?Zp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,h9=(e,t)=>{for(var r in t||(t={}))f4.call(t,r)&&cg(e,r,t[r]);if(ag)for(var r of ag(t))d9.call(t,r)&&cg(e,r,t[r]);return e},p9=(e,t)=>c9(e,l9(t)),m9=(e=>typeof Wn<"u"?Wn:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof Wn<"u"?Wn:t)[r]}):e)(function(e){if(typeof Wn<"u")return Wn.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),g9=(e,t)=>function(){return t||(0,e[l4(e)[0]])((t={exports:{}}).exports,t),t.exports},v9=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of l4(t))!f4.call(e,i)&&i!==r&&Zp(e,i,{get:()=>t[i],enumerable:!(n=u9(t,i))||n.enumerable});return e},Xo=(e,t,r)=>(r=e!=null?a9(f9(e)):{},v9(!e||!e.__esModule?Zp(r,"default",{value:e,enumerable:!0}):r,e)),Et=(e,t,r)=>new Promise((n,i)=>{var s=c=>{try{a(r.next(c))}catch(u){i(u)}},o=c=>{try{a(r.throw(c))}catch(u){i(u)}},a=c=>c.done?n(c.value):Promise.resolve(c.value).then(s,o);a((r=r.apply(e,t)).next())}),Yo=g9({"node_modules/bn.js/lib/bn.js"(e,t){(function(r,n){function i(p,d){if(!p)throw new Error(d||"Assertion failed")}function s(p,d){p.super_=d;var m=function(){};m.prototype=d.prototype,p.prototype=new m,p.prototype.constructor=p}function o(p,d,m){if(o.isBN(p))return p;this.negative=0,this.words=null,this.length=0,this.red=null,p!==null&&((d==="le"||d==="be")&&(m=d,d=10),this._init(p||0,d||10,m||"be"))}typeof r=="object"?r.exports=o:n.BN=o,o.BN=o,o.wordSize=26;var a;try{typeof window<"u"&&typeof window.Buffer<"u"?a=window.Buffer:a=m9("buffer").Buffer}catch{}o.isBN=function(d){return d instanceof o?!0:d!==null&&typeof d=="object"&&d.constructor.wordSize===o.wordSize&&Array.isArray(d.words)},o.max=function(d,m){return d.cmp(m)>0?d:m},o.min=function(d,m){return d.cmp(m)<0?d:m},o.prototype._init=function(d,m,x){if(typeof d=="number")return this._initNumber(d,m,x);if(typeof d=="object")return this._initArray(d,m,x);m==="hex"&&(m=16),i(m===(m|0)&&m>=2&&m<=36),d=d.toString().replace(/\s+/g,"");var M=0;d[0]==="-"&&(M++,this.negative=1),M<d.length&&(m===16?this._parseHex(d,M,x):(this._parseBase(d,m,M),x==="le"&&this._initArray(this.toArray(),m,x)))},o.prototype._initNumber=function(d,m,x){d<0&&(this.negative=1,d=-d),d<67108864?(this.words=[d&67108863],this.length=1):d<4503599627370496?(this.words=[d&67108863,d/67108864&67108863],this.length=2):(i(d<9007199254740992),this.words=[d&67108863,d/67108864&67108863,1],this.length=3),x==="le"&&this._initArray(this.toArray(),m,x)},o.prototype._initArray=function(d,m,x){if(i(typeof d.length=="number"),d.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(d.length/3),this.words=new Array(this.length);for(var M=0;M<this.length;M++)this.words[M]=0;var E,O,C=0;if(x==="be")for(M=d.length-1,E=0;M>=0;M-=3)O=d[M]|d[M-1]<<8|d[M-2]<<16,this.words[E]|=O<<C&67108863,this.words[E+1]=O>>>26-C&67108863,C+=24,C>=26&&(C-=26,E++);else if(x==="le")for(M=0,E=0;M<d.length;M+=3)O=d[M]|d[M+1]<<8|d[M+2]<<16,this.words[E]|=O<<C&67108863,this.words[E+1]=O>>>26-C&67108863,C+=24,C>=26&&(C-=26,E++);return this._strip()};function c(p,d){var m=p.charCodeAt(d);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 "+p)}function u(p,d,m){var x=c(p,m);return m-1>=d&&(x|=c(p,m-1)<<4),x}o.prototype._parseHex=function(d,m,x){this.length=Math.ceil((d.length-m)/6),this.words=new Array(this.length);for(var M=0;M<this.length;M++)this.words[M]=0;var E=0,O=0,C;if(x==="be")for(M=d.length-1;M>=m;M-=2)C=u(d,m,M)<<E,this.words[O]|=C&67108863,E>=18?(E-=18,O+=1,this.words[O]|=C>>>26):E+=8;else{var g=d.length-m;for(M=g%2===0?m+1:m;M<d.length;M+=2)C=u(d,m,M)<<E,this.words[O]|=C&67108863,E>=18?(E-=18,O+=1,this.words[O]|=C>>>26):E+=8}this._strip()};function l(p,d,m,x){for(var M=0,E=0,O=Math.min(p.length,m),C=d;C<O;C++){var g=p.charCodeAt(C)-48;M*=x,g>=49?E=g-49+10:g>=17?E=g-17+10:E=g,i(g>=0&&E<x,"Invalid character"),M+=E}return M}o.prototype._parseBase=function(d,m,x){this.words=[0],this.length=1;for(var M=0,E=1;E<=67108863;E*=m)M++;M--,E=E/m|0;for(var O=d.length-x,C=O%M,g=Math.min(O,O-C)+x,v=0,j=x;j<g;j+=M)v=l(d,j,j+M,m),this.imuln(E),this.words[0]+v<67108864?this.words[0]+=v:this._iaddn(v);if(C!==0){var ee=1;for(v=l(d,j,d.length,m),j=0;j<C;j++)ee*=m;this.imuln(ee),this.words[0]+v<67108864?this.words[0]+=v:this._iaddn(v)}this._strip()},o.prototype.copy=function(d){d.words=new Array(this.length);for(var m=0;m<this.length;m++)d.words[m]=this.words[m];d.length=this.length,d.negative=this.negative,d.red=this.red};function f(p,d){p.words=d.words,p.length=d.length,p.negative=d.negative,p.red=d.red}if(o.prototype._move=function(d){f(d,this)},o.prototype.clone=function(){var d=new o(null);return this.copy(d),d},o.prototype._expand=function(d){for(;this.length<d;)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")]=h}catch{o.prototype.inspect=h}else o.prototype.inspect=h;function h(){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"],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],_=[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(d,m){d=d||10,m=m|0||1;var x;if(d===16||d==="hex"){x="";for(var M=0,E=0,O=0;O<this.length;O++){var C=this.words[O],g=((C<<M|E)&16777215).toString(16);E=C>>>24-M&16777215,M+=2,M>=26&&(M-=26,O--),E!==0||O!==this.length-1?x=y[6-g.length]+g+x:x=g+x}for(E!==0&&(x=E.toString(16)+x);x.length%m!==0;)x="0"+x;return this.negative!==0&&(x="-"+x),x}if(d===(d|0)&&d>=2&&d<=36){var v=b[d],j=_[d];x="";var ee=this.clone();for(ee.negative=0;!ee.isZero();){var ie=ee.modrn(j).toString(d);ee=ee.idivn(j),ee.isZero()?x=ie+x:x=y[v-ie.length]+ie+x}for(this.isZero()&&(x="0"+x);x.length%m!==0;)x="0"+x;return this.negative!==0&&(x="-"+x),x}i(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var d=this.words[0];return this.length===2?d+=this.words[1]*67108864:this.length===3&&this.words[2]===1?d+=4503599627370496+this.words[1]*67108864:this.length>2&&i(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-d:d},o.prototype.toJSON=function(){return this.toString(16,2)},a&&(o.prototype.toBuffer=function(d,m){return this.toArrayLike(a,d,m)}),o.prototype.toArray=function(d,m){return this.toArrayLike(Array,d,m)};var A=function(d,m){return d.allocUnsafe?d.allocUnsafe(m):new d(m)};o.prototype.toArrayLike=function(d,m,x){this._strip();var M=this.byteLength(),E=x||Math.max(1,M);i(M<=E,"byte array longer than desired length"),i(E>0,"Requested array length <= 0");var O=A(d,E),C=m==="le"?"LE":"BE";return this["_toArrayLike"+C](O,M),O},o.prototype._toArrayLikeLE=function(d,m){for(var x=0,M=0,E=0,O=0;E<this.length;E++){var C=this.words[E]<<O|M;d[x++]=C&255,x<d.length&&(d[x++]=C>>8&255),x<d.length&&(d[x++]=C>>16&255),O===6?(x<d.length&&(d[x++]=C>>24&255),M=0,O=0):(M=C>>>24,O+=2)}if(x<d.length)for(d[x++]=M;x<d.length;)d[x++]=0},o.prototype._toArrayLikeBE=function(d,m){for(var x=d.length-1,M=0,E=0,O=0;E<this.length;E++){var C=this.words[E]<<O|M;d[x--]=C&255,x>=0&&(d[x--]=C>>8&255),x>=0&&(d[x--]=C>>16&255),O===6?(x>=0&&(d[x--]=C>>24&255),M=0,O=0):(M=C>>>24,O+=2)}if(x>=0)for(d[x--]=M;x>=0;)d[x--]=0},Math.clz32?o.prototype._countBits=function(d){return 32-Math.clz32(d)}:o.prototype._countBits=function(d){var m=d,x=0;return m>=4096&&(x+=13,m>>>=13),m>=64&&(x+=7,m>>>=7),m>=8&&(x+=4,m>>>=4),m>=2&&(x+=2,m>>>=2),x+m},o.prototype._zeroBits=function(d){if(d===0)return 26;var m=d,x=0;return m&8191||(x+=13,m>>>=13),m&127||(x+=7,m>>>=7),m&15||(x+=4,m>>>=4),m&3||(x+=2,m>>>=2),m&1||x++,x},o.prototype.bitLength=function(){var d=this.words[this.length-1],m=this._countBits(d);return(this.length-1)*26+m};function P(p){for(var d=new Array(p.bitLength()),m=0;m<d.length;m++){var x=m/26|0,M=m%26;d[m]=p.words[x]>>>M&1}return d}o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var d=0,m=0;m<this.length;m++){var x=this._zeroBits(this.words[m]);if(d+=x,x!==26)break}return d},o.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},o.prototype.toTwos=function(d){return this.negative!==0?this.abs().inotn(d).iaddn(1):this.clone()},o.prototype.fromTwos=function(d){return this.testn(d-1)?this.notn(d).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(d){for(;this.length<d.length;)this.words[this.length++]=0;for(var m=0;m<d.length;m++)this.words[m]=this.words[m]|d.words[m];return this._strip()},o.prototype.ior=function(d){return i((this.negative|d.negative)===0),this.iuor(d)},o.prototype.or=function(d){return this.length>d.length?this.clone().ior(d):d.clone().ior(this)},o.prototype.uor=function(d){return this.length>d.length?this.clone().iuor(d):d.clone().iuor(this)},o.prototype.iuand=function(d){var m;this.length>d.length?m=d:m=this;for(var x=0;x<m.length;x++)this.words[x]=this.words[x]&d.words[x];return this.length=m.length,this._strip()},o.prototype.iand=function(d){return i((this.negative|d.negative)===0),this.iuand(d)},o.prototype.and=function(d){return this.length>d.length?this.clone().iand(d):d.clone().iand(this)},o.prototype.uand=function(d){return this.length>d.length?this.clone().iuand(d):d.clone().iuand(this)},o.prototype.iuxor=function(d){var m,x;this.length>d.length?(m=this,x=d):(m=d,x=this);for(var M=0;M<x.length;M++)this.words[M]=m.words[M]^x.words[M];if(this!==m)for(;M<m.length;M++)this.words[M]=m.words[M];return this.length=m.length,this._strip()},o.prototype.ixor=function(d){return i((this.negative|d.negative)===0),this.iuxor(d)},o.prototype.xor=function(d){return this.length>d.length?this.clone().ixor(d):d.clone().ixor(this)},o.prototype.uxor=function(d){return this.length>d.length?this.clone().iuxor(d):d.clone().iuxor(this)},o.prototype.inotn=function(d){i(typeof d=="number"&&d>=0);var m=Math.ceil(d/26)|0,x=d%26;this._expand(m),x>0&&m--;for(var M=0;M<m;M++)this.words[M]=~this.words[M]&67108863;return x>0&&(this.words[M]=~this.words[M]&67108863>>26-x),this._strip()},o.prototype.notn=function(d){return this.clone().inotn(d)},o.prototype.setn=function(d,m){i(typeof d=="number"&&d>=0);var x=d/26|0,M=d%26;return this._expand(x+1),m?this.words[x]=this.words[x]|1<<M:this.words[x]=this.words[x]&~(1<<M),this._strip()},o.prototype.iadd=function(d){var m;if(this.negative!==0&&d.negative===0)return this.negative=0,m=this.isub(d),this.negative^=1,this._normSign();if(this.negative===0&&d.negative!==0)return d.negative=0,m=this.isub(d),d.negative=1,m._normSign();var x,M;this.length>d.length?(x=this,M=d):(x=d,M=this);for(var E=0,O=0;O<M.length;O++)m=(x.words[O]|0)+(M.words[O]|0)+E,this.words[O]=m&67108863,E=m>>>26;for(;E!==0&&O<x.length;O++)m=(x.words[O]|0)+E,this.words[O]=m&67108863,E=m>>>26;if(this.length=x.length,E!==0)this.words[this.length]=E,this.length++;else if(x!==this)for(;O<x.length;O++)this.words[O]=x.words[O];return this},o.prototype.add=function(d){var m;return d.negative!==0&&this.negative===0?(d.negative=0,m=this.sub(d),d.negative^=1,m):d.negative===0&&this.negative!==0?(this.negative=0,m=d.sub(this),this.negative=1,m):this.length>d.length?this.clone().iadd(d):d.clone().iadd(this)},o.prototype.isub=function(d){if(d.negative!==0){d.negative=0;var m=this.iadd(d);return d.negative=1,m._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(d),this.negative=1,this._normSign();var x=this.cmp(d);if(x===0)return this.negative=0,this.length=1,this.words[0]=0,this;var M,E;x>0?(M=this,E=d):(M=d,E=this);for(var O=0,C=0;C<E.length;C++)m=(M.words[C]|0)-(E.words[C]|0)+O,O=m>>26,this.words[C]=m&67108863;for(;O!==0&&C<M.length;C++)m=(M.words[C]|0)+O,O=m>>26,this.words[C]=m&67108863;if(O===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()},o.prototype.sub=function(d){return this.clone().isub(d)};function R(p,d,m){m.negative=d.negative^p.negative;var x=p.length+d.length|0;m.length=x,x=x-1|0;var M=p.words[0]|0,E=d.words[0]|0,O=M*E,C=O&67108863,g=O/67108864|0;m.words[0]=C;for(var v=1;v<x;v++){for(var j=g>>>26,ee=g&67108863,ie=Math.min(v,d.length-1),ve=Math.max(0,v-p.length+1);ve<=ie;ve++){var pe=v-ve|0;M=p.words[pe]|0,E=d.words[ve]|0,O=M*E+ee,j+=O/67108864|0,ee=O&67108863}m.words[v]=ee|0,g=j|0}return g!==0?m.words[v]=g|0:m.length--,m._strip()}var N=function(d,m,x){var M=d.words,E=m.words,O=x.words,C=0,g,v,j,ee=M[0]|0,ie=ee&8191,ve=ee>>>13,pe=M[1]|0,Ee=pe&8191,Se=pe>>>13,Ke=M[2]|0,Fe=Ke&8191,lt=Ke>>>13,ht=M[3]|0,$e=ht&8191,mt=ht>>>13,_e=M[4]|0,ge=_e&8191,Ae=_e>>>13,qe=M[5]|0,De=qe&8191,Oe=qe>>>13,Ie=M[6]|0,Le=Ie&8191,ft=Ie>>>13,dt=M[7]|0,Ge=dt&8191,jt=dt>>>13,xt=M[8]|0,Ze=xt&8191,Tt=xt>>>13,Nt=M[9]|0,nt=Nt&8191,St=Nt>>>13,At=E[0]|0,st=At&8191,kt=At>>>13,It=E[1]|0,it=It&8191,bt=It>>>13,Ct=E[2]|0,Ye=Ct&8191,gt=Ct>>>13,Pt=E[3]|0,ot=Pt&8191,wt=Pt>>>13,Ft=E[4]|0,k=Ft&8191,S=Ft>>>13,T=E[5]|0,B=T&8191,K=T>>>13,Z=E[6]|0,te=Z&8191,Be=Z>>>13,tt=E[7]|0,Ne=tt&8191,z=tt>>>13,se=E[8]|0,he=se&8191,ke=se>>>13,He=E[9]|0,Re=He&8191,Ue=He>>>13;x.negative=d.negative^m.negative,x.length=19,g=Math.imul(ie,st),v=Math.imul(ie,kt),v=v+Math.imul(ve,st)|0,j=Math.imul(ve,kt);var at=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(at>>>26)|0,at&=67108863,g=Math.imul(Ee,st),v=Math.imul(Ee,kt),v=v+Math.imul(Se,st)|0,j=Math.imul(Se,kt),g=g+Math.imul(ie,it)|0,v=v+Math.imul(ie,bt)|0,v=v+Math.imul(ve,it)|0,j=j+Math.imul(ve,bt)|0;var Ht=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Ht>>>26)|0,Ht&=67108863,g=Math.imul(Fe,st),v=Math.imul(Fe,kt),v=v+Math.imul(lt,st)|0,j=Math.imul(lt,kt),g=g+Math.imul(Ee,it)|0,v=v+Math.imul(Ee,bt)|0,v=v+Math.imul(Se,it)|0,j=j+Math.imul(Se,bt)|0,g=g+Math.imul(ie,Ye)|0,v=v+Math.imul(ie,gt)|0,v=v+Math.imul(ve,Ye)|0,j=j+Math.imul(ve,gt)|0;var Rt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,g=Math.imul($e,st),v=Math.imul($e,kt),v=v+Math.imul(mt,st)|0,j=Math.imul(mt,kt),g=g+Math.imul(Fe,it)|0,v=v+Math.imul(Fe,bt)|0,v=v+Math.imul(lt,it)|0,j=j+Math.imul(lt,bt)|0,g=g+Math.imul(Ee,Ye)|0,v=v+Math.imul(Ee,gt)|0,v=v+Math.imul(Se,Ye)|0,j=j+Math.imul(Se,gt)|0,g=g+Math.imul(ie,ot)|0,v=v+Math.imul(ie,wt)|0,v=v+Math.imul(ve,ot)|0,j=j+Math.imul(ve,wt)|0;var Dt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Dt>>>26)|0,Dt&=67108863,g=Math.imul(ge,st),v=Math.imul(ge,kt),v=v+Math.imul(Ae,st)|0,j=Math.imul(Ae,kt),g=g+Math.imul($e,it)|0,v=v+Math.imul($e,bt)|0,v=v+Math.imul(mt,it)|0,j=j+Math.imul(mt,bt)|0,g=g+Math.imul(Fe,Ye)|0,v=v+Math.imul(Fe,gt)|0,v=v+Math.imul(lt,Ye)|0,j=j+Math.imul(lt,gt)|0,g=g+Math.imul(Ee,ot)|0,v=v+Math.imul(Ee,wt)|0,v=v+Math.imul(Se,ot)|0,j=j+Math.imul(Se,wt)|0,g=g+Math.imul(ie,k)|0,v=v+Math.imul(ie,S)|0,v=v+Math.imul(ve,k)|0,j=j+Math.imul(ve,S)|0;var er=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(er>>>26)|0,er&=67108863,g=Math.imul(De,st),v=Math.imul(De,kt),v=v+Math.imul(Oe,st)|0,j=Math.imul(Oe,kt),g=g+Math.imul(ge,it)|0,v=v+Math.imul(ge,bt)|0,v=v+Math.imul(Ae,it)|0,j=j+Math.imul(Ae,bt)|0,g=g+Math.imul($e,Ye)|0,v=v+Math.imul($e,gt)|0,v=v+Math.imul(mt,Ye)|0,j=j+Math.imul(mt,gt)|0,g=g+Math.imul(Fe,ot)|0,v=v+Math.imul(Fe,wt)|0,v=v+Math.imul(lt,ot)|0,j=j+Math.imul(lt,wt)|0,g=g+Math.imul(Ee,k)|0,v=v+Math.imul(Ee,S)|0,v=v+Math.imul(Se,k)|0,j=j+Math.imul(Se,S)|0,g=g+Math.imul(ie,B)|0,v=v+Math.imul(ie,K)|0,v=v+Math.imul(ve,B)|0,j=j+Math.imul(ve,K)|0;var vr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(vr>>>26)|0,vr&=67108863,g=Math.imul(Le,st),v=Math.imul(Le,kt),v=v+Math.imul(ft,st)|0,j=Math.imul(ft,kt),g=g+Math.imul(De,it)|0,v=v+Math.imul(De,bt)|0,v=v+Math.imul(Oe,it)|0,j=j+Math.imul(Oe,bt)|0,g=g+Math.imul(ge,Ye)|0,v=v+Math.imul(ge,gt)|0,v=v+Math.imul(Ae,Ye)|0,j=j+Math.imul(Ae,gt)|0,g=g+Math.imul($e,ot)|0,v=v+Math.imul($e,wt)|0,v=v+Math.imul(mt,ot)|0,j=j+Math.imul(mt,wt)|0,g=g+Math.imul(Fe,k)|0,v=v+Math.imul(Fe,S)|0,v=v+Math.imul(lt,k)|0,j=j+Math.imul(lt,S)|0,g=g+Math.imul(Ee,B)|0,v=v+Math.imul(Ee,K)|0,v=v+Math.imul(Se,B)|0,j=j+Math.imul(Se,K)|0,g=g+Math.imul(ie,te)|0,v=v+Math.imul(ie,Be)|0,v=v+Math.imul(ve,te)|0,j=j+Math.imul(ve,Be)|0;var ir=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(ir>>>26)|0,ir&=67108863,g=Math.imul(Ge,st),v=Math.imul(Ge,kt),v=v+Math.imul(jt,st)|0,j=Math.imul(jt,kt),g=g+Math.imul(Le,it)|0,v=v+Math.imul(Le,bt)|0,v=v+Math.imul(ft,it)|0,j=j+Math.imul(ft,bt)|0,g=g+Math.imul(De,Ye)|0,v=v+Math.imul(De,gt)|0,v=v+Math.imul(Oe,Ye)|0,j=j+Math.imul(Oe,gt)|0,g=g+Math.imul(ge,ot)|0,v=v+Math.imul(ge,wt)|0,v=v+Math.imul(Ae,ot)|0,j=j+Math.imul(Ae,wt)|0,g=g+Math.imul($e,k)|0,v=v+Math.imul($e,S)|0,v=v+Math.imul(mt,k)|0,j=j+Math.imul(mt,S)|0,g=g+Math.imul(Fe,B)|0,v=v+Math.imul(Fe,K)|0,v=v+Math.imul(lt,B)|0,j=j+Math.imul(lt,K)|0,g=g+Math.imul(Ee,te)|0,v=v+Math.imul(Ee,Be)|0,v=v+Math.imul(Se,te)|0,j=j+Math.imul(Se,Be)|0,g=g+Math.imul(ie,Ne)|0,v=v+Math.imul(ie,z)|0,v=v+Math.imul(ve,Ne)|0,j=j+Math.imul(ve,z)|0;var Kt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Kt>>>26)|0,Kt&=67108863,g=Math.imul(Ze,st),v=Math.imul(Ze,kt),v=v+Math.imul(Tt,st)|0,j=Math.imul(Tt,kt),g=g+Math.imul(Ge,it)|0,v=v+Math.imul(Ge,bt)|0,v=v+Math.imul(jt,it)|0,j=j+Math.imul(jt,bt)|0,g=g+Math.imul(Le,Ye)|0,v=v+Math.imul(Le,gt)|0,v=v+Math.imul(ft,Ye)|0,j=j+Math.imul(ft,gt)|0,g=g+Math.imul(De,ot)|0,v=v+Math.imul(De,wt)|0,v=v+Math.imul(Oe,ot)|0,j=j+Math.imul(Oe,wt)|0,g=g+Math.imul(ge,k)|0,v=v+Math.imul(ge,S)|0,v=v+Math.imul(Ae,k)|0,j=j+Math.imul(Ae,S)|0,g=g+Math.imul($e,B)|0,v=v+Math.imul($e,K)|0,v=v+Math.imul(mt,B)|0,j=j+Math.imul(mt,K)|0,g=g+Math.imul(Fe,te)|0,v=v+Math.imul(Fe,Be)|0,v=v+Math.imul(lt,te)|0,j=j+Math.imul(lt,Be)|0,g=g+Math.imul(Ee,Ne)|0,v=v+Math.imul(Ee,z)|0,v=v+Math.imul(Se,Ne)|0,j=j+Math.imul(Se,z)|0,g=g+Math.imul(ie,he)|0,v=v+Math.imul(ie,ke)|0,v=v+Math.imul(ve,he)|0,j=j+Math.imul(ve,ke)|0;var gr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(gr>>>26)|0,gr&=67108863,g=Math.imul(nt,st),v=Math.imul(nt,kt),v=v+Math.imul(St,st)|0,j=Math.imul(St,kt),g=g+Math.imul(Ze,it)|0,v=v+Math.imul(Ze,bt)|0,v=v+Math.imul(Tt,it)|0,j=j+Math.imul(Tt,bt)|0,g=g+Math.imul(Ge,Ye)|0,v=v+Math.imul(Ge,gt)|0,v=v+Math.imul(jt,Ye)|0,j=j+Math.imul(jt,gt)|0,g=g+Math.imul(Le,ot)|0,v=v+Math.imul(Le,wt)|0,v=v+Math.imul(ft,ot)|0,j=j+Math.imul(ft,wt)|0,g=g+Math.imul(De,k)|0,v=v+Math.imul(De,S)|0,v=v+Math.imul(Oe,k)|0,j=j+Math.imul(Oe,S)|0,g=g+Math.imul(ge,B)|0,v=v+Math.imul(ge,K)|0,v=v+Math.imul(Ae,B)|0,j=j+Math.imul(Ae,K)|0,g=g+Math.imul($e,te)|0,v=v+Math.imul($e,Be)|0,v=v+Math.imul(mt,te)|0,j=j+Math.imul(mt,Be)|0,g=g+Math.imul(Fe,Ne)|0,v=v+Math.imul(Fe,z)|0,v=v+Math.imul(lt,Ne)|0,j=j+Math.imul(lt,z)|0,g=g+Math.imul(Ee,he)|0,v=v+Math.imul(Ee,ke)|0,v=v+Math.imul(Se,he)|0,j=j+Math.imul(Se,ke)|0,g=g+Math.imul(ie,Re)|0,v=v+Math.imul(ie,Ue)|0,v=v+Math.imul(ve,Re)|0,j=j+Math.imul(ve,Ue)|0;var dn=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(dn>>>26)|0,dn&=67108863,g=Math.imul(nt,it),v=Math.imul(nt,bt),v=v+Math.imul(St,it)|0,j=Math.imul(St,bt),g=g+Math.imul(Ze,Ye)|0,v=v+Math.imul(Ze,gt)|0,v=v+Math.imul(Tt,Ye)|0,j=j+Math.imul(Tt,gt)|0,g=g+Math.imul(Ge,ot)|0,v=v+Math.imul(Ge,wt)|0,v=v+Math.imul(jt,ot)|0,j=j+Math.imul(jt,wt)|0,g=g+Math.imul(Le,k)|0,v=v+Math.imul(Le,S)|0,v=v+Math.imul(ft,k)|0,j=j+Math.imul(ft,S)|0,g=g+Math.imul(De,B)|0,v=v+Math.imul(De,K)|0,v=v+Math.imul(Oe,B)|0,j=j+Math.imul(Oe,K)|0,g=g+Math.imul(ge,te)|0,v=v+Math.imul(ge,Be)|0,v=v+Math.imul(Ae,te)|0,j=j+Math.imul(Ae,Be)|0,g=g+Math.imul($e,Ne)|0,v=v+Math.imul($e,z)|0,v=v+Math.imul(mt,Ne)|0,j=j+Math.imul(mt,z)|0,g=g+Math.imul(Fe,he)|0,v=v+Math.imul(Fe,ke)|0,v=v+Math.imul(lt,he)|0,j=j+Math.imul(lt,ke)|0,g=g+Math.imul(Ee,Re)|0,v=v+Math.imul(Ee,Ue)|0,v=v+Math.imul(Se,Re)|0,j=j+Math.imul(Se,Ue)|0;var Dr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Dr>>>26)|0,Dr&=67108863,g=Math.imul(nt,Ye),v=Math.imul(nt,gt),v=v+Math.imul(St,Ye)|0,j=Math.imul(St,gt),g=g+Math.imul(Ze,ot)|0,v=v+Math.imul(Ze,wt)|0,v=v+Math.imul(Tt,ot)|0,j=j+Math.imul(Tt,wt)|0,g=g+Math.imul(Ge,k)|0,v=v+Math.imul(Ge,S)|0,v=v+Math.imul(jt,k)|0,j=j+Math.imul(jt,S)|0,g=g+Math.imul(Le,B)|0,v=v+Math.imul(Le,K)|0,v=v+Math.imul(ft,B)|0,j=j+Math.imul(ft,K)|0,g=g+Math.imul(De,te)|0,v=v+Math.imul(De,Be)|0,v=v+Math.imul(Oe,te)|0,j=j+Math.imul(Oe,Be)|0,g=g+Math.imul(ge,Ne)|0,v=v+Math.imul(ge,z)|0,v=v+Math.imul(Ae,Ne)|0,j=j+Math.imul(Ae,z)|0,g=g+Math.imul($e,he)|0,v=v+Math.imul($e,ke)|0,v=v+Math.imul(mt,he)|0,j=j+Math.imul(mt,ke)|0,g=g+Math.imul(Fe,Re)|0,v=v+Math.imul(Fe,Ue)|0,v=v+Math.imul(lt,Re)|0,j=j+Math.imul(lt,Ue)|0;var hn=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(hn>>>26)|0,hn&=67108863,g=Math.imul(nt,ot),v=Math.imul(nt,wt),v=v+Math.imul(St,ot)|0,j=Math.imul(St,wt),g=g+Math.imul(Ze,k)|0,v=v+Math.imul(Ze,S)|0,v=v+Math.imul(Tt,k)|0,j=j+Math.imul(Tt,S)|0,g=g+Math.imul(Ge,B)|0,v=v+Math.imul(Ge,K)|0,v=v+Math.imul(jt,B)|0,j=j+Math.imul(jt,K)|0,g=g+Math.imul(Le,te)|0,v=v+Math.imul(Le,Be)|0,v=v+Math.imul(ft,te)|0,j=j+Math.imul(ft,Be)|0,g=g+Math.imul(De,Ne)|0,v=v+Math.imul(De,z)|0,v=v+Math.imul(Oe,Ne)|0,j=j+Math.imul(Oe,z)|0,g=g+Math.imul(ge,he)|0,v=v+Math.imul(ge,ke)|0,v=v+Math.imul(Ae,he)|0,j=j+Math.imul(Ae,ke)|0,g=g+Math.imul($e,Re)|0,v=v+Math.imul($e,Ue)|0,v=v+Math.imul(mt,Re)|0,j=j+Math.imul(mt,Ue)|0;var ci=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(ci>>>26)|0,ci&=67108863,g=Math.imul(nt,k),v=Math.imul(nt,S),v=v+Math.imul(St,k)|0,j=Math.imul(St,S),g=g+Math.imul(Ze,B)|0,v=v+Math.imul(Ze,K)|0,v=v+Math.imul(Tt,B)|0,j=j+Math.imul(Tt,K)|0,g=g+Math.imul(Ge,te)|0,v=v+Math.imul(Ge,Be)|0,v=v+Math.imul(jt,te)|0,j=j+Math.imul(jt,Be)|0,g=g+Math.imul(Le,Ne)|0,v=v+Math.imul(Le,z)|0,v=v+Math.imul(ft,Ne)|0,j=j+Math.imul(ft,z)|0,g=g+Math.imul(De,he)|0,v=v+Math.imul(De,ke)|0,v=v+Math.imul(Oe,he)|0,j=j+Math.imul(Oe,ke)|0,g=g+Math.imul(ge,Re)|0,v=v+Math.imul(ge,Ue)|0,v=v+Math.imul(Ae,Re)|0,j=j+Math.imul(Ae,Ue)|0;var ui=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(ui>>>26)|0,ui&=67108863,g=Math.imul(nt,B),v=Math.imul(nt,K),v=v+Math.imul(St,B)|0,j=Math.imul(St,K),g=g+Math.imul(Ze,te)|0,v=v+Math.imul(Ze,Be)|0,v=v+Math.imul(Tt,te)|0,j=j+Math.imul(Tt,Be)|0,g=g+Math.imul(Ge,Ne)|0,v=v+Math.imul(Ge,z)|0,v=v+Math.imul(jt,Ne)|0,j=j+Math.imul(jt,z)|0,g=g+Math.imul(Le,he)|0,v=v+Math.imul(Le,ke)|0,v=v+Math.imul(ft,he)|0,j=j+Math.imul(ft,ke)|0,g=g+Math.imul(De,Re)|0,v=v+Math.imul(De,Ue)|0,v=v+Math.imul(Oe,Re)|0,j=j+Math.imul(Oe,Ue)|0;var pn=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(pn>>>26)|0,pn&=67108863,g=Math.imul(nt,te),v=Math.imul(nt,Be),v=v+Math.imul(St,te)|0,j=Math.imul(St,Be),g=g+Math.imul(Ze,Ne)|0,v=v+Math.imul(Ze,z)|0,v=v+Math.imul(Tt,Ne)|0,j=j+Math.imul(Tt,z)|0,g=g+Math.imul(Ge,he)|0,v=v+Math.imul(Ge,ke)|0,v=v+Math.imul(jt,he)|0,j=j+Math.imul(jt,ke)|0,g=g+Math.imul(Le,Re)|0,v=v+Math.imul(Le,Ue)|0,v=v+Math.imul(ft,Re)|0,j=j+Math.imul(ft,Ue)|0;var li=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(li>>>26)|0,li&=67108863,g=Math.imul(nt,Ne),v=Math.imul(nt,z),v=v+Math.imul(St,Ne)|0,j=Math.imul(St,z),g=g+Math.imul(Ze,he)|0,v=v+Math.imul(Ze,ke)|0,v=v+Math.imul(Tt,he)|0,j=j+Math.imul(Tt,ke)|0,g=g+Math.imul(Ge,Re)|0,v=v+Math.imul(Ge,Ue)|0,v=v+Math.imul(jt,Re)|0,j=j+Math.imul(jt,Ue)|0;var fi=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(fi>>>26)|0,fi&=67108863,g=Math.imul(nt,he),v=Math.imul(nt,ke),v=v+Math.imul(St,he)|0,j=Math.imul(St,ke),g=g+Math.imul(Ze,Re)|0,v=v+Math.imul(Ze,Ue)|0,v=v+Math.imul(Tt,Re)|0,j=j+Math.imul(Tt,Ue)|0;var D=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(D>>>26)|0,D&=67108863,g=Math.imul(nt,Re),v=Math.imul(nt,Ue),v=v+Math.imul(St,Re)|0,j=Math.imul(St,Ue);var H=(C+g|0)+((v&8191)<<13)|0;return C=(j+(v>>>13)|0)+(H>>>26)|0,H&=67108863,O[0]=at,O[1]=Ht,O[2]=Rt,O[3]=Dt,O[4]=er,O[5]=vr,O[6]=ir,O[7]=Kt,O[8]=gr,O[9]=dn,O[10]=Dr,O[11]=hn,O[12]=ci,O[13]=ui,O[14]=pn,O[15]=li,O[16]=fi,O[17]=D,O[18]=H,C!==0&&(O[19]=C,x.length++),x};Math.imul||(N=R);function F(p,d,m){m.negative=d.negative^p.negative,m.length=p.length+d.length;for(var x=0,M=0,E=0;E<m.length-1;E++){var O=M;M=0;for(var C=x&67108863,g=Math.min(E,d.length-1),v=Math.max(0,E-p.length+1);v<=g;v++){var j=E-v,ee=p.words[j]|0,ie=d.words[v]|0,ve=ee*ie,pe=ve&67108863;O=O+(ve/67108864|0)|0,pe=pe+C|0,C=pe&67108863,O=O+(pe>>>26)|0,M+=O>>>26,O&=67108863}m.words[E]=C,x=O,O=M}return x!==0?m.words[E]=x:m.length--,m._strip()}function L(p,d,m){return F(p,d,m)}o.prototype.mulTo=function(d,m){var x,M=this.length+d.length;return this.length===10&&d.length===10?x=N(this,d,m):M<63?x=R(this,d,m):M<1024?x=F(this,d,m):x=L(this,d,m),x},o.prototype.mul=function(d){var m=new o(null);return m.words=new Array(this.length+d.length),this.mulTo(d,m)},o.prototype.mulf=function(d){var m=new o(null);return m.words=new Array(this.length+d.length),L(this,d,m)},o.prototype.imul=function(d){return this.clone().mulTo(d,this)},o.prototype.imuln=function(d){var m=d<0;m&&(d=-d),i(typeof d=="number"),i(d<67108864);for(var x=0,M=0;M<this.length;M++){var E=(this.words[M]|0)*d,O=(E&67108863)+(x&67108863);x>>=26,x+=E/67108864|0,x+=O>>>26,this.words[M]=O&67108863}return x!==0&&(this.words[M]=x,this.length++),m?this.ineg():this},o.prototype.muln=function(d){return this.clone().imuln(d)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(d){var m=P(d);if(m.length===0)return new o(1);for(var x=this,M=0;M<m.length&&m[M]===0;M++,x=x.sqr());if(++M<m.length)for(var E=x.sqr();M<m.length;M++,E=E.sqr())m[M]!==0&&(x=x.mul(E));return x},o.prototype.iushln=function(d){i(typeof d=="number"&&d>=0);var m=d%26,x=(d-m)/26,M=67108863>>>26-m<<26-m,E;if(m!==0){var O=0;for(E=0;E<this.length;E++){var C=this.words[E]&M,g=(this.words[E]|0)-C<<m;this.words[E]=g|O,O=C>>>26-m}O&&(this.words[E]=O,this.length++)}if(x!==0){for(E=this.length-1;E>=0;E--)this.words[E+x]=this.words[E];for(E=0;E<x;E++)this.words[E]=0;this.length+=x}return this._strip()},o.prototype.ishln=function(d){return i(this.negative===0),this.iushln(d)},o.prototype.iushrn=function(d,m,x){i(typeof d=="number"&&d>=0);var M;m?M=(m-m%26)/26:M=0;var E=d%26,O=Math.min((d-E)/26,this.length),C=67108863^67108863>>>E<<E,g=x;if(M-=O,M=Math.max(0,M),g){for(var v=0;v<O;v++)g.words[v]=this.words[v];g.length=O}if(O!==0)if(this.length>O)for(this.length-=O,v=0;v<this.length;v++)this.words[v]=this.words[v+O];else this.words[0]=0,this.length=1;var j=0;for(v=this.length-1;v>=0&&(j!==0||v>=M);v--){var ee=this.words[v]|0;this.words[v]=j<<26-E|ee>>>E,j=ee&C}return g&&j!==0&&(g.words[g.length++]=j),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},o.prototype.ishrn=function(d,m,x){return i(this.negative===0),this.iushrn(d,m,x)},o.prototype.shln=function(d){return this.clone().ishln(d)},o.prototype.ushln=function(d){return this.clone().iushln(d)},o.prototype.shrn=function(d){return this.clone().ishrn(d)},o.prototype.ushrn=function(d){return this.clone().iushrn(d)},o.prototype.testn=function(d){i(typeof d=="number"&&d>=0);var m=d%26,x=(d-m)/26,M=1<<m;if(this.length<=x)return!1;var E=this.words[x];return!!(E&M)},o.prototype.imaskn=function(d){i(typeof d=="number"&&d>=0);var m=d%26,x=(d-m)/26;if(i(this.negative===0,"imaskn works only with positive numbers"),this.length<=x)return this;if(m!==0&&x++,this.length=Math.min(x,this.length),m!==0){var M=67108863^67108863>>>m<<m;this.words[this.length-1]&=M}return this._strip()},o.prototype.maskn=function(d){return this.clone().imaskn(d)},o.prototype.iaddn=function(d){return i(typeof d=="number"),i(d<67108864),d<0?this.isubn(-d):this.negative!==0?this.length===1&&(this.words[0]|0)<=d?(this.words[0]=d-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(d),this.negative=1,this):this._iaddn(d)},o.prototype._iaddn=function(d){this.words[0]+=d;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},o.prototype.isubn=function(d){if(i(typeof d=="number"),i(d<67108864),d<0)return this.iaddn(-d);if(this.negative!==0)return this.negative=0,this.iaddn(d),this.negative=1,this;if(this.words[0]-=d,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()},o.prototype.addn=function(d){return this.clone().iaddn(d)},o.prototype.subn=function(d){return this.clone().isubn(d)},o.prototype.iabs=function(){return this.negative=0,this},o.prototype.abs=function(){return this.clone().iabs()},o.prototype._ishlnsubmul=function(d,m,x){var M=d.length+x,E;this._expand(M);var O,C=0;for(E=0;E<d.length;E++){O=(this.words[E+x]|0)+C;var g=(d.words[E]|0)*m;O-=g&67108863,C=(O>>26)-(g/67108864|0),this.words[E+x]=O&67108863}for(;E<this.length-x;E++)O=(this.words[E+x]|0)+C,C=O>>26,this.words[E+x]=O&67108863;if(C===0)return this._strip();for(i(C===-1),C=0,E=0;E<this.length;E++)O=-(this.words[E]|0)+C,C=O>>26,this.words[E]=O&67108863;return this.negative=1,this._strip()},o.prototype._wordDiv=function(d,m){var x=this.length-d.length,M=this.clone(),E=d,O=E.words[E.length-1]|0,C=this._countBits(O);x=26-C,x!==0&&(E=E.ushln(x),M.iushln(x),O=E.words[E.length-1]|0);var g=M.length-E.length,v;if(m!=="mod"){v=new o(null),v.length=g+1,v.words=new Array(v.length);for(var j=0;j<v.length;j++)v.words[j]=0}var ee=M.clone()._ishlnsubmul(E,1,g);ee.negative===0&&(M=ee,v&&(v.words[g]=1));for(var ie=g-1;ie>=0;ie--){var ve=(M.words[E.length+ie]|0)*67108864+(M.words[E.length+ie-1]|0);for(ve=Math.min(ve/O|0,67108863),M._ishlnsubmul(E,ve,ie);M.negative!==0;)ve--,M.negative=0,M._ishlnsubmul(E,1,ie),M.isZero()||(M.negative^=1);v&&(v.words[ie]=ve)}return v&&v._strip(),M._strip(),m!=="div"&&x!==0&&M.iushrn(x),{div:v||null,mod:M}},o.prototype.divmod=function(d,m,x){if(i(!d.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var M,E,O;return this.negative!==0&&d.negative===0?(O=this.neg().divmod(d,m),m!=="mod"&&(M=O.div.neg()),m!=="div"&&(E=O.mod.neg(),x&&E.negative!==0&&E.iadd(d)),{div:M,mod:E}):this.negative===0&&d.negative!==0?(O=this.divmod(d.neg(),m),m!=="mod"&&(M=O.div.neg()),{div:M,mod:O.mod}):this.negative&d.negative?(O=this.neg().divmod(d.neg(),m),m!=="div"&&(E=O.mod.neg(),x&&E.negative!==0&&E.isub(d)),{div:O.div,mod:E}):d.length>this.length||this.cmp(d)<0?{div:new o(0),mod:this}:d.length===1?m==="div"?{div:this.divn(d.words[0]),mod:null}:m==="mod"?{div:null,mod:new o(this.modrn(d.words[0]))}:{div:this.divn(d.words[0]),mod:new o(this.modrn(d.words[0]))}:this._wordDiv(d,m)},o.prototype.div=function(d){return this.divmod(d,"div",!1).div},o.prototype.mod=function(d){return this.divmod(d,"mod",!1).mod},o.prototype.umod=function(d){return this.divmod(d,"mod",!0).mod},o.prototype.divRound=function(d){var m=this.divmod(d);if(m.mod.isZero())return m.div;var x=m.div.negative!==0?m.mod.isub(d):m.mod,M=d.ushrn(1),E=d.andln(1),O=x.cmp(M);return O<0||E===1&&O===0?m.div:m.div.negative!==0?m.div.isubn(1):m.div.iaddn(1)},o.prototype.modrn=function(d){var m=d<0;m&&(d=-d),i(d<=67108863);for(var x=(1<<26)%d,M=0,E=this.length-1;E>=0;E--)M=(x*M+(this.words[E]|0))%d;return m?-M:M},o.prototype.modn=function(d){return this.modrn(d)},o.prototype.idivn=function(d){var m=d<0;m&&(d=-d),i(d<=67108863);for(var x=0,M=this.length-1;M>=0;M--){var E=(this.words[M]|0)+x*67108864;this.words[M]=E/d|0,x=E%d}return this._strip(),m?this.ineg():this},o.prototype.divn=function(d){return this.clone().idivn(d)},o.prototype.egcd=function(d){i(d.negative===0),i(!d.isZero());var m=this,x=d.clone();m.negative!==0?m=m.umod(d):m=m.clone();for(var M=new o(1),E=new o(0),O=new o(0),C=new o(1),g=0;m.isEven()&&x.isEven();)m.iushrn(1),x.iushrn(1),++g;for(var v=x.clone(),j=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()||E.isOdd())&&(M.iadd(v),E.isub(j)),M.iushrn(1),E.iushrn(1);for(var ve=0,pe=1;!(x.words[0]&pe)&&ve<26;++ve,pe<<=1);if(ve>0)for(x.iushrn(ve);ve-- >0;)(O.isOdd()||C.isOdd())&&(O.iadd(v),C.isub(j)),O.iushrn(1),C.iushrn(1);m.cmp(x)>=0?(m.isub(x),M.isub(O),E.isub(C)):(x.isub(m),O.isub(M),C.isub(E))}return{a:O,b:C,gcd:x.iushln(g)}},o.prototype._invmp=function(d){i(d.negative===0),i(!d.isZero());var m=this,x=d.clone();m.negative!==0?m=m.umod(d):m=m.clone();for(var M=new o(1),E=new o(0),O=x.clone();m.cmpn(1)>0&&x.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(O),M.iushrn(1);for(var v=0,j=1;!(x.words[0]&j)&&v<26;++v,j<<=1);if(v>0)for(x.iushrn(v);v-- >0;)E.isOdd()&&E.iadd(O),E.iushrn(1);m.cmp(x)>=0?(m.isub(x),M.isub(E)):(x.isub(m),E.isub(M))}var ee;return m.cmpn(1)===0?ee=M:ee=E,ee.cmpn(0)<0&&ee.iadd(d),ee},o.prototype.gcd=function(d){if(this.isZero())return d.abs();if(d.isZero())return this.abs();var m=this.clone(),x=d.clone();m.negative=0,x.negative=0;for(var M=0;m.isEven()&&x.isEven();M++)m.iushrn(1),x.iushrn(1);do{for(;m.isEven();)m.iushrn(1);for(;x.isEven();)x.iushrn(1);var E=m.cmp(x);if(E<0){var O=m;m=x,x=O}else if(E===0||x.cmpn(1)===0)break;m.isub(x)}while(!0);return x.iushln(M)},o.prototype.invm=function(d){return this.egcd(d).a.umod(d)},o.prototype.isEven=function(){return(this.words[0]&1)===0},o.prototype.isOdd=function(){return(this.words[0]&1)===1},o.prototype.andln=function(d){return this.words[0]&d},o.prototype.bincn=function(d){i(typeof d=="number");var m=d%26,x=(d-m)/26,M=1<<m;if(this.length<=x)return this._expand(x+1),this.words[x]|=M,this;for(var E=M,O=x;E!==0&&O<this.length;O++){var C=this.words[O]|0;C+=E,E=C>>>26,C&=67108863,this.words[O]=C}return E!==0&&(this.words[O]=E,this.length++),this},o.prototype.isZero=function(){return this.length===1&&this.words[0]===0},o.prototype.cmpn=function(d){var m=d<0;if(this.negative!==0&&!m)return-1;if(this.negative===0&&m)return 1;this._strip();var x;if(this.length>1)x=1;else{m&&(d=-d),i(d<=67108863,"Number is too big");var M=this.words[0]|0;x=M===d?0:M<d?-1:1}return this.negative!==0?-x|0:x},o.prototype.cmp=function(d){if(this.negative!==0&&d.negative===0)return-1;if(this.negative===0&&d.negative!==0)return 1;var m=this.ucmp(d);return this.negative!==0?-m|0:m},o.prototype.ucmp=function(d){if(this.length>d.length)return 1;if(this.length<d.length)return-1;for(var m=0,x=this.length-1;x>=0;x--){var M=this.words[x]|0,E=d.words[x]|0;if(M!==E){M<E?m=-1:M>E&&(m=1);break}}return m},o.prototype.gtn=function(d){return this.cmpn(d)===1},o.prototype.gt=function(d){return this.cmp(d)===1},o.prototype.gten=function(d){return this.cmpn(d)>=0},o.prototype.gte=function(d){return this.cmp(d)>=0},o.prototype.ltn=function(d){return this.cmpn(d)===-1},o.prototype.lt=function(d){return this.cmp(d)===-1},o.prototype.lten=function(d){return this.cmpn(d)<=0},o.prototype.lte=function(d){return this.cmp(d)<=0},o.prototype.eqn=function(d){return this.cmpn(d)===0},o.prototype.eq=function(d){return this.cmp(d)===0},o.red=function(d){return new V(d)},o.prototype.toRed=function(d){return i(!this.red,"Already a number in reduction context"),i(this.negative===0,"red works only with positives"),d.convertTo(this)._forceRed(d)},o.prototype.fromRed=function(){return i(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(d){return this.red=d,this},o.prototype.forceRed=function(d){return i(!this.red,"Already a number in reduction context"),this._forceRed(d)},o.prototype.redAdd=function(d){return i(this.red,"redAdd works only with red numbers"),this.red.add(this,d)},o.prototype.redIAdd=function(d){return i(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,d)},o.prototype.redSub=function(d){return i(this.red,"redSub works only with red numbers"),this.red.sub(this,d)},o.prototype.redISub=function(d){return i(this.red,"redISub works only with red numbers"),this.red.isub(this,d)},o.prototype.redShl=function(d){return i(this.red,"redShl works only with red numbers"),this.red.shl(this,d)},o.prototype.redMul=function(d){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,d),this.red.mul(this,d)},o.prototype.redIMul=function(d){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,d),this.red.imul(this,d)},o.prototype.redSqr=function(){return i(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return i(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return i(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return i(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return i(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(d){return i(this.red&&!d.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,d)};var G={k256:null,p224:null,p192:null,p25519:null};function q(p,d){this.name=p,this.p=new o(d,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 d=new o(null);return d.words=new Array(Math.ceil(this.n/13)),d},q.prototype.ireduce=function(d){var m=d,x;do this.split(m,this.tmp),m=this.imulK(m),m=m.iadd(this.tmp),x=m.bitLength();while(x>this.n);var M=x<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},q.prototype.split=function(d,m){d.iushrn(this.n,0,m)},q.prototype.imulK=function(d){return d.imul(this.k)};function J(){q.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}s(J,q),J.prototype.split=function(d,m){for(var x=4194303,M=Math.min(d.length,9),E=0;E<M;E++)m.words[E]=d.words[E];if(m.length=M,d.length<=9){d.words[0]=0,d.length=1;return}var O=d.words[9];for(m.words[m.length++]=O&x,E=10;E<d.length;E++){var C=d.words[E]|0;d.words[E-10]=(C&x)<<4|O>>>22,O=C}O>>>=22,d.words[E-10]=O,O===0&&d.length>10?d.length-=10:d.length-=9},J.prototype.imulK=function(d){d.words[d.length]=0,d.words[d.length+1]=0,d.length+=2;for(var m=0,x=0;x<d.length;x++){var M=d.words[x]|0;m+=M*977,d.words[x]=m&67108863,m=M*64+(m/67108864|0)}return d.words[d.length-1]===0&&(d.length--,d.words[d.length-1]===0&&d.length--),d};function ne(){q.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}s(ne,q);function ae(){q.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}s(ae,q);function ce(){q.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}s(ce,q),ce.prototype.imulK=function(d){for(var m=0,x=0;x<d.length;x++){var M=(d.words[x]|0)*19+m,E=M&67108863;M>>>=26,d.words[x]=E,m=M}return m!==0&&(d.words[d.length++]=m),d},o._prime=function(d){if(G[d])return G[d];var m;if(d==="k256")m=new J;else if(d==="p224")m=new ne;else if(d==="p192")m=new ae;else if(d==="p25519")m=new ce;else throw new Error("Unknown prime "+d);return G[d]=m,m};function V(p){if(typeof p=="string"){var d=o._prime(p);this.m=d.p,this.prime=d}else i(p.gtn(1),"modulus must be greater than 1"),this.m=p,this.prime=null}V.prototype._verify1=function(d){i(d.negative===0,"red works only with positives"),i(d.red,"red works only with red numbers")},V.prototype._verify2=function(d,m){i((d.negative|m.negative)===0,"red works only with positives"),i(d.red&&d.red===m.red,"red works only with red numbers")},V.prototype.imod=function(d){return this.prime?this.prime.ireduce(d)._forceRed(this):(f(d,d.umod(this.m)._forceRed(this)),d)},V.prototype.neg=function(d){return d.isZero()?d.clone():this.m.sub(d)._forceRed(this)},V.prototype.add=function(d,m){this._verify2(d,m);var x=d.add(m);return x.cmp(this.m)>=0&&x.isub(this.m),x._forceRed(this)},V.prototype.iadd=function(d,m){this._verify2(d,m);var x=d.iadd(m);return x.cmp(this.m)>=0&&x.isub(this.m),x},V.prototype.sub=function(d,m){this._verify2(d,m);var x=d.sub(m);return x.cmpn(0)<0&&x.iadd(this.m),x._forceRed(this)},V.prototype.isub=function(d,m){this._verify2(d,m);var x=d.isub(m);return x.cmpn(0)<0&&x.iadd(this.m),x},V.prototype.shl=function(d,m){return this._verify1(d),this.imod(d.ushln(m))},V.prototype.imul=function(d,m){return this._verify2(d,m),this.imod(d.imul(m))},V.prototype.mul=function(d,m){return this._verify2(d,m),this.imod(d.mul(m))},V.prototype.isqr=function(d){return this.imul(d,d.clone())},V.prototype.sqr=function(d){return this.mul(d,d)},V.prototype.sqrt=function(d){if(d.isZero())return d.clone();var m=this.m.andln(3);if(i(m%2===1),m===3){var x=this.m.add(new o(1)).iushrn(2);return this.pow(d,x)}for(var M=this.m.subn(1),E=0;!M.isZero()&&M.andln(1)===0;)E++,M.iushrn(1);i(!M.isZero());var O=new o(1).toRed(this),C=O.redNeg(),g=this.m.subn(1).iushrn(1),v=this.m.bitLength();for(v=new o(2*v*v).toRed(this);this.pow(v,g).cmp(C)!==0;)v.redIAdd(C);for(var j=this.pow(v,M),ee=this.pow(d,M.addn(1).iushrn(1)),ie=this.pow(d,M),ve=E;ie.cmp(O)!==0;){for(var pe=ie,Ee=0;pe.cmp(O)!==0;Ee++)pe=pe.redSqr();i(Ee<ve);var Se=this.pow(j,new o(1).iushln(ve-Ee-1));ee=ee.redMul(Se),j=Se.redSqr(),ie=ie.redMul(j),ve=Ee}return ee},V.prototype.invm=function(d){var m=d._invmp(this.m);return m.negative!==0?(m.negative=0,this.imod(m).redNeg()):this.imod(m)},V.prototype.pow=function(d,m){if(m.isZero())return new o(1).toRed(this);if(m.cmpn(1)===0)return d.clone();var x=4,M=new Array(1<<x);M[0]=new o(1).toRed(this),M[1]=d;for(var E=2;E<M.length;E++)M[E]=this.mul(M[E-1],d);var O=M[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],ee=v-1;ee>=0;ee--){var ie=j>>ee&1;if(O!==M[0]&&(O=this.sqr(O)),ie===0&&C===0){g=0;continue}C<<=1,C|=ie,g++,!(g!==x&&(E!==0||ee!==0))&&(O=this.mul(O,M[C]),g=0,C=0)}v=26}return O},V.prototype.convertTo=function(d){var m=d.umod(this.m);return m===d?m.clone():m},V.prototype.convertFrom=function(d){var m=d.clone();return m.red=null,m},o.mont=function(d){return new $(d)};function $(p){V.call(this,p),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)}s($,V),$.prototype.convertTo=function(d){return this.imod(d.ushln(this.shift))},$.prototype.convertFrom=function(d){var m=this.imod(d.mul(this.rinv));return m.red=null,m},$.prototype.imul=function(d,m){if(d.isZero()||m.isZero())return d.words[0]=0,d.length=1,d;var x=d.imul(m),M=x.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),E=x.isub(M).iushrn(this.shift),O=E;return E.cmp(this.m)>=0?O=E.isub(this.m):E.cmpn(0)<0&&(O=E.iadd(this.m)),O._forceRed(this)},$.prototype.mul=function(d,m){if(d.isZero()||m.isZero())return new o(0)._forceRed(this);var x=d.mul(m),M=x.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),E=x.isub(M).iushrn(this.shift),O=E;return E.cmp(this.m)>=0?O=E.isub(this.m):E.cmpn(0)<0&&(O=E.iadd(this.m)),O._forceRed(this)},$.prototype.invm=function(d){var m=this.imod(d._invmp(this.m).mul(this.r2));return m._forceRed(this)}})(typeof t>"u"||t,e)}}),Eo=9e15,ms=1e9,Hd="0123456789abcdef",Nu="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",Du="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",Kd={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-Eo,maxE:Eo,crypto:!1},d4,Ci,ct=!0,El="[DecimalError] ",os=El+"Invalid argument: ",h4=El+"Precision limit exceeded",p4=El+"crypto unavailable",m4="[object Decimal]",Tr=Math.floor,hr=Math.pow,y9=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,b9=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,w9=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,g4=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,An=1e7,Qe=7,_9=9007199254740991,x9=Nu.length-1,Jd=Du.length-1,be={toStringTag:m4};be.absoluteValue=be.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),Je(e)};be.ceil=function(){return Je(new this.constructor(this),this.e+1,2)};be.clampedTo=be.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(os+t);return r=n.cmp(e),r<0?e:n.cmp(t)>0?t:new i(n)};be.comparedTo=be.cmp=function(e){var t,r,n,i,s=this,o=s.d,a=(e=new s.constructor(e)).d,c=s.s,u=e.s;if(!o||!a)return!c||!u?NaN:c!==u?c:o===a?0:!o^c<0?1:-1;if(!o[0]||!a[0])return o[0]?c:a[0]?-u:0;if(c!==u)return c;if(s.e!==e.e)return s.e>e.e^c<0?1:-1;for(n=o.length,i=a.length,t=0,r=n<i?n:i;t<r;++t)if(o[t]!==a[t])return o[t]>a[t]^c<0?1:-1;return n===i?0:n>i^c<0?1:-1};be.cosine=be.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())+Qe,n.rounding=1,r=S9(n,_4(n,r)),n.precision=e,n.rounding=t,Je(Ci==2||Ci==3?r.neg():r,e,t,!0)):new n(1):new n(NaN)};be.cubeRoot=be.cbrt=function(){var e,t,r,n,i,s,o,a,c,u,l=this,f=l.constructor;if(!l.isFinite()||l.isZero())return new f(l);for(ct=!1,s=l.s*hr(l.s*l,1/3),!s||Math.abs(s)==1/0?(r=_r(l.d),e=l.e,(s=(e-r.length+1)%3)&&(r+=s==1||s==-2?"0":"00"),s=hr(r,1/3),e=Tr((e+1)/3)-(e%3==(e<0?-1:2)),s==1/0?r="5e"+e:(r=s.toExponential(),r=r.slice(0,r.indexOf("e")+1)+e),n=new f(r),n.s=l.s):n=new f(s.toString()),o=(e=f.precision)+3;;)if(a=n,c=a.times(a).times(a),u=c.plus(l),n=Vt(u.plus(l).times(a),u.plus(c),o+2,1),_r(a.d).slice(0,o)===(r=_r(n.d)).slice(0,o))if(r=r.slice(o-3,o+1),r=="9999"||!i&&r=="4999"){if(!i&&(Je(a,e+1,0),a.times(a).times(a).eq(l))){n=a;break}o+=4,i=1}else{(!+r||!+r.slice(1)&&r.charAt(0)=="5")&&(Je(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return ct=!0,Je(n,e,f.rounding,t)};be.decimalPlaces=be.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-Tr(this.e/Qe))*Qe,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r};be.dividedBy=be.div=function(e){return Vt(this,new this.constructor(e))};be.dividedToIntegerBy=be.divToInt=function(e){var t=this,r=t.constructor;return Je(Vt(t,new r(e),0,1,1),r.precision,r.rounding)};be.equals=be.eq=function(e){return this.cmp(e)===0};be.floor=function(){return Je(new this.constructor(this),this.e+1,3)};be.greaterThan=be.gt=function(e){return this.cmp(e)>0};be.greaterThanOrEqualTo=be.gte=function(e){var t=this.cmp(e);return t==1||t===0};be.hyperbolicCosine=be.cosh=function(){var e,t,r,n,i,s=this,o=s.constructor,a=new o(1);if(!s.isFinite())return new o(s.s?1/0:NaN);if(s.isZero())return a;r=o.precision,n=o.rounding,o.precision=r+Math.max(s.e,s.sd())+4,o.rounding=1,i=s.d.length,i<32?(e=Math.ceil(i/3),t=(1/Ml(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),s=Do(o,1,s.times(t),new o(1),!0);for(var c,u=e,l=new o(8);u--;)c=s.times(s),s=a.minus(c.times(l.minus(c.times(l))));return Je(s,o.precision=r,o.rounding=n,!0)};be.hyperbolicSine=be.sinh=function(){var e,t,r,n,i=this,s=i.constructor;if(!i.isFinite()||i.isZero())return new s(i);if(t=s.precision,r=s.rounding,s.precision=t+Math.max(i.e,i.sd())+4,s.rounding=1,n=i.d.length,n<3)i=Do(s,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/Ml(5,e)),i=Do(s,2,i,i,!0);for(var o,a=new s(5),c=new s(16),u=new s(20);e--;)o=i.times(i),i=i.times(a.plus(o.times(c.times(o).plus(u))))}return s.precision=t,s.rounding=r,Je(i,t,r,!0)};be.hyperbolicTangent=be.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,Vt(r.sinh(),r.cosh(),n.precision=e,n.rounding=t)):new n(r.s)};be.inverseCosine=be.acos=function(){var e,t=this,r=t.constructor,n=t.abs().cmp(1),i=r.precision,s=r.rounding;return n!==-1?n===0?t.isNeg()?Sn(r,i,s):new r(0):new r(NaN):t.isZero()?Sn(r,i+4,s).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=Sn(r,i+4,s).times(.5),r.precision=i,r.rounding=s,e.minus(t))};be.inverseHyperbolicCosine=be.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,ct=!1,r=r.times(r).minus(1).sqrt().plus(r),ct=!0,n.precision=e,n.rounding=t,r.ln()):new n(r)};be.inverseHyperbolicSine=be.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,ct=!1,r=r.times(r).plus(1).sqrt().plus(r),ct=!0,n.precision=e,n.rounding=t,r.ln())};be.inverseHyperbolicTangent=be.atanh=function(){var e,t,r,n,i=this,s=i.constructor;return i.isFinite()?i.e>=0?new s(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=s.precision,t=s.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?Je(new s(i),e,t,!0):(s.precision=r=n-i.e,i=Vt(i.plus(1),new s(1).minus(i),r+e,1),s.precision=e+4,s.rounding=1,i=i.ln(),s.precision=e,s.rounding=t,i.times(.5))):new s(NaN)};be.inverseSine=be.asin=function(){var e,t,r,n,i=this,s=i.constructor;return i.isZero()?new s(i):(t=i.abs().cmp(1),r=s.precision,n=s.rounding,t!==-1?t===0?(e=Sn(s,r+4,n).times(.5),e.s=i.s,e):new s(NaN):(s.precision=r+6,s.rounding=1,i=i.div(new s(1).minus(i.times(i)).sqrt().plus(1)).atan(),s.precision=r,s.rounding=n,i.times(2)))};be.inverseTangent=be.atan=function(){var e,t,r,n,i,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding;if(u.isFinite()){if(u.isZero())return new l(u);if(u.abs().eq(1)&&f+4<=Jd)return o=Sn(l,f+4,h).times(.25),o.s=u.s,o}else{if(!u.s)return new l(NaN);if(f+4<=Jd)return o=Sn(l,f+4,h).times(.5),o.s=u.s,o}for(l.precision=a=f+10,l.rounding=1,r=Math.min(28,a/Qe+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(ct=!1,t=Math.ceil(a/Qe),n=1,c=u.times(u),o=new l(u),i=u;e!==-1;)if(i=i.times(c),s=o.minus(i.div(n+=2)),i=i.times(c),o=s.plus(i.div(n+=2)),o.d[t]!==void 0)for(e=t;o.d[e]===s.d[e]&&e--;);return r&&(o=o.times(2<<r-1)),ct=!0,Je(o,l.precision=f,l.rounding=h,!0)};be.isFinite=function(){return!!this.d};be.isInteger=be.isInt=function(){return!!this.d&&Tr(this.e/Qe)>this.d.length-2};be.isNaN=function(){return!this.s};be.isNegative=be.isNeg=function(){return this.s<0};be.isPositive=be.isPos=function(){return this.s>0};be.isZero=function(){return!!this.d&&this.d[0]===0};be.lessThan=be.lt=function(e){return this.cmp(e)<0};be.lessThanOrEqualTo=be.lte=function(e){return this.cmp(e)<1};be.logarithm=be.log=function(e){var t,r,n,i,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding,y=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)s=!0;else{for(i=r[0];i%10===0;)i/=10;s=i!==1}if(ct=!1,a=f+y,o=Zi(u,a),n=t?$u(l,a+10):Zi(e,a),c=Vt(o,n,a,1),Za(c.d,i=f,h))do if(a+=10,o=Zi(u,a),n=t?$u(l,a+10):Zi(e,a),c=Vt(o,n,a,1),!s){+_r(c.d).slice(i+1,i+15)+1==1e14&&(c=Je(c,f+1,0));break}while(Za(c.d,i+=10,h));return ct=!0,Je(c,f,h)};be.minus=be.sub=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,b=y.constructor;if(e=new b(e),!y.d||!e.d)return!y.s||!e.s?e=new b(NaN):y.d?e.s=-e.s:e=new b(e.d||y.s!==e.s?y:NaN),e;if(y.s!=e.s)return e.s=-e.s,y.plus(e);if(u=y.d,h=e.d,a=b.precision,c=b.rounding,!u[0]||!h[0]){if(h[0])e.s=-e.s;else if(u[0])e=new b(y);else return new b(c===3?-0:0);return ct?Je(e,a,c):e}if(r=Tr(e.e/Qe),l=Tr(y.e/Qe),u=u.slice(),s=l-r,s){for(f=s<0,f?(t=u,s=-s,o=h.length):(t=h,r=l,o=u.length),n=Math.max(Math.ceil(a/Qe),o)+2,s>n&&(s=n,t.length=1),t.reverse(),n=s;n--;)t.push(0);t.reverse()}else{for(n=u.length,o=h.length,f=n<o,f&&(o=n),n=0;n<o;n++)if(u[n]!=h[n]){f=u[n]<h[n];break}s=0}for(f&&(t=u,u=h,h=t,e.s=-e.s),o=u.length,n=h.length-o;n>0;--n)u[o++]=0;for(n=h.length;n>s;){if(u[--n]<h[n]){for(i=n;i&&u[--i]===0;)u[i]=An-1;--u[i],u[n]+=An}u[n]-=h[n]}for(;u[--o]===0;)u.pop();for(;u[0]===0;u.shift())--r;return u[0]?(e.d=u,e.e=Cl(u,r),ct?Je(e,a,c):e):new b(c===3?-0:0)};be.modulo=be.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]?Je(new n(r),n.precision,n.rounding):(ct=!1,n.modulo==9?(t=Vt(r,e.abs(),0,3,1),t.s*=e.s):t=Vt(r,e,0,n.modulo,1),t=t.times(e),ct=!0,r.minus(t))};be.naturalExponential=be.exp=function(){return Xd(this)};be.naturalLogarithm=be.ln=function(){return Zi(this)};be.negated=be.neg=function(){var e=new this.constructor(this);return e.s=-e.s,Je(e)};be.plus=be.add=function(e){var t,r,n,i,s,o,a,c,u,l,f=this,h=f.constructor;if(e=new h(e),!f.d||!e.d)return!f.s||!e.s?e=new h(NaN):f.d||(e=new h(e.d||f.s===e.s?f:NaN)),e;if(f.s!=e.s)return e.s=-e.s,f.minus(e);if(u=f.d,l=e.d,a=h.precision,c=h.rounding,!u[0]||!l[0])return l[0]||(e=new h(f)),ct?Je(e,a,c):e;if(s=Tr(f.e/Qe),n=Tr(e.e/Qe),u=u.slice(),i=s-n,i){for(i<0?(r=u,i=-i,o=l.length):(r=l,n=s,o=u.length),s=Math.ceil(a/Qe),o=s>o?s+1:o+1,i>o&&(i=o,r.length=1),r.reverse();i--;)r.push(0);r.reverse()}for(o=u.length,i=l.length,o-i<0&&(i=o,r=l,l=u,u=r),t=0;i;)t=(u[--i]=u[i]+l[i]+t)/An|0,u[i]%=An;for(t&&(u.unshift(t),++n),o=u.length;u[--o]==0;)u.pop();return e.d=u,e.e=Cl(u,n),ct?Je(e,a,c):e};be.precision=be.sd=function(e){var t,r=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(os+e);return r.d?(t=v4(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t};be.round=function(){var e=this,t=e.constructor;return Je(new t(e),e.e+1,t.rounding)};be.sine=be.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())+Qe,n.rounding=1,r=C9(n,_4(n,r)),n.precision=e,n.rounding=t,Je(Ci>2?r.neg():r,e,t,!0)):new n(NaN)};be.squareRoot=be.sqrt=function(){var e,t,r,n,i,s,o=this,a=o.d,c=o.e,u=o.s,l=o.constructor;if(u!==1||!a||!a[0])return new l(!u||u<0&&(!a||a[0])?NaN:a?o:1/0);for(ct=!1,u=Math.sqrt(+o),u==0||u==1/0?(t=_r(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=Tr((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(s=n,n=s.plus(Vt(o,s,r+2,1)).times(.5),_r(s.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&&(Je(s,c+1,0),s.times(s).eq(o))){n=s;break}r+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(Je(n,c+1,1),e=!n.times(n).eq(o));break}return ct=!0,Je(n,c,l.rounding,e)};be.tangent=be.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=Vt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,Je(Ci==2||Ci==4?r.neg():r,e,t,!0)):new n(NaN)};be.times=be.mul=function(e){var t,r,n,i,s,o,a,c,u,l=this,f=l.constructor,h=l.d,y=(e=new f(e)).d;if(e.s*=l.s,!h||!h[0]||!y||!y[0])return new f(!e.s||h&&!h[0]&&!y||y&&!y[0]&&!h?NaN:!h||!y?e.s/0:e.s*0);for(r=Tr(l.e/Qe)+Tr(e.e/Qe),c=h.length,u=y.length,c<u&&(s=h,h=y,y=s,o=c,c=u,u=o),s=[],o=c+u,n=o;n--;)s.push(0);for(n=u;--n>=0;){for(t=0,i=c+n;i>n;)a=s[i]+y[n]*h[i-n-1]+t,s[i--]=a%An|0,t=a/An|0;s[i]=(s[i]+t)%An|0}for(;!s[--o];)s.pop();return t?++r:s.shift(),e.d=s,e.e=Cl(s,r),ct?Je(e,f.precision,f.rounding):e};be.toBinary=function(e,t){return Qp(this,2,e,t)};be.toDecimalPlaces=be.toDP=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(Fr(e,0,ms),t===void 0?t=n.rounding:Fr(t,0,8),Je(r,e+r.e+1,t))};be.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Qn(n,!0):(Fr(e,0,ms),t===void 0?t=i.rounding:Fr(t,0,8),n=Je(new i(n),e+1,t),r=Qn(n,!0,e+1)),n.isNeg()&&!n.isZero()?"-"+r:r};be.toFixed=function(e,t){var r,n,i=this,s=i.constructor;return e===void 0?r=Qn(i):(Fr(e,0,ms),t===void 0?t=s.rounding:Fr(t,0,8),n=Je(new s(i),e+i.e+1,t),r=Qn(n,!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+r:r};be.toFraction=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,b=y.d,_=y.constructor;if(!b)return new _(y);if(u=r=new _(1),n=c=new _(0),t=new _(n),s=t.e=v4(b)-y.e-1,o=s%Qe,t.d[0]=hr(10,o<0?Qe+o:o),e==null)e=s>0?t:u;else{if(a=new _(e),!a.isInt()||a.lt(u))throw Error(os+a);e=a.gt(t)?s>0?t:u:a}for(ct=!1,a=new _(_r(b)),l=_.precision,_.precision=s=b.length*Qe*2;f=Vt(a,t,0,1,1),i=r.plus(f.times(n)),i.cmp(e)!=1;)r=n,n=i,i=u,u=c.plus(f.times(i)),c=i,i=t,t=a.minus(f.times(i)),a=i;return i=Vt(e.minus(r),n,0,1,1),c=c.plus(i.times(u)),r=r.plus(i.times(n)),c.s=u.s=y.s,h=Vt(u,n,s,1).minus(y).abs().cmp(Vt(c,r,s,1).minus(y).abs())<1?[u,n]:[c,r],_.precision=l,ct=!0,h};be.toHexadecimal=be.toHex=function(e,t){return Qp(this,16,e,t)};be.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:Fr(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]?(ct=!1,r=Vt(r,e,0,t,1).times(e),ct=!0,Je(r)):(e.s=r.s,r=e),r};be.toNumber=function(){return+this};be.toOctal=function(e,t){return Qp(this,8,e,t)};be.toPower=be.pow=function(e){var t,r,n,i,s,o,a=this,c=a.constructor,u=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(hr(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,s=c.rounding,e.eq(1))return Je(a,n,s);if(t=Tr(e.e/Qe),t>=e.d.length-1&&(r=u<0?-u:u)<=_9)return i=y4(c,a,r,n),e.s<0?new c(1).div(i):Je(i,n,s);if(o=a.s,o<0){if(t<e.d.length-1)return new c(NaN);if(e.d[t]&1||(o=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=o,a}return r=hr(+a,u),t=r==0||!isFinite(r)?Tr(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?o/0:0):(ct=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=Xd(e.times(Zi(a,n+r)),n),i.d&&(i=Je(i,n+5,1),Za(i.d,n,s)&&(t=n+10,i=Je(Xd(e.times(Zi(a,t+r)),t),t+5,1),+_r(i.d).slice(n+1,n+15)+1==1e14&&(i=Je(i,n+1,0)))),i.s=o,ct=!0,c.rounding=s,Je(i,n,s))};be.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):(Fr(e,1,ms),t===void 0?t=i.rounding:Fr(t,0,8),n=Je(new i(n),e,t),r=Qn(n,e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+r:r};be.toSignificantDigits=be.toSD=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(Fr(e,1,ms),t===void 0?t=n.rounding:Fr(t,0,8)),Je(new n(r),e,t)};be.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};be.truncated=be.trunc=function(){return Je(new this.constructor(this),this.e+1,1)};be.valueOf=be.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 _r(e){var t,r,n,i=e.length-1,s="",o=e[0];if(i>0){for(s+=o,t=1;t<i;t++)n=e[t]+"",r=Qe-n.length,r&&(s+=Ji(r)),s+=n;o=e[t],n=o+"",r=Qe-n.length,r&&(s+=Ji(r))}else if(o===0)return"0";for(;o%10===0;)o/=10;return s+o}function Fr(e,t,r){if(e!==~~e||e<t||e>r)throw Error(os+e)}function Za(e,t,r,n){var i,s,o,a;for(s=e[0];s>=10;s/=10)--t;return--t<0?(t+=Qe,i=0):(i=Math.ceil((t+1)/Qe),t%=Qe),s=hr(10,Qe-t),a=e[i]%s|0,n==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),o=r<4&&a==99999||r>3&&a==49999||a==5e4||a==0):o=(r<4&&a+1==s||r>3&&a+1==s/2)&&(e[i+1]/s/100|0)==hr(10,t-2)-1||(a==s/2||a==0)&&(e[i+1]/s/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),o=(n||r<4)&&a==9999||!n&&r>3&&a==4999):o=((n||r<4)&&a+1==s||!n&&r>3&&a+1==s/2)&&(e[i+1]/s/1e3|0)==hr(10,t-3)-1,o}function ou(e,t,r){for(var n,i=[0],s,o=0,a=e.length;o<a;){for(s=i.length;s--;)i[s]*=t;for(i[0]+=Hd.indexOf(e.charAt(o++)),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 S9(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/Ml(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=Do(e,1,t.times(i),new e(1));for(var s=r;s--;){var o=t.times(t);t=o.times(o).minus(o).times(8).plus(1)}return e.precision-=r,t}var Vt=function(){function e(n,i,s){var o,a=0,c=n.length;for(n=n.slice();c--;)o=n[c]*i+a,n[c]=o%s|0,a=o/s|0;return a&&n.unshift(a),n}function t(n,i,s,o){var a,c;if(s!=o)c=s>o?1:-1;else for(a=c=0;a<s;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function r(n,i,s,o){for(var a=0;s--;)n[s]-=a,a=n[s]<i[s]?1:0,n[s]=a*o+n[s]-i[s];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,s,o,a,c){var u,l,f,h,y,b,_,A,P,R,N,F,L,G,q,J,ne,ae,ce,V,$=n.constructor,p=n.s==i.s?1:-1,d=n.d,m=i.d;if(!d||!d[0]||!m||!m[0])return new $(!n.s||!i.s||(d?m&&d[0]==m[0]:!m)?NaN:d&&d[0]==0||!m?p*0:p/0);for(c?(y=1,l=n.e-i.e):(c=An,y=Qe,l=Tr(n.e/y)-Tr(i.e/y)),ce=m.length,ne=d.length,P=new $(p),R=P.d=[],f=0;m[f]==(d[f]||0);f++);if(m[f]>(d[f]||0)&&l--,s==null?(G=s=$.precision,o=$.rounding):a?G=s+(n.e-i.e)+1:G=s,G<0)R.push(1),b=!0;else{if(G=G/y+2|0,f=0,ce==1){for(h=0,m=m[0],G++;(f<ne||h)&&G--;f++)q=h*c+(d[f]||0),R[f]=q/m|0,h=q%m|0;b=h||f<ne}else{for(h=c/(m[0]+1)|0,h>1&&(m=e(m,h,c),d=e(d,h,c),ce=m.length,ne=d.length),J=ce,N=d.slice(0,ce),F=N.length;F<ce;)N[F++]=0;V=m.slice(),V.unshift(0),ae=m[0],m[1]>=c/2&&++ae;do h=0,u=t(m,N,ce,F),u<0?(L=N[0],ce!=F&&(L=L*c+(N[1]||0)),h=L/ae|0,h>1?(h>=c&&(h=c-1),_=e(m,h,c),A=_.length,F=N.length,u=t(_,N,A,F),u==1&&(h--,r(_,ce<A?V:m,A,c))):(h==0&&(u=h=1),_=m.slice()),A=_.length,A<F&&_.unshift(0),r(N,_,F,c),u==-1&&(F=N.length,u=t(m,N,ce,F),u<1&&(h++,r(N,ce<F?V:m,F,c))),F=N.length):u===0&&(h++,N=[0]),R[f++]=h,u&&N[0]?N[F++]=d[J]||0:(N=[d[J]],F=1);while((J++<ne||N[0]!==void 0)&&G--);b=N[0]!==void 0}R[0]||R.shift()}if(y==1)P.e=l,d4=b;else{for(f=1,h=R[0];h>=10;h/=10)f++;P.e=f+l*y-1,Je(P,a?s+P.e+1:s,o,b)}return P}}();function Je(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor;e:if(t!=null){if(f=e.d,!f)return e;for(i=1,a=f[0];a>=10;a/=10)i++;if(s=t-i,s<0)s+=Qe,o=t,l=f[h=0],c=l/hr(10,i-o-1)%10|0;else if(h=Math.ceil((s+1)/Qe),a=f.length,h>=a)if(n){for(;a++<=h;)f.push(0);l=c=0,i=1,s%=Qe,o=s-Qe+1}else break e;else{for(l=a=f[h],i=1;a>=10;a/=10)i++;s%=Qe,o=s-Qe+i,c=o<0?0:l/hr(10,i-o-1)%10|0}if(n=n||t<0||f[h+1]!==void 0||(o<0?l:l%hr(10,i-o-1)),u=r<4?(c||n)&&(r==0||r==(e.s<0?3:2)):c>5||c==5&&(r==4||n||r==6&&(s>0?o>0?l/hr(10,i-o):0:f[h-1])%10&1||r==(e.s<0?8:7)),t<1||!f[0])return f.length=0,u?(t-=e.e+1,f[0]=hr(10,(Qe-t%Qe)%Qe),e.e=-t||0):f[0]=e.e=0,e;if(s==0?(f.length=h,a=1,h--):(f.length=h+1,a=hr(10,Qe-s),f[h]=o>0?(l/hr(10,i-o)%hr(10,o)|0)*a:0),u)for(;;)if(h==0){for(s=1,o=f[0];o>=10;o/=10)s++;for(o=f[0]+=a,a=1;o>=10;o/=10)a++;s!=a&&(e.e++,f[0]==An&&(f[0]=1));break}else{if(f[h]+=a,f[h]!=An)break;f[h--]=0,a=1}for(s=f.length;f[--s]===0;)f.pop()}return ct&&(e.e>y.maxE?(e.d=null,e.e=NaN):e.e<y.minE&&(e.e=0,e.d=[0])),e}function Qn(e,t,r){if(!e.isFinite())return w4(e);var n,i=e.e,s=_r(e.d),o=s.length;return t?(r&&(n=r-o)>0?s=s.charAt(0)+"."+s.slice(1)+Ji(n):o>1&&(s=s.charAt(0)+"."+s.slice(1)),s=s+(e.e<0?"e":"e+")+e.e):i<0?(s="0."+Ji(-i-1)+s,r&&(n=r-o)>0&&(s+=Ji(n))):i>=o?(s+=Ji(i+1-o),r&&(n=r-i-1)>0&&(s=s+"."+Ji(n))):((n=i+1)<o&&(s=s.slice(0,n)+"."+s.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(s+="."),s+=Ji(n))),s}function Cl(e,t){var r=e[0];for(t*=Qe;r>=10;r/=10)t++;return t}function $u(e,t,r){if(t>x9)throw ct=!0,r&&(e.precision=r),Error(h4);return Je(new e(Nu),t,1,!0)}function Sn(e,t,r){if(t>Jd)throw Error(h4);return Je(new e(Du),t,r,!0)}function v4(e){var t=e.length-1,r=t*Qe+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 Ji(e){for(var t="";e--;)t+="0";return t}function y4(e,t,r,n){var i,s=new e(1),o=Math.ceil(n/Qe+4);for(ct=!1;;){if(r%2&&(s=s.times(t),lg(s.d,o)&&(i=!0)),r=Tr(r/2),r===0){r=s.d.length-1,i&&s.d[r]===0&&++s.d[r];break}t=t.times(t),lg(t.d,o)}return ct=!0,s}function ug(e){return e.d[e.d.length-1]&1}function b4(e,t,r){for(var n,i=new e(t[0]),s=0;++s<t.length;)if(n=new e(t[s]),n.s)i[r](n)&&(i=n);else{i=n;break}return i}function Xd(e,t){var r,n,i,s,o,a,c,u=0,l=0,f=0,h=e.constructor,y=h.rounding,b=h.precision;if(!e.d||!e.d[0]||e.e>17)return new h(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(ct=!1,c=b):c=t,a=new h(.03125);e.e>-2;)e=e.times(a),f+=5;for(n=Math.log(hr(2,f))/Math.LN10*2+5|0,c+=n,r=s=o=new h(1),h.precision=c;;){if(s=Je(s.times(e),c,1),r=r.times(++l),a=o.plus(Vt(s,r,c,1)),_r(a.d).slice(0,c)===_r(o.d).slice(0,c)){for(i=f;i--;)o=Je(o.times(o),c,1);if(t==null)if(u<3&&Za(o.d,c-n,y,u))h.precision=c+=10,r=s=a=new h(1),l=0,u++;else return Je(o,h.precision=b,y,ct=!0);else return h.precision=b,o}o=a}}function Zi(e,t){var r,n,i,s,o,a,c,u,l,f,h,y=1,b=10,_=e,A=_.d,P=_.constructor,R=P.rounding,N=P.precision;if(_.s<0||!A||!A[0]||!_.e&&A[0]==1&&A.length==1)return new P(A&&!A[0]?-1/0:_.s!=1?NaN:A?0:_);if(t==null?(ct=!1,l=N):l=t,P.precision=l+=b,r=_r(A),n=r.charAt(0),Math.abs(s=_.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)_=_.times(e),r=_r(_.d),n=r.charAt(0),y++;s=_.e,n>1?(_=new P("0."+r),s++):_=new P(n+"."+r.slice(1))}else return u=$u(P,l+2,N).times(s+""),_=Zi(new P(n+"."+r.slice(1)),l-b).plus(u),P.precision=N,t==null?Je(_,N,R,ct=!0):_;for(f=_,c=o=_=Vt(_.minus(1),_.plus(1),l,1),h=Je(_.times(_),l,1),i=3;;){if(o=Je(o.times(h),l,1),u=c.plus(Vt(o,new P(i),l,1)),_r(u.d).slice(0,l)===_r(c.d).slice(0,l))if(c=c.times(2),s!==0&&(c=c.plus($u(P,l+2,N).times(s+""))),c=Vt(c,new P(y),l,1),t==null)if(Za(c.d,l-b,R,a))P.precision=l+=b,u=o=_=Vt(f.minus(1),f.plus(1),l,1),h=Je(_.times(_),l,1),i=a=1;else return Je(c,P.precision=N,R,ct=!0);else return P.precision=N,c;c=u,i+=2}}function w4(e){return String(e.s*e.s/0)}function Yd(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)%Qe,r<0&&(n+=Qe),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Qe;n<i;)e.d.push(+t.slice(n,n+=Qe));t=t.slice(n),n=Qe-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),ct&&(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 E9(e,t){var r,n,i,s,o,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),g4.test(t))return Yd(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(b9.test(t))r=16,t=t.toLowerCase();else if(y9.test(t))r=2;else if(w9.test(t))r=8;else throw Error(os+t);for(s=t.search(/p/i),s>0?(c=+t.slice(s+1),t=t.substring(2,s)):t=t.slice(2),s=t.indexOf("."),o=s>=0,n=e.constructor,o&&(t=t.replace(".",""),a=t.length,s=a-s,i=y4(n,new n(r),s,s*2)),u=ou(t,r,An),l=u.length-1,s=l;u[s]===0;--s)u.pop();return s<0?new n(e.s*0):(e.e=Cl(u,l),e.d=u,ct=!1,o&&(e=Vt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?hr(2,c):bc.pow(2,c))),ct=!0,e)}function C9(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:Do(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Ml(5,r)),t=Do(e,2,t,t);for(var i,s=new e(5),o=new e(16),a=new e(20);r--;)i=t.times(t),t=t.times(s.plus(i.times(o.times(i).minus(a))));return t}function Do(e,t,r,n,i){var s,o,a,c,u=e.precision,l=Math.ceil(u/Qe);for(ct=!1,c=r.times(r),a=new e(n);;){if(o=Vt(a.times(c),new e(t++*t++),u,1),a=i?n.plus(o):n.minus(o),n=Vt(o.times(c),new e(t++*t++),u,1),o=a.plus(n),o.d[l]!==void 0){for(s=l;o.d[s]===a.d[s]&&s--;);if(s==-1)break}s=a,a=n,n=o,o=s}return ct=!0,o.d.length=l+1,o}function Ml(e,t){for(var r=e;--t;)r*=e;return r}function _4(e,t){var r,n=t.s<0,i=Sn(e,e.precision,1),s=i.times(.5);if(t=t.abs(),t.lte(s))return Ci=n?4:1,t;if(r=t.divToInt(i),r.isZero())Ci=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(s))return Ci=ug(r)?n?2:3:n?4:1,t;Ci=ug(r)?n?1:4:n?3:2}return t.minus(i).abs()}function Qp(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor,b=r!==void 0;if(b?(Fr(r,1,ms),n===void 0?n=y.rounding:Fr(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())l=w4(e);else{for(l=Qn(e),o=l.indexOf("."),b?(i=2,t==16?r=r*4-3:t==8&&(r=r*3-2)):i=t,o>=0&&(l=l.replace(".",""),h=new y(1),h.e=l.length-o,h.d=ou(Qn(h),10,i),h.e=h.d.length),f=ou(l,10,i),s=c=f.length;f[--c]==0;)f.pop();if(!f[0])l=b?"0p+0":"0";else{if(o<0?s--:(e=new y(e),e.d=f,e.e=s,e=Vt(e,h,r,n,0,i),f=e.d,s=e.e,u=d4),o=f[r],a=i/2,u=u||f[r+1]!==void 0,u=n<4?(o!==void 0||u)&&(n===0||n===(e.s<0?3:2)):o>a||o===a&&(n===4||u||n===6&&f[r-1]&1||n===(e.s<0?8:7)),f.length=r,u)for(;++f[--r]>i-1;)f[r]=0,r||(++s,f.unshift(1));for(c=f.length;!f[c-1];--c);for(o=0,l="";o<c;o++)l+=Hd.charAt(f[o]);if(b){if(c>1)if(t==16||t==8){for(o=t==16?4:3,--c;c%o;c++)l+="0";for(f=ou(l,i,t),c=f.length;!f[c-1];--c);for(o=1,l="1.";o<c;o++)l+=Hd.charAt(f[o])}else l=l.charAt(0)+"."+l.slice(1);l=l+(s<0?"p":"p+")+s}else if(s<0){for(;++s;)l="0"+l;l="0."+l}else if(++s>c)for(s-=c;s--;)l+="0";else s<c&&(l=l.slice(0,s)+"."+l.slice(s))}l=(t==16?"0x":t==2?"0b":t==8?"0o":"")+l}return e.s<0?"-"+l:l}function lg(e,t){if(e.length>t)return e.length=t,!0}function M9(e){return new this(e).abs()}function T9(e){return new this(e).acos()}function A9(e){return new this(e).acosh()}function O9(e,t){return new this(e).plus(t)}function I9(e){return new this(e).asin()}function P9(e){return new this(e).asinh()}function j9(e){return new this(e).atan()}function k9(e){return new this(e).atanh()}function R9(e,t){e=new this(e),t=new this(t);var r,n=this.precision,i=this.rounding,s=n+4;return!e.s||!t.s?r=new this(NaN):!e.d&&!t.d?(r=Sn(this,s,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?Sn(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=Sn(this,s,1).times(.5),r.s=e.s):t.s<0?(this.precision=s,this.rounding=1,r=this.atan(Vt(e,t,s,1)),t=Sn(this,s,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(Vt(e,t,s,1)),r}function N9(e){return new this(e).cbrt()}function D9(e){return Je(e=new this(e),e.e+1,2)}function $9(e,t,r){return new this(e).clamp(t,r)}function B9(e){if(!e||typeof e!="object")throw Error(El+"Object expected");var t,r,n,i=e.defaults===!0,s=["precision",1,ms,"rounding",0,8,"toExpNeg",-Eo,0,"toExpPos",0,Eo,"maxE",0,Eo,"minE",-Eo,0,"modulo",0,9];for(t=0;t<s.length;t+=3)if(r=s[t],i&&(this[r]=Kd[r]),(n=e[r])!==void 0)if(Tr(n)===n&&n>=s[t+1]&&n<=s[t+2])this[r]=n;else throw Error(os+r+": "+n);if(r="crypto",i&&(this[r]=Kd[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(p4);else this[r]=!1;else throw Error(os+r+": "+n);return this}function L9(e){return new this(e).cos()}function F9(e){return new this(e).cosh()}function x4(e){var t,r,n;function i(s){var o,a,c,u=this;if(!(u instanceof i))return new i(s);if(u.constructor=i,fg(s)){u.s=s.s,ct?!s.d||s.e>i.maxE?(u.e=NaN,u.d=null):s.e<i.minE?(u.e=0,u.d=[0]):(u.e=s.e,u.d=s.d.slice()):(u.e=s.e,u.d=s.d?s.d.slice():s.d);return}if(c=typeof s,c==="number"){if(s===0){u.s=1/s<0?-1:1,u.e=0,u.d=[0];return}if(s<0?(s=-s,u.s=-1):u.s=1,s===~~s&&s<1e7){for(o=0,a=s;a>=10;a/=10)o++;ct?o>i.maxE?(u.e=NaN,u.d=null):o<i.minE?(u.e=0,u.d=[0]):(u.e=o,u.d=[s]):(u.e=o,u.d=[s]);return}else if(s*0!==0){s||(u.s=NaN),u.e=NaN,u.d=null;return}return Yd(u,s.toString())}else if(c!=="string")throw Error(os+s);return(a=s.charCodeAt(0))===45?(s=s.slice(1),u.s=-1):(a===43&&(s=s.slice(1)),u.s=1),g4.test(s)?Yd(u,s):E9(u,s)}if(i.prototype=be,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=B9,i.clone=x4,i.isDecimal=fg,i.abs=M9,i.acos=T9,i.acosh=A9,i.add=O9,i.asin=I9,i.asinh=P9,i.atan=j9,i.atanh=k9,i.atan2=R9,i.cbrt=N9,i.ceil=D9,i.clamp=$9,i.cos=L9,i.cosh=F9,i.div=U9,i.exp=z9,i.floor=V9,i.hypot=q9,i.ln=W9,i.log=G9,i.log10=K9,i.log2=H9,i.max=J9,i.min=X9,i.mod=Y9,i.mul=Z9,i.pow=Q9,i.random=eR,i.round=tR,i.sign=rR,i.sin=nR,i.sinh=iR,i.sqrt=sR,i.sub=oR,i.sum=aR,i.tan=cR,i.tanh=uR,i.trunc=lR,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 U9(e,t){return new this(e).div(t)}function z9(e){return new this(e).exp()}function V9(e){return Je(e=new this(e),e.e+1,3)}function q9(){var e,t,r=new this(0);for(ct=!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 ct=!0,new this(1/0);r=t}return ct=!0,r.sqrt()}function fg(e){return e instanceof bc||e&&e.toStringTag===m4||!1}function W9(e){return new this(e).ln()}function G9(e,t){return new this(e).log(t)}function H9(e){return new this(e).log(2)}function K9(e){return new this(e).log(10)}function J9(){return b4(this,arguments,"lt")}function X9(){return b4(this,arguments,"gt")}function Y9(e,t){return new this(e).mod(t)}function Z9(e,t){return new this(e).mul(t)}function Q9(e,t){return new this(e).pow(t)}function eR(e){var t,r,n,i,s=0,o=new this(1),a=[];if(e===void 0?e=this.precision:Fr(e,1,ms),n=Math.ceil(e/Qe),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(n));s<n;)i=t[s],i>=429e7?t[s]=crypto.getRandomValues(new Uint32Array(1))[0]:a[s++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(n*=4);s<n;)i=t[s]+(t[s+1]<<8)+(t[s+2]<<16)+((t[s+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,s):(a.push(i%1e7),s+=4);s=n/4}else throw Error(p4);else for(;s<n;)a[s++]=Math.random()*1e7|0;for(n=a[--s],e%=Qe,n&&e&&(i=hr(10,Qe-e),a[s]=(n/i|0)*i);a[s]===0;s--)a.pop();if(s<0)r=0,a=[0];else{for(r=-1;a[0]===0;r-=Qe)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Qe&&(r-=Qe-n)}return o.e=r,o.d=a,o}function tR(e){return Je(e=new this(e),e.e+1,this.rounding)}function rR(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function nR(e){return new this(e).sin()}function iR(e){return new this(e).sinh()}function sR(e){return new this(e).sqrt()}function oR(e,t){return new this(e).sub(t)}function aR(){var e=0,t=arguments,r=new this(t[e]);for(ct=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return ct=!0,Je(r,this.precision,this.rounding)}function cR(e){return new this(e).tan()}function uR(e){return new this(e).tanh()}function lR(e){return Je(e=new this(e),e.e+1,1)}be[Symbol.for("nodejs.util.inspect.custom")]=be.toString;be[Symbol.toStringTag]="Decimal";var bc=be.constructor=x4(Kd);Nu=new bc(Nu);Du=new bc(Du);var au=bc,Qi=Xo(Yo()),qf=Xo(Yo()),fR=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 qf.default(e).mul(new qf.default(this.slippage)).div(new qf.default("1000000000000000000")).toString()}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,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 l=[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];return t.moveCall({target:`${e.publishedAt()}::aftermath::${a}`,typeArguments:[c,u,r.extendedDetails.aftermathLpSupplyType],arguments:l})})}},dg="0x000000000000000000000000000000000000000000000000000000000000dee9",dR=class{constructor(e){if(e!==0)throw new Error("Aftermath only supported on mainnet")}getAccountCap(e,t){return Et(this,null,function*(){let r=50,n=null;for(;;){const i=e.getOwnedObjects({owner:t,cursor:n,limit:r,filter:{MoveModule:{package:dg,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 Et(this,null,function*(){let n=yield this.getAccountCap(t,r);return n!==null?{accountCap:e.object(n),isCreate:!1}:{accountCap:e.moveCall({target:`${dg}::clob_v2::create_account`,typeArguments:[],arguments:[]}),isCreate:!0}})}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=yield this.getOrCreateAccountCap(t,e.client,e.signer),f=[t.object(r.id),n,l.accountCap,t.object(ei)],h=t.moveCall({target:`${e.publishedAt()}::deepbook::${a}`,typeArguments:[c,u],arguments:f});return l.isCreate&&t.transferObjects([l.accountCap],e.signer),h})}},hR=class{constructor(e){if(e!==0)throw new Error("Kriya amm only supported on mainnet")}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(r.id),n];return t.moveCall({target:`${e.publishedAt()}::kriya_amm::${a}`,typeArguments:[c,u],arguments:l})})}},pR=class{constructor(e){if(e!==0)throw new Error("Kriya clmm only supported on mainnet");this.version="0xf5145a7ac345ca8736cf8c76047d00d6d378f30e81be6f6eb557184d9de93c78"}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(r.id),n,t.object(this.version),t.object(ei)];return t.moveCall({target:`${e.publishedAt()}::kriya_clmm::${a}`,typeArguments:[c,u],arguments:l})})}},mR=class{constructor(e){if(e!==0)throw new Error("Flowx only supported on mainnet");this.container="0xb65dcbf63fd3ad5d0ebfbf334780dc9f785eff38a4459e37ab08fa79576ee511"}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(this.container),n];return t.moveCall({target:`${e.publishedAt()}::flowx_amm::${a}`,typeArguments:[c,u],arguments:l})})}},gR=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){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(this.poolRegistry),t.pure.u64(r.feeRate*1e6),n,t.object(this.versioned),t.object(ei)];return t.moveCall({target:`${e.publishedAt()}::flowx_clmm::${a}`,typeArguments:[c,u],arguments:l})})}},vR=class{constructor(e){if(e!==0)throw new Error("Turbos only supported on mainnet");this.versioned="0xf1cf0e81048df168ebeb1b8030fad24b3e0b53ae827c25053fff0779c1445b6f"}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,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 l=[t.object(r.id),n,t.object(ei),t.object(this.versioned)];return t.moveCall({target:`${e.publishedAt()}::turbos::${a}`,typeArguments:[c,u,r.extendedDetails.turbosFeeType],arguments:l})})}},hg=class{constructor(e,t){this.globalConfig=e===0?"0xdaa46292632c3c4d8f31f23ea0f9b36a28ff3677e9684980e4438403a67a3d8f":"0x9774e359588ead122af1c7e7f64e14ade261cfeecdb5d0eb4a5b3b4c8ab8bd3e",this.partner=t??(e===0?"0x639b5e433da31739e800cd085f356e64cae222966d0f1b11bd9dc76b322ff58b":"0x1f5fa5c820f40d43fc47815ad06d95e40a1942ff72a732a92e8ef4aa8cde70a5")}flash_swap(e,t,r,n){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["flash_swap_a2b",s,o]:["flash_swap_b2a",o,s];let l=n?r.amountIn:r.amountOut;const f=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),t.pure.u64(l),t.pure.bool(n),t.object(ei)],h=t.moveCall({target:`${e.publishedAt()}::cetus::${a}`,typeArguments:[c,u],arguments:f});return{targetCoin:h[0],flashReceipt:h[1],payAmount:h[2]}}repay_flash_swap(e,t,r,n,i){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["repay_flash_swap_a2b",o,a]:["repay_flash_swap_b2a",a,o],f=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),n,i];return t.moveCall({target:`${e.publishedAt()}::cetus::${c}`,typeArguments:[u,l],arguments:f})[0]}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),n,t.object(ei)];return t.moveCall({target:`${e.publishedAt()}::cetus::${a}`,typeArguments:[c,u],arguments:l})})}};function pg(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 yR(e){return e.split("::")[0]}function Vs(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=Vs(r),u=p9(h9({},c),{type_arguments:i.map(l=>Vs(l).source_address)});return u.type_arguments=u.type_arguments.map(l=>Ps.isSuiCoin(l)?l:Vs(l).source_address),u.source_address=pg(u.full_address,u.type_arguments),u}const s=r.split("::"),a={full_address:r,address:r===S4||r===_R?"0x2":Gd.normalizeSuiObjectId(s[0]),module:s[1],name:s[2],type_arguments:[],source_address:""};return a.full_address=`${a.address}::${a.module}::${a.name}`,a.source_address=pg(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function mg(e){return Vs(e).source_address}var bR="0x2::coin::Coin",wR=/^0x2::coin::Coin<(.+)>$/,S4="0x2::sui::SUI",_R="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",Ps=class Gi{static getCoinTypeArg(t){const r=t.type.match(wR);return r?r[1]:null}static isSUI(t){const r=Gi.getCoinTypeArg(t);return r?Gi.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`${bR}<${t}>`}static getCoinAssets(t,r){const n=[];return r.forEach(i=>{mg(i.coinAddress)===mg(t)&&n.push(i)}),n}static isSuiCoin(t){return Vs(t).full_address===S4}static selectCoinObjectIdGreaterThanOrEqual(t,r,n=[]){const i=Gi.selectCoinAssetGreaterThanOrEqual(t,r,n),s=i.selectedCoins.map(c=>c.coinObjectId),o=i.remainingCoins,a=i.selectedCoins.map(c=>c.balance.toString());return{objectArray:s,remainCoins:o,amountArray:a}}static selectCoinAssetGreaterThanOrEqual(t,r,n=[]){const i=Gi.sortByBalance(t.filter(u=>!n.includes(u.coinObjectId))),s=Gi.calculateTotalBalance(i);if(s<r)return{selectedCoins:[],remainingCoins:i};if(s===r)return{selectedCoins:i,remainingCoins:[]};let o=BigInt(0);const a=[],c=[...i];for(;o<s;){const u=r-o,l=c.findIndex(h=>h.balance>=u);if(l!==-1){a.push(c[l]),c.splice(l,1);break}const f=c.pop();f.balance>0&&(a.push(f),o+=f.balance)}return{selectedCoins:Gi.sortByBalance(a),remainingCoins:Gi.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 Wf(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";default:return"Unknown error"}}function as(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 xR(e,t){e=as(e),t=as(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 E4(e,t){return e.moveCall({target:"0x2::coin::zero",typeArguments:[t]})}function Gf(e,t,r,n){const i=Ps.getCoinAssets(n,t);if(r===BigInt(0)&&i.length===0)return{targetCoin:E4(e,n),isMintZeroCoin:!0,targetCoinAmount:0};if(Ps.calculateTotalBalance(i)<r)throw new AggregateError("Insufficient balance when build merge coin, coinType: "+n,"InsufficientBalance"+n);if(Ps.isSuiCoin(n))return{targetCoin:e.splitCoins(e.gas,[e.pure.u64(r.toString())]),isMintZeroCoin:!0,targetCoinAmount:Number(r.toString())};let o=Ps.sortByBalance(i);o.slice(0,3).reduce((f,h)=>f+h.balance,BigInt(0))<BigInt(r)&&(o=Ps.sortByBalanceDes(i));let c=Ps.selectCoinObjectIdGreaterThanOrEqual(o,r);const[u,...l]=c.objectArray;return l.length>0&&e.mergeCoins(u,l.map(f=>e.object(f))),{targetCoin:e.object(u),isMintZeroCoin:!1,targetCoinAmount:Number(r.toString())}}function SR(e,t=!0){return Et(this,null,function*(){console.log("inputs",e.getData().inputs),e.getData().commands.forEach((r,n)=>{t&&console.log(`transaction ${n}: `,JSON.stringify(r,null,2))})})}function ER(e){return!(!e.startsWith("0x")||e.length!==66)}var io=Xo(Yo()),es=Xo(Yo()),wc=Xo(Yo()),xi=new wc.default(0);new wc.default(1);var CR=new wc.default(2);CR.pow(new wc.default(128));var MR=new wc.default("18446744073709551615"),nn=1e9;function TR(e,t,r){let n=xi;return t?n=e.mul(new es.default(nn-r*nn)).div(new es.default(nn)):n=e.mul(new es.default(nn+r*nn)).div(new es.default(nn)),Number(n.toString())}function AR(e,t,r){let n=xi;return t?n=e.mul(new es.default(nn-r*nn)).div(new es.default(nn)):n=e.mul(new es.default(nn+r*nn)).div(new es.default(nn)),n}function OR(e,t,r){return new au(e).mul(au.pow(2,-64)).pow(2).mul(au.pow(10,t-r))}function IR(e,t,r,n){return Et(this,null,function*(){var i,s,o,a,c;const{from:u,target:l,amount:f,byAmountIn:h,pools:y}=t,b=as(u),_=as(l),A=new o9.Transaction,P=xR(b,_),R=n===0?"0x3a5aa90ffa33d09100d7b6941ea1c0ffe6ab66e77062ddd26320c1b073aabb10":"0x19dd42e05fa6c9988a60d30686ee3feb776672b5547e328d6dab16563da65293",N=P?b:_,F=P?_:b,L=[N,F];console.log("typeArguments",L,R);for(let C=0;C<y.length;C++){const g=[A.object(y[C]),A.pure.bool(P),A.pure.bool(h),A.pure.u64(f.toString())];A.moveCall({target:`${R}::fetcher_script::calculate_swap_result`,arguments:g,typeArguments:L})}if(!ER(r))throw new AggregateError("Aggregator package not set","InvalidWallet");SR(A);const G=yield e.devInspectTransactionBlock({transactionBlock:A,sender:r});if(G.error!=null)throw console.log("simulateRes.error",G.error),new AggregateError("Aggregator package not set","SimulateError");const q=(i=G.events)==null?void 0:i.filter(C=>C.type.includes("CalculatedSwapResultEvent"));if(q.length===0||q.length!==y.length)throw new AggregateError("Simulate event result error","simulateEventError");let J=h?xi:MR,ne=0;for(let C=0;C<q.length;C+=1)if(!q[C].parsedJson.data.is_exceed)if(t.byAmountIn){const g=new io.BN(q[C].parsedJson.data.amount_out);g.gt(J)&&(ne=C,J=g)}else{const g=new io.BN(q[C].parsedJson.data.amount_out);g.lt(J)&&(ne=C,J=g)}const ae=q[ne].parsedJson.data;console.log("event",JSON.stringify(ae,null,2));const ce=ae.step_results[0].current_sqrt_price,[V,$]=yield Promise.all([e.getCoinMetadata({coinType:N}).then(C=>C==null?void 0:C.decimals),e.getCoinMetadata({coinType:F}).then(C=>C==null?void 0:C.decimals)]);if(V==null||$==null)throw new AggregateError("Simulate event result error","CannotGetDecimals");const p=OR(ce,V,$),d=Number(ae.fee_rate)/1e6,m=new io.BN((s=ae.amount_in)!=null?s:0),x=new io.BN((o=ae.fee_amount)!=null?o:0),M=m.add(x),E={amountIn:M,amountOut:new io.BN((a=ae.amount_out)!=null?a:0),routes:[{path:[{id:y[ne],direction:P,provider:"CETUS",from:b,target:_,feeRate:d,amountIn:ae.amount_in,amountOut:ae.amount_out,extendedDetails:{afterSqrtPrice:ae.after_sqrt_price}}],amountIn:M,amountOut:new io.BN((c=ae.amount_out)!=null?c:0),initialPrice:p}],insufficientLiquidity:!1};return{isExceed:ae.is_exceed,routeData:E}})}var PR=class{constructor(e){if(e!==0)throw new Error("Haedal only supported on mainnet")}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i}=r;if(!i)throw new Error("Haedal not support b2a swap");const s="swap_a2b",o=[t.object(r.id),t.object("0x5"),n];return t.moveCall({target:`${e.publishedAt()}::haedal::${s}`,typeArguments:[],arguments:o})})}},jR=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){return Et(this,null,function*(){const{direction:i}=r;if(!i)throw new Error("Afsui not support b2a swap");const s="swap_a2b",o=[t.object(this.stakedSuiVault),t.object(this.safe),t.object("0x5"),t.object(this.referVault),t.object(this.validator),n];return t.moveCall({target:`${e.publishedAt()}::afsui::${s}`,typeArguments:[],arguments:o})})}},kR=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){return Et(this,null,function*(){const{direction:i}=r;if(!i)throw new Error("Volo not support b2a swap");const s="swap_a2b",o=[t.object(this.nativePool),t.object(this.metadata),t.object("0x5"),n];return t.moveCall({target:`${e.publishedAt()}::volo::${s}`,typeArguments:[],arguments:o})})}},RR=class{constructor(e){if(e!==0)throw new Error("Bluemove only supported on mainnet");this.dexInfo="0x3f2d9f724f4a1ce5e71676448dc452be9a6243dac9c5b975a588c8c867066e92"}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(this.dexInfo),n];return t.moveCall({target:`${e.publishedAt()}::bluemove::${a}`,typeArguments:[c,u],arguments:l})})}},NR=class{constructor(e){this.deepbookV3Config=e===0?"0xe4099d0cda04f3aa80028fac91a9b3dbe50d08f2ff42aa2c29473926e34ca48c":"0xe19b5d072346cae83a037d4e3c8492068a74410a74e5830b3a68012db38296aa"}swap(e,t,r,n,i){return Et(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o];let f;i?f=i:f=E4(t,e.deepbookv3DeepFeeType());const h=[t.object(this.deepbookV3Config),t.object(r.id),n,f,t.object(ei)];return t.moveCall({target:`${e.publishedAtV2()}::deepbookv3::${c}`,typeArguments:[u,l],arguments:h})})}},DR=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){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",s,o];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 l=[t.object(this.version),t.object(this.market),t.object(r.extendedDetails.scallopScoinTreasury),n,t.object(ei)];return t.moveCall({target:`${e.publishedAtV2()}::scallop::${a}`,typeArguments:[c,u],arguments:l})})}},$R=class{constructor(e){if(e!==0)throw new Error("Suilend only supported on mainnet");this.liquid_staking_pool=e===0?"0x15eda7330c8f99c30e430b4d82fd7ab2af3ead4ae17046fcb224aa9bad394f6b":"0x0",this.sui_system_state=e===0?"0x0000000000000000000000000000000000000000000000000000000000000005":"0x0"}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c]=i?["swap_a2b",o]:["swap_b2a",s],u=[t.object(this.liquid_staking_pool),t.object(this.sui_system_state),n];return t.moveCall({target:`${e.publishedAtV2()}::suilend::${a}`,typeArguments:[c],arguments:u})})}},BR=class{constructor(e){if(e!==0)throw new Error("Bluefin only supported on mainnet");this.globalConfig="0x03db251ba509a8d5d8777b6338836082335d93eecbdd09a11e190a1cff51c352"}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s],l=[t.object(this.globalConfig),t.object(r.id),n,t.object(ei)];return t.moveCall({target:`${e.publishedAtV2()}::bluefin::${a}`,typeArguments:[c,u],arguments:l})})}},LR=class{constructor(e,t){if(e===1){this.connection=new Nc.SuiPriceServiceConnection("https://hermes-beta.pyth.network");const r="0x31358d198147da50db32eda2562951d53973a0c0ad5ed738e9b17d88b213d790",n="0x243759059f4c3111179da5878c12f68d612c21a8d54d85edc86164bb18be1c7c";this.pythClient=new Nc.SuiPythClient(t,n,r)}else{this.connection=new Nc.SuiPriceServiceConnection("https://hermes.pyth.network");const r="0xaeab97f96cf9877fee2883315d459552b2b921edc16d7ceac6eab944dd88919c",n="0x1f9310238ee9298fb703c3419030b35b22bb1cc37113e3bb5007c99aec79e5b8";this.pythClient=new Nc.SuiPythClient(t,n,r)}}swap(e,t,r,n){return Et(this,null,function*(){const{direction:i,from:s,target:o}=r,[a,c,u]=i?["swap_a2b",s,o]:["swap_b2a",o,s];let l,f;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");l=r.extendedDetails.haedalPmmBasePriceSeed,f=r.extendedDetails.haedalPmmQuotePriceSeed;const h=[l,f],y=yield this.connection.getPriceFeedsUpdateData(h),b=yield this.pythClient.updatePriceFeeds(t,y,h),_=[t.object(r.id),t.object(b[0]),t.object(b[1]),n,t.object(ei)];return t.moveCall({target:`${e.publishedAtV2()}::haedalpmm::${a}`,typeArguments:[c,u],arguments:_})})}},C4="CETUS",FR="DEEPBOOK",UR="KRIYA",zR="FLOWX",VR="FLOWXV3",qR="KRIYAV3",M4="TURBOS",Zd="AFTERMATH",WR="HAEDAL",GR="VOLO",HR="AFSUI",KR="BLUEMOVE",T4="DEEPBOOKV3",A4="SCALLOP",JR="SUILEND",XR="BLUEFIN",O4="HAEDALPMM",YR="https://api-sui.cetus.zone/router_v2",ZR=class{constructor(e,t,r,n){this.endpoint=e?eN(e):YR,this.client=r||new og.SuiClient({url:og.getFullnodeUrl("mainnet")}),this.signer=t||"",this.env=n||0,this.allCoins=new Map}getCoins(e,t=!0){return Et(this,null,function*(){if(this.signer==="")throw new Error("Signer is required, but not provided.");let r=null,n=50;if(!t){const s=this.allCoins.get(e);if(s)return s}const i=[];for(;;){const s=yield this.client.getCoins({owner:this.signer,coinType:e,cursor:r,limit:n});for(const o of s.data)i.push({coinAddress:Vs(o.coinType).source_address,coinObjectId:o.coinObjectId,balance:BigInt(o.balance)});if(s.data.length<n)break;r=s.data[n-1].coinObjectId}return this.allCoins.set(e,i),i})}findRouters(e){return Et(this,null,function*(){return tN(this.endpoint,e)})}expectInputSwap(e,t,r,n,i,s){return Et(this,null,function*(){if(r.length===0)throw new Error("No router found");const o=r.map(h=>h.amountIn.toString()),a=r[0].path[0].from,c=r[0].path[r[0].path.length-1].target,u=e.splitCoins(t,o),l=[];for(let h=0;h<r.length;h++){if(r[h].path.length===0)throw new Error("Empty path");let y=u[h];for(const b of r[h].path)y=yield this.newDex(b.provider,i).swap(this,e,b,y,s);l.push(y)}return this.transferOrDestoryCoin(e,t,a),this.checkCoinThresholdAndMergeCoin(e,l,c,n)})}expectOutputSwap(e,t,r,n){return Et(this,null,function*(){const i=[],s=[],o=[],a=new hg(this.env,n);for(let u=0;u<r.length;u++){const l=r[u];for(let h=l.path.length-1;h>=0;h--){const y=l.path[h],b=a.flash_swap(this,e,y,!1);i.unshift(b.targetCoin),s.unshift(b.flashReceipt)}let f=t;for(let h=0;h<l.path.length;h++){const y=l.path[h],b=a.repay_flash_swap(this,e,y,f,s[h]);f=i[h],h===0?t=b:this.transferOrDestoryCoin(e,b,y.from),h===l.path.length-1&&o.push(f)}}const c=r[0].path[0].from;if(this.transferOrDestoryCoin(e,t,c),o.length>1){const u=e.makeMoveVec({elements:o.slice(1)});e.moveCall({target:`${Gd.SUI_FRAMEWORK_ADDRESS}::pay::join_vec`,typeArguments:[r[0].path[r[0].path.length-1].target],arguments:[o[0],u]})}return o[0]})}swapInPools(e){return Et(this,null,function*(){let t;try{t=yield IR(this.client,e,this.signer,this.env)}catch(r){return console.error("swapInPools error:",r),null}return t})}routerSwap(e){return Et(this,null,function*(){const{routers:t,inputCoin:r,slippage:n,byAmountIn:i,txb:s,partner:o,deepbookv3DeepFee:a}=e,c=t.reduce((y,b)=>y.add(b.amountIn),new Qi.default(0)),u=t.reduce((y,b)=>y.add(b.amountOut),new Qi.default(0)),l=AR(i?u:c,i,n);if(i)return yield this.expectInputSwap(s,r,t,l,o,a);const f=s.splitCoins(r,[l.toString()]);return this.transferOrDestoryCoin(s,r,t[0].path[0].from),yield this.expectOutputSwap(s,f[0],t,o)})}fastRouterSwap(e){return Et(this,null,function*(){const{routers:t,byAmountIn:r,slippage:n,txb:i,partner:s,isMergeTragetCoin:o,refreshAllCoins:a,payDeepFeeAmount:c}=e,u=t[0].path[0].from;let l=yield this.getCoins(u,a);const f=t[0].path[t[0].path.length-1].target,h=t.reduce((N,F)=>N.add(F.amountIn),new Qi.default(0)),y=t.reduce((N,F)=>N.add(F.amountOut),new Qi.default(0)),b=TR(r?y:h,r,n),A=Gf(i,l,BigInt((r?h:b).toString()),u);let P;if(c&&c>0){let N=yield this.getCoins(this.deepbookv3DeepFeeType());P=Gf(i,N,BigInt(c),this.deepbookv3DeepFeeType()).targetCoin}const R=yield this.routerSwap({routers:t,inputCoin:A.targetCoin,slippage:n,byAmountIn:r,txb:i,partner:s,deepbookv3DeepFee:P});if(o){let N=yield this.getCoins(f,a);const F=Gf(i,N,BigInt(0),f);i.mergeCoins(F.targetCoin,[R]),F.isMintZeroCoin&&this.transferOrDestoryCoin(i,F.targetCoin,f)}else this.transferOrDestoryCoin(i,R,f)})}publishedAt(){return this.env===0?"0x3fb42ddf908af45f9fc3c59eab227888ff24ba2e137b3b55bf80920fd47e11af":"0x52eae33adeb44de55cfb3f281d4cc9e02d976181c0952f5323648b5717b33934"}publishedAtV2(){return this.env===0?"0x347dd58bbd11cd82c8b386b344729717c04a998da73386e82a239cc196d5706b":"0xabb6a81c8a216828e317719e06125de5bb2cb0fe8f9916ff8c023ca5be224c78"}deepbookv3DeepFeeType(){return this.env===0?"0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP":"0x36dbef866a1d62bf7328989a10fb2f07d769f4ee587c0de4a0a256e57e0a58a8::deep::DEEP"}transferOrDestoryCoin(e,t,r){e.moveCall({target:`${this.publishedAt()}::utils::transfer_or_destroy_coin`,typeArguments:[r],arguments:[t]})}checkCoinThresholdAndMergeCoin(e,t,r,n){let i=t[0];if(t.length>1){let s=e.makeMoveVec({elements:t.slice(1)});e.moveCall({target:`${Gd.SUI_FRAMEWORK_ADDRESS}::pay::join_vec`,typeArguments:[r],arguments:[t[0],s]}),i=t[0]}return e.moveCall({target:`${this.publishedAt()}::utils::check_coin_threshold`,typeArguments:[r],arguments:[i,e.pure.u64(n.toString())]}),i}newDex(e,t){switch(e){case C4:return new hg(this.env,t);case FR:return new dR(this.env);case T4:return new NR(this.env);case UR:return new hR(this.env);case qR:return new pR(this.env);case zR:return new mR(this.env);case VR:return new gR(this.env);case M4:return new vR(this.env);case Zd:return new fR(this.env);case WR:return new PR(this.env);case HR:return new jR(this.env);case GR:return new kR(this.env);case KR:return new RR(this.env);case A4:return new DR(this.env);case JR:return new $R(this.env);case XR:return new BR(this.env);case O4:return new LR(this.env,this.client);default:throw new Error(`Unsupported dex ${e}`)}}signAndExecuteTransaction(e,t){return Et(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:e,signer:t,options:{showEffects:!0,showEvents:!0,showInput:!0,showBalanceChanges:!0}})})}devInspectTransactionBlock(e){return Et(this,null,function*(){return yield this.client.devInspectTransactionBlock({transactionBlock:e,sender:this.signer})})}sendTransaction(e,t){return Et(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:e,signer:t})})}getDeepbookV3Config(){return Et(this,null,function*(){const e=yield iN(this.endpoint);return e?e.data:null})}};function QR(e){let t=0;for(const n of e.routes)for(const i of n.path)i.extended_details&&i.extended_details.deepbookv3_deep_fee&&(t+=Number(i.extended_details.deepbookv3_deep_fee));return{amountIn:new Qi.default(e.amount_in.toString()),amountOut:new Qi.default(e.amount_out.toString()),insufficientLiquidity:!1,routes:e.routes.map(n=>({path:n.path.map(i=>{var s,o,a,c,u,l,f;let h;i.provider===Zd&&(h=i.extended_details.aftermath_pool_flatness===0?"v2":"v3");let y;return(i.provider===M4||i.provider===Zd||i.provider===C4||i.provider===T4||i.provider===A4||i.provider===O4)&&(y={aftermathLpSupplyType:(s=i.extended_details)==null?void 0:s.aftermath_lp_supply_type,turbosFeeType:(o=i.extended_details)==null?void 0:o.turbos_fee_type,afterSqrtPrice:(a=i.extended_details)==null?void 0:a.after_sqrt_price,deepbookv3DeepFee:(c=i.extended_details)==null?void 0:c.deepbookv3_deep_fee,scallopScoinTreasury:(u=i.extended_details)==null?void 0:u.scallop_scoin_treasury,haedalPmmBasePriceSeed:(l=i.extended_details)==null?void 0:l.haedal_pmm_base_price_seed,haedalPmmQuotePriceSeed:(f=i.extended_details)==null?void 0:f.haedal_pmm_quote_price_seed}),{id:i.id,direction:i.direction,provider:i.provider,from:i.from,target:i.target,feeRate:i.fee_rate,amountIn:i.amount_in,amountOut:i.amount_out,extendedDetails:y,version:h}}),amountIn:new Qi.default(n.amount_in.toString()),amountOut:new Qi.default(n.amount_out.toString()),initialPrice:new au(n.initial_price.toString())})),totalDeepFee:t}}var ei="0x0000000000000000000000000000000000000000000000000000000000000006";Xo(Yo());function eN(e){return e.endsWith("/find_routes")?e.replace("/find_routes",""):e}function tN(e,t){return Et(this,null,function*(){let r;if(t.liquidityChanges&&t.liquidityChanges.length>0?r=yield nN(e,t):r=yield rN(e,t),!r)return null;if(!r.ok)return{amountIn:xi,amountOut:xi,routes:[],insufficientLiquidity:!1,error:{code:10001,msg:Wf(10001)}};const n=yield r.json(),i=n.msg==="liquidity is not enough";return n.msg&&n.msg.indexOf("HoneyPot scam")>-1?{amountIn:xi,amountOut:xi,routes:[],insufficientLiquidity:i,error:{code:10004,msg:Wf(10004)}}:n.data!=null?QR(n.data):{amountIn:xi,amountOut:xi,routes:[],insufficientLiquidity:i,error:{code:10003,msg:Wf(10003)}}})}function rN(e,t){return Et(this,null,function*(){try{const{from:r,target:n,amount:i,byAmountIn:s,depth:o,splitAlgorithm:a,splitFactor:c,splitCount:u,providers:l}=t,f=as(r),h=as(n);let y=`${e}/find_routes?from=${f}&target=${h}&amount=${i.toString()}&by_amount_in=${s}`;return o&&(y+=`&depth=${o}`),a&&(y+=`&split_algorithm=${a}`),c&&(y+=`&split_factor=${c}`),u&&(y+=`&split_count=${u}`),l&&l.length>0&&(y+=`&providers=${l.join(",")}`),y+="&v=1000316",yield fetch(y)}catch(r){return console.error(r),null}})}function nN(e,t){return Et(this,null,function*(){const{from:r,target:n,amount:i,byAmountIn:s,depth:o,splitAlgorithm:a,splitFactor:c,splitCount:u,providers:l,liquidityChanges:f}=t,h=as(r),y=as(n),b=`${e}/find_routes`,_=l==null?void 0:l.join(","),A={from:h,target:y,amount:Number(i.toString()),by_amount_in:s,depth:o,split_algorithm:a,split_factor:c,split_count:u,providers:_,liquidity_changes:f.map(P=>({pool:P.poolID,tick_lower:P.ticklower,tick_upper:P.tickUpper,delta_liquidity:P.deltaLiquidity}))};try{return yield fetch(b,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(A)})}catch(P){return console.error("Error:",P),null}})}function iN(e){return Et(this,null,function*(){const t=`${e}/deepbookv3_config`;try{return(yield fetch(t)).json()}catch(r){return console.error("Error:",r),null}})}var I4=(e=>(e[e.Mainnet=0]="Mainnet",e[e.Testnet=1]="Testnet",e))(I4||{}),P4=ZR,sN=I4,gg=yR,Ua=Vs;/*!
|
|
34
39
|
* decimal.js v10.4.3
|
|
35
40
|
* An arbitrary-precision Decimal type for JavaScript.
|
|
36
41
|
* https://github.com/MikeMcl/decimal.js
|
|
37
42
|
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
38
43
|
* MIT Licence
|
|
39
|
-
*/var ho=9e15,os=1e9,id="0123456789abcdef",bu="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",wu="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",sd={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-ho,maxE:ho,crypto:!1},V_,mi,ut=!0,Yu="[DecimalError] ",Zi=Yu+"Invalid argument: ",q_=Yu+"Precision limit exceeded",G_=Yu+"crypto unavailable",H_="[object Decimal]",Ar=Math.floor,hr=Math.pow,uk=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,lk=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,fk=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,W_=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,wn=1e7,et=7,dk=9007199254740991,hk=bu.length-1,od=wu.length-1,ye={toStringTag:H_};ye.absoluteValue=ye.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),Ye(e)};ye.ceil=function(){return Ye(new this.constructor(this),this.e+1,2)};ye.clampedTo=ye.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)};ye.comparedTo=ye.cmp=function(e){var t,r,n,i,s=this,o=s.d,a=(e=new s.constructor(e)).d,c=s.s,u=e.s;if(!o||!a)return!c||!u?NaN:c!==u?c:o===a?0:!o^c<0?1:-1;if(!o[0]||!a[0])return o[0]?c:a[0]?-u:0;if(c!==u)return c;if(s.e!==e.e)return s.e>e.e^c<0?1:-1;for(n=o.length,i=a.length,t=0,r=n<i?n:i;t<r;++t)if(o[t]!==a[t])return o[t]>a[t]^c<0?1:-1;return n===i?0:n>i^c<0?1:-1};ye.cosine=ye.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())+et,n.rounding=1,r=pk(n,Z_(n,r)),n.precision=e,n.rounding=t,Ye(mi==2||mi==3?r.neg():r,e,t,!0)):new n(1):new n(NaN)};ye.cubeRoot=ye.cbrt=function(){var e,t,r,n,i,s,o,a,c,u,l=this,f=l.constructor;if(!l.isFinite()||l.isZero())return new f(l);for(ut=!1,s=l.s*hr(l.s*l,1/3),!s||Math.abs(s)==1/0?(r=_r(l.d),e=l.e,(s=(e-r.length+1)%3)&&(r+=s==1||s==-2?"0":"00"),s=hr(r,1/3),e=Ar((e+1)/3)-(e%3==(e<0?-1:2)),s==1/0?r="5e"+e:(r=s.toExponential(),r=r.slice(0,r.indexOf("e")+1)+e),n=new f(r),n.s=l.s):n=new f(s.toString()),o=(e=f.precision)+3;;)if(a=n,c=a.times(a).times(a),u=c.plus(l),n=Vt(u.plus(l).times(a),u.plus(c),o+2,1),_r(a.d).slice(0,o)===(r=_r(n.d)).slice(0,o))if(r=r.slice(o-3,o+1),r=="9999"||!i&&r=="4999"){if(!i&&(Ye(a,e+1,0),a.times(a).times(a).eq(l))){n=a;break}o+=4,i=1}else{(!+r||!+r.slice(1)&&r.charAt(0)=="5")&&(Ye(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return ut=!0,Ye(n,e,f.rounding,t)};ye.decimalPlaces=ye.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-Ar(this.e/et))*et,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r};ye.dividedBy=ye.div=function(e){return Vt(this,new this.constructor(e))};ye.dividedToIntegerBy=ye.divToInt=function(e){var t=this,r=t.constructor;return Ye(Vt(t,new r(e),0,1,1),r.precision,r.rounding)};ye.equals=ye.eq=function(e){return this.cmp(e)===0};ye.floor=function(){return Ye(new this.constructor(this),this.e+1,3)};ye.greaterThan=ye.gt=function(e){return this.cmp(e)>0};ye.greaterThanOrEqualTo=ye.gte=function(e){var t=this.cmp(e);return t==1||t===0};ye.hyperbolicCosine=ye.cosh=function(){var e,t,r,n,i,s=this,o=s.constructor,a=new o(1);if(!s.isFinite())return new o(s.s?1/0:NaN);if(s.isZero())return a;r=o.precision,n=o.rounding,o.precision=r+Math.max(s.e,s.sd())+4,o.rounding=1,i=s.d.length,i<32?(e=Math.ceil(i/3),t=(1/Zu(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),s=Eo(o,1,s.times(t),new o(1),!0);for(var c,u=e,l=new o(8);u--;)c=s.times(s),s=a.minus(c.times(l.minus(c.times(l))));return Ye(s,o.precision=r,o.rounding=n,!0)};ye.hyperbolicSine=ye.sinh=function(){var e,t,r,n,i=this,s=i.constructor;if(!i.isFinite()||i.isZero())return new s(i);if(t=s.precision,r=s.rounding,s.precision=t+Math.max(i.e,i.sd())+4,s.rounding=1,n=i.d.length,n<3)i=Eo(s,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/Zu(5,e)),i=Eo(s,2,i,i,!0);for(var o,a=new s(5),c=new s(16),u=new s(20);e--;)o=i.times(i),i=i.times(a.plus(o.times(c.times(o).plus(u))))}return s.precision=t,s.rounding=r,Ye(i,t,r,!0)};ye.hyperbolicTangent=ye.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,Vt(r.sinh(),r.cosh(),n.precision=e,n.rounding=t)):new n(r.s)};ye.inverseCosine=ye.acos=function(){var e,t=this,r=t.constructor,n=t.abs().cmp(1),i=r.precision,s=r.rounding;return n!==-1?n===0?t.isNeg()?yn(r,i,s):new r(0):new r(NaN):t.isZero()?yn(r,i+4,s).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=yn(r,i+4,s).times(.5),r.precision=i,r.rounding=s,e.minus(t))};ye.inverseHyperbolicCosine=ye.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,ut=!1,r=r.times(r).minus(1).sqrt().plus(r),ut=!0,n.precision=e,n.rounding=t,r.ln()):new n(r)};ye.inverseHyperbolicSine=ye.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,ut=!1,r=r.times(r).plus(1).sqrt().plus(r),ut=!0,n.precision=e,n.rounding=t,r.ln())};ye.inverseHyperbolicTangent=ye.atanh=function(){var e,t,r,n,i=this,s=i.constructor;return i.isFinite()?i.e>=0?new s(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=s.precision,t=s.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?Ye(new s(i),e,t,!0):(s.precision=r=n-i.e,i=Vt(i.plus(1),new s(1).minus(i),r+e,1),s.precision=e+4,s.rounding=1,i=i.ln(),s.precision=e,s.rounding=t,i.times(.5))):new s(NaN)};ye.inverseSine=ye.asin=function(){var e,t,r,n,i=this,s=i.constructor;return i.isZero()?new s(i):(t=i.abs().cmp(1),r=s.precision,n=s.rounding,t!==-1?t===0?(e=yn(s,r+4,n).times(.5),e.s=i.s,e):new s(NaN):(s.precision=r+6,s.rounding=1,i=i.div(new s(1).minus(i.times(i)).sqrt().plus(1)).atan(),s.precision=r,s.rounding=n,i.times(2)))};ye.inverseTangent=ye.atan=function(){var e,t,r,n,i,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding;if(u.isFinite()){if(u.isZero())return new l(u);if(u.abs().eq(1)&&f+4<=od)return o=yn(l,f+4,h).times(.25),o.s=u.s,o}else{if(!u.s)return new l(NaN);if(f+4<=od)return o=yn(l,f+4,h).times(.5),o.s=u.s,o}for(l.precision=a=f+10,l.rounding=1,r=Math.min(28,a/et+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(ut=!1,t=Math.ceil(a/et),n=1,c=u.times(u),o=new l(u),i=u;e!==-1;)if(i=i.times(c),s=o.minus(i.div(n+=2)),i=i.times(c),o=s.plus(i.div(n+=2)),o.d[t]!==void 0)for(e=t;o.d[e]===s.d[e]&&e--;);return r&&(o=o.times(2<<r-1)),ut=!0,Ye(o,l.precision=f,l.rounding=h,!0)};ye.isFinite=function(){return!!this.d};ye.isInteger=ye.isInt=function(){return!!this.d&&Ar(this.e/et)>this.d.length-2};ye.isNaN=function(){return!this.s};ye.isNegative=ye.isNeg=function(){return this.s<0};ye.isPositive=ye.isPos=function(){return this.s>0};ye.isZero=function(){return!!this.d&&this.d[0]===0};ye.lessThan=ye.lt=function(e){return this.cmp(e)<0};ye.lessThanOrEqualTo=ye.lte=function(e){return this.cmp(e)<1};ye.logarithm=ye.log=function(e){var t,r,n,i,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding,y=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)s=!0;else{for(i=r[0];i%10===0;)i/=10;s=i!==1}if(ut=!1,a=f+y,o=Vi(u,a),n=t?_u(l,a+10):Vi(e,a),c=Vt(o,n,a,1),La(c.d,i=f,h))do if(a+=10,o=Vi(u,a),n=t?_u(l,a+10):Vi(e,a),c=Vt(o,n,a,1),!s){+_r(c.d).slice(i+1,i+15)+1==1e14&&(c=Ye(c,f+1,0));break}while(La(c.d,i+=10,h));return ut=!0,Ye(c,f,h)};ye.minus=ye.sub=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,_=y.constructor;if(e=new _(e),!y.d||!e.d)return!y.s||!e.s?e=new _(NaN):y.d?e.s=-e.s:e=new _(e.d||y.s!==e.s?y:NaN),e;if(y.s!=e.s)return e.s=-e.s,y.plus(e);if(u=y.d,h=e.d,a=_.precision,c=_.rounding,!u[0]||!h[0]){if(h[0])e.s=-e.s;else if(u[0])e=new _(y);else return new _(c===3?-0:0);return ut?Ye(e,a,c):e}if(r=Ar(e.e/et),l=Ar(y.e/et),u=u.slice(),s=l-r,s){for(f=s<0,f?(t=u,s=-s,o=h.length):(t=h,r=l,o=u.length),n=Math.max(Math.ceil(a/et),o)+2,s>n&&(s=n,t.length=1),t.reverse(),n=s;n--;)t.push(0);t.reverse()}else{for(n=u.length,o=h.length,f=n<o,f&&(o=n),n=0;n<o;n++)if(u[n]!=h[n]){f=u[n]<h[n];break}s=0}for(f&&(t=u,u=h,h=t,e.s=-e.s),o=u.length,n=h.length-o;n>0;--n)u[o++]=0;for(n=h.length;n>s;){if(u[--n]<h[n]){for(i=n;i&&u[--i]===0;)u[i]=wn-1;--u[i],u[n]+=wn}u[n]-=h[n]}for(;u[--o]===0;)u.pop();for(;u[0]===0;u.shift())--r;return u[0]?(e.d=u,e.e=Ju(u,r),ut?Ye(e,a,c):e):new _(c===3?-0:0)};ye.modulo=ye.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]?Ye(new n(r),n.precision,n.rounding):(ut=!1,n.modulo==9?(t=Vt(r,e.abs(),0,3,1),t.s*=e.s):t=Vt(r,e,0,n.modulo,1),t=t.times(e),ut=!0,r.minus(t))};ye.naturalExponential=ye.exp=function(){return ad(this)};ye.naturalLogarithm=ye.ln=function(){return Vi(this)};ye.negated=ye.neg=function(){var e=new this.constructor(this);return e.s=-e.s,Ye(e)};ye.plus=ye.add=function(e){var t,r,n,i,s,o,a,c,u,l,f=this,h=f.constructor;if(e=new h(e),!f.d||!e.d)return!f.s||!e.s?e=new h(NaN):f.d||(e=new h(e.d||f.s===e.s?f:NaN)),e;if(f.s!=e.s)return e.s=-e.s,f.minus(e);if(u=f.d,l=e.d,a=h.precision,c=h.rounding,!u[0]||!l[0])return l[0]||(e=new h(f)),ut?Ye(e,a,c):e;if(s=Ar(f.e/et),n=Ar(e.e/et),u=u.slice(),i=s-n,i){for(i<0?(r=u,i=-i,o=l.length):(r=l,n=s,o=u.length),s=Math.ceil(a/et),o=s>o?s+1:o+1,i>o&&(i=o,r.length=1),r.reverse();i--;)r.push(0);r.reverse()}for(o=u.length,i=l.length,o-i<0&&(i=o,r=l,l=u,u=r),t=0;i;)t=(u[--i]=u[i]+l[i]+t)/wn|0,u[i]%=wn;for(t&&(u.unshift(t),++n),o=u.length;u[--o]==0;)u.pop();return e.d=u,e.e=Ju(u,n),ut?Ye(e,a,c):e};ye.precision=ye.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=K_(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t};ye.round=function(){var e=this,t=e.constructor;return Ye(new t(e),e.e+1,t.rounding)};ye.sine=ye.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())+et,n.rounding=1,r=gk(n,Z_(n,r)),n.precision=e,n.rounding=t,Ye(mi>2?r.neg():r,e,t,!0)):new n(NaN)};ye.squareRoot=ye.sqrt=function(){var e,t,r,n,i,s,o=this,a=o.d,c=o.e,u=o.s,l=o.constructor;if(u!==1||!a||!a[0])return new l(!u||u<0&&(!a||a[0])?NaN:a?o:1/0);for(ut=!1,u=Math.sqrt(+o),u==0||u==1/0?(t=_r(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=Ar((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(s=n,n=s.plus(Vt(o,s,r+2,1)).times(.5),_r(s.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&&(Ye(s,c+1,0),s.times(s).eq(o))){n=s;break}r+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(Ye(n,c+1,1),e=!n.times(n).eq(o));break}return ut=!0,Ye(n,c,l.rounding,e)};ye.tangent=ye.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=Vt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,Ye(mi==2||mi==4?r.neg():r,e,t,!0)):new n(NaN)};ye.times=ye.mul=function(e){var t,r,n,i,s,o,a,c,u,l=this,f=l.constructor,h=l.d,y=(e=new f(e)).d;if(e.s*=l.s,!h||!h[0]||!y||!y[0])return new f(!e.s||h&&!h[0]&&!y||y&&!y[0]&&!h?NaN:!h||!y?e.s/0:e.s*0);for(r=Ar(l.e/et)+Ar(e.e/et),c=h.length,u=y.length,c<u&&(s=h,h=y,y=s,o=c,c=u,u=o),s=[],o=c+u,n=o;n--;)s.push(0);for(n=u;--n>=0;){for(t=0,i=c+n;i>n;)a=s[i]+y[n]*h[i-n-1]+t,s[i--]=a%wn|0,t=a/wn|0;s[i]=(s[i]+t)%wn|0}for(;!s[--o];)s.pop();return t?++r:s.shift(),e.d=s,e.e=Ju(s,r),ut?Ye(e,f.precision,f.rounding):e};ye.toBinary=function(e,t){return Jh(this,2,e,t)};ye.toDecimalPlaces=ye.toDP=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(Lr(e,0,os),t===void 0?t=n.rounding:Lr(t,0,8),Ye(r,e+r.e+1,t))};ye.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Wn(n,!0):(Lr(e,0,os),t===void 0?t=i.rounding:Lr(t,0,8),n=Ye(new i(n),e+1,t),r=Wn(n,!0,e+1)),n.isNeg()&&!n.isZero()?"-"+r:r};ye.toFixed=function(e,t){var r,n,i=this,s=i.constructor;return e===void 0?r=Wn(i):(Lr(e,0,os),t===void 0?t=s.rounding:Lr(t,0,8),n=Ye(new s(i),e+i.e+1,t),r=Wn(n,!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+r:r};ye.toFraction=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,_=y.d,w=y.constructor;if(!_)return new w(y);if(u=r=new w(1),n=c=new w(0),t=new w(n),s=t.e=K_(_)-y.e-1,o=s%et,t.d[0]=hr(10,o<0?et+o:o),e==null)e=s>0?t:u;else{if(a=new w(e),!a.isInt()||a.lt(u))throw Error(Zi+a);e=a.gt(t)?s>0?t:u:a}for(ut=!1,a=new w(_r(_)),l=w.precision,w.precision=s=_.length*et*2;f=Vt(a,t,0,1,1),i=r.plus(f.times(n)),i.cmp(e)!=1;)r=n,n=i,i=u,u=c.plus(f.times(i)),c=i,i=t,t=a.minus(f.times(i)),a=i;return i=Vt(e.minus(r),n,0,1,1),c=c.plus(i.times(u)),r=r.plus(i.times(n)),c.s=u.s=y.s,h=Vt(u,n,s,1).minus(y).abs().cmp(Vt(c,r,s,1).minus(y).abs())<1?[u,n]:[c,r],w.precision=l,ut=!0,h};ye.toHexadecimal=ye.toHex=function(e,t){return Jh(this,16,e,t)};ye.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:Lr(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]?(ut=!1,r=Vt(r,e,0,t,1).times(e),ut=!0,Ye(r)):(e.s=r.s,r=e),r};ye.toNumber=function(){return+this};ye.toOctal=function(e,t){return Jh(this,8,e,t)};ye.toPower=ye.pow=function(e){var t,r,n,i,s,o,a=this,c=a.constructor,u=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(hr(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,s=c.rounding,e.eq(1))return Ye(a,n,s);if(t=Ar(e.e/et),t>=e.d.length-1&&(r=u<0?-u:u)<=dk)return i=X_(c,a,r,n),e.s<0?new c(1).div(i):Ye(i,n,s);if(o=a.s,o<0){if(t<e.d.length-1)return new c(NaN);if(e.d[t]&1||(o=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=o,a}return r=hr(+a,u),t=r==0||!isFinite(r)?Ar(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?o/0:0):(ut=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=ad(e.times(Vi(a,n+r)),n),i.d&&(i=Ye(i,n+5,1),La(i.d,n,s)&&(t=n+10,i=Ye(ad(e.times(Vi(a,t+r)),t),t+5,1),+_r(i.d).slice(n+1,n+15)+1==1e14&&(i=Ye(i,n+1,0)))),i.s=o,ut=!0,c.rounding=s,Ye(i,n,s))};ye.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Wn(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(Lr(e,1,os),t===void 0?t=i.rounding:Lr(t,0,8),n=Ye(new i(n),e,t),r=Wn(n,e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+r:r};ye.toSignificantDigits=ye.toSD=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(Lr(e,1,os),t===void 0?t=n.rounding:Lr(t,0,8)),Ye(new n(r),e,t)};ye.toString=function(){var e=this,t=e.constructor,r=Wn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r};ye.truncated=ye.trunc=function(){return Ye(new this.constructor(this),this.e+1,1)};ye.valueOf=ye.toJSON=function(){var e=this,t=e.constructor,r=Wn(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,s="",o=e[0];if(i>0){for(s+=o,t=1;t<i;t++)n=e[t]+"",r=et-n.length,r&&(s+=Ui(r)),s+=n;o=e[t],n=o+"",r=et-n.length,r&&(s+=Ui(r))}else if(o===0)return"0";for(;o%10===0;)o/=10;return s+o}function Lr(e,t,r){if(e!==~~e||e<t||e>r)throw Error(Zi+e)}function La(e,t,r,n){var i,s,o,a;for(s=e[0];s>=10;s/=10)--t;return--t<0?(t+=et,i=0):(i=Math.ceil((t+1)/et),t%=et),s=hr(10,et-t),a=e[i]%s|0,n==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),o=r<4&&a==99999||r>3&&a==49999||a==5e4||a==0):o=(r<4&&a+1==s||r>3&&a+1==s/2)&&(e[i+1]/s/100|0)==hr(10,t-2)-1||(a==s/2||a==0)&&(e[i+1]/s/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),o=(n||r<4)&&a==9999||!n&&r>3&&a==4999):o=((n||r<4)&&a+1==s||!n&&r>3&&a+1==s/2)&&(e[i+1]/s/1e3|0)==hr(10,t-3)-1,o}function Vc(e,t,r){for(var n,i=[0],s,o=0,a=e.length;o<a;){for(s=i.length;s--;)i[s]*=t;for(i[0]+=id.indexOf(e.charAt(o++)),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 pk(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/Zu(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=Eo(e,1,t.times(i),new e(1));for(var s=r;s--;){var o=t.times(t);t=o.times(o).minus(o).times(8).plus(1)}return e.precision-=r,t}var Vt=function(){function e(n,i,s){var o,a=0,c=n.length;for(n=n.slice();c--;)o=n[c]*i+a,n[c]=o%s|0,a=o/s|0;return a&&n.unshift(a),n}function t(n,i,s,o){var a,c;if(s!=o)c=s>o?1:-1;else for(a=c=0;a<s;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function r(n,i,s,o){for(var a=0;s--;)n[s]-=a,a=n[s]<i[s]?1:0,n[s]=a*o+n[s]-i[s];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,s,o,a,c){var u,l,f,h,y,_,w,A,I,P,N,F,L,H,q,X,re,ae,oe,V,$=n.constructor,p=n.s==i.s?1:-1,d=n.d,m=i.d;if(!d||!d[0]||!m||!m[0])return new $(!n.s||!i.s||(d?m&&d[0]==m[0]:!m)?NaN:d&&d[0]==0||!m?p*0:p/0);for(c?(y=1,l=n.e-i.e):(c=wn,y=et,l=Ar(n.e/y)-Ar(i.e/y)),oe=m.length,re=d.length,I=new $(p),P=I.d=[],f=0;m[f]==(d[f]||0);f++);if(m[f]>(d[f]||0)&&l--,s==null?(H=s=$.precision,o=$.rounding):a?H=s+(n.e-i.e)+1:H=s,H<0)P.push(1),_=!0;else{if(H=H/y+2|0,f=0,oe==1){for(h=0,m=m[0],H++;(f<re||h)&&H--;f++)q=h*c+(d[f]||0),P[f]=q/m|0,h=q%m|0;_=h||f<re}else{for(h=c/(m[0]+1)|0,h>1&&(m=e(m,h,c),d=e(d,h,c),oe=m.length,re=d.length),X=oe,N=d.slice(0,oe),F=N.length;F<oe;)N[F++]=0;V=m.slice(),V.unshift(0),ae=m[0],m[1]>=c/2&&++ae;do h=0,u=t(m,N,oe,F),u<0?(L=N[0],oe!=F&&(L=L*c+(N[1]||0)),h=L/ae|0,h>1?(h>=c&&(h=c-1),w=e(m,h,c),A=w.length,F=N.length,u=t(w,N,A,F),u==1&&(h--,r(w,oe<A?V:m,A,c))):(h==0&&(u=h=1),w=m.slice()),A=w.length,A<F&&w.unshift(0),r(N,w,F,c),u==-1&&(F=N.length,u=t(m,N,oe,F),u<1&&(h++,r(N,oe<F?V:m,F,c))),F=N.length):u===0&&(h++,N=[0]),P[f++]=h,u&&N[0]?N[F++]=d[X]||0:(N=[d[X]],F=1);while((X++<re||N[0]!==void 0)&&H--);_=N[0]!==void 0}P[0]||P.shift()}if(y==1)I.e=l,V_=_;else{for(f=1,h=P[0];h>=10;h/=10)f++;I.e=f+l*y-1,Ye(I,a?s+I.e+1:s,o,_)}return I}}();function Ye(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor;e:if(t!=null){if(f=e.d,!f)return e;for(i=1,a=f[0];a>=10;a/=10)i++;if(s=t-i,s<0)s+=et,o=t,l=f[h=0],c=l/hr(10,i-o-1)%10|0;else if(h=Math.ceil((s+1)/et),a=f.length,h>=a)if(n){for(;a++<=h;)f.push(0);l=c=0,i=1,s%=et,o=s-et+1}else break e;else{for(l=a=f[h],i=1;a>=10;a/=10)i++;s%=et,o=s-et+i,c=o<0?0:l/hr(10,i-o-1)%10|0}if(n=n||t<0||f[h+1]!==void 0||(o<0?l:l%hr(10,i-o-1)),u=r<4?(c||n)&&(r==0||r==(e.s<0?3:2)):c>5||c==5&&(r==4||n||r==6&&(s>0?o>0?l/hr(10,i-o):0:f[h-1])%10&1||r==(e.s<0?8:7)),t<1||!f[0])return f.length=0,u?(t-=e.e+1,f[0]=hr(10,(et-t%et)%et),e.e=-t||0):f[0]=e.e=0,e;if(s==0?(f.length=h,a=1,h--):(f.length=h+1,a=hr(10,et-s),f[h]=o>0?(l/hr(10,i-o)%hr(10,o)|0)*a:0),u)for(;;)if(h==0){for(s=1,o=f[0];o>=10;o/=10)s++;for(o=f[0]+=a,a=1;o>=10;o/=10)a++;s!=a&&(e.e++,f[0]==wn&&(f[0]=1));break}else{if(f[h]+=a,f[h]!=wn)break;f[h--]=0,a=1}for(s=f.length;f[--s]===0;)f.pop()}return ut&&(e.e>y.maxE?(e.d=null,e.e=NaN):e.e<y.minE&&(e.e=0,e.d=[0])),e}function Wn(e,t,r){if(!e.isFinite())return J_(e);var n,i=e.e,s=_r(e.d),o=s.length;return t?(r&&(n=r-o)>0?s=s.charAt(0)+"."+s.slice(1)+Ui(n):o>1&&(s=s.charAt(0)+"."+s.slice(1)),s=s+(e.e<0?"e":"e+")+e.e):i<0?(s="0."+Ui(-i-1)+s,r&&(n=r-o)>0&&(s+=Ui(n))):i>=o?(s+=Ui(i+1-o),r&&(n=r-i-1)>0&&(s=s+"."+Ui(n))):((n=i+1)<o&&(s=s.slice(0,n)+"."+s.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(s+="."),s+=Ui(n))),s}function Ju(e,t){var r=e[0];for(t*=et;r>=10;r/=10)t++;return t}function _u(e,t,r){if(t>hk)throw ut=!0,r&&(e.precision=r),Error(q_);return Ye(new e(bu),t,1,!0)}function yn(e,t,r){if(t>od)throw Error(q_);return Ye(new e(wu),t,r,!0)}function K_(e){var t=e.length-1,r=t*et+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 Ui(e){for(var t="";e--;)t+="0";return t}function X_(e,t,r,n){var i,s=new e(1),o=Math.ceil(n/et+4);for(ut=!1;;){if(r%2&&(s=s.times(t),Zp(s.d,o)&&(i=!0)),r=Ar(r/2),r===0){r=s.d.length-1,i&&s.d[r]===0&&++s.d[r];break}t=t.times(t),Zp(t.d,o)}return ut=!0,s}function Jp(e){return e.d[e.d.length-1]&1}function Y_(e,t,r){for(var n,i=new e(t[0]),s=0;++s<t.length;)if(n=new e(t[s]),n.s)i[r](n)&&(i=n);else{i=n;break}return i}function ad(e,t){var r,n,i,s,o,a,c,u=0,l=0,f=0,h=e.constructor,y=h.rounding,_=h.precision;if(!e.d||!e.d[0]||e.e>17)return new h(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(ut=!1,c=_):c=t,a=new h(.03125);e.e>-2;)e=e.times(a),f+=5;for(n=Math.log(hr(2,f))/Math.LN10*2+5|0,c+=n,r=s=o=new h(1),h.precision=c;;){if(s=Ye(s.times(e),c,1),r=r.times(++l),a=o.plus(Vt(s,r,c,1)),_r(a.d).slice(0,c)===_r(o.d).slice(0,c)){for(i=f;i--;)o=Ye(o.times(o),c,1);if(t==null)if(u<3&&La(o.d,c-n,y,u))h.precision=c+=10,r=s=a=new h(1),l=0,u++;else return Ye(o,h.precision=_,y,ut=!0);else return h.precision=_,o}o=a}}function Vi(e,t){var r,n,i,s,o,a,c,u,l,f,h,y=1,_=10,w=e,A=w.d,I=w.constructor,P=I.rounding,N=I.precision;if(w.s<0||!A||!A[0]||!w.e&&A[0]==1&&A.length==1)return new I(A&&!A[0]?-1/0:w.s!=1?NaN:A?0:w);if(t==null?(ut=!1,l=N):l=t,I.precision=l+=_,r=_r(A),n=r.charAt(0),Math.abs(s=w.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)w=w.times(e),r=_r(w.d),n=r.charAt(0),y++;s=w.e,n>1?(w=new I("0."+r),s++):w=new I(n+"."+r.slice(1))}else return u=_u(I,l+2,N).times(s+""),w=Vi(new I(n+"."+r.slice(1)),l-_).plus(u),I.precision=N,t==null?Ye(w,N,P,ut=!0):w;for(f=w,c=o=w=Vt(w.minus(1),w.plus(1),l,1),h=Ye(w.times(w),l,1),i=3;;){if(o=Ye(o.times(h),l,1),u=c.plus(Vt(o,new I(i),l,1)),_r(u.d).slice(0,l)===_r(c.d).slice(0,l))if(c=c.times(2),s!==0&&(c=c.plus(_u(I,l+2,N).times(s+""))),c=Vt(c,new I(y),l,1),t==null)if(La(c.d,l-_,P,a))I.precision=l+=_,u=o=w=Vt(f.minus(1),f.plus(1),l,1),h=Ye(w.times(w),l,1),i=a=1;else return Ye(c,I.precision=N,P,ut=!0);else return I.precision=N,c;c=u,i+=2}}function J_(e){return String(e.s*e.s/0)}function cd(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)%et,r<0&&(n+=et),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=et;n<i;)e.d.push(+t.slice(n,n+=et));t=t.slice(n),n=et-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),ut&&(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 mk(e,t){var r,n,i,s,o,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),W_.test(t))return cd(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(lk.test(t))r=16,t=t.toLowerCase();else if(uk.test(t))r=2;else if(fk.test(t))r=8;else throw Error(Zi+t);for(s=t.search(/p/i),s>0?(c=+t.slice(s+1),t=t.substring(2,s)):t=t.slice(2),s=t.indexOf("."),o=s>=0,n=e.constructor,o&&(t=t.replace(".",""),a=t.length,s=a-s,i=X_(n,new n(r),s,s*2)),u=Vc(t,r,wn),l=u.length-1,s=l;u[s]===0;--s)u.pop();return s<0?new n(e.s*0):(e.e=Ju(u,l),e.d=u,ut=!1,o&&(e=Vt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?hr(2,c):rn.pow(2,c))),ut=!0,e)}function gk(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:Eo(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Zu(5,r)),t=Eo(e,2,t,t);for(var i,s=new e(5),o=new e(16),a=new e(20);r--;)i=t.times(t),t=t.times(s.plus(i.times(o.times(i).minus(a))));return t}function Eo(e,t,r,n,i){var s,o,a,c,u=e.precision,l=Math.ceil(u/et);for(ut=!1,c=r.times(r),a=new e(n);;){if(o=Vt(a.times(c),new e(t++*t++),u,1),a=i?n.plus(o):n.minus(o),n=Vt(o.times(c),new e(t++*t++),u,1),o=a.plus(n),o.d[l]!==void 0){for(s=l;o.d[s]===a.d[s]&&s--;);if(s==-1)break}s=a,a=n,n=o,o=s}return ut=!0,o.d.length=l+1,o}function Zu(e,t){for(var r=e;--t;)r*=e;return r}function Z_(e,t){var r,n=t.s<0,i=yn(e,e.precision,1),s=i.times(.5);if(t=t.abs(),t.lte(s))return mi=n?4:1,t;if(r=t.divToInt(i),r.isZero())mi=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(s))return mi=Jp(r)?n?2:3:n?4:1,t;mi=Jp(r)?n?1:4:n?3:2}return t.minus(i).abs()}function Jh(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor,_=r!==void 0;if(_?(Lr(r,1,os),n===void 0?n=y.rounding:Lr(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())l=J_(e);else{for(l=Wn(e),o=l.indexOf("."),_?(i=2,t==16?r=r*4-3:t==8&&(r=r*3-2)):i=t,o>=0&&(l=l.replace(".",""),h=new y(1),h.e=l.length-o,h.d=Vc(Wn(h),10,i),h.e=h.d.length),f=Vc(l,10,i),s=c=f.length;f[--c]==0;)f.pop();if(!f[0])l=_?"0p+0":"0";else{if(o<0?s--:(e=new y(e),e.d=f,e.e=s,e=Vt(e,h,r,n,0,i),f=e.d,s=e.e,u=V_),o=f[r],a=i/2,u=u||f[r+1]!==void 0,u=n<4?(o!==void 0||u)&&(n===0||n===(e.s<0?3:2)):o>a||o===a&&(n===4||u||n===6&&f[r-1]&1||n===(e.s<0?8:7)),f.length=r,u)for(;++f[--r]>i-1;)f[r]=0,r||(++s,f.unshift(1));for(c=f.length;!f[c-1];--c);for(o=0,l="";o<c;o++)l+=id.charAt(f[o]);if(_){if(c>1)if(t==16||t==8){for(o=t==16?4:3,--c;c%o;c++)l+="0";for(f=Vc(l,i,t),c=f.length;!f[c-1];--c);for(o=1,l="1.";o<c;o++)l+=id.charAt(f[o])}else l=l.charAt(0)+"."+l.slice(1);l=l+(s<0?"p":"p+")+s}else if(s<0){for(;++s;)l="0"+l;l="0."+l}else if(++s>c)for(s-=c;s--;)l+="0";else s<c&&(l=l.slice(0,s)+"."+l.slice(s))}l=(t==16?"0x":t==2?"0b":t==8?"0o":"")+l}return e.s<0?"-"+l:l}function Zp(e,t){if(e.length>t)return e.length=t,!0}function vk(e){return new this(e).abs()}function yk(e){return new this(e).acos()}function bk(e){return new this(e).acosh()}function wk(e,t){return new this(e).plus(t)}function _k(e){return new this(e).asin()}function xk(e){return new this(e).asinh()}function Sk(e){return new this(e).atan()}function Ek(e){return new this(e).atanh()}function Mk(e,t){e=new this(e),t=new this(t);var r,n=this.precision,i=this.rounding,s=n+4;return!e.s||!t.s?r=new this(NaN):!e.d&&!t.d?(r=yn(this,s,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?yn(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=yn(this,s,1).times(.5),r.s=e.s):t.s<0?(this.precision=s,this.rounding=1,r=this.atan(Vt(e,t,s,1)),t=yn(this,s,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(Vt(e,t,s,1)),r}function Ck(e){return new this(e).cbrt()}function Ak(e){return Ye(e=new this(e),e.e+1,2)}function Tk(e,t,r){return new this(e).clamp(t,r)}function Ok(e){if(!e||typeof e!="object")throw Error(Yu+"Object expected");var t,r,n,i=e.defaults===!0,s=["precision",1,os,"rounding",0,8,"toExpNeg",-ho,0,"toExpPos",0,ho,"maxE",0,ho,"minE",-ho,0,"modulo",0,9];for(t=0;t<s.length;t+=3)if(r=s[t],i&&(this[r]=sd[r]),(n=e[r])!==void 0)if(Ar(n)===n&&n>=s[t+1]&&n<=s[t+2])this[r]=n;else throw Error(Zi+r+": "+n);if(r="crypto",i&&(this[r]=sd[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(G_);else this[r]=!1;else throw Error(Zi+r+": "+n);return this}function Ik(e){return new this(e).cos()}function kk(e){return new this(e).cosh()}function Q_(e){var t,r,n;function i(s){var o,a,c,u=this;if(!(u instanceof i))return new i(s);if(u.constructor=i,Qp(s)){u.s=s.s,ut?!s.d||s.e>i.maxE?(u.e=NaN,u.d=null):s.e<i.minE?(u.e=0,u.d=[0]):(u.e=s.e,u.d=s.d.slice()):(u.e=s.e,u.d=s.d?s.d.slice():s.d);return}if(c=typeof s,c==="number"){if(s===0){u.s=1/s<0?-1:1,u.e=0,u.d=[0];return}if(s<0?(s=-s,u.s=-1):u.s=1,s===~~s&&s<1e7){for(o=0,a=s;a>=10;a/=10)o++;ut?o>i.maxE?(u.e=NaN,u.d=null):o<i.minE?(u.e=0,u.d=[0]):(u.e=o,u.d=[s]):(u.e=o,u.d=[s]);return}else if(s*0!==0){s||(u.s=NaN),u.e=NaN,u.d=null;return}return cd(u,s.toString())}else if(c!=="string")throw Error(Zi+s);return(a=s.charCodeAt(0))===45?(s=s.slice(1),u.s=-1):(a===43&&(s=s.slice(1)),u.s=1),W_.test(s)?cd(u,s):mk(u,s)}if(i.prototype=ye,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=Ok,i.clone=Q_,i.isDecimal=Qp,i.abs=vk,i.acos=yk,i.acosh=bk,i.add=wk,i.asin=_k,i.asinh=xk,i.atan=Sk,i.atanh=Ek,i.atan2=Mk,i.cbrt=Ck,i.ceil=Ak,i.clamp=Tk,i.cos=Ik,i.cosh=kk,i.div=jk,i.exp=Pk,i.floor=Rk,i.hypot=Nk,i.ln=Dk,i.log=$k,i.log10=Lk,i.log2=Bk,i.max=Uk,i.min=Fk,i.mod=zk,i.mul=Vk,i.pow=qk,i.random=Gk,i.round=Hk,i.sign=Wk,i.sin=Kk,i.sinh=Xk,i.sqrt=Yk,i.sub=Jk,i.sum=Zk,i.tan=Qk,i.tanh=ej,i.trunc=tj,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 jk(e,t){return new this(e).div(t)}function Pk(e){return new this(e).exp()}function Rk(e){return Ye(e=new this(e),e.e+1,3)}function Nk(){var e,t,r=new this(0);for(ut=!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 ut=!0,new this(1/0);r=t}return ut=!0,r.sqrt()}function Qp(e){return e instanceof rn||e&&e.toStringTag===H_||!1}function Dk(e){return new this(e).ln()}function $k(e,t){return new this(e).log(t)}function Bk(e){return new this(e).log(2)}function Lk(e){return new this(e).log(10)}function Uk(){return Y_(this,arguments,"lt")}function Fk(){return Y_(this,arguments,"gt")}function zk(e,t){return new this(e).mod(t)}function Vk(e,t){return new this(e).mul(t)}function qk(e,t){return new this(e).pow(t)}function Gk(e){var t,r,n,i,s=0,o=new this(1),a=[];if(e===void 0?e=this.precision:Lr(e,1,os),n=Math.ceil(e/et),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(n));s<n;)i=t[s],i>=429e7?t[s]=crypto.getRandomValues(new Uint32Array(1))[0]:a[s++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(n*=4);s<n;)i=t[s]+(t[s+1]<<8)+(t[s+2]<<16)+((t[s+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,s):(a.push(i%1e7),s+=4);s=n/4}else throw Error(G_);else for(;s<n;)a[s++]=Math.random()*1e7|0;for(n=a[--s],e%=et,n&&e&&(i=hr(10,et-e),a[s]=(n/i|0)*i);a[s]===0;s--)a.pop();if(s<0)r=0,a=[0];else{for(r=-1;a[0]===0;r-=et)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<et&&(r-=et-n)}return o.e=r,o.d=a,o}function Hk(e){return Ye(e=new this(e),e.e+1,this.rounding)}function Wk(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function Kk(e){return new this(e).sin()}function Xk(e){return new this(e).sinh()}function Yk(e){return new this(e).sqrt()}function Jk(e,t){return new this(e).sub(t)}function Zk(){var e=0,t=arguments,r=new this(t[e]);for(ut=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return ut=!0,Ye(r,this.precision,this.rounding)}function Qk(e){return new this(e).tan()}function ej(e){return new this(e).tanh()}function tj(e){return Ye(e=new this(e),e.e+1,1)}ye[Symbol.for("nodejs.util.inspect.custom")]=ye.toString;ye[Symbol.toStringTag]="Decimal";var rn=ye.constructor=Q_(sd);bu=new rn(bu);wu=new rn(wu);rn.config({precision:256,rounding:rn.ROUND_DOWN,toExpNeg:-256,toExpPos:256});const en=(e,t,r,n=rn.ROUND_HALF_DOWN)=>{if(e==="∞")return"∞";if(e!=="0"&&!e||Ve(e).equals(0))return"0";if(t!==void 0){const u=fs(e,t,n);if(!Ve(u).equals(0))return r?u:Mo(u)}const i=Ve(e).toString(),s=i.split("."),o=s[0],a=s[1];let c;if(Ve(o).gt(0))!a||Ve(o.length).gte(9)?c=fs(i,0,n):Ve(o.length).gte(4)?c=fs(i,2,n):c=fs(i,4,n);else{fs(i,6,n);const u=oj(a);if(u<6)c=fs(i,u+6,n);else{if(u>30)return"0";c=fs(i,9+(u-6),n)}}return r||Ve(o).lt(1)?c:Mo(c)},rj=(e,t=2)=>{if(typeof e>"u"||e==="undefined"||e!==0&&!e)return"--";if(Ve(e).abs().gt(100))return"> 100%";if(Number(e)>=0&&Number(e)<=Math.pow(10,-t))return`<${Math.pow(10,-t)}%`;if(Number(e)<0&&Number(e)*-1<=Math.pow(10,-t))return` < -${Math.pow(10,-t)}%`;const r=sj(e,t);return Number(r)>0?`+${r}%`:`${r}%`},e4=(e,t,r,n)=>{try{if(e===void 0||e==="--")return"$--";const i=en(e,t,!0,rn.ROUND_DOWN).toString();if(Ve(i).equals(0))return"$0";const s=i.startsWith("-");let o=n?i:Mo(i).toString();return o.includes("e")&&(o=n?i:Mo(i).toString()),!r&&Number(i)<Math.pow(10,-t)?s?`-$${o.slice(1)}`:`<$${Math.pow(10,-t).toFixed(t)}`:s?`-$${o.slice(1)}`:`$${o}`}catch{return"$--"}},nj=(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(),s=n<0;let o=i;if(i.toLowerCase().includes("e")){const a=i.match(/(\d+?)(?:\.(\d*))?e([+-])(\d+)/),c=a[1],u=a[2],l=a[3],f=a[4];let h="",y=u?u.substr(f):"";if(y&&(y=`.${y}`),l!=="-"){for(let _=0;_<f;_+=1){const w=u[_]||"0";h+=w}o=c+h+y}else{let _="0";for(let w=0;w<f;w+=1)h=(c[c.length-w-1]||"0")+h;c.length>f&&(_=c.substr(0,c.length-f)),o=`${_}.${h}${u}`}}if(t&&r){let a=`${o.split(".")[0]}.`;const c=o.split(".")[1]||"";for(let u=0;u<t;u+=1)a+=c[u]||"0";o=a}if(o.length>14){const a=o.split(".");a[0].length>14?o=`${a[0].slice(0,14)}+`:(o=o.slice(0,13),o.indexOf(".")===12&&(o=o.slice(0,12)))}return`${s?"-":""}${o}`},Ve=e=>rn.isDecimal(e)?e:new rn(typeof e>"u"||e==="undefined"||!e?0:e);function ij(e,t){return t===void 0?"":Ve(e==null?void 0:e.toString()).div(Math.pow(10,t)).toString()}const fs=(e,t,r)=>Ve(e).toDP(t,r).toString(),sj=(e,t)=>{try{return Ve(e).toDP(t,rn.ROUND_DOWN).toString()}catch{return String(e)}},Mo=e=>{const[t,r]=e.split(".");let n="";for(let i=t.length-1,s=0;i>=0;i--,s++)n=t[i]+n,s%3===2&&i!==0&&(n=","+n);return r?`${n}.${r}`:n};function oj(e){let t=0;if(e)for(;t<e.length;){if(Ve(e[t]).gt(0))return t+1;t++}return 0}function aj(e,t){const r=t4(Ve(t));return Number(Ve(e).mul(r))}function cj(e,t){const r=t4(Ve(t));return Number(Ve(e).div(r))}function t4(e){return Ve(10).pow(Ve(e).abs())}function ud(e,t){const r=cj(e,t);return uj(r.toString(),Number(t))}function uj(e,t=9){if(e===void 0)return"";const r=e.toLowerCase();if(r.includes("e")){if(r.includes("+"))return nj(r,t);const[n,i]=r.split("e");let s=n;const o=Math.abs(parseInt(i,10));let a="",c=s.length;if(n.includes(".")){const[u,l]=n.split(".");s=u+l,c=u.length}for(let u=0;u<o-c;u++)a+="0";return`0.${a}${s}`.slice(0,t+2)}return e}function Qu(e){e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()}const Ps=(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):"",Zh=(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(!Zh(e[i],t[i]))return!1;return!0};function em(e){return!e||Object.keys(e).length===0}function r4(e){var t;return!!(((t=e.split("::"))==null?void 0:t.length)===3&&e.startsWith("0x"))}const tm=async e=>new Promise(t=>{setTimeout(()=>{t(1)},e)});function lj(e,t,r=!1){var a;const n=e.balanceChanges,i=(a=e.effects)==null?void 0:a.gasUsed,s={};let o="0";return i&&(o=Ve(i.computationCost).add(i.storageCost).sub(i.storageRebate).mul(-1).toFixed(0)),n&&n.forEach(c=>{const u=Ta(c.coinType).full_address;if(c.owner.AddressOwner===t){const l=u===qd;let f=c.amount;l&&(f=r?f:Ve(f).sub(o).toFixed(0));const h={coinType:u,amount:f};s[u]=h}}),s}function rm(e,t){if(t){const r=e[Ta(t.coin_type).full_address];if(r)return ud(Ve(r.amount).abs().toFixed(0),t.decimals)}}function Ft(e){return`https://archive.cetus.zone/assets/terminal${e}`}const Un=(e,t=10)=>e&&(e==null?void 0:e.length)>t&&Ve(t).gt(0)?`${e.slice(0,t)}...`:e,n4="0x2::sui::SUI",fj="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI";function i4(e){return Mr(e).full_address===n4}function nm(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 Mr(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={...Mr(r),type_arguments:i.map(l=>Mr(l).source_address)};return u.type_arguments=u.type_arguments.map(l=>i4(l)?l:Mr(l).source_address),u.source_address=nm(u.full_address,u.type_arguments),u}const s=r.split("::"),a={full_address:r,address:r===n4||r===fj?"0x2":hi(s[0]),module:s[1],name:s[2],type_arguments:[],source_address:""};return a.full_address=`${a.address}::${a.module}::${a.name}`,a.source_address=nm(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function dj(e){return e.startsWith("0x")?`${e.slice(2)}`:e}const Qh=(e,t=!0)=>{const r=e.split("::"),n=r.shift();let i=hi(n);return t&&(i=dj(i)),`${i}::${r.join("::")}`},hj=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 s=new AbortController,o=setTimeout(()=>{s.abort()},r);try{const a=await fetch(i,{signal:s.signal});if(clearTimeout(o),!a.ok)throw new Error("Request failed");const c=await a.json();return(c==null?void 0:c.data)||c}catch(a){throw clearTimeout(o),a.name==="AbortError"?new Error("request time out"):a}},pj=async function(e,t,r=3e4){const n=new AbortController,i=setTimeout(()=>{n.abort()},r);try{const s=await fetch(e,{body:JSON.stringify(t),method:"POST",signal:n.signal});if(clearTimeout(i),!s.ok)throw new Error("Request failed");return s.json()}catch(s){throw clearTimeout(i),s.name==="AbortError"?new Error("request time out"):s}},ld="tokenMap",s4="trustedTokenList",o4="collectTokenMap",a4="importTokenList";var c4={exports:{}};/*!
|
|
44
|
+
*/var Co=9e15,gs=1e9,Qd="0123456789abcdef",Bu="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",Lu="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",eh={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-Co,maxE:Co,crypto:!1},j4,Mi,ut=!0,Tl="[DecimalError] ",cs=Tl+"Invalid argument: ",k4=Tl+"Precision limit exceeded",R4=Tl+"crypto unavailable",N4="[object Decimal]",Ar=Math.floor,pr=Math.pow,oN=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,aN=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,cN=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,D4=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,On=1e7,et=7,uN=9007199254740991,lN=Bu.length-1,th=Lu.length-1,we={toStringTag:N4};we.absoluteValue=we.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),Xe(e)};we.ceil=function(){return Xe(new this.constructor(this),this.e+1,2)};we.clampedTo=we.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(cs+t);return r=n.cmp(e),r<0?e:n.cmp(t)>0?t:new i(n)};we.comparedTo=we.cmp=function(e){var t,r,n,i,s=this,o=s.d,a=(e=new s.constructor(e)).d,c=s.s,u=e.s;if(!o||!a)return!c||!u?NaN:c!==u?c:o===a?0:!o^c<0?1:-1;if(!o[0]||!a[0])return o[0]?c:a[0]?-u:0;if(c!==u)return c;if(s.e!==e.e)return s.e>e.e^c<0?1:-1;for(n=o.length,i=a.length,t=0,r=n<i?n:i;t<r;++t)if(o[t]!==a[t])return o[t]>a[t]^c<0?1:-1;return n===i?0:n>i^c<0?1:-1};we.cosine=we.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())+et,n.rounding=1,r=fN(n,U4(n,r)),n.precision=e,n.rounding=t,Xe(Mi==2||Mi==3?r.neg():r,e,t,!0)):new n(1):new n(NaN)};we.cubeRoot=we.cbrt=function(){var e,t,r,n,i,s,o,a,c,u,l=this,f=l.constructor;if(!l.isFinite()||l.isZero())return new f(l);for(ut=!1,s=l.s*pr(l.s*l,1/3),!s||Math.abs(s)==1/0?(r=xr(l.d),e=l.e,(s=(e-r.length+1)%3)&&(r+=s==1||s==-2?"0":"00"),s=pr(r,1/3),e=Ar((e+1)/3)-(e%3==(e<0?-1:2)),s==1/0?r="5e"+e:(r=s.toExponential(),r=r.slice(0,r.indexOf("e")+1)+e),n=new f(r),n.s=l.s):n=new f(s.toString()),o=(e=f.precision)+3;;)if(a=n,c=a.times(a).times(a),u=c.plus(l),n=qt(u.plus(l).times(a),u.plus(c),o+2,1),xr(a.d).slice(0,o)===(r=xr(n.d)).slice(0,o))if(r=r.slice(o-3,o+1),r=="9999"||!i&&r=="4999"){if(!i&&(Xe(a,e+1,0),a.times(a).times(a).eq(l))){n=a;break}o+=4,i=1}else{(!+r||!+r.slice(1)&&r.charAt(0)=="5")&&(Xe(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return ut=!0,Xe(n,e,f.rounding,t)};we.decimalPlaces=we.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-Ar(this.e/et))*et,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r};we.dividedBy=we.div=function(e){return qt(this,new this.constructor(e))};we.dividedToIntegerBy=we.divToInt=function(e){var t=this,r=t.constructor;return Xe(qt(t,new r(e),0,1,1),r.precision,r.rounding)};we.equals=we.eq=function(e){return this.cmp(e)===0};we.floor=function(){return Xe(new this.constructor(this),this.e+1,3)};we.greaterThan=we.gt=function(e){return this.cmp(e)>0};we.greaterThanOrEqualTo=we.gte=function(e){var t=this.cmp(e);return t==1||t===0};we.hyperbolicCosine=we.cosh=function(){var e,t,r,n,i,s=this,o=s.constructor,a=new o(1);if(!s.isFinite())return new o(s.s?1/0:NaN);if(s.isZero())return a;r=o.precision,n=o.rounding,o.precision=r+Math.max(s.e,s.sd())+4,o.rounding=1,i=s.d.length,i<32?(e=Math.ceil(i/3),t=(1/Ol(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),s=$o(o,1,s.times(t),new o(1),!0);for(var c,u=e,l=new o(8);u--;)c=s.times(s),s=a.minus(c.times(l.minus(c.times(l))));return Xe(s,o.precision=r,o.rounding=n,!0)};we.hyperbolicSine=we.sinh=function(){var e,t,r,n,i=this,s=i.constructor;if(!i.isFinite()||i.isZero())return new s(i);if(t=s.precision,r=s.rounding,s.precision=t+Math.max(i.e,i.sd())+4,s.rounding=1,n=i.d.length,n<3)i=$o(s,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/Ol(5,e)),i=$o(s,2,i,i,!0);for(var o,a=new s(5),c=new s(16),u=new s(20);e--;)o=i.times(i),i=i.times(a.plus(o.times(c.times(o).plus(u))))}return s.precision=t,s.rounding=r,Xe(i,t,r,!0)};we.hyperbolicTangent=we.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,qt(r.sinh(),r.cosh(),n.precision=e,n.rounding=t)):new n(r.s)};we.inverseCosine=we.acos=function(){var e,t=this,r=t.constructor,n=t.abs().cmp(1),i=r.precision,s=r.rounding;return n!==-1?n===0?t.isNeg()?En(r,i,s):new r(0):new r(NaN):t.isZero()?En(r,i+4,s).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=En(r,i+4,s).times(.5),r.precision=i,r.rounding=s,e.minus(t))};we.inverseHyperbolicCosine=we.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,ut=!1,r=r.times(r).minus(1).sqrt().plus(r),ut=!0,n.precision=e,n.rounding=t,r.ln()):new n(r)};we.inverseHyperbolicSine=we.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,ut=!1,r=r.times(r).plus(1).sqrt().plus(r),ut=!0,n.precision=e,n.rounding=t,r.ln())};we.inverseHyperbolicTangent=we.atanh=function(){var e,t,r,n,i=this,s=i.constructor;return i.isFinite()?i.e>=0?new s(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=s.precision,t=s.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?Xe(new s(i),e,t,!0):(s.precision=r=n-i.e,i=qt(i.plus(1),new s(1).minus(i),r+e,1),s.precision=e+4,s.rounding=1,i=i.ln(),s.precision=e,s.rounding=t,i.times(.5))):new s(NaN)};we.inverseSine=we.asin=function(){var e,t,r,n,i=this,s=i.constructor;return i.isZero()?new s(i):(t=i.abs().cmp(1),r=s.precision,n=s.rounding,t!==-1?t===0?(e=En(s,r+4,n).times(.5),e.s=i.s,e):new s(NaN):(s.precision=r+6,s.rounding=1,i=i.div(new s(1).minus(i.times(i)).sqrt().plus(1)).atan(),s.precision=r,s.rounding=n,i.times(2)))};we.inverseTangent=we.atan=function(){var e,t,r,n,i,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding;if(u.isFinite()){if(u.isZero())return new l(u);if(u.abs().eq(1)&&f+4<=th)return o=En(l,f+4,h).times(.25),o.s=u.s,o}else{if(!u.s)return new l(NaN);if(f+4<=th)return o=En(l,f+4,h).times(.5),o.s=u.s,o}for(l.precision=a=f+10,l.rounding=1,r=Math.min(28,a/et+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(ut=!1,t=Math.ceil(a/et),n=1,c=u.times(u),o=new l(u),i=u;e!==-1;)if(i=i.times(c),s=o.minus(i.div(n+=2)),i=i.times(c),o=s.plus(i.div(n+=2)),o.d[t]!==void 0)for(e=t;o.d[e]===s.d[e]&&e--;);return r&&(o=o.times(2<<r-1)),ut=!0,Xe(o,l.precision=f,l.rounding=h,!0)};we.isFinite=function(){return!!this.d};we.isInteger=we.isInt=function(){return!!this.d&&Ar(this.e/et)>this.d.length-2};we.isNaN=function(){return!this.s};we.isNegative=we.isNeg=function(){return this.s<0};we.isPositive=we.isPos=function(){return this.s>0};we.isZero=function(){return!!this.d&&this.d[0]===0};we.lessThan=we.lt=function(e){return this.cmp(e)<0};we.lessThanOrEqualTo=we.lte=function(e){return this.cmp(e)<1};we.logarithm=we.log=function(e){var t,r,n,i,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding,y=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)s=!0;else{for(i=r[0];i%10===0;)i/=10;s=i!==1}if(ut=!1,a=f+y,o=ts(u,a),n=t?Fu(l,a+10):ts(e,a),c=qt(o,n,a,1),Qa(c.d,i=f,h))do if(a+=10,o=ts(u,a),n=t?Fu(l,a+10):ts(e,a),c=qt(o,n,a,1),!s){+xr(c.d).slice(i+1,i+15)+1==1e14&&(c=Xe(c,f+1,0));break}while(Qa(c.d,i+=10,h));return ut=!0,Xe(c,f,h)};we.minus=we.sub=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,b=y.constructor;if(e=new b(e),!y.d||!e.d)return!y.s||!e.s?e=new b(NaN):y.d?e.s=-e.s:e=new b(e.d||y.s!==e.s?y:NaN),e;if(y.s!=e.s)return e.s=-e.s,y.plus(e);if(u=y.d,h=e.d,a=b.precision,c=b.rounding,!u[0]||!h[0]){if(h[0])e.s=-e.s;else if(u[0])e=new b(y);else return new b(c===3?-0:0);return ut?Xe(e,a,c):e}if(r=Ar(e.e/et),l=Ar(y.e/et),u=u.slice(),s=l-r,s){for(f=s<0,f?(t=u,s=-s,o=h.length):(t=h,r=l,o=u.length),n=Math.max(Math.ceil(a/et),o)+2,s>n&&(s=n,t.length=1),t.reverse(),n=s;n--;)t.push(0);t.reverse()}else{for(n=u.length,o=h.length,f=n<o,f&&(o=n),n=0;n<o;n++)if(u[n]!=h[n]){f=u[n]<h[n];break}s=0}for(f&&(t=u,u=h,h=t,e.s=-e.s),o=u.length,n=h.length-o;n>0;--n)u[o++]=0;for(n=h.length;n>s;){if(u[--n]<h[n]){for(i=n;i&&u[--i]===0;)u[i]=On-1;--u[i],u[n]+=On}u[n]-=h[n]}for(;u[--o]===0;)u.pop();for(;u[0]===0;u.shift())--r;return u[0]?(e.d=u,e.e=Al(u,r),ut?Xe(e,a,c):e):new b(c===3?-0:0)};we.modulo=we.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]?Xe(new n(r),n.precision,n.rounding):(ut=!1,n.modulo==9?(t=qt(r,e.abs(),0,3,1),t.s*=e.s):t=qt(r,e,0,n.modulo,1),t=t.times(e),ut=!0,r.minus(t))};we.naturalExponential=we.exp=function(){return rh(this)};we.naturalLogarithm=we.ln=function(){return ts(this)};we.negated=we.neg=function(){var e=new this.constructor(this);return e.s=-e.s,Xe(e)};we.plus=we.add=function(e){var t,r,n,i,s,o,a,c,u,l,f=this,h=f.constructor;if(e=new h(e),!f.d||!e.d)return!f.s||!e.s?e=new h(NaN):f.d||(e=new h(e.d||f.s===e.s?f:NaN)),e;if(f.s!=e.s)return e.s=-e.s,f.minus(e);if(u=f.d,l=e.d,a=h.precision,c=h.rounding,!u[0]||!l[0])return l[0]||(e=new h(f)),ut?Xe(e,a,c):e;if(s=Ar(f.e/et),n=Ar(e.e/et),u=u.slice(),i=s-n,i){for(i<0?(r=u,i=-i,o=l.length):(r=l,n=s,o=u.length),s=Math.ceil(a/et),o=s>o?s+1:o+1,i>o&&(i=o,r.length=1),r.reverse();i--;)r.push(0);r.reverse()}for(o=u.length,i=l.length,o-i<0&&(i=o,r=l,l=u,u=r),t=0;i;)t=(u[--i]=u[i]+l[i]+t)/On|0,u[i]%=On;for(t&&(u.unshift(t),++n),o=u.length;u[--o]==0;)u.pop();return e.d=u,e.e=Al(u,n),ut?Xe(e,a,c):e};we.precision=we.sd=function(e){var t,r=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(cs+e);return r.d?(t=$4(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t};we.round=function(){var e=this,t=e.constructor;return Xe(new t(e),e.e+1,t.rounding)};we.sine=we.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())+et,n.rounding=1,r=hN(n,U4(n,r)),n.precision=e,n.rounding=t,Xe(Mi>2?r.neg():r,e,t,!0)):new n(NaN)};we.squareRoot=we.sqrt=function(){var e,t,r,n,i,s,o=this,a=o.d,c=o.e,u=o.s,l=o.constructor;if(u!==1||!a||!a[0])return new l(!u||u<0&&(!a||a[0])?NaN:a?o:1/0);for(ut=!1,u=Math.sqrt(+o),u==0||u==1/0?(t=xr(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=Ar((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(s=n,n=s.plus(qt(o,s,r+2,1)).times(.5),xr(s.d).slice(0,r)===(t=xr(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(Xe(s,c+1,0),s.times(s).eq(o))){n=s;break}r+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(Xe(n,c+1,1),e=!n.times(n).eq(o));break}return ut=!0,Xe(n,c,l.rounding,e)};we.tangent=we.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=qt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,Xe(Mi==2||Mi==4?r.neg():r,e,t,!0)):new n(NaN)};we.times=we.mul=function(e){var t,r,n,i,s,o,a,c,u,l=this,f=l.constructor,h=l.d,y=(e=new f(e)).d;if(e.s*=l.s,!h||!h[0]||!y||!y[0])return new f(!e.s||h&&!h[0]&&!y||y&&!y[0]&&!h?NaN:!h||!y?e.s/0:e.s*0);for(r=Ar(l.e/et)+Ar(e.e/et),c=h.length,u=y.length,c<u&&(s=h,h=y,y=s,o=c,c=u,u=o),s=[],o=c+u,n=o;n--;)s.push(0);for(n=u;--n>=0;){for(t=0,i=c+n;i>n;)a=s[i]+y[n]*h[i-n-1]+t,s[i--]=a%On|0,t=a/On|0;s[i]=(s[i]+t)%On|0}for(;!s[--o];)s.pop();return t?++r:s.shift(),e.d=s,e.e=Al(s,r),ut?Xe(e,f.precision,f.rounding):e};we.toBinary=function(e,t){return e0(this,2,e,t)};we.toDecimalPlaces=we.toDP=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(Ur(e,0,gs),t===void 0?t=n.rounding:Ur(t,0,8),Xe(r,e+r.e+1,t))};we.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=ti(n,!0):(Ur(e,0,gs),t===void 0?t=i.rounding:Ur(t,0,8),n=Xe(new i(n),e+1,t),r=ti(n,!0,e+1)),n.isNeg()&&!n.isZero()?"-"+r:r};we.toFixed=function(e,t){var r,n,i=this,s=i.constructor;return e===void 0?r=ti(i):(Ur(e,0,gs),t===void 0?t=s.rounding:Ur(t,0,8),n=Xe(new s(i),e+i.e+1,t),r=ti(n,!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+r:r};we.toFraction=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,b=y.d,_=y.constructor;if(!b)return new _(y);if(u=r=new _(1),n=c=new _(0),t=new _(n),s=t.e=$4(b)-y.e-1,o=s%et,t.d[0]=pr(10,o<0?et+o:o),e==null)e=s>0?t:u;else{if(a=new _(e),!a.isInt()||a.lt(u))throw Error(cs+a);e=a.gt(t)?s>0?t:u:a}for(ut=!1,a=new _(xr(b)),l=_.precision,_.precision=s=b.length*et*2;f=qt(a,t,0,1,1),i=r.plus(f.times(n)),i.cmp(e)!=1;)r=n,n=i,i=u,u=c.plus(f.times(i)),c=i,i=t,t=a.minus(f.times(i)),a=i;return i=qt(e.minus(r),n,0,1,1),c=c.plus(i.times(u)),r=r.plus(i.times(n)),c.s=u.s=y.s,h=qt(u,n,s,1).minus(y).abs().cmp(qt(c,r,s,1).minus(y).abs())<1?[u,n]:[c,r],_.precision=l,ut=!0,h};we.toHexadecimal=we.toHex=function(e,t){return e0(this,16,e,t)};we.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:Ur(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]?(ut=!1,r=qt(r,e,0,t,1).times(e),ut=!0,Xe(r)):(e.s=r.s,r=e),r};we.toNumber=function(){return+this};we.toOctal=function(e,t){return e0(this,8,e,t)};we.toPower=we.pow=function(e){var t,r,n,i,s,o,a=this,c=a.constructor,u=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(pr(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,s=c.rounding,e.eq(1))return Xe(a,n,s);if(t=Ar(e.e/et),t>=e.d.length-1&&(r=u<0?-u:u)<=uN)return i=B4(c,a,r,n),e.s<0?new c(1).div(i):Xe(i,n,s);if(o=a.s,o<0){if(t<e.d.length-1)return new c(NaN);if(e.d[t]&1||(o=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=o,a}return r=pr(+a,u),t=r==0||!isFinite(r)?Ar(u*(Math.log("0."+xr(a.d))/Math.LN10+a.e+1)):new c(r+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?o/0:0):(ut=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=rh(e.times(ts(a,n+r)),n),i.d&&(i=Xe(i,n+5,1),Qa(i.d,n,s)&&(t=n+10,i=Xe(rh(e.times(ts(a,t+r)),t),t+5,1),+xr(i.d).slice(n+1,n+15)+1==1e14&&(i=Xe(i,n+1,0)))),i.s=o,ut=!0,c.rounding=s,Xe(i,n,s))};we.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=ti(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(Ur(e,1,gs),t===void 0?t=i.rounding:Ur(t,0,8),n=Xe(new i(n),e,t),r=ti(n,e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+r:r};we.toSignificantDigits=we.toSD=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(Ur(e,1,gs),t===void 0?t=n.rounding:Ur(t,0,8)),Xe(new n(r),e,t)};we.toString=function(){var e=this,t=e.constructor,r=ti(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r};we.truncated=we.trunc=function(){return Xe(new this.constructor(this),this.e+1,1)};we.valueOf=we.toJSON=function(){var e=this,t=e.constructor,r=ti(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+r:r};function xr(e){var t,r,n,i=e.length-1,s="",o=e[0];if(i>0){for(s+=o,t=1;t<i;t++)n=e[t]+"",r=et-n.length,r&&(s+=Xi(r)),s+=n;o=e[t],n=o+"",r=et-n.length,r&&(s+=Xi(r))}else if(o===0)return"0";for(;o%10===0;)o/=10;return s+o}function Ur(e,t,r){if(e!==~~e||e<t||e>r)throw Error(cs+e)}function Qa(e,t,r,n){var i,s,o,a;for(s=e[0];s>=10;s/=10)--t;return--t<0?(t+=et,i=0):(i=Math.ceil((t+1)/et),t%=et),s=pr(10,et-t),a=e[i]%s|0,n==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),o=r<4&&a==99999||r>3&&a==49999||a==5e4||a==0):o=(r<4&&a+1==s||r>3&&a+1==s/2)&&(e[i+1]/s/100|0)==pr(10,t-2)-1||(a==s/2||a==0)&&(e[i+1]/s/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),o=(n||r<4)&&a==9999||!n&&r>3&&a==4999):o=((n||r<4)&&a+1==s||!n&&r>3&&a+1==s/2)&&(e[i+1]/s/1e3|0)==pr(10,t-3)-1,o}function cu(e,t,r){for(var n,i=[0],s,o=0,a=e.length;o<a;){for(s=i.length;s--;)i[s]*=t;for(i[0]+=Qd.indexOf(e.charAt(o++)),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 fN(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/Ol(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=$o(e,1,t.times(i),new e(1));for(var s=r;s--;){var o=t.times(t);t=o.times(o).minus(o).times(8).plus(1)}return e.precision-=r,t}var qt=function(){function e(n,i,s){var o,a=0,c=n.length;for(n=n.slice();c--;)o=n[c]*i+a,n[c]=o%s|0,a=o/s|0;return a&&n.unshift(a),n}function t(n,i,s,o){var a,c;if(s!=o)c=s>o?1:-1;else for(a=c=0;a<s;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function r(n,i,s,o){for(var a=0;s--;)n[s]-=a,a=n[s]<i[s]?1:0,n[s]=a*o+n[s]-i[s];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,s,o,a,c){var u,l,f,h,y,b,_,A,P,R,N,F,L,G,q,J,ne,ae,ce,V,$=n.constructor,p=n.s==i.s?1:-1,d=n.d,m=i.d;if(!d||!d[0]||!m||!m[0])return new $(!n.s||!i.s||(d?m&&d[0]==m[0]:!m)?NaN:d&&d[0]==0||!m?p*0:p/0);for(c?(y=1,l=n.e-i.e):(c=On,y=et,l=Ar(n.e/y)-Ar(i.e/y)),ce=m.length,ne=d.length,P=new $(p),R=P.d=[],f=0;m[f]==(d[f]||0);f++);if(m[f]>(d[f]||0)&&l--,s==null?(G=s=$.precision,o=$.rounding):a?G=s+(n.e-i.e)+1:G=s,G<0)R.push(1),b=!0;else{if(G=G/y+2|0,f=0,ce==1){for(h=0,m=m[0],G++;(f<ne||h)&&G--;f++)q=h*c+(d[f]||0),R[f]=q/m|0,h=q%m|0;b=h||f<ne}else{for(h=c/(m[0]+1)|0,h>1&&(m=e(m,h,c),d=e(d,h,c),ce=m.length,ne=d.length),J=ce,N=d.slice(0,ce),F=N.length;F<ce;)N[F++]=0;V=m.slice(),V.unshift(0),ae=m[0],m[1]>=c/2&&++ae;do h=0,u=t(m,N,ce,F),u<0?(L=N[0],ce!=F&&(L=L*c+(N[1]||0)),h=L/ae|0,h>1?(h>=c&&(h=c-1),_=e(m,h,c),A=_.length,F=N.length,u=t(_,N,A,F),u==1&&(h--,r(_,ce<A?V:m,A,c))):(h==0&&(u=h=1),_=m.slice()),A=_.length,A<F&&_.unshift(0),r(N,_,F,c),u==-1&&(F=N.length,u=t(m,N,ce,F),u<1&&(h++,r(N,ce<F?V:m,F,c))),F=N.length):u===0&&(h++,N=[0]),R[f++]=h,u&&N[0]?N[F++]=d[J]||0:(N=[d[J]],F=1);while((J++<ne||N[0]!==void 0)&&G--);b=N[0]!==void 0}R[0]||R.shift()}if(y==1)P.e=l,j4=b;else{for(f=1,h=R[0];h>=10;h/=10)f++;P.e=f+l*y-1,Xe(P,a?s+P.e+1:s,o,b)}return P}}();function Xe(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor;e:if(t!=null){if(f=e.d,!f)return e;for(i=1,a=f[0];a>=10;a/=10)i++;if(s=t-i,s<0)s+=et,o=t,l=f[h=0],c=l/pr(10,i-o-1)%10|0;else if(h=Math.ceil((s+1)/et),a=f.length,h>=a)if(n){for(;a++<=h;)f.push(0);l=c=0,i=1,s%=et,o=s-et+1}else break e;else{for(l=a=f[h],i=1;a>=10;a/=10)i++;s%=et,o=s-et+i,c=o<0?0:l/pr(10,i-o-1)%10|0}if(n=n||t<0||f[h+1]!==void 0||(o<0?l:l%pr(10,i-o-1)),u=r<4?(c||n)&&(r==0||r==(e.s<0?3:2)):c>5||c==5&&(r==4||n||r==6&&(s>0?o>0?l/pr(10,i-o):0:f[h-1])%10&1||r==(e.s<0?8:7)),t<1||!f[0])return f.length=0,u?(t-=e.e+1,f[0]=pr(10,(et-t%et)%et),e.e=-t||0):f[0]=e.e=0,e;if(s==0?(f.length=h,a=1,h--):(f.length=h+1,a=pr(10,et-s),f[h]=o>0?(l/pr(10,i-o)%pr(10,o)|0)*a:0),u)for(;;)if(h==0){for(s=1,o=f[0];o>=10;o/=10)s++;for(o=f[0]+=a,a=1;o>=10;o/=10)a++;s!=a&&(e.e++,f[0]==On&&(f[0]=1));break}else{if(f[h]+=a,f[h]!=On)break;f[h--]=0,a=1}for(s=f.length;f[--s]===0;)f.pop()}return ut&&(e.e>y.maxE?(e.d=null,e.e=NaN):e.e<y.minE&&(e.e=0,e.d=[0])),e}function ti(e,t,r){if(!e.isFinite())return F4(e);var n,i=e.e,s=xr(e.d),o=s.length;return t?(r&&(n=r-o)>0?s=s.charAt(0)+"."+s.slice(1)+Xi(n):o>1&&(s=s.charAt(0)+"."+s.slice(1)),s=s+(e.e<0?"e":"e+")+e.e):i<0?(s="0."+Xi(-i-1)+s,r&&(n=r-o)>0&&(s+=Xi(n))):i>=o?(s+=Xi(i+1-o),r&&(n=r-i-1)>0&&(s=s+"."+Xi(n))):((n=i+1)<o&&(s=s.slice(0,n)+"."+s.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(s+="."),s+=Xi(n))),s}function Al(e,t){var r=e[0];for(t*=et;r>=10;r/=10)t++;return t}function Fu(e,t,r){if(t>lN)throw ut=!0,r&&(e.precision=r),Error(k4);return Xe(new e(Bu),t,1,!0)}function En(e,t,r){if(t>th)throw Error(k4);return Xe(new e(Lu),t,r,!0)}function $4(e){var t=e.length-1,r=t*et+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 B4(e,t,r,n){var i,s=new e(1),o=Math.ceil(n/et+4);for(ut=!1;;){if(r%2&&(s=s.times(t),yg(s.d,o)&&(i=!0)),r=Ar(r/2),r===0){r=s.d.length-1,i&&s.d[r]===0&&++s.d[r];break}t=t.times(t),yg(t.d,o)}return ut=!0,s}function vg(e){return e.d[e.d.length-1]&1}function L4(e,t,r){for(var n,i=new e(t[0]),s=0;++s<t.length;)if(n=new e(t[s]),n.s)i[r](n)&&(i=n);else{i=n;break}return i}function rh(e,t){var r,n,i,s,o,a,c,u=0,l=0,f=0,h=e.constructor,y=h.rounding,b=h.precision;if(!e.d||!e.d[0]||e.e>17)return new h(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(ut=!1,c=b):c=t,a=new h(.03125);e.e>-2;)e=e.times(a),f+=5;for(n=Math.log(pr(2,f))/Math.LN10*2+5|0,c+=n,r=s=o=new h(1),h.precision=c;;){if(s=Xe(s.times(e),c,1),r=r.times(++l),a=o.plus(qt(s,r,c,1)),xr(a.d).slice(0,c)===xr(o.d).slice(0,c)){for(i=f;i--;)o=Xe(o.times(o),c,1);if(t==null)if(u<3&&Qa(o.d,c-n,y,u))h.precision=c+=10,r=s=a=new h(1),l=0,u++;else return Xe(o,h.precision=b,y,ut=!0);else return h.precision=b,o}o=a}}function ts(e,t){var r,n,i,s,o,a,c,u,l,f,h,y=1,b=10,_=e,A=_.d,P=_.constructor,R=P.rounding,N=P.precision;if(_.s<0||!A||!A[0]||!_.e&&A[0]==1&&A.length==1)return new P(A&&!A[0]?-1/0:_.s!=1?NaN:A?0:_);if(t==null?(ut=!1,l=N):l=t,P.precision=l+=b,r=xr(A),n=r.charAt(0),Math.abs(s=_.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)_=_.times(e),r=xr(_.d),n=r.charAt(0),y++;s=_.e,n>1?(_=new P("0."+r),s++):_=new P(n+"."+r.slice(1))}else return u=Fu(P,l+2,N).times(s+""),_=ts(new P(n+"."+r.slice(1)),l-b).plus(u),P.precision=N,t==null?Xe(_,N,R,ut=!0):_;for(f=_,c=o=_=qt(_.minus(1),_.plus(1),l,1),h=Xe(_.times(_),l,1),i=3;;){if(o=Xe(o.times(h),l,1),u=c.plus(qt(o,new P(i),l,1)),xr(u.d).slice(0,l)===xr(c.d).slice(0,l))if(c=c.times(2),s!==0&&(c=c.plus(Fu(P,l+2,N).times(s+""))),c=qt(c,new P(y),l,1),t==null)if(Qa(c.d,l-b,R,a))P.precision=l+=b,u=o=_=qt(f.minus(1),f.plus(1),l,1),h=Xe(_.times(_),l,1),i=a=1;else return Xe(c,P.precision=N,R,ut=!0);else return P.precision=N,c;c=u,i+=2}}function F4(e){return String(e.s*e.s/0)}function nh(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)%et,r<0&&(n+=et),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=et;n<i;)e.d.push(+t.slice(n,n+=et));t=t.slice(n),n=et-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),ut&&(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 dN(e,t){var r,n,i,s,o,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),D4.test(t))return nh(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(aN.test(t))r=16,t=t.toLowerCase();else if(oN.test(t))r=2;else if(cN.test(t))r=8;else throw Error(cs+t);for(s=t.search(/p/i),s>0?(c=+t.slice(s+1),t=t.substring(2,s)):t=t.slice(2),s=t.indexOf("."),o=s>=0,n=e.constructor,o&&(t=t.replace(".",""),a=t.length,s=a-s,i=B4(n,new n(r),s,s*2)),u=cu(t,r,On),l=u.length-1,s=l;u[s]===0;--s)u.pop();return s<0?new n(e.s*0):(e.e=Al(u,l),e.d=u,ut=!1,o&&(e=qt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?pr(2,c):un.pow(2,c))),ut=!0,e)}function hN(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:$o(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Ol(5,r)),t=$o(e,2,t,t);for(var i,s=new e(5),o=new e(16),a=new e(20);r--;)i=t.times(t),t=t.times(s.plus(i.times(o.times(i).minus(a))));return t}function $o(e,t,r,n,i){var s,o,a,c,u=e.precision,l=Math.ceil(u/et);for(ut=!1,c=r.times(r),a=new e(n);;){if(o=qt(a.times(c),new e(t++*t++),u,1),a=i?n.plus(o):n.minus(o),n=qt(o.times(c),new e(t++*t++),u,1),o=a.plus(n),o.d[l]!==void 0){for(s=l;o.d[s]===a.d[s]&&s--;);if(s==-1)break}s=a,a=n,n=o,o=s}return ut=!0,o.d.length=l+1,o}function Ol(e,t){for(var r=e;--t;)r*=e;return r}function U4(e,t){var r,n=t.s<0,i=En(e,e.precision,1),s=i.times(.5);if(t=t.abs(),t.lte(s))return Mi=n?4:1,t;if(r=t.divToInt(i),r.isZero())Mi=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(s))return Mi=vg(r)?n?2:3:n?4:1,t;Mi=vg(r)?n?1:4:n?3:2}return t.minus(i).abs()}function e0(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor,b=r!==void 0;if(b?(Ur(r,1,gs),n===void 0?n=y.rounding:Ur(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())l=F4(e);else{for(l=ti(e),o=l.indexOf("."),b?(i=2,t==16?r=r*4-3:t==8&&(r=r*3-2)):i=t,o>=0&&(l=l.replace(".",""),h=new y(1),h.e=l.length-o,h.d=cu(ti(h),10,i),h.e=h.d.length),f=cu(l,10,i),s=c=f.length;f[--c]==0;)f.pop();if(!f[0])l=b?"0p+0":"0";else{if(o<0?s--:(e=new y(e),e.d=f,e.e=s,e=qt(e,h,r,n,0,i),f=e.d,s=e.e,u=j4),o=f[r],a=i/2,u=u||f[r+1]!==void 0,u=n<4?(o!==void 0||u)&&(n===0||n===(e.s<0?3:2)):o>a||o===a&&(n===4||u||n===6&&f[r-1]&1||n===(e.s<0?8:7)),f.length=r,u)for(;++f[--r]>i-1;)f[r]=0,r||(++s,f.unshift(1));for(c=f.length;!f[c-1];--c);for(o=0,l="";o<c;o++)l+=Qd.charAt(f[o]);if(b){if(c>1)if(t==16||t==8){for(o=t==16?4:3,--c;c%o;c++)l+="0";for(f=cu(l,i,t),c=f.length;!f[c-1];--c);for(o=1,l="1.";o<c;o++)l+=Qd.charAt(f[o])}else l=l.charAt(0)+"."+l.slice(1);l=l+(s<0?"p":"p+")+s}else if(s<0){for(;++s;)l="0"+l;l="0."+l}else if(++s>c)for(s-=c;s--;)l+="0";else s<c&&(l=l.slice(0,s)+"."+l.slice(s))}l=(t==16?"0x":t==2?"0b":t==8?"0o":"")+l}return e.s<0?"-"+l:l}function yg(e,t){if(e.length>t)return e.length=t,!0}function pN(e){return new this(e).abs()}function mN(e){return new this(e).acos()}function gN(e){return new this(e).acosh()}function vN(e,t){return new this(e).plus(t)}function yN(e){return new this(e).asin()}function bN(e){return new this(e).asinh()}function wN(e){return new this(e).atan()}function _N(e){return new this(e).atanh()}function xN(e,t){e=new this(e),t=new this(t);var r,n=this.precision,i=this.rounding,s=n+4;return!e.s||!t.s?r=new this(NaN):!e.d&&!t.d?(r=En(this,s,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?En(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=En(this,s,1).times(.5),r.s=e.s):t.s<0?(this.precision=s,this.rounding=1,r=this.atan(qt(e,t,s,1)),t=En(this,s,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(qt(e,t,s,1)),r}function SN(e){return new this(e).cbrt()}function EN(e){return Xe(e=new this(e),e.e+1,2)}function CN(e,t,r){return new this(e).clamp(t,r)}function MN(e){if(!e||typeof e!="object")throw Error(Tl+"Object expected");var t,r,n,i=e.defaults===!0,s=["precision",1,gs,"rounding",0,8,"toExpNeg",-Co,0,"toExpPos",0,Co,"maxE",0,Co,"minE",-Co,0,"modulo",0,9];for(t=0;t<s.length;t+=3)if(r=s[t],i&&(this[r]=eh[r]),(n=e[r])!==void 0)if(Ar(n)===n&&n>=s[t+1]&&n<=s[t+2])this[r]=n;else throw Error(cs+r+": "+n);if(r="crypto",i&&(this[r]=eh[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(R4);else this[r]=!1;else throw Error(cs+r+": "+n);return this}function TN(e){return new this(e).cos()}function AN(e){return new this(e).cosh()}function z4(e){var t,r,n;function i(s){var o,a,c,u=this;if(!(u instanceof i))return new i(s);if(u.constructor=i,bg(s)){u.s=s.s,ut?!s.d||s.e>i.maxE?(u.e=NaN,u.d=null):s.e<i.minE?(u.e=0,u.d=[0]):(u.e=s.e,u.d=s.d.slice()):(u.e=s.e,u.d=s.d?s.d.slice():s.d);return}if(c=typeof s,c==="number"){if(s===0){u.s=1/s<0?-1:1,u.e=0,u.d=[0];return}if(s<0?(s=-s,u.s=-1):u.s=1,s===~~s&&s<1e7){for(o=0,a=s;a>=10;a/=10)o++;ut?o>i.maxE?(u.e=NaN,u.d=null):o<i.minE?(u.e=0,u.d=[0]):(u.e=o,u.d=[s]):(u.e=o,u.d=[s]);return}else if(s*0!==0){s||(u.s=NaN),u.e=NaN,u.d=null;return}return nh(u,s.toString())}else if(c!=="string")throw Error(cs+s);return(a=s.charCodeAt(0))===45?(s=s.slice(1),u.s=-1):(a===43&&(s=s.slice(1)),u.s=1),D4.test(s)?nh(u,s):dN(u,s)}if(i.prototype=we,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=MN,i.clone=z4,i.isDecimal=bg,i.abs=pN,i.acos=mN,i.acosh=gN,i.add=vN,i.asin=yN,i.asinh=bN,i.atan=wN,i.atanh=_N,i.atan2=xN,i.cbrt=SN,i.ceil=EN,i.clamp=CN,i.cos=TN,i.cosh=AN,i.div=ON,i.exp=IN,i.floor=PN,i.hypot=jN,i.ln=kN,i.log=RN,i.log10=DN,i.log2=NN,i.max=$N,i.min=BN,i.mod=LN,i.mul=FN,i.pow=UN,i.random=zN,i.round=VN,i.sign=qN,i.sin=WN,i.sinh=GN,i.sqrt=HN,i.sub=KN,i.sum=JN,i.tan=XN,i.tanh=YN,i.trunc=ZN,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 ON(e,t){return new this(e).div(t)}function IN(e){return new this(e).exp()}function PN(e){return Xe(e=new this(e),e.e+1,3)}function jN(){var e,t,r=new this(0);for(ut=!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 ut=!0,new this(1/0);r=t}return ut=!0,r.sqrt()}function bg(e){return e instanceof un||e&&e.toStringTag===N4||!1}function kN(e){return new this(e).ln()}function RN(e,t){return new this(e).log(t)}function NN(e){return new this(e).log(2)}function DN(e){return new this(e).log(10)}function $N(){return L4(this,arguments,"lt")}function BN(){return L4(this,arguments,"gt")}function LN(e,t){return new this(e).mod(t)}function FN(e,t){return new this(e).mul(t)}function UN(e,t){return new this(e).pow(t)}function zN(e){var t,r,n,i,s=0,o=new this(1),a=[];if(e===void 0?e=this.precision:Ur(e,1,gs),n=Math.ceil(e/et),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(n));s<n;)i=t[s],i>=429e7?t[s]=crypto.getRandomValues(new Uint32Array(1))[0]:a[s++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(n*=4);s<n;)i=t[s]+(t[s+1]<<8)+(t[s+2]<<16)+((t[s+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,s):(a.push(i%1e7),s+=4);s=n/4}else throw Error(R4);else for(;s<n;)a[s++]=Math.random()*1e7|0;for(n=a[--s],e%=et,n&&e&&(i=pr(10,et-e),a[s]=(n/i|0)*i);a[s]===0;s--)a.pop();if(s<0)r=0,a=[0];else{for(r=-1;a[0]===0;r-=et)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<et&&(r-=et-n)}return o.e=r,o.d=a,o}function VN(e){return Xe(e=new this(e),e.e+1,this.rounding)}function qN(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function WN(e){return new this(e).sin()}function GN(e){return new this(e).sinh()}function HN(e){return new this(e).sqrt()}function KN(e,t){return new this(e).sub(t)}function JN(){var e=0,t=arguments,r=new this(t[e]);for(ut=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return ut=!0,Xe(r,this.precision,this.rounding)}function XN(e){return new this(e).tan()}function YN(e){return new this(e).tanh()}function ZN(e){return Xe(e=new this(e),e.e+1,1)}we[Symbol.for("nodejs.util.inspect.custom")]=we.toString;we[Symbol.toStringTag]="Decimal";var un=we.constructor=z4(eh);Bu=new un(Bu);Lu=new un(Lu);un.config({precision:256,rounding:un.ROUND_DOWN,toExpNeg:-256,toExpPos:256});const an=(e,t,r,n=un.ROUND_HALF_DOWN)=>{if(e==="∞")return"∞";if(e!=="0"&&!e||ze(e).equals(0))return"0";if(t!==void 0){const u=xs(e,t,n);if(!ze(u).equals(0))return r?u:Bo(u)}const i=ze(e).toString(),s=i.split("."),o=s[0],a=s[1];let c;if(ze(o).gt(0))!a||ze(o.length).gte(9)?c=xs(i,0,n):ze(o.length).gte(4)?c=xs(i,2,n):c=xs(i,4,n);else{xs(i,6,n);const u=nD(a);if(u<6)c=xs(i,u+6,n);else{if(u>30)return"0";c=xs(i,9+(u-6),n)}}return r||ze(o).lt(1)?c:Bo(c)},QN=(e,t=2)=>{if(typeof e>"u"||e==="undefined"||e!==0&&!e)return"--";if(ze(e).abs().gt(100))return"> 100%";if(Number(e)>=0&&Number(e)<=Math.pow(10,-t))return`<${Math.pow(10,-t)}%`;if(Number(e)<0&&Number(e)*-1<=Math.pow(10,-t))return` < -${Math.pow(10,-t)}%`;const r=rD(e,t);return Number(r)>0?`+${r}%`:`${r}%`},V4=(e,t,r,n)=>{try{if(e===void 0||e==="--")return"$--";const i=an(e,t,!0,un.ROUND_DOWN).toString();if(ze(i).equals(0))return"$0";const s=i.startsWith("-");let o=n?i:Bo(i).toString();return o.includes("e")&&(o=n?i:Bo(i).toString()),!r&&Number(i)<Math.pow(10,-t)?s?`-$${o.slice(1)}`:`<$${Math.pow(10,-t).toFixed(t)}`:s?`-$${o.slice(1)}`:`$${o}`}catch{return"$--"}},eD=(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(),s=n<0;let o=i;if(i.toLowerCase().includes("e")){const a=i.match(/(\d+?)(?:\.(\d*))?e([+-])(\d+)/),c=a[1],u=a[2],l=a[3],f=a[4];let h="",y=u?u.substr(f):"";if(y&&(y=`.${y}`),l!=="-"){for(let b=0;b<f;b+=1){const _=u[b]||"0";h+=_}o=c+h+y}else{let b="0";for(let _=0;_<f;_+=1)h=(c[c.length-_-1]||"0")+h;c.length>f&&(b=c.substr(0,c.length-f)),o=`${b}.${h}${u}`}}if(t&&r){let a=`${o.split(".")[0]}.`;const c=o.split(".")[1]||"";for(let u=0;u<t;u+=1)a+=c[u]||"0";o=a}if(o.length>14){const a=o.split(".");a[0].length>14?o=`${a[0].slice(0,14)}+`:(o=o.slice(0,13),o.indexOf(".")===12&&(o=o.slice(0,12)))}return`${s?"-":""}${o}`},ze=e=>un.isDecimal(e)?e:new un(typeof e>"u"||e==="undefined"||!e?0:e);function tD(e,t){return t===void 0?"":ze(e==null?void 0:e.toString()).div(Math.pow(10,t)).toString()}const xs=(e,t,r)=>ze(e).toDP(t,r).toString(),rD=(e,t)=>{try{return ze(e).toDP(t,un.ROUND_DOWN).toString()}catch{return String(e)}},Bo=e=>{const[t,r]=e.split(".");let n="";for(let i=t.length-1,s=0;i>=0;i--,s++)n=t[i]+n,s%3===2&&i!==0&&(n=","+n);return r?`${n}.${r}`:n};function nD(e){let t=0;if(e)for(;t<e.length;){if(ze(e[t]).gt(0))return t+1;t++}return 0}function iD(e,t){const r=q4(ze(t));return Number(ze(e).mul(r))}function sD(e,t){const r=q4(ze(t));return Number(ze(e).div(r))}function q4(e){return ze(10).pow(ze(e).abs())}function ih(e,t){const r=sD(e,t);return oD(r.toString(),Number(t))}function oD(e,t=9){if(e===void 0)return"";const r=e.toLowerCase();if(r.includes("e")){if(r.includes("+"))return eD(r,t);const[n,i]=r.split("e");let s=n;const o=Math.abs(parseInt(i,10));let a="",c=s.length;if(n.includes(".")){const[u,l]=n.split(".");s=u+l,c=u.length}for(let u=0;u<o-c;u++)a+="0";return`0.${a}${s}`.slice(0,t+2)}return e}function Il(e){e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()}const Ws=(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):"",t0=(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(!t0(e[i],t[i]))return!1;return!0};function wg(e){return!e||Object.keys(e).length===0}function W4(e){var t;return!!(((t=e.split("::"))==null?void 0:t.length)===3&&e.startsWith("0x"))}const _g=async e=>new Promise(t=>{setTimeout(()=>{t(1)},e)});function aD(e,t,r=!1){var a;const n=e.balanceChanges,i=(a=e.effects)==null?void 0:a.gasUsed,s={};let o="0";return i&&(o=ze(i.computationCost).add(i.storageCost).sub(i.storageRebate).mul(-1).toFixed(0)),n&&n.forEach(c=>{const u=Ua(c.coinType).full_address;if(c.owner.AddressOwner===t){const l=u===kh;let f=c.amount;l&&(f=r?f:ze(f).sub(o).toFixed(0));const h={coinType:u,amount:f};s[u]=h}}),s}function xg(e,t){if(t){const r=e[Ua(t.coin_type).full_address];if(r)return ih(ze(r.amount).abs().toFixed(0),t.decimals)}}function zt(e){return`https://archive.cetus.zone/assets/terminal${e}`}const Cn=(e,t=10)=>e&&(e==null?void 0:e.length)>t&&ze(t).gt(0)?`${e.slice(0,t)}...`:e,G4="0x2::sui::SUI",cD="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI";function H4(e){return Mr(e).full_address===G4}function Sg(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 Mr(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={...Mr(r),type_arguments:i.map(l=>Mr(l).source_address)};return u.type_arguments=u.type_arguments.map(l=>H4(l)?l:Mr(l).source_address),u.source_address=Sg(u.full_address,u.type_arguments),u}const s=r.split("::"),a={full_address:r,address:r===G4||r===cD?"0x2":Ei(s[0]),module:s[1],name:s[2],type_arguments:[],source_address:""};return a.full_address=`${a.address}::${a.module}::${a.name}`,a.source_address=Sg(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function uD(e){return e.startsWith("0x")?`${e.slice(2)}`:e}const r0=(e,t=!0)=>{const r=e.split("::"),n=r.shift();let i=Ei(n);return t&&(i=uD(i)),`${i}::${r.join("::")}`},lD=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 s=new AbortController,o=setTimeout(()=>{s.abort()},r);try{const a=await fetch(i,{signal:s.signal});if(clearTimeout(o),!a.ok)throw new Error("Request failed");const c=await a.json();return(c==null?void 0:c.data)||c}catch(a){throw clearTimeout(o),a.name==="AbortError"?new Error("request time out"):a}},fD=async function(e,t,r=3e4){const n=new AbortController,i=setTimeout(()=>{n.abort()},r);try{const s=await fetch(e,{body:JSON.stringify(t),method:"POST",signal:n.signal});if(clearTimeout(i),!s.ok)throw new Error("Request failed");return s.json()}catch(s){throw clearTimeout(i),s.name==="AbortError"?new Error("request time out"):s}},sh="tokenMap",K4="trustedTokenList",J4="collectTokenMap",X4="importTokenList";var Y4={exports:{}};/*!
|
|
40
45
|
localForage -- Offline Storage, Improved
|
|
41
46
|
Version 1.10.0
|
|
42
47
|
https://localforage.github.io/localForage
|
|
43
48
|
(c) 2013-2017 Mozilla, Apache License 2.0
|
|
44
|
-
*/(function(e,t){(function(r){e.exports=r()})(function(){return function r(n,i,s){function o(u,l){if(!i[u]){if(!n[u]){var f=typeof $n=="function"&&$n;if(!l&&f)return f(u,!0);if(a)return a(u,!0);var h=new Error("Cannot find module '"+u+"'");throw h.code="MODULE_NOT_FOUND",h}var y=i[u]={exports:{}};n[u][0].call(y.exports,function(_){var w=n[u][1][_];return o(w||_)},y,y.exports,r,n,i,s)}return i[u].exports}for(var a=typeof $n=="function"&&$n,c=0;c<s.length;c++)o(s[c]);return o}({1:[function(r,n,i){(function(s){var o=s.MutationObserver||s.WebKitMutationObserver,a;if(o){var c=0,u=new o(_),l=s.document.createTextNode("");u.observe(l,{characterData:!0}),a=function(){l.data=c=++c%2}}else if(!s.setImmediate&&typeof s.MessageChannel<"u"){var f=new s.MessageChannel;f.port1.onmessage=_,a=function(){f.port2.postMessage(0)}}else"document"in s&&"onreadystatechange"in s.document.createElement("script")?a=function(){var A=s.document.createElement("script");A.onreadystatechange=function(){_(),A.onreadystatechange=null,A.parentNode.removeChild(A),A=null},s.document.documentElement.appendChild(A)}:a=function(){setTimeout(_,0)};var h,y=[];function _(){h=!0;for(var A,I,P=y.length;P;){for(I=y,y=[],A=-1;++A<P;)I[A]();P=y.length}h=!1}n.exports=w;function w(A){y.push(A)===1&&!h&&a()}}).call(this,typeof io<"u"?io:typeof self<"u"?self:typeof window<"u"?window:{})},{}],2:[function(r,n,i){var s=r(1);function o(){}var a={},c=["REJECTED"],u=["FULFILLED"],l=["PENDING"];n.exports=f;function f(L){if(typeof L!="function")throw new TypeError("resolver must be a function");this.state=l,this.queue=[],this.outcome=void 0,L!==o&&w(this,L)}f.prototype.catch=function(L){return this.then(null,L)},f.prototype.then=function(L,H){if(typeof L!="function"&&this.state===u||typeof H!="function"&&this.state===c)return this;var q=new this.constructor(o);if(this.state!==l){var X=this.state===u?L:H;y(q,X,this.outcome)}else this.queue.push(new h(q,L,H));return q};function h(L,H,q){this.promise=L,typeof H=="function"&&(this.onFulfilled=H,this.callFulfilled=this.otherCallFulfilled),typeof q=="function"&&(this.onRejected=q,this.callRejected=this.otherCallRejected)}h.prototype.callFulfilled=function(L){a.resolve(this.promise,L)},h.prototype.otherCallFulfilled=function(L){y(this.promise,this.onFulfilled,L)},h.prototype.callRejected=function(L){a.reject(this.promise,L)},h.prototype.otherCallRejected=function(L){y(this.promise,this.onRejected,L)};function y(L,H,q){s(function(){var X;try{X=H(q)}catch(re){return a.reject(L,re)}X===L?a.reject(L,new TypeError("Cannot resolve promise with itself")):a.resolve(L,X)})}a.resolve=function(L,H){var q=A(_,H);if(q.status==="error")return a.reject(L,q.value);var X=q.value;if(X)w(L,X);else{L.state=u,L.outcome=H;for(var re=-1,ae=L.queue.length;++re<ae;)L.queue[re].callFulfilled(H)}return L},a.reject=function(L,H){L.state=c,L.outcome=H;for(var q=-1,X=L.queue.length;++q<X;)L.queue[q].callRejected(H);return L};function _(L){var H=L&&L.then;if(L&&(typeof L=="object"||typeof L=="function")&&typeof H=="function")return function(){H.apply(L,arguments)}}function w(L,H){var q=!1;function X(V){q||(q=!0,a.reject(L,V))}function re(V){q||(q=!0,a.resolve(L,V))}function ae(){H(re,X)}var oe=A(ae);oe.status==="error"&&X(oe.value)}function A(L,H){var q={};try{q.value=L(H),q.status="success"}catch(X){q.status="error",q.value=X}return q}f.resolve=I;function I(L){return L instanceof this?L:a.resolve(new this(o),L)}f.reject=P;function P(L){var H=new this(o);return a.reject(H,L)}f.all=N;function N(L){var H=this;if(Object.prototype.toString.call(L)!=="[object Array]")return this.reject(new TypeError("must be an array"));var q=L.length,X=!1;if(!q)return this.resolve([]);for(var re=new Array(q),ae=0,oe=-1,V=new this(o);++oe<q;)$(L[oe],oe);return V;function $(p,d){H.resolve(p).then(m,function(x){X||(X=!0,a.reject(V,x))});function m(x){re[d]=x,++ae===q&&!X&&(X=!0,a.resolve(V,re))}}}f.race=F;function F(L){var H=this;if(Object.prototype.toString.call(L)!=="[object Array]")return this.reject(new TypeError("must be an array"));var q=L.length,X=!1;if(!q)return this.resolve([]);for(var re=-1,ae=new this(o);++re<q;)oe(L[re]);return ae;function oe(V){H.resolve(V).then(function($){X||(X=!0,a.resolve(ae,$))},function($){X||(X=!0,a.reject(ae,$))})}}},{1:1}],3:[function(r,n,i){(function(s){typeof s.Promise!="function"&&(s.Promise=r(2))}).call(this,typeof io<"u"?io:typeof self<"u"?self:typeof window<"u"?window:{})},{2:2}],4:[function(r,n,i){var s=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 o(D,W){if(!(D instanceof W))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 D=typeof openDatabase<"u"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),W=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!D||W)&&typeof indexedDB<"u"&&typeof IDBKeyRange<"u"}catch{return!1}}function l(D,W){D=D||[],W=W||{};try{return new Blob(D,W)}catch(Y){if(Y.name!=="TypeError")throw Y;for(var U=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,J=new U,Q=0;Q<D.length;Q+=1)J.append(D[Q]);return J.getBlob(W.type)}}typeof Promise>"u"&&r(3);var f=Promise;function h(D,W){W&&D.then(function(U){W(null,U)},function(U){W(U)})}function y(D,W,U){typeof W=="function"&&D.then(W),typeof U=="function"&&D.catch(U)}function _(D){return typeof D!="string"&&(console.warn(D+" used as a key, but it is not a string."),D=String(D)),D}function w(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var A="local-forage-detect-blob-support",I=void 0,P={},N=Object.prototype.toString,F="readonly",L="readwrite";function H(D){for(var W=D.length,U=new ArrayBuffer(W),J=new Uint8Array(U),Q=0;Q<W;Q++)J[Q]=D.charCodeAt(Q);return U}function q(D){return new f(function(W){var U=D.transaction(A,L),J=l([""]);U.objectStore(A).put(J,"key"),U.onabort=function(Q){Q.preventDefault(),Q.stopPropagation(),W(!1)},U.oncomplete=function(){var Q=navigator.userAgent.match(/Chrome\/(\d+)/),Y=navigator.userAgent.match(/Edge\//);W(Y||!Q||parseInt(Q[1],10)>=43)}}).catch(function(){return!1})}function X(D){return typeof I=="boolean"?f.resolve(I):q(D).then(function(W){return I=W,I})}function re(D){var W=P[D.name],U={};U.promise=new f(function(J,Q){U.resolve=J,U.reject=Q}),W.deferredOperations.push(U),W.dbReady?W.dbReady=W.dbReady.then(function(){return U.promise}):W.dbReady=U.promise}function ae(D){var W=P[D.name],U=W.deferredOperations.pop();if(U)return U.resolve(),U.promise}function oe(D,W){var U=P[D.name],J=U.deferredOperations.pop();if(J)return J.reject(W),J.promise}function V(D,W){return new f(function(U,J){if(P[D.name]=P[D.name]||g(),D.db)if(W)re(D),D.db.close();else return U(D.db);var Q=[D.name];W&&Q.push(D.version);var Y=c.open.apply(c,Q);W&&(Y.onupgradeneeded=function(pe){var _e=Y.result;try{_e.createObjectStore(D.storeName),pe.oldVersion<=1&&_e.createObjectStore(A)}catch(Se){if(Se.name==="ConstraintError")console.warn('The database "'+D.name+'" has been upgraded from version '+pe.oldVersion+" to version "+pe.newVersion+', but the storage "'+D.storeName+'" already exists.');else throw Se}}),Y.onerror=function(pe){pe.preventDefault(),J(Y.error)},Y.onsuccess=function(){var pe=Y.result;pe.onversionchange=function(_e){_e.target.close()},U(pe),ae(D)}})}function $(D){return V(D,!1)}function p(D){return V(D,!0)}function d(D,W){if(!D.db)return!0;var U=!D.db.objectStoreNames.contains(D.storeName),J=D.version<D.db.version,Q=D.version>D.db.version;if(J&&(D.version!==W&&console.warn('The database "'+D.name+`" can't be downgraded from version `+D.db.version+" to version "+D.version+"."),D.version=D.db.version),Q||U){if(U){var Y=D.db.version+1;Y>D.version&&(D.version=Y)}return!0}return!1}function m(D){return new f(function(W,U){var J=new FileReader;J.onerror=U,J.onloadend=function(Q){var Y=btoa(Q.target.result||"");W({__local_forage_encoded_blob:!0,data:Y,type:D.type})},J.readAsBinaryString(D)})}function x(D){var W=H(atob(D.data));return l([W],{type:D.type})}function E(D){return D&&D.__local_forage_encoded_blob}function C(D){var W=this,U=W._initReady().then(function(){var J=P[W._dbInfo.name];if(J&&J.dbReady)return J.dbReady});return y(U,D,D),U}function k(D){re(D);for(var W=P[D.name],U=W.forages,J=0;J<U.length;J++){var Q=U[J];Q._dbInfo.db&&(Q._dbInfo.db.close(),Q._dbInfo.db=null)}return D.db=null,$(D).then(function(Y){return D.db=Y,d(D)?p(D):Y}).then(function(Y){D.db=W.db=Y;for(var pe=0;pe<U.length;pe++)U[pe]._dbInfo.db=Y}).catch(function(Y){throw oe(D,Y),Y})}function T(D,W,U,J){J===void 0&&(J=1);try{var Q=D.db.transaction(D.storeName,W);U(null,Q)}catch(Y){if(J>0&&(!D.db||Y.name==="InvalidStateError"||Y.name==="NotFoundError"))return f.resolve().then(function(){if(!D.db||Y.name==="NotFoundError"&&!D.db.objectStoreNames.contains(D.storeName)&&D.version<=D.db.version)return D.db&&(D.version=D.db.version+1),p(D)}).then(function(){return k(D).then(function(){T(D,W,U,J-1)})}).catch(U);U(Y)}}function g(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function v(D){var W=this,U={db:null};if(D)for(var J in D)U[J]=D[J];var Q=P[U.name];Q||(Q=g(),P[U.name]=Q),Q.forages.push(W),W._initReady||(W._initReady=W.ready,W.ready=C);var Y=[];function pe(){return f.resolve()}for(var _e=0;_e<Q.forages.length;_e++){var Se=Q.forages[_e];Se!==W&&Y.push(Se._initReady().catch(pe))}var Ee=Q.forages.slice(0);return f.all(Y).then(function(){return U.db=Q.db,$(U)}).then(function(Ae){return U.db=Ae,d(U,W._defaultConfig.version)?p(U):Ae}).then(function(Ae){U.db=Q.db=Ae,W._dbInfo=U;for(var ze=0;ze<Ee.length;ze++){var vt=Ee[ze];vt!==W&&(vt._dbInfo.db=U.db,vt._dbInfo.version=U.version)}})}function R(D,W){var U=this;D=_(D);var J=new f(function(Q,Y){U.ready().then(function(){T(U._dbInfo,F,function(pe,_e){if(pe)return Y(pe);try{var Se=_e.objectStore(U._dbInfo.storeName),Ee=Se.get(D);Ee.onsuccess=function(){var Ae=Ee.result;Ae===void 0&&(Ae=null),E(Ae)&&(Ae=x(Ae)),Q(Ae)},Ee.onerror=function(){Y(Ee.error)}}catch(Ae){Y(Ae)}})}).catch(Y)});return h(J,W),J}function se(D,W){var U=this,J=new f(function(Q,Y){U.ready().then(function(){T(U._dbInfo,F,function(pe,_e){if(pe)return Y(pe);try{var Se=_e.objectStore(U._dbInfo.storeName),Ee=Se.openCursor(),Ae=1;Ee.onsuccess=function(){var ze=Ee.result;if(ze){var vt=ze.value;E(vt)&&(vt=x(vt));var Dt=D(vt,ze.key,Ae++);Dt!==void 0?Q(Dt):ze.continue()}else Q()},Ee.onerror=function(){Y(Ee.error)}}catch(ze){Y(ze)}})}).catch(Y)});return h(J,W),J}function ue(D,W,U){var J=this;D=_(D);var Q=new f(function(Y,pe){var _e;J.ready().then(function(){return _e=J._dbInfo,N.call(W)==="[object Blob]"?X(_e.db).then(function(Se){return Se?W:m(W)}):W}).then(function(Se){T(J._dbInfo,L,function(Ee,Ae){if(Ee)return pe(Ee);try{var ze=Ae.objectStore(J._dbInfo.storeName);Se===null&&(Se=void 0);var vt=ze.put(Se,D);Ae.oncomplete=function(){Se===void 0&&(Se=null),Y(Se)},Ae.onabort=Ae.onerror=function(){var Dt=vt.error?vt.error:vt.transaction.error;pe(Dt)}}catch(Dt){pe(Dt)}})}).catch(pe)});return h(Q,U),Q}function xe(D,W){var U=this;D=_(D);var J=new f(function(Q,Y){U.ready().then(function(){T(U._dbInfo,L,function(pe,_e){if(pe)return Y(pe);try{var Se=_e.objectStore(U._dbInfo.storeName),Ee=Se.delete(D);_e.oncomplete=function(){Q()},_e.onerror=function(){Y(Ee.error)},_e.onabort=function(){var Ae=Ee.error?Ee.error:Ee.transaction.error;Y(Ae)}}catch(Ae){Y(Ae)}})}).catch(Y)});return h(J,W),J}function be(D){var W=this,U=new f(function(J,Q){W.ready().then(function(){T(W._dbInfo,L,function(Y,pe){if(Y)return Q(Y);try{var _e=pe.objectStore(W._dbInfo.storeName),Se=_e.clear();pe.oncomplete=function(){J()},pe.onabort=pe.onerror=function(){var Ee=Se.error?Se.error:Se.transaction.error;Q(Ee)}}catch(Ee){Q(Ee)}})}).catch(Q)});return h(U,D),U}function Ce(D){var W=this,U=new f(function(J,Q){W.ready().then(function(){T(W._dbInfo,F,function(Y,pe){if(Y)return Q(Y);try{var _e=pe.objectStore(W._dbInfo.storeName),Se=_e.count();Se.onsuccess=function(){J(Se.result)},Se.onerror=function(){Q(Se.error)}}catch(Ee){Q(Ee)}})}).catch(Q)});return h(U,D),U}function Me(D,W){var U=this,J=new f(function(Q,Y){if(D<0){Q(null);return}U.ready().then(function(){T(U._dbInfo,F,function(pe,_e){if(pe)return Y(pe);try{var Se=_e.objectStore(U._dbInfo.storeName),Ee=!1,Ae=Se.openKeyCursor();Ae.onsuccess=function(){var ze=Ae.result;if(!ze){Q(null);return}D===0||Ee?Q(ze.key):(Ee=!0,ze.advance(D))},Ae.onerror=function(){Y(Ae.error)}}catch(ze){Y(ze)}})}).catch(Y)});return h(J,W),J}function Ke(D){var W=this,U=new f(function(J,Q){W.ready().then(function(){T(W._dbInfo,F,function(Y,pe){if(Y)return Q(Y);try{var _e=pe.objectStore(W._dbInfo.storeName),Se=_e.openKeyCursor(),Ee=[];Se.onsuccess=function(){var Ae=Se.result;if(!Ae){J(Ee);return}Ee.push(Ae.key),Ae.continue()},Se.onerror=function(){Q(Se.error)}}catch(Ae){Q(Ae)}})}).catch(Q)});return h(U,D),U}function Ue(D,W){W=w.apply(this,arguments);var U=this.config();D=typeof D!="function"&&D||{},D.name||(D.name=D.name||U.name,D.storeName=D.storeName||U.storeName);var J=this,Q;if(!D.name)Q=f.reject("Invalid arguments");else{var Y=D.name===U.name&&J._dbInfo.db,pe=Y?f.resolve(J._dbInfo.db):$(D).then(function(_e){var Se=P[D.name],Ee=Se.forages;Se.db=_e;for(var Ae=0;Ae<Ee.length;Ae++)Ee[Ae]._dbInfo.db=_e;return _e});D.storeName?Q=pe.then(function(_e){if(_e.objectStoreNames.contains(D.storeName)){var Se=_e.version+1;re(D);var Ee=P[D.name],Ae=Ee.forages;_e.close();for(var ze=0;ze<Ae.length;ze++){var vt=Ae[ze];vt._dbInfo.db=null,vt._dbInfo.version=Se}var Dt=new f(function(Ut,or){var ir=c.open(D.name,Se);ir.onerror=function(Kr){var Yo=ir.result;Yo.close(),or(Kr)},ir.onupgradeneeded=function(){var Kr=ir.result;Kr.deleteObjectStore(D.storeName)},ir.onsuccess=function(){var Kr=ir.result;Kr.close(),Ut(Kr)}});return Dt.then(function(Ut){Ee.db=Ut;for(var or=0;or<Ae.length;or++){var ir=Ae[or];ir._dbInfo.db=Ut,ae(ir._dbInfo)}}).catch(function(Ut){throw(oe(D,Ut)||f.resolve()).catch(function(){}),Ut})}}):Q=pe.then(function(_e){re(D);var Se=P[D.name],Ee=Se.forages;_e.close();for(var Ae=0;Ae<Ee.length;Ae++){var ze=Ee[Ae];ze._dbInfo.db=null}var vt=new f(function(Dt,Ut){var or=c.deleteDatabase(D.name);or.onerror=function(){var ir=or.result;ir&&ir.close(),Ut(or.error)},or.onblocked=function(){console.warn('dropInstance blocked for database "'+D.name+'" until all open connections are closed')},or.onsuccess=function(){var ir=or.result;ir&&ir.close(),Dt(ir)}});return vt.then(function(Dt){Se.db=Dt;for(var Ut=0;Ut<Ee.length;Ut++){var or=Ee[Ut];ae(or._dbInfo)}}).catch(function(Dt){throw(oe(D,Dt)||f.resolve()).catch(function(){}),Dt})})}return h(Q,W),Q}var lt={_driver:"asyncStorage",_initStorage:v,_support:u(),iterate:se,getItem:R,setItem:ue,removeItem:xe,clear:be,length:Ce,key:Me,keys:Ke,dropInstance:Ue};function ht(){return typeof openDatabase=="function"}var $e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",mt="~~local_forage_type~",we=/^~~local_forage_type~([^~]+)~/,me="__lfsc__:",Te=me.length,qe="arbf",De="blob",Oe="si08",Ie="ui08",Le="uic8",ft="si16",dt="si32",He="ur16",kt="ui32",_t="fl32",Ze="fl64",Mt=Te+qe.length,Rt=Object.prototype.toString;function nt(D){var W=D.length*.75,U=D.length,J,Q=0,Y,pe,_e,Se;D[D.length-1]==="="&&(W--,D[D.length-2]==="="&&W--);var Ee=new ArrayBuffer(W),Ae=new Uint8Array(Ee);for(J=0;J<U;J+=4)Y=$e.indexOf(D[J]),pe=$e.indexOf(D[J+1]),_e=$e.indexOf(D[J+2]),Se=$e.indexOf(D[J+3]),Ae[Q++]=Y<<2|pe>>4,Ae[Q++]=(pe&15)<<4|_e>>2,Ae[Q++]=(_e&3)<<6|Se&63;return Ee}function xt(D){var W=new Uint8Array(D),U="",J;for(J=0;J<W.length;J+=3)U+=$e[W[J]>>2],U+=$e[(W[J]&3)<<4|W[J+1]>>4],U+=$e[(W[J+1]&15)<<2|W[J+2]>>6],U+=$e[W[J+2]&63];return W.length%3===2?U=U.substring(0,U.length-1)+"=":W.length%3===1&&(U=U.substring(0,U.length-2)+"=="),U}function Ct(D,W){var U="";if(D&&(U=Rt.call(D)),D&&(U==="[object ArrayBuffer]"||D.buffer&&Rt.call(D.buffer)==="[object ArrayBuffer]")){var J,Q=me;D instanceof ArrayBuffer?(J=D,Q+=qe):(J=D.buffer,U==="[object Int8Array]"?Q+=Oe:U==="[object Uint8Array]"?Q+=Ie:U==="[object Uint8ClampedArray]"?Q+=Le:U==="[object Int16Array]"?Q+=ft:U==="[object Uint16Array]"?Q+=He:U==="[object Int32Array]"?Q+=dt:U==="[object Uint32Array]"?Q+=kt:U==="[object Float32Array]"?Q+=_t:U==="[object Float64Array]"?Q+=Ze:W(new Error("Failed to get type for BinaryArray"))),W(Q+xt(J))}else if(U==="[object Blob]"){var Y=new FileReader;Y.onload=function(){var pe=mt+D.type+"~"+xt(this.result);W(me+De+pe)},Y.readAsArrayBuffer(D)}else try{W(JSON.stringify(D))}catch(pe){console.error("Couldn't convert value into a JSON string: ",D),W(null,pe)}}function st(D){if(D.substring(0,Te)!==me)return JSON.parse(D);var W=D.substring(Mt),U=D.substring(Te,Mt),J;if(U===De&&we.test(W)){var Q=W.match(we);J=Q[1],W=W.substring(Q[0].length)}var Y=nt(W);switch(U){case qe:return Y;case De:return l([Y],{type:J});case Oe:return new Int8Array(Y);case Ie:return new Uint8Array(Y);case Le:return new Uint8ClampedArray(Y);case ft:return new Int16Array(Y);case He:return new Uint16Array(Y);case dt:return new Int32Array(Y);case kt:return new Uint32Array(Y);case _t:return new Float32Array(Y);case Ze:return new Float64Array(Y);default:throw new Error("Unkown type: "+U)}}var jt={serialize:Ct,deserialize:st,stringToBuffer:nt,bufferToString:xt};function Ot(D,W,U,J){D.executeSql("CREATE TABLE IF NOT EXISTS "+W.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],U,J)}function it(D){var W=this,U={db:null};if(D)for(var J in D)U[J]=typeof D[J]!="string"?D[J].toString():D[J];var Q=new f(function(Y,pe){try{U.db=openDatabase(U.name,String(U.version),U.description,U.size)}catch(_e){return pe(_e)}U.db.transaction(function(_e){Ot(_e,U,function(){W._dbInfo=U,Y()},function(Se,Ee){pe(Ee)})},pe)});return U.serializer=jt,Q}function yt(D,W,U,J,Q,Y){D.executeSql(U,J,Q,function(pe,_e){_e.code===_e.SYNTAX_ERR?pe.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[W.storeName],function(Se,Ee){Ee.rows.length?Y(Se,_e):Ot(Se,W,function(){Se.executeSql(U,J,Q,Y)},Y)},Y):Y(pe,_e)},Y)}function St(D,W){var U=this;D=_(D);var J=new f(function(Q,Y){U.ready().then(function(){var pe=U._dbInfo;pe.db.transaction(function(_e){yt(_e,pe,"SELECT * FROM "+pe.storeName+" WHERE key = ? LIMIT 1",[D],function(Se,Ee){var Ae=Ee.rows.length?Ee.rows.item(0).value:null;Ae&&(Ae=pe.serializer.deserialize(Ae)),Q(Ae)},function(Se,Ee){Y(Ee)})})}).catch(Y)});return h(J,W),J}function Je(D,W){var U=this,J=new f(function(Q,Y){U.ready().then(function(){var pe=U._dbInfo;pe.db.transaction(function(_e){yt(_e,pe,"SELECT * FROM "+pe.storeName,[],function(Se,Ee){for(var Ae=Ee.rows,ze=Ae.length,vt=0;vt<ze;vt++){var Dt=Ae.item(vt),Ut=Dt.value;if(Ut&&(Ut=pe.serializer.deserialize(Ut)),Ut=D(Ut,Dt.key,vt+1),Ut!==void 0){Q(Ut);return}}Q()},function(Se,Ee){Y(Ee)})})}).catch(Y)});return h(J,W),J}function gt(D,W,U,J){var Q=this;D=_(D);var Y=new f(function(pe,_e){Q.ready().then(function(){W===void 0&&(W=null);var Se=W,Ee=Q._dbInfo;Ee.serializer.serialize(W,function(Ae,ze){ze?_e(ze):Ee.db.transaction(function(vt){yt(vt,Ee,"INSERT OR REPLACE INTO "+Ee.storeName+" (key, value) VALUES (?, ?)",[D,Ae],function(){pe(Se)},function(Dt,Ut){_e(Ut)})},function(vt){if(vt.code===vt.QUOTA_ERR){if(J>0){pe(gt.apply(Q,[D,Se,U,J-1]));return}_e(vt)}})})}).catch(_e)});return h(Y,U),Y}function It(D,W,U){return gt.apply(this,[D,W,U,1])}function ot(D,W){var U=this;D=_(D);var J=new f(function(Q,Y){U.ready().then(function(){var pe=U._dbInfo;pe.db.transaction(function(_e){yt(_e,pe,"DELETE FROM "+pe.storeName+" WHERE key = ?",[D],function(){Q()},function(Se,Ee){Y(Ee)})})}).catch(Y)});return h(J,W),J}function bt(D){var W=this,U=new f(function(J,Q){W.ready().then(function(){var Y=W._dbInfo;Y.db.transaction(function(pe){yt(pe,Y,"DELETE FROM "+Y.storeName,[],function(){J()},function(_e,Se){Q(Se)})})}).catch(Q)});return h(U,D),U}function Lt(D){var W=this,U=new f(function(J,Q){W.ready().then(function(){var Y=W._dbInfo;Y.db.transaction(function(pe){yt(pe,Y,"SELECT COUNT(key) as c FROM "+Y.storeName,[],function(_e,Se){var Ee=Se.rows.item(0).c;J(Ee)},function(_e,Se){Q(Se)})})}).catch(Q)});return h(U,D),U}function j(D,W){var U=this,J=new f(function(Q,Y){U.ready().then(function(){var pe=U._dbInfo;pe.db.transaction(function(_e){yt(_e,pe,"SELECT key FROM "+pe.storeName+" WHERE id = ? LIMIT 1",[D+1],function(Se,Ee){var Ae=Ee.rows.length?Ee.rows.item(0).key:null;Q(Ae)},function(Se,Ee){Y(Ee)})})}).catch(Y)});return h(J,W),J}function S(D){var W=this,U=new f(function(J,Q){W.ready().then(function(){var Y=W._dbInfo;Y.db.transaction(function(pe){yt(pe,Y,"SELECT key FROM "+Y.storeName,[],function(_e,Se){for(var Ee=[],Ae=0;Ae<Se.rows.length;Ae++)Ee.push(Se.rows.item(Ae).key);J(Ee)},function(_e,Se){Q(Se)})})}).catch(Q)});return h(U,D),U}function M(D){return new f(function(W,U){D.transaction(function(J){J.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(Q,Y){for(var pe=[],_e=0;_e<Y.rows.length;_e++)pe.push(Y.rows.item(_e).name);W({db:D,storeNames:pe})},function(Q,Y){U(Y)})},function(J){U(J)})})}function B(D,W){W=w.apply(this,arguments);var U=this.config();D=typeof D!="function"&&D||{},D.name||(D.name=D.name||U.name,D.storeName=D.storeName||U.storeName);var J=this,Q;return D.name?Q=new f(function(Y){var pe;D.name===U.name?pe=J._dbInfo.db:pe=openDatabase(D.name,"","",0),D.storeName?Y({db:pe,storeNames:[D.storeName]}):Y(M(pe))}).then(function(Y){return new f(function(pe,_e){Y.db.transaction(function(Se){function Ee(Dt){return new f(function(Ut,or){Se.executeSql("DROP TABLE IF EXISTS "+Dt,[],function(){Ut()},function(ir,Kr){or(Kr)})})}for(var Ae=[],ze=0,vt=Y.storeNames.length;ze<vt;ze++)Ae.push(Ee(Y.storeNames[ze]));f.all(Ae).then(function(){pe()}).catch(function(Dt){_e(Dt)})},function(Se){_e(Se)})})}):Q=f.reject("Invalid arguments"),h(Q,W),Q}var K={_driver:"webSQLStorage",_initStorage:it,_support:ht(),iterate:Je,getItem:St,setItem:It,removeItem:ot,clear:bt,length:Lt,key:j,keys:S,dropInstance:B};function Z(){try{return typeof localStorage<"u"&&"setItem"in localStorage&&!!localStorage.setItem}catch{return!1}}function ee(D,W){var U=D.name+"/";return D.storeName!==W.storeName&&(U+=D.storeName+"/"),U}function Be(){var D="_localforage_support_test";try{return localStorage.setItem(D,!0),localStorage.removeItem(D),!1}catch{return!0}}function tt(){return!Be()||localStorage.length>0}function Ne(D){var W=this,U={};if(D)for(var J in D)U[J]=D[J];return U.keyPrefix=ee(D,W._defaultConfig),tt()?(W._dbInfo=U,U.serializer=jt,f.resolve()):f.reject()}function z(D){var W=this,U=W.ready().then(function(){for(var J=W._dbInfo.keyPrefix,Q=localStorage.length-1;Q>=0;Q--){var Y=localStorage.key(Q);Y.indexOf(J)===0&&localStorage.removeItem(Y)}});return h(U,D),U}function ne(D,W){var U=this;D=_(D);var J=U.ready().then(function(){var Q=U._dbInfo,Y=localStorage.getItem(Q.keyPrefix+D);return Y&&(Y=Q.serializer.deserialize(Y)),Y});return h(J,W),J}function he(D,W){var U=this,J=U.ready().then(function(){for(var Q=U._dbInfo,Y=Q.keyPrefix,pe=Y.length,_e=localStorage.length,Se=1,Ee=0;Ee<_e;Ee++){var Ae=localStorage.key(Ee);if(Ae.indexOf(Y)===0){var ze=localStorage.getItem(Ae);if(ze&&(ze=Q.serializer.deserialize(ze)),ze=D(ze,Ae.substring(pe),Se++),ze!==void 0)return ze}}});return h(J,W),J}function Pe(D,W){var U=this,J=U.ready().then(function(){var Q=U._dbInfo,Y;try{Y=localStorage.key(D)}catch{Y=null}return Y&&(Y=Y.substring(Q.keyPrefix.length)),Y});return h(J,W),J}function We(D){var W=this,U=W.ready().then(function(){for(var J=W._dbInfo,Q=localStorage.length,Y=[],pe=0;pe<Q;pe++){var _e=localStorage.key(pe);_e.indexOf(J.keyPrefix)===0&&Y.push(_e.substring(J.keyPrefix.length))}return Y});return h(U,D),U}function Re(D){var W=this,U=W.keys().then(function(J){return J.length});return h(U,D),U}function Fe(D,W){var U=this;D=_(D);var J=U.ready().then(function(){var Q=U._dbInfo;localStorage.removeItem(Q.keyPrefix+D)});return h(J,W),J}function at(D,W,U){var J=this;D=_(D);var Q=J.ready().then(function(){W===void 0&&(W=null);var Y=W;return new f(function(pe,_e){var Se=J._dbInfo;Se.serializer.serialize(W,function(Ee,Ae){if(Ae)_e(Ae);else try{localStorage.setItem(Se.keyPrefix+D,Ee),pe(Y)}catch(ze){(ze.name==="QuotaExceededError"||ze.name==="NS_ERROR_DOM_QUOTA_REACHED")&&_e(ze),_e(ze)}})})});return h(Q,U),Q}function Ht(D,W){if(W=w.apply(this,arguments),D=typeof D!="function"&&D||{},!D.name){var U=this.config();D.name=D.name||U.name,D.storeName=D.storeName||U.storeName}var J=this,Q;return D.name?Q=new f(function(Y){D.storeName?Y(ee(D,J._defaultConfig)):Y(D.name+"/")}).then(function(Y){for(var pe=localStorage.length-1;pe>=0;pe--){var _e=localStorage.key(pe);_e.indexOf(Y)===0&&localStorage.removeItem(_e)}}):Q=f.reject("Invalid arguments"),h(Q,W),Q}var Pt={_driver:"localStorageWrapper",_initStorage:Ne,_support:Z(),iterate:he,getItem:ne,setItem:at,removeItem:Fe,clear:z,length:Re,key:Pe,keys:We,dropInstance:Ht},Nt=function(W,U){return W===U||typeof W=="number"&&typeof U=="number"&&isNaN(W)&&isNaN(U)},Qt=function(W,U){for(var J=W.length,Q=0;Q<J;){if(Nt(W[Q],U))return!0;Q++}return!1},gr=Array.isArray||function(D){return Object.prototype.toString.call(D)==="[object Array]"},nr={},Wt={},mr={INDEXEDDB:lt,WEBSQL:K,LOCALSTORAGE:Pt},on=[mr.INDEXEDDB._driver,mr.WEBSQL._driver,mr.LOCALSTORAGE._driver],Rr=["dropInstance"],an=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Rr),Qn={description:"",driver:on.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function ei(D,W){D[W]=function(){var U=arguments;return D.ready().then(function(){return D[W].apply(D,U)})}}function cn(){for(var D=1;D<arguments.length;D++){var W=arguments[D];if(W)for(var U in W)W.hasOwnProperty(U)&&(gr(W[U])?arguments[0][U]=W[U].slice():arguments[0][U]=W[U])}return arguments[0]}var ti=function(){function D(W){o(this,D);for(var U in mr)if(mr.hasOwnProperty(U)){var J=mr[U],Q=J._driver;this[U]=Q,nr[Q]||this.defineDriver(J)}this._defaultConfig=cn({},Qn),this._config=cn({},this._defaultConfig,W),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(U){if((typeof U>"u"?"undefined":s(U))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var J in U){if(J==="storeName"&&(U[J]=U[J].replace(/\W/g,"_")),J==="version"&&typeof U[J]!="number")return new Error("Database version must be a number.");this._config[J]=U[J]}return"driver"in U&&U.driver?this.setDriver(this._config.driver):!0}else return typeof U=="string"?this._config[U]:this._config},D.prototype.defineDriver=function(U,J,Q){var Y=new f(function(pe,_e){try{var Se=U._driver,Ee=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!U._driver){_e(Ee);return}for(var Ae=an.concat("_initStorage"),ze=0,vt=Ae.length;ze<vt;ze++){var Dt=Ae[ze],Ut=!Qt(Rr,Dt);if((Ut||U[Dt])&&typeof U[Dt]!="function"){_e(Ee);return}}var or=function(){for(var Yo=function(g3){return function(){var v3=new Error("Method "+g3+" is not implemented by the current driver"),Z0=f.reject(v3);return h(Z0,arguments[arguments.length-1]),Z0}},Nl=0,m3=Rr.length;Nl<m3;Nl++){var Dl=Rr[Nl];U[Dl]||(U[Dl]=Yo(Dl))}};or();var ir=function(Yo){nr[Se]&&console.info("Redefining LocalForage driver: "+Se),nr[Se]=U,Wt[Se]=Yo,pe()};"_support"in U?U._support&&typeof U._support=="function"?U._support().then(ir,_e):ir(!!U._support):ir(!0)}catch(Kr){_e(Kr)}});return y(Y,J,Q),Y},D.prototype.driver=function(){return this._driver||null},D.prototype.getDriver=function(U,J,Q){var Y=nr[U]?f.resolve(nr[U]):f.reject(new Error("Driver not found."));return y(Y,J,Q),Y},D.prototype.getSerializer=function(U){var J=f.resolve(jt);return y(J,U),J},D.prototype.ready=function(U){var J=this,Q=J._driverSet.then(function(){return J._ready===null&&(J._ready=J._initDriver()),J._ready});return y(Q,U,U),Q},D.prototype.setDriver=function(U,J,Q){var Y=this;gr(U)||(U=[U]);var pe=this._getSupportedDrivers(U);function _e(){Y._config.driver=Y.driver()}function Se(ze){return Y._extend(ze),_e(),Y._ready=Y._initStorage(Y._config),Y._ready}function Ee(ze){return function(){var vt=0;function Dt(){for(;vt<ze.length;){var Ut=ze[vt];return vt++,Y._dbInfo=null,Y._ready=null,Y.getDriver(Ut).then(Se).catch(Dt)}_e();var or=new Error("No available storage method found.");return Y._driverSet=f.reject(or),Y._driverSet}return Dt()}}var Ae=this._driverSet!==null?this._driverSet.catch(function(){return f.resolve()}):f.resolve();return this._driverSet=Ae.then(function(){var ze=pe[0];return Y._dbInfo=null,Y._ready=null,Y.getDriver(ze).then(function(vt){Y._driver=vt._driver,_e(),Y._wrapLibraryMethodsWithReady(),Y._initDriver=Ee(pe)})}).catch(function(){_e();var ze=new Error("No available storage method found.");return Y._driverSet=f.reject(ze),Y._driverSet}),y(this._driverSet,J,Q),this._driverSet},D.prototype.supports=function(U){return!!Wt[U]},D.prototype._extend=function(U){cn(this,U)},D.prototype._getSupportedDrivers=function(U){for(var J=[],Q=0,Y=U.length;Q<Y;Q++){var pe=U[Q];this.supports(pe)&&J.push(pe)}return J},D.prototype._wrapLibraryMethodsWithReady=function(){for(var U=0,J=an.length;U<J;U++)ei(this,an[U])},D.prototype.createInstance=function(U){return new D(U)},D}(),ri=new ti;n.exports=ri},{3:3}]},{},[4])(4)})})(c4);var mj=c4.exports;const ga=Qa(mj);ga.config({name:"CetusSite",storeName:"tokens"});class yi{static async setItem(t,r){try{await ga.setItem(t,r)}catch(n){console.error(`Failed to set item with key "${t}"`,n)}}static async getItem(t){try{return await ga.getItem(t)}catch(r){return console.error(`Failed to get item with key "${t}"`,r),null}}static async removeItem(t){try{await ga.removeItem(t)}catch(r){console.error(`Failed to remove item with key "${t}"`,r)}}static async clear(){try{await ga.clear()}catch(t){console.error("Failed to clear storage",t)}}}const el=[{name:"SuiVision",link:"https://suivision.xyz",img:Ft("/images/logo_suivision@2x.png"),isCustom:!1},{name:"Suiscan",link:"https://suiscan.xyz/mainnet",img:Ft("/images/logo_suiscan@2x.png"),isCustom:!1}],xu=[{name:"Sui Fullnode",link:"https://fullnode.mainnet.sui.io",isCustom:!1},{name:"Custom RPC URL",link:"",isCustom:!0}],gj=[{display:"0.1",value:"0.001"},{display:"0.5",value:"0.005"},{display:"1",value:"0.01"}],vj="mainnet",yj={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"}},Su=yj[vj],bj=Ft("/images/birdeye-logo.png"),wj=Ft("/images/img-logo@2x.png"),_j=Ft("/images/logo_CoinGecko@2x.png"),xj=Ft("/images/logo_pyth.png");var Oa=(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.SUILEND="SUILEND",e.BLUEFIN="BLUEFIN",e.HAEDALPMM="HAEDALPMM",e))(Oa||{});const u4={pyth:"Pyth Network",coingecko:"CoinGecko",birdeye:"Birdeye",Cetus:"Cetus"},Sj={pyth:xj,coingecko:_j,birdeye:bj,Cetus:wj},vr={CETUS:Ft("/images/aggregator-source/cetus.png"),KRIYA:Ft("/images/aggregator-source/kriya.png"),FLOWX:Ft("/images/aggregator-source/flowx.png"),AFTERMATH:Ft("/images/aggregator-source/aftermath.png"),TURBOS:Ft("/images/aggregator-source/turbos.png"),HAEDAL:Ft("/images/aggregator-source/haedal.png"),VOLO:Ft("/images/aggregator-source/volo.png"),AFSUI:Ft("/images/aggregator-source/aftermath.png"),BLUEMOVE:Ft("/images/aggregator-source/bluemove.png"),KRIYAV3:Ft("/images/aggregator-source/kriya.png"),FLOWXV3:Ft("/images/aggregator-source/flowx.png"),DEEPBOOKV3:Ft("/images/aggregator-source/deepbook.png"),SCALLOP:Ft("/images/aggregator-source/scallop.png"),SUILEND:Ft("/images/aggregator-source/suilend.png"),BLUEFIN:Ft("/images/aggregator-source/bluefin.png"),HAEDALPMM:Ft("/images/aggregator-source/haedal.png")},l4={CETUS:{name:"Cetus",id:"CETUS",logo:vr.CETUS,type:"dex",sort:100},DEEPBOOKV3:{name:"DeepBook V3",id:"DEEPBOOKV3",logo:vr.DEEPBOOKV3,type:"dex",sort:99},KRIYA:{name:"Kriya V2",id:"KRIYA",logo:vr.KRIYA,type:"dex",sort:98},KRIYAV3:{name:"Kriya V3",id:"KRIYAV3",logo:vr.KRIYA,type:"dex",sort:97},FLOWX:{name:"FlowX V2",id:"FLOWX",logo:vr.FLOWX,type:"dex",sort:96},FLOWXV3:{name:"FlowX V3",id:"FLOWXV3",logo:vr.FLOWX,type:"dex",sort:95},AFTERMATH:{name:"Aftermath",id:"AFTERMATH",logo:vr.AFTERMATH,type:"dex",sort:94},TURBOS:{name:"Turbos",id:"TURBOS",logo:vr.TURBOS,type:"dex",sort:93},HAEDAL:{name:"Haedal LSD",id:"HAEDAL",logo:vr.HAEDAL,type:"other",sort:92},HAEDALPMM:{name:"Haedal HMM",id:"HAEDALPMM",logo:vr.HAEDALPMM,type:"other",sort:92},VOLO:{name:"Volo",id:"VOLO",logo:vr.VOLO,type:"other",sort:91},AFSUI:{name:"Aftermath LSD",id:"AFSUI",logo:vr.AFTERMATH,type:"other",sort:90},BLUEMOVE:{name:"BlueMove",id:"BLUEMOVE",logo:vr.BLUEMOVE,type:"dex",sort:80},BLUEFIN:{name:"Bluefin",id:"BLUEFIN",logo:vr.BLUEFIN,sort:79,type:"dex"},SCALLOP:{name:"Scallop",id:"SCALLOP",logo:vr.SCALLOP,type:"other",sort:70},SUILEND:{name:"SpringSui",id:"SUILEND",logo:vr.SUILEND,type:"other",sort:60}},im=e=>{let t;const r=new Set,n=(u,l)=>{const f=typeof u=="function"?u(t):u;if(!Object.is(f,t)){const h=t;t=l??(typeof f!="object"||f===null)?f:Object.assign({},t,f),r.forEach(y=>y(t,h))}},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},Ej=e=>e?im(e):im,Mj=e=>e;function Cj(e,t=Mj){const r=ie.useSyncExternalStore(e.subscribe,()=>t(e.getState()),()=>t(e.getInitialState()));return ie.useDebugValue(r),r}const sm=e=>{const t=Ej(e),r=n=>Cj(t,n);return Object.assign(r,t),r},Ti=e=>e?sm(e):sm;function Aj(e,t){let r;try{r=e()}catch{return}return{getItem:i=>{var s;const o=c=>c===null?null:JSON.parse(c,t==null?void 0:t.reviver),a=(s=r.getItem(i))!=null?s:null;return a instanceof Promise?a.then(o):o(a)},setItem:(i,s)=>r.setItem(i,JSON.stringify(s,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)}}}},Tj=(e,t)=>(r,n,i)=>{let s={storage:Aj(()=>localStorage),partialize:w=>w,version:0,merge:(w,A)=>({...A,...w}),...t},o=!1;const a=new Set,c=new Set;let u=s.storage;if(!u)return e((...w)=>{console.warn(`[zustand persist middleware] Unable to update item '${s.name}', the given storage is currently unavailable.`),r(...w)},n,i);const l=()=>{const w=s.partialize({...n()});return u.setItem(s.name,{state:w,version:s.version})},f=i.setState;i.setState=(w,A)=>{f(w,A),l()};const h=e((...w)=>{r(...w),l()},n,i);i.getInitialState=()=>h;let y;const _=()=>{var w,A;if(!u)return;o=!1,a.forEach(P=>{var N;return P((N=n())!=null?N:h)});const I=((A=s.onRehydrateStorage)==null?void 0:A.call(s,(w=n())!=null?w:h))||void 0;return fd(u.getItem.bind(u))(s.name).then(P=>{if(P)if(typeof P.version=="number"&&P.version!==s.version){if(s.migrate){const N=s.migrate(P.state,P.version);return N instanceof Promise?N.then(F=>[!0,F]):[!0,N]}console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,P.state];return[!1,void 0]}).then(P=>{var N;const[F,L]=P;if(y=s.merge(L,(N=n())!=null?N:h),r(y,!0),F)return l()}).then(()=>{I==null||I(y,void 0),y=n(),o=!0,c.forEach(P=>P(y))}).catch(P=>{I==null||I(void 0,P)})};return i.persist={setOptions:w=>{s={...s,...w},w.storage&&(u=w.storage)},clearStorage:()=>{u==null||u.removeItem(s.name)},getOptions:()=>s,rehydrate:()=>_(),hasHydrated:()=>o,onHydrate:w=>(a.add(w),()=>{a.delete(w)}),onFinishHydration:w=>(c.add(w),()=>{c.delete(w)})},s.skipHydration||_(),y||h},Oj=Tj,Ij=(e,t)=>({currentExplorer:el[0].link,setCurrentExplorer:r=>{e(()=>({currentExplorer:r}))},rpcList:xu,setRpcList:r=>{e(()=>({rpcList:[...r]}))},currentRpc:xu[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(Oa),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}))}}),Wr=Ti(Oj(Ij,{name:"useGlobalStore",partialize:e=>{const{currentExplorer:t,currentRpc:r,slippage:n,customRpc:i,providers:s,mevProtect:o}=e;return{currentExplorer:t,currentRpc:r,slippage:n,customRpc:i,providers:s,mevProtect:o}}}));function $o(){const{currentExplorer:e}=Wr();return{getExplorerUrl:(r,n="account",i=e)=>{let s;return i.includes("suivision")?s=`${i}/${jj(n)}/${r}`:s=`${i}/${kj(n)}/${r}`,s}}}const kj=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"}},jj=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 f4(e){const{text:t,keywords:r,onKeywordClick:n,text_highlight_color:i="var(--cs-primary)",text_size:s="12px",text_color:o="var(--cs-btn-disabled-text)"}=e,a=new RegExp(`(${r.join("|")})`,"gi"),c=t.split(a);return b.jsx("span",{style:{display:"inline",whiteSpace:"normal",textAlign:"start"},children:c.map((u,l)=>{const f=r.includes(u);return b.jsx("span",{style:{lineHeight:"20px",fontSize:s,color:f?i:o,cursor:"pointer",whiteSpace:"inherit"},onClick:()=>n(u),children:u},l)})})}var d4={exports:{}};/*!
|
|
49
|
+
*/(function(e,t){(function(r){e.exports=r()})(function(){return function r(n,i,s){function o(u,l){if(!i[u]){if(!n[u]){var f=typeof Wn=="function"&&Wn;if(!l&&f)return f(u,!0);if(a)return a(u,!0);var h=new Error("Cannot find module '"+u+"'");throw h.code="MODULE_NOT_FOUND",h}var y=i[u]={exports:{}};n[u][0].call(y.exports,function(b){var _=n[u][1][b];return o(_||b)},y,y.exports,r,n,i,s)}return i[u].exports}for(var a=typeof Wn=="function"&&Wn,c=0;c<s.length;c++)o(s[c]);return o}({1:[function(r,n,i){(function(s){var o=s.MutationObserver||s.WebKitMutationObserver,a;if(o){var c=0,u=new o(b),l=s.document.createTextNode("");u.observe(l,{characterData:!0}),a=function(){l.data=c=++c%2}}else if(!s.setImmediate&&typeof s.MessageChannel<"u"){var f=new s.MessageChannel;f.port1.onmessage=b,a=function(){f.port2.postMessage(0)}}else"document"in s&&"onreadystatechange"in s.document.createElement("script")?a=function(){var A=s.document.createElement("script");A.onreadystatechange=function(){b(),A.onreadystatechange=null,A.parentNode.removeChild(A),A=null},s.document.documentElement.appendChild(A)}:a=function(){setTimeout(b,0)};var h,y=[];function b(){h=!0;for(var A,P,R=y.length;R;){for(P=y,y=[],A=-1;++A<R;)P[A]();R=y.length}h=!1}n.exports=_;function _(A){y.push(A)===1&&!h&&a()}}).call(this,typeof Rr<"u"?Rr:typeof self<"u"?self:typeof window<"u"?window:{})},{}],2:[function(r,n,i){var s=r(1);function o(){}var a={},c=["REJECTED"],u=["FULFILLED"],l=["PENDING"];n.exports=f;function f(L){if(typeof L!="function")throw new TypeError("resolver must be a function");this.state=l,this.queue=[],this.outcome=void 0,L!==o&&_(this,L)}f.prototype.catch=function(L){return this.then(null,L)},f.prototype.then=function(L,G){if(typeof L!="function"&&this.state===u||typeof G!="function"&&this.state===c)return this;var q=new this.constructor(o);if(this.state!==l){var J=this.state===u?L:G;y(q,J,this.outcome)}else this.queue.push(new h(q,L,G));return q};function h(L,G,q){this.promise=L,typeof G=="function"&&(this.onFulfilled=G,this.callFulfilled=this.otherCallFulfilled),typeof q=="function"&&(this.onRejected=q,this.callRejected=this.otherCallRejected)}h.prototype.callFulfilled=function(L){a.resolve(this.promise,L)},h.prototype.otherCallFulfilled=function(L){y(this.promise,this.onFulfilled,L)},h.prototype.callRejected=function(L){a.reject(this.promise,L)},h.prototype.otherCallRejected=function(L){y(this.promise,this.onRejected,L)};function y(L,G,q){s(function(){var J;try{J=G(q)}catch(ne){return a.reject(L,ne)}J===L?a.reject(L,new TypeError("Cannot resolve promise with itself")):a.resolve(L,J)})}a.resolve=function(L,G){var q=A(b,G);if(q.status==="error")return a.reject(L,q.value);var J=q.value;if(J)_(L,J);else{L.state=u,L.outcome=G;for(var ne=-1,ae=L.queue.length;++ne<ae;)L.queue[ne].callFulfilled(G)}return L},a.reject=function(L,G){L.state=c,L.outcome=G;for(var q=-1,J=L.queue.length;++q<J;)L.queue[q].callRejected(G);return L};function b(L){var G=L&&L.then;if(L&&(typeof L=="object"||typeof L=="function")&&typeof G=="function")return function(){G.apply(L,arguments)}}function _(L,G){var q=!1;function J(V){q||(q=!0,a.reject(L,V))}function ne(V){q||(q=!0,a.resolve(L,V))}function ae(){G(ne,J)}var ce=A(ae);ce.status==="error"&&J(ce.value)}function A(L,G){var q={};try{q.value=L(G),q.status="success"}catch(J){q.status="error",q.value=J}return q}f.resolve=P;function P(L){return L instanceof this?L:a.resolve(new this(o),L)}f.reject=R;function R(L){var G=new this(o);return a.reject(G,L)}f.all=N;function N(L){var G=this;if(Object.prototype.toString.call(L)!=="[object Array]")return this.reject(new TypeError("must be an array"));var q=L.length,J=!1;if(!q)return this.resolve([]);for(var ne=new Array(q),ae=0,ce=-1,V=new this(o);++ce<q;)$(L[ce],ce);return V;function $(p,d){G.resolve(p).then(m,function(x){J||(J=!0,a.reject(V,x))});function m(x){ne[d]=x,++ae===q&&!J&&(J=!0,a.resolve(V,ne))}}}f.race=F;function F(L){var G=this;if(Object.prototype.toString.call(L)!=="[object Array]")return this.reject(new TypeError("must be an array"));var q=L.length,J=!1;if(!q)return this.resolve([]);for(var ne=-1,ae=new this(o);++ne<q;)ce(L[ne]);return ae;function ce(V){G.resolve(V).then(function($){J||(J=!0,a.resolve(ae,$))},function($){J||(J=!0,a.reject(ae,$))})}}},{1:1}],3:[function(r,n,i){(function(s){typeof s.Promise!="function"&&(s.Promise=r(2))}).call(this,typeof Rr<"u"?Rr:typeof self<"u"?self:typeof window<"u"?window:{})},{2:2}],4:[function(r,n,i){var s=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 o(D,H){if(!(D instanceof H))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 D=typeof openDatabase<"u"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),H=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!D||H)&&typeof indexedDB<"u"&&typeof IDBKeyRange<"u"}catch{return!1}}function l(D,H){D=D||[],H=H||{};try{return new Blob(D,H)}catch(X){if(X.name!=="TypeError")throw X;for(var U=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,Y=new U,Q=0;Q<D.length;Q+=1)Y.append(D[Q]);return Y.getBlob(H.type)}}typeof Promise>"u"&&r(3);var f=Promise;function h(D,H){H&&D.then(function(U){H(null,U)},function(U){H(U)})}function y(D,H,U){typeof H=="function"&&D.then(H),typeof U=="function"&&D.catch(U)}function b(D){return typeof D!="string"&&(console.warn(D+" used as a key, but it is not a string."),D=String(D)),D}function _(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var A="local-forage-detect-blob-support",P=void 0,R={},N=Object.prototype.toString,F="readonly",L="readwrite";function G(D){for(var H=D.length,U=new ArrayBuffer(H),Y=new Uint8Array(U),Q=0;Q<H;Q++)Y[Q]=D.charCodeAt(Q);return U}function q(D){return new f(function(H){var U=D.transaction(A,L),Y=l([""]);U.objectStore(A).put(Y,"key"),U.onabort=function(Q){Q.preventDefault(),Q.stopPropagation(),H(!1)},U.oncomplete=function(){var Q=navigator.userAgent.match(/Chrome\/(\d+)/),X=navigator.userAgent.match(/Edge\//);H(X||!Q||parseInt(Q[1],10)>=43)}}).catch(function(){return!1})}function J(D){return typeof P=="boolean"?f.resolve(P):q(D).then(function(H){return P=H,P})}function ne(D){var H=R[D.name],U={};U.promise=new f(function(Y,Q){U.resolve=Y,U.reject=Q}),H.deferredOperations.push(U),H.dbReady?H.dbReady=H.dbReady.then(function(){return U.promise}):H.dbReady=U.promise}function ae(D){var H=R[D.name],U=H.deferredOperations.pop();if(U)return U.resolve(),U.promise}function ce(D,H){var U=R[D.name],Y=U.deferredOperations.pop();if(Y)return Y.reject(H),Y.promise}function V(D,H){return new f(function(U,Y){if(R[D.name]=R[D.name]||g(),D.db)if(H)ne(D),D.db.close();else return U(D.db);var Q=[D.name];H&&Q.push(D.version);var X=c.open.apply(c,Q);H&&(X.onupgradeneeded=function(me){var xe=X.result;try{xe.createObjectStore(D.storeName),me.oldVersion<=1&&xe.createObjectStore(A)}catch(Ce){if(Ce.name==="ConstraintError")console.warn('The database "'+D.name+'" has been upgraded from version '+me.oldVersion+" to version "+me.newVersion+', but the storage "'+D.storeName+'" already exists.');else throw Ce}}),X.onerror=function(me){me.preventDefault(),Y(X.error)},X.onsuccess=function(){var me=X.result;me.onversionchange=function(xe){xe.target.close()},U(me),ae(D)}})}function $(D){return V(D,!1)}function p(D){return V(D,!0)}function d(D,H){if(!D.db)return!0;var U=!D.db.objectStoreNames.contains(D.storeName),Y=D.version<D.db.version,Q=D.version>D.db.version;if(Y&&(D.version!==H&&console.warn('The database "'+D.name+`" can't be downgraded from version `+D.db.version+" to version "+D.version+"."),D.version=D.db.version),Q||U){if(U){var X=D.db.version+1;X>D.version&&(D.version=X)}return!0}return!1}function m(D){return new f(function(H,U){var Y=new FileReader;Y.onerror=U,Y.onloadend=function(Q){var X=btoa(Q.target.result||"");H({__local_forage_encoded_blob:!0,data:X,type:D.type})},Y.readAsBinaryString(D)})}function x(D){var H=G(atob(D.data));return l([H],{type:D.type})}function M(D){return D&&D.__local_forage_encoded_blob}function E(D){var H=this,U=H._initReady().then(function(){var Y=R[H._dbInfo.name];if(Y&&Y.dbReady)return Y.dbReady});return y(U,D,D),U}function O(D){ne(D);for(var H=R[D.name],U=H.forages,Y=0;Y<U.length;Y++){var Q=U[Y];Q._dbInfo.db&&(Q._dbInfo.db.close(),Q._dbInfo.db=null)}return D.db=null,$(D).then(function(X){return D.db=X,d(D)?p(D):X}).then(function(X){D.db=H.db=X;for(var me=0;me<U.length;me++)U[me]._dbInfo.db=X}).catch(function(X){throw ce(D,X),X})}function C(D,H,U,Y){Y===void 0&&(Y=1);try{var Q=D.db.transaction(D.storeName,H);U(null,Q)}catch(X){if(Y>0&&(!D.db||X.name==="InvalidStateError"||X.name==="NotFoundError"))return f.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),p(D)}).then(function(){return O(D).then(function(){C(D,H,U,Y-1)})}).catch(U);U(X)}}function g(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function v(D){var H=this,U={db:null};if(D)for(var Y in D)U[Y]=D[Y];var Q=R[U.name];Q||(Q=g(),R[U.name]=Q),Q.forages.push(H),H._initReady||(H._initReady=H.ready,H.ready=E);var X=[];function me(){return f.resolve()}for(var xe=0;xe<Q.forages.length;xe++){var Ce=Q.forages[xe];Ce!==H&&X.push(Ce._initReady().catch(me))}var Me=Q.forages.slice(0);return f.all(X).then(function(){return U.db=Q.db,$(U)}).then(function(Te){return U.db=Te,d(U,H._defaultConfig.version)?p(U):Te}).then(function(Te){U.db=Q.db=Te,H._dbInfo=U;for(var Ve=0;Ve<Me.length;Ve++){var yt=Me[Ve];yt!==H&&(yt._dbInfo.db=U.db,yt._dbInfo.version=U.version)}})}function j(D,H){var U=this;D=b(D);var Y=new f(function(Q,X){U.ready().then(function(){C(U._dbInfo,F,function(me,xe){if(me)return X(me);try{var Ce=xe.objectStore(U._dbInfo.storeName),Me=Ce.get(D);Me.onsuccess=function(){var Te=Me.result;Te===void 0&&(Te=null),M(Te)&&(Te=x(Te)),Q(Te)},Me.onerror=function(){X(Me.error)}}catch(Te){X(Te)}})}).catch(X)});return h(Y,H),Y}function ee(D,H){var U=this,Y=new f(function(Q,X){U.ready().then(function(){C(U._dbInfo,F,function(me,xe){if(me)return X(me);try{var Ce=xe.objectStore(U._dbInfo.storeName),Me=Ce.openCursor(),Te=1;Me.onsuccess=function(){var Ve=Me.result;if(Ve){var yt=Ve.value;M(yt)&&(yt=x(yt));var $t=D(yt,Ve.key,Te++);$t!==void 0?Q($t):Ve.continue()}else Q()},Me.onerror=function(){X(Me.error)}}catch(Ve){X(Ve)}})}).catch(X)});return h(Y,H),Y}function ie(D,H,U){var Y=this;D=b(D);var Q=new f(function(X,me){var xe;Y.ready().then(function(){return xe=Y._dbInfo,N.call(H)==="[object Blob]"?J(xe.db).then(function(Ce){return Ce?H:m(H)}):H}).then(function(Ce){C(Y._dbInfo,L,function(Me,Te){if(Me)return me(Me);try{var Ve=Te.objectStore(Y._dbInfo.storeName);Ce===null&&(Ce=void 0);var yt=Ve.put(Ce,D);Te.oncomplete=function(){Ce===void 0&&(Ce=null),X(Ce)},Te.onabort=Te.onerror=function(){var $t=yt.error?yt.error:yt.transaction.error;me($t)}}catch($t){me($t)}})}).catch(me)});return h(Q,U),Q}function ve(D,H){var U=this;D=b(D);var Y=new f(function(Q,X){U.ready().then(function(){C(U._dbInfo,L,function(me,xe){if(me)return X(me);try{var Ce=xe.objectStore(U._dbInfo.storeName),Me=Ce.delete(D);xe.oncomplete=function(){Q()},xe.onerror=function(){X(Me.error)},xe.onabort=function(){var Te=Me.error?Me.error:Me.transaction.error;X(Te)}}catch(Te){X(Te)}})}).catch(X)});return h(Y,H),Y}function pe(D){var H=this,U=new f(function(Y,Q){H.ready().then(function(){C(H._dbInfo,L,function(X,me){if(X)return Q(X);try{var xe=me.objectStore(H._dbInfo.storeName),Ce=xe.clear();me.oncomplete=function(){Y()},me.onabort=me.onerror=function(){var Me=Ce.error?Ce.error:Ce.transaction.error;Q(Me)}}catch(Me){Q(Me)}})}).catch(Q)});return h(U,D),U}function Ee(D){var H=this,U=new f(function(Y,Q){H.ready().then(function(){C(H._dbInfo,F,function(X,me){if(X)return Q(X);try{var xe=me.objectStore(H._dbInfo.storeName),Ce=xe.count();Ce.onsuccess=function(){Y(Ce.result)},Ce.onerror=function(){Q(Ce.error)}}catch(Me){Q(Me)}})}).catch(Q)});return h(U,D),U}function Se(D,H){var U=this,Y=new f(function(Q,X){if(D<0){Q(null);return}U.ready().then(function(){C(U._dbInfo,F,function(me,xe){if(me)return X(me);try{var Ce=xe.objectStore(U._dbInfo.storeName),Me=!1,Te=Ce.openKeyCursor();Te.onsuccess=function(){var Ve=Te.result;if(!Ve){Q(null);return}D===0||Me?Q(Ve.key):(Me=!0,Ve.advance(D))},Te.onerror=function(){X(Te.error)}}catch(Ve){X(Ve)}})}).catch(X)});return h(Y,H),Y}function Ke(D){var H=this,U=new f(function(Y,Q){H.ready().then(function(){C(H._dbInfo,F,function(X,me){if(X)return Q(X);try{var xe=me.objectStore(H._dbInfo.storeName),Ce=xe.openKeyCursor(),Me=[];Ce.onsuccess=function(){var Te=Ce.result;if(!Te){Y(Me);return}Me.push(Te.key),Te.continue()},Ce.onerror=function(){Q(Ce.error)}}catch(Te){Q(Te)}})}).catch(Q)});return h(U,D),U}function Fe(D,H){H=_.apply(this,arguments);var U=this.config();D=typeof D!="function"&&D||{},D.name||(D.name=D.name||U.name,D.storeName=D.storeName||U.storeName);var Y=this,Q;if(!D.name)Q=f.reject("Invalid arguments");else{var X=D.name===U.name&&Y._dbInfo.db,me=X?f.resolve(Y._dbInfo.db):$(D).then(function(xe){var Ce=R[D.name],Me=Ce.forages;Ce.db=xe;for(var Te=0;Te<Me.length;Te++)Me[Te]._dbInfo.db=xe;return xe});D.storeName?Q=me.then(function(xe){if(xe.objectStoreNames.contains(D.storeName)){var Ce=xe.version+1;ne(D);var Me=R[D.name],Te=Me.forages;xe.close();for(var Ve=0;Ve<Te.length;Ve++){var yt=Te[Ve];yt._dbInfo.db=null,yt._dbInfo.version=Ce}var $t=new f(function(Ut,ar){var sr=c.open(D.name,Ce);sr.onerror=function(Yr){var ua=sr.result;ua.close(),ar(Yr)},sr.onupgradeneeded=function(){var Yr=sr.result;Yr.deleteObjectStore(D.storeName)},sr.onsuccess=function(){var Yr=sr.result;Yr.close(),Ut(Yr)}});return $t.then(function(Ut){Me.db=Ut;for(var ar=0;ar<Te.length;ar++){var sr=Te[ar];sr._dbInfo.db=Ut,ae(sr._dbInfo)}}).catch(function(Ut){throw(ce(D,Ut)||f.resolve()).catch(function(){}),Ut})}}):Q=me.then(function(xe){ne(D);var Ce=R[D.name],Me=Ce.forages;xe.close();for(var Te=0;Te<Me.length;Te++){var Ve=Me[Te];Ve._dbInfo.db=null}var yt=new f(function($t,Ut){var ar=c.deleteDatabase(D.name);ar.onerror=function(){var sr=ar.result;sr&&sr.close(),Ut(ar.error)},ar.onblocked=function(){console.warn('dropInstance blocked for database "'+D.name+'" until all open connections are closed')},ar.onsuccess=function(){var sr=ar.result;sr&&sr.close(),$t(sr)}});return yt.then(function($t){Ce.db=$t;for(var Ut=0;Ut<Me.length;Ut++){var ar=Me[Ut];ae(ar._dbInfo)}}).catch(function($t){throw(ce(D,$t)||f.resolve()).catch(function(){}),$t})})}return h(Q,H),Q}var lt={_driver:"asyncStorage",_initStorage:v,_support:u(),iterate:ee,getItem:j,setItem:ie,removeItem:ve,clear:pe,length:Ee,key:Se,keys:Ke,dropInstance:Fe};function ht(){return typeof openDatabase=="function"}var $e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",mt="~~local_forage_type~",_e=/^~~local_forage_type~([^~]+)~/,ge="__lfsc__:",Ae=ge.length,qe="arbf",De="blob",Oe="si08",Ie="ui08",Le="uic8",ft="si16",dt="si32",Ge="ur16",jt="ui32",xt="fl32",Ze="fl64",Tt=Ae+qe.length,Nt=Object.prototype.toString;function nt(D){var H=D.length*.75,U=D.length,Y,Q=0,X,me,xe,Ce;D[D.length-1]==="="&&(H--,D[D.length-2]==="="&&H--);var Me=new ArrayBuffer(H),Te=new Uint8Array(Me);for(Y=0;Y<U;Y+=4)X=$e.indexOf(D[Y]),me=$e.indexOf(D[Y+1]),xe=$e.indexOf(D[Y+2]),Ce=$e.indexOf(D[Y+3]),Te[Q++]=X<<2|me>>4,Te[Q++]=(me&15)<<4|xe>>2,Te[Q++]=(xe&3)<<6|Ce&63;return Me}function St(D){var H=new Uint8Array(D),U="",Y;for(Y=0;Y<H.length;Y+=3)U+=$e[H[Y]>>2],U+=$e[(H[Y]&3)<<4|H[Y+1]>>4],U+=$e[(H[Y+1]&15)<<2|H[Y+2]>>6],U+=$e[H[Y+2]&63];return H.length%3===2?U=U.substring(0,U.length-1)+"=":H.length%3===1&&(U=U.substring(0,U.length-2)+"=="),U}function At(D,H){var U="";if(D&&(U=Nt.call(D)),D&&(U==="[object ArrayBuffer]"||D.buffer&&Nt.call(D.buffer)==="[object ArrayBuffer]")){var Y,Q=ge;D instanceof ArrayBuffer?(Y=D,Q+=qe):(Y=D.buffer,U==="[object Int8Array]"?Q+=Oe:U==="[object Uint8Array]"?Q+=Ie:U==="[object Uint8ClampedArray]"?Q+=Le:U==="[object Int16Array]"?Q+=ft:U==="[object Uint16Array]"?Q+=Ge:U==="[object Int32Array]"?Q+=dt:U==="[object Uint32Array]"?Q+=jt:U==="[object Float32Array]"?Q+=xt:U==="[object Float64Array]"?Q+=Ze:H(new Error("Failed to get type for BinaryArray"))),H(Q+St(Y))}else if(U==="[object Blob]"){var X=new FileReader;X.onload=function(){var me=mt+D.type+"~"+St(this.result);H(ge+De+me)},X.readAsArrayBuffer(D)}else try{H(JSON.stringify(D))}catch(me){console.error("Couldn't convert value into a JSON string: ",D),H(null,me)}}function st(D){if(D.substring(0,Ae)!==ge)return JSON.parse(D);var H=D.substring(Tt),U=D.substring(Ae,Tt),Y;if(U===De&&_e.test(H)){var Q=H.match(_e);Y=Q[1],H=H.substring(Q[0].length)}var X=nt(H);switch(U){case qe:return X;case De:return l([X],{type:Y});case Oe:return new Int8Array(X);case Ie:return new Uint8Array(X);case Le:return new Uint8ClampedArray(X);case ft:return new Int16Array(X);case Ge:return new Uint16Array(X);case dt:return new Int32Array(X);case jt:return new Uint32Array(X);case xt:return new Float32Array(X);case Ze:return new Float64Array(X);default:throw new Error("Unkown type: "+U)}}var kt={serialize:At,deserialize:st,stringToBuffer:nt,bufferToString:St};function It(D,H,U,Y){D.executeSql("CREATE TABLE IF NOT EXISTS "+H.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],U,Y)}function it(D){var H=this,U={db:null};if(D)for(var Y in D)U[Y]=typeof D[Y]!="string"?D[Y].toString():D[Y];var Q=new f(function(X,me){try{U.db=openDatabase(U.name,String(U.version),U.description,U.size)}catch(xe){return me(xe)}U.db.transaction(function(xe){It(xe,U,function(){H._dbInfo=U,X()},function(Ce,Me){me(Me)})},me)});return U.serializer=kt,Q}function bt(D,H,U,Y,Q,X){D.executeSql(U,Y,Q,function(me,xe){xe.code===xe.SYNTAX_ERR?me.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[H.storeName],function(Ce,Me){Me.rows.length?X(Ce,xe):It(Ce,H,function(){Ce.executeSql(U,Y,Q,X)},X)},X):X(me,xe)},X)}function Ct(D,H){var U=this;D=b(D);var Y=new f(function(Q,X){U.ready().then(function(){var me=U._dbInfo;me.db.transaction(function(xe){bt(xe,me,"SELECT * FROM "+me.storeName+" WHERE key = ? LIMIT 1",[D],function(Ce,Me){var Te=Me.rows.length?Me.rows.item(0).value:null;Te&&(Te=me.serializer.deserialize(Te)),Q(Te)},function(Ce,Me){X(Me)})})}).catch(X)});return h(Y,H),Y}function Ye(D,H){var U=this,Y=new f(function(Q,X){U.ready().then(function(){var me=U._dbInfo;me.db.transaction(function(xe){bt(xe,me,"SELECT * FROM "+me.storeName,[],function(Ce,Me){for(var Te=Me.rows,Ve=Te.length,yt=0;yt<Ve;yt++){var $t=Te.item(yt),Ut=$t.value;if(Ut&&(Ut=me.serializer.deserialize(Ut)),Ut=D(Ut,$t.key,yt+1),Ut!==void 0){Q(Ut);return}}Q()},function(Ce,Me){X(Me)})})}).catch(X)});return h(Y,H),Y}function gt(D,H,U,Y){var Q=this;D=b(D);var X=new f(function(me,xe){Q.ready().then(function(){H===void 0&&(H=null);var Ce=H,Me=Q._dbInfo;Me.serializer.serialize(H,function(Te,Ve){Ve?xe(Ve):Me.db.transaction(function(yt){bt(yt,Me,"INSERT OR REPLACE INTO "+Me.storeName+" (key, value) VALUES (?, ?)",[D,Te],function(){me(Ce)},function($t,Ut){xe(Ut)})},function(yt){if(yt.code===yt.QUOTA_ERR){if(Y>0){me(gt.apply(Q,[D,Ce,U,Y-1]));return}xe(yt)}})})}).catch(xe)});return h(X,U),X}function Pt(D,H,U){return gt.apply(this,[D,H,U,1])}function ot(D,H){var U=this;D=b(D);var Y=new f(function(Q,X){U.ready().then(function(){var me=U._dbInfo;me.db.transaction(function(xe){bt(xe,me,"DELETE FROM "+me.storeName+" WHERE key = ?",[D],function(){Q()},function(Ce,Me){X(Me)})})}).catch(X)});return h(Y,H),Y}function wt(D){var H=this,U=new f(function(Y,Q){H.ready().then(function(){var X=H._dbInfo;X.db.transaction(function(me){bt(me,X,"DELETE FROM "+X.storeName,[],function(){Y()},function(xe,Ce){Q(Ce)})})}).catch(Q)});return h(U,D),U}function Ft(D){var H=this,U=new f(function(Y,Q){H.ready().then(function(){var X=H._dbInfo;X.db.transaction(function(me){bt(me,X,"SELECT COUNT(key) as c FROM "+X.storeName,[],function(xe,Ce){var Me=Ce.rows.item(0).c;Y(Me)},function(xe,Ce){Q(Ce)})})}).catch(Q)});return h(U,D),U}function k(D,H){var U=this,Y=new f(function(Q,X){U.ready().then(function(){var me=U._dbInfo;me.db.transaction(function(xe){bt(xe,me,"SELECT key FROM "+me.storeName+" WHERE id = ? LIMIT 1",[D+1],function(Ce,Me){var Te=Me.rows.length?Me.rows.item(0).key:null;Q(Te)},function(Ce,Me){X(Me)})})}).catch(X)});return h(Y,H),Y}function S(D){var H=this,U=new f(function(Y,Q){H.ready().then(function(){var X=H._dbInfo;X.db.transaction(function(me){bt(me,X,"SELECT key FROM "+X.storeName,[],function(xe,Ce){for(var Me=[],Te=0;Te<Ce.rows.length;Te++)Me.push(Ce.rows.item(Te).key);Y(Me)},function(xe,Ce){Q(Ce)})})}).catch(Q)});return h(U,D),U}function T(D){return new f(function(H,U){D.transaction(function(Y){Y.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(Q,X){for(var me=[],xe=0;xe<X.rows.length;xe++)me.push(X.rows.item(xe).name);H({db:D,storeNames:me})},function(Q,X){U(X)})},function(Y){U(Y)})})}function B(D,H){H=_.apply(this,arguments);var U=this.config();D=typeof D!="function"&&D||{},D.name||(D.name=D.name||U.name,D.storeName=D.storeName||U.storeName);var Y=this,Q;return D.name?Q=new f(function(X){var me;D.name===U.name?me=Y._dbInfo.db:me=openDatabase(D.name,"","",0),D.storeName?X({db:me,storeNames:[D.storeName]}):X(T(me))}).then(function(X){return new f(function(me,xe){X.db.transaction(function(Ce){function Me($t){return new f(function(Ut,ar){Ce.executeSql("DROP TABLE IF EXISTS "+$t,[],function(){Ut()},function(sr,Yr){ar(Yr)})})}for(var Te=[],Ve=0,yt=X.storeNames.length;Ve<yt;Ve++)Te.push(Me(X.storeNames[Ve]));f.all(Te).then(function(){me()}).catch(function($t){xe($t)})},function(Ce){xe(Ce)})})}):Q=f.reject("Invalid arguments"),h(Q,H),Q}var K={_driver:"webSQLStorage",_initStorage:it,_support:ht(),iterate:Ye,getItem:Ct,setItem:Pt,removeItem:ot,clear:wt,length:Ft,key:k,keys:S,dropInstance:B};function Z(){try{return typeof localStorage<"u"&&"setItem"in localStorage&&!!localStorage.setItem}catch{return!1}}function te(D,H){var U=D.name+"/";return D.storeName!==H.storeName&&(U+=D.storeName+"/"),U}function Be(){var D="_localforage_support_test";try{return localStorage.setItem(D,!0),localStorage.removeItem(D),!1}catch{return!0}}function tt(){return!Be()||localStorage.length>0}function Ne(D){var H=this,U={};if(D)for(var Y in D)U[Y]=D[Y];return U.keyPrefix=te(D,H._defaultConfig),tt()?(H._dbInfo=U,U.serializer=kt,f.resolve()):f.reject()}function z(D){var H=this,U=H.ready().then(function(){for(var Y=H._dbInfo.keyPrefix,Q=localStorage.length-1;Q>=0;Q--){var X=localStorage.key(Q);X.indexOf(Y)===0&&localStorage.removeItem(X)}});return h(U,D),U}function se(D,H){var U=this;D=b(D);var Y=U.ready().then(function(){var Q=U._dbInfo,X=localStorage.getItem(Q.keyPrefix+D);return X&&(X=Q.serializer.deserialize(X)),X});return h(Y,H),Y}function he(D,H){var U=this,Y=U.ready().then(function(){for(var Q=U._dbInfo,X=Q.keyPrefix,me=X.length,xe=localStorage.length,Ce=1,Me=0;Me<xe;Me++){var Te=localStorage.key(Me);if(Te.indexOf(X)===0){var Ve=localStorage.getItem(Te);if(Ve&&(Ve=Q.serializer.deserialize(Ve)),Ve=D(Ve,Te.substring(me),Ce++),Ve!==void 0)return Ve}}});return h(Y,H),Y}function ke(D,H){var U=this,Y=U.ready().then(function(){var Q=U._dbInfo,X;try{X=localStorage.key(D)}catch{X=null}return X&&(X=X.substring(Q.keyPrefix.length)),X});return h(Y,H),Y}function He(D){var H=this,U=H.ready().then(function(){for(var Y=H._dbInfo,Q=localStorage.length,X=[],me=0;me<Q;me++){var xe=localStorage.key(me);xe.indexOf(Y.keyPrefix)===0&&X.push(xe.substring(Y.keyPrefix.length))}return X});return h(U,D),U}function Re(D){var H=this,U=H.keys().then(function(Y){return Y.length});return h(U,D),U}function Ue(D,H){var U=this;D=b(D);var Y=U.ready().then(function(){var Q=U._dbInfo;localStorage.removeItem(Q.keyPrefix+D)});return h(Y,H),Y}function at(D,H,U){var Y=this;D=b(D);var Q=Y.ready().then(function(){H===void 0&&(H=null);var X=H;return new f(function(me,xe){var Ce=Y._dbInfo;Ce.serializer.serialize(H,function(Me,Te){if(Te)xe(Te);else try{localStorage.setItem(Ce.keyPrefix+D,Me),me(X)}catch(Ve){(Ve.name==="QuotaExceededError"||Ve.name==="NS_ERROR_DOM_QUOTA_REACHED")&&xe(Ve),xe(Ve)}})})});return h(Q,U),Q}function Ht(D,H){if(H=_.apply(this,arguments),D=typeof D!="function"&&D||{},!D.name){var U=this.config();D.name=D.name||U.name,D.storeName=D.storeName||U.storeName}var Y=this,Q;return D.name?Q=new f(function(X){D.storeName?X(te(D,Y._defaultConfig)):X(D.name+"/")}).then(function(X){for(var me=localStorage.length-1;me>=0;me--){var xe=localStorage.key(me);xe.indexOf(X)===0&&localStorage.removeItem(xe)}}):Q=f.reject("Invalid arguments"),h(Q,H),Q}var Rt={_driver:"localStorageWrapper",_initStorage:Ne,_support:Z(),iterate:he,getItem:se,setItem:at,removeItem:Ue,clear:z,length:Re,key:ke,keys:He,dropInstance:Ht},Dt=function(H,U){return H===U||typeof H=="number"&&typeof U=="number"&&isNaN(H)&&isNaN(U)},er=function(H,U){for(var Y=H.length,Q=0;Q<Y;){if(Dt(H[Q],U))return!0;Q++}return!1},vr=Array.isArray||function(D){return Object.prototype.toString.call(D)==="[object Array]"},ir={},Kt={},gr={INDEXEDDB:lt,WEBSQL:K,LOCALSTORAGE:Rt},dn=[gr.INDEXEDDB._driver,gr.WEBSQL._driver,gr.LOCALSTORAGE._driver],Dr=["dropInstance"],hn=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Dr),ci={description:"",driver:dn.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function ui(D,H){D[H]=function(){var U=arguments;return D.ready().then(function(){return D[H].apply(D,U)})}}function pn(){for(var D=1;D<arguments.length;D++){var H=arguments[D];if(H)for(var U in H)H.hasOwnProperty(U)&&(vr(H[U])?arguments[0][U]=H[U].slice():arguments[0][U]=H[U])}return arguments[0]}var li=function(){function D(H){o(this,D);for(var U in gr)if(gr.hasOwnProperty(U)){var Y=gr[U],Q=Y._driver;this[U]=Q,ir[Q]||this.defineDriver(Y)}this._defaultConfig=pn({},ci),this._config=pn({},this._defaultConfig,H),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(U){if((typeof U>"u"?"undefined":s(U))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var Y in U){if(Y==="storeName"&&(U[Y]=U[Y].replace(/\W/g,"_")),Y==="version"&&typeof U[Y]!="number")return new Error("Database version must be a number.");this._config[Y]=U[Y]}return"driver"in U&&U.driver?this.setDriver(this._config.driver):!0}else return typeof U=="string"?this._config[U]:this._config},D.prototype.defineDriver=function(U,Y,Q){var X=new f(function(me,xe){try{var Ce=U._driver,Me=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!U._driver){xe(Me);return}for(var Te=hn.concat("_initStorage"),Ve=0,yt=Te.length;Ve<yt;Ve++){var $t=Te[Ve],Ut=!er(Dr,$t);if((Ut||U[$t])&&typeof U[$t]!="function"){xe(Me);return}}var ar=function(){for(var ua=function(N3){return function(){var D3=new Error("Method "+N3+" is not implemented by the current driver"),J0=f.reject(D3);return h(J0,arguments[arguments.length-1]),J0}},of=0,R3=Dr.length;of<R3;of++){var af=Dr[of];U[af]||(U[af]=ua(af))}};ar();var sr=function(ua){ir[Ce]&&console.info("Redefining LocalForage driver: "+Ce),ir[Ce]=U,Kt[Ce]=ua,me()};"_support"in U?U._support&&typeof U._support=="function"?U._support().then(sr,xe):sr(!!U._support):sr(!0)}catch(Yr){xe(Yr)}});return y(X,Y,Q),X},D.prototype.driver=function(){return this._driver||null},D.prototype.getDriver=function(U,Y,Q){var X=ir[U]?f.resolve(ir[U]):f.reject(new Error("Driver not found."));return y(X,Y,Q),X},D.prototype.getSerializer=function(U){var Y=f.resolve(kt);return y(Y,U),Y},D.prototype.ready=function(U){var Y=this,Q=Y._driverSet.then(function(){return Y._ready===null&&(Y._ready=Y._initDriver()),Y._ready});return y(Q,U,U),Q},D.prototype.setDriver=function(U,Y,Q){var X=this;vr(U)||(U=[U]);var me=this._getSupportedDrivers(U);function xe(){X._config.driver=X.driver()}function Ce(Ve){return X._extend(Ve),xe(),X._ready=X._initStorage(X._config),X._ready}function Me(Ve){return function(){var yt=0;function $t(){for(;yt<Ve.length;){var Ut=Ve[yt];return yt++,X._dbInfo=null,X._ready=null,X.getDriver(Ut).then(Ce).catch($t)}xe();var ar=new Error("No available storage method found.");return X._driverSet=f.reject(ar),X._driverSet}return $t()}}var Te=this._driverSet!==null?this._driverSet.catch(function(){return f.resolve()}):f.resolve();return this._driverSet=Te.then(function(){var Ve=me[0];return X._dbInfo=null,X._ready=null,X.getDriver(Ve).then(function(yt){X._driver=yt._driver,xe(),X._wrapLibraryMethodsWithReady(),X._initDriver=Me(me)})}).catch(function(){xe();var Ve=new Error("No available storage method found.");return X._driverSet=f.reject(Ve),X._driverSet}),y(this._driverSet,Y,Q),this._driverSet},D.prototype.supports=function(U){return!!Kt[U]},D.prototype._extend=function(U){pn(this,U)},D.prototype._getSupportedDrivers=function(U){for(var Y=[],Q=0,X=U.length;Q<X;Q++){var me=U[Q];this.supports(me)&&Y.push(me)}return Y},D.prototype._wrapLibraryMethodsWithReady=function(){for(var U=0,Y=hn.length;U<Y;U++)ui(this,hn[U])},D.prototype.createInstance=function(U){return new D(U)},D}(),fi=new li;n.exports=fi},{3:3}]},{},[4])(4)})})(Y4);var dD=Y4.exports;const Oa=dc(dD);Oa.config({name:"CetusSite",storeName:"tokens"});class Oi{static async setItem(t,r){try{await Oa.setItem(t,r)}catch(n){console.error(`Failed to set item with key "${t}"`,n)}}static async getItem(t){try{return await Oa.getItem(t)}catch(r){return console.error(`Failed to get item with key "${t}"`,r),null}}static async removeItem(t){try{await Oa.removeItem(t)}catch(r){console.error(`Failed to remove item with key "${t}"`,r)}}static async clear(){try{await Oa.clear()}catch(t){console.error("Failed to clear storage",t)}}}const Pl=[{name:"SuiVision",link:"https://suivision.xyz",img:zt("/images/logo_suivision@2x.png"),isCustom:!1},{name:"Suiscan",link:"https://suiscan.xyz/mainnet",img:zt("/images/logo_suiscan@2x.png"),isCustom:!1}],Uu=[{name:"Sui Fullnode",link:"https://fullnode.mainnet.sui.io",isCustom:!1},{name:"Custom RPC URL",link:"",isCustom:!0}],hD=[{display:"0.1",value:"0.001"},{display:"0.5",value:"0.005"},{display:"1",value:"0.01"}],pD="mainnet",mD={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"}},zu=mD[pD],gD=zt("/images/birdeye-logo.png"),vD=zt("/images/img-logo@2x.png"),yD=zt("/images/logo_CoinGecko@2x.png"),bD=zt("/images/logo_pyth.png");var za=(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.SUILEND="SUILEND",e.BLUEFIN="BLUEFIN",e.HAEDALPMM="HAEDALPMM",e))(za||{});const Z4={pyth:"Pyth Network",coingecko:"CoinGecko",birdeye:"Birdeye",Cetus:"Cetus"},wD={pyth:bD,coingecko:yD,birdeye:gD,Cetus:vD},yr={CETUS:zt("/images/aggregator-source/cetus.png"),KRIYA:zt("/images/aggregator-source/kriya.png"),FLOWX:zt("/images/aggregator-source/flowx.png"),AFTERMATH:zt("/images/aggregator-source/aftermath.png"),TURBOS:zt("/images/aggregator-source/turbos.png"),HAEDAL:zt("/images/aggregator-source/haedal.png"),VOLO:zt("/images/aggregator-source/volo.png"),AFSUI:zt("/images/aggregator-source/aftermath.png"),BLUEMOVE:zt("/images/aggregator-source/bluemove.png"),KRIYAV3:zt("/images/aggregator-source/kriya.png"),FLOWXV3:zt("/images/aggregator-source/flowx.png"),DEEPBOOKV3:zt("/images/aggregator-source/deepbook.png"),SCALLOP:zt("/images/aggregator-source/scallop.png"),SUILEND:zt("/images/aggregator-source/suilend.png"),BLUEFIN:zt("/images/aggregator-source/bluefin.png"),HAEDALPMM:zt("/images/aggregator-source/haedal.png")},Q4={CETUS:{name:"Cetus",id:"CETUS",logo:yr.CETUS,type:"dex",sort:100},DEEPBOOKV3:{name:"DeepBook V3",id:"DEEPBOOKV3",logo:yr.DEEPBOOKV3,type:"dex",sort:99},KRIYA:{name:"Kriya V2",id:"KRIYA",logo:yr.KRIYA,type:"dex",sort:98},KRIYAV3:{name:"Kriya V3",id:"KRIYAV3",logo:yr.KRIYA,type:"dex",sort:97},FLOWX:{name:"FlowX V2",id:"FLOWX",logo:yr.FLOWX,type:"dex",sort:96},FLOWXV3:{name:"FlowX V3",id:"FLOWXV3",logo:yr.FLOWX,type:"dex",sort:95},AFTERMATH:{name:"Aftermath",id:"AFTERMATH",logo:yr.AFTERMATH,type:"dex",sort:94},TURBOS:{name:"Turbos",id:"TURBOS",logo:yr.TURBOS,type:"dex",sort:93},HAEDAL:{name:"Haedal LSD",id:"HAEDAL",logo:yr.HAEDAL,type:"other",sort:92},HAEDALPMM:{name:"Haedal HMM",id:"HAEDALPMM",logo:yr.HAEDALPMM,type:"other",sort:92},VOLO:{name:"Volo",id:"VOLO",logo:yr.VOLO,type:"other",sort:91},AFSUI:{name:"Aftermath LSD",id:"AFSUI",logo:yr.AFTERMATH,type:"other",sort:90},BLUEMOVE:{name:"BlueMove",id:"BLUEMOVE",logo:yr.BLUEMOVE,type:"dex",sort:80},BLUEFIN:{name:"Bluefin",id:"BLUEFIN",logo:yr.BLUEFIN,sort:79,type:"dex"},SCALLOP:{name:"Scallop",id:"SCALLOP",logo:yr.SCALLOP,type:"other",sort:70},SUILEND:{name:"SpringSui",id:"SUILEND",logo:yr.SUILEND,type:"other",sort:60}},Eg=e=>{let t;const r=new Set,n=(u,l)=>{const f=typeof u=="function"?u(t):u;if(!Object.is(f,t)){const h=t;t=l??(typeof f!="object"||f===null)?f:Object.assign({},t,f),r.forEach(y=>y(t,h))}},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},_D=e=>e?Eg(e):Eg,xD=e=>e;function SD(e,t=xD){const r=oe.useSyncExternalStore(e.subscribe,()=>t(e.getState()),()=>t(e.getInitialState()));return oe.useDebugValue(r),r}const Cg=e=>{const t=_D(e),r=n=>SD(t,n);return Object.assign(r,t),r},Bi=e=>e?Cg(e):Cg;function ED(e,t){let r;try{r=e()}catch{return}return{getItem:i=>{var s;const o=c=>c===null?null:JSON.parse(c,t==null?void 0:t.reviver),a=(s=r.getItem(i))!=null?s:null;return a instanceof Promise?a.then(o):o(a)},setItem:(i,s)=>r.setItem(i,JSON.stringify(s,t==null?void 0:t.replacer)),removeItem:i=>r.removeItem(i)}}const oh=e=>t=>{try{const r=e(t);return r instanceof Promise?r:{then(n){return oh(n)(r)},catch(n){return this}}}catch(r){return{then(n){return this},catch(n){return oh(n)(r)}}}},CD=(e,t)=>(r,n,i)=>{let s={storage:ED(()=>localStorage),partialize:_=>_,version:0,merge:(_,A)=>({...A,..._}),...t},o=!1;const a=new Set,c=new Set;let u=s.storage;if(!u)return e((..._)=>{console.warn(`[zustand persist middleware] Unable to update item '${s.name}', the given storage is currently unavailable.`),r(..._)},n,i);const l=()=>{const _=s.partialize({...n()});return u.setItem(s.name,{state:_,version:s.version})},f=i.setState;i.setState=(_,A)=>{f(_,A),l()};const h=e((..._)=>{r(..._),l()},n,i);i.getInitialState=()=>h;let y;const b=()=>{var _,A;if(!u)return;o=!1,a.forEach(R=>{var N;return R((N=n())!=null?N:h)});const P=((A=s.onRehydrateStorage)==null?void 0:A.call(s,(_=n())!=null?_:h))||void 0;return oh(u.getItem.bind(u))(s.name).then(R=>{if(R)if(typeof R.version=="number"&&R.version!==s.version){if(s.migrate){const N=s.migrate(R.state,R.version);return N instanceof Promise?N.then(F=>[!0,F]):[!0,N]}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 N;const[F,L]=R;if(y=s.merge(L,(N=n())!=null?N:h),r(y,!0),F)return l()}).then(()=>{P==null||P(y,void 0),y=n(),o=!0,c.forEach(R=>R(y))}).catch(R=>{P==null||P(void 0,R)})};return i.persist={setOptions:_=>{s={...s,..._},_.storage&&(u=_.storage)},clearStorage:()=>{u==null||u.removeItem(s.name)},getOptions:()=>s,rehydrate:()=>b(),hasHydrated:()=>o,onHydrate:_=>(a.add(_),()=>{a.delete(_)}),onFinishHydration:_=>(c.add(_),()=>{c.delete(_)})},s.skipHydration||b(),y||h},MD=CD,TD=(e,t)=>({currentExplorer:Pl[0].link,setCurrentExplorer:r=>{e(()=>({currentExplorer:r}))},rpcList:Uu,setRpcList:r=>{e(()=>({rpcList:[...r]}))},currentRpc:Uu[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(za),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}))}}),Xr=Bi(MD(TD,{name:"useGlobalStore",partialize:e=>{const{currentExplorer:t,currentRpc:r,slippage:n,customRpc:i,providers:s,mevProtect:o}=e;return{currentExplorer:t,currentRpc:r,slippage:n,customRpc:i,providers:s,mevProtect:o}}}));function Zo(){const{currentExplorer:e}=Xr();return{getExplorerUrl:(r,n="account",i=e)=>{let s;return i.includes("suivision")?s=`${i}/${OD(n)}/${r}`:s=`${i}/${AD(n)}/${r}`,s}}}const AD=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"}},OD=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 e6(e){const{text:t,keywords:r,onKeywordClick:n,text_highlight_color:i="var(--cs-primary)",text_size:s="12px",text_color:o="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((u,l)=>{const f=r.includes(u);return w.jsx("span",{style:{lineHeight:"20px",fontSize:s,color:f?i:o,cursor:"pointer",whiteSpace:"inherit"},onClick:()=>n(u),children:u},l)})})}var t6={exports:{}};/*!
|
|
45
50
|
Copyright (c) 2018 Jed Watson.
|
|
46
51
|
Licensed under the MIT License (MIT), see
|
|
47
52
|
http://jedwatson.github.io/classnames
|
|
48
|
-
*/(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var s="",o=0;o<arguments.length;o++){var a=arguments[o];a&&(s=i(s,n(a)))}return s}function n(s){if(typeof s=="string"||typeof s=="number")return s;if(typeof s!="object")return"";if(Array.isArray(s))return r.apply(null,s);if(s.toString!==Object.prototype.toString&&!s.toString.toString().includes("[native code]"))return s.toString();var o="";for(var a in s)t.call(s,a)&&s[a]&&(o=i(o,a));return o}function i(s,o){return o?s?s+" "+o:s+o:s}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(d4);var Pj=d4.exports;const Xt=Qa(Pj);function rt(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 Rj(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function tl(...e){return t=>e.forEach(r=>Rj(r,t))}function Jt(...e){return O.useCallback(tl(...e),e)}function Bo(e,t=[]){let r=[];function n(s,o){const a=O.createContext(o),c=r.length;r=[...r,o];const u=f=>{var I;const{scope:h,children:y,..._}=f,w=((I=h==null?void 0:h[e])==null?void 0:I[c])||a,A=O.useMemo(()=>_,Object.values(_));return b.jsx(w.Provider,{value:A,children:y})};u.displayName=s+"Provider";function l(f,h){var w;const y=((w=h==null?void 0:h[e])==null?void 0:w[c])||a,_=O.useContext(y);if(_)return _;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return[u,l]}const i=()=>{const s=r.map(o=>O.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return O.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,Nj(i,...t)]}function Nj(...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(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return O.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}var xi=O.forwardRef((e,t)=>{const{children:r,...n}=e,i=O.Children.toArray(r),s=i.find(Dj);if(s){const o=s.props.children,a=i.map(c=>c===s?O.Children.count(o)>1?O.Children.only(null):O.isValidElement(o)?o.props.children:null:c);return b.jsx(dd,{...n,ref:t,children:O.isValidElement(o)?O.cloneElement(o,void 0,a):null})}return b.jsx(dd,{...n,ref:t,children:r})});xi.displayName="Slot";var dd=O.forwardRef((e,t)=>{const{children:r,...n}=e;if(O.isValidElement(r)){const i=Bj(r);return O.cloneElement(r,{...$j(n,r.props),ref:t?tl(t,i):i})}return O.Children.count(r)>1?O.Children.only(null):null});dd.displayName="SlotClone";var Lo=({children:e})=>b.jsx(b.Fragment,{children:e});function Dj(e){return O.isValidElement(e)&&e.type===Lo}function $j(e,t){const r={...t};for(const n in t){const i=e[n],s=t[n];/^on[A-Z]/.test(n)?i&&s?r[n]=(...a)=>{s(...a),i(...a)}:i&&(r[n]=i):n==="style"?r[n]={...i,...s}:n==="className"&&(r[n]=[i,s].filter(Boolean).join(" "))}return{...e,...r}}function Bj(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 Lj=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Gt=Lj.reduce((e,t)=>{const r=O.forwardRef((n,i)=>{const{asChild:s,...o}=n,a=s?xi:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),b.jsx(a,{...o,ref:i})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function h4(e,t){e&&Ug.flushSync(()=>e.dispatchEvent(t))}function pr(e){const t=O.useRef(e);return O.useEffect(()=>{t.current=e}),O.useMemo(()=>(...r)=>{var n;return(n=t.current)==null?void 0:n.call(t,...r)},[])}function Uj(e,t=globalThis==null?void 0:globalThis.document){const r=pr(e);O.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 Fj="DismissableLayer",hd="dismissableLayer.update",zj="dismissableLayer.pointerDownOutside",Vj="dismissableLayer.focusOutside",om,p4=O.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),e0=O.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:s,onInteractOutside:o,onDismiss:a,...c}=e,u=O.useContext(p4),[l,f]=O.useState(null),h=(l==null?void 0:l.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,y]=O.useState({}),_=Jt(t,q=>f(q)),w=Array.from(u.layers),[A]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),I=w.indexOf(A),P=l?w.indexOf(l):-1,N=u.layersWithOutsidePointerEventsDisabled.size>0,F=P>=I,L=Hj(q=>{const X=q.target,re=[...u.branches].some(ae=>ae.contains(X));!F||re||(i==null||i(q),o==null||o(q),q.defaultPrevented||a==null||a())},h),H=Wj(q=>{const X=q.target;[...u.branches].some(ae=>ae.contains(X))||(s==null||s(q),o==null||o(q),q.defaultPrevented||a==null||a())},h);return Uj(q=>{P===u.layers.size-1&&(n==null||n(q),!q.defaultPrevented&&a&&(q.preventDefault(),a()))},h),O.useEffect(()=>{if(l)return r&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(om=h.body.style.pointerEvents,h.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(l)),u.layers.add(l),am(),()=>{r&&u.layersWithOutsidePointerEventsDisabled.size===1&&(h.body.style.pointerEvents=om)}},[l,h,r,u]),O.useEffect(()=>()=>{l&&(u.layers.delete(l),u.layersWithOutsidePointerEventsDisabled.delete(l),am())},[l,u]),O.useEffect(()=>{const q=()=>y({});return document.addEventListener(hd,q),()=>document.removeEventListener(hd,q)},[]),b.jsx(Gt.div,{...c,ref:_,style:{pointerEvents:N?F?"auto":"none":void 0,...e.style},onFocusCapture:rt(e.onFocusCapture,H.onFocusCapture),onBlurCapture:rt(e.onBlurCapture,H.onBlurCapture),onPointerDownCapture:rt(e.onPointerDownCapture,L.onPointerDownCapture)})});e0.displayName=Fj;var qj="DismissableLayerBranch",Gj=O.forwardRef((e,t)=>{const r=O.useContext(p4),n=O.useRef(null),i=Jt(t,n);return O.useEffect(()=>{const s=n.current;if(s)return r.branches.add(s),()=>{r.branches.delete(s)}},[r.branches]),b.jsx(Gt.div,{...e,ref:i})});Gj.displayName=qj;function Hj(e,t=globalThis==null?void 0:globalThis.document){const r=pr(e),n=O.useRef(!1),i=O.useRef(()=>{});return O.useEffect(()=>{const s=a=>{if(a.target&&!n.current){let c=function(){m4(zj,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},o=window.setTimeout(()=>{t.addEventListener("pointerdown",s)},0);return()=>{window.clearTimeout(o),t.removeEventListener("pointerdown",s),t.removeEventListener("click",i.current)}},[t,r]),{onPointerDownCapture:()=>n.current=!0}}function Wj(e,t=globalThis==null?void 0:globalThis.document){const r=pr(e),n=O.useRef(!1);return O.useEffect(()=>{const i=s=>{s.target&&!n.current&&m4(Vj,r,{originalEvent:s},{discrete:!1})};return t.addEventListener("focusin",i),()=>t.removeEventListener("focusin",i)},[t,r]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function am(){const e=new CustomEvent(hd);document.dispatchEvent(e)}function m4(e,t,r,{discrete:n}){const i=r.originalEvent.target,s=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&i.addEventListener(e,t,{once:!0}),n?h4(i,s):i.dispatchEvent(s)}var Qi=globalThis!=null&&globalThis.document?O.useLayoutEffect:()=>{},Kj=O["useId".toString()]||(()=>{}),Xj=0;function Ua(e){const[t,r]=O.useState(Kj());return Qi(()=>{e||r(n=>n??String(Xj++))},[e]),e||(t?`radix-${t}`:"")}const Yj=["top","right","bottom","left"],es=Math.min,Fr=Math.max,Eu=Math.round,_c=Math.floor,Vn=e=>({x:e,y:e}),Jj={left:"right",right:"left",bottom:"top",top:"bottom"},Zj={start:"end",end:"start"};function pd(e,t,r){return Fr(e,es(t,r))}function Si(e,t){return typeof e=="function"?e(t):e}function Ei(e){return e.split("-")[0]}function Uo(e){return e.split("-")[1]}function t0(e){return e==="x"?"y":"x"}function r0(e){return e==="y"?"height":"width"}function ts(e){return["top","bottom"].includes(Ei(e))?"y":"x"}function n0(e){return t0(ts(e))}function Qj(e,t,r){r===void 0&&(r=!1);const n=Uo(e),i=n0(e),s=r0(i);let o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=Mu(o)),[o,Mu(o)]}function eP(e){const t=Mu(e);return[md(e),t,md(t)]}function md(e){return e.replace(/start|end/g,t=>Zj[t])}function tP(e,t,r){const n=["left","right"],i=["right","left"],s=["top","bottom"],o=["bottom","top"];switch(e){case"top":case"bottom":return r?t?i:n:t?n:i;case"left":case"right":return t?s:o;default:return[]}}function rP(e,t,r,n){const i=Uo(e);let s=tP(Ei(e),r==="start",n);return i&&(s=s.map(o=>o+"-"+i),t&&(s=s.concat(s.map(md)))),s}function Mu(e){return e.replace(/left|right|bottom|top/g,t=>Jj[t])}function nP(e){return{top:0,right:0,bottom:0,left:0,...e}}function g4(e){return typeof e!="number"?nP(e):{top:e,right:e,bottom:e,left:e}}function Cu(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 cm(e,t,r){let{reference:n,floating:i}=e;const s=ts(t),o=n0(t),a=r0(o),c=Ei(t),u=s==="y",l=n.x+n.width/2-i.width/2,f=n.y+n.height/2-i.height/2,h=n[a]/2-i[a]/2;let y;switch(c){case"top":y={x:l,y:n.y-i.height};break;case"bottom":y={x:l,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:f};break;case"left":y={x:n.x-i.width,y:f};break;default:y={x:n.x,y:n.y}}switch(Uo(t)){case"start":y[o]-=h*(r&&u?-1:1);break;case"end":y[o]+=h*(r&&u?-1:1);break}return y}const iP=async(e,t,r)=>{const{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=s.filter(Boolean),c=await(o.isRTL==null?void 0:o.isRTL(t));let u=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:l,y:f}=cm(u,n,c),h=n,y={},_=0;for(let w=0;w<a.length;w++){const{name:A,fn:I}=a[w],{x:P,y:N,data:F,reset:L}=await I({x:l,y:f,initialPlacement:n,placement:h,strategy:i,middlewareData:y,rects:u,platform:o,elements:{reference:e,floating:t}});l=P??l,f=N??f,y={...y,[A]:{...y[A],...F}},L&&_<=50&&(_++,typeof L=="object"&&(L.placement&&(h=L.placement),L.rects&&(u=L.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):L.rects),{x:l,y:f}=cm(u,h,c)),w=-1)}return{x:l,y:f,placement:h,strategy:i,middlewareData:y}};async function Fa(e,t){var r;t===void 0&&(t={});const{x:n,y:i,platform:s,rects:o,elements:a,strategy:c}=e,{boundary:u="clippingAncestors",rootBoundary:l="viewport",elementContext:f="floating",altBoundary:h=!1,padding:y=0}=Si(t,e),_=g4(y),A=a[h?f==="floating"?"reference":"floating":f],I=Cu(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(A)))==null||r?A:A.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:u,rootBoundary:l,strategy:c})),P=f==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,N=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),F=await(s.isElement==null?void 0:s.isElement(N))?await(s.getScale==null?void 0:s.getScale(N))||{x:1,y:1}:{x:1,y:1},L=Cu(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:P,offsetParent:N,strategy:c}):P);return{top:(I.top-L.top+_.top)/F.y,bottom:(L.bottom-I.bottom+_.bottom)/F.y,left:(I.left-L.left+_.left)/F.x,right:(L.right-I.right+_.right)/F.x}}const sP=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:i,rects:s,platform:o,elements:a,middlewareData:c}=t,{element:u,padding:l=0}=Si(e,t)||{};if(u==null)return{};const f=g4(l),h={x:r,y:n},y=n0(i),_=r0(y),w=await o.getDimensions(u),A=y==="y",I=A?"top":"left",P=A?"bottom":"right",N=A?"clientHeight":"clientWidth",F=s.reference[_]+s.reference[y]-h[y]-s.floating[_],L=h[y]-s.reference[y],H=await(o.getOffsetParent==null?void 0:o.getOffsetParent(u));let q=H?H[N]:0;(!q||!await(o.isElement==null?void 0:o.isElement(H)))&&(q=a.floating[N]||s.floating[_]);const X=F/2-L/2,re=q/2-w[_]/2-1,ae=es(f[I],re),oe=es(f[P],re),V=ae,$=q-w[_]-oe,p=q/2-w[_]/2+X,d=pd(V,p,$),m=!c.arrow&&Uo(i)!=null&&p!==d&&s.reference[_]/2-(p<V?ae:oe)-w[_]/2<0,x=m?p<V?p-V:p-$:0;return{[y]:h[y]+x,data:{[y]:d,centerOffset:p-d-x,...m&&{alignmentOffset:x}},reset:m}}}),oP=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:i,middlewareData:s,rects:o,initialPlacement:a,platform:c,elements:u}=t,{mainAxis:l=!0,crossAxis:f=!0,fallbackPlacements:h,fallbackStrategy:y="bestFit",fallbackAxisSideDirection:_="none",flipAlignment:w=!0,...A}=Si(e,t);if((r=s.arrow)!=null&&r.alignmentOffset)return{};const I=Ei(i),P=ts(a),N=Ei(a)===a,F=await(c.isRTL==null?void 0:c.isRTL(u.floating)),L=h||(N||!w?[Mu(a)]:eP(a)),H=_!=="none";!h&&H&&L.push(...rP(a,w,_,F));const q=[a,...L],X=await Fa(t,A),re=[];let ae=((n=s.flip)==null?void 0:n.overflows)||[];if(l&&re.push(X[I]),f){const p=Qj(i,o,F);re.push(X[p[0]],X[p[1]])}if(ae=[...ae,{placement:i,overflows:re}],!re.every(p=>p<=0)){var oe,V;const p=(((oe=s.flip)==null?void 0:oe.index)||0)+1,d=q[p];if(d)return{data:{index:p,overflows:ae},reset:{placement:d}};let m=(V=ae.filter(x=>x.overflows[0]<=0).sort((x,E)=>x.overflows[1]-E.overflows[1])[0])==null?void 0:V.placement;if(!m)switch(y){case"bestFit":{var $;const x=($=ae.filter(E=>{if(H){const C=ts(E.placement);return C===P||C==="y"}return!0}).map(E=>[E.placement,E.overflows.filter(C=>C>0).reduce((C,k)=>C+k,0)]).sort((E,C)=>E[1]-C[1])[0])==null?void 0:$[0];x&&(m=x);break}case"initialPlacement":m=a;break}if(i!==m)return{reset:{placement:m}}}return{}}}};function um(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function lm(e){return Yj.some(t=>e[t]>=0)}const aP=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r}=t,{strategy:n="referenceHidden",...i}=Si(e,t);switch(n){case"referenceHidden":{const s=await Fa(t,{...i,elementContext:"reference"}),o=um(s,r.reference);return{data:{referenceHiddenOffsets:o,referenceHidden:lm(o)}}}case"escaped":{const s=await Fa(t,{...i,altBoundary:!0}),o=um(s,r.floating);return{data:{escapedOffsets:o,escaped:lm(o)}}}default:return{}}}}};async function cP(e,t){const{placement:r,platform:n,elements:i}=e,s=await(n.isRTL==null?void 0:n.isRTL(i.floating)),o=Ei(r),a=Uo(r),c=ts(r)==="y",u=["left","top"].includes(o)?-1:1,l=s&&c?-1:1,f=Si(t,e);let{mainAxis:h,crossAxis:y,alignmentAxis:_}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return a&&typeof _=="number"&&(y=a==="end"?_*-1:_),c?{x:y*l,y:h*u}:{x:h*u,y:y*l}}const uP=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:i,y:s,placement:o,middlewareData:a}=t,c=await cP(t,e);return o===((r=a.offset)==null?void 0:r.placement)&&(n=a.arrow)!=null&&n.alignmentOffset?{}:{x:i+c.x,y:s+c.y,data:{...c,placement:o}}}}},lP=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:i}=t,{mainAxis:s=!0,crossAxis:o=!1,limiter:a={fn:A=>{let{x:I,y:P}=A;return{x:I,y:P}}},...c}=Si(e,t),u={x:r,y:n},l=await Fa(t,c),f=ts(Ei(i)),h=t0(f);let y=u[h],_=u[f];if(s){const A=h==="y"?"top":"left",I=h==="y"?"bottom":"right",P=y+l[A],N=y-l[I];y=pd(P,y,N)}if(o){const A=f==="y"?"top":"left",I=f==="y"?"bottom":"right",P=_+l[A],N=_-l[I];_=pd(P,_,N)}const w=a.fn({...t,[h]:y,[f]:_});return{...w,data:{x:w.x-r,y:w.y-n,enabled:{[h]:s,[f]:o}}}}}},fP=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:r,y:n,placement:i,rects:s,middlewareData:o}=t,{offset:a=0,mainAxis:c=!0,crossAxis:u=!0}=Si(e,t),l={x:r,y:n},f=ts(i),h=t0(f);let y=l[h],_=l[f];const w=Si(a,t),A=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(c){const N=h==="y"?"height":"width",F=s.reference[h]-s.floating[N]+A.mainAxis,L=s.reference[h]+s.reference[N]-A.mainAxis;y<F?y=F:y>L&&(y=L)}if(u){var I,P;const N=h==="y"?"width":"height",F=["top","left"].includes(Ei(i)),L=s.reference[f]-s.floating[N]+(F&&((I=o.offset)==null?void 0:I[f])||0)+(F?0:A.crossAxis),H=s.reference[f]+s.reference[N]+(F?0:((P=o.offset)==null?void 0:P[f])||0)-(F?A.crossAxis:0);_<L?_=L:_>H&&(_=H)}return{[h]:y,[f]:_}}}},dP=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:i,rects:s,platform:o,elements:a}=t,{apply:c=()=>{},...u}=Si(e,t),l=await Fa(t,u),f=Ei(i),h=Uo(i),y=ts(i)==="y",{width:_,height:w}=s.floating;let A,I;f==="top"||f==="bottom"?(A=f,I=h===(await(o.isRTL==null?void 0:o.isRTL(a.floating))?"start":"end")?"left":"right"):(I=f,A=h==="end"?"top":"bottom");const P=w-l.top-l.bottom,N=_-l.left-l.right,F=es(w-l[A],P),L=es(_-l[I],N),H=!t.middlewareData.shift;let q=F,X=L;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(X=N),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(q=P),H&&!h){const ae=Fr(l.left,0),oe=Fr(l.right,0),V=Fr(l.top,0),$=Fr(l.bottom,0);y?X=_-2*(ae!==0||oe!==0?ae+oe:Fr(l.left,l.right)):q=w-2*(V!==0||$!==0?V+$:Fr(l.top,l.bottom))}await c({...t,availableWidth:X,availableHeight:q});const re=await o.getDimensions(a.floating);return _!==re.width||w!==re.height?{reset:{rects:!0}}:{}}}};function rl(){return typeof window<"u"}function Fo(e){return v4(e)?(e.nodeName||"").toLowerCase():"#document"}function Vr(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Yn(e){var t;return(t=(v4(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function v4(e){return rl()?e instanceof Node||e instanceof Vr(e).Node:!1}function Sn(e){return rl()?e instanceof Element||e instanceof Vr(e).Element:!1}function Kn(e){return rl()?e instanceof HTMLElement||e instanceof Vr(e).HTMLElement:!1}function fm(e){return!rl()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Vr(e).ShadowRoot}function oc(e){const{overflow:t,overflowX:r,overflowY:n,display:i}=En(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(i)}function hP(e){return["table","td","th"].includes(Fo(e))}function nl(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function i0(e){const t=s0(),r=Sn(e)?En(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 pP(e){let t=rs(e);for(;Kn(t)&&!Co(t);){if(i0(t))return t;if(nl(t))return null;t=rs(t)}return null}function s0(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Co(e){return["html","body","#document"].includes(Fo(e))}function En(e){return Vr(e).getComputedStyle(e)}function il(e){return Sn(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function rs(e){if(Fo(e)==="html")return e;const t=e.assignedSlot||e.parentNode||fm(e)&&e.host||Yn(e);return fm(t)?t.host:t}function y4(e){const t=rs(e);return Co(t)?e.ownerDocument?e.ownerDocument.body:e.body:Kn(t)&&oc(t)?t:y4(t)}function za(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const i=y4(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=Vr(i);if(s){const a=gd(o);return t.concat(o,o.visualViewport||[],oc(i)?i:[],a&&r?za(a):[])}return t.concat(i,za(i,[],r))}function gd(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function b4(e){const t=En(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const i=Kn(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=Eu(r)!==s||Eu(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function o0(e){return Sn(e)?e:e.contextElement}function bo(e){const t=o0(e);if(!Kn(t))return Vn(1);const r=t.getBoundingClientRect(),{width:n,height:i,$:s}=b4(t);let o=(s?Eu(r.width):r.width)/n,a=(s?Eu(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}const mP=Vn(0);function w4(e){const t=Vr(e);return!s0()||!t.visualViewport?mP:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function gP(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==Vr(e)?!1:t}function Rs(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),s=o0(e);let o=Vn(1);t&&(n?Sn(n)&&(o=bo(n)):o=bo(e));const a=gP(s,r,n)?w4(s):Vn(0);let c=(i.left+a.x)/o.x,u=(i.top+a.y)/o.y,l=i.width/o.x,f=i.height/o.y;if(s){const h=Vr(s),y=n&&Sn(n)?Vr(n):n;let _=h,w=gd(_);for(;w&&n&&y!==_;){const A=bo(w),I=w.getBoundingClientRect(),P=En(w),N=I.left+(w.clientLeft+parseFloat(P.paddingLeft))*A.x,F=I.top+(w.clientTop+parseFloat(P.paddingTop))*A.y;c*=A.x,u*=A.y,l*=A.x,f*=A.y,c+=N,u+=F,_=Vr(w),w=gd(_)}}return Cu({width:l,height:f,x:c,y:u})}function a0(e,t){const r=il(e).scrollLeft;return t?t.left+r:Rs(Yn(e)).left+r}function _4(e,t,r){r===void 0&&(r=!1);const n=e.getBoundingClientRect(),i=n.left+t.scrollLeft-(r?0:a0(e,n)),s=n.top+t.scrollTop;return{x:i,y:s}}function vP(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e;const s=i==="fixed",o=Yn(n),a=t?nl(t.floating):!1;if(n===o||a&&s)return r;let c={scrollLeft:0,scrollTop:0},u=Vn(1);const l=Vn(0),f=Kn(n);if((f||!f&&!s)&&((Fo(n)!=="body"||oc(o))&&(c=il(n)),Kn(n))){const y=Rs(n);u=bo(n),l.x=y.x+n.clientLeft,l.y=y.y+n.clientTop}const h=o&&!f&&!s?_4(o,c,!0):Vn(0);return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-c.scrollLeft*u.x+l.x+h.x,y:r.y*u.y-c.scrollTop*u.y+l.y+h.y}}function yP(e){return Array.from(e.getClientRects())}function bP(e){const t=Yn(e),r=il(e),n=e.ownerDocument.body,i=Fr(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),s=Fr(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let o=-r.scrollLeft+a0(e);const a=-r.scrollTop;return En(n).direction==="rtl"&&(o+=Fr(t.clientWidth,n.clientWidth)-i),{width:i,height:s,x:o,y:a}}function wP(e,t){const r=Vr(e),n=Yn(e),i=r.visualViewport;let s=n.clientWidth,o=n.clientHeight,a=0,c=0;if(i){s=i.width,o=i.height;const u=s0();(!u||u&&t==="fixed")&&(a=i.offsetLeft,c=i.offsetTop)}return{width:s,height:o,x:a,y:c}}function _P(e,t){const r=Rs(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=Kn(e)?bo(e):Vn(1),o=e.clientWidth*s.x,a=e.clientHeight*s.y,c=i*s.x,u=n*s.y;return{width:o,height:a,x:c,y:u}}function dm(e,t,r){let n;if(t==="viewport")n=wP(e,r);else if(t==="document")n=bP(Yn(e));else if(Sn(t))n=_P(t,r);else{const i=w4(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return Cu(n)}function x4(e,t){const r=rs(e);return r===t||!Sn(r)||Co(r)?!1:En(r).position==="fixed"||x4(r,t)}function xP(e,t){const r=t.get(e);if(r)return r;let n=za(e,[],!1).filter(a=>Sn(a)&&Fo(a)!=="body"),i=null;const s=En(e).position==="fixed";let o=s?rs(e):e;for(;Sn(o)&&!Co(o);){const a=En(o),c=i0(o);!c&&a.position==="fixed"&&(i=null),(s?!c&&!i:!c&&a.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||oc(o)&&!c&&x4(e,o))?n=n.filter(l=>l!==o):i=a,o=rs(o)}return t.set(e,n),n}function SP(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e;const o=[...r==="clippingAncestors"?nl(t)?[]:xP(t,this._c):[].concat(r),n],a=o[0],c=o.reduce((u,l)=>{const f=dm(t,l,i);return u.top=Fr(f.top,u.top),u.right=es(f.right,u.right),u.bottom=es(f.bottom,u.bottom),u.left=Fr(f.left,u.left),u},dm(t,a,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function EP(e){const{width:t,height:r}=b4(e);return{width:t,height:r}}function MP(e,t,r){const n=Kn(t),i=Yn(t),s=r==="fixed",o=Rs(e,!0,s,t);let a={scrollLeft:0,scrollTop:0};const c=Vn(0);if(n||!n&&!s)if((Fo(t)!=="body"||oc(i))&&(a=il(t)),n){const h=Rs(t,!0,s,t);c.x=h.x+t.clientLeft,c.y=h.y+t.clientTop}else i&&(c.x=a0(i));const u=i&&!n&&!s?_4(i,a):Vn(0),l=o.left+a.scrollLeft-c.x-u.x,f=o.top+a.scrollTop-c.y-u.y;return{x:l,y:f,width:o.width,height:o.height}}function rf(e){return En(e).position==="static"}function hm(e,t){if(!Kn(e)||En(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Yn(e)===r&&(r=r.ownerDocument.body),r}function S4(e,t){const r=Vr(e);if(nl(e))return r;if(!Kn(e)){let i=rs(e);for(;i&&!Co(i);){if(Sn(i)&&!rf(i))return i;i=rs(i)}return r}let n=hm(e,t);for(;n&&hP(n)&&rf(n);)n=hm(n,t);return n&&Co(n)&&rf(n)&&!i0(n)?r:n||pP(e)||r}const CP=async function(e){const t=this.getOffsetParent||S4,r=this.getDimensions,n=await r(e.floating);return{reference:MP(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function AP(e){return En(e).direction==="rtl"}const TP={convertOffsetParentRelativeRectToViewportRelativeRect:vP,getDocumentElement:Yn,getClippingRect:SP,getOffsetParent:S4,getElementRects:CP,getClientRects:yP,getDimensions:EP,getScale:bo,isElement:Sn,isRTL:AP};function OP(e,t){let r=null,n;const i=Yn(e);function s(){var a;clearTimeout(n),(a=r)==null||a.disconnect(),r=null}function o(a,c){a===void 0&&(a=!1),c===void 0&&(c=1),s();const{left:u,top:l,width:f,height:h}=e.getBoundingClientRect();if(a||t(),!f||!h)return;const y=_c(l),_=_c(i.clientWidth-(u+f)),w=_c(i.clientHeight-(l+h)),A=_c(u),P={rootMargin:-y+"px "+-_+"px "+-w+"px "+-A+"px",threshold:Fr(0,es(1,c))||1};let N=!0;function F(L){const H=L[0].intersectionRatio;if(H!==c){if(!N)return o();H?o(!1,H):n=setTimeout(()=>{o(!1,1e-7)},1e3)}N=!1}try{r=new IntersectionObserver(F,{...P,root:i.ownerDocument})}catch{r=new IntersectionObserver(F,P)}r.observe(e)}return o(!0),s}function IP(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:i=!0,ancestorResize:s=!0,elementResize:o=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:c=!1}=n,u=o0(e),l=i||s?[...u?za(u):[],...za(t)]:[];l.forEach(I=>{i&&I.addEventListener("scroll",r,{passive:!0}),s&&I.addEventListener("resize",r)});const f=u&&a?OP(u,r):null;let h=-1,y=null;o&&(y=new ResizeObserver(I=>{let[P]=I;P&&P.target===u&&y&&(y.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var N;(N=y)==null||N.observe(t)})),r()}),u&&!c&&y.observe(u),y.observe(t));let _,w=c?Rs(e):null;c&&A();function A(){const I=Rs(e);w&&(I.x!==w.x||I.y!==w.y||I.width!==w.width||I.height!==w.height)&&r(),w=I,_=requestAnimationFrame(A)}return r(),()=>{var I;l.forEach(P=>{i&&P.removeEventListener("scroll",r),s&&P.removeEventListener("resize",r)}),f==null||f(),(I=y)==null||I.disconnect(),y=null,c&&cancelAnimationFrame(_)}}const kP=uP,jP=lP,PP=oP,RP=dP,NP=aP,pm=sP,DP=fP,$P=(e,t,r)=>{const n=new Map,i={platform:TP,...r},s={...i.platform,_c:n};return iP(e,t,{...i,platform:s})};var qc=typeof document<"u"?ie.useLayoutEffect:ie.useEffect;function Au(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(!Au(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 s=i[n];if(!(s==="_owner"&&e.$$typeof)&&!Au(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function E4(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function mm(e,t){const r=E4(e);return Math.round(t*r)/r}function nf(e){const t=O.useRef(e);return qc(()=>{t.current=e}),t}function BP(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:i,elements:{reference:s,floating:o}={},transform:a=!0,whileElementsMounted:c,open:u}=e,[l,f]=O.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[h,y]=O.useState(n);Au(h,n)||y(n);const[_,w]=O.useState(null),[A,I]=O.useState(null),P=O.useCallback(E=>{E!==H.current&&(H.current=E,w(E))},[]),N=O.useCallback(E=>{E!==q.current&&(q.current=E,I(E))},[]),F=s||_,L=o||A,H=O.useRef(null),q=O.useRef(null),X=O.useRef(l),re=c!=null,ae=nf(c),oe=nf(i),V=nf(u),$=O.useCallback(()=>{if(!H.current||!q.current)return;const E={placement:t,strategy:r,middleware:h};oe.current&&(E.platform=oe.current),$P(H.current,q.current,E).then(C=>{const k={...C,isPositioned:V.current!==!1};p.current&&!Au(X.current,k)&&(X.current=k,Ug.flushSync(()=>{f(k)}))})},[h,t,r,oe,V]);qc(()=>{u===!1&&X.current.isPositioned&&(X.current.isPositioned=!1,f(E=>({...E,isPositioned:!1})))},[u]);const p=O.useRef(!1);qc(()=>(p.current=!0,()=>{p.current=!1}),[]),qc(()=>{if(F&&(H.current=F),L&&(q.current=L),F&&L){if(ae.current)return ae.current(F,L,$);$()}},[F,L,$,ae,re]);const d=O.useMemo(()=>({reference:H,floating:q,setReference:P,setFloating:N}),[P,N]),m=O.useMemo(()=>({reference:F,floating:L}),[F,L]),x=O.useMemo(()=>{const E={position:r,left:0,top:0};if(!m.floating)return E;const C=mm(m.floating,l.x),k=mm(m.floating,l.y);return a?{...E,transform:"translate("+C+"px, "+k+"px)",...E4(m.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:C,top:k}},[r,a,m.floating,l.x,l.y]);return O.useMemo(()=>({...l,update:$,refs:d,elements:m,floatingStyles:x}),[l,$,d,m,x])}const LP=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?pm({element:n.current,padding:i}).fn(r):{}:n?pm({element:n,padding:i}).fn(r):{}}}},UP=(e,t)=>({...kP(e),options:[e,t]}),FP=(e,t)=>({...jP(e),options:[e,t]}),zP=(e,t)=>({...DP(e),options:[e,t]}),VP=(e,t)=>({...PP(e),options:[e,t]}),qP=(e,t)=>({...RP(e),options:[e,t]}),GP=(e,t)=>({...NP(e),options:[e,t]}),HP=(e,t)=>({...LP(e),options:[e,t]});var WP="Arrow",M4=O.forwardRef((e,t)=>{const{children:r,width:n=10,height:i=5,...s}=e;return b.jsx(Gt.svg,{...s,ref:t,width:n,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:b.jsx("polygon",{points:"0,0 30,0 15,10"})})});M4.displayName=WP;var KP=M4;function XP(e,t=[]){let r=[];function n(s,o){const a=O.createContext(o),c=r.length;r=[...r,o];function u(f){const{scope:h,children:y,..._}=f,w=(h==null?void 0:h[e][c])||a,A=O.useMemo(()=>_,Object.values(_));return b.jsx(w.Provider,{value:A,children:y})}function l(f,h){const y=(h==null?void 0:h[e][c])||a,_=O.useContext(y);if(_)return _;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return u.displayName=s+"Provider",[u,l]}const i=()=>{const s=r.map(o=>O.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return O.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,YP(i,...t)]}function YP(...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(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return O.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}function c0(e){const[t,r]=O.useState(void 0);return Qi(()=>{if(e){r({width:e.offsetWidth,height:e.offsetHeight});const n=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const s=i[0];let o,a;if("borderBoxSize"in s){const c=s.borderBoxSize,u=Array.isArray(c)?c[0]:c;o=u.inlineSize,a=u.blockSize}else o=e.offsetWidth,a=e.offsetHeight;r({width:o,height:a})});return n.observe(e,{box:"border-box"}),()=>n.unobserve(e)}else r(void 0)},[e]),t}var u0="Popper",[C4,sl]=XP(u0),[JP,A4]=C4(u0),T4=e=>{const{__scopePopper:t,children:r}=e,[n,i]=O.useState(null);return b.jsx(JP,{scope:t,anchor:n,onAnchorChange:i,children:r})};T4.displayName=u0;var O4="PopperAnchor",I4=O.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...i}=e,s=A4(O4,r),o=O.useRef(null),a=Jt(t,o);return O.useEffect(()=>{s.onAnchorChange((n==null?void 0:n.current)||o.current)}),n?null:b.jsx(Gt.div,{...i,ref:a})});I4.displayName=O4;var l0="PopperContent",[ZP,QP]=C4(l0),k4=O.forwardRef((e,t)=>{var xe,be,Ce,Me,Ke,Ue;const{__scopePopper:r,side:n="bottom",sideOffset:i=0,align:s="center",alignOffset:o=0,arrowPadding:a=0,avoidCollisions:c=!0,collisionBoundary:u=[],collisionPadding:l=0,sticky:f="partial",hideWhenDetached:h=!1,updatePositionStrategy:y="optimized",onPlaced:_,...w}=e,A=A4(l0,r),[I,P]=O.useState(null),N=Jt(t,lt=>P(lt)),[F,L]=O.useState(null),H=c0(F),q=(H==null?void 0:H.width)??0,X=(H==null?void 0:H.height)??0,re=n+(s!=="center"?"-"+s:""),ae=typeof l=="number"?l:{top:0,right:0,bottom:0,left:0,...l},oe=Array.isArray(u)?u:[u],V=oe.length>0,$={padding:ae,boundary:oe.filter(tR),altBoundary:V},{refs:p,floatingStyles:d,placement:m,isPositioned:x,middlewareData:E}=BP({strategy:"fixed",placement:re,whileElementsMounted:(...lt)=>IP(...lt,{animationFrame:y==="always"}),elements:{reference:A.anchor},middleware:[UP({mainAxis:i+X,alignmentAxis:o}),c&&FP({mainAxis:!0,crossAxis:!1,limiter:f==="partial"?zP():void 0,...$}),c&&VP({...$}),qP({...$,apply:({elements:lt,rects:ht,availableWidth:$e,availableHeight:mt})=>{const{width:we,height:me}=ht.reference,Te=lt.floating.style;Te.setProperty("--radix-popper-available-width",`${$e}px`),Te.setProperty("--radix-popper-available-height",`${mt}px`),Te.setProperty("--radix-popper-anchor-width",`${we}px`),Te.setProperty("--radix-popper-anchor-height",`${me}px`)}}),F&&HP({element:F,padding:a}),rR({arrowWidth:q,arrowHeight:X}),h&&GP({strategy:"referenceHidden",...$})]}),[C,k]=R4(m),T=pr(_);Qi(()=>{x&&(T==null||T())},[x,T]);const g=(xe=E.arrow)==null?void 0:xe.x,v=(be=E.arrow)==null?void 0:be.y,R=((Ce=E.arrow)==null?void 0:Ce.centerOffset)!==0,[se,ue]=O.useState();return Qi(()=>{I&&ue(window.getComputedStyle(I).zIndex)},[I]),b.jsx("div",{ref:p.setFloating,"data-radix-popper-content-wrapper":"",style:{...d,transform:x?d.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:se,"--radix-popper-transform-origin":[(Me=E.transformOrigin)==null?void 0:Me.x,(Ke=E.transformOrigin)==null?void 0:Ke.y].join(" "),...((Ue=E.hide)==null?void 0:Ue.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:b.jsx(ZP,{scope:r,placedSide:C,onArrowChange:L,arrowX:g,arrowY:v,shouldHideArrow:R,children:b.jsx(Gt.div,{"data-side":C,"data-align":k,...w,ref:N,style:{...w.style,animation:x?void 0:"none"}})})})});k4.displayName=l0;var j4="PopperArrow",eR={top:"bottom",right:"left",bottom:"top",left:"right"},P4=O.forwardRef(function(t,r){const{__scopePopper:n,...i}=t,s=QP(j4,n),o=eR[s.placedSide];return b.jsx("span",{ref:s.onArrowChange,style:{position:"absolute",left:s.arrowX,top:s.arrowY,[o]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[s.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[s.placedSide],visibility:s.shouldHideArrow?"hidden":void 0},children:b.jsx(KP,{...i,ref:r,style:{...i.style,display:"block"}})})});P4.displayName=j4;function tR(e){return e!==null}var rR=e=>({name:"transformOrigin",options:e,fn(t){var A,I,P;const{placement:r,rects:n,middlewareData:i}=t,o=((A=i.arrow)==null?void 0:A.centerOffset)!==0,a=o?0:e.arrowWidth,c=o?0:e.arrowHeight,[u,l]=R4(r),f={start:"0%",center:"50%",end:"100%"}[l],h=(((I=i.arrow)==null?void 0:I.x)??0)+a/2,y=(((P=i.arrow)==null?void 0:P.y)??0)+c/2;let _="",w="";return u==="bottom"?(_=o?f:`${h}px`,w=`${-c}px`):u==="top"?(_=o?f:`${h}px`,w=`${n.floating.height+c}px`):u==="right"?(_=`${-c}px`,w=o?f:`${y}px`):u==="left"&&(_=`${n.floating.width+c}px`,w=o?f:`${y}px`),{data:{x:_,y:w}}}});function R4(e){const[t,r="center"]=e.split("-");return[t,r]}var N4=T4,D4=I4,$4=k4,B4=P4,nR="Portal",L4=O.forwardRef((e,t)=>{var a;const{container:r,...n}=e,[i,s]=O.useState(!1);Qi(()=>s(!0),[]);const o=r||i&&((a=globalThis==null?void 0:globalThis.document)==null?void 0:a.body);return o?Uu.createPortal(b.jsx(Gt.div,{...n,ref:t}),o):null});L4.displayName=nR;function iR(e,t){return O.useReducer((r,n)=>t[r][n]??r,e)}var Mn=e=>{const{present:t,children:r}=e,n=sR(t),i=typeof r=="function"?r({present:n.isPresent}):O.Children.only(r),s=Jt(n.ref,oR(i));return typeof r=="function"||n.isPresent?O.cloneElement(i,{ref:s}):null};Mn.displayName="Presence";function sR(e){const[t,r]=O.useState(),n=O.useRef({}),i=O.useRef(e),s=O.useRef("none"),o=e?"mounted":"unmounted",[a,c]=iR(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return O.useEffect(()=>{const u=xc(n.current);s.current=a==="mounted"?u:"none"},[a]),Qi(()=>{const u=n.current,l=i.current;if(l!==e){const h=s.current,y=xc(u);e?c("MOUNT"):y==="none"||(u==null?void 0:u.display)==="none"?c("UNMOUNT"):c(l&&h!==y?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,c]),Qi(()=>{if(t){let u;const l=t.ownerDocument.defaultView??window,f=y=>{const w=xc(n.current).includes(y.animationName);if(y.target===t&&w&&(c("ANIMATION_END"),!i.current)){const A=t.style.animationFillMode;t.style.animationFillMode="forwards",u=l.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=A)})}},h=y=>{y.target===t&&(s.current=xc(n.current))};return t.addEventListener("animationstart",h),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{l.clearTimeout(u),t.removeEventListener("animationstart",h),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(a),ref:O.useCallback(u=>{u&&(n.current=getComputedStyle(u)),r(u)},[])}}function xc(e){return(e==null?void 0:e.animationName)||"none"}function oR(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 ac({prop:e,defaultProp:t,onChange:r=()=>{}}){const[n,i]=aR({defaultProp:t,onChange:r}),s=e!==void 0,o=s?e:n,a=pr(r),c=O.useCallback(u=>{if(s){const f=typeof u=="function"?u(e):u;f!==e&&a(f)}else i(u)},[s,e,i,a]);return[o,c]}function aR({defaultProp:e,onChange:t}){const r=O.useState(e),[n]=r,i=O.useRef(n),s=pr(t);return O.useEffect(()=>{i.current!==n&&(s(n),i.current=n)},[n,i,s]),r}var cR="VisuallyHidden",U4=O.forwardRef((e,t)=>b.jsx(Gt.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}}));U4.displayName=cR;var uR=U4,[ol,XW]=Bo("Tooltip",[sl]),f0=sl(),F4="TooltipProvider",lR=700,gm="tooltip.open",[fR,z4]=ol(F4),V4=e=>{const{__scopeTooltip:t,delayDuration:r=lR,skipDelayDuration:n=300,disableHoverableContent:i=!1,children:s}=e,[o,a]=O.useState(!0),c=O.useRef(!1),u=O.useRef(0);return O.useEffect(()=>{const l=u.current;return()=>window.clearTimeout(l)},[]),b.jsx(fR,{scope:t,isOpenDelayed:o,delayDuration:r,onOpen:O.useCallback(()=>{window.clearTimeout(u.current),a(!1)},[]),onClose:O.useCallback(()=>{window.clearTimeout(u.current),u.current=window.setTimeout(()=>a(!0),n)},[n]),isPointerInTransitRef:c,onPointerInTransitChange:O.useCallback(l=>{c.current=l},[]),disableHoverableContent:i,children:s})};V4.displayName=F4;var q4="Tooltip",[YW,al]=ol(q4),vd="TooltipTrigger",dR=O.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=al(vd,r),s=z4(vd,r),o=f0(r),a=O.useRef(null),c=Jt(t,a,i.onTriggerChange),u=O.useRef(!1),l=O.useRef(!1),f=O.useCallback(()=>u.current=!1,[]);return O.useEffect(()=>()=>document.removeEventListener("pointerup",f),[f]),b.jsx(D4,{asChild:!0,...o,children:b.jsx(Gt.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...n,ref:c,onPointerMove:rt(e.onPointerMove,h=>{h.pointerType!=="touch"&&!l.current&&!s.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:rt(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:rt(e.onPointerDown,()=>{u.current=!0,document.addEventListener("pointerup",f,{once:!0})}),onFocus:rt(e.onFocus,()=>{u.current||i.onOpen()}),onBlur:rt(e.onBlur,i.onClose),onClick:rt(e.onClick,i.onClose)})})});dR.displayName=vd;var hR="TooltipPortal",[JW,pR]=ol(hR,{forceMount:void 0}),Ao="TooltipContent",mR=O.forwardRef((e,t)=>{const r=pR(Ao,e.__scopeTooltip),{forceMount:n=r.forceMount,side:i="top",...s}=e,o=al(Ao,e.__scopeTooltip);return b.jsx(Mn,{present:n||o.open,children:o.disableHoverableContent?b.jsx(G4,{side:i,...s,ref:t}):b.jsx(gR,{side:i,...s,ref:t})})}),gR=O.forwardRef((e,t)=>{const r=al(Ao,e.__scopeTooltip),n=z4(Ao,e.__scopeTooltip),i=O.useRef(null),s=Jt(t,i),[o,a]=O.useState(null),{trigger:c,onClose:u}=r,l=i.current,{onPointerInTransitChange:f}=n,h=O.useCallback(()=>{a(null),f(!1)},[f]),y=O.useCallback((_,w)=>{const A=_.currentTarget,I={x:_.clientX,y:_.clientY},P=wR(I,A.getBoundingClientRect()),N=_R(I,P),F=xR(w.getBoundingClientRect()),L=ER([...N,...F]);a(L),f(!0)},[f]);return O.useEffect(()=>()=>h(),[h]),O.useEffect(()=>{if(c&&l){const _=A=>y(A,l),w=A=>y(A,c);return c.addEventListener("pointerleave",_),l.addEventListener("pointerleave",w),()=>{c.removeEventListener("pointerleave",_),l.removeEventListener("pointerleave",w)}}},[c,l,y,h]),O.useEffect(()=>{if(o){const _=w=>{const A=w.target,I={x:w.clientX,y:w.clientY},P=(c==null?void 0:c.contains(A))||(l==null?void 0:l.contains(A)),N=!SR(I,o);P?h():N&&(h(),u())};return document.addEventListener("pointermove",_),()=>document.removeEventListener("pointermove",_)}},[c,l,o,u,h]),b.jsx(G4,{...e,ref:s})}),[vR,yR]=ol(q4,{isInside:!1}),G4=O.forwardRef((e,t)=>{const{__scopeTooltip:r,children:n,"aria-label":i,onEscapeKeyDown:s,onPointerDownOutside:o,...a}=e,c=al(Ao,r),u=f0(r),{onClose:l}=c;return O.useEffect(()=>(document.addEventListener(gm,l),()=>document.removeEventListener(gm,l)),[l]),O.useEffect(()=>{if(c.trigger){const f=h=>{const y=h.target;y!=null&&y.contains(c.trigger)&&l()};return window.addEventListener("scroll",f,{capture:!0}),()=>window.removeEventListener("scroll",f,{capture:!0})}},[c.trigger,l]),b.jsx(e0,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:o,onFocusOutside:f=>f.preventDefault(),onDismiss:l,children:b.jsxs($4,{"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:[b.jsx(Lo,{children:n}),b.jsx(vR,{scope:r,isInside:!0,children:b.jsx(uR,{id:c.contentId,role:"tooltip",children:i||n})})]})})});mR.displayName=Ao;var H4="TooltipArrow",bR=O.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=f0(r);return yR(H4,r).isInside?null:b.jsx(B4,{...i,...n,ref:t})});bR.displayName=H4;function wR(e,t){const r=Math.abs(t.top-e.y),n=Math.abs(t.bottom-e.y),i=Math.abs(t.right-e.x),s=Math.abs(t.left-e.x);switch(Math.min(r,n,i,s)){case s:return"left";case i:return"right";case r:return"top";case n:return"bottom";default:throw new Error("unreachable")}}function _R(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 xR(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 SR(e,t){const{x:r,y:n}=e;let i=!1;for(let s=0,o=t.length-1;s<t.length;o=s++){const a=t[s].x,c=t[s].y,u=t[o].x,l=t[o].y;c>n!=l>n&&r<(u-a)*(n-c)/(l-c)+a&&(i=!i)}return i}function ER(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),MR(t)}function MR(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 s=t[t.length-1],o=t[t.length-2];if((s.x-o.x)*(i.y-o.y)>=(s.y-o.y)*(i.x-o.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 s=r[r.length-1],o=r[r.length-2];if((s.x-o.x)*(i.y-o.y)>=(s.y-o.y)*(i.x-o.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 CR=V4,W4=O.createContext(void 0),AR=e=>{const{dir:t,children:r}=e;return b.jsx(W4.Provider,{value:t,children:r})};function d0(e){const t=O.useContext(W4);return e||t||"ltr"}const TR=["tomato","red","ruby","crimson","pink","plum","purple","violet","iris","indigo","blue","cyan","teal","jade","green","grass","brown","orange"],OR=["sky","mint","lime","yellow","amber"],IR=["gold","bronze"],kR=[...TR,...OR,...IR],jR="gray",PR=["mauve","slate","sage","olive","sand"],RR=[jR,...PR];function NR(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 DR=["inherit","light","dark"],$R=[...kR,"gray"],BR=[...RR,"auto"],LR=["solid","translucent"],UR=["none","small","medium","large","full"],FR=["90%","95%","100%","105%","110%"],kr={hasBackground:{type:"boolean",default:!0},appearance:{type:"enum",values:DR,default:"inherit"},accentColor:{type:"enum",values:$R,default:"indigo"},grayColor:{type:"enum",values:BR,default:"auto"},panelBackground:{type:"enum",values:LR,default:"translucent"},radius:{type:"enum",values:UR,default:"medium"},scaling:{type:"enum",values:FR,default:"100%"}};function K4(e){return e==="gray"?"gray":NR(e)}const Ws=()=>{},Tu=O.createContext(void 0);function zR(){const e=O.useContext(Tu);if(e===void 0)throw new Error("`useThemeContext` must be used within a `Theme`");return e}const cl=O.forwardRef((e,t)=>O.useContext(Tu)===void 0?O.createElement(CR,null,O.createElement(AR,{dir:"ltr"},O.createElement(X4,{...e,ref:t}))):O.createElement(h0,{...e,ref:t}));cl.displayName="Theme";const X4=O.forwardRef((e,t)=>{const{appearance:r=kr.appearance.default,accentColor:n=kr.accentColor.default,grayColor:i=kr.grayColor.default,panelBackground:s=kr.panelBackground.default,radius:o=kr.radius.default,scaling:a=kr.scaling.default,hasBackground:c=kr.hasBackground.default,...u}=e,[l,f]=O.useState(r);O.useEffect(()=>f(r),[r]);const[h,y]=O.useState(n);O.useEffect(()=>y(n),[n]);const[_,w]=O.useState(i);O.useEffect(()=>w(i),[i]);const[A,I]=O.useState(s);O.useEffect(()=>I(s),[s]);const[P,N]=O.useState(o);O.useEffect(()=>N(o),[o]);const[F,L]=O.useState(a);O.useEffect(()=>L(a),[a]);const H=O.memo(({appearance:X})=>O.createElement("script",{dangerouslySetInnerHTML:{__html:`!(function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');d.style.colorScheme='${X}';c.add('${X}');}catch(e){}})();`}}),()=>!0);H.displayName="ExplicitRootAppearanceScript",O.useEffect(()=>VR(r),[r]);const q=_==="auto"?K4(h):_;return O.createElement(O.Fragment,null,l!=="inherit"&&O.createElement(H,{appearance:l}),c&&O.createElement("style",{dangerouslySetInnerHTML:{__html:`
|
|
53
|
+
*/(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var s="",o=0;o<arguments.length;o++){var a=arguments[o];a&&(s=i(s,n(a)))}return s}function n(s){if(typeof s=="string"||typeof s=="number")return s;if(typeof s!="object")return"";if(Array.isArray(s))return r.apply(null,s);if(s.toString!==Object.prototype.toString&&!s.toString.toString().includes("[native code]"))return s.toString();var o="";for(var a in s)t.call(s,a)&&s[a]&&(o=i(o,a));return o}function i(s,o){return o?s?s+" "+o:s+o:s}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(t6);var ID=t6.exports;const Xt=dc(ID);function rt(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 PD(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function jl(...e){return t=>e.forEach(r=>PD(r,t))}function Zt(...e){return I.useCallback(jl(...e),e)}function Qo(e,t=[]){let r=[];function n(s,o){const a=I.createContext(o),c=r.length;r=[...r,o];const u=f=>{var P;const{scope:h,children:y,...b}=f,_=((P=h==null?void 0:h[e])==null?void 0:P[c])||a,A=I.useMemo(()=>b,Object.values(b));return w.jsx(_.Provider,{value:A,children:y})};u.displayName=s+"Provider";function l(f,h){var _;const y=((_=h==null?void 0:h[e])==null?void 0:_[c])||a,b=I.useContext(y);if(b)return b;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return[u,l]}const i=()=>{const s=r.map(o=>I.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return I.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,jD(i,...t)]}function jD(...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(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return I.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}var ki=I.forwardRef((e,t)=>{const{children:r,...n}=e,i=I.Children.toArray(r),s=i.find(kD);if(s){const o=s.props.children,a=i.map(c=>c===s?I.Children.count(o)>1?I.Children.only(null):I.isValidElement(o)?o.props.children:null:c);return w.jsx(ah,{...n,ref:t,children:I.isValidElement(o)?I.cloneElement(o,void 0,a):null})}return w.jsx(ah,{...n,ref:t,children:r})});ki.displayName="Slot";var ah=I.forwardRef((e,t)=>{const{children:r,...n}=e;if(I.isValidElement(r)){const i=ND(r);return I.cloneElement(r,{...RD(n,r.props),ref:t?jl(t,i):i})}return I.Children.count(r)>1?I.Children.only(null):null});ah.displayName="SlotClone";var ea=({children:e})=>w.jsx(w.Fragment,{children:e});function kD(e){return I.isValidElement(e)&&e.type===ea}function RD(e,t){const r={...t};for(const n in t){const i=e[n],s=t[n];/^on[A-Z]/.test(n)?i&&s?r[n]=(...a)=>{s(...a),i(...a)}:i&&(r[n]=i):n==="style"?r[n]={...i,...s}:n==="className"&&(r[n]=[i,s].filter(Boolean).join(" "))}return{...e,...r}}function ND(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 DD=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Gt=DD.reduce((e,t)=>{const r=I.forwardRef((n,i)=>{const{asChild:s,...o}=n,a=s?ki:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),w.jsx(a,{...o,ref:i})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function r6(e,t){e&&Gv.flushSync(()=>e.dispatchEvent(t))}function mr(e){const t=I.useRef(e);return I.useEffect(()=>{t.current=e}),I.useMemo(()=>(...r)=>{var n;return(n=t.current)==null?void 0:n.call(t,...r)},[])}function $D(e,t=globalThis==null?void 0:globalThis.document){const r=mr(e);I.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 BD="DismissableLayer",ch="dismissableLayer.update",LD="dismissableLayer.pointerDownOutside",FD="dismissableLayer.focusOutside",Mg,n6=I.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),n0=I.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:s,onInteractOutside:o,onDismiss:a,...c}=e,u=I.useContext(n6),[l,f]=I.useState(null),h=(l==null?void 0:l.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,y]=I.useState({}),b=Zt(t,q=>f(q)),_=Array.from(u.layers),[A]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),P=_.indexOf(A),R=l?_.indexOf(l):-1,N=u.layersWithOutsidePointerEventsDisabled.size>0,F=R>=P,L=VD(q=>{const J=q.target,ne=[...u.branches].some(ae=>ae.contains(J));!F||ne||(i==null||i(q),o==null||o(q),q.defaultPrevented||a==null||a())},h),G=qD(q=>{const J=q.target;[...u.branches].some(ae=>ae.contains(J))||(s==null||s(q),o==null||o(q),q.defaultPrevented||a==null||a())},h);return $D(q=>{R===u.layers.size-1&&(n==null||n(q),!q.defaultPrevented&&a&&(q.preventDefault(),a()))},h),I.useEffect(()=>{if(l)return r&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(Mg=h.body.style.pointerEvents,h.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(l)),u.layers.add(l),Tg(),()=>{r&&u.layersWithOutsidePointerEventsDisabled.size===1&&(h.body.style.pointerEvents=Mg)}},[l,h,r,u]),I.useEffect(()=>()=>{l&&(u.layers.delete(l),u.layersWithOutsidePointerEventsDisabled.delete(l),Tg())},[l,u]),I.useEffect(()=>{const q=()=>y({});return document.addEventListener(ch,q),()=>document.removeEventListener(ch,q)},[]),w.jsx(Gt.div,{...c,ref:b,style:{pointerEvents:N?F?"auto":"none":void 0,...e.style},onFocusCapture:rt(e.onFocusCapture,G.onFocusCapture),onBlurCapture:rt(e.onBlurCapture,G.onBlurCapture),onPointerDownCapture:rt(e.onPointerDownCapture,L.onPointerDownCapture)})});n0.displayName=BD;var UD="DismissableLayerBranch",zD=I.forwardRef((e,t)=>{const r=I.useContext(n6),n=I.useRef(null),i=Zt(t,n);return I.useEffect(()=>{const s=n.current;if(s)return r.branches.add(s),()=>{r.branches.delete(s)}},[r.branches]),w.jsx(Gt.div,{...e,ref:i})});zD.displayName=UD;function VD(e,t=globalThis==null?void 0:globalThis.document){const r=mr(e),n=I.useRef(!1),i=I.useRef(()=>{});return I.useEffect(()=>{const s=a=>{if(a.target&&!n.current){let c=function(){i6(LD,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},o=window.setTimeout(()=>{t.addEventListener("pointerdown",s)},0);return()=>{window.clearTimeout(o),t.removeEventListener("pointerdown",s),t.removeEventListener("click",i.current)}},[t,r]),{onPointerDownCapture:()=>n.current=!0}}function qD(e,t=globalThis==null?void 0:globalThis.document){const r=mr(e),n=I.useRef(!1);return I.useEffect(()=>{const i=s=>{s.target&&!n.current&&i6(FD,r,{originalEvent:s},{discrete:!1})};return t.addEventListener("focusin",i),()=>t.removeEventListener("focusin",i)},[t,r]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function Tg(){const e=new CustomEvent(ch);document.dispatchEvent(e)}function i6(e,t,r,{discrete:n}){const i=r.originalEvent.target,s=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&i.addEventListener(e,t,{once:!0}),n?r6(i,s):i.dispatchEvent(s)}var us=globalThis!=null&&globalThis.document?I.useLayoutEffect:()=>{},WD=I["useId".toString()]||(()=>{}),GD=0;function ec(e){const[t,r]=I.useState(WD());return us(()=>{e||r(n=>n??String(GD++))},[e]),e||(t?`radix-${t}`:"")}const HD=["top","right","bottom","left"],ls=Math.min,Vr=Math.max,Vu=Math.round,Dc=Math.floor,Xn=e=>({x:e,y:e}),KD={left:"right",right:"left",bottom:"top",top:"bottom"},JD={start:"end",end:"start"};function uh(e,t,r){return Vr(e,ls(t,r))}function Ri(e,t){return typeof e=="function"?e(t):e}function Ni(e){return e.split("-")[0]}function ta(e){return e.split("-")[1]}function i0(e){return e==="x"?"y":"x"}function s0(e){return e==="y"?"height":"width"}function fs(e){return["top","bottom"].includes(Ni(e))?"y":"x"}function o0(e){return i0(fs(e))}function XD(e,t,r){r===void 0&&(r=!1);const n=ta(e),i=o0(e),s=s0(i);let o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=qu(o)),[o,qu(o)]}function YD(e){const t=qu(e);return[lh(e),t,lh(t)]}function lh(e){return e.replace(/start|end/g,t=>JD[t])}function ZD(e,t,r){const n=["left","right"],i=["right","left"],s=["top","bottom"],o=["bottom","top"];switch(e){case"top":case"bottom":return r?t?i:n:t?n:i;case"left":case"right":return t?s:o;default:return[]}}function QD(e,t,r,n){const i=ta(e);let s=ZD(Ni(e),r==="start",n);return i&&(s=s.map(o=>o+"-"+i),t&&(s=s.concat(s.map(lh)))),s}function qu(e){return e.replace(/left|right|bottom|top/g,t=>KD[t])}function e$(e){return{top:0,right:0,bottom:0,left:0,...e}}function s6(e){return typeof e!="number"?e$(e):{top:e,right:e,bottom:e,left:e}}function Wu(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 Ag(e,t,r){let{reference:n,floating:i}=e;const s=fs(t),o=o0(t),a=s0(o),c=Ni(t),u=s==="y",l=n.x+n.width/2-i.width/2,f=n.y+n.height/2-i.height/2,h=n[a]/2-i[a]/2;let y;switch(c){case"top":y={x:l,y:n.y-i.height};break;case"bottom":y={x:l,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:f};break;case"left":y={x:n.x-i.width,y:f};break;default:y={x:n.x,y:n.y}}switch(ta(t)){case"start":y[o]-=h*(r&&u?-1:1);break;case"end":y[o]+=h*(r&&u?-1:1);break}return y}const t$=async(e,t,r)=>{const{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=s.filter(Boolean),c=await(o.isRTL==null?void 0:o.isRTL(t));let u=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:l,y:f}=Ag(u,n,c),h=n,y={},b=0;for(let _=0;_<a.length;_++){const{name:A,fn:P}=a[_],{x:R,y:N,data:F,reset:L}=await P({x:l,y:f,initialPlacement:n,placement:h,strategy:i,middlewareData:y,rects:u,platform:o,elements:{reference:e,floating:t}});l=R??l,f=N??f,y={...y,[A]:{...y[A],...F}},L&&b<=50&&(b++,typeof L=="object"&&(L.placement&&(h=L.placement),L.rects&&(u=L.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):L.rects),{x:l,y:f}=Ag(u,h,c)),_=-1)}return{x:l,y:f,placement:h,strategy:i,middlewareData:y}};async function tc(e,t){var r;t===void 0&&(t={});const{x:n,y:i,platform:s,rects:o,elements:a,strategy:c}=e,{boundary:u="clippingAncestors",rootBoundary:l="viewport",elementContext:f="floating",altBoundary:h=!1,padding:y=0}=Ri(t,e),b=s6(y),A=a[h?f==="floating"?"reference":"floating":f],P=Wu(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(A)))==null||r?A:A.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:u,rootBoundary:l,strategy:c})),R=f==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,N=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),F=await(s.isElement==null?void 0:s.isElement(N))?await(s.getScale==null?void 0:s.getScale(N))||{x:1,y:1}:{x:1,y:1},L=Wu(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:R,offsetParent:N,strategy:c}):R);return{top:(P.top-L.top+b.top)/F.y,bottom:(L.bottom-P.bottom+b.bottom)/F.y,left:(P.left-L.left+b.left)/F.x,right:(L.right-P.right+b.right)/F.x}}const r$=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:i,rects:s,platform:o,elements:a,middlewareData:c}=t,{element:u,padding:l=0}=Ri(e,t)||{};if(u==null)return{};const f=s6(l),h={x:r,y:n},y=o0(i),b=s0(y),_=await o.getDimensions(u),A=y==="y",P=A?"top":"left",R=A?"bottom":"right",N=A?"clientHeight":"clientWidth",F=s.reference[b]+s.reference[y]-h[y]-s.floating[b],L=h[y]-s.reference[y],G=await(o.getOffsetParent==null?void 0:o.getOffsetParent(u));let q=G?G[N]:0;(!q||!await(o.isElement==null?void 0:o.isElement(G)))&&(q=a.floating[N]||s.floating[b]);const J=F/2-L/2,ne=q/2-_[b]/2-1,ae=ls(f[P],ne),ce=ls(f[R],ne),V=ae,$=q-_[b]-ce,p=q/2-_[b]/2+J,d=uh(V,p,$),m=!c.arrow&&ta(i)!=null&&p!==d&&s.reference[b]/2-(p<V?ae:ce)-_[b]/2<0,x=m?p<V?p-V:p-$:0;return{[y]:h[y]+x,data:{[y]:d,centerOffset:p-d-x,...m&&{alignmentOffset:x}},reset:m}}}),n$=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:i,middlewareData:s,rects:o,initialPlacement:a,platform:c,elements:u}=t,{mainAxis:l=!0,crossAxis:f=!0,fallbackPlacements:h,fallbackStrategy:y="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:_=!0,...A}=Ri(e,t);if((r=s.arrow)!=null&&r.alignmentOffset)return{};const P=Ni(i),R=fs(a),N=Ni(a)===a,F=await(c.isRTL==null?void 0:c.isRTL(u.floating)),L=h||(N||!_?[qu(a)]:YD(a)),G=b!=="none";!h&&G&&L.push(...QD(a,_,b,F));const q=[a,...L],J=await tc(t,A),ne=[];let ae=((n=s.flip)==null?void 0:n.overflows)||[];if(l&&ne.push(J[P]),f){const p=XD(i,o,F);ne.push(J[p[0]],J[p[1]])}if(ae=[...ae,{placement:i,overflows:ne}],!ne.every(p=>p<=0)){var ce,V;const p=(((ce=s.flip)==null?void 0:ce.index)||0)+1,d=q[p];if(d)return{data:{index:p,overflows:ae},reset:{placement:d}};let m=(V=ae.filter(x=>x.overflows[0]<=0).sort((x,M)=>x.overflows[1]-M.overflows[1])[0])==null?void 0:V.placement;if(!m)switch(y){case"bestFit":{var $;const x=($=ae.filter(M=>{if(G){const E=fs(M.placement);return E===R||E==="y"}return!0}).map(M=>[M.placement,M.overflows.filter(E=>E>0).reduce((E,O)=>E+O,0)]).sort((M,E)=>M[1]-E[1])[0])==null?void 0:$[0];x&&(m=x);break}case"initialPlacement":m=a;break}if(i!==m)return{reset:{placement:m}}}return{}}}};function Og(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Ig(e){return HD.some(t=>e[t]>=0)}const i$=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r}=t,{strategy:n="referenceHidden",...i}=Ri(e,t);switch(n){case"referenceHidden":{const s=await tc(t,{...i,elementContext:"reference"}),o=Og(s,r.reference);return{data:{referenceHiddenOffsets:o,referenceHidden:Ig(o)}}}case"escaped":{const s=await tc(t,{...i,altBoundary:!0}),o=Og(s,r.floating);return{data:{escapedOffsets:o,escaped:Ig(o)}}}default:return{}}}}};async function s$(e,t){const{placement:r,platform:n,elements:i}=e,s=await(n.isRTL==null?void 0:n.isRTL(i.floating)),o=Ni(r),a=ta(r),c=fs(r)==="y",u=["left","top"].includes(o)?-1:1,l=s&&c?-1:1,f=Ri(t,e);let{mainAxis:h,crossAxis:y,alignmentAxis:b}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return a&&typeof b=="number"&&(y=a==="end"?b*-1:b),c?{x:y*l,y:h*u}:{x:h*u,y:y*l}}const o$=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:i,y:s,placement:o,middlewareData:a}=t,c=await s$(t,e);return o===((r=a.offset)==null?void 0:r.placement)&&(n=a.arrow)!=null&&n.alignmentOffset?{}:{x:i+c.x,y:s+c.y,data:{...c,placement:o}}}}},a$=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:i}=t,{mainAxis:s=!0,crossAxis:o=!1,limiter:a={fn:A=>{let{x:P,y:R}=A;return{x:P,y:R}}},...c}=Ri(e,t),u={x:r,y:n},l=await tc(t,c),f=fs(Ni(i)),h=i0(f);let y=u[h],b=u[f];if(s){const A=h==="y"?"top":"left",P=h==="y"?"bottom":"right",R=y+l[A],N=y-l[P];y=uh(R,y,N)}if(o){const A=f==="y"?"top":"left",P=f==="y"?"bottom":"right",R=b+l[A],N=b-l[P];b=uh(R,b,N)}const _=a.fn({...t,[h]:y,[f]:b});return{..._,data:{x:_.x-r,y:_.y-n,enabled:{[h]:s,[f]:o}}}}}},c$=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:r,y:n,placement:i,rects:s,middlewareData:o}=t,{offset:a=0,mainAxis:c=!0,crossAxis:u=!0}=Ri(e,t),l={x:r,y:n},f=fs(i),h=i0(f);let y=l[h],b=l[f];const _=Ri(a,t),A=typeof _=="number"?{mainAxis:_,crossAxis:0}:{mainAxis:0,crossAxis:0,..._};if(c){const N=h==="y"?"height":"width",F=s.reference[h]-s.floating[N]+A.mainAxis,L=s.reference[h]+s.reference[N]-A.mainAxis;y<F?y=F:y>L&&(y=L)}if(u){var P,R;const N=h==="y"?"width":"height",F=["top","left"].includes(Ni(i)),L=s.reference[f]-s.floating[N]+(F&&((P=o.offset)==null?void 0:P[f])||0)+(F?0:A.crossAxis),G=s.reference[f]+s.reference[N]+(F?0:((R=o.offset)==null?void 0:R[f])||0)-(F?A.crossAxis:0);b<L?b=L:b>G&&(b=G)}return{[h]:y,[f]:b}}}},u$=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:i,rects:s,platform:o,elements:a}=t,{apply:c=()=>{},...u}=Ri(e,t),l=await tc(t,u),f=Ni(i),h=ta(i),y=fs(i)==="y",{width:b,height:_}=s.floating;let A,P;f==="top"||f==="bottom"?(A=f,P=h===(await(o.isRTL==null?void 0:o.isRTL(a.floating))?"start":"end")?"left":"right"):(P=f,A=h==="end"?"top":"bottom");const R=_-l.top-l.bottom,N=b-l.left-l.right,F=ls(_-l[A],R),L=ls(b-l[P],N),G=!t.middlewareData.shift;let q=F,J=L;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(J=N),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(q=R),G&&!h){const ae=Vr(l.left,0),ce=Vr(l.right,0),V=Vr(l.top,0),$=Vr(l.bottom,0);y?J=b-2*(ae!==0||ce!==0?ae+ce:Vr(l.left,l.right)):q=_-2*(V!==0||$!==0?V+$:Vr(l.top,l.bottom))}await c({...t,availableWidth:J,availableHeight:q});const ne=await o.getDimensions(a.floating);return b!==ne.width||_!==ne.height?{reset:{rects:!0}}:{}}}};function kl(){return typeof window<"u"}function ra(e){return o6(e)?(e.nodeName||"").toLowerCase():"#document"}function Gr(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function si(e){var t;return(t=(o6(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function o6(e){return kl()?e instanceof Node||e instanceof Gr(e).Node:!1}function Pn(e){return kl()?e instanceof Element||e instanceof Gr(e).Element:!1}function ri(e){return kl()?e instanceof HTMLElement||e instanceof Gr(e).HTMLElement:!1}function Pg(e){return!kl()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Gr(e).ShadowRoot}function _c(e){const{overflow:t,overflowX:r,overflowY:n,display:i}=jn(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(i)}function l$(e){return["table","td","th"].includes(ra(e))}function Rl(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function a0(e){const t=c0(),r=Pn(e)?jn(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 f$(e){let t=ds(e);for(;ri(t)&&!Lo(t);){if(a0(t))return t;if(Rl(t))return null;t=ds(t)}return null}function c0(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Lo(e){return["html","body","#document"].includes(ra(e))}function jn(e){return Gr(e).getComputedStyle(e)}function Nl(e){return Pn(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function ds(e){if(ra(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Pg(e)&&e.host||si(e);return Pg(t)?t.host:t}function a6(e){const t=ds(e);return Lo(t)?e.ownerDocument?e.ownerDocument.body:e.body:ri(t)&&_c(t)?t:a6(t)}function rc(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const i=a6(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=Gr(i);if(s){const a=fh(o);return t.concat(o,o.visualViewport||[],_c(i)?i:[],a&&r?rc(a):[])}return t.concat(i,rc(i,[],r))}function fh(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function c6(e){const t=jn(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const i=ri(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=Vu(r)!==s||Vu(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function u0(e){return Pn(e)?e:e.contextElement}function Po(e){const t=u0(e);if(!ri(t))return Xn(1);const r=t.getBoundingClientRect(),{width:n,height:i,$:s}=c6(t);let o=(s?Vu(r.width):r.width)/n,a=(s?Vu(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}const d$=Xn(0);function u6(e){const t=Gr(e);return!c0()||!t.visualViewport?d$:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function h$(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==Gr(e)?!1:t}function Gs(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),s=u0(e);let o=Xn(1);t&&(n?Pn(n)&&(o=Po(n)):o=Po(e));const a=h$(s,r,n)?u6(s):Xn(0);let c=(i.left+a.x)/o.x,u=(i.top+a.y)/o.y,l=i.width/o.x,f=i.height/o.y;if(s){const h=Gr(s),y=n&&Pn(n)?Gr(n):n;let b=h,_=fh(b);for(;_&&n&&y!==b;){const A=Po(_),P=_.getBoundingClientRect(),R=jn(_),N=P.left+(_.clientLeft+parseFloat(R.paddingLeft))*A.x,F=P.top+(_.clientTop+parseFloat(R.paddingTop))*A.y;c*=A.x,u*=A.y,l*=A.x,f*=A.y,c+=N,u+=F,b=Gr(_),_=fh(b)}}return Wu({width:l,height:f,x:c,y:u})}function l0(e,t){const r=Nl(e).scrollLeft;return t?t.left+r:Gs(si(e)).left+r}function l6(e,t,r){r===void 0&&(r=!1);const n=e.getBoundingClientRect(),i=n.left+t.scrollLeft-(r?0:l0(e,n)),s=n.top+t.scrollTop;return{x:i,y:s}}function p$(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e;const s=i==="fixed",o=si(n),a=t?Rl(t.floating):!1;if(n===o||a&&s)return r;let c={scrollLeft:0,scrollTop:0},u=Xn(1);const l=Xn(0),f=ri(n);if((f||!f&&!s)&&((ra(n)!=="body"||_c(o))&&(c=Nl(n)),ri(n))){const y=Gs(n);u=Po(n),l.x=y.x+n.clientLeft,l.y=y.y+n.clientTop}const h=o&&!f&&!s?l6(o,c,!0):Xn(0);return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-c.scrollLeft*u.x+l.x+h.x,y:r.y*u.y-c.scrollTop*u.y+l.y+h.y}}function m$(e){return Array.from(e.getClientRects())}function g$(e){const t=si(e),r=Nl(e),n=e.ownerDocument.body,i=Vr(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),s=Vr(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let o=-r.scrollLeft+l0(e);const a=-r.scrollTop;return jn(n).direction==="rtl"&&(o+=Vr(t.clientWidth,n.clientWidth)-i),{width:i,height:s,x:o,y:a}}function v$(e,t){const r=Gr(e),n=si(e),i=r.visualViewport;let s=n.clientWidth,o=n.clientHeight,a=0,c=0;if(i){s=i.width,o=i.height;const u=c0();(!u||u&&t==="fixed")&&(a=i.offsetLeft,c=i.offsetTop)}return{width:s,height:o,x:a,y:c}}function y$(e,t){const r=Gs(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=ri(e)?Po(e):Xn(1),o=e.clientWidth*s.x,a=e.clientHeight*s.y,c=i*s.x,u=n*s.y;return{width:o,height:a,x:c,y:u}}function jg(e,t,r){let n;if(t==="viewport")n=v$(e,r);else if(t==="document")n=g$(si(e));else if(Pn(t))n=y$(t,r);else{const i=u6(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return Wu(n)}function f6(e,t){const r=ds(e);return r===t||!Pn(r)||Lo(r)?!1:jn(r).position==="fixed"||f6(r,t)}function b$(e,t){const r=t.get(e);if(r)return r;let n=rc(e,[],!1).filter(a=>Pn(a)&&ra(a)!=="body"),i=null;const s=jn(e).position==="fixed";let o=s?ds(e):e;for(;Pn(o)&&!Lo(o);){const a=jn(o),c=a0(o);!c&&a.position==="fixed"&&(i=null),(s?!c&&!i:!c&&a.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||_c(o)&&!c&&f6(e,o))?n=n.filter(l=>l!==o):i=a,o=ds(o)}return t.set(e,n),n}function w$(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e;const o=[...r==="clippingAncestors"?Rl(t)?[]:b$(t,this._c):[].concat(r),n],a=o[0],c=o.reduce((u,l)=>{const f=jg(t,l,i);return u.top=Vr(f.top,u.top),u.right=ls(f.right,u.right),u.bottom=ls(f.bottom,u.bottom),u.left=Vr(f.left,u.left),u},jg(t,a,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function _$(e){const{width:t,height:r}=c6(e);return{width:t,height:r}}function x$(e,t,r){const n=ri(t),i=si(t),s=r==="fixed",o=Gs(e,!0,s,t);let a={scrollLeft:0,scrollTop:0};const c=Xn(0);if(n||!n&&!s)if((ra(t)!=="body"||_c(i))&&(a=Nl(t)),n){const h=Gs(t,!0,s,t);c.x=h.x+t.clientLeft,c.y=h.y+t.clientTop}else i&&(c.x=l0(i));const u=i&&!n&&!s?l6(i,a):Xn(0),l=o.left+a.scrollLeft-c.x-u.x,f=o.top+a.scrollTop-c.y-u.y;return{x:l,y:f,width:o.width,height:o.height}}function Hf(e){return jn(e).position==="static"}function kg(e,t){if(!ri(e)||jn(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return si(e)===r&&(r=r.ownerDocument.body),r}function d6(e,t){const r=Gr(e);if(Rl(e))return r;if(!ri(e)){let i=ds(e);for(;i&&!Lo(i);){if(Pn(i)&&!Hf(i))return i;i=ds(i)}return r}let n=kg(e,t);for(;n&&l$(n)&&Hf(n);)n=kg(n,t);return n&&Lo(n)&&Hf(n)&&!a0(n)?r:n||f$(e)||r}const S$=async function(e){const t=this.getOffsetParent||d6,r=this.getDimensions,n=await r(e.floating);return{reference:x$(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function E$(e){return jn(e).direction==="rtl"}const C$={convertOffsetParentRelativeRectToViewportRelativeRect:p$,getDocumentElement:si,getClippingRect:w$,getOffsetParent:d6,getElementRects:S$,getClientRects:m$,getDimensions:_$,getScale:Po,isElement:Pn,isRTL:E$};function M$(e,t){let r=null,n;const i=si(e);function s(){var a;clearTimeout(n),(a=r)==null||a.disconnect(),r=null}function o(a,c){a===void 0&&(a=!1),c===void 0&&(c=1),s();const{left:u,top:l,width:f,height:h}=e.getBoundingClientRect();if(a||t(),!f||!h)return;const y=Dc(l),b=Dc(i.clientWidth-(u+f)),_=Dc(i.clientHeight-(l+h)),A=Dc(u),R={rootMargin:-y+"px "+-b+"px "+-_+"px "+-A+"px",threshold:Vr(0,ls(1,c))||1};let N=!0;function F(L){const G=L[0].intersectionRatio;if(G!==c){if(!N)return o();G?o(!1,G):n=setTimeout(()=>{o(!1,1e-7)},1e3)}N=!1}try{r=new IntersectionObserver(F,{...R,root:i.ownerDocument})}catch{r=new IntersectionObserver(F,R)}r.observe(e)}return o(!0),s}function T$(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:i=!0,ancestorResize:s=!0,elementResize:o=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:c=!1}=n,u=u0(e),l=i||s?[...u?rc(u):[],...rc(t)]:[];l.forEach(P=>{i&&P.addEventListener("scroll",r,{passive:!0}),s&&P.addEventListener("resize",r)});const f=u&&a?M$(u,r):null;let h=-1,y=null;o&&(y=new ResizeObserver(P=>{let[R]=P;R&&R.target===u&&y&&(y.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var N;(N=y)==null||N.observe(t)})),r()}),u&&!c&&y.observe(u),y.observe(t));let b,_=c?Gs(e):null;c&&A();function A(){const P=Gs(e);_&&(P.x!==_.x||P.y!==_.y||P.width!==_.width||P.height!==_.height)&&r(),_=P,b=requestAnimationFrame(A)}return r(),()=>{var P;l.forEach(R=>{i&&R.removeEventListener("scroll",r),s&&R.removeEventListener("resize",r)}),f==null||f(),(P=y)==null||P.disconnect(),y=null,c&&cancelAnimationFrame(b)}}const A$=o$,O$=a$,I$=n$,P$=u$,j$=i$,Rg=r$,k$=c$,R$=(e,t,r)=>{const n=new Map,i={platform:C$,...r},s={...i.platform,_c:n};return t$(e,t,{...i,platform:s})};var uu=typeof document<"u"?oe.useLayoutEffect:oe.useEffect;function Gu(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(!Gu(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 s=i[n];if(!(s==="_owner"&&e.$$typeof)&&!Gu(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function h6(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Ng(e,t){const r=h6(e);return Math.round(t*r)/r}function Kf(e){const t=I.useRef(e);return uu(()=>{t.current=e}),t}function N$(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:i,elements:{reference:s,floating:o}={},transform:a=!0,whileElementsMounted:c,open:u}=e,[l,f]=I.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[h,y]=I.useState(n);Gu(h,n)||y(n);const[b,_]=I.useState(null),[A,P]=I.useState(null),R=I.useCallback(M=>{M!==G.current&&(G.current=M,_(M))},[]),N=I.useCallback(M=>{M!==q.current&&(q.current=M,P(M))},[]),F=s||b,L=o||A,G=I.useRef(null),q=I.useRef(null),J=I.useRef(l),ne=c!=null,ae=Kf(c),ce=Kf(i),V=Kf(u),$=I.useCallback(()=>{if(!G.current||!q.current)return;const M={placement:t,strategy:r,middleware:h};ce.current&&(M.platform=ce.current),R$(G.current,q.current,M).then(E=>{const O={...E,isPositioned:V.current!==!1};p.current&&!Gu(J.current,O)&&(J.current=O,Gv.flushSync(()=>{f(O)}))})},[h,t,r,ce,V]);uu(()=>{u===!1&&J.current.isPositioned&&(J.current.isPositioned=!1,f(M=>({...M,isPositioned:!1})))},[u]);const p=I.useRef(!1);uu(()=>(p.current=!0,()=>{p.current=!1}),[]),uu(()=>{if(F&&(G.current=F),L&&(q.current=L),F&&L){if(ae.current)return ae.current(F,L,$);$()}},[F,L,$,ae,ne]);const d=I.useMemo(()=>({reference:G,floating:q,setReference:R,setFloating:N}),[R,N]),m=I.useMemo(()=>({reference:F,floating:L}),[F,L]),x=I.useMemo(()=>{const M={position:r,left:0,top:0};if(!m.floating)return M;const E=Ng(m.floating,l.x),O=Ng(m.floating,l.y);return a?{...M,transform:"translate("+E+"px, "+O+"px)",...h6(m.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:E,top:O}},[r,a,m.floating,l.x,l.y]);return I.useMemo(()=>({...l,update:$,refs:d,elements:m,floatingStyles:x}),[l,$,d,m,x])}const D$=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?Rg({element:n.current,padding:i}).fn(r):{}:n?Rg({element:n,padding:i}).fn(r):{}}}},$$=(e,t)=>({...A$(e),options:[e,t]}),B$=(e,t)=>({...O$(e),options:[e,t]}),L$=(e,t)=>({...k$(e),options:[e,t]}),F$=(e,t)=>({...I$(e),options:[e,t]}),U$=(e,t)=>({...P$(e),options:[e,t]}),z$=(e,t)=>({...j$(e),options:[e,t]}),V$=(e,t)=>({...D$(e),options:[e,t]});var q$="Arrow",p6=I.forwardRef((e,t)=>{const{children:r,width:n=10,height:i=5,...s}=e;return w.jsx(Gt.svg,{...s,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"})})});p6.displayName=q$;var W$=p6;function G$(e,t=[]){let r=[];function n(s,o){const a=I.createContext(o),c=r.length;r=[...r,o];function u(f){const{scope:h,children:y,...b}=f,_=(h==null?void 0:h[e][c])||a,A=I.useMemo(()=>b,Object.values(b));return w.jsx(_.Provider,{value:A,children:y})}function l(f,h){const y=(h==null?void 0:h[e][c])||a,b=I.useContext(y);if(b)return b;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return u.displayName=s+"Provider",[u,l]}const i=()=>{const s=r.map(o=>I.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return I.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,H$(i,...t)]}function H$(...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(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return I.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}function f0(e){const[t,r]=I.useState(void 0);return us(()=>{if(e){r({width:e.offsetWidth,height:e.offsetHeight});const n=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const s=i[0];let o,a;if("borderBoxSize"in s){const c=s.borderBoxSize,u=Array.isArray(c)?c[0]:c;o=u.inlineSize,a=u.blockSize}else o=e.offsetWidth,a=e.offsetHeight;r({width:o,height:a})});return n.observe(e,{box:"border-box"}),()=>n.unobserve(e)}else r(void 0)},[e]),t}var d0="Popper",[m6,Dl]=G$(d0),[K$,g6]=m6(d0),v6=e=>{const{__scopePopper:t,children:r}=e,[n,i]=I.useState(null);return w.jsx(K$,{scope:t,anchor:n,onAnchorChange:i,children:r})};v6.displayName=d0;var y6="PopperAnchor",b6=I.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...i}=e,s=g6(y6,r),o=I.useRef(null),a=Zt(t,o);return I.useEffect(()=>{s.onAnchorChange((n==null?void 0:n.current)||o.current)}),n?null:w.jsx(Gt.div,{...i,ref:a})});b6.displayName=y6;var h0="PopperContent",[J$,X$]=m6(h0),w6=I.forwardRef((e,t)=>{var ve,pe,Ee,Se,Ke,Fe;const{__scopePopper:r,side:n="bottom",sideOffset:i=0,align:s="center",alignOffset:o=0,arrowPadding:a=0,avoidCollisions:c=!0,collisionBoundary:u=[],collisionPadding:l=0,sticky:f="partial",hideWhenDetached:h=!1,updatePositionStrategy:y="optimized",onPlaced:b,..._}=e,A=g6(h0,r),[P,R]=I.useState(null),N=Zt(t,lt=>R(lt)),[F,L]=I.useState(null),G=f0(F),q=(G==null?void 0:G.width)??0,J=(G==null?void 0:G.height)??0,ne=n+(s!=="center"?"-"+s:""),ae=typeof l=="number"?l:{top:0,right:0,bottom:0,left:0,...l},ce=Array.isArray(u)?u:[u],V=ce.length>0,$={padding:ae,boundary:ce.filter(Z$),altBoundary:V},{refs:p,floatingStyles:d,placement:m,isPositioned:x,middlewareData:M}=N$({strategy:"fixed",placement:ne,whileElementsMounted:(...lt)=>T$(...lt,{animationFrame:y==="always"}),elements:{reference:A.anchor},middleware:[$$({mainAxis:i+J,alignmentAxis:o}),c&&B$({mainAxis:!0,crossAxis:!1,limiter:f==="partial"?L$():void 0,...$}),c&&F$({...$}),U$({...$,apply:({elements:lt,rects:ht,availableWidth:$e,availableHeight:mt})=>{const{width:_e,height:ge}=ht.reference,Ae=lt.floating.style;Ae.setProperty("--radix-popper-available-width",`${$e}px`),Ae.setProperty("--radix-popper-available-height",`${mt}px`),Ae.setProperty("--radix-popper-anchor-width",`${_e}px`),Ae.setProperty("--radix-popper-anchor-height",`${ge}px`)}}),F&&V$({element:F,padding:a}),Q$({arrowWidth:q,arrowHeight:J}),h&&z$({strategy:"referenceHidden",...$})]}),[E,O]=S6(m),C=mr(b);us(()=>{x&&(C==null||C())},[x,C]);const g=(ve=M.arrow)==null?void 0:ve.x,v=(pe=M.arrow)==null?void 0:pe.y,j=((Ee=M.arrow)==null?void 0:Ee.centerOffset)!==0,[ee,ie]=I.useState();return us(()=>{P&&ie(window.getComputedStyle(P).zIndex)},[P]),w.jsx("div",{ref:p.setFloating,"data-radix-popper-content-wrapper":"",style:{...d,transform:x?d.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:ee,"--radix-popper-transform-origin":[(Se=M.transformOrigin)==null?void 0:Se.x,(Ke=M.transformOrigin)==null?void 0:Ke.y].join(" "),...((Fe=M.hide)==null?void 0:Fe.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:w.jsx(J$,{scope:r,placedSide:E,onArrowChange:L,arrowX:g,arrowY:v,shouldHideArrow:j,children:w.jsx(Gt.div,{"data-side":E,"data-align":O,..._,ref:N,style:{..._.style,animation:x?void 0:"none"}})})})});w6.displayName=h0;var _6="PopperArrow",Y$={top:"bottom",right:"left",bottom:"top",left:"right"},x6=I.forwardRef(function(t,r){const{__scopePopper:n,...i}=t,s=X$(_6,n),o=Y$[s.placedSide];return w.jsx("span",{ref:s.onArrowChange,style:{position:"absolute",left:s.arrowX,top:s.arrowY,[o]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[s.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[s.placedSide],visibility:s.shouldHideArrow?"hidden":void 0},children:w.jsx(W$,{...i,ref:r,style:{...i.style,display:"block"}})})});x6.displayName=_6;function Z$(e){return e!==null}var Q$=e=>({name:"transformOrigin",options:e,fn(t){var A,P,R;const{placement:r,rects:n,middlewareData:i}=t,o=((A=i.arrow)==null?void 0:A.centerOffset)!==0,a=o?0:e.arrowWidth,c=o?0:e.arrowHeight,[u,l]=S6(r),f={start:"0%",center:"50%",end:"100%"}[l],h=(((P=i.arrow)==null?void 0:P.x)??0)+a/2,y=(((R=i.arrow)==null?void 0:R.y)??0)+c/2;let b="",_="";return u==="bottom"?(b=o?f:`${h}px`,_=`${-c}px`):u==="top"?(b=o?f:`${h}px`,_=`${n.floating.height+c}px`):u==="right"?(b=`${-c}px`,_=o?f:`${y}px`):u==="left"&&(b=`${n.floating.width+c}px`,_=o?f:`${y}px`),{data:{x:b,y:_}}}});function S6(e){const[t,r="center"]=e.split("-");return[t,r]}var E6=v6,C6=b6,M6=w6,T6=x6,eB="Portal",A6=I.forwardRef((e,t)=>{var a;const{container:r,...n}=e,[i,s]=I.useState(!1);us(()=>s(!0),[]);const o=r||i&&((a=globalThis==null?void 0:globalThis.document)==null?void 0:a.body);return o?rl.createPortal(w.jsx(Gt.div,{...n,ref:t}),o):null});A6.displayName=eB;function tB(e,t){return I.useReducer((r,n)=>t[r][n]??r,e)}var Rn=e=>{const{present:t,children:r}=e,n=rB(t),i=typeof r=="function"?r({present:n.isPresent}):I.Children.only(r),s=Zt(n.ref,nB(i));return typeof r=="function"||n.isPresent?I.cloneElement(i,{ref:s}):null};Rn.displayName="Presence";function rB(e){const[t,r]=I.useState(),n=I.useRef({}),i=I.useRef(e),s=I.useRef("none"),o=e?"mounted":"unmounted",[a,c]=tB(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return I.useEffect(()=>{const u=$c(n.current);s.current=a==="mounted"?u:"none"},[a]),us(()=>{const u=n.current,l=i.current;if(l!==e){const h=s.current,y=$c(u);e?c("MOUNT"):y==="none"||(u==null?void 0:u.display)==="none"?c("UNMOUNT"):c(l&&h!==y?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,c]),us(()=>{if(t){let u;const l=t.ownerDocument.defaultView??window,f=y=>{const _=$c(n.current).includes(y.animationName);if(y.target===t&&_&&(c("ANIMATION_END"),!i.current)){const A=t.style.animationFillMode;t.style.animationFillMode="forwards",u=l.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=A)})}},h=y=>{y.target===t&&(s.current=$c(n.current))};return t.addEventListener("animationstart",h),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{l.clearTimeout(u),t.removeEventListener("animationstart",h),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(a),ref:I.useCallback(u=>{u&&(n.current=getComputedStyle(u)),r(u)},[])}}function $c(e){return(e==null?void 0:e.animationName)||"none"}function nB(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 xc({prop:e,defaultProp:t,onChange:r=()=>{}}){const[n,i]=iB({defaultProp:t,onChange:r}),s=e!==void 0,o=s?e:n,a=mr(r),c=I.useCallback(u=>{if(s){const f=typeof u=="function"?u(e):u;f!==e&&a(f)}else i(u)},[s,e,i,a]);return[o,c]}function iB({defaultProp:e,onChange:t}){const r=I.useState(e),[n]=r,i=I.useRef(n),s=mr(t);return I.useEffect(()=>{i.current!==n&&(s(n),i.current=n)},[n,i,s]),r}var sB="VisuallyHidden",O6=I.forwardRef((e,t)=>w.jsx(Gt.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}}));O6.displayName=sB;var oB=O6,[$l,lX]=Qo("Tooltip",[Dl]),p0=Dl(),I6="TooltipProvider",aB=700,Dg="tooltip.open",[cB,P6]=$l(I6),j6=e=>{const{__scopeTooltip:t,delayDuration:r=aB,skipDelayDuration:n=300,disableHoverableContent:i=!1,children:s}=e,[o,a]=I.useState(!0),c=I.useRef(!1),u=I.useRef(0);return I.useEffect(()=>{const l=u.current;return()=>window.clearTimeout(l)},[]),w.jsx(cB,{scope:t,isOpenDelayed:o,delayDuration:r,onOpen:I.useCallback(()=>{window.clearTimeout(u.current),a(!1)},[]),onClose:I.useCallback(()=>{window.clearTimeout(u.current),u.current=window.setTimeout(()=>a(!0),n)},[n]),isPointerInTransitRef:c,onPointerInTransitChange:I.useCallback(l=>{c.current=l},[]),disableHoverableContent:i,children:s})};j6.displayName=I6;var k6="Tooltip",[fX,Bl]=$l(k6),dh="TooltipTrigger",uB=I.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=Bl(dh,r),s=P6(dh,r),o=p0(r),a=I.useRef(null),c=Zt(t,a,i.onTriggerChange),u=I.useRef(!1),l=I.useRef(!1),f=I.useCallback(()=>u.current=!1,[]);return I.useEffect(()=>()=>document.removeEventListener("pointerup",f),[f]),w.jsx(C6,{asChild:!0,...o,children:w.jsx(Gt.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...n,ref:c,onPointerMove:rt(e.onPointerMove,h=>{h.pointerType!=="touch"&&!l.current&&!s.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:rt(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:rt(e.onPointerDown,()=>{u.current=!0,document.addEventListener("pointerup",f,{once:!0})}),onFocus:rt(e.onFocus,()=>{u.current||i.onOpen()}),onBlur:rt(e.onBlur,i.onClose),onClick:rt(e.onClick,i.onClose)})})});uB.displayName=dh;var lB="TooltipPortal",[dX,fB]=$l(lB,{forceMount:void 0}),Fo="TooltipContent",dB=I.forwardRef((e,t)=>{const r=fB(Fo,e.__scopeTooltip),{forceMount:n=r.forceMount,side:i="top",...s}=e,o=Bl(Fo,e.__scopeTooltip);return w.jsx(Rn,{present:n||o.open,children:o.disableHoverableContent?w.jsx(R6,{side:i,...s,ref:t}):w.jsx(hB,{side:i,...s,ref:t})})}),hB=I.forwardRef((e,t)=>{const r=Bl(Fo,e.__scopeTooltip),n=P6(Fo,e.__scopeTooltip),i=I.useRef(null),s=Zt(t,i),[o,a]=I.useState(null),{trigger:c,onClose:u}=r,l=i.current,{onPointerInTransitChange:f}=n,h=I.useCallback(()=>{a(null),f(!1)},[f]),y=I.useCallback((b,_)=>{const A=b.currentTarget,P={x:b.clientX,y:b.clientY},R=vB(P,A.getBoundingClientRect()),N=yB(P,R),F=bB(_.getBoundingClientRect()),L=_B([...N,...F]);a(L),f(!0)},[f]);return I.useEffect(()=>()=>h(),[h]),I.useEffect(()=>{if(c&&l){const b=A=>y(A,l),_=A=>y(A,c);return c.addEventListener("pointerleave",b),l.addEventListener("pointerleave",_),()=>{c.removeEventListener("pointerleave",b),l.removeEventListener("pointerleave",_)}}},[c,l,y,h]),I.useEffect(()=>{if(o){const b=_=>{const A=_.target,P={x:_.clientX,y:_.clientY},R=(c==null?void 0:c.contains(A))||(l==null?void 0:l.contains(A)),N=!wB(P,o);R?h():N&&(h(),u())};return document.addEventListener("pointermove",b),()=>document.removeEventListener("pointermove",b)}},[c,l,o,u,h]),w.jsx(R6,{...e,ref:s})}),[pB,mB]=$l(k6,{isInside:!1}),R6=I.forwardRef((e,t)=>{const{__scopeTooltip:r,children:n,"aria-label":i,onEscapeKeyDown:s,onPointerDownOutside:o,...a}=e,c=Bl(Fo,r),u=p0(r),{onClose:l}=c;return I.useEffect(()=>(document.addEventListener(Dg,l),()=>document.removeEventListener(Dg,l)),[l]),I.useEffect(()=>{if(c.trigger){const f=h=>{const y=h.target;y!=null&&y.contains(c.trigger)&&l()};return window.addEventListener("scroll",f,{capture:!0}),()=>window.removeEventListener("scroll",f,{capture:!0})}},[c.trigger,l]),w.jsx(n0,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:o,onFocusOutside:f=>f.preventDefault(),onDismiss:l,children:w.jsxs(M6,{"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:[w.jsx(ea,{children:n}),w.jsx(pB,{scope:r,isInside:!0,children:w.jsx(oB,{id:c.contentId,role:"tooltip",children:i||n})})]})})});dB.displayName=Fo;var N6="TooltipArrow",gB=I.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=p0(r);return mB(N6,r).isInside?null:w.jsx(T6,{...i,...n,ref:t})});gB.displayName=N6;function vB(e,t){const r=Math.abs(t.top-e.y),n=Math.abs(t.bottom-e.y),i=Math.abs(t.right-e.x),s=Math.abs(t.left-e.x);switch(Math.min(r,n,i,s)){case s:return"left";case i:return"right";case r:return"top";case n:return"bottom";default:throw new Error("unreachable")}}function yB(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 bB(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 wB(e,t){const{x:r,y:n}=e;let i=!1;for(let s=0,o=t.length-1;s<t.length;o=s++){const a=t[s].x,c=t[s].y,u=t[o].x,l=t[o].y;c>n!=l>n&&r<(u-a)*(n-c)/(l-c)+a&&(i=!i)}return i}function _B(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),xB(t)}function xB(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 s=t[t.length-1],o=t[t.length-2];if((s.x-o.x)*(i.y-o.y)>=(s.y-o.y)*(i.x-o.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 s=r[r.length-1],o=r[r.length-2];if((s.x-o.x)*(i.y-o.y)>=(s.y-o.y)*(i.x-o.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 SB=j6,D6=I.createContext(void 0),EB=e=>{const{dir:t,children:r}=e;return w.jsx(D6.Provider,{value:t,children:r})};function m0(e){const t=I.useContext(D6);return e||t||"ltr"}const CB=["tomato","red","ruby","crimson","pink","plum","purple","violet","iris","indigo","blue","cyan","teal","jade","green","grass","brown","orange"],MB=["sky","mint","lime","yellow","amber"],TB=["gold","bronze"],AB=[...CB,...MB,...TB],OB="gray",IB=["mauve","slate","sage","olive","sand"],PB=[OB,...IB];function jB(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 kB=["inherit","light","dark"],RB=[...AB,"gray"],NB=[...PB,"auto"],DB=["solid","translucent"],$B=["none","small","medium","large","full"],BB=["90%","95%","100%","105%","110%"],jr={hasBackground:{type:"boolean",default:!0},appearance:{type:"enum",values:kB,default:"inherit"},accentColor:{type:"enum",values:RB,default:"indigo"},grayColor:{type:"enum",values:NB,default:"auto"},panelBackground:{type:"enum",values:DB,default:"translucent"},radius:{type:"enum",values:$B,default:"medium"},scaling:{type:"enum",values:BB,default:"100%"}};function $6(e){return e==="gray"?"gray":jB(e)}const so=()=>{},Hu=I.createContext(void 0);function LB(){const e=I.useContext(Hu);if(e===void 0)throw new Error("`useThemeContext` must be used within a `Theme`");return e}const Ll=I.forwardRef((e,t)=>I.useContext(Hu)===void 0?I.createElement(SB,null,I.createElement(EB,{dir:"ltr"},I.createElement(B6,{...e,ref:t}))):I.createElement(g0,{...e,ref:t}));Ll.displayName="Theme";const B6=I.forwardRef((e,t)=>{const{appearance:r=jr.appearance.default,accentColor:n=jr.accentColor.default,grayColor:i=jr.grayColor.default,panelBackground:s=jr.panelBackground.default,radius:o=jr.radius.default,scaling:a=jr.scaling.default,hasBackground:c=jr.hasBackground.default,...u}=e,[l,f]=I.useState(r);I.useEffect(()=>f(r),[r]);const[h,y]=I.useState(n);I.useEffect(()=>y(n),[n]);const[b,_]=I.useState(i);I.useEffect(()=>_(i),[i]);const[A,P]=I.useState(s);I.useEffect(()=>P(s),[s]);const[R,N]=I.useState(o);I.useEffect(()=>N(o),[o]);const[F,L]=I.useState(a);I.useEffect(()=>L(a),[a]);const G=I.memo(({appearance:J})=>I.createElement("script",{dangerouslySetInnerHTML:{__html:`!(function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');d.style.colorScheme='${J}';c.add('${J}');}catch(e){}})();`}}),()=>!0);G.displayName="ExplicitRootAppearanceScript",I.useEffect(()=>FB(r),[r]);const q=b==="auto"?$6(h):b;return I.createElement(I.Fragment,null,l!=="inherit"&&I.createElement(G,{appearance:l}),c&&I.createElement("style",{dangerouslySetInnerHTML:{__html:`
|
|
49
54
|
:root, .light, .light-theme { --color-page-background: white; }
|
|
50
55
|
.dark, .dark-theme { --color-page-background: var(--${q}-1); }
|
|
51
56
|
body { background-color: var(--color-page-background); }
|
|
52
|
-
`}}),O.createElement(h0,{...u,ref:t,isRoot:!0,hasBackground:c,appearance:l,accentColor:h,grayColor:_,panelBackground:A,radius:P,scaling:F,onAppearanceChange:f,onAccentColorChange:y,onGrayColorChange:w,onPanelBackgroundChange:I,onRadiusChange:N,onScalingChange:L}))});X4.displayName="ThemeRoot";const h0=O.forwardRef((e,t)=>{var r,n,i,s,o,a;const c=O.useContext(Tu),{asChild:u,isRoot:l,hasBackground:f,appearance:h=(r=c==null?void 0:c.appearance)!==null&&r!==void 0?r:kr.appearance.default,accentColor:y=(n=c==null?void 0:c.accentColor)!==null&&n!==void 0?n:kr.accentColor.default,grayColor:_=(i=c==null?void 0:c.resolvedGrayColor)!==null&&i!==void 0?i:kr.grayColor.default,panelBackground:w=(s=c==null?void 0:c.panelBackground)!==null&&s!==void 0?s:kr.panelBackground.default,radius:A=(o=c==null?void 0:c.radius)!==null&&o!==void 0?o:kr.radius.default,scaling:I=(a=c==null?void 0:c.scaling)!==null&&a!==void 0?a:kr.scaling.default,onAppearanceChange:P=Ws,onAccentColorChange:N=Ws,onGrayColorChange:F=Ws,onPanelBackgroundChange:L=Ws,onRadiusChange:H=Ws,onScalingChange:q=Ws,...X}=e,re=u?xi:"div",ae=_==="auto"?K4(y):_,oe=e.appearance!==void 0&&e.appearance!=="inherit",V=e.grayColor!==void 0,$=!l&&(f===!0||f!==!1&&(oe||V));return O.createElement(Tu.Provider,{value:O.useMemo(()=>({appearance:h,accentColor:y,grayColor:_,resolvedGrayColor:ae,panelBackground:w,radius:A,scaling:I,onAppearanceChange:P,onAccentColorChange:N,onGrayColorChange:F,onPanelBackgroundChange:L,onRadiusChange:H,onScalingChange:q}),[h,y,_,ae,w,A,I,P,N,F,L,H,q])},O.createElement(re,{"data-is-root-theme":l?"true":"false","data-accent-color":y,"data-gray-color":ae,"data-has-background":$?"true":"false","data-panel-background":w,"data-radius":A,"data-scaling":I,ref:t,...X,className:Xt("radix-themes",{light:!l&&h==="light",dark:!l&&h==="dark"},X.className)}))});h0.displayName="ThemeImpl";function VR(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 cc={type:"enum",values:kr.accentColor.values,default:void 0},ul={type:"boolean",default:void 0};function wt(e,t="",r){var n,i,s,o;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("-"),f=t===""?"":"-",h=l?`-${t}`:t,y=l?u==null?void 0:u.substring(1):u;if(y===void 0)continue;const _=(i=r==null?void 0:r[y])!==null&&i!==void 0?i:y,w=c==="initial"?`${h}${f}${_}`:`${c}:${h}${f}${_}`;a.push(w)}}if(typeof e=="string"){const c=e.startsWith("-"),u=t===""?"":"-",l=c?`-${t}`:t,f=c?e.substring(1):e,h=(s=r==null?void 0:r[f])!==null&&s!==void 0?s:f;a.push(`${l}${u}${h}`)}if(typeof e=="boolean"){const c=t===""?"":"-",u=e.toString(),l=(o=r==null?void 0:r[u])!==null&&o!==void 0?o:u;a.push(`${t}${c}${l}`)}return a.join(" ")}const ds=["0","1","2","3","4","5","6","7","8","9"],qR={p:{type:"enum",values:ds,default:void 0,responsive:!0},px:{type:"enum",values:ds,default:void 0,responsive:!0},py:{type:"enum",values:ds,default:void 0,responsive:!0},pt:{type:"enum",values:ds,default:void 0,responsive:!0},pr:{type:"enum",values:ds,default:void 0,responsive:!0},pb:{type:"enum",values:ds,default:void 0,responsive:!0},pl:{type:"enum",values:ds,default:void 0,responsive:!0}};function GR(e){const{p:t=br.p.default,px:r=br.px.default,py:n=br.py.default,pt:i=br.pt.default,pr:s=br.pr.default,pb:o=br.pb.default,pl:a=br.pl.default,...c}=e;return{p:t,px:r,py:n,pt:i,pr:s,pb:o,pl:a,rest:c}}function HR(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 WR=["static","relative","absolute","fixed","sticky"],oa=["auto","0","50%","100%"],vm=["auto","min-content","max-content","100%","0","1","2","3","4","5","6","7","8","9"],KR=["0","1"],XR=["0","1"],br={...qR,position:{type:"enum",values:WR,default:void 0,responsive:!0},inset:{type:"enum",values:oa,default:void 0,responsive:!0},top:{type:"enum",values:oa,default:void 0,responsive:!0},right:{type:"enum",values:oa,default:void 0,responsive:!0},bottom:{type:"enum",values:oa,default:void 0,responsive:!0},left:{type:"enum",values:oa,default:void 0,responsive:!0},width:{type:"enum",values:vm,default:void 0,responsive:!0},height:{type:"enum",values:vm,default:void 0,responsive:!0},shrink:{type:"enum",values:KR,default:void 0,responsive:!0},grow:{type:"enum",values:XR,default:void 0,responsive:!0}};function YR(e){const{rest:t,...r}=GR(e),{position:n=br.position.default,width:i=br.width.default,height:s=br.height.default,inset:o=br.inset.default,top:a=br.top.default,bottom:c=br.bottom.default,left:u=br.left.default,right:l=br.right.default,shrink:f=br.shrink.default,grow:h=br.grow.default,...y}=t;return{...r,position:n,width:i,height:s,inset:o,top:a,bottom:c,left:u,right:l,shrink:f,grow:h,rest:y}}function JR(e){return[HR(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 hs=["auto","0","1","2","3","4","5","6","7","8","9","-1","-2","-3","-4","-5","-6","-7","-8","-9"],ps={m:{type:"enum",values:hs,default:void 0,responsive:!0},mx:{type:"enum",values:hs,default:void 0,responsive:!0},my:{type:"enum",values:hs,default:void 0,responsive:!0},mt:{type:"enum",values:hs,default:void 0,responsive:!0},mr:{type:"enum",values:hs,default:void 0,responsive:!0},mb:{type:"enum",values:hs,default:void 0,responsive:!0},ml:{type:"enum",values:hs,default:void 0,responsive:!0}};function zo(e){const{m:t=ps.m.default,mx:r=ps.mx.default,my:n=ps.my.default,mt:i=ps.mt.default,mr:s=ps.mr.default,mb:o=ps.mb.default,ml:a=ps.ml.default,...c}=e;return{m:t,mx:r,my:n,mt:i,mr:s,mb:o,ml:a,rest:c}}function Vo(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 p0={type:"enum",values:kr.radius.values,default:void 0},ZR=["none","inline-flex","flex"],QR=["row","column","row-reverse","column-reverse"],eN=["start","center","end","baseline","stretch"],tN=["start","center","end","between"],rN=["nowrap","wrap","wrap-reverse"],nN=["0","1","2","3","4","5","6","7","8","9"],Ks={display:{type:"enum",values:ZR,default:"flex",responsive:!0},direction:{type:"enum",values:QR,default:void 0,responsive:!0},align:{type:"enum",values:eN,default:void 0,responsive:!0},justify:{type:"enum",values:tN,default:"start",responsive:!0},wrap:{type:"enum",values:rN,default:void 0,responsive:!0},gap:{type:"enum",values:nN,default:void 0,responsive:!0}},Y4=O.forwardRef((e,t)=>{const{rest:r,...n}=zo(e),{rest:i,...s}=YR(r),{className:o,asChild:a,display:c=Ks.display.default,direction:u=Ks.direction.default,align:l=Ks.align.default,justify:f=Ks.justify.default,wrap:h=Ks.wrap.default,gap:y=Ks.gap.default,..._}=i,w=a?xi:"div";return O.createElement(w,{..._,ref:t,className:Xt("rt-Flex",o,wt(c,"rt-r-display"),wt(u,"rt-r-fd"),wt(l,"rt-r-ai"),wt(f,"rt-r-jc",{between:"space-between"}),wt(h,"rt-r-fw"),wt(y,"rt-r-gap"),JR(s),Vo(n))})});Y4.displayName="Flex";function J4(e){const t=O.useRef({value:e,previous:e});return O.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var m0="Checkbox",[iN,ZW]=Bo(m0),[sN,oN]=iN(m0),Z4=O.forwardRef((e,t)=>{const{__scopeCheckbox:r,name:n,checked:i,defaultChecked:s,required:o,disabled:a,value:c="on",onCheckedChange:u,form:l,...f}=e,[h,y]=O.useState(null),_=Jt(t,F=>y(F)),w=O.useRef(!1),A=h?l||!!h.closest("form"):!0,[I=!1,P]=ac({prop:i,defaultProp:s,onChange:u}),N=O.useRef(I);return O.useEffect(()=>{const F=h==null?void 0:h.form;if(F){const L=()=>P(N.current);return F.addEventListener("reset",L),()=>F.removeEventListener("reset",L)}},[h,P]),b.jsxs(sN,{scope:r,state:I,disabled:a,children:[b.jsx(Gt.button,{type:"button",role:"checkbox","aria-checked":Hi(I)?"mixed":I,"aria-required":o,"data-state":tx(I),"data-disabled":a?"":void 0,disabled:a,value:c,...f,ref:_,onKeyDown:rt(e.onKeyDown,F=>{F.key==="Enter"&&F.preventDefault()}),onClick:rt(e.onClick,F=>{P(L=>Hi(L)?!0:!L),A&&(w.current=F.isPropagationStopped(),w.current||F.stopPropagation())})}),A&&b.jsx(aN,{control:h,bubbles:!w.current,name:n,value:c,checked:I,required:o,disabled:a,form:l,style:{transform:"translateX(-100%)"},defaultChecked:Hi(s)?!1:s})]})});Z4.displayName=m0;var Q4="CheckboxIndicator",ex=O.forwardRef((e,t)=>{const{__scopeCheckbox:r,forceMount:n,...i}=e,s=oN(Q4,r);return b.jsx(Mn,{present:n||Hi(s.state)||s.state===!0,children:b.jsx(Gt.span,{"data-state":tx(s.state),"data-disabled":s.disabled?"":void 0,...i,ref:t,style:{pointerEvents:"none",...e.style}})})});ex.displayName=Q4;var aN=e=>{const{control:t,checked:r,bubbles:n=!0,defaultChecked:i,...s}=e,o=O.useRef(null),a=J4(r),c=c0(t);O.useEffect(()=>{const l=o.current,f=window.HTMLInputElement.prototype,y=Object.getOwnPropertyDescriptor(f,"checked").set;if(a!==r&&y){const _=new Event("click",{bubbles:n});l.indeterminate=Hi(r),y.call(l,Hi(r)?!1:r),l.dispatchEvent(_)}},[a,r,n]);const u=O.useRef(Hi(r)?!1:r);return b.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:i??u.current,...s,tabIndex:-1,ref:o,style:{...e.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function Hi(e){return e==="indeterminate"}function tx(e){return Hi(e)?"indeterminate":e?"checked":"unchecked"}var cN=Z4,uN=ex;const lN=["1","2","3"],fN=["classic","surface","soft"],Sc={size:{type:"enum",values:lN,default:"2",responsive:!0},variant:{type:"enum",values:fN,default:"surface"},color:cc,highContrast:ul},ll=O.forwardRef(({color:e="currentColor",...t},r)=>O.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},O.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"})));ll.displayName="ThickCheckIcon";const dN=O.forwardRef(({color:e="currentColor",...t},r)=>O.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},O.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"})));dN.displayName="ChevronDownIcon";const rx=O.forwardRef(({color:e="currentColor",...t},r)=>O.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},O.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"})));rx.displayName="ThickChevronRightIcon";const hN=O.forwardRef(({color:e="currentColor",...t},r)=>O.createElement("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,ref:r},O.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"})));hN.displayName="InfoCircledIcon";const fl=O.forwardRef((e,t)=>{const{rest:r,...n}=zo(e),{className:i,style:s,size:o=Sc.size.default,variant:a=Sc.variant.default,color:c=Sc.color.default,highContrast:u=Sc.highContrast.default,...l}=r;return O.createElement("span",{className:Xt("rt-CheckboxRoot",i,wt(o,"rt-r-size"),Vo(n)),style:s},O.createElement(cN,{"data-accent-color":c,...l,ref:t,className:Xt("rt-reset","rt-CheckboxButton",`rt-variant-${a}`,{"rt-high-contrast":u})},O.createElement(uN,{className:"rt-CheckboxIndicator"},O.createElement(ll,{className:"rt-CheckboxIndicatorIcon"}))))});fl.displayName="Checkbox";function pN(e,t=[]){let r=[];function n(s,o){const a=O.createContext(o),c=r.length;r=[...r,o];function u(f){const{scope:h,children:y,..._}=f,w=(h==null?void 0:h[e][c])||a,A=O.useMemo(()=>_,Object.values(_));return b.jsx(w.Provider,{value:A,children:y})}function l(f,h){const y=(h==null?void 0:h[e][c])||a,_=O.useContext(y);if(_)return _;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return u.displayName=s+"Provider",[u,l]}const i=()=>{const s=r.map(o=>O.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return O.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,mN(i,...t)]}function mN(...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(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return O.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}function nx(e){const t=e+"CollectionProvider",[r,n]=pN(t),[i,s]=r(t,{collectionRef:{current:null},itemMap:new Map}),o=y=>{const{scope:_,children:w}=y,A=ie.useRef(null),I=ie.useRef(new Map).current;return b.jsx(i,{scope:_,itemMap:I,collectionRef:A,children:w})};o.displayName=t;const a=e+"CollectionSlot",c=ie.forwardRef((y,_)=>{const{scope:w,children:A}=y,I=s(a,w),P=Jt(_,I.collectionRef);return b.jsx(xi,{ref:P,children:A})});c.displayName=a;const u=e+"CollectionItemSlot",l="data-radix-collection-item",f=ie.forwardRef((y,_)=>{const{scope:w,children:A,...I}=y,P=ie.useRef(null),N=Jt(_,P),F=s(u,w);return ie.useEffect(()=>(F.itemMap.set(P,{ref:P,...I}),()=>void F.itemMap.delete(P))),b.jsx(xi,{[l]:"",ref:N,children:A})});f.displayName=u;function h(y){const _=s(e+"CollectionConsumer",y);return ie.useCallback(()=>{const A=_.collectionRef.current;if(!A)return[];const I=Array.from(A.querySelectorAll(`[${l}]`));return Array.from(_.itemMap.values()).sort((F,L)=>I.indexOf(F.ref.current)-I.indexOf(L.ref.current))},[_.collectionRef,_.itemMap])}return[{Provider:o,Slot:c,ItemSlot:f},h,n]}function gN(e,t=[]){let r=[];function n(s,o){const a=O.createContext(o),c=r.length;r=[...r,o];function u(f){const{scope:h,children:y,..._}=f,w=(h==null?void 0:h[e][c])||a,A=O.useMemo(()=>_,Object.values(_));return b.jsx(w.Provider,{value:A,children:y})}function l(f,h){const y=(h==null?void 0:h[e][c])||a,_=O.useContext(y);if(_)return _;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return u.displayName=s+"Provider",[u,l]}const i=()=>{const s=r.map(o=>O.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return O.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,vN(i,...t)]}function vN(...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(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return O.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}var sf="rovingFocusGroup.onEntryFocus",yN={bubbles:!1,cancelable:!0},dl="RovingFocusGroup",[yd,ix,bN]=nx(dl),[wN,sx]=gN(dl,[bN]),[_N,xN]=wN(dl),ox=O.forwardRef((e,t)=>b.jsx(yd.Provider,{scope:e.__scopeRovingFocusGroup,children:b.jsx(yd.Slot,{scope:e.__scopeRovingFocusGroup,children:b.jsx(SN,{...e,ref:t})})}));ox.displayName=dl;var SN=O.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,orientation:n,loop:i=!1,dir:s,currentTabStopId:o,defaultCurrentTabStopId:a,onCurrentTabStopIdChange:c,onEntryFocus:u,preventScrollOnEntryFocus:l=!1,...f}=e,h=O.useRef(null),y=Jt(t,h),_=d0(s),[w=null,A]=ac({prop:o,defaultProp:a,onChange:c}),[I,P]=O.useState(!1),N=pr(u),F=ix(r),L=O.useRef(!1),[H,q]=O.useState(0);return O.useEffect(()=>{const X=h.current;if(X)return X.addEventListener(sf,N),()=>X.removeEventListener(sf,N)},[N]),b.jsx(_N,{scope:r,orientation:n,dir:_,loop:i,currentTabStopId:w,onItemFocus:O.useCallback(X=>A(X),[A]),onItemShiftTab:O.useCallback(()=>P(!0),[]),onFocusableItemAdd:O.useCallback(()=>q(X=>X+1),[]),onFocusableItemRemove:O.useCallback(()=>q(X=>X-1),[]),children:b.jsx(Gt.div,{tabIndex:I||H===0?-1:0,"data-orientation":n,...f,ref:y,style:{outline:"none",...e.style},onMouseDown:rt(e.onMouseDown,()=>{L.current=!0}),onFocus:rt(e.onFocus,X=>{const re=!L.current;if(X.target===X.currentTarget&&re&&!I){const ae=new CustomEvent(sf,yN);if(X.currentTarget.dispatchEvent(ae),!ae.defaultPrevented){const oe=F().filter(m=>m.focusable),V=oe.find(m=>m.active),$=oe.find(m=>m.id===w),d=[V,$,...oe].filter(Boolean).map(m=>m.ref.current);ux(d,l)}}L.current=!1}),onBlur:rt(e.onBlur,()=>P(!1))})})}),ax="RovingFocusGroupItem",cx=O.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,focusable:n=!0,active:i=!1,tabStopId:s,...o}=e,a=Ua(),c=s||a,u=xN(ax,r),l=u.currentTabStopId===c,f=ix(r),{onFocusableItemAdd:h,onFocusableItemRemove:y}=u;return O.useEffect(()=>{if(n)return h(),()=>y()},[n,h,y]),b.jsx(yd.ItemSlot,{scope:r,id:c,focusable:n,active:i,children:b.jsx(Gt.span,{tabIndex:l?0:-1,"data-orientation":u.orientation,...o,ref:t,onMouseDown:rt(e.onMouseDown,_=>{n?u.onItemFocus(c):_.preventDefault()}),onFocus:rt(e.onFocus,()=>u.onItemFocus(c)),onKeyDown:rt(e.onKeyDown,_=>{if(_.key==="Tab"&&_.shiftKey){u.onItemShiftTab();return}if(_.target!==_.currentTarget)return;const w=CN(_,u.orientation,u.dir);if(w!==void 0){if(_.metaKey||_.ctrlKey||_.altKey||_.shiftKey)return;_.preventDefault();let I=f().filter(P=>P.focusable).map(P=>P.ref.current);if(w==="last")I.reverse();else if(w==="prev"||w==="next"){w==="prev"&&I.reverse();const P=I.indexOf(_.currentTarget);I=u.loop?AN(I,P+1):I.slice(P+1)}setTimeout(()=>ux(I))}})})})});cx.displayName=ax;var EN={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function MN(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function CN(e,t,r){const n=MN(e.key,r);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(n))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(n)))return EN[n]}function ux(e,t=!1){const r=document.activeElement;for(const n of e)if(n===r||(n.focus({preventScroll:t}),document.activeElement!==r))return}function AN(e,t){return e.map((r,n)=>e[(t+n)%e.length])}var TN=ox,ON=cx;function IN(e,[t,r]){return Math.min(r,Math.max(t,e))}var of=0;function kN(){O.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??ym()),document.body.insertAdjacentElement("beforeend",e[1]??ym()),of++,()=>{of===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),of--}},[])}function ym(){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 af="focusScope.autoFocusOnMount",cf="focusScope.autoFocusOnUnmount",bm={bubbles:!1,cancelable:!0},jN="FocusScope",lx=O.forwardRef((e,t)=>{const{loop:r=!1,trapped:n=!1,onMountAutoFocus:i,onUnmountAutoFocus:s,...o}=e,[a,c]=O.useState(null),u=pr(i),l=pr(s),f=O.useRef(null),h=Jt(t,w=>c(w)),y=O.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;O.useEffect(()=>{if(n){let w=function(N){if(y.paused||!a)return;const F=N.target;a.contains(F)?f.current=F:$i(f.current,{select:!0})},A=function(N){if(y.paused||!a)return;const F=N.relatedTarget;F!==null&&(a.contains(F)||$i(f.current,{select:!0}))},I=function(N){if(document.activeElement===document.body)for(const L of N)L.removedNodes.length>0&&$i(a)};document.addEventListener("focusin",w),document.addEventListener("focusout",A);const P=new MutationObserver(I);return a&&P.observe(a,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",A),P.disconnect()}}},[n,a,y.paused]),O.useEffect(()=>{if(a){_m.add(y);const w=document.activeElement;if(!a.contains(w)){const I=new CustomEvent(af,bm);a.addEventListener(af,u),a.dispatchEvent(I),I.defaultPrevented||(PN(BN(fx(a)),{select:!0}),document.activeElement===w&&$i(a))}return()=>{a.removeEventListener(af,u),setTimeout(()=>{const I=new CustomEvent(cf,bm);a.addEventListener(cf,l),a.dispatchEvent(I),I.defaultPrevented||$i(w??document.body,{select:!0}),a.removeEventListener(cf,l),_m.remove(y)},0)}}},[a,u,l,y]);const _=O.useCallback(w=>{if(!r&&!n||y.paused)return;const A=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,I=document.activeElement;if(A&&I){const P=w.currentTarget,[N,F]=RN(P);N&&F?!w.shiftKey&&I===F?(w.preventDefault(),r&&$i(N,{select:!0})):w.shiftKey&&I===N&&(w.preventDefault(),r&&$i(F,{select:!0})):I===P&&w.preventDefault()}},[r,n,y.paused]);return b.jsx(Gt.div,{tabIndex:-1,...o,ref:h,onKeyDown:_})});lx.displayName=jN;function PN(e,{select:t=!1}={}){const r=document.activeElement;for(const n of e)if($i(n,{select:t}),document.activeElement!==r)return}function RN(e){const t=fx(e),r=wm(t,e),n=wm(t.reverse(),e);return[r,n]}function fx(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 wm(e,t){for(const r of e)if(!NN(r,{upTo:t}))return r}function NN(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 DN(e){return e instanceof HTMLInputElement&&"select"in e}function $i(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&DN(e)&&t&&e.select()}}var _m=$N();function $N(){let e=[];return{add(t){const r=e[0];t!==r&&(r==null||r.pause()),e=xm(e,t),e.unshift(t)},remove(t){var r;e=xm(e,t),(r=e[0])==null||r.resume()}}}function xm(e,t){const r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}function BN(e){return e.filter(t=>t.tagName!=="A")}var LN=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},Xs=new WeakMap,Ec=new WeakMap,Mc={},uf=0,dx=function(e){return e&&(e.host||dx(e.parentNode))},UN=function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=dx(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})},FN=function(e,t,r,n){var i=UN(t,Array.isArray(e)?e:[e]);Mc[r]||(Mc[r]=new WeakMap);var s=Mc[r],o=[],a=new Set,c=new Set(i),u=function(f){!f||a.has(f)||(a.add(f),u(f.parentNode))};i.forEach(u);var l=function(f){!f||c.has(f)||Array.prototype.forEach.call(f.children,function(h){if(a.has(h))l(h);else try{var y=h.getAttribute(n),_=y!==null&&y!=="false",w=(Xs.get(h)||0)+1,A=(s.get(h)||0)+1;Xs.set(h,w),s.set(h,A),o.push(h),w===1&&_&&Ec.set(h,!0),A===1&&h.setAttribute(r,"true"),_||h.setAttribute(n,"true")}catch(I){console.error("aria-hidden: cannot operate on ",h,I)}})};return l(t),a.clear(),uf++,function(){o.forEach(function(f){var h=Xs.get(f)-1,y=s.get(f)-1;Xs.set(f,h),s.set(f,y),h||(Ec.has(f)||f.removeAttribute(n),Ec.delete(f)),y||f.removeAttribute(r)}),uf--,uf||(Xs=new WeakMap,Xs=new WeakMap,Ec=new WeakMap,Mc={})}},zN=function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),i=t||LN(e);return i?(n.push.apply(n,Array.from(i.querySelectorAll("[aria-live]"))),FN(n,i,r,"aria-hidden")):function(){return null}},Ln=function(){return Ln=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(t[s]=r[s])}return t},Ln.apply(this,arguments)};function hx(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 VN(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,s;n<i;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||Array.prototype.slice.call(t))}var Gc="right-scroll-bar-position",Hc="width-before-scroll-bar",qN="with-scroll-bars-hidden",GN="--removed-body-scroll-bar-size";function lf(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function HN(e,t){var r=ie.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 WN=typeof window<"u"?O.useLayoutEffect:O.useEffect,Sm=new WeakMap;function KN(e,t){var r=HN(t||null,function(n){return e.forEach(function(i){return lf(i,n)})});return WN(function(){var n=Sm.get(r);if(n){var i=new Set(n),s=new Set(e),o=r.current;i.forEach(function(a){s.has(a)||lf(a,null)}),s.forEach(function(a){i.has(a)||lf(a,o)})}Sm.set(r,e)},[e]),r}function XN(e){return e}function YN(e,t){t===void 0&&(t=XN);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(s){var o=t(s,n);return r.push(o),function(){r=r.filter(function(a){return a!==o})}},assignSyncMedium:function(s){for(n=!0;r.length;){var o=r;r=[],o.forEach(s)}r={push:function(a){return s(a)},filter:function(){return r}}},assignMedium:function(s){n=!0;var o=[];if(r.length){var a=r;r=[],a.forEach(s),o=r}var c=function(){var l=o;o=[],l.forEach(s)},u=function(){return Promise.resolve().then(c)};u(),r={push:function(l){o.push(l),u()},filter:function(l){return o=o.filter(l),r}}}};return i}function JN(e){e===void 0&&(e={});var t=YN(null);return t.options=Ln({async:!0,ssr:!1},e),t}var px=function(e){var t=e.sideCar,r=hx(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 O.createElement(n,Ln({},r))};px.isSideCarExport=!0;function ZN(e,t){return e.useMedium(t),px}var mx=JN(),ff=function(){},hl=O.forwardRef(function(e,t){var r=O.useRef(null),n=O.useState({onScrollCapture:ff,onWheelCapture:ff,onTouchMoveCapture:ff}),i=n[0],s=n[1],o=e.forwardProps,a=e.children,c=e.className,u=e.removeScrollBar,l=e.enabled,f=e.shards,h=e.sideCar,y=e.noIsolation,_=e.inert,w=e.allowPinchZoom,A=e.as,I=A===void 0?"div":A,P=e.gapMode,N=hx(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),F=h,L=KN([r,t]),H=Ln(Ln({},N),i);return O.createElement(O.Fragment,null,l&&O.createElement(F,{sideCar:mx,removeScrollBar:u,shards:f,noIsolation:y,inert:_,setCallbacks:s,allowPinchZoom:!!w,lockRef:r,gapMode:P}),o?O.cloneElement(O.Children.only(a),Ln(Ln({},H),{ref:L})):O.createElement(I,Ln({},H,{className:c,ref:L}),a))});hl.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};hl.classNames={fullWidth:Hc,zeroRight:Gc};var Em,QN=function(){if(Em)return Em;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function eD(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=QN();return t&&e.setAttribute("nonce",t),e}function tD(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function rD(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var nD=function(){var e=0,t=null;return{add:function(r){e==0&&(t=eD())&&(tD(t,r),rD(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},iD=function(){var e=nD();return function(t,r){O.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},gx=function(){var e=iD(),t=function(r){var n=r.styles,i=r.dynamic;return e(n,i),null};return t},sD={left:0,top:0,right:0,gap:0},df=function(e){return parseInt(e||"",10)||0},oD=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[df(r),df(n),df(i)]},aD=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return sD;var t=oD(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])}},cD=gx(),wo="data-scroll-locked",uD=function(e,t,r,n){var i=e.left,s=e.top,o=e.right,a=e.gap;return r===void 0&&(r="margin"),`
|
|
53
|
-
.`.concat(
|
|
57
|
+
`}}),I.createElement(g0,{...u,ref:t,isRoot:!0,hasBackground:c,appearance:l,accentColor:h,grayColor:b,panelBackground:A,radius:R,scaling:F,onAppearanceChange:f,onAccentColorChange:y,onGrayColorChange:_,onPanelBackgroundChange:P,onRadiusChange:N,onScalingChange:L}))});B6.displayName="ThemeRoot";const g0=I.forwardRef((e,t)=>{var r,n,i,s,o,a;const c=I.useContext(Hu),{asChild:u,isRoot:l,hasBackground:f,appearance:h=(r=c==null?void 0:c.appearance)!==null&&r!==void 0?r:jr.appearance.default,accentColor:y=(n=c==null?void 0:c.accentColor)!==null&&n!==void 0?n:jr.accentColor.default,grayColor:b=(i=c==null?void 0:c.resolvedGrayColor)!==null&&i!==void 0?i:jr.grayColor.default,panelBackground:_=(s=c==null?void 0:c.panelBackground)!==null&&s!==void 0?s:jr.panelBackground.default,radius:A=(o=c==null?void 0:c.radius)!==null&&o!==void 0?o:jr.radius.default,scaling:P=(a=c==null?void 0:c.scaling)!==null&&a!==void 0?a:jr.scaling.default,onAppearanceChange:R=so,onAccentColorChange:N=so,onGrayColorChange:F=so,onPanelBackgroundChange:L=so,onRadiusChange:G=so,onScalingChange:q=so,...J}=e,ne=u?ki:"div",ae=b==="auto"?$6(y):b,ce=e.appearance!==void 0&&e.appearance!=="inherit",V=e.grayColor!==void 0,$=!l&&(f===!0||f!==!1&&(ce||V));return I.createElement(Hu.Provider,{value:I.useMemo(()=>({appearance:h,accentColor:y,grayColor:b,resolvedGrayColor:ae,panelBackground:_,radius:A,scaling:P,onAppearanceChange:R,onAccentColorChange:N,onGrayColorChange:F,onPanelBackgroundChange:L,onRadiusChange:G,onScalingChange:q}),[h,y,b,ae,_,A,P,R,N,F,L,G,q])},I.createElement(ne,{"data-is-root-theme":l?"true":"false","data-accent-color":y,"data-gray-color":ae,"data-has-background":$?"true":"false","data-panel-background":_,"data-radius":A,"data-scaling":P,ref:t,...J,className:Xt("radix-themes",{light:!l&&h==="light",dark:!l&&h==="dark"},J.className)}))});g0.displayName="ThemeImpl";function FB(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 Sc={type:"enum",values:jr.accentColor.values,default:void 0},Fl={type:"boolean",default:void 0};function _t(e,t="",r){var n,i,s,o;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("-"),f=t===""?"":"-",h=l?`-${t}`:t,y=l?u==null?void 0:u.substring(1):u;if(y===void 0)continue;const b=(i=r==null?void 0:r[y])!==null&&i!==void 0?i:y,_=c==="initial"?`${h}${f}${b}`:`${c}:${h}${f}${b}`;a.push(_)}}if(typeof e=="string"){const c=e.startsWith("-"),u=t===""?"":"-",l=c?`-${t}`:t,f=c?e.substring(1):e,h=(s=r==null?void 0:r[f])!==null&&s!==void 0?s:f;a.push(`${l}${u}${h}`)}if(typeof e=="boolean"){const c=t===""?"":"-",u=e.toString(),l=(o=r==null?void 0:r[u])!==null&&o!==void 0?o:u;a.push(`${t}${c}${l}`)}return a.join(" ")}const Ss=["0","1","2","3","4","5","6","7","8","9"],UB={p:{type:"enum",values:Ss,default:void 0,responsive:!0},px:{type:"enum",values:Ss,default:void 0,responsive:!0},py:{type:"enum",values:Ss,default:void 0,responsive:!0},pt:{type:"enum",values:Ss,default:void 0,responsive:!0},pr:{type:"enum",values:Ss,default:void 0,responsive:!0},pb:{type:"enum",values:Ss,default:void 0,responsive:!0},pl:{type:"enum",values:Ss,default:void 0,responsive:!0}};function zB(e){const{p:t=wr.p.default,px:r=wr.px.default,py:n=wr.py.default,pt:i=wr.pt.default,pr:s=wr.pr.default,pb:o=wr.pb.default,pl:a=wr.pl.default,...c}=e;return{p:t,px:r,py:n,pt:i,pr:s,pb:o,pl:a,rest:c}}function VB(e){return[_t(e.p,"rt-r-p"),_t(e.px,"rt-r-px"),_t(e.py,"rt-r-py"),_t(e.pt,"rt-r-pt"),_t(e.pr,"rt-r-pr"),_t(e.pb,"rt-r-pb"),_t(e.pl,"rt-r-pl")].filter(Boolean).join(" ")}const qB=["static","relative","absolute","fixed","sticky"],wa=["auto","0","50%","100%"],$g=["auto","min-content","max-content","100%","0","1","2","3","4","5","6","7","8","9"],WB=["0","1"],GB=["0","1"],wr={...UB,position:{type:"enum",values:qB,default:void 0,responsive:!0},inset:{type:"enum",values:wa,default:void 0,responsive:!0},top:{type:"enum",values:wa,default:void 0,responsive:!0},right:{type:"enum",values:wa,default:void 0,responsive:!0},bottom:{type:"enum",values:wa,default:void 0,responsive:!0},left:{type:"enum",values:wa,default:void 0,responsive:!0},width:{type:"enum",values:$g,default:void 0,responsive:!0},height:{type:"enum",values:$g,default:void 0,responsive:!0},shrink:{type:"enum",values:WB,default:void 0,responsive:!0},grow:{type:"enum",values:GB,default:void 0,responsive:!0}};function HB(e){const{rest:t,...r}=zB(e),{position:n=wr.position.default,width:i=wr.width.default,height:s=wr.height.default,inset:o=wr.inset.default,top:a=wr.top.default,bottom:c=wr.bottom.default,left:u=wr.left.default,right:l=wr.right.default,shrink:f=wr.shrink.default,grow:h=wr.grow.default,...y}=t;return{...r,position:n,width:i,height:s,inset:o,top:a,bottom:c,left:u,right:l,shrink:f,grow:h,rest:y}}function KB(e){return[VB(e),_t(e.position,"rt-r-position"),_t(e.shrink,"rt-r-fs"),_t(e.grow,"rt-r-fg"),_t(e.width,"rt-r-w"),_t(e.height,"rt-r-h"),_t(e.inset,"rt-r-inset"),_t(e.top,"rt-r-top"),_t(e.bottom,"rt-r-bottom"),_t(e.left,"rt-r-left"),_t(e.right,"rt-r-right")].filter(Boolean).join(" ")}const Es=["auto","0","1","2","3","4","5","6","7","8","9","-1","-2","-3","-4","-5","-6","-7","-8","-9"],Cs={m:{type:"enum",values:Es,default:void 0,responsive:!0},mx:{type:"enum",values:Es,default:void 0,responsive:!0},my:{type:"enum",values:Es,default:void 0,responsive:!0},mt:{type:"enum",values:Es,default:void 0,responsive:!0},mr:{type:"enum",values:Es,default:void 0,responsive:!0},mb:{type:"enum",values:Es,default:void 0,responsive:!0},ml:{type:"enum",values:Es,default:void 0,responsive:!0}};function na(e){const{m:t=Cs.m.default,mx:r=Cs.mx.default,my:n=Cs.my.default,mt:i=Cs.mt.default,mr:s=Cs.mr.default,mb:o=Cs.mb.default,ml:a=Cs.ml.default,...c}=e;return{m:t,mx:r,my:n,mt:i,mr:s,mb:o,ml:a,rest:c}}function ia(e){return[_t(e.m,"rt-r-m"),_t(e.mx,"rt-r-mx"),_t(e.my,"rt-r-my"),_t(e.mt,"rt-r-mt"),_t(e.mr,"rt-r-mr"),_t(e.mb,"rt-r-mb"),_t(e.ml,"rt-r-ml")].filter(Boolean).join(" ")}const v0={type:"enum",values:jr.radius.values,default:void 0},JB=["none","inline-flex","flex"],XB=["row","column","row-reverse","column-reverse"],YB=["start","center","end","baseline","stretch"],ZB=["start","center","end","between"],QB=["nowrap","wrap","wrap-reverse"],eL=["0","1","2","3","4","5","6","7","8","9"],oo={display:{type:"enum",values:JB,default:"flex",responsive:!0},direction:{type:"enum",values:XB,default:void 0,responsive:!0},align:{type:"enum",values:YB,default:void 0,responsive:!0},justify:{type:"enum",values:ZB,default:"start",responsive:!0},wrap:{type:"enum",values:QB,default:void 0,responsive:!0},gap:{type:"enum",values:eL,default:void 0,responsive:!0}},L6=I.forwardRef((e,t)=>{const{rest:r,...n}=na(e),{rest:i,...s}=HB(r),{className:o,asChild:a,display:c=oo.display.default,direction:u=oo.direction.default,align:l=oo.align.default,justify:f=oo.justify.default,wrap:h=oo.wrap.default,gap:y=oo.gap.default,...b}=i,_=a?ki:"div";return I.createElement(_,{...b,ref:t,className:Xt("rt-Flex",o,_t(c,"rt-r-display"),_t(u,"rt-r-fd"),_t(l,"rt-r-ai"),_t(f,"rt-r-jc",{between:"space-between"}),_t(h,"rt-r-fw"),_t(y,"rt-r-gap"),KB(s),ia(n))})});L6.displayName="Flex";function F6(e){const t=I.useRef({value:e,previous:e});return I.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var y0="Checkbox",[tL,hX]=Qo(y0),[rL,nL]=tL(y0),U6=I.forwardRef((e,t)=>{const{__scopeCheckbox:r,name:n,checked:i,defaultChecked:s,required:o,disabled:a,value:c="on",onCheckedChange:u,form:l,...f}=e,[h,y]=I.useState(null),b=Zt(t,F=>y(F)),_=I.useRef(!1),A=h?l||!!h.closest("form"):!0,[P=!1,R]=xc({prop:i,defaultProp:s,onChange:u}),N=I.useRef(P);return I.useEffect(()=>{const F=h==null?void 0:h.form;if(F){const L=()=>R(N.current);return F.addEventListener("reset",L),()=>F.removeEventListener("reset",L)}},[h,R]),w.jsxs(rL,{scope:r,state:P,disabled:a,children:[w.jsx(Gt.button,{type:"button",role:"checkbox","aria-checked":is(P)?"mixed":P,"aria-required":o,"data-state":q6(P),"data-disabled":a?"":void 0,disabled:a,value:c,...f,ref:b,onKeyDown:rt(e.onKeyDown,F=>{F.key==="Enter"&&F.preventDefault()}),onClick:rt(e.onClick,F=>{R(L=>is(L)?!0:!L),A&&(_.current=F.isPropagationStopped(),_.current||F.stopPropagation())})}),A&&w.jsx(iL,{control:h,bubbles:!_.current,name:n,value:c,checked:P,required:o,disabled:a,form:l,style:{transform:"translateX(-100%)"},defaultChecked:is(s)?!1:s})]})});U6.displayName=y0;var z6="CheckboxIndicator",V6=I.forwardRef((e,t)=>{const{__scopeCheckbox:r,forceMount:n,...i}=e,s=nL(z6,r);return w.jsx(Rn,{present:n||is(s.state)||s.state===!0,children:w.jsx(Gt.span,{"data-state":q6(s.state),"data-disabled":s.disabled?"":void 0,...i,ref:t,style:{pointerEvents:"none",...e.style}})})});V6.displayName=z6;var iL=e=>{const{control:t,checked:r,bubbles:n=!0,defaultChecked:i,...s}=e,o=I.useRef(null),a=F6(r),c=f0(t);I.useEffect(()=>{const l=o.current,f=window.HTMLInputElement.prototype,y=Object.getOwnPropertyDescriptor(f,"checked").set;if(a!==r&&y){const b=new Event("click",{bubbles:n});l.indeterminate=is(r),y.call(l,is(r)?!1:r),l.dispatchEvent(b)}},[a,r,n]);const u=I.useRef(is(r)?!1:r);return w.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:i??u.current,...s,tabIndex:-1,ref:o,style:{...e.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function is(e){return e==="indeterminate"}function q6(e){return is(e)?"indeterminate":e?"checked":"unchecked"}var sL=U6,oL=V6;const aL=["1","2","3"],cL=["classic","surface","soft"],Bc={size:{type:"enum",values:aL,default:"2",responsive:!0},variant:{type:"enum",values:cL,default:"surface"},color:Sc,highContrast:Fl},Ul=I.forwardRef(({color:e="currentColor",...t},r)=>I.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},I.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"})));Ul.displayName="ThickCheckIcon";const uL=I.forwardRef(({color:e="currentColor",...t},r)=>I.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},I.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"})));uL.displayName="ChevronDownIcon";const W6=I.forwardRef(({color:e="currentColor",...t},r)=>I.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},I.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"})));W6.displayName="ThickChevronRightIcon";const lL=I.forwardRef(({color:e="currentColor",...t},r)=>I.createElement("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,ref:r},I.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"})));lL.displayName="InfoCircledIcon";const zl=I.forwardRef((e,t)=>{const{rest:r,...n}=na(e),{className:i,style:s,size:o=Bc.size.default,variant:a=Bc.variant.default,color:c=Bc.color.default,highContrast:u=Bc.highContrast.default,...l}=r;return I.createElement("span",{className:Xt("rt-CheckboxRoot",i,_t(o,"rt-r-size"),ia(n)),style:s},I.createElement(sL,{"data-accent-color":c,...l,ref:t,className:Xt("rt-reset","rt-CheckboxButton",`rt-variant-${a}`,{"rt-high-contrast":u})},I.createElement(oL,{className:"rt-CheckboxIndicator"},I.createElement(Ul,{className:"rt-CheckboxIndicatorIcon"}))))});zl.displayName="Checkbox";function fL(e,t=[]){let r=[];function n(s,o){const a=I.createContext(o),c=r.length;r=[...r,o];function u(f){const{scope:h,children:y,...b}=f,_=(h==null?void 0:h[e][c])||a,A=I.useMemo(()=>b,Object.values(b));return w.jsx(_.Provider,{value:A,children:y})}function l(f,h){const y=(h==null?void 0:h[e][c])||a,b=I.useContext(y);if(b)return b;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return u.displayName=s+"Provider",[u,l]}const i=()=>{const s=r.map(o=>I.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return I.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,dL(i,...t)]}function dL(...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(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return I.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}function G6(e){const t=e+"CollectionProvider",[r,n]=fL(t),[i,s]=r(t,{collectionRef:{current:null},itemMap:new Map}),o=y=>{const{scope:b,children:_}=y,A=oe.useRef(null),P=oe.useRef(new Map).current;return w.jsx(i,{scope:b,itemMap:P,collectionRef:A,children:_})};o.displayName=t;const a=e+"CollectionSlot",c=oe.forwardRef((y,b)=>{const{scope:_,children:A}=y,P=s(a,_),R=Zt(b,P.collectionRef);return w.jsx(ki,{ref:R,children:A})});c.displayName=a;const u=e+"CollectionItemSlot",l="data-radix-collection-item",f=oe.forwardRef((y,b)=>{const{scope:_,children:A,...P}=y,R=oe.useRef(null),N=Zt(b,R),F=s(u,_);return oe.useEffect(()=>(F.itemMap.set(R,{ref:R,...P}),()=>void F.itemMap.delete(R))),w.jsx(ki,{[l]:"",ref:N,children:A})});f.displayName=u;function h(y){const b=s(e+"CollectionConsumer",y);return oe.useCallback(()=>{const A=b.collectionRef.current;if(!A)return[];const P=Array.from(A.querySelectorAll(`[${l}]`));return Array.from(b.itemMap.values()).sort((F,L)=>P.indexOf(F.ref.current)-P.indexOf(L.ref.current))},[b.collectionRef,b.itemMap])}return[{Provider:o,Slot:c,ItemSlot:f},h,n]}function hL(e,t=[]){let r=[];function n(s,o){const a=I.createContext(o),c=r.length;r=[...r,o];function u(f){const{scope:h,children:y,...b}=f,_=(h==null?void 0:h[e][c])||a,A=I.useMemo(()=>b,Object.values(b));return w.jsx(_.Provider,{value:A,children:y})}function l(f,h){const y=(h==null?void 0:h[e][c])||a,b=I.useContext(y);if(b)return b;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return u.displayName=s+"Provider",[u,l]}const i=()=>{const s=r.map(o=>I.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return I.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,pL(i,...t)]}function pL(...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(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return I.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}var Jf="rovingFocusGroup.onEntryFocus",mL={bubbles:!1,cancelable:!0},Vl="RovingFocusGroup",[hh,H6,gL]=G6(Vl),[vL,K6]=hL(Vl,[gL]),[yL,bL]=vL(Vl),J6=I.forwardRef((e,t)=>w.jsx(hh.Provider,{scope:e.__scopeRovingFocusGroup,children:w.jsx(hh.Slot,{scope:e.__scopeRovingFocusGroup,children:w.jsx(wL,{...e,ref:t})})}));J6.displayName=Vl;var wL=I.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,orientation:n,loop:i=!1,dir:s,currentTabStopId:o,defaultCurrentTabStopId:a,onCurrentTabStopIdChange:c,onEntryFocus:u,preventScrollOnEntryFocus:l=!1,...f}=e,h=I.useRef(null),y=Zt(t,h),b=m0(s),[_=null,A]=xc({prop:o,defaultProp:a,onChange:c}),[P,R]=I.useState(!1),N=mr(u),F=H6(r),L=I.useRef(!1),[G,q]=I.useState(0);return I.useEffect(()=>{const J=h.current;if(J)return J.addEventListener(Jf,N),()=>J.removeEventListener(Jf,N)},[N]),w.jsx(yL,{scope:r,orientation:n,dir:b,loop:i,currentTabStopId:_,onItemFocus:I.useCallback(J=>A(J),[A]),onItemShiftTab:I.useCallback(()=>R(!0),[]),onFocusableItemAdd:I.useCallback(()=>q(J=>J+1),[]),onFocusableItemRemove:I.useCallback(()=>q(J=>J-1),[]),children:w.jsx(Gt.div,{tabIndex:P||G===0?-1:0,"data-orientation":n,...f,ref:y,style:{outline:"none",...e.style},onMouseDown:rt(e.onMouseDown,()=>{L.current=!0}),onFocus:rt(e.onFocus,J=>{const ne=!L.current;if(J.target===J.currentTarget&&ne&&!P){const ae=new CustomEvent(Jf,mL);if(J.currentTarget.dispatchEvent(ae),!ae.defaultPrevented){const ce=F().filter(m=>m.focusable),V=ce.find(m=>m.active),$=ce.find(m=>m.id===_),d=[V,$,...ce].filter(Boolean).map(m=>m.ref.current);Z6(d,l)}}L.current=!1}),onBlur:rt(e.onBlur,()=>R(!1))})})}),X6="RovingFocusGroupItem",Y6=I.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,focusable:n=!0,active:i=!1,tabStopId:s,...o}=e,a=ec(),c=s||a,u=bL(X6,r),l=u.currentTabStopId===c,f=H6(r),{onFocusableItemAdd:h,onFocusableItemRemove:y}=u;return I.useEffect(()=>{if(n)return h(),()=>y()},[n,h,y]),w.jsx(hh.ItemSlot,{scope:r,id:c,focusable:n,active:i,children:w.jsx(Gt.span,{tabIndex:l?0:-1,"data-orientation":u.orientation,...o,ref:t,onMouseDown:rt(e.onMouseDown,b=>{n?u.onItemFocus(c):b.preventDefault()}),onFocus:rt(e.onFocus,()=>u.onItemFocus(c)),onKeyDown:rt(e.onKeyDown,b=>{if(b.key==="Tab"&&b.shiftKey){u.onItemShiftTab();return}if(b.target!==b.currentTarget)return;const _=SL(b,u.orientation,u.dir);if(_!==void 0){if(b.metaKey||b.ctrlKey||b.altKey||b.shiftKey)return;b.preventDefault();let P=f().filter(R=>R.focusable).map(R=>R.ref.current);if(_==="last")P.reverse();else if(_==="prev"||_==="next"){_==="prev"&&P.reverse();const R=P.indexOf(b.currentTarget);P=u.loop?EL(P,R+1):P.slice(R+1)}setTimeout(()=>Z6(P))}})})})});Y6.displayName=X6;var _L={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function xL(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function SL(e,t,r){const n=xL(e.key,r);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(n))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(n)))return _L[n]}function Z6(e,t=!1){const r=document.activeElement;for(const n of e)if(n===r||(n.focus({preventScroll:t}),document.activeElement!==r))return}function EL(e,t){return e.map((r,n)=>e[(t+n)%e.length])}var CL=J6,ML=Y6;function TL(e,[t,r]){return Math.min(r,Math.max(t,e))}var Xf=0;function AL(){I.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??Bg()),document.body.insertAdjacentElement("beforeend",e[1]??Bg()),Xf++,()=>{Xf===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Xf--}},[])}function Bg(){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 Yf="focusScope.autoFocusOnMount",Zf="focusScope.autoFocusOnUnmount",Lg={bubbles:!1,cancelable:!0},OL="FocusScope",Q6=I.forwardRef((e,t)=>{const{loop:r=!1,trapped:n=!1,onMountAutoFocus:i,onUnmountAutoFocus:s,...o}=e,[a,c]=I.useState(null),u=mr(i),l=mr(s),f=I.useRef(null),h=Zt(t,_=>c(_)),y=I.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;I.useEffect(()=>{if(n){let _=function(N){if(y.paused||!a)return;const F=N.target;a.contains(F)?f.current=F:Hi(f.current,{select:!0})},A=function(N){if(y.paused||!a)return;const F=N.relatedTarget;F!==null&&(a.contains(F)||Hi(f.current,{select:!0}))},P=function(N){if(document.activeElement===document.body)for(const L of N)L.removedNodes.length>0&&Hi(a)};document.addEventListener("focusin",_),document.addEventListener("focusout",A);const R=new MutationObserver(P);return a&&R.observe(a,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",_),document.removeEventListener("focusout",A),R.disconnect()}}},[n,a,y.paused]),I.useEffect(()=>{if(a){Ug.add(y);const _=document.activeElement;if(!a.contains(_)){const P=new CustomEvent(Yf,Lg);a.addEventListener(Yf,u),a.dispatchEvent(P),P.defaultPrevented||(IL(NL(eS(a)),{select:!0}),document.activeElement===_&&Hi(a))}return()=>{a.removeEventListener(Yf,u),setTimeout(()=>{const P=new CustomEvent(Zf,Lg);a.addEventListener(Zf,l),a.dispatchEvent(P),P.defaultPrevented||Hi(_??document.body,{select:!0}),a.removeEventListener(Zf,l),Ug.remove(y)},0)}}},[a,u,l,y]);const b=I.useCallback(_=>{if(!r&&!n||y.paused)return;const A=_.key==="Tab"&&!_.altKey&&!_.ctrlKey&&!_.metaKey,P=document.activeElement;if(A&&P){const R=_.currentTarget,[N,F]=PL(R);N&&F?!_.shiftKey&&P===F?(_.preventDefault(),r&&Hi(N,{select:!0})):_.shiftKey&&P===N&&(_.preventDefault(),r&&Hi(F,{select:!0})):P===R&&_.preventDefault()}},[r,n,y.paused]);return w.jsx(Gt.div,{tabIndex:-1,...o,ref:h,onKeyDown:b})});Q6.displayName=OL;function IL(e,{select:t=!1}={}){const r=document.activeElement;for(const n of e)if(Hi(n,{select:t}),document.activeElement!==r)return}function PL(e){const t=eS(e),r=Fg(t,e),n=Fg(t.reverse(),e);return[r,n]}function eS(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 Fg(e,t){for(const r of e)if(!jL(r,{upTo:t}))return r}function jL(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 kL(e){return e instanceof HTMLInputElement&&"select"in e}function Hi(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&kL(e)&&t&&e.select()}}var Ug=RL();function RL(){let e=[];return{add(t){const r=e[0];t!==r&&(r==null||r.pause()),e=zg(e,t),e.unshift(t)},remove(t){var r;e=zg(e,t),(r=e[0])==null||r.resume()}}}function zg(e,t){const r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}function NL(e){return e.filter(t=>t.tagName!=="A")}var DL=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},ao=new WeakMap,Lc=new WeakMap,Fc={},Qf=0,tS=function(e){return e&&(e.host||tS(e.parentNode))},$L=function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=tS(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})},BL=function(e,t,r,n){var i=$L(t,Array.isArray(e)?e:[e]);Fc[r]||(Fc[r]=new WeakMap);var s=Fc[r],o=[],a=new Set,c=new Set(i),u=function(f){!f||a.has(f)||(a.add(f),u(f.parentNode))};i.forEach(u);var l=function(f){!f||c.has(f)||Array.prototype.forEach.call(f.children,function(h){if(a.has(h))l(h);else try{var y=h.getAttribute(n),b=y!==null&&y!=="false",_=(ao.get(h)||0)+1,A=(s.get(h)||0)+1;ao.set(h,_),s.set(h,A),o.push(h),_===1&&b&&Lc.set(h,!0),A===1&&h.setAttribute(r,"true"),b||h.setAttribute(n,"true")}catch(P){console.error("aria-hidden: cannot operate on ",h,P)}})};return l(t),a.clear(),Qf++,function(){o.forEach(function(f){var h=ao.get(f)-1,y=s.get(f)-1;ao.set(f,h),s.set(f,y),h||(Lc.has(f)||f.removeAttribute(n),Lc.delete(f)),y||f.removeAttribute(r)}),Qf--,Qf||(ao=new WeakMap,ao=new WeakMap,Lc=new WeakMap,Fc={})}},LL=function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),i=t||DL(e);return i?(n.push.apply(n,Array.from(i.querySelectorAll("[aria-live]"))),BL(n,i,r,"aria-hidden")):function(){return null}},Hn=function(){return Hn=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(t[s]=r[s])}return t},Hn.apply(this,arguments)};function rS(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 FL(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,s;n<i;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||Array.prototype.slice.call(t))}var lu="right-scroll-bar-position",fu="width-before-scroll-bar",UL="with-scroll-bars-hidden",zL="--removed-body-scroll-bar-size";function ed(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function VL(e,t){var r=oe.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 qL=typeof window<"u"?I.useLayoutEffect:I.useEffect,Vg=new WeakMap;function WL(e,t){var r=VL(t||null,function(n){return e.forEach(function(i){return ed(i,n)})});return qL(function(){var n=Vg.get(r);if(n){var i=new Set(n),s=new Set(e),o=r.current;i.forEach(function(a){s.has(a)||ed(a,null)}),s.forEach(function(a){i.has(a)||ed(a,o)})}Vg.set(r,e)},[e]),r}function GL(e){return e}function HL(e,t){t===void 0&&(t=GL);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(s){var o=t(s,n);return r.push(o),function(){r=r.filter(function(a){return a!==o})}},assignSyncMedium:function(s){for(n=!0;r.length;){var o=r;r=[],o.forEach(s)}r={push:function(a){return s(a)},filter:function(){return r}}},assignMedium:function(s){n=!0;var o=[];if(r.length){var a=r;r=[],a.forEach(s),o=r}var c=function(){var l=o;o=[],l.forEach(s)},u=function(){return Promise.resolve().then(c)};u(),r={push:function(l){o.push(l),u()},filter:function(l){return o=o.filter(l),r}}}};return i}function KL(e){e===void 0&&(e={});var t=HL(null);return t.options=Hn({async:!0,ssr:!1},e),t}var nS=function(e){var t=e.sideCar,r=rS(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 I.createElement(n,Hn({},r))};nS.isSideCarExport=!0;function JL(e,t){return e.useMedium(t),nS}var iS=KL(),td=function(){},ql=I.forwardRef(function(e,t){var r=I.useRef(null),n=I.useState({onScrollCapture:td,onWheelCapture:td,onTouchMoveCapture:td}),i=n[0],s=n[1],o=e.forwardProps,a=e.children,c=e.className,u=e.removeScrollBar,l=e.enabled,f=e.shards,h=e.sideCar,y=e.noIsolation,b=e.inert,_=e.allowPinchZoom,A=e.as,P=A===void 0?"div":A,R=e.gapMode,N=rS(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),F=h,L=WL([r,t]),G=Hn(Hn({},N),i);return I.createElement(I.Fragment,null,l&&I.createElement(F,{sideCar:iS,removeScrollBar:u,shards:f,noIsolation:y,inert:b,setCallbacks:s,allowPinchZoom:!!_,lockRef:r,gapMode:R}),o?I.cloneElement(I.Children.only(a),Hn(Hn({},G),{ref:L})):I.createElement(P,Hn({},G,{className:c,ref:L}),a))});ql.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};ql.classNames={fullWidth:fu,zeroRight:lu};var qg,XL=function(){if(qg)return qg;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function YL(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=XL();return t&&e.setAttribute("nonce",t),e}function ZL(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function QL(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var eF=function(){var e=0,t=null;return{add:function(r){e==0&&(t=YL())&&(ZL(t,r),QL(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},tF=function(){var e=eF();return function(t,r){I.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},sS=function(){var e=tF(),t=function(r){var n=r.styles,i=r.dynamic;return e(n,i),null};return t},rF={left:0,top:0,right:0,gap:0},rd=function(e){return parseInt(e||"",10)||0},nF=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[rd(r),rd(n),rd(i)]},iF=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return rF;var t=nF(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])}},sF=sS(),jo="data-scroll-locked",oF=function(e,t,r,n){var i=e.left,s=e.top,o=e.right,a=e.gap;return r===void 0&&(r="margin"),`
|
|
58
|
+
.`.concat(UL,` {
|
|
54
59
|
overflow: hidden `).concat(n,`;
|
|
55
60
|
padding-right: `).concat(a,"px ").concat(n,`;
|
|
56
61
|
}
|
|
57
|
-
body[`).concat(
|
|
62
|
+
body[`).concat(jo,`] {
|
|
58
63
|
overflow: hidden `).concat(n,`;
|
|
59
64
|
overscroll-behavior: contain;
|
|
60
65
|
`).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
|
|
@@ -67,34 +72,29 @@ body { background-color: var(--color-page-background); }
|
|
|
67
72
|
`),r==="padding"&&"padding-right: ".concat(a,"px ").concat(n,";")].filter(Boolean).join(""),`
|
|
68
73
|
}
|
|
69
74
|
|
|
70
|
-
.`).concat(
|
|
75
|
+
.`).concat(lu,` {
|
|
71
76
|
right: `).concat(a,"px ").concat(n,`;
|
|
72
77
|
}
|
|
73
78
|
|
|
74
|
-
.`).concat(
|
|
79
|
+
.`).concat(fu,` {
|
|
75
80
|
margin-right: `).concat(a,"px ").concat(n,`;
|
|
76
81
|
}
|
|
77
82
|
|
|
78
|
-
.`).concat(
|
|
83
|
+
.`).concat(lu," .").concat(lu,` {
|
|
79
84
|
right: 0 `).concat(n,`;
|
|
80
85
|
}
|
|
81
86
|
|
|
82
|
-
.`).concat(
|
|
87
|
+
.`).concat(fu," .").concat(fu,` {
|
|
83
88
|
margin-right: 0 `).concat(n,`;
|
|
84
89
|
}
|
|
85
90
|
|
|
86
|
-
body[`).concat(
|
|
87
|
-
`).concat(
|
|
91
|
+
body[`).concat(jo,`] {
|
|
92
|
+
`).concat(zL,": ").concat(a,`px;
|
|
88
93
|
}
|
|
89
|
-
`)},
|
|
94
|
+
`)},Wg=function(){var e=parseInt(document.body.getAttribute(jo)||"0",10);return isFinite(e)?e:0},aF=function(){I.useEffect(function(){return document.body.setAttribute(jo,(Wg()+1).toString()),function(){var e=Wg()-1;e<=0?document.body.removeAttribute(jo):document.body.setAttribute(jo,e.toString())}},[])},cF=function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,i=n===void 0?"margin":n;aF();var s=I.useMemo(function(){return iF(i)},[i]);return I.createElement(sF,{styles:oF(s,!t,i,r?"":"!important")})},ph=!1;if(typeof window<"u")try{var Uc=Object.defineProperty({},"passive",{get:function(){return ph=!0,!0}});window.addEventListener("test",Uc,Uc),window.removeEventListener("test",Uc,Uc)}catch{ph=!1}var co=ph?{passive:!1}:!1,uF=function(e){return e.tagName==="TEXTAREA"},oS=function(e,t){if(!(e instanceof Element))return!1;var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!uF(e)&&r[t]==="visible")},lF=function(e){return oS(e,"overflowY")},fF=function(e){return oS(e,"overflowX")},Gg=function(e,t){var r=t.ownerDocument,n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var i=aS(e,n);if(i){var s=cS(e,n),o=s[1],a=s[2];if(o>a)return!0}n=n.parentNode}while(n&&n!==r.body);return!1},dF=function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},hF=function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},aS=function(e,t){return e==="v"?lF(t):fF(t)},cS=function(e,t){return e==="v"?dF(t):hF(t)},pF=function(e,t){return e==="h"&&t==="rtl"?-1:1},mF=function(e,t,r,n,i){var s=pF(e,window.getComputedStyle(t).direction),o=s*n,a=r.target,c=t.contains(a),u=!1,l=o>0,f=0,h=0;do{var y=cS(e,a),b=y[0],_=y[1],A=y[2],P=_-A-s*b;(b||P)&&aS(e,a)&&(f+=P,h+=b),a instanceof ShadowRoot?a=a.host:a=a.parentNode}while(!c&&a!==document.body||c&&(t.contains(a)||t===a));return(l&&(i&&Math.abs(f)<1||!i&&o>f)||!l&&(i&&Math.abs(h)<1||!i&&-o>h))&&(u=!0),u},zc=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Hg=function(e){return[e.deltaX,e.deltaY]},Kg=function(e){return e&&"current"in e?e.current:e},gF=function(e,t){return e[0]===t[0]&&e[1]===t[1]},vF=function(e){return`
|
|
90
95
|
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
91
96
|
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
92
|
-
`)},_D=0,Js=[];function xD(e){var t=O.useRef([]),r=O.useRef([0,0]),n=O.useRef(),i=O.useState(_D++)[0],s=O.useState(gx)[0],o=O.useRef(e);O.useEffect(function(){o.current=e},[e]),O.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(i));var w=VN([e.lockRef.current],(e.shards||[]).map(Tm),!0).filter(Boolean);return w.forEach(function(A){return A.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),w.forEach(function(A){return A.classList.remove("allow-interactivity-".concat(i))})}}},[e.inert,e.lockRef.current,e.shards]);var a=O.useCallback(function(w,A){if("touches"in w&&w.touches.length===2||w.type==="wheel"&&w.ctrlKey)return!o.current.allowPinchZoom;var I=Ac(w),P=r.current,N="deltaX"in w?w.deltaX:P[0]-I[0],F="deltaY"in w?w.deltaY:P[1]-I[1],L,H=w.target,q=Math.abs(N)>Math.abs(F)?"h":"v";if("touches"in w&&q==="h"&&H.type==="range")return!1;var X=Cm(q,H);if(!X)return!0;if(X?L=q:(L=q==="v"?"h":"v",X=Cm(q,H)),!X)return!1;if(!n.current&&"changedTouches"in w&&(N||F)&&(n.current=L),!L)return!0;var re=n.current||L;return yD(re,A,w,re==="h"?N:F,!0)},[]),c=O.useCallback(function(w){var A=w;if(!(!Js.length||Js[Js.length-1]!==s)){var I="deltaY"in A?Am(A):Ac(A),P=t.current.filter(function(L){return L.name===A.type&&(L.target===A.target||A.target===L.shadowParent)&&bD(L.delta,I)})[0];if(P&&P.should){A.cancelable&&A.preventDefault();return}if(!P){var N=(o.current.shards||[]).map(Tm).filter(Boolean).filter(function(L){return L.contains(A.target)}),F=N.length>0?a(A,N[0]):!o.current.noIsolation;F&&A.cancelable&&A.preventDefault()}}},[]),u=O.useCallback(function(w,A,I,P){var N={name:w,delta:A,target:I,should:P,shadowParent:SD(I)};t.current.push(N),setTimeout(function(){t.current=t.current.filter(function(F){return F!==N})},1)},[]),l=O.useCallback(function(w){r.current=Ac(w),n.current=void 0},[]),f=O.useCallback(function(w){u(w.type,Am(w),w.target,a(w,e.lockRef.current))},[]),h=O.useCallback(function(w){u(w.type,Ac(w),w.target,a(w,e.lockRef.current))},[]);O.useEffect(function(){return Js.push(s),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:h}),document.addEventListener("wheel",c,Ys),document.addEventListener("touchmove",c,Ys),document.addEventListener("touchstart",l,Ys),function(){Js=Js.filter(function(w){return w!==s}),document.removeEventListener("wheel",c,Ys),document.removeEventListener("touchmove",c,Ys),document.removeEventListener("touchstart",l,Ys)}},[]);var y=e.removeScrollBar,_=e.inert;return O.createElement(O.Fragment,null,_?O.createElement(s,{styles:wD(i)}):null,y?O.createElement(fD,{gapMode:e.gapMode}):null)}function SD(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const ED=ZN(mx,xD);var wx=O.forwardRef(function(e,t){return O.createElement(hl,Ln({},e,{ref:t,sideCar:ED}))});wx.classNames=hl.classNames;const MD=wx;function CD(e,t){return O.useReducer((r,n)=>t[r][n]??r,e)}var g0="ScrollArea",[_x,QW]=Bo(g0),[AD,nn]=_x(g0),xx=O.forwardRef((e,t)=>{const{__scopeScrollArea:r,type:n="hover",dir:i,scrollHideDelay:s=600,...o}=e,[a,c]=O.useState(null),[u,l]=O.useState(null),[f,h]=O.useState(null),[y,_]=O.useState(null),[w,A]=O.useState(null),[I,P]=O.useState(0),[N,F]=O.useState(0),[L,H]=O.useState(!1),[q,X]=O.useState(!1),re=Jt(t,oe=>c(oe)),ae=d0(i);return b.jsx(AD,{scope:r,type:n,dir:ae,scrollHideDelay:s,scrollArea:a,viewport:u,onViewportChange:l,content:f,onContentChange:h,scrollbarX:y,onScrollbarXChange:_,scrollbarXEnabled:L,onScrollbarXEnabledChange:H,scrollbarY:w,onScrollbarYChange:A,scrollbarYEnabled:q,onScrollbarYEnabledChange:X,onCornerWidthChange:P,onCornerHeightChange:F,children:b.jsx(Gt.div,{dir:ae,...o,ref:re,style:{position:"relative","--radix-scroll-area-corner-width":I+"px","--radix-scroll-area-corner-height":N+"px",...e.style}})})});xx.displayName=g0;var Sx="ScrollAreaViewport",Ex=O.forwardRef((e,t)=>{const{__scopeScrollArea:r,children:n,nonce:i,...s}=e,o=nn(Sx,r),a=O.useRef(null),c=Jt(t,a,o.onViewportChange);return b.jsxs(b.Fragment,{children:[b.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}),b.jsx(Gt.div,{"data-radix-scroll-area-viewport":"",...s,ref:c,style:{overflowX:o.scrollbarXEnabled?"scroll":"hidden",overflowY:o.scrollbarYEnabled?"scroll":"hidden",...e.style},children:b.jsx("div",{ref:o.onContentChange,style:{minWidth:"100%",display:"table"},children:n})})]})});Ex.displayName=Sx;var Jn="ScrollAreaScrollbar",Mx=O.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=nn(Jn,e.__scopeScrollArea),{onScrollbarXEnabledChange:s,onScrollbarYEnabledChange:o}=i,a=e.orientation==="horizontal";return O.useEffect(()=>(a?s(!0):o(!0),()=>{a?s(!1):o(!1)}),[a,s,o]),i.type==="hover"?b.jsx(TD,{...n,ref:t,forceMount:r}):i.type==="scroll"?b.jsx(OD,{...n,ref:t,forceMount:r}):i.type==="auto"?b.jsx(Cx,{...n,ref:t,forceMount:r}):i.type==="always"?b.jsx(v0,{...n,ref:t}):null});Mx.displayName=Jn;var TD=O.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=nn(Jn,e.__scopeScrollArea),[s,o]=O.useState(!1);return O.useEffect(()=>{const a=i.scrollArea;let c=0;if(a){const u=()=>{window.clearTimeout(c),o(!0)},l=()=>{c=window.setTimeout(()=>o(!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]),b.jsx(Mn,{present:r||s,children:b.jsx(Cx,{"data-state":s?"visible":"hidden",...n,ref:t})})}),OD=O.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=nn(Jn,e.__scopeScrollArea),s=e.orientation==="horizontal",o=ml(()=>c("SCROLL_END"),100),[a,c]=CD("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 O.useEffect(()=>{if(a==="idle"){const u=window.setTimeout(()=>c("HIDE"),i.scrollHideDelay);return()=>window.clearTimeout(u)}},[a,i.scrollHideDelay,c]),O.useEffect(()=>{const u=i.viewport,l=s?"scrollLeft":"scrollTop";if(u){let f=u[l];const h=()=>{const y=u[l];f!==y&&(c("SCROLL"),o()),f=y};return u.addEventListener("scroll",h),()=>u.removeEventListener("scroll",h)}},[i.viewport,s,c,o]),b.jsx(Mn,{present:r||a!=="hidden",children:b.jsx(v0,{"data-state":a==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:rt(e.onPointerEnter,()=>c("POINTER_ENTER")),onPointerLeave:rt(e.onPointerLeave,()=>c("POINTER_LEAVE"))})})}),Cx=O.forwardRef((e,t)=>{const r=nn(Jn,e.__scopeScrollArea),{forceMount:n,...i}=e,[s,o]=O.useState(!1),a=e.orientation==="horizontal",c=ml(()=>{if(r.viewport){const u=r.viewport.offsetWidth<r.viewport.scrollWidth,l=r.viewport.offsetHeight<r.viewport.scrollHeight;o(a?u:l)}},10);return To(r.viewport,c),To(r.content,c),b.jsx(Mn,{present:n||s,children:b.jsx(v0,{"data-state":s?"visible":"hidden",...i,ref:t})})}),v0=O.forwardRef((e,t)=>{const{orientation:r="vertical",...n}=e,i=nn(Jn,e.__scopeScrollArea),s=O.useRef(null),o=O.useRef(0),[a,c]=O.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),u=kx(a.viewport,a.content),l={...n,sizes:a,onSizesChange:c,hasThumb:u>0&&u<1,onThumbChange:h=>s.current=h,onThumbPointerUp:()=>o.current=0,onThumbPointerDown:h=>o.current=h};function f(h,y){return ND(h,o.current,a,y)}return r==="horizontal"?b.jsx(ID,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){const h=i.viewport.scrollLeft,y=Om(h,a,i.dir);s.current.style.transform=`translate3d(${y}px, 0, 0)`}},onWheelScroll:h=>{i.viewport&&(i.viewport.scrollLeft=h)},onDragScroll:h=>{i.viewport&&(i.viewport.scrollLeft=f(h,i.dir))}}):r==="vertical"?b.jsx(kD,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){const h=i.viewport.scrollTop,y=Om(h,a);s.current.style.transform=`translate3d(0, ${y}px, 0)`}},onWheelScroll:h=>{i.viewport&&(i.viewport.scrollTop=h)},onDragScroll:h=>{i.viewport&&(i.viewport.scrollTop=f(h))}}):null}),ID=O.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,s=nn(Jn,e.__scopeScrollArea),[o,a]=O.useState(),c=O.useRef(null),u=Jt(t,c,s.onScrollbarXChange);return O.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),b.jsx(Tx,{"data-orientation":"horizontal",...i,ref:u,sizes:r,style:{bottom:0,left:s.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:s.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":pl(r)+"px",...e.style},onThumbPointerDown:l=>e.onThumbPointerDown(l.x),onDragScroll:l=>e.onDragScroll(l.x),onWheelScroll:(l,f)=>{if(s.viewport){const h=s.viewport.scrollLeft+l.deltaX;e.onWheelScroll(h),Px(h,f)&&l.preventDefault()}},onResize:()=>{c.current&&s.viewport&&o&&n({content:s.viewport.scrollWidth,viewport:s.viewport.offsetWidth,scrollbar:{size:c.current.clientWidth,paddingStart:Iu(o.paddingLeft),paddingEnd:Iu(o.paddingRight)}})}})}),kD=O.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,s=nn(Jn,e.__scopeScrollArea),[o,a]=O.useState(),c=O.useRef(null),u=Jt(t,c,s.onScrollbarYChange);return O.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),b.jsx(Tx,{"data-orientation":"vertical",...i,ref:u,sizes:r,style:{top:0,right:s.dir==="ltr"?0:void 0,left:s.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":pl(r)+"px",...e.style},onThumbPointerDown:l=>e.onThumbPointerDown(l.y),onDragScroll:l=>e.onDragScroll(l.y),onWheelScroll:(l,f)=>{if(s.viewport){const h=s.viewport.scrollTop+l.deltaY;e.onWheelScroll(h),Px(h,f)&&l.preventDefault()}},onResize:()=>{c.current&&s.viewport&&o&&n({content:s.viewport.scrollHeight,viewport:s.viewport.offsetHeight,scrollbar:{size:c.current.clientHeight,paddingStart:Iu(o.paddingTop),paddingEnd:Iu(o.paddingBottom)}})}})}),[jD,Ax]=_x(Jn),Tx=O.forwardRef((e,t)=>{const{__scopeScrollArea:r,sizes:n,hasThumb:i,onThumbChange:s,onThumbPointerUp:o,onThumbPointerDown:a,onThumbPositionChange:c,onDragScroll:u,onWheelScroll:l,onResize:f,...h}=e,y=nn(Jn,r),[_,w]=O.useState(null),A=Jt(t,re=>w(re)),I=O.useRef(null),P=O.useRef(""),N=y.viewport,F=n.content-n.viewport,L=pr(l),H=pr(c),q=ml(f,10);function X(re){if(I.current){const ae=re.clientX-I.current.left,oe=re.clientY-I.current.top;u({x:ae,y:oe})}}return O.useEffect(()=>{const re=ae=>{const oe=ae.target;(_==null?void 0:_.contains(oe))&&L(ae,F)};return document.addEventListener("wheel",re,{passive:!1}),()=>document.removeEventListener("wheel",re,{passive:!1})},[N,_,F,L]),O.useEffect(H,[n,H]),To(_,q),To(y.content,q),b.jsx(jD,{scope:r,scrollbar:_,hasThumb:i,onThumbChange:pr(s),onThumbPointerUp:pr(o),onThumbPositionChange:H,onThumbPointerDown:pr(a),children:b.jsx(Gt.div,{...h,ref:A,style:{position:"absolute",...h.style},onPointerDown:rt(e.onPointerDown,re=>{re.button===0&&(re.target.setPointerCapture(re.pointerId),I.current=_.getBoundingClientRect(),P.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",y.viewport&&(y.viewport.style.scrollBehavior="auto"),X(re))}),onPointerMove:rt(e.onPointerMove,X),onPointerUp:rt(e.onPointerUp,re=>{const ae=re.target;ae.hasPointerCapture(re.pointerId)&&ae.releasePointerCapture(re.pointerId),document.body.style.webkitUserSelect=P.current,y.viewport&&(y.viewport.style.scrollBehavior=""),I.current=null})})})}),Ou="ScrollAreaThumb",Ox=O.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=Ax(Ou,e.__scopeScrollArea);return b.jsx(Mn,{present:r||i.hasThumb,children:b.jsx(PD,{ref:t,...n})})}),PD=O.forwardRef((e,t)=>{const{__scopeScrollArea:r,style:n,...i}=e,s=nn(Ou,r),o=Ax(Ou,r),{onThumbPositionChange:a}=o,c=Jt(t,f=>o.onThumbChange(f)),u=O.useRef(),l=ml(()=>{u.current&&(u.current(),u.current=void 0)},100);return O.useEffect(()=>{const f=s.viewport;if(f){const h=()=>{if(l(),!u.current){const y=DD(f,a);u.current=y,a()}};return a(),f.addEventListener("scroll",h),()=>f.removeEventListener("scroll",h)}},[s.viewport,l,a]),b.jsx(Gt.div,{"data-state":o.hasThumb?"visible":"hidden",...i,ref:c,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:rt(e.onPointerDownCapture,f=>{const y=f.target.getBoundingClientRect(),_=f.clientX-y.left,w=f.clientY-y.top;o.onThumbPointerDown({x:_,y:w})}),onPointerUp:rt(e.onPointerUp,o.onThumbPointerUp)})});Ox.displayName=Ou;var y0="ScrollAreaCorner",Ix=O.forwardRef((e,t)=>{const r=nn(y0,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?b.jsx(RD,{...e,ref:t}):null});Ix.displayName=y0;var RD=O.forwardRef((e,t)=>{const{__scopeScrollArea:r,...n}=e,i=nn(y0,r),[s,o]=O.useState(0),[a,c]=O.useState(0),u=!!(s&&a);return To(i.scrollbarX,()=>{var f;const l=((f=i.scrollbarX)==null?void 0:f.offsetHeight)||0;i.onCornerHeightChange(l),c(l)}),To(i.scrollbarY,()=>{var f;const l=((f=i.scrollbarY)==null?void 0:f.offsetWidth)||0;i.onCornerWidthChange(l),o(l)}),u?b.jsx(Gt.div,{...n,ref:t,style:{width:s,height:a,position:"absolute",right:i.dir==="ltr"?0:void 0,left:i.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function Iu(e){return e?parseInt(e,10):0}function kx(e,t){const r=e/t;return isNaN(r)?0:r}function pl(e){const t=kx(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function ND(e,t,r,n="ltr"){const i=pl(r),s=i/2,o=t||s,a=i-o,c=r.scrollbar.paddingStart+o,u=r.scrollbar.size-r.scrollbar.paddingEnd-a,l=r.content-r.viewport,f=n==="ltr"?[0,l]:[l*-1,0];return jx([c,u],f)(e)}function Om(e,t,r="ltr"){const n=pl(t),i=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,s=t.scrollbar.size-i,o=t.content-t.viewport,a=s-n,c=r==="ltr"?[0,o]:[o*-1,0],u=IN(e,c);return jx([0,o],[0,a])(u)}function jx(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 Px(e,t){return e>0&&e<t}var DD=(e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return function i(){const s={left:e.scrollLeft,top:e.scrollTop},o=r.left!==s.left,a=r.top!==s.top;(o||a)&&t(),r=s,n=window.requestAnimationFrame(i)}(),()=>window.cancelAnimationFrame(n)};function ml(e,t){const r=pr(e),n=O.useRef(0);return O.useEffect(()=>()=>window.clearTimeout(n.current),[]),O.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function To(e,t){const r=pr(t);Qi(()=>{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 $D=xx,BD=Ex,Im=Mx,km=Ox,LD=Ix,b0="Switch",[UD,eK]=Bo(b0),[FD,zD]=UD(b0),Rx=O.forwardRef((e,t)=>{const{__scopeSwitch:r,name:n,checked:i,defaultChecked:s,required:o,disabled:a,value:c="on",onCheckedChange:u,form:l,...f}=e,[h,y]=O.useState(null),_=Jt(t,N=>y(N)),w=O.useRef(!1),A=h?l||!!h.closest("form"):!0,[I=!1,P]=ac({prop:i,defaultProp:s,onChange:u});return b.jsxs(FD,{scope:r,checked:I,disabled:a,children:[b.jsx(Gt.button,{type:"button",role:"switch","aria-checked":I,"aria-required":o,"data-state":$x(I),"data-disabled":a?"":void 0,disabled:a,value:c,...f,ref:_,onClick:rt(e.onClick,N=>{P(F=>!F),A&&(w.current=N.isPropagationStopped(),w.current||N.stopPropagation())})}),A&&b.jsx(VD,{control:h,bubbles:!w.current,name:n,value:c,checked:I,required:o,disabled:a,form:l,style:{transform:"translateX(-100%)"}})]})});Rx.displayName=b0;var Nx="SwitchThumb",Dx=O.forwardRef((e,t)=>{const{__scopeSwitch:r,...n}=e,i=zD(Nx,r);return b.jsx(Gt.span,{"data-state":$x(i.checked),"data-disabled":i.disabled?"":void 0,...n,ref:t})});Dx.displayName=Nx;var VD=e=>{const{control:t,checked:r,bubbles:n=!0,...i}=e,s=O.useRef(null),o=J4(r),a=c0(t);return O.useEffect(()=>{const c=s.current,u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"checked").set;if(o!==r&&f){const h=new Event("click",{bubbles:n});f.call(c,r),c.dispatchEvent(h)}},[o,r,n]),b.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:r,...i,tabIndex:-1,ref:s,style:{...e.style,...a,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function $x(e){return e?"checked":"unchecked"}var qD=Rx,GD=Dx;const HD=["1","2","3"],WD=["classic","surface","soft"],aa={size:{type:"enum",values:HD,default:"2",responsive:!0},variant:{type:"enum",values:WD,default:"surface"},color:cc,highContrast:ul,radius:p0},Bx=O.forwardRef((e,t)=>{const{rest:r,...n}=zo(e),{className:i,style:s,size:o=aa.size.default,variant:a=aa.variant.default,color:c=aa.color.default,highContrast:u=aa.highContrast.default,radius:l=aa.radius.default,...f}=r;return O.createElement("span",{"data-radius":l,className:Xt("rt-SwitchRoot",i,wt(o,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},Vo(n)),style:s},O.createElement(qD,{"data-accent-color":c,...f,ref:t,className:Xt("rt-reset","rt-SwitchButton",{"rt-high-contrast":u})},O.createElement(GD,{className:Xt("rt-SwitchThumb",{"rt-high-contrast":u})})))});Bx.displayName="Switch";var wd=["Enter"," "],KD=["ArrowDown","PageUp","Home"],Lx=["ArrowUp","PageDown","End"],XD=[...KD,...Lx],YD={ltr:[...wd,"ArrowRight"],rtl:[...wd,"ArrowLeft"]},JD={ltr:["ArrowLeft"],rtl:["ArrowRight"]},uc="Menu",[Va,ZD,QD]=nx(uc),[Bs,Ux]=Bo(uc,[QD,sl,sx]),lc=sl(),Fx=sx(),[zx,as]=Bs(uc),[e$,fc]=Bs(uc),Vx=e=>{const{__scopeMenu:t,open:r=!1,children:n,dir:i,onOpenChange:s,modal:o=!0}=e,a=lc(t),[c,u]=O.useState(null),l=O.useRef(!1),f=pr(s),h=d0(i);return O.useEffect(()=>{const y=()=>{l.current=!0,document.addEventListener("pointerdown",_,{capture:!0,once:!0}),document.addEventListener("pointermove",_,{capture:!0,once:!0})},_=()=>l.current=!1;return document.addEventListener("keydown",y,{capture:!0}),()=>{document.removeEventListener("keydown",y,{capture:!0}),document.removeEventListener("pointerdown",_,{capture:!0}),document.removeEventListener("pointermove",_,{capture:!0})}},[]),b.jsx(N4,{...a,children:b.jsx(zx,{scope:t,open:r,onOpenChange:f,content:c,onContentChange:u,children:b.jsx(e$,{scope:t,onClose:O.useCallback(()=>f(!1),[f]),isUsingKeyboardRef:l,dir:h,modal:o,children:n})})})};Vx.displayName=uc;var t$="MenuAnchor",w0=O.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=lc(r);return b.jsx(D4,{...i,...n,ref:t})});w0.displayName=t$;var _0="MenuPortal",[r$,qx]=Bs(_0,{forceMount:void 0}),Gx=e=>{const{__scopeMenu:t,forceMount:r,children:n,container:i}=e,s=as(_0,t);return b.jsx(r$,{scope:t,forceMount:r,children:b.jsx(Mn,{present:r||s.open,children:b.jsx(L4,{asChild:!0,container:i,children:n})})})};Gx.displayName=_0;var tn="MenuContent",[n$,x0]=Bs(tn),Hx=O.forwardRef((e,t)=>{const r=qx(tn,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,s=as(tn,e.__scopeMenu),o=fc(tn,e.__scopeMenu);return b.jsx(Va.Provider,{scope:e.__scopeMenu,children:b.jsx(Mn,{present:n||s.open,children:b.jsx(Va.Slot,{scope:e.__scopeMenu,children:o.modal?b.jsx(i$,{...i,ref:t}):b.jsx(s$,{...i,ref:t})})})})}),i$=O.forwardRef((e,t)=>{const r=as(tn,e.__scopeMenu),n=O.useRef(null),i=Jt(t,n);return O.useEffect(()=>{const s=n.current;if(s)return zN(s)},[]),b.jsx(S0,{...e,ref:i,trapFocus:r.open,disableOutsidePointerEvents:r.open,disableOutsideScroll:!0,onFocusOutside:rt(e.onFocusOutside,s=>s.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>r.onOpenChange(!1)})}),s$=O.forwardRef((e,t)=>{const r=as(tn,e.__scopeMenu);return b.jsx(S0,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>r.onOpenChange(!1)})}),S0=O.forwardRef((e,t)=>{const{__scopeMenu:r,loop:n=!1,trapFocus:i,onOpenAutoFocus:s,onCloseAutoFocus:o,disableOutsidePointerEvents:a,onEntryFocus:c,onEscapeKeyDown:u,onPointerDownOutside:l,onFocusOutside:f,onInteractOutside:h,onDismiss:y,disableOutsideScroll:_,...w}=e,A=as(tn,r),I=fc(tn,r),P=lc(r),N=Fx(r),F=ZD(r),[L,H]=O.useState(null),q=O.useRef(null),X=Jt(t,q,A.onContentChange),re=O.useRef(0),ae=O.useRef(""),oe=O.useRef(0),V=O.useRef(null),$=O.useRef("right"),p=O.useRef(0),d=_?MD:O.Fragment,m=_?{as:xi,allowPinchZoom:!0}:void 0,x=C=>{var xe,be;const k=ae.current+C,T=F().filter(Ce=>!Ce.disabled),g=document.activeElement,v=(xe=T.find(Ce=>Ce.ref.current===g))==null?void 0:xe.textValue,R=T.map(Ce=>Ce.textValue),se=v$(R,k,v),ue=(be=T.find(Ce=>Ce.textValue===se))==null?void 0:be.ref.current;(function Ce(Me){ae.current=Me,window.clearTimeout(re.current),Me!==""&&(re.current=window.setTimeout(()=>Ce(""),1e3))})(k),ue&&setTimeout(()=>ue.focus())};O.useEffect(()=>()=>window.clearTimeout(re.current),[]),kN();const E=O.useCallback(C=>{var T,g;return $.current===((T=V.current)==null?void 0:T.side)&&b$(C,(g=V.current)==null?void 0:g.area)},[]);return b.jsx(n$,{scope:r,searchRef:ae,onItemEnter:O.useCallback(C=>{E(C)&&C.preventDefault()},[E]),onItemLeave:O.useCallback(C=>{var k;E(C)||((k=q.current)==null||k.focus(),H(null))},[E]),onTriggerLeave:O.useCallback(C=>{E(C)&&C.preventDefault()},[E]),pointerGraceTimerRef:oe,onPointerGraceIntentChange:O.useCallback(C=>{V.current=C},[]),children:b.jsx(d,{...m,children:b.jsx(lx,{asChild:!0,trapped:i,onMountAutoFocus:rt(s,C=>{var k;C.preventDefault(),(k=q.current)==null||k.focus({preventScroll:!0})}),onUnmountAutoFocus:o,children:b.jsx(e0,{asChild:!0,disableOutsidePointerEvents:a,onEscapeKeyDown:u,onPointerDownOutside:l,onFocusOutside:f,onInteractOutside:h,onDismiss:y,children:b.jsx(TN,{asChild:!0,...N,dir:I.dir,orientation:"vertical",loop:n,currentTabStopId:L,onCurrentTabStopIdChange:H,onEntryFocus:rt(c,C=>{I.isUsingKeyboardRef.current||C.preventDefault()}),preventScrollOnEntryFocus:!0,children:b.jsx($4,{role:"menu","aria-orientation":"vertical","data-state":u6(A.open),"data-radix-menu-content":"",dir:I.dir,...P,...w,ref:X,style:{outline:"none",...w.style},onKeyDown:rt(w.onKeyDown,C=>{const T=C.target.closest("[data-radix-menu-content]")===C.currentTarget,g=C.ctrlKey||C.altKey||C.metaKey,v=C.key.length===1;T&&(C.key==="Tab"&&C.preventDefault(),!g&&v&&x(C.key));const R=q.current;if(C.target!==R||!XD.includes(C.key))return;C.preventDefault();const ue=F().filter(xe=>!xe.disabled).map(xe=>xe.ref.current);Lx.includes(C.key)&&ue.reverse(),m$(ue)}),onBlur:rt(e.onBlur,C=>{C.currentTarget.contains(C.target)||(window.clearTimeout(re.current),ae.current="")}),onPointerMove:rt(e.onPointerMove,qa(C=>{const k=C.target,T=p.current!==C.clientX;if(C.currentTarget.contains(k)&&T){const g=C.clientX>p.current?"right":"left";$.current=g,p.current=C.clientX}}))})})})})})})});Hx.displayName=tn;var o$="MenuGroup",E0=O.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return b.jsx(Gt.div,{role:"group",...n,ref:t})});E0.displayName=o$;var a$="MenuLabel",Wx=O.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return b.jsx(Gt.div,{...n,ref:t})});Wx.displayName=a$;var ku="MenuItem",jm="menu.itemSelect",gl=O.forwardRef((e,t)=>{const{disabled:r=!1,onSelect:n,...i}=e,s=O.useRef(null),o=fc(ku,e.__scopeMenu),a=x0(ku,e.__scopeMenu),c=Jt(t,s),u=O.useRef(!1),l=()=>{const f=s.current;if(!r&&f){const h=new CustomEvent(jm,{bubbles:!0,cancelable:!0});f.addEventListener(jm,y=>n==null?void 0:n(y),{once:!0}),h4(f,h),h.defaultPrevented?u.current=!1:o.onClose()}};return b.jsx(Kx,{...i,ref:c,disabled:r,onClick:rt(e.onClick,l),onPointerDown:f=>{var h;(h=e.onPointerDown)==null||h.call(e,f),u.current=!0},onPointerUp:rt(e.onPointerUp,f=>{var h;u.current||(h=f.currentTarget)==null||h.click()}),onKeyDown:rt(e.onKeyDown,f=>{const h=a.searchRef.current!=="";r||h&&f.key===" "||wd.includes(f.key)&&(f.currentTarget.click(),f.preventDefault())})})});gl.displayName=ku;var Kx=O.forwardRef((e,t)=>{const{__scopeMenu:r,disabled:n=!1,textValue:i,...s}=e,o=x0(ku,r),a=Fx(r),c=O.useRef(null),u=Jt(t,c),[l,f]=O.useState(!1),[h,y]=O.useState("");return O.useEffect(()=>{const _=c.current;_&&y((_.textContent??"").trim())},[s.children]),b.jsx(Va.ItemSlot,{scope:r,disabled:n,textValue:i??h,children:b.jsx(ON,{asChild:!0,...a,focusable:!n,children:b.jsx(Gt.div,{role:"menuitem","data-highlighted":l?"":void 0,"aria-disabled":n||void 0,"data-disabled":n?"":void 0,...s,ref:u,onPointerMove:rt(e.onPointerMove,qa(_=>{n?o.onItemLeave(_):(o.onItemEnter(_),_.defaultPrevented||_.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:rt(e.onPointerLeave,qa(_=>o.onItemLeave(_))),onFocus:rt(e.onFocus,()=>f(!0)),onBlur:rt(e.onBlur,()=>f(!1))})})})}),c$="MenuCheckboxItem",Xx=O.forwardRef((e,t)=>{const{checked:r=!1,onCheckedChange:n,...i}=e;return b.jsx(e6,{scope:e.__scopeMenu,checked:r,children:b.jsx(gl,{role:"menuitemcheckbox","aria-checked":ju(r)?"mixed":r,...i,ref:t,"data-state":A0(r),onSelect:rt(i.onSelect,()=>n==null?void 0:n(ju(r)?!0:!r),{checkForDefaultPrevented:!1})})})});Xx.displayName=c$;var Yx="MenuRadioGroup",[u$,l$]=Bs(Yx,{value:void 0,onValueChange:()=>{}}),Jx=O.forwardRef((e,t)=>{const{value:r,onValueChange:n,...i}=e,s=pr(n);return b.jsx(u$,{scope:e.__scopeMenu,value:r,onValueChange:s,children:b.jsx(E0,{...i,ref:t})})});Jx.displayName=Yx;var Zx="MenuRadioItem",Qx=O.forwardRef((e,t)=>{const{value:r,...n}=e,i=l$(Zx,e.__scopeMenu),s=r===i.value;return b.jsx(e6,{scope:e.__scopeMenu,checked:s,children:b.jsx(gl,{role:"menuitemradio","aria-checked":s,...n,ref:t,"data-state":A0(s),onSelect:rt(n.onSelect,()=>{var o;return(o=i.onValueChange)==null?void 0:o.call(i,r)},{checkForDefaultPrevented:!1})})})});Qx.displayName=Zx;var M0="MenuItemIndicator",[e6,f$]=Bs(M0,{checked:!1}),t6=O.forwardRef((e,t)=>{const{__scopeMenu:r,forceMount:n,...i}=e,s=f$(M0,r);return b.jsx(Mn,{present:n||ju(s.checked)||s.checked===!0,children:b.jsx(Gt.span,{...i,ref:t,"data-state":A0(s.checked)})})});t6.displayName=M0;var d$="MenuSeparator",r6=O.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return b.jsx(Gt.div,{role:"separator","aria-orientation":"horizontal",...n,ref:t})});r6.displayName=d$;var h$="MenuArrow",n6=O.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=lc(r);return b.jsx(B4,{...i,...n,ref:t})});n6.displayName=h$;var C0="MenuSub",[p$,i6]=Bs(C0),s6=e=>{const{__scopeMenu:t,children:r,open:n=!1,onOpenChange:i}=e,s=as(C0,t),o=lc(t),[a,c]=O.useState(null),[u,l]=O.useState(null),f=pr(i);return O.useEffect(()=>(s.open===!1&&f(!1),()=>f(!1)),[s.open,f]),b.jsx(N4,{...o,children:b.jsx(zx,{scope:t,open:n,onOpenChange:f,content:u,onContentChange:l,children:b.jsx(p$,{scope:t,contentId:Ua(),triggerId:Ua(),trigger:a,onTriggerChange:c,children:r})})})};s6.displayName=C0;var va="MenuSubTrigger",o6=O.forwardRef((e,t)=>{const r=as(va,e.__scopeMenu),n=fc(va,e.__scopeMenu),i=i6(va,e.__scopeMenu),s=x0(va,e.__scopeMenu),o=O.useRef(null),{pointerGraceTimerRef:a,onPointerGraceIntentChange:c}=s,u={__scopeMenu:e.__scopeMenu},l=O.useCallback(()=>{o.current&&window.clearTimeout(o.current),o.current=null},[]);return O.useEffect(()=>l,[l]),O.useEffect(()=>{const f=a.current;return()=>{window.clearTimeout(f),c(null)}},[a,c]),b.jsx(w0,{asChild:!0,...u,children:b.jsx(Kx,{id:i.triggerId,"aria-haspopup":"menu","aria-expanded":r.open,"aria-controls":i.contentId,"data-state":u6(r.open),...e,ref:tl(t,i.onTriggerChange),onClick:f=>{var h;(h=e.onClick)==null||h.call(e,f),!(e.disabled||f.defaultPrevented)&&(f.currentTarget.focus(),r.open||r.onOpenChange(!0))},onPointerMove:rt(e.onPointerMove,qa(f=>{s.onItemEnter(f),!f.defaultPrevented&&!e.disabled&&!r.open&&!o.current&&(s.onPointerGraceIntentChange(null),o.current=window.setTimeout(()=>{r.onOpenChange(!0),l()},100))})),onPointerLeave:rt(e.onPointerLeave,qa(f=>{var y,_;l();const h=(y=r.content)==null?void 0:y.getBoundingClientRect();if(h){const w=(_=r.content)==null?void 0:_.dataset.side,A=w==="right",I=A?-5:5,P=h[A?"left":"right"],N=h[A?"right":"left"];s.onPointerGraceIntentChange({area:[{x:f.clientX+I,y:f.clientY},{x:P,y:h.top},{x:N,y:h.top},{x:N,y:h.bottom},{x:P,y:h.bottom}],side:w}),window.clearTimeout(a.current),a.current=window.setTimeout(()=>s.onPointerGraceIntentChange(null),300)}else{if(s.onTriggerLeave(f),f.defaultPrevented)return;s.onPointerGraceIntentChange(null)}})),onKeyDown:rt(e.onKeyDown,f=>{var y;const h=s.searchRef.current!=="";e.disabled||h&&f.key===" "||YD[n.dir].includes(f.key)&&(r.onOpenChange(!0),(y=r.content)==null||y.focus(),f.preventDefault())})})})});o6.displayName=va;var a6="MenuSubContent",c6=O.forwardRef((e,t)=>{const r=qx(tn,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,s=as(tn,e.__scopeMenu),o=fc(tn,e.__scopeMenu),a=i6(a6,e.__scopeMenu),c=O.useRef(null),u=Jt(t,c);return b.jsx(Va.Provider,{scope:e.__scopeMenu,children:b.jsx(Mn,{present:n||s.open,children:b.jsx(Va.Slot,{scope:e.__scopeMenu,children:b.jsx(S0,{id:a.contentId,"aria-labelledby":a.triggerId,...i,ref:u,align:"start",side:o.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:l=>{var f;o.isUsingKeyboardRef.current&&((f=c.current)==null||f.focus()),l.preventDefault()},onCloseAutoFocus:l=>l.preventDefault(),onFocusOutside:rt(e.onFocusOutside,l=>{l.target!==a.trigger&&s.onOpenChange(!1)}),onEscapeKeyDown:rt(e.onEscapeKeyDown,l=>{o.onClose(),l.preventDefault()}),onKeyDown:rt(e.onKeyDown,l=>{var y;const f=l.currentTarget.contains(l.target),h=JD[o.dir].includes(l.key);f&&h&&(s.onOpenChange(!1),(y=a.trigger)==null||y.focus(),l.preventDefault())})})})})})});c6.displayName=a6;function u6(e){return e?"open":"closed"}function ju(e){return e==="indeterminate"}function A0(e){return ju(e)?"indeterminate":e?"checked":"unchecked"}function m$(e){const t=document.activeElement;for(const r of e)if(r===t||(r.focus(),document.activeElement!==t))return}function g$(e,t){return e.map((r,n)=>e[(t+n)%e.length])}function v$(e,t,r){const i=t.length>1&&Array.from(t).every(u=>u===t[0])?t[0]:t,s=r?e.indexOf(r):-1;let o=g$(e,Math.max(s,0));i.length===1&&(o=o.filter(u=>u!==r));const c=o.find(u=>u.toLowerCase().startsWith(i.toLowerCase()));return c!==r?c:void 0}function y$(e,t){const{x:r,y:n}=e;let i=!1;for(let s=0,o=t.length-1;s<t.length;o=s++){const a=t[s].x,c=t[s].y,u=t[o].x,l=t[o].y;c>n!=l>n&&r<(u-a)*(n-c)/(l-c)+a&&(i=!i)}return i}function b$(e,t){if(!t)return!1;const r={x:e.clientX,y:e.clientY};return y$(r,t)}function qa(e){return t=>t.pointerType==="mouse"?e(t):void 0}var w$=Vx,_$=w0,x$=Gx,S$=Hx,E$=E0,M$=Wx,C$=gl,A$=Xx,T$=Jx,O$=Qx,I$=t6,k$=r6,j$=n6,P$=s6,R$=o6,N$=c6,T0="DropdownMenu",[D$,tK]=Bo(T0,[Ux]),Or=Ux(),[$$,l6]=D$(T0),f6=e=>{const{__scopeDropdownMenu:t,children:r,dir:n,open:i,defaultOpen:s,onOpenChange:o,modal:a=!0}=e,c=Or(t),u=O.useRef(null),[l=!1,f]=ac({prop:i,defaultProp:s,onChange:o});return b.jsx($$,{scope:t,triggerId:Ua(),triggerRef:u,contentId:Ua(),open:l,onOpenChange:f,onOpenToggle:O.useCallback(()=>f(h=>!h),[f]),modal:a,children:b.jsx(w$,{...c,open:l,onOpenChange:f,dir:n,modal:a,children:r})})};f6.displayName=T0;var d6="DropdownMenuTrigger",h6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,disabled:n=!1,...i}=e,s=l6(d6,r),o=Or(r);return b.jsx(_$,{asChild:!0,...o,children:b.jsx(Gt.button,{type:"button",id:s.triggerId,"aria-haspopup":"menu","aria-expanded":s.open,"aria-controls":s.open?s.contentId:void 0,"data-state":s.open?"open":"closed","data-disabled":n?"":void 0,disabled:n,...i,ref:tl(t,s.triggerRef),onPointerDown:rt(e.onPointerDown,a=>{!n&&a.button===0&&a.ctrlKey===!1&&(s.onOpenToggle(),s.open||a.preventDefault())}),onKeyDown:rt(e.onKeyDown,a=>{n||(["Enter"," "].includes(a.key)&&s.onOpenToggle(),a.key==="ArrowDown"&&s.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(a.key)&&a.preventDefault())})})})});h6.displayName=d6;var B$="DropdownMenuPortal",p6=e=>{const{__scopeDropdownMenu:t,...r}=e,n=Or(t);return b.jsx(x$,{...n,...r})};p6.displayName=B$;var m6="DropdownMenuContent",g6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=l6(m6,r),s=Or(r),o=O.useRef(!1);return b.jsx(S$,{id:i.contentId,"aria-labelledby":i.triggerId,...s,...n,ref:t,onCloseAutoFocus:rt(e.onCloseAutoFocus,a=>{var c;o.current||(c=i.triggerRef.current)==null||c.focus(),o.current=!1,a.preventDefault()}),onInteractOutside:rt(e.onInteractOutside,a=>{const c=a.detail.originalEvent,u=c.button===0&&c.ctrlKey===!0,l=c.button===2||u;(!i.modal||l)&&(o.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)"}})});g6.displayName=m6;var L$="DropdownMenuGroup",v6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Or(r);return b.jsx(E$,{...i,...n,ref:t})});v6.displayName=L$;var U$="DropdownMenuLabel",y6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Or(r);return b.jsx(M$,{...i,...n,ref:t})});y6.displayName=U$;var F$="DropdownMenuItem",b6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Or(r);return b.jsx(C$,{...i,...n,ref:t})});b6.displayName=F$;var z$="DropdownMenuCheckboxItem",w6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Or(r);return b.jsx(A$,{...i,...n,ref:t})});w6.displayName=z$;var V$="DropdownMenuRadioGroup",_6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Or(r);return b.jsx(T$,{...i,...n,ref:t})});_6.displayName=V$;var q$="DropdownMenuRadioItem",x6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Or(r);return b.jsx(O$,{...i,...n,ref:t})});x6.displayName=q$;var G$="DropdownMenuItemIndicator",S6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Or(r);return b.jsx(I$,{...i,...n,ref:t})});S6.displayName=G$;var H$="DropdownMenuSeparator",E6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Or(r);return b.jsx(k$,{...i,...n,ref:t})});E6.displayName=H$;var W$="DropdownMenuArrow",K$=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Or(r);return b.jsx(j$,{...i,...n,ref:t})});K$.displayName=W$;var X$=e=>{const{__scopeDropdownMenu:t,children:r,open:n,onOpenChange:i,defaultOpen:s}=e,o=Or(t),[a=!1,c]=ac({prop:n,defaultProp:s,onChange:i});return b.jsx(P$,{...o,open:a,onOpenChange:c,children:r})},Y$="DropdownMenuSubTrigger",M6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Or(r);return b.jsx(R$,{...i,...n,ref:t})});M6.displayName=Y$;var J$="DropdownMenuSubContent",C6=O.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Or(r);return b.jsx(N$,{...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)"}})});C6.displayName=J$;var Z$=f6,Q$=h6,A6=p6,eB=g6,tB=v6,rB=y6,nB=b6,iB=w6,sB=_6,oB=x6,T6=S6,aB=E6,cB=X$,uB=M6,lB=C6;const fB=["1","2","3"],dB=["vertical","horizontal","both"],hf={size:{type:"enum",values:fB,default:"1",responsive:!0},radius:p0,scrollbars:{type:"enum",values:dB,default:"both"}},O0=O.forwardRef((e,t)=>{const{rest:r,...n}=zo(e),{className:i,style:s,type:o,scrollHideDelay:a=o!=="scroll"?0:void 0,dir:c,size:u=hf.size.default,radius:l=hf.radius.default,scrollbars:f=hf.scrollbars.default,...h}=r;return O.createElement($D,{type:o,scrollHideDelay:a,className:Xt("rt-ScrollAreaRoot",i,Vo(n)),style:s},O.createElement(BD,{...h,ref:t,className:"rt-ScrollAreaViewport"}),O.createElement("div",{className:"rt-ScrollAreaViewportFocusRing"}),f!=="vertical"?O.createElement(Im,{"data-radius":l,orientation:"horizontal",className:Xt("rt-ScrollAreaScrollbar",wt(u,"rt-r-size"))},O.createElement(km,{className:"rt-ScrollAreaThumb"})):null,f!=="horizontal"?O.createElement(Im,{"data-radius":l,orientation:"vertical",className:Xt("rt-ScrollAreaScrollbar",wt(u,"rt-r-size"))},O.createElement(km,{className:"rt-ScrollAreaThumb"})):null,f==="both"?O.createElement(LD,{className:"rt-ScrollAreaCorner"}):null)});O0.displayName="ScrollArea";const hB=["1","2"],pB=["solid","soft"],pf={size:{type:"enum",values:hB,default:"2",responsive:!0},variant:{type:"enum",values:pB,default:"solid"},color:cc,highContrast:ul},O6={color:cc,shortcut:{type:"string",default:void 0}},I6=e=>O.createElement(Z$,{...e});I6.displayName="DropdownMenuRoot";const k6=O.forwardRef((e,t)=>O.createElement(Q$,{...e,ref:t,asChild:!0}));k6.displayName="DropdownMenuTrigger";const j6=O.createContext({}),P6=O.forwardRef((e,t)=>{const r=zR(),{className:n,children:i,size:s=pf.size.default,variant:o=pf.variant.default,highContrast:a=pf.highContrast.default,color:c=O6.color.default,container:u,forceMount:l,...f}=e,h=c??r.accentColor;return O.createElement(A6,{container:u,forceMount:l},O.createElement(cl,{asChild:!0},O.createElement(eB,{"data-accent-color":h,align:"start",sideOffset:4,collisionPadding:10,...f,ref:t,className:Xt("rt-PopperContent","rt-BaseMenuContent","rt-DropdownMenuContent",n,wt(s,"rt-r-size"),`rt-variant-${o}`,{"rt-high-contrast":a})},O.createElement(O0,{type:"auto"},O.createElement("div",{className:Xt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},O.createElement(j6.Provider,{value:O.useMemo(()=>({size:s,variant:o,color:h,highContrast:a}),[s,o,h,a])},i))))))});P6.displayName="DropdownMenuContent";const R6=O.forwardRef((e,t)=>O.createElement(rB,{...e,ref:t,className:Xt("rt-BaseMenuLabel","rt-DropdownMenuLabel",e.className)}));R6.displayName="DropdownMenuLabel";const N6=O.forwardRef((e,t)=>{const{className:r,children:n,color:i=O6.color.default,shortcut:s,...o}=e;return O.createElement(nB,{"data-accent-color":i,...o,ref:t,className:Xt("rt-reset","rt-BaseMenuItem","rt-DropdownMenuItem",r)},O.createElement(Lo,null,n),s&&O.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},s))});N6.displayName="DropdownMenuItem";const D6=O.forwardRef((e,t)=>O.createElement(tB,{...e,ref:t,className:Xt("rt-BaseMenuGroup","rt-DropdownMenuGroup",e.className)}));D6.displayName="DropdownMenuGroup";const $6=O.forwardRef((e,t)=>O.createElement(sB,{...e,ref:t,className:Xt("rt-BaseMenuRadioGroup","rt-DropdownMenuRadioGroup",e.className)}));$6.displayName="DropdownMenuRadioGroup";const B6=O.forwardRef((e,t)=>{const{children:r,className:n,...i}=e;return O.createElement(oB,{...i,ref:t,className:Xt("rt-BaseMenuItem","rt-BaseMenuRadioItem","rt-DropdownMenuItem","rt-DropdownMenuRadioItem",n)},O.createElement(Lo,null,r),O.createElement(T6,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},O.createElement(ll,{className:"rt-BaseMenuItemIndicatorIcon rt-DropdownMenuItemIndicatorIcon"})))});B6.displayName="DropdownMenuRadioItem";const L6=O.forwardRef((e,t)=>{const{children:r,className:n,shortcut:i,...s}=e;return O.createElement(iB,{...s,ref:t,className:Xt("rt-BaseMenuItem","rt-BaseMenuCheckboxItem","rt-DropdownMenuItem","rt-DropdownMenuCheckboxItem",n)},O.createElement(Lo,null,r),O.createElement(T6,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},O.createElement(ll,{className:"rt-BaseMenuItemIndicatorIcon rt-ContextMenuItemIndicatorIcon"})),i&&O.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},i))});L6.displayName="DropdownMenuCheckboxItem";const U6=e=>O.createElement(cB,{...e});U6.displayName="DropdownMenuSub";const F6=O.forwardRef((e,t)=>{const{className:r,children:n,...i}=e;return O.createElement(uB,{...i,ref:t,className:Xt("rt-BaseMenuItem","rt-BaseMenuSubTrigger","rt-DropdownMenuItem","rt-DropdownMenuSubTrigger",r)},O.createElement(Lo,null,n),O.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},O.createElement(rx,{className:"rt-BaseMenuSubTriggerIcon rt-DropdownMenuSubtriggerIcon"})))});F6.displayName="DropdownMenuSubTrigger";const z6=O.forwardRef((e,t)=>{const{className:r,children:n,container:i,forceMount:s,...o}=e,{size:a,variant:c,color:u,highContrast:l}=O.useContext(j6);return O.createElement(A6,{container:i,forceMount:s},O.createElement(cl,{asChild:!0},O.createElement(lB,{"data-accent-color":u,alignOffset:-Number(a)*4,sideOffset:1,collisionPadding:10,...o,ref:t,className:Xt("rt-PopperContent","rt-BaseMenuContent","rt-BaseMenuSubContent","rt-DropdownMenuContent","rt-DropdownMenuSubContent",r,wt(a,"rt-r-size"),`rt-variant-${c}`,{"rt-high-contrast":l})},O.createElement(O0,{type:"auto"},O.createElement("div",{className:Xt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},n)))))});z6.displayName="DropdownMenuSubContent";const V6=O.forwardRef((e,t)=>O.createElement(aB,{...e,ref:t,className:Xt("rt-BaseMenuSeparator","rt-DropdownMenuSeparator",e.className)}));V6.displayName="DropdownMenuSeparator";const bi=Object.assign({},{Root:I6,Trigger:k6,Content:P6,Label:R6,Item:N6,Group:D6,RadioGroup:$6,RadioItem:B6,CheckboxItem:L6,Sub:U6,SubTrigger:F6,SubContent:z6,Separator:V6}),mB=["1","2","3","4"],gB=["classic","solid","soft","surface","outline","ghost"],ca={size:{type:"enum",values:mB,default:"2",responsive:!0},variant:{type:"enum",values:gB,default:"solid"},color:cc,highContrast:ul,radius:p0},q6=O.forwardRef((e,t)=>{const{rest:r,...n}=zo(e),{className:i,asChild:s=!1,size:o=ca.size.default,variant:a=ca.variant.default,color:c=ca.color.default,highContrast:u=ca.highContrast.default,radius:l=ca.radius.default,...f}=r,h=s?xi:"button";return O.createElement(h,{"data-disabled":f.disabled||void 0,"data-accent-color":c,"data-radius":l,...f,ref:t,className:Xt("rt-reset","rt-BaseButton",i,wt(o,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},Vo(n))})});q6.displayName="BaseButton";const G6=O.forwardRef((e,t)=>O.createElement(q6,{...e,ref:t,className:Xt("rt-Button",e.className)}));G6.displayName="Button";const vB={loading:{type:"boolean",default:!0}},qo=O.forwardRef((e,t)=>{const{rest:r,...n}=zo(e),{className:i,children:s,loading:o=vB.loading.default,...a}=r;if(!o)return O.createElement(O.Fragment,null,s);const c=O.isValidElement(s)?xi:"span";return O.createElement(c,{ref:t,"aria-hidden":!0,className:Xt("rt-Skeleton",i,Vo(n)),"data-inline-skeleton":O.isValidElement(s)?void 0:!0,tabIndex:-1,inert:"",...a},s)});qo.displayName="Skeleton";const yB=Ft("/images/ghost_loading.png"),bB=Ft("/images/primary_loading.png"),wB={primary:bB,ghost:yB};function _B({size:e="24px",variant:t="primary",wrapStyle:r={}}){return b.jsx(Y4,{align:"center",justify:"center",style:{width:"100%",height:"100%",...r},children:b.jsx("img",{src:wB[t],alt:"Loading",style:{width:e,height:e,animation:"spin 1s linear infinite"}})})}const xB="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==",mf="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,...s}){const[o,a]=ie.useState(mf),c=u=>{a(mf)};return ie.useEffect(()=>{a(e||mf)},[e]),b.jsxs("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[b.jsx("img",{src:o,alt:t||"",className:r,loading:"lazy",decoding:"async",style:{borderRadius:"100%",...n},onError:c,...s}),i&&b.jsx("img",{style:{position:"absolute",right:-2,bottom:-2,width:"16px",height:"16px"},src:xB})]})}function SB({toastData:e,onClose:t}){const{status:r,buildShowInfo:n,tx:i,id:s}=e,{getExplorerUrl:o}=$o(),a=ie.useMemo(()=>{if(n&&r)return n(r)},[r]),c=ie.useMemo(()=>{if(r){if(r==="rejected")return"#ff5073";if(r==="success")return"#68ffd8"}return"#909ca4"},[r]);return b.jsxs("div",{className:"cs-toast",children:[b.jsxs("div",{style:{gap:"0px",display:"flex",flexDirection:"column"},children:[b.jsxs("div",{style:{display:"flex",gap:"10px",alignItems:"center"},children:[r==="submitted"&&b.jsx("div",{children:b.jsx(_B,{})}),b.jsxs("svg",{className:"cs-icon",style:{width:"16px",height:"16px",fill:c},children:[r==="rejected"&&b.jsx("use",{xlinkHref:"#icon-close"}),r==="success"&&b.jsx("use",{xlinkHref:"#icon-sel"})]}),r==="submitted"&&b.jsxs("span",{style:{marginLeft:"-28px"},children:[" ","Transaction in progress"," "]}),r==="rejected"&&b.jsx("span",{className:"red",children:(a==null?void 0:a.toastTitleText)||"Transaction failed"}),r==="success"&&b.jsx("span",{className:"green",children:(a==null?void 0:a.toastTitleText)||"Transaction Successful"})]}),r==="submitted"&&b.jsxs("div",{children:[a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():b.jsx("span",{children:a==null?void 0:a.toastDescriptionContent}),!(a!=null&&a.toastDescriptionContent)&&i&&b.jsx(f4,{text:"Confirmation is in progress. Check your transaction on here",keywords:["here"],text_highlight_color:"#72c1f7",onKeywordClick:()=>{window.open(o(i,"tx"),"_blank")}})]}),r==="rejected"&&b.jsxs(b.Fragment,{children:[a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():b.jsx("span",{children:a==null?void 0:a.toastDescriptionContent}),!(a!=null&&a.toastDescriptionContent)&&b.jsx("span",{children:"Something went wrong"})]}),r==="success"&&b.jsx(b.Fragment,{children:a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():b.jsx("span",{children:a==null?void 0:a.toastDescriptionContent})}),r==="success"&&i&&b.jsxs("div",{className:"view-transaction",children:[b.jsx("span",{children:"View Transaction"}),el.map(u=>b.jsx("a",{href:o(i,"tx",u.link),target:"_blank",children:b.jsx(Gr,{src:u.img})},u.link))]})]}),b.jsx("svg",{className:"cs-icon close","aria-hidden":"true",onClick:()=>t(s),children:b.jsx("use",{xlinkHref:"#icon-close"})})]})}const EB=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)}))}})),Go=(e="cs-swap-widget")=>{const{toasts:t,setToasts:r,removeToast:n}=EB(),i=(a,c="success")=>{const l={id:Date.now(),status:c,buildShowInfo:()=>({toastTitleText:a})};r(l)},s=a=>{const c=Date.now();return a.id=c,r(a),c},o=ie.useCallback(()=>{let a=document.getElementById(e);return a||(a=document.createElement("div"),a.id=e,document.body.appendChild(a)),Uu.createPortal(b.jsx("div",{className:"cs-toast-wrapper",children:t&&t.map(c=>b.jsx(SB,{toastData:c,onClose:()=>{n(c.id)}},c.id))}),a)},[t]);return{addCommonToast:i,addTxToast:s,ToastContainer:o,removeToast:n}};function MB(){const{mevProtect:e,setMevProtect:t}=Wr();return b.jsxs(bi.Root,{children:[b.jsx(bi.Trigger,{children:b.jsx("div",{className:"cs-settings-btn",children:b.jsx("svg",{"aria-hidden":"true",cursor:"pointer",fill:e?"var(--cs-primary)":"var(--cs-icon-fill)",children:b.jsx("use",{xlinkHref:"#icon-mev"})})})}),b.jsx(bi.Content,{variant:"soft",className:"cs-dropdown-content",side:"bottom",align:"end",style:{maxWidth:"328px"},children:b.jsxs("div",{className:"mev-settings-box",children:[b.jsxs("div",{className:"mev-setting-title",children:[b.jsxs("div",{className:"name",children:[b.jsx("img",{src:Ft("/images/icon_mev@2x.png")}),b.jsx("span",{children:"MEV Protect"})]}),b.jsx(Bx,{checked:e,className:"cs-switch",onClick:()=>{t(!e)}})]}),b.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 CB({onClick:e}){const[t,r]=ie.useState(!1),n=()=>{r(!0),setTimeout(()=>{r(!1)},1e3),e()};return b.jsx("div",{className:"refresh-button",children:b.jsx("svg",{className:t?"rotate cs-icon-hover":"cs-icon-hover","aria-hidden":"true",onClick:n,children:b.jsx("use",{xlinkHref:"#icon-refresh"})})})}function I0(e){const{text:t,onClick:r,className:n,btnIsDisabled:i=!1}=e,s=()=>{r&&r()};return b.jsx(G6,{disabled:i,className:n?`cs-button ${n}`:"cs-button",onClick:s,children:t})}function AB(){const{setIsOpenSlippageDialog:e,isOpenSlippageDialog:t,slippage:r}=Wr();return b.jsxs(b.Fragment,{children:[b.jsxs("div",{className:"slippage-button",onClick:()=>e(!0),children:[b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-verticalslider"})}),b.jsxs("span",{children:[r,"%"]})]}),t&&b.jsx(TB,{onClose:()=>e(!1)})]})}function TB({onClose:e}){const{slippage:t,setSlippage:r}=Wr(),[n,i]=ie.useState(t),s=u=>{i(u.display)},o=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=ie.useMemo(()=>+n?Number(n)>50||Number(n)<.01:!0,[t,n]);return b.jsxs(b.Fragment,{children:[b.jsx("div",{className:"dialog-mask",style:{zIndex:"100"}}),b.jsx("div",{className:"slippage-settings-dialog",style:{zIndex:"100"},children:b.jsxs("div",{className:"slippage-settings",children:[b.jsxs("div",{className:"slippage-settings-header",children:[b.jsx("div",{className:"title",children:"Settings"}),b.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:e,children:b.jsx("use",{xlinkHref:"#icon-close"})})]}),b.jsxs("div",{className:"title",children:[b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-verticalslider"})}),b.jsx("span",{children:"Slippage Tolerance"})]}),b.jsxs("div",{className:"form-box",children:[b.jsx("div",{className:"slippage-tab-list",children:gj.map(u=>b.jsxs("span",{className:u.display===n?"active":"",onClick:()=>s(u),children:[u.display,"%"]}))}),b.jsxs("div",{className:"input-box",children:[b.jsx("span",{children:"Custom"}),b.jsx("input",{className:"cs-input",placeholder:"0.0",value:n,onChange:o}),b.jsx("i",{children:"%"})]})]}),Number(n)<=.05&&b.jsx("div",{className:"tips warning",children:"Slippage is low. Your transaction may fail."}),Number(n)<=50&&Number(n)>1&&b.jsx("div",{className:"tips warning",children:"Your transaction may frontrun"}),Number(n)>50&&b.jsx("div",{className:"tips error",children:" Enter a valid slippage percentage"}),b.jsx(I0,{text:"Save",btnIsDisabled:c,className:"slippage-save-btn",onClick:a})]})})]})}function OB({handleRefresh:e}){return b.jsx(b.Fragment,{children:b.jsxs("div",{className:"swap-header",children:[b.jsx("h3",{className:"swap-title",children:"Swap"}),b.jsxs("div",{className:"right",children:[b.jsx(AB,{}),b.jsx(MB,{}),b.jsx(CB,{onClick:e})]})]})})}function IB(){const[e,t]=ie.useState(!1);return b.jsxs(bi.Root,{open:e,onOpenChange:t,children:[b.jsx(bi.Trigger,{children:b.jsx("div",{className:"cs-settings-btn",children:b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-settings"})})})}),b.jsx(bi.Content,{variant:"soft",className:"cs-dropdown-content",style:{backgroundColor:"#2B3643"},side:"bottom",align:"end",children:b.jsxs("div",{className:"cs-settings-box",children:[b.jsx("h3",{children:"Settings"}),b.jsx(kB,{}),b.jsx(PB,{onClose:()=>{t(!1)}})]})})]})}function kB(){const{currentExplorer:e,setCurrentExplorer:t,currentRpc:r,setCurrentRpc:n}=Wr(),i=s=>{t(s)};return b.jsxs("div",{className:"settings-card",style:{marginTop:"12px"},children:[b.jsxs("h3",{className:"card-title",children:[b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-plorer"})}),b.jsx("span",{children:"Preferred Explorer"})]}),b.jsx("div",{className:"explorer-checkbox-group",children:el.map(s=>b.jsxs("div",{className:"group-item",style:{justifyContent:"center"},onClick:()=>i(s.link),children:[b.jsx(fl,{color:"indigo",checked:s.link===e,variant:"soft",className:"cs-checkbox"}),b.jsx("img",{src:s.img}),b.jsx("span",{children:s.name})]}))})]})}const jB=e=>!/^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?/.test(e);function PB({onClose:e}){const{addTxToast:t}=Go(),{currentRpc:r,setCurrentRpc:n,customRpc:i,setCustomRpc:s,rpcList:o}=Wr(),[a,c]=ie.useState(i),[u,l]=ie.useState(r),f=w=>{t({id:0,status:"success",buildShowInfo:()=>({toastTitleText:"RPC update",toastDescriptionContent:`RPC is currently set to ${w}`})})},h=w=>{l(w),w.isCustom||(n(w),f(w.link),e())},y=w=>{c(w.target.value)},_=()=>{if(a){const w={name:"Custom RPC URL",link:a,isCustom:!0};s(a),n(w),f(a),e()}};return b.jsxs("div",{className:"settings-card rpc-settings-card",children:[b.jsxs("h3",{className:"card-title",children:[b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-settings"})}),b.jsx("span",{children:"RPC Node"})]}),b.jsxs("div",{className:"rpc-checkbox-group",children:[o.map(w=>b.jsxs("div",{className:"rpc-item",onClick:()=>h(w),children:[b.jsx(fl,{color:"indigo",checked:u.name===w.name,variant:"soft",className:"cs-checkbox"}),b.jsx("span",{children:w.name})]})),u.isCustom&&b.jsxs("div",{className:"custom-rpc-input-box",children:[b.jsx("input",{className:"cs-input",placeholder:"Custom RPC URL",onChange:y,value:a}),b.jsx(I0,{btnIsDisabled:jB(a),text:"Save",onClick:_})]})]})]})}const Cn=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}))}}));var RB=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()}},NB=RB,Pm={"text/plain":"Text","text/html":"Url",default:"Text"},DB="Copy to clipboard: #{key}, Enter";function $B(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}function BB(e,t){var r,n,i,s,o,a,c=!1;t||(t={}),r=t.debug||!1;try{i=NB(),s=document.createRange(),o=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 f=Pm[t.format]||Pm.default;window.clipboardData.setData(f,e)}else l.clipboardData.clearData(),l.clipboardData.setData(t.format,e);t.onCopy&&(l.preventDefault(),t.onCopy(l.clipboardData))}),document.body.appendChild(a),s.selectNodeContents(a),o.addRange(s);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(f){r&&console.error("unable to copy using clipboardData: ",f),r&&console.error("falling back to prompt"),n=$B("message"in t?t.message:DB),window.prompt(n,e)}}finally{o&&(typeof o.removeRange=="function"?o.removeRange(s):o.removeAllRanges()),a&&document.body.removeChild(a),i()}return c}var LB=BB;const H6=Qa(LB);function UB({currentAccount:e}){const{mutate:t}=$r.useSwitchAccount(),r=$r.useAccounts(),{isOpenAccountList:n,setIsOpenAccountList:i}=Cn(),s=()=>{i(!n)};ie.useEffect(()=>()=>{i(!1)},[]);const o=ie.useMemo(()=>r.filter(c=>c.address!==e),[r,e]);ie.useEffect(()=>{},[o]);const a=c=>{t({account:c},{onSuccess:()=>{}})};return b.jsxs("div",{className:"cs-account-switch",children:[b.jsxs("div",{className:"account",onClick:s,children:[b.jsx("span",{children:Ps(e)}),(o==null?void 0:o.length)>0&&b.jsx("svg",{className:`cs-icon ${n?"open":"close"}`,"aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-unfold"})})]}),b.jsx("div",{className:`account-list ${n?"open":"close"}`,children:o.map(c=>b.jsxs("div",{className:"account-item",children:[b.jsxs("div",{className:"left",children:[b.jsx("div",{className:"label",children:c==null?void 0:c.label}),b.jsx("div",{className:"address",children:Ps(c==null?void 0:c.address)})]}),b.jsx("button",{className:"cs-outline-btn",onClick:()=>a(c),children:"Switch"})]}))})]})}function FB({connect:e}){const t=$r.useCurrentAccount();return ie.useEffect(()=>{},[t]),b.jsx("div",{children:t?b.jsx(zB,{}):b.jsx(I0,{text:"Connect",className:"cs-connect-button",onClick:()=>e(!0)})})}function zB(){const{mutate:e}=$r.useDisconnectWallet(),t=$r.useCurrentAccount(),{currentWallet:r}=$r.useCurrentWallet(),{addCommonToast:n}=Go(),{getExplorerUrl:i}=$o(),s=()=>{t&&(H6(t.address||"",{debug:!1,message:"message"}),n("Copied"))},o=()=>{t&&window.open(i(t.address,"account"),"_blank")};return ie.useEffect(()=>{},[r]),b.jsxs(bi.Root,{children:[b.jsx(bi.Trigger,{children:b.jsxs("div",{className:"cs-connected-button",children:[b.jsx("img",{src:r==null?void 0:r.icon,style:{width:"20px",height:"20px"}}),b.jsx("span",{children:Ps(t==null?void 0:t.address)})]})}),b.jsx(bi.Content,{variant:"soft",className:"cs-dropdown-content",style:{backgroundColor:"#2B3643"},side:"bottom",align:"end",children:b.jsxs("div",{className:"account-op-box",children:[b.jsx("span",{style:{fontSize:"14px",color:"#909CA4",marginBottom:"6px"},children:t==null?void 0:t.label}),b.jsx(UB,{currentAccount:t==null?void 0:t.address}),b.jsxs("div",{className:"account-op-item",onClick:s,style:{marginTop:"12px"},children:[b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-copy"})}),b.jsx("span",{children:"Copy address"})]}),b.jsxs("div",{className:"account-op-item",onClick:o,children:[b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-link"})}),b.jsx("span",{children:"Open explorer"})]}),b.jsxs("div",{className:"account-op-item",onClick:()=>e(),children:[b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-disconnect"})}),b.jsx("span",{children:"Disconnect"})]})]})})]})}function VB(){$r.useCurrentAccount(),$r.useCurrentWallet();const{isOpenWalletModal:e,onWalletModal:t,saveCurrentAccount:r}=Cn();return $r.useWallets(),b.jsx(b.Fragment,{children:b.jsx($r.ConnectModal,{trigger:b.jsx(FB,{connect:t}),open:e,onOpenChange:n=>t(n)})})}function qB({independentWallet:e,customWallet:t}){return b.jsxs(b.Fragment,{children:[b.jsxs("div",{className:"widget-header",children:[b.jsx("img",{src:Ft("/images/logo@2x.png"),className:"cetus-logo"}),b.jsxs("div",{className:"right",children:[e&&b.jsx(VB,{}),b.jsx(IB,{})]})]}),b.jsx("div",{style:{marginTop:"20px"}})]})}const W6=()=>{const e=ie.useRef(null);ie.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 b.jsx("div",{style:{width:"100%",height:"100%",position:"relative"},children:b.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)=>b.jsx("div",{style:t(i),children:b.jsx("div",{style:r})},i))})})};function GB({onClose:e,transactionData:t}){const{status:r,buildShowInfo:n,tx:i}=t,s=ie.useMemo(()=>{if(n&&r)return n(r)},[r]);return b.jsxs("div",{className:"ts-status-dialog",children:[(r==="confirmation"||r==="submitted")&&b.jsx(HB,{info:s,status:r}),(r==="success"||r==="rejected")&&b.jsx(WB,{info:s,status:r,tx:i,onClose:e})]})}function HB({info:e,status:t}){return b.jsxs("div",{className:"progress-dialog",children:[b.jsx("div",{className:"title",children:t==="confirmation"?"Waiting for Confirmation":"Transaction in progress"}),b.jsx("div",{className:"loading-box",children:b.jsx(W6,{})}),b.jsxs("div",{className:"ts-content",children:[e==null?void 0:e.modalDescriptionText," "]}),b.jsxs("p",{className:"ts-desc",children:[" ",t==="confirmation"?"Confirm this transaction in your wallet.":"Confirmation is in progress."]})]})}function WB({info:e,status:t,tx:r,onClose:n}){const{getExplorerUrl:i}=$o();return b.jsxs("div",{className:"finally-status-dialog",children:[b.jsxs("div",{className:"center-content",children:[b.jsxs("div",{className:t==="success"?"status-box is-success":"status-box is-error",children:[b.jsx("div",{className:"status-icon-box",children:b.jsx("div",{className:"status-icon",children:b.jsx("svg",{className:"icon","aria-hidden":"true",children:t==="success"?b.jsx("use",{xlinkHref:"#icon-sel"}):b.jsx("use",{xlinkHref:"#icon-caution"})})})}),t==="success"?b.jsx("span",{children:"Swap Success"}):b.jsx("span",{children:"Swap failed"})]}),b.jsx("div",{className:"ts-content",children:e==null?void 0:e.modalDescriptionText}),r&&b.jsxs("div",{className:"view-transaction",children:[b.jsx("span",{children:"View Transaction"}),el.map(s=>b.jsx("a",{href:i(r,"tx",s.link),target:"_blank",children:b.jsx("img",{src:s.img})},s.link))]})]}),b.jsx("button",{className:"cs-solid-btn swap-more-btn",onClick:n,children:t==="success"?b.jsx("span",{children:" Swap More"}):b.jsx("span",{children:"Retry"})})]})}function vl(){return{fetchByApi:async(t,r,n,i)=>{try{return r==="GET"?await hj(`${i||Su.api}${t}`,n):await pj(`${i||Su.api}${t}`,n)}catch(s){throw s}}}}function KB(){const{fetchByApi:e}=vl(),{setProviders:t}=Wr();return{fetchRouterConfig:async()=>{try{const n=await e("/router_v2/status","GET"),{providers:i}=n;i&&t(i)}catch{}}}}function XB({interval:e,callback:t}){const r=ie.useRef(),n=ie.useRef(null);ie.useEffect(()=>{r.current=t},[t]);const i=ie.useCallback(()=>{n.current&&clearInterval(n.current),e>0&&(n.current=setInterval(()=>{r.current&&r.current(Date.now())},e))},[e]),s=ie.useCallback(()=>{n.current&&(clearInterval(n.current),n.current=null)},[]);return ie.useEffect(()=>(i(),()=>s()),[]),{startTimer:i,stopTimer:s}}const Ls=Ti((e,t)=>({suiClient:new ja({url:Su.fullRpcUrl}),setSuiClient:r=>{e(()=>({suiClient:r}))},aggregatorSDK:new F_,setAggregatorSDK:r=>{e(()=>({aggregatorSDK:r}))}})),YB=(e,t)=>({requestTokenList:[],addRequestTokenList:r=>{e(()=>({requestTokenList:[...t().requestTokenList,r]}))},setToken:r=>{const{tokenMap:n,requestTokenList:i}=t(),s=new Map(n);s.set(Mr(r.coin_type).full_address,r);const o=i.filter(a=>a!==r.coin_type);e(()=>({tokenMap:s,requestTokenList:[...o]})),yi.setItem(ld,s)},tokenMap:new Map,setTokenMap:(r,n=!1)=>{e(()=>({tokenMap:r})),n||yi.setItem(ld,r)},trustedTokenList:[],setTrustedTokenList:(r,n=!1)=>{e(()=>({trustedTokenList:r})),n||yi.setItem(s4,r)}}),dc=Ti(YB);yi.getItem(ld).then(e=>{e!==null&&dc.getState().setTokenMap(e,!0)});yi.getItem(s4).then(e=>{e!==null&&dc.getState().setTrustedTokenList(e,!0)});function JB(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 Us(){const{suiClient:e}=Ls(),{fetchByApi:t}=vl(),{setTokenMap:r,tokenMap:n,setToken:i,requestTokenList:s,addRequestTokenList:o,setTrustedTokenList:a}=dc(),c=async()=>{var _;const f=await t("/v2/sui/coins_info","GET"),h=[],y=(_=f==null?void 0:f.list)==null?void 0:_.reduce((w,A)=>(w.set(A.coin_type,A),A.is_trusted&&h.push({...A,coin_type:Mr(A.coin_type).full_address}),w),new Map);y&&(y.set("0x2::sui::SUI",{...y.get("0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI"),coin_type:"0x2::sui::SUI"}),r(y),a(h))},u=async f=>{try{const h=l(f);if(h)return h;if(s.includes(f))return;o(f);const y=await e.getCoinMetadata({coinType:f});if(y){i4(f)&&(y.iconUrl="https://archive.cetus.zone/assets/image/sui/sui.png");const _=JB(y,f);return i(_),_}}catch{}},l=ie.useCallback(f=>{if(f)return n.get(Mr(f).full_address)||n.get(f)},[n]);return{getTokens:c,fetchTokenInfo:u,getTokenInfo:l}}function Pu(e){const{suiClient:t}=Ls(),{currentAccount:r,setTokenBalanceObj:n,tokenBalanceObj:i}=Cn(),{fetchTokenInfo:s}=Us(),[o,a]=ie.useState([]),{tokenMap:c}=dc(),u=async(y=(r==null?void 0:r.address)||"",_)=>{try{if(!y){l();return}let w=[];_?w=[await t.getBalance({owner:y,coinType:_})]:w=[...await t.getAllBalances({owner:y})],a(w)}catch{a([])}},l=()=>{n({})};ie.useEffect(()=>{(o==null?void 0:o.length)>0&&(c!=null&&c.size)&&f(o)},[o,c]);const f=async y=>{const _={};for(let w=0;w<(y==null?void 0:y.length);w++)try{const A=y[w],I=await s(A.coinType),P=ij(A.totalBalance,I==null?void 0:I.decimals),N=en(P,4);_[Mr(A.coinType).full_address]={...A,displayBalance:N,totalBalanceFormat:P}}catch{continue}n(_)},h=ie.useMemo(()=>{if(e&&r)return i[e]||i[Mr(e).full_address]},[e,i,r]);return{getOwnerCoinBalances:u,balanceInfo:h}}const ZB=(e,t)=>({defaultFromCoin:void 0,defaultToCoin:void 0,isOpenSecondary:!1,byAmountIn:!0,findRouterLoading:!1,fromAmount:"",toAmount:"",fromCoin:void 0,toCoin:void 0,routerData:void 0,setDefaultCoin:(r,n)=>{e(()=>({defaultFromCoin:r,defaultToCoin: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}))}}),sn=Ti(ZB),QB={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"}},eL={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"}},K6=QB,X6=eL;function tL(e,t){const{fetchTokenInfo:r}=Us(),{setFromCoin:n,setToCoin:i,setDefaultCoin:s}=sn(),{setSlippage:o,setRpcList:a,setCurrentRpc:c}=Wr(),u=ie.useRef({}),l=async(h,y)=>{const _=h?await r(h):K6,w=y?await r(y):X6;n(_),i(w),s(_,w)},f=(h,y)=>{const _=[xu[0]];let w=xu[0];h.forEach(A=>{const I={name:A,link:A,isCustom:!1};_.push(I),A===y&&(w=I)}),a([..._,{name:"Custom RPC URL",link:"",isCustom:!0}]),c(w)};return ie.useEffect(()=>{if(!Zh(e,u.current)){const{defaultFromToken:h,defaultToToken:y,defaultSlippage:_,customRpcList:w,defaultRpc:A}=e;l(h,y),_&&o(_),(w==null?void 0:w.length)>0&&f(w,A),u.current=e}},[e]),{handleSetDefaultPair:l}}function rL(){const{currentRpc:e}=Wr(),{setSuiClient:t,setAggregatorSDK:r}=Ls(),{currentAccount:n}=Cn();ie.useEffect(()=>{if(e){const i=new ja({url:e.link});t(i)}},[e]),ie.useEffect(()=>{if(e){const i=new F_(Su.aggregatorUrl,(n==null?void 0:n.address)||void 0,new ja({url:e.link}),ak.Mainnet);r(i)}},[e.link,n==null?void 0:n.address])}const nL=(e,t)=>({coinPriceObj:{},setPriceObj:r=>{const n=t().coinPriceObj;e({coinPriceObj:{...n,...r}})},clearPriceObj:r=>{const n=t().coinPriceObj;r.forEach(i=>{delete n[Mr(i).full_address]}),e({coinPriceObj:{...n}})}}),Y6=Ti(nL);function yl(){const{fetchByApi:e}=vl(),{coinPriceObj:t,setPriceObj:r,clearPriceObj:n}=Y6(),i=async a=>{try{const u=(await e("/v2/sui/market_price","GET",{base_symbol_address_pair:a.map(l=>Qh(l,!1))})).prices;if(u){const l={};u.forEach(f=>{l[Mr(f.base_symbol).full_address]=f}),r(l)}return u}catch{return n(a),null}},s=ie.useCallback(a=>{if(!a)return;const c=t[Mr(a).full_address];if(c)return c},[t]),o=ie.useCallback((a,c,u)=>{const l=Number(c)==0||!u?"0":u;if(c&&a&&+c){const f=s(a);if(f)return Ve(c).mul(f.price).toString()}return l},[t]);return{fetchTokenPrices:i,getTokenPrice:s,getTokenAmountValue:o}}const k0=Ti((e,t)=>({transactionData:void 0,setTransactionData:r=>{e(()=>({transactionData:r}))}})),yr=[];for(let e=0;e<256;++e)yr.push((e+256).toString(16).slice(1));function iL(e,t=0){return(yr[e[t+0]]+yr[e[t+1]]+yr[e[t+2]]+yr[e[t+3]]+"-"+yr[e[t+4]]+yr[e[t+5]]+"-"+yr[e[t+6]]+yr[e[t+7]]+"-"+yr[e[t+8]]+yr[e[t+9]]+"-"+yr[e[t+10]]+yr[e[t+11]]+yr[e[t+12]]+yr[e[t+13]]+yr[e[t+14]]+yr[e[t+15]]).toLowerCase()}let gf;const sL=new Uint8Array(16);function oL(){if(!gf){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");gf=crypto.getRandomValues.bind(crypto)}return gf(sL)}const aL=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Rm={randomUUID:aL};function Nm(e,t,r){if(Rm.randomUUID&&!t&&!e)return Rm.randomUUID();e=e||{};const n=e.random||(e.rng||oL)();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 iL(n)}var Wc=(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))(Wc||{});const cL=new ja({url:Qg("mainnet")}),uL=["0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC","0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD","0xf16e6b723f242ec745dfd7634ad072c42d5c1d9ac9d62a39c381303eaa57693a::fdusd::FDUSD","0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb::usdy::USDY","0x294de7579d55c110a00a7c4946e09a1b5cbeca2592fbb83fd7bfacba3cfeaf0e::drf::DRF"],lL=["deny_list","DenyList","DenyCap","create_regulated_currency"],fL={showType:!0,showContent:!0,showOwner:!1,showPreviousTransaction:!1,showStorageRebate:!1,showDisplay:!1},dL=async e=>{let t=!1;if(uL.includes(e))return t;const r=e.split("::"),n=r[0]&&Nr(r[0]),i=r[1],s=await cL.getObject({id:n,options:fL}),o="disassembled"in s.data.content?s.data.content.disassembled[i]:null;return o&&typeof o=="string"&&new RegExp(lL.join("|"),"i").test(o)&&(t=!0),t},hL=e=>{var n;if(!e)return"";const t=e==null?void 0:e.split(",");return(n=t==null?void 0:t.map(i=>Qh(i,!1)))==null?void 0:n.join(",")};function pL(){const{fetchByApi:e}=vl(),t=async n=>{try{const i={...n},s=hL(n==null?void 0:n.coin_type);s&&(i.coin_type=s);const o=await e("/v2/sui/stats_pools","GET",i);if(o!=null&&o.lp_list)return{list:(o==null?void 0:o.lp_list)||[],total:o==null?void 0:o.total}}catch(i){return console.error("getPoolList ~ Error:",i),await r(n)}return{list:[],total:0}},r=async n=>{var i,s,o,a;try{const c=Ft("/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=(s=u==null?void 0:u.data)==null?void 0:s.lp_list;let f=l;if(n!=null&&n.coin_type){const y=(a=(o=n==null?void 0:n.coin_type)==null?void 0:o.split(","))==null?void 0:a.map(_=>Ta(_).source_address);f=l==null?void 0:l.filter(_=>{var I,P;const w=Ta((I=_==null?void 0:_.coin_a)==null?void 0:I.address).source_address,A=Ta((P=_==null?void 0:_.coin_b)==null?void 0:P.address).source_address;return(y==null?void 0:y.length)>1&&y.includes(w)&&y.includes(A)?!0:!!((y==null?void 0:y.length)===1&&(y.includes(w)||y.includes(A)))})}n!=null&&n.is_vaults&&(f=l==null?void 0:l.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)&&(f=l==null?void 0:l.filter(y=>y==null?void 0:y.has_farming));const h=f;return{list:h,total:(h==null?void 0:h.length)||0}}}catch(c){console.error("getLocalJsonPoolList Error:",c)}return{list:[],total:0}};return{getPoolList:t,getLocalJsonPoolList:r}}function mL(e=!0){const{poolApiMap:t,setPoolApiMap:r}=Wr(),{getPoolList:n,getLocalJsonPoolList:i}=pL();return{getPoolListByCoinType:async(o,a)=>{if(o&&a){const c=[o,a].sort(),u=`${c[0]}_${c[1]}`,l=t[u];if(l)return l;const f={coin_type:`${o},${a}`,display_all_pools:!0,offset:0,limit:100,order_by:"-tvl",no_incentives:!0,has_farming:!0,has_mining:!0};let h=e?await i(f):void 0;(h===void 0||h.list.length===0)&&(h=await n(f));const y=h.list;if(y.length>0)return t[u]=y,r(u,y),y}return[]}}}function gL(e){const{routerData:t}=sn();return{priceAcceptRouterData:ie.useMemo(()=>{if(t&&e){if(e.byAmountIn){if(!Ve(e.toAmountUi).eq(t.toAmountUi||"0"))return t}else if(!Ve(e.fromAmountUi).eq(t.fromAmountUi||"0"))return t;return}},[t,e])}}function J6(e,t){return{amountLimit:ie.useMemo(()=>{if(t&&t.routerData){const{byAmountIn:n,fromAmountUi:i,toAmountUi:s}=t;return n?Ve(s).mul(Ve(1).sub(Ve(e).div(100))).toString():Ve(i).mul(Ve(1).add(Ve(e).div(100))).toString()}},[e,t])}}function vL(e){const{getTokenInfo:t,fetchTokenInfo:r}=Us();return{formatSwapRouter:ie.useMemo(()=>{if(e&&e.routerData){const i=[],s=e.byAmountIn?e.routerData.amountIn.toString():e.routerData.amountOut.toString(),o=[],a=[];let c=Ve(0);if(e.routerData.routes.forEach((l,f)=>{const h={},y=e.byAmountIn?l.amountIn.toString():l.amountOut.toString();f===e.routerData.routes.length-1?h.percentage=Ve(1).sub(c).toFixed(2):h.percentage=Ve(y).div(s).toFixed(2),c=Ve(c).add(h.percentage);const _=[];l.path.forEach(w=>{i.includes(w.provider)||i.push(w.provider);const A=Mr(w.from).full_address,I=Mr(w.target).full_address,P=t(A),N=t(I);P||a.includes(A)&&a.push(A),N||a.includes(I)&&a.push(I);const F=w.provider===Oa.SCALLOP||w.provider===Oa.FLOWX||w.provider===Oa.FLOWXV3;_.push({from_type:A,to_type:I,pool_address:F?"":w.id,fee_rate:w.feeRate,provider:w.provider})}),h.paths=_,o.push(h)}),a.length>0)for(const l in a)r(l);return{router_summery:`${e.routerData.routes.length} Streams`,providers:i,routers:o}}},[e])}}function yL(){const{fromCoin:e,toCoin:t}=sn(),{getPoolListByCoinType:r}=mL();return{getSwapPoolAddress:async()=>e&&t?(await r(e.coin_type,t.coin_type)).map(o=>o.address):[]}}function Z6(e,t,r){return ie.useMemo(()=>t&&r&&+t&&+r?e?Ve(r).div(t).toString():Ve(t).div(r).toString():"0",[t,r,e])}function Dm(e){const[t,r]=ie.useState(),n=async i=>{if(i.is_trusted)return!1;try{return await dL(i.coin_type)}catch{}return!1};return ie.useEffect(()=>{r(void 0),e&&n(e).then(i=>{r(i)})},[e==null?void 0:e.coin_type]),{isScamsCoin:t}}function bL(){const{defaultFromCoin:e,defaultToCoin:t}=sn();return{isCustomMode:ie.useMemo(()=>(e==null?void 0:e.coin_type)!==K6.coin_type||(t==null?void 0:t.coin_type)!==X6.coin_type,[e,t])}}function wL(){const{aggregatorSDK:e}=Ls(),{getSwapPoolAddress:t}=yL(),r=s=>s&&s.error?s.error.code===Wc.InsufficientLiquidity||Wc.HoneyPot||Wc.NumberTooLarge:!1,n=async s=>{const{fromToken:o,toToken:a,amount:c,providersKeys:u,by_amount_in:l,uuid:f}=s,h={from:o.coin_type,target:a.coin_type,amount:new Yp(c),byAmountIn:l,depth:3,splitAlgorithm:void 0,splitFactor:void 0,splitCount:void 0,providers:u};try{const y=await e.findRouters(h);if(y&&r(y))return i(!1,y.insufficientLiquidity,l,f,o,a);if(!y||y.routes.length===0)throw Error("not find router");return i(!1,y.insufficientLiquidity,l,f,o,a,y)}catch{const _=await t(),w={from:o.coin_type,target:a.coin_type,amount:new Yp(c),byAmountIn:l,pools:_};try{const A=await e.swapInPools(w);return!A||!A.routeData?i(!0,!0,l,f,o,a):i(!0,A.isExceed,l,f,o,a,A.routeData)}catch{return{uuid:f,byAmountIn:l,isExceed:!1,isDegrade:!0}}}},i=(s,o,a,c,u,l,f)=>{if(f){const h=ud(f.amountIn.toString(),u.decimals).toString(),y=ud(f.amountOut.toString(),l.decimals).toString();return{routerData:f,fromAmountUi:h,toAmountUi:y,uuid:c,byAmountIn:a,isExceed:o,isDegrade:s}}else return{uuid:c,byAmountIn:a,isExceed:o,isDegrade:s}};return{findBestRouters:n}}function Zs(e){const t=ie.useRef(e);return ie.useEffect(()=>{t.current=e},[e]),t}function _L(e){try{return e&&e.toString().includes("Rejected from user")}catch{return!1}}function xL(e){const t=String(e);return t.indexOf("withdraw_with_proof")>-1||t.indexOf("check_coin_threshold")>-1||t.indexOf('Identifier("balance")')>-1}function SL(e){return!!String(e).includes("Could not find the referenced transaction")}function EL(e){return _L(e)?"User rejected the request":xL(e)?"Exceeded price slippage":SL(e)?"Oops. Failed to sync data from your txid. Please check your txn status from explorer or from your wallet.":"Transaction failed"}var j0={},ML=z_();const CL=Qa(ML);function Q6(e,t){return function(){return e.apply(t,arguments)}}const{toString:AL}=Object.prototype,{getPrototypeOf:P0}=Object,bl=(e=>t=>{const r=AL.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),An=e=>(e=e.toLowerCase(),t=>bl(t)===e),wl=e=>t=>typeof t===e,{isArray:Ho}=Array,Ga=wl("undefined");function TL(e){return e!==null&&!Ga(e)&&e.constructor!==null&&!Ga(e.constructor)&&qr(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const e8=An("ArrayBuffer");function OL(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&e8(e.buffer),t}const IL=wl("string"),qr=wl("function"),t8=wl("number"),_l=e=>e!==null&&typeof e=="object",kL=e=>e===!0||e===!1,Kc=e=>{if(bl(e)!=="object")return!1;const t=P0(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},jL=An("Date"),PL=An("File"),RL=An("Blob"),NL=An("FileList"),DL=e=>_l(e)&&qr(e.pipe),$L=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||qr(e.append)&&((t=bl(e))==="formdata"||t==="object"&&qr(e.toString)&&e.toString()==="[object FormData]"))},BL=An("URLSearchParams"),[LL,UL,FL,zL]=["ReadableStream","Request","Response","Headers"].map(An),VL=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function hc(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let n,i;if(typeof e!="object"&&(e=[e]),Ho(e))for(n=0,i=e.length;n<i;n++)t.call(null,e[n],n,e);else{const s=r?Object.getOwnPropertyNames(e):Object.keys(e),o=s.length;let a;for(n=0;n<o;n++)a=s[n],t.call(null,e[a],a,e)}}function r8(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 Os=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:io)(),n8=e=>!Ga(e)&&e!==Os;function _d(){const{caseless:e}=n8(this)&&this||{},t={},r=(n,i)=>{const s=e&&r8(t,i)||i;Kc(t[s])&&Kc(n)?t[s]=_d(t[s],n):Kc(n)?t[s]=_d({},n):Ho(n)?t[s]=n.slice():t[s]=n};for(let n=0,i=arguments.length;n<i;n++)arguments[n]&&hc(arguments[n],r);return t}const qL=(e,t,r,{allOwnKeys:n}={})=>(hc(t,(i,s)=>{r&&qr(i)?e[s]=Q6(i,r):e[s]=i},{allOwnKeys:n}),e),GL=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),HL=(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)},WL=(e,t,r,n)=>{let i,s,o;const a={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),s=i.length;s-- >0;)o=i[s],(!n||n(o,e,t))&&!a[o]&&(t[o]=e[o],a[o]=!0);e=r!==!1&&P0(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},KL=(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},XL=e=>{if(!e)return null;if(Ho(e))return e;let t=e.length;if(!t8(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},YL=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&P0(Uint8Array)),JL=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let i;for(;(i=n.next())&&!i.done;){const s=i.value;t.call(e,s[0],s[1])}},ZL=(e,t)=>{let r;const n=[];for(;(r=e.exec(t))!==null;)n.push(r);return n},QL=An("HTMLFormElement"),eU=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,n,i){return n.toUpperCase()+i}),$m=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),tU=An("RegExp"),i8=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};hc(r,(i,s)=>{let o;(o=t(i,s,e))!==!1&&(n[s]=o||i)}),Object.defineProperties(e,n)},rU=e=>{i8(e,(t,r)=>{if(qr(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const n=e[r];if(qr(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+"'")})}})},nU=(e,t)=>{const r={},n=i=>{i.forEach(s=>{r[s]=!0})};return Ho(e)?n(e):n(String(e).split(t)),r},iU=()=>{},sU=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,vf="abcdefghijklmnopqrstuvwxyz",Bm="0123456789",s8={DIGIT:Bm,ALPHA:vf,ALPHA_DIGIT:vf+vf.toUpperCase()+Bm},oU=(e=16,t=s8.ALPHA_DIGIT)=>{let r="";const{length:n}=t;for(;e--;)r+=t[Math.random()*n|0];return r};function aU(e){return!!(e&&qr(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const cU=e=>{const t=new Array(10),r=(n,i)=>{if(_l(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[i]=n;const s=Ho(n)?[]:{};return hc(n,(o,a)=>{const c=r(o,i+1);!Ga(c)&&(s[a]=c)}),t[i]=void 0,s}}return n};return r(e,0)},uU=An("AsyncFunction"),lU=e=>e&&(_l(e)||qr(e))&&qr(e.then)&&qr(e.catch),o8=((e,t)=>e?setImmediate:t?((r,n)=>(Os.addEventListener("message",({source:i,data:s})=>{i===Os&&s===r&&n.length&&n.shift()()},!1),i=>{n.push(i),Os.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",qr(Os.postMessage)),fU=typeof queueMicrotask<"u"?queueMicrotask.bind(Os):typeof Wi<"u"&&Wi.nextTick||o8;var fe={isArray:Ho,isArrayBuffer:e8,isBuffer:TL,isFormData:$L,isArrayBufferView:OL,isString:IL,isNumber:t8,isBoolean:kL,isObject:_l,isPlainObject:Kc,isReadableStream:LL,isRequest:UL,isResponse:FL,isHeaders:zL,isUndefined:Ga,isDate:jL,isFile:PL,isBlob:RL,isRegExp:tU,isFunction:qr,isStream:DL,isURLSearchParams:BL,isTypedArray:YL,isFileList:NL,forEach:hc,merge:_d,extend:qL,trim:VL,stripBOM:GL,inherits:HL,toFlatObject:WL,kindOf:bl,kindOfTest:An,endsWith:KL,toArray:XL,forEachEntry:JL,matchAll:ZL,isHTMLForm:QL,hasOwnProperty:$m,hasOwnProp:$m,reduceDescriptors:i8,freezeMethods:rU,toObjectSet:nU,toCamelCase:eU,noop:iU,toFiniteNumber:sU,findKey:r8,global:Os,isContextDefined:n8,ALPHABET:s8,generateString:oU,isSpecCompliantForm:aU,toJSONObject:cU,isAsyncFn:uU,isThenable:lU,setImmediate:o8,asap:fU};function pt(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)}fe.inherits(pt,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:fe.toJSONObject(this.config),code:this.code,status:this.status}}});const a8=pt.prototype,c8={};["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=>{c8[e]={value:e}});Object.defineProperties(pt,c8);Object.defineProperty(a8,"isAxiosError",{value:!0});pt.from=(e,t,r,n,i,s)=>{const o=Object.create(a8);return fe.toFlatObject(e,o,function(c){return c!==Error.prototype},a=>a!=="isAxiosError"),pt.call(o,e.message,t,r,n,i),o.cause=e,o.name=e.name,s&&Object.assign(o,s),o};var dU=null;function xd(e){return fe.isPlainObject(e)||fe.isArray(e)}function u8(e){return fe.endsWith(e,"[]")?e.slice(0,-2):e}function Lm(e,t,r){return e?e.concat(t).map(function(i,s){return i=u8(i),!r&&s?"["+i+"]":i}).join(r?".":""):t}function hU(e){return fe.isArray(e)&&!e.some(xd)}const pU=fe.toFlatObject(fe,{},null,function(t){return/^is[A-Z]/.test(t)});function xl(e,t,r){if(!fe.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=fe.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(w,A){return!fe.isUndefined(A[w])});const n=r.metaTokens,i=r.visitor||l,s=r.dots,o=r.indexes,c=(r.Blob||typeof Blob<"u"&&Blob)&&fe.isSpecCompliantForm(t);if(!fe.isFunction(i))throw new TypeError("visitor must be a function");function u(_){if(_===null)return"";if(fe.isDate(_))return _.toISOString();if(!c&&fe.isBlob(_))throw new pt("Blob is not supported. Use a Buffer instead.");return fe.isArrayBuffer(_)||fe.isTypedArray(_)?c&&typeof Blob=="function"?new Blob([_]):CL.from(_):_}function l(_,w,A){let I=_;if(_&&!A&&typeof _=="object"){if(fe.endsWith(w,"{}"))w=n?w:w.slice(0,-2),_=JSON.stringify(_);else if(fe.isArray(_)&&hU(_)||(fe.isFileList(_)||fe.endsWith(w,"[]"))&&(I=fe.toArray(_)))return w=u8(w),I.forEach(function(N,F){!(fe.isUndefined(N)||N===null)&&t.append(o===!0?Lm([w],F,s):o===null?w:w+"[]",u(N))}),!1}return xd(_)?!0:(t.append(Lm(A,w,s),u(_)),!1)}const f=[],h=Object.assign(pU,{defaultVisitor:l,convertValue:u,isVisitable:xd});function y(_,w){if(!fe.isUndefined(_)){if(f.indexOf(_)!==-1)throw Error("Circular reference detected in "+w.join("."));f.push(_),fe.forEach(_,function(I,P){(!(fe.isUndefined(I)||I===null)&&i.call(t,I,fe.isString(P)?P.trim():P,w,h))===!0&&y(I,w?w.concat(P):[P])}),f.pop()}}if(!fe.isObject(e))throw new TypeError("data must be an object");return y(e),t}function Um(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function R0(e,t){this._pairs=[],e&&xl(e,this,t)}const l8=R0.prototype;l8.append=function(t,r){this._pairs.push([t,r])};l8.toString=function(t){const r=t?function(n){return t.call(this,n,Um)}:Um;return this._pairs.map(function(i){return r(i[0])+"="+r(i[1])},"").join("&")};function mU(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function f8(e,t,r){if(!t)return e;const n=r&&r.encode||mU;fe.isFunction(r)&&(r={serialize:r});const i=r&&r.serialize;let s;if(i?s=i(t,r):s=fe.isURLSearchParams(t)?t.toString():new R0(t,r).toString(n),s){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class gU{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){fe.forEach(this.handlers,function(n){n!==null&&t(n)})}}var Fm=gU,d8={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},vU=typeof URLSearchParams<"u"?URLSearchParams:R0,yU=typeof FormData<"u"?FormData:null,bU=typeof Blob<"u"?Blob:null,wU={isBrowser:!0,classes:{URLSearchParams:vU,FormData:yU,Blob:bU},protocols:["http","https","file","blob","url","data"]};const N0=typeof window<"u"&&typeof document<"u",Sd=typeof navigator=="object"&&navigator||void 0,_U=N0&&(!Sd||["ReactNative","NativeScript","NS"].indexOf(Sd.product)<0),xU=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),SU=N0&&window.location.href||"http://localhost";var EU=Object.freeze({__proto__:null,hasBrowserEnv:N0,hasStandardBrowserWebWorkerEnv:xU,hasStandardBrowserEnv:_U,navigator:Sd,origin:SU}),Er={...EU,...wU};function MU(e,t){return xl(e,new Er.classes.URLSearchParams,Object.assign({visitor:function(r,n,i,s){return Er.isNode&&fe.isBuffer(r)?(this.append(n,r.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function CU(e){return fe.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function AU(e){const t={},r=Object.keys(e);let n;const i=r.length;let s;for(n=0;n<i;n++)s=r[n],t[s]=e[s];return t}function h8(e){function t(r,n,i,s){let o=r[s++];if(o==="__proto__")return!0;const a=Number.isFinite(+o),c=s>=r.length;return o=!o&&fe.isArray(i)?i.length:o,c?(fe.hasOwnProp(i,o)?i[o]=[i[o],n]:i[o]=n,!a):((!i[o]||!fe.isObject(i[o]))&&(i[o]=[]),t(r,n,i[o],s)&&fe.isArray(i[o])&&(i[o]=AU(i[o])),!a)}if(fe.isFormData(e)&&fe.isFunction(e.entries)){const r={};return fe.forEachEntry(e,(n,i)=>{t(CU(n),i,r,0)}),r}return null}function TU(e,t,r){if(fe.isString(e))try{return(t||JSON.parse)(e),fe.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(r||JSON.stringify)(e)}const D0={transitional:d8,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const n=r.getContentType()||"",i=n.indexOf("application/json")>-1,s=fe.isObject(t);if(s&&fe.isHTMLForm(t)&&(t=new FormData(t)),fe.isFormData(t))return i?JSON.stringify(h8(t)):t;if(fe.isArrayBuffer(t)||fe.isBuffer(t)||fe.isStream(t)||fe.isFile(t)||fe.isBlob(t)||fe.isReadableStream(t))return t;if(fe.isArrayBufferView(t))return t.buffer;if(fe.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(s){if(n.indexOf("application/x-www-form-urlencoded")>-1)return MU(t,this.formSerializer).toString();if((a=fe.isFileList(t))||n.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return xl(a?{"files[]":t}:t,c&&new c,this.formSerializer)}}return s||i?(r.setContentType("application/json",!1),TU(t)):t}],transformResponse:[function(t){const r=this.transitional||D0.transitional,n=r&&r.forcedJSONParsing,i=this.responseType==="json";if(fe.isResponse(t)||fe.isReadableStream(t))return t;if(t&&fe.isString(t)&&(n&&!this.responseType||i)){const o=!(r&&r.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(a){if(o)throw a.name==="SyntaxError"?pt.from(a,pt.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:Er.classes.FormData,Blob:Er.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};fe.forEach(["delete","get","head","post","put","patch"],e=>{D0.headers[e]={}});var $0=D0;const OU=fe.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 IU=e=>{const t={};let r,n,i;return e&&e.split(`
|
|
93
|
-
`).forEach(function(o){i=o.indexOf(":"),r=o.substring(0,i).trim().toLowerCase(),n=o.substring(i+1).trim(),!(!r||t[r]&&OU[r])&&(r==="set-cookie"?t[r]?t[r].push(n):t[r]=[n]:t[r]=t[r]?t[r]+", "+n:n)}),t};const zm=Symbol("internals");function ua(e){return e&&String(e).trim().toLowerCase()}function Xc(e){return e===!1||e==null?e:fe.isArray(e)?e.map(Xc):String(e)}function kU(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 jU=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function yf(e,t,r,n,i){if(fe.isFunction(n))return n.call(this,t,r);if(i&&(t=r),!!fe.isString(t)){if(fe.isString(n))return t.indexOf(n)!==-1;if(fe.isRegExp(n))return n.test(t)}}function PU(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,n)=>r.toUpperCase()+n)}function RU(e,t){const r=fe.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+r,{value:function(i,s,o){return this[n].call(this,t,i,s,o)},configurable:!0})})}class Sl{constructor(t){t&&this.set(t)}set(t,r,n){const i=this;function s(a,c,u){const l=ua(c);if(!l)throw new Error("header name must be a non-empty string");const f=fe.findKey(i,l);(!f||i[f]===void 0||u===!0||u===void 0&&i[f]!==!1)&&(i[f||c]=Xc(a))}const o=(a,c)=>fe.forEach(a,(u,l)=>s(u,l,c));if(fe.isPlainObject(t)||t instanceof this.constructor)o(t,r);else if(fe.isString(t)&&(t=t.trim())&&!jU(t))o(IU(t),r);else if(fe.isHeaders(t))for(const[a,c]of t.entries())s(c,a,n);else t!=null&&s(r,t,n);return this}get(t,r){if(t=ua(t),t){const n=fe.findKey(this,t);if(n){const i=this[n];if(!r)return i;if(r===!0)return kU(i);if(fe.isFunction(r))return r.call(this,i,n);if(fe.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=fe.findKey(this,t);return!!(n&&this[n]!==void 0&&(!r||yf(this,this[n],n,r)))}return!1}delete(t,r){const n=this;let i=!1;function s(o){if(o=ua(o),o){const a=fe.findKey(n,o);a&&(!r||yf(n,n[a],a,r))&&(delete n[a],i=!0)}}return fe.isArray(t)?t.forEach(s):s(t),i}clear(t){const r=Object.keys(this);let n=r.length,i=!1;for(;n--;){const s=r[n];(!t||yf(this,this[s],s,t,!0))&&(delete this[s],i=!0)}return i}normalize(t){const r=this,n={};return fe.forEach(this,(i,s)=>{const o=fe.findKey(n,s);if(o){r[o]=Xc(i),delete r[s];return}const a=t?PU(s):String(s).trim();a!==s&&delete r[s],r[a]=Xc(i),n[a]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return fe.forEach(this,(n,i)=>{n!=null&&n!==!1&&(r[i]=t&&fe.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(`
|
|
94
|
-
`)}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[zm]=this[zm]={accessors:{}}).accessors,i=this.prototype;function s(o){const a=ua(o);n[a]||(RU(i,o),n[a]=!0)}return fe.isArray(t)?t.forEach(s):s(t),this}}Sl.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);fe.reduceDescriptors(Sl.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[r]=n}}});fe.freezeMethods(Sl);var _n=Sl;function bf(e,t){const r=this||$0,n=t||r,i=_n.from(n.headers);let s=n.data;return fe.forEach(e,function(a){s=a.call(r,s,i.normalize(),t?t.status:void 0)}),i.normalize(),s}function p8(e){return!!(e&&e.__CANCEL__)}function Wo(e,t,r){pt.call(this,e??"canceled",pt.ERR_CANCELED,t,r),this.name="CanceledError"}fe.inherits(Wo,pt,{__CANCEL__:!0});function m8(e,t,r){const n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new pt("Request failed with status code "+r.status,[pt.ERR_BAD_REQUEST,pt.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function NU(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function DU(e,t){e=e||10;const r=new Array(e),n=new Array(e);let i=0,s=0,o;return t=t!==void 0?t:1e3,function(c){const u=Date.now(),l=n[s];o||(o=u),r[i]=c,n[i]=u;let f=s,h=0;for(;f!==i;)h+=r[f++],f=f%e;if(i=(i+1)%e,i===s&&(s=(s+1)%e),u-o<t)return;const y=l&&u-l;return y?Math.round(h*1e3/y):void 0}}function $U(e,t){let r=0,n=1e3/t,i,s;const o=(u,l=Date.now())=>{r=l,i=null,s&&(clearTimeout(s),s=null),e.apply(null,u)};return[(...u)=>{const l=Date.now(),f=l-r;f>=n?o(u,l):(i=u,s||(s=setTimeout(()=>{s=null,o(i)},n-f)))},()=>i&&o(i)]}const Ru=(e,t,r=3)=>{let n=0;const i=DU(50,250);return $U(s=>{const o=s.loaded,a=s.lengthComputable?s.total:void 0,c=o-n,u=i(c),l=o<=a;n=o;const f={loaded:o,total:a,progress:a?o/a:void 0,bytes:c,rate:u||void 0,estimated:u&&a&&l?(a-o)/u:void 0,event:s,lengthComputable:a!=null,[t?"download":"upload"]:!0};e(f)},r)},Vm=(e,t)=>{const r=e!=null;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},qm=e=>(...t)=>fe.asap(()=>e(...t));var BU=Er.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,Er.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(Er.origin),Er.navigator&&/(msie|trident)/i.test(Er.navigator.userAgent)):()=>!0,LU=Er.hasStandardBrowserEnv?{write(e,t,r,n,i,s){const o=[e+"="+encodeURIComponent(t)];fe.isNumber(r)&&o.push("expires="+new Date(r).toGMTString()),fe.isString(n)&&o.push("path="+n),fe.isString(i)&&o.push("domain="+i),s===!0&&o.push("secure"),document.cookie=o.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 UU(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function FU(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function g8(e,t){return e&&!UU(t)?FU(e,t):t}const Gm=e=>e instanceof _n?{...e}:e;function Ns(e,t){t=t||{};const r={};function n(u,l,f,h){return fe.isPlainObject(u)&&fe.isPlainObject(l)?fe.merge.call({caseless:h},u,l):fe.isPlainObject(l)?fe.merge({},l):fe.isArray(l)?l.slice():l}function i(u,l,f,h){if(fe.isUndefined(l)){if(!fe.isUndefined(u))return n(void 0,u,f,h)}else return n(u,l,f,h)}function s(u,l){if(!fe.isUndefined(l))return n(void 0,l)}function o(u,l){if(fe.isUndefined(l)){if(!fe.isUndefined(u))return n(void 0,u)}else return n(void 0,l)}function a(u,l,f){if(f in t)return n(u,l);if(f in e)return n(void 0,u)}const c={url:s,method:s,data:s,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:a,headers:(u,l,f)=>i(Gm(u),Gm(l),f,!0)};return fe.forEach(Object.keys(Object.assign({},e,t)),function(l){const f=c[l]||i,h=f(e[l],t[l],l);fe.isUndefined(h)&&f!==a||(r[l]=h)}),r}var v8=e=>{const t=Ns({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:i,xsrfCookieName:s,headers:o,auth:a}=t;t.headers=o=_n.from(o),t.url=f8(g8(t.baseURL,t.url),e.params,e.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let c;if(fe.isFormData(r)){if(Er.hasStandardBrowserEnv||Er.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((c=o.getContentType())!==!1){const[u,...l]=c?c.split(";").map(f=>f.trim()).filter(Boolean):[];o.setContentType([u||"multipart/form-data",...l].join("; "))}}if(Er.hasStandardBrowserEnv&&(n&&fe.isFunction(n)&&(n=n(t)),n||n!==!1&&BU(t.url))){const u=i&&s&&LU.read(s);u&&o.set(i,u)}return t};const zU=typeof XMLHttpRequest<"u";var VU=zU&&function(e){return new Promise(function(r,n){const i=v8(e);let s=i.data;const o=_n.from(i.headers).normalize();let{responseType:a,onUploadProgress:c,onDownloadProgress:u}=i,l,f,h,y,_;function w(){y&&y(),_&&_(),i.cancelToken&&i.cancelToken.unsubscribe(l),i.signal&&i.signal.removeEventListener("abort",l)}let A=new XMLHttpRequest;A.open(i.method.toUpperCase(),i.url,!0),A.timeout=i.timeout;function I(){if(!A)return;const N=_n.from("getAllResponseHeaders"in A&&A.getAllResponseHeaders()),L={data:!a||a==="text"||a==="json"?A.responseText:A.response,status:A.status,statusText:A.statusText,headers:N,config:e,request:A};m8(function(q){r(q),w()},function(q){n(q),w()},L),A=null}"onloadend"in A?A.onloadend=I:A.onreadystatechange=function(){!A||A.readyState!==4||A.status===0&&!(A.responseURL&&A.responseURL.indexOf("file:")===0)||setTimeout(I)},A.onabort=function(){A&&(n(new pt("Request aborted",pt.ECONNABORTED,e,A)),A=null)},A.onerror=function(){n(new pt("Network Error",pt.ERR_NETWORK,e,A)),A=null},A.ontimeout=function(){let F=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const L=i.transitional||d8;i.timeoutErrorMessage&&(F=i.timeoutErrorMessage),n(new pt(F,L.clarifyTimeoutError?pt.ETIMEDOUT:pt.ECONNABORTED,e,A)),A=null},s===void 0&&o.setContentType(null),"setRequestHeader"in A&&fe.forEach(o.toJSON(),function(F,L){A.setRequestHeader(L,F)}),fe.isUndefined(i.withCredentials)||(A.withCredentials=!!i.withCredentials),a&&a!=="json"&&(A.responseType=i.responseType),u&&([h,_]=Ru(u,!0),A.addEventListener("progress",h)),c&&A.upload&&([f,y]=Ru(c),A.upload.addEventListener("progress",f),A.upload.addEventListener("loadend",y)),(i.cancelToken||i.signal)&&(l=N=>{A&&(n(!N||N.type?new Wo(null,e,A):N),A.abort(),A=null)},i.cancelToken&&i.cancelToken.subscribe(l),i.signal&&(i.signal.aborted?l():i.signal.addEventListener("abort",l)));const P=NU(i.url);if(P&&Er.protocols.indexOf(P)===-1){n(new pt("Unsupported protocol "+P+":",pt.ERR_BAD_REQUEST,e));return}A.send(s||null)})};const qU=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let n=new AbortController,i;const s=function(u){if(!i){i=!0,a();const l=u instanceof Error?u:this.reason;n.abort(l instanceof pt?l:new Wo(l instanceof Error?l.message:l))}};let o=t&&setTimeout(()=>{o=null,s(new pt(`timeout ${t} of ms exceeded`,pt.ETIMEDOUT))},t);const a=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(u=>{u.unsubscribe?u.unsubscribe(s):u.removeEventListener("abort",s)}),e=null)};e.forEach(u=>u.addEventListener("abort",s));const{signal:c}=n;return c.unsubscribe=()=>fe.asap(a),c}};var GU=qU;const HU=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},WU=async function*(e,t){for await(const r of KU(e))yield*HU(r,t)},KU=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()}},Hm=(e,t,r,n)=>{const i=WU(e,t);let s=0,o,a=c=>{o||(o=!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 f=l.byteLength;if(r){let h=s+=f;r(h)}c.enqueue(new Uint8Array(l))}catch(u){throw a(u),u}},cancel(c){return a(c),i.return()}},{highWaterMark:2})},El=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",y8=El&&typeof ReadableStream=="function",XU=El&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),b8=(e,...t)=>{try{return!!e(...t)}catch{return!1}},YU=y8&&b8(()=>{let e=!1;const t=new Request(Er.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),Wm=64*1024,Ed=y8&&b8(()=>fe.isReadableStream(new Response("").body)),Nu={stream:Ed&&(e=>e.body)};El&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Nu[t]&&(Nu[t]=fe.isFunction(e[t])?r=>r[t]():(r,n)=>{throw new pt(`Response type '${t}' is not supported`,pt.ERR_NOT_SUPPORT,n)})})})(new Response);const JU=async e=>{if(e==null)return 0;if(fe.isBlob(e))return e.size;if(fe.isSpecCompliantForm(e))return(await new Request(Er.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(fe.isArrayBufferView(e)||fe.isArrayBuffer(e))return e.byteLength;if(fe.isURLSearchParams(e)&&(e=e+""),fe.isString(e))return(await XU(e)).byteLength},ZU=async(e,t)=>{const r=fe.toFiniteNumber(e.getContentLength());return r??JU(t)};var QU=El&&(async e=>{let{url:t,method:r,data:n,signal:i,cancelToken:s,timeout:o,onDownloadProgress:a,onUploadProgress:c,responseType:u,headers:l,withCredentials:f="same-origin",fetchOptions:h}=v8(e);u=u?(u+"").toLowerCase():"text";let y=GU([i,s&&s.toAbortSignal()],o),_;const w=y&&y.unsubscribe&&(()=>{y.unsubscribe()});let A;try{if(c&&YU&&r!=="get"&&r!=="head"&&(A=await ZU(l,n))!==0){let L=new Request(t,{method:"POST",body:n,duplex:"half"}),H;if(fe.isFormData(n)&&(H=L.headers.get("content-type"))&&l.setContentType(H),L.body){const[q,X]=Vm(A,Ru(qm(c)));n=Hm(L.body,Wm,q,X)}}fe.isString(f)||(f=f?"include":"omit");const I="credentials"in Request.prototype;_=new Request(t,{...h,signal:y,method:r.toUpperCase(),headers:l.normalize().toJSON(),body:n,duplex:"half",credentials:I?f:void 0});let P=await fetch(_);const N=Ed&&(u==="stream"||u==="response");if(Ed&&(a||N&&w)){const L={};["status","statusText","headers"].forEach(re=>{L[re]=P[re]});const H=fe.toFiniteNumber(P.headers.get("content-length")),[q,X]=a&&Vm(H,Ru(qm(a),!0))||[];P=new Response(Hm(P.body,Wm,q,()=>{X&&X(),w&&w()}),L)}u=u||"text";let F=await Nu[fe.findKey(Nu,u)||"text"](P,e);return!N&&w&&w(),await new Promise((L,H)=>{m8(L,H,{data:F,headers:_n.from(P.headers),status:P.status,statusText:P.statusText,config:e,request:_})})}catch(I){throw w&&w(),I&&I.name==="TypeError"&&/fetch/i.test(I.message)?Object.assign(new pt("Network Error",pt.ERR_NETWORK,e,_),{cause:I.cause||I}):pt.from(I,I&&I.code,e,_)}});const Md={http:dU,xhr:VU,fetch:QU};fe.forEach(Md,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Km=e=>`- ${e}`,eF=e=>fe.isFunction(e)||e===null||e===!1;var w8={getAdapter:e=>{e=fe.isArray(e)?e:[e];const{length:t}=e;let r,n;const i={};for(let s=0;s<t;s++){r=e[s];let o;if(n=r,!eF(r)&&(n=Md[(o=String(r)).toLowerCase()],n===void 0))throw new pt(`Unknown adapter '${o}'`);if(n)break;i[o||"#"+s]=n}if(!n){const s=Object.entries(i).map(([a,c])=>`adapter ${a} `+(c===!1?"is not supported by the environment":"is not available in the build"));let o=t?s.length>1?`since :
|
|
95
|
-
`+s.map(Km).join(`
|
|
96
|
-
`):" "+Km(s[0]):"as no adapter specified";throw new pt("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return n},adapters:Md};function wf(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Wo(null,e)}function Xm(e){return wf(e),e.headers=_n.from(e.headers),e.data=bf.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),w8.getAdapter(e.adapter||$0.adapter)(e).then(function(n){return wf(e),n.data=bf.call(e,e.transformResponse,n),n.headers=_n.from(n.headers),n},function(n){return p8(n)||(wf(e),n&&n.response&&(n.response.data=bf.call(e,e.transformResponse,n.response),n.response.headers=_n.from(n.response.headers))),Promise.reject(n)})}const _8="1.7.9",Ml={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Ml[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const Ym={};Ml.transitional=function(t,r,n){function i(s,o){return"[Axios v"+_8+"] Transitional option '"+s+"'"+o+(n?". "+n:"")}return(s,o,a)=>{if(t===!1)throw new pt(i(o," has been removed"+(r?" in "+r:"")),pt.ERR_DEPRECATED);return r&&!Ym[o]&&(Ym[o]=!0,console.warn(i(o," has been deprecated since v"+r+" and will be removed in the near future"))),t?t(s,o,a):!0}};Ml.spelling=function(t){return(r,n)=>(console.warn(`${n} is likely a misspelling of ${t}`),!0)};function tF(e,t,r){if(typeof e!="object")throw new pt("options must be an object",pt.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let i=n.length;for(;i-- >0;){const s=n[i],o=t[s];if(o){const a=e[s],c=a===void 0||o(a,s,e);if(c!==!0)throw new pt("option "+s+" must be "+c,pt.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new pt("Unknown option "+s,pt.ERR_BAD_OPTION)}}var Yc={assertOptions:tF,validators:Ml};const jn=Yc.validators;class Du{constructor(t){this.defaults=t,this.interceptors={request:new Fm,response:new Fm}}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 s=i.stack?i.stack.replace(/^.+\n/,""):"";try{n.stack?s&&!String(n.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(n.stack+=`
|
|
97
|
-
`+s):n.stack=s}catch{}}throw n}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=Ns(this.defaults,r);const{transitional:n,paramsSerializer:i,headers:s}=r;n!==void 0&&Yc.assertOptions(n,{silentJSONParsing:jn.transitional(jn.boolean),forcedJSONParsing:jn.transitional(jn.boolean),clarifyTimeoutError:jn.transitional(jn.boolean)},!1),i!=null&&(fe.isFunction(i)?r.paramsSerializer={serialize:i}:Yc.assertOptions(i,{encode:jn.function,serialize:jn.function},!0)),Yc.assertOptions(r,{baseUrl:jn.spelling("baseURL"),withXsrfToken:jn.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let o=s&&fe.merge(s.common,s[r.method]);s&&fe.forEach(["delete","get","head","post","put","patch","common"],_=>{delete s[_]}),r.headers=_n.concat(o,s);const a=[];let c=!0;this.interceptors.request.forEach(function(w){typeof w.runWhen=="function"&&w.runWhen(r)===!1||(c=c&&w.synchronous,a.unshift(w.fulfilled,w.rejected))});const u=[];this.interceptors.response.forEach(function(w){u.push(w.fulfilled,w.rejected)});let l,f=0,h;if(!c){const _=[Xm.bind(this),void 0];for(_.unshift.apply(_,a),_.push.apply(_,u),h=_.length,l=Promise.resolve(r);f<h;)l=l.then(_[f++],_[f++]);return l}h=a.length;let y=r;for(f=0;f<h;){const _=a[f++],w=a[f++];try{y=_(y)}catch(A){w.call(this,A);break}}try{l=Xm.call(this,y)}catch(_){return Promise.reject(_)}for(f=0,h=u.length;f<h;)l=l.then(u[f++],u[f++]);return l}getUri(t){t=Ns(this.defaults,t);const r=g8(t.baseURL,t.url);return f8(r,t.params,t.paramsSerializer)}}fe.forEach(["delete","get","head","options"],function(t){Du.prototype[t]=function(r,n){return this.request(Ns(n||{},{method:t,url:r,data:(n||{}).data}))}});fe.forEach(["post","put","patch"],function(t){function r(n){return function(s,o,a){return this.request(Ns(a||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:s,data:o}))}}Du.prototype[t]=r(),Du.prototype[t+"Form"]=r(!0)});var Jc=Du;class B0{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(s){r=s});const n=this;this.promise.then(i=>{if(!n._listeners)return;let s=n._listeners.length;for(;s-- >0;)n._listeners[s](i);n._listeners=null}),this.promise.then=i=>{let s;const o=new Promise(a=>{n.subscribe(a),s=a}).then(i);return o.cancel=function(){n.unsubscribe(s)},o},t(function(s,o,a){n.reason||(n.reason=new Wo(s,o,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 B0(function(i){t=i}),cancel:t}}}var rF=B0;function nF(e){return function(r){return e.apply(null,r)}}function iF(e){return fe.isObject(e)&&e.isAxiosError===!0}const Cd={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(Cd).forEach(([e,t])=>{Cd[t]=e});var sF=Cd;function x8(e){const t=new Jc(e),r=Q6(Jc.prototype.request,t);return fe.extend(r,Jc.prototype,t,{allOwnKeys:!0}),fe.extend(r,t,null,{allOwnKeys:!0}),r.create=function(i){return x8(Ns(e,i))},r}const cr=x8($0);cr.Axios=Jc;cr.CanceledError=Wo;cr.CancelToken=rF;cr.isCancel=p8;cr.VERSION=_8;cr.toFormData=xl;cr.AxiosError=pt;cr.Cancel=cr.CanceledError;cr.all=function(t){return Promise.all(t)};cr.spread=nF;cr.isAxiosError=iF;cr.mergeConfig=Ns;cr.AxiosHeaders=_n;cr.formToJSON=e=>h8(fe.isHTMLForm(e)?new FormData(e):e);cr.getAdapter=w8.getAdapter;cr.HttpStatusCode=sF;cr.default=cr;var oF=cr;Object.defineProperty(j0,"__esModule",{value:!0});var aF=j0.executeAuction=S8,cF=oF,uF="https://rpc.getshio.com",lF=500,fF=300;function S8(e,t,r){r===void 0&&(r=lF);var n={jsonrpc:"2.0",method:"shio_executeAuction",params:[e,t],id:1};return new Promise(function(i,s){setTimeout(i,r),cF.default.post(uF,n,{headers:{"Content-Type":"application/json"},timeout:r}).then(function(o){console.log("Shio executeAuction response:",o.data),setTimeout(i,fF)}).catch(s)})}j0.default={executeAuction:S8};function dF(){const{suiClient:e}=Ls(),{currentAccount:t}=Cn(),{mutateAsync:r}=$r.useSignTransaction(),{mutate:n}=$r.useSignAndExecuteTransaction({execute:async({bytes:c,signature:u})=>await s(c,u)}),i=ie.useMemo(()=>t==null?void 0:t.chains[0],[t]),s=async(c,u,l=!1)=>{var h,y;if(l){const _=await e.devInspectTransactionBlock({transactionBlock:uo.Transaction.from(xn(c)),sender:t.address});if(!_||((h=_.effects)==null?void 0:h.status.status)==="failure")throw Error((y=_.effects)==null?void 0:y.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 f,h;let l;if(typeof c=="string"?l=uo.Transaction.from(c):l=c,u){const y=await e.devInspectTransactionBlock({transactionBlock:c,sender:t.address});if(!y||((f=y.effects)==null?void 0:f.status.status)==="failure")throw Error((h=y.effects)==null?void 0:h.status.error)}return l.setGasBudget(1e8),new Promise((y,_)=>{n({transaction:l,chain:i},{onSuccess:w=>{y(w)},onError:w=>{console.error("signAndExecuteTransactionBlock transaction failed",w),_(w)}})})},signTransactionBlock:async c=>(c instanceof Uint8Array&&(c=uo.Transaction.from(c)),typeof c=="string"&&(c=uo.Transaction.from(xn(c))),new Promise((u,l)=>{r({transaction:c,chain:i},{onSuccess:f=>{u(f)},onError:f=>{console.error("signTransactionBlock failed",f),l(f)},onSettled:(f,h,y,_)=>{console.error("signTransactionBlock onSettled",{data:f,error:h,variables:y})}})})),executeTransactionBlock:s}}function hF(){const{signTransactionBlock:e,executeTransactionBlock:t,signAndExecuteTransactionBlock:r}=dF(),{currentAccount:n}=Cn(),{suiClient:i}=Ls(),{setTransactionData:s}=k0(),{addTxToast:o,removeToast:a}=Go(),c=5,u=2e3;async function l(y,_=1){try{let w;try{w=await i.getTransactionBlock({digest:y,options:{showEvents:!0,showEffects:!0,showBalanceChanges:!0,showInput:!0,showRawInput:!0,showObjectChanges:!0}})}catch{w=await i.getTransactionBlock({digest:y,options:{showEvents:!0,showEffects:!0}})}if(w)return w;throw new Error("Empty response")}catch(w){if(console.error(`Attempt ${_} failed:`,w),_>=c)throw new Error("Failed to fetch transaction status after maximum retries.");return await tm(u),l(y,_+1)}}const f=async(y,_,w={useDevInspect:!1,useMev:!1,txAction:"signTransactionBlock"})=>{var F,L;const{useDevInspect:A=!1,useMev:I,txAction:P="signTransactionBlock"}=w;let N;_.status="confirmation",s(_);try{let H;if(P==="signTransactionBlock"){const X=await e(y),{bytes:re,signature:ae}=X;if(I)try{const oe=await aF(re,ae,500)}catch{}H=await t(re,ae,A)}else H=await r(y,A);_.status="submitted",s({..._}),_.tx=H.digest,N=o(_),await tm(u);const q=await l(H.digest,0);if(!q||((F=q.effects)==null?void 0:F.status.status)==="failure")h(_,(L=q.effects)==null?void 0:L.status.error);else{const X=lj(q,n==null?void 0:n.address,!1);if(_.buildShowInfo){const re=_.buildShowInfo("success",X);_.buildShowInfo=ae=>re}a(N),_.status="success",s({..._})}return q}catch(H){h(_,H)}},h=(y,_)=>{const w=EL(_);if(y.buildShowInfo){const A=y.buildShowInfo("confirmation");y.buildShowInfo=I=>(A.toastDescriptionContent=w,A.modalDescriptionText=w,A),y.status="rejected",s({...y})}else y.buildShowInfo=A=>{const I={};return I.toastDescriptionContent=w,I.modalDescriptionText=w,I},y.status="rejected",s({...y})};return{signAndExecuteTransaction:f}}function E8(e,t=1e3){const r=ie.useRef(),n=ie.useCallback((...i)=>{r.current&&clearTimeout(r.current),r.current=setTimeout(()=>{e(...i)},t)},[e,t]);return ie.useEffect(()=>()=>{r.current&&clearTimeout(r.current)},[]),n}function pF(){const{aggregatorSDK:e}=Ls(),{findBestRouters:t}=wL(),{getTokenAmountValue:r,fetchTokenPrices:n}=yl(),{providers:i,slippage:s,mevProtect:o}=Wr(),{signAndExecuteTransaction:a}=hF(),{setTransactionData:c}=k0(),{addTxToast:u}=Go(),{fromCoin:l,toCoin:f,setFromCoin:h,setToCoin:y,setToAmount:_,fromAmount:w,toAmount:A,setFromAmount:I,setFindRouterLoading:P,setRouterData:N,setByAmountIn:F,byAmountIn:L}=sn(),[H,q]=ie.useState(""),X=Zs(H),re=Zs(L),ae=Zs(w),oe=Zs(A),V=Zs(l),$=Zs(f),{balanceInfo:p,getOwnerCoinBalances:d}=Pu(l==null?void 0:l.coin_type),{balanceInfo:m}=Pu(f==null?void 0:f.coin_type),x=r(l==null?void 0:l.coin_type,w),E=r(f==null?void 0:f.coin_type,A),k=E8(async(Me,Ke,Ue)=>{if(V.current&&$.current&&+Me){(+ae.current||+oe.current)&&P(!0);const lt=aj(Me,Ke?V.current.decimals:$.current.decimals),ht=await t({fromToken:V.current,toToken:$.current,amount:lt.toString(),providersKeys:i,by_amount_in:Ke,uuid:Ue});P(!1),X.current===Ue&&(Ke?+ae.current?(_(ht.toAmountUi||""),N(ht)):_(""):+oe.current?(I(ht.fromAmountUi||"ß"),N(ht)):I(""))}else v(!Ke)},500),T=(Me,Ke,Ue=!1)=>{if(F(Ke),Ke?(I(Me),Ue&&_("")):(_(Me),Ue&&I("")),+Me){const lt=Nm();q(lt),k(Me,Ke,lt)}else P(!1),N(void 0),v(!Ke)},g=(Me,Ke=!0)=>{v(),Ke?((Me==null?void 0:Me.coin_type)===(f==null?void 0:f.coin_type)&&y(l),h(Me)):((Me==null?void 0:Me.coin_type)===(l==null?void 0:l.coin_type)&&h(f),y(Me))},v=Me=>{Me===void 0?(I(""),_("")):Me?I(""):_(""),P(!1),N(void 0)},R=()=>{const Me=re.current?ae.current:oe.current;if(+Me){const Ke=Nm();q(Ke),k(Me,re.current,Ke)}},se=async(Me,Ke)=>{const{routerData:Ue,byAmountIn:lt,fromAmountUi:ht,toAmountUi:$e}=Me,mt=new uo.Transaction,we={routers:Ue.routes,byAmountIn:lt,slippage:Number(s),txb:mt};Ke&&(we.partner=Ke);try{await e.fastRouterSwap(we);const me={status:"confirmation",buildShowInfo:(qe,De)=>{const Oe=`Swap ${en(ht,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${en($e,f==null?void 0:f.decimals)} ${f==null?void 0:f.symbol}`,Ie={modalDescriptionText:Oe,toastTitleText:Oe};if(qe==="success"){let Le=ht,ft=$e;De&&(Le=rm(De,l)||ht,ft=rm(De,f)||$e);const dt=`Swapped ${en(Le,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${en(ft,f==null?void 0:f.decimals)} ${f==null?void 0:f.symbol}`;Ie.toastTitleText=dt,Ie.modalDescriptionText=dt}return Ie},id:0};c(me),await a(mt,me,{useMev:o})?(v(),d()):R()}catch(me){String(me).includes("TypeError: Failed to fetch")&&u({id:0,status:"rejected",buildShowInfo(Te,qe){return{toastTitleText:"RPC loading failed",toastDescriptionContent:"Try resubmission. Or to check your network and switch an RPC in settings to try again."}}})}};ie.useEffect(()=>{ue(),v()},[l==null?void 0:l.coin_type,f==null?void 0:f.coin_type]);const ue=()=>{const Me=[];l&&Me.push(l.coin_type),f&&Me.push(f.coin_type),Me.length>0&&n(Me)},{isScamsCoin:xe}=Dm(l),{isScamsCoin:be}=Dm(f),Ce=ie.useMemo(()=>{if(!(!xe&&!be)){if(xe&&be)return`${l==null?void 0:l.symbol} and ${f==null?void 0:f.symbol} are`;if(xe)return`${l==null?void 0:l.symbol} token is `;if(be)return`${f==null?void 0:f.symbol} token is `}},[xe,be]);return{handleAmountChange:T,handleSelectToken:g,fromBalanceInfo:p,toBalanceInfo:m,fromAmountValue:x,toAmountValue:E,doSwapAction:se,reCalculateRouteData:R,refreshMarketPrice:ue,scamsText:Ce}}function mF(e){const{fromCoin:t,toCoin:r,fromAmount:n,toAmount:i,routerData:s}=sn(),{currentAccount:o}=Cn(),a=ie.useMemo(()=>{const c={text:"Swap",disabled:!1};return o!=null&&o.address?!t||!r?(c.text="Select a token",c.disabled=!0,c):!+n&&!+i?(c.text="Enter an amount",c.disabled=!0,c):s&&s.isExceed?(c.text="Insufficient liquidity for this trade",c.disabled=!0,c):+n&&Ve(n).gt(e||0)?(c.disabled=!0,c.text=`Insufficient ${t==null?void 0:t.symbol} Balance`,c):((!+n||!+i)&&(c.disabled=!0),c):(c.text="Connect Wallet",c.disabled=!1,c)},[o==null?void 0:o.address,n,i,e,s==null?void 0:s.isExceed,t,r]);return{btnText:a.text,btnDisabled:a.disabled}}function M8({size:e="24px",strokeWidth:t="10",color:r="#909ca4",emptyColor:n="transparent",gapPercentage:i=.5}){const s=50-parseFloat(t),o=2*Math.PI*s,a=o*i,c=o-a;return b.jsxs("svg",{width:e,height:e,viewBox:"0 0 100 100",children:[b.jsx("circle",{cx:"50",cy:"50",r:s,fill:"none",stroke:n,strokeWidth:t}),b.jsx("circle",{cx:"50",cy:"50",r:s,fill:"none",stroke:r,strokeWidth:t,strokeDasharray:`${c} ${a}`,strokeDashoffset:"0",strokeLinecap:"round",style:{animation:"dash 0.5s linear infinite"}}),b.jsx("style",{children:`
|
|
97
|
+
`)},yF=0,uo=[];function bF(e){var t=I.useRef([]),r=I.useRef([0,0]),n=I.useRef(),i=I.useState(yF++)[0],s=I.useState(sS)[0],o=I.useRef(e);I.useEffect(function(){o.current=e},[e]),I.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(i));var _=FL([e.lockRef.current],(e.shards||[]).map(Kg),!0).filter(Boolean);return _.forEach(function(A){return A.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),_.forEach(function(A){return A.classList.remove("allow-interactivity-".concat(i))})}}},[e.inert,e.lockRef.current,e.shards]);var a=I.useCallback(function(_,A){if("touches"in _&&_.touches.length===2||_.type==="wheel"&&_.ctrlKey)return!o.current.allowPinchZoom;var P=zc(_),R=r.current,N="deltaX"in _?_.deltaX:R[0]-P[0],F="deltaY"in _?_.deltaY:R[1]-P[1],L,G=_.target,q=Math.abs(N)>Math.abs(F)?"h":"v";if("touches"in _&&q==="h"&&G.type==="range")return!1;var J=Gg(q,G);if(!J)return!0;if(J?L=q:(L=q==="v"?"h":"v",J=Gg(q,G)),!J)return!1;if(!n.current&&"changedTouches"in _&&(N||F)&&(n.current=L),!L)return!0;var ne=n.current||L;return mF(ne,A,_,ne==="h"?N:F,!0)},[]),c=I.useCallback(function(_){var A=_;if(!(!uo.length||uo[uo.length-1]!==s)){var P="deltaY"in A?Hg(A):zc(A),R=t.current.filter(function(L){return L.name===A.type&&(L.target===A.target||A.target===L.shadowParent)&&gF(L.delta,P)})[0];if(R&&R.should){A.cancelable&&A.preventDefault();return}if(!R){var N=(o.current.shards||[]).map(Kg).filter(Boolean).filter(function(L){return L.contains(A.target)}),F=N.length>0?a(A,N[0]):!o.current.noIsolation;F&&A.cancelable&&A.preventDefault()}}},[]),u=I.useCallback(function(_,A,P,R){var N={name:_,delta:A,target:P,should:R,shadowParent:wF(P)};t.current.push(N),setTimeout(function(){t.current=t.current.filter(function(F){return F!==N})},1)},[]),l=I.useCallback(function(_){r.current=zc(_),n.current=void 0},[]),f=I.useCallback(function(_){u(_.type,Hg(_),_.target,a(_,e.lockRef.current))},[]),h=I.useCallback(function(_){u(_.type,zc(_),_.target,a(_,e.lockRef.current))},[]);I.useEffect(function(){return uo.push(s),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:h}),document.addEventListener("wheel",c,co),document.addEventListener("touchmove",c,co),document.addEventListener("touchstart",l,co),function(){uo=uo.filter(function(_){return _!==s}),document.removeEventListener("wheel",c,co),document.removeEventListener("touchmove",c,co),document.removeEventListener("touchstart",l,co)}},[]);var y=e.removeScrollBar,b=e.inert;return I.createElement(I.Fragment,null,b?I.createElement(s,{styles:vF(i)}):null,y?I.createElement(cF,{gapMode:e.gapMode}):null)}function wF(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const _F=JL(iS,bF);var uS=I.forwardRef(function(e,t){return I.createElement(ql,Hn({},e,{ref:t,sideCar:_F}))});uS.classNames=ql.classNames;const xF=uS;function SF(e,t){return I.useReducer((r,n)=>t[r][n]??r,e)}var b0="ScrollArea",[lS,pX]=Qo(b0),[EF,ln]=lS(b0),fS=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,type:n="hover",dir:i,scrollHideDelay:s=600,...o}=e,[a,c]=I.useState(null),[u,l]=I.useState(null),[f,h]=I.useState(null),[y,b]=I.useState(null),[_,A]=I.useState(null),[P,R]=I.useState(0),[N,F]=I.useState(0),[L,G]=I.useState(!1),[q,J]=I.useState(!1),ne=Zt(t,ce=>c(ce)),ae=m0(i);return w.jsx(EF,{scope:r,type:n,dir:ae,scrollHideDelay:s,scrollArea:a,viewport:u,onViewportChange:l,content:f,onContentChange:h,scrollbarX:y,onScrollbarXChange:b,scrollbarXEnabled:L,onScrollbarXEnabledChange:G,scrollbarY:_,onScrollbarYChange:A,scrollbarYEnabled:q,onScrollbarYEnabledChange:J,onCornerWidthChange:R,onCornerHeightChange:F,children:w.jsx(Gt.div,{dir:ae,...o,ref:ne,style:{position:"relative","--radix-scroll-area-corner-width":P+"px","--radix-scroll-area-corner-height":N+"px",...e.style}})})});fS.displayName=b0;var dS="ScrollAreaViewport",hS=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,children:n,nonce:i,...s}=e,o=ln(dS,r),a=I.useRef(null),c=Zt(t,a,o.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(Gt.div,{"data-radix-scroll-area-viewport":"",...s,ref:c,style:{overflowX:o.scrollbarXEnabled?"scroll":"hidden",overflowY:o.scrollbarYEnabled?"scroll":"hidden",...e.style},children:w.jsx("div",{ref:o.onContentChange,style:{minWidth:"100%",display:"table"},children:n})})]})});hS.displayName=dS;var oi="ScrollAreaScrollbar",pS=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=ln(oi,e.__scopeScrollArea),{onScrollbarXEnabledChange:s,onScrollbarYEnabledChange:o}=i,a=e.orientation==="horizontal";return I.useEffect(()=>(a?s(!0):o(!0),()=>{a?s(!1):o(!1)}),[a,s,o]),i.type==="hover"?w.jsx(CF,{...n,ref:t,forceMount:r}):i.type==="scroll"?w.jsx(MF,{...n,ref:t,forceMount:r}):i.type==="auto"?w.jsx(mS,{...n,ref:t,forceMount:r}):i.type==="always"?w.jsx(w0,{...n,ref:t}):null});pS.displayName=oi;var CF=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=ln(oi,e.__scopeScrollArea),[s,o]=I.useState(!1);return I.useEffect(()=>{const a=i.scrollArea;let c=0;if(a){const u=()=>{window.clearTimeout(c),o(!0)},l=()=>{c=window.setTimeout(()=>o(!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]),w.jsx(Rn,{present:r||s,children:w.jsx(mS,{"data-state":s?"visible":"hidden",...n,ref:t})})}),MF=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=ln(oi,e.__scopeScrollArea),s=e.orientation==="horizontal",o=Gl(()=>c("SCROLL_END"),100),[a,c]=SF("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 I.useEffect(()=>{if(a==="idle"){const u=window.setTimeout(()=>c("HIDE"),i.scrollHideDelay);return()=>window.clearTimeout(u)}},[a,i.scrollHideDelay,c]),I.useEffect(()=>{const u=i.viewport,l=s?"scrollLeft":"scrollTop";if(u){let f=u[l];const h=()=>{const y=u[l];f!==y&&(c("SCROLL"),o()),f=y};return u.addEventListener("scroll",h),()=>u.removeEventListener("scroll",h)}},[i.viewport,s,c,o]),w.jsx(Rn,{present:r||a!=="hidden",children:w.jsx(w0,{"data-state":a==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:rt(e.onPointerEnter,()=>c("POINTER_ENTER")),onPointerLeave:rt(e.onPointerLeave,()=>c("POINTER_LEAVE"))})})}),mS=I.forwardRef((e,t)=>{const r=ln(oi,e.__scopeScrollArea),{forceMount:n,...i}=e,[s,o]=I.useState(!1),a=e.orientation==="horizontal",c=Gl(()=>{if(r.viewport){const u=r.viewport.offsetWidth<r.viewport.scrollWidth,l=r.viewport.offsetHeight<r.viewport.scrollHeight;o(a?u:l)}},10);return Uo(r.viewport,c),Uo(r.content,c),w.jsx(Rn,{present:n||s,children:w.jsx(w0,{"data-state":s?"visible":"hidden",...i,ref:t})})}),w0=I.forwardRef((e,t)=>{const{orientation:r="vertical",...n}=e,i=ln(oi,e.__scopeScrollArea),s=I.useRef(null),o=I.useRef(0),[a,c]=I.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),u=wS(a.viewport,a.content),l={...n,sizes:a,onSizesChange:c,hasThumb:u>0&&u<1,onThumbChange:h=>s.current=h,onThumbPointerUp:()=>o.current=0,onThumbPointerDown:h=>o.current=h};function f(h,y){return jF(h,o.current,a,y)}return r==="horizontal"?w.jsx(TF,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){const h=i.viewport.scrollLeft,y=Jg(h,a,i.dir);s.current.style.transform=`translate3d(${y}px, 0, 0)`}},onWheelScroll:h=>{i.viewport&&(i.viewport.scrollLeft=h)},onDragScroll:h=>{i.viewport&&(i.viewport.scrollLeft=f(h,i.dir))}}):r==="vertical"?w.jsx(AF,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){const h=i.viewport.scrollTop,y=Jg(h,a);s.current.style.transform=`translate3d(0, ${y}px, 0)`}},onWheelScroll:h=>{i.viewport&&(i.viewport.scrollTop=h)},onDragScroll:h=>{i.viewport&&(i.viewport.scrollTop=f(h))}}):null}),TF=I.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,s=ln(oi,e.__scopeScrollArea),[o,a]=I.useState(),c=I.useRef(null),u=Zt(t,c,s.onScrollbarXChange);return I.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),w.jsx(vS,{"data-orientation":"horizontal",...i,ref:u,sizes:r,style:{bottom:0,left:s.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:s.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Wl(r)+"px",...e.style},onThumbPointerDown:l=>e.onThumbPointerDown(l.x),onDragScroll:l=>e.onDragScroll(l.x),onWheelScroll:(l,f)=>{if(s.viewport){const h=s.viewport.scrollLeft+l.deltaX;e.onWheelScroll(h),xS(h,f)&&l.preventDefault()}},onResize:()=>{c.current&&s.viewport&&o&&n({content:s.viewport.scrollWidth,viewport:s.viewport.offsetWidth,scrollbar:{size:c.current.clientWidth,paddingStart:Ju(o.paddingLeft),paddingEnd:Ju(o.paddingRight)}})}})}),AF=I.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,s=ln(oi,e.__scopeScrollArea),[o,a]=I.useState(),c=I.useRef(null),u=Zt(t,c,s.onScrollbarYChange);return I.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),w.jsx(vS,{"data-orientation":"vertical",...i,ref:u,sizes:r,style:{top:0,right:s.dir==="ltr"?0:void 0,left:s.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Wl(r)+"px",...e.style},onThumbPointerDown:l=>e.onThumbPointerDown(l.y),onDragScroll:l=>e.onDragScroll(l.y),onWheelScroll:(l,f)=>{if(s.viewport){const h=s.viewport.scrollTop+l.deltaY;e.onWheelScroll(h),xS(h,f)&&l.preventDefault()}},onResize:()=>{c.current&&s.viewport&&o&&n({content:s.viewport.scrollHeight,viewport:s.viewport.offsetHeight,scrollbar:{size:c.current.clientHeight,paddingStart:Ju(o.paddingTop),paddingEnd:Ju(o.paddingBottom)}})}})}),[OF,gS]=lS(oi),vS=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,sizes:n,hasThumb:i,onThumbChange:s,onThumbPointerUp:o,onThumbPointerDown:a,onThumbPositionChange:c,onDragScroll:u,onWheelScroll:l,onResize:f,...h}=e,y=ln(oi,r),[b,_]=I.useState(null),A=Zt(t,ne=>_(ne)),P=I.useRef(null),R=I.useRef(""),N=y.viewport,F=n.content-n.viewport,L=mr(l),G=mr(c),q=Gl(f,10);function J(ne){if(P.current){const ae=ne.clientX-P.current.left,ce=ne.clientY-P.current.top;u({x:ae,y:ce})}}return I.useEffect(()=>{const ne=ae=>{const ce=ae.target;(b==null?void 0:b.contains(ce))&&L(ae,F)};return document.addEventListener("wheel",ne,{passive:!1}),()=>document.removeEventListener("wheel",ne,{passive:!1})},[N,b,F,L]),I.useEffect(G,[n,G]),Uo(b,q),Uo(y.content,q),w.jsx(OF,{scope:r,scrollbar:b,hasThumb:i,onThumbChange:mr(s),onThumbPointerUp:mr(o),onThumbPositionChange:G,onThumbPointerDown:mr(a),children:w.jsx(Gt.div,{...h,ref:A,style:{position:"absolute",...h.style},onPointerDown:rt(e.onPointerDown,ne=>{ne.button===0&&(ne.target.setPointerCapture(ne.pointerId),P.current=b.getBoundingClientRect(),R.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",y.viewport&&(y.viewport.style.scrollBehavior="auto"),J(ne))}),onPointerMove:rt(e.onPointerMove,J),onPointerUp:rt(e.onPointerUp,ne=>{const ae=ne.target;ae.hasPointerCapture(ne.pointerId)&&ae.releasePointerCapture(ne.pointerId),document.body.style.webkitUserSelect=R.current,y.viewport&&(y.viewport.style.scrollBehavior=""),P.current=null})})})}),Ku="ScrollAreaThumb",yS=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=gS(Ku,e.__scopeScrollArea);return w.jsx(Rn,{present:r||i.hasThumb,children:w.jsx(IF,{ref:t,...n})})}),IF=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,style:n,...i}=e,s=ln(Ku,r),o=gS(Ku,r),{onThumbPositionChange:a}=o,c=Zt(t,f=>o.onThumbChange(f)),u=I.useRef(),l=Gl(()=>{u.current&&(u.current(),u.current=void 0)},100);return I.useEffect(()=>{const f=s.viewport;if(f){const h=()=>{if(l(),!u.current){const y=kF(f,a);u.current=y,a()}};return a(),f.addEventListener("scroll",h),()=>f.removeEventListener("scroll",h)}},[s.viewport,l,a]),w.jsx(Gt.div,{"data-state":o.hasThumb?"visible":"hidden",...i,ref:c,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:rt(e.onPointerDownCapture,f=>{const y=f.target.getBoundingClientRect(),b=f.clientX-y.left,_=f.clientY-y.top;o.onThumbPointerDown({x:b,y:_})}),onPointerUp:rt(e.onPointerUp,o.onThumbPointerUp)})});yS.displayName=Ku;var _0="ScrollAreaCorner",bS=I.forwardRef((e,t)=>{const r=ln(_0,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?w.jsx(PF,{...e,ref:t}):null});bS.displayName=_0;var PF=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,...n}=e,i=ln(_0,r),[s,o]=I.useState(0),[a,c]=I.useState(0),u=!!(s&&a);return Uo(i.scrollbarX,()=>{var f;const l=((f=i.scrollbarX)==null?void 0:f.offsetHeight)||0;i.onCornerHeightChange(l),c(l)}),Uo(i.scrollbarY,()=>{var f;const l=((f=i.scrollbarY)==null?void 0:f.offsetWidth)||0;i.onCornerWidthChange(l),o(l)}),u?w.jsx(Gt.div,{...n,ref:t,style:{width:s,height:a,position:"absolute",right:i.dir==="ltr"?0:void 0,left:i.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function Ju(e){return e?parseInt(e,10):0}function wS(e,t){const r=e/t;return isNaN(r)?0:r}function Wl(e){const t=wS(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function jF(e,t,r,n="ltr"){const i=Wl(r),s=i/2,o=t||s,a=i-o,c=r.scrollbar.paddingStart+o,u=r.scrollbar.size-r.scrollbar.paddingEnd-a,l=r.content-r.viewport,f=n==="ltr"?[0,l]:[l*-1,0];return _S([c,u],f)(e)}function Jg(e,t,r="ltr"){const n=Wl(t),i=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,s=t.scrollbar.size-i,o=t.content-t.viewport,a=s-n,c=r==="ltr"?[0,o]:[o*-1,0],u=TL(e,c);return _S([0,o],[0,a])(u)}function _S(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 xS(e,t){return e>0&&e<t}var kF=(e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return function i(){const s={left:e.scrollLeft,top:e.scrollTop},o=r.left!==s.left,a=r.top!==s.top;(o||a)&&t(),r=s,n=window.requestAnimationFrame(i)}(),()=>window.cancelAnimationFrame(n)};function Gl(e,t){const r=mr(e),n=I.useRef(0);return I.useEffect(()=>()=>window.clearTimeout(n.current),[]),I.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function Uo(e,t){const r=mr(t);us(()=>{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 RF=fS,NF=hS,Xg=pS,Yg=yS,DF=bS,x0="Switch",[$F,mX]=Qo(x0),[BF,LF]=$F(x0),SS=I.forwardRef((e,t)=>{const{__scopeSwitch:r,name:n,checked:i,defaultChecked:s,required:o,disabled:a,value:c="on",onCheckedChange:u,form:l,...f}=e,[h,y]=I.useState(null),b=Zt(t,N=>y(N)),_=I.useRef(!1),A=h?l||!!h.closest("form"):!0,[P=!1,R]=xc({prop:i,defaultProp:s,onChange:u});return w.jsxs(BF,{scope:r,checked:P,disabled:a,children:[w.jsx(Gt.button,{type:"button",role:"switch","aria-checked":P,"aria-required":o,"data-state":MS(P),"data-disabled":a?"":void 0,disabled:a,value:c,...f,ref:b,onClick:rt(e.onClick,N=>{R(F=>!F),A&&(_.current=N.isPropagationStopped(),_.current||N.stopPropagation())})}),A&&w.jsx(FF,{control:h,bubbles:!_.current,name:n,value:c,checked:P,required:o,disabled:a,form:l,style:{transform:"translateX(-100%)"}})]})});SS.displayName=x0;var ES="SwitchThumb",CS=I.forwardRef((e,t)=>{const{__scopeSwitch:r,...n}=e,i=LF(ES,r);return w.jsx(Gt.span,{"data-state":MS(i.checked),"data-disabled":i.disabled?"":void 0,...n,ref:t})});CS.displayName=ES;var FF=e=>{const{control:t,checked:r,bubbles:n=!0,...i}=e,s=I.useRef(null),o=F6(r),a=f0(t);return I.useEffect(()=>{const c=s.current,u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"checked").set;if(o!==r&&f){const h=new Event("click",{bubbles:n});f.call(c,r),c.dispatchEvent(h)}},[o,r,n]),w.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:r,...i,tabIndex:-1,ref:s,style:{...e.style,...a,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function MS(e){return e?"checked":"unchecked"}var UF=SS,zF=CS;const VF=["1","2","3"],qF=["classic","surface","soft"],_a={size:{type:"enum",values:VF,default:"2",responsive:!0},variant:{type:"enum",values:qF,default:"surface"},color:Sc,highContrast:Fl,radius:v0},TS=I.forwardRef((e,t)=>{const{rest:r,...n}=na(e),{className:i,style:s,size:o=_a.size.default,variant:a=_a.variant.default,color:c=_a.color.default,highContrast:u=_a.highContrast.default,radius:l=_a.radius.default,...f}=r;return I.createElement("span",{"data-radius":l,className:Xt("rt-SwitchRoot",i,_t(o,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},ia(n)),style:s},I.createElement(UF,{"data-accent-color":c,...f,ref:t,className:Xt("rt-reset","rt-SwitchButton",{"rt-high-contrast":u})},I.createElement(zF,{className:Xt("rt-SwitchThumb",{"rt-high-contrast":u})})))});TS.displayName="Switch";var mh=["Enter"," "],WF=["ArrowDown","PageUp","Home"],AS=["ArrowUp","PageDown","End"],GF=[...WF,...AS],HF={ltr:[...mh,"ArrowRight"],rtl:[...mh,"ArrowLeft"]},KF={ltr:["ArrowLeft"],rtl:["ArrowRight"]},Ec="Menu",[nc,JF,XF]=G6(Ec),[Xs,OS]=Qo(Ec,[XF,Dl,K6]),Cc=Dl(),IS=K6(),[PS,vs]=Xs(Ec),[YF,Mc]=Xs(Ec),jS=e=>{const{__scopeMenu:t,open:r=!1,children:n,dir:i,onOpenChange:s,modal:o=!0}=e,a=Cc(t),[c,u]=I.useState(null),l=I.useRef(!1),f=mr(s),h=m0(i);return I.useEffect(()=>{const y=()=>{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",y,{capture:!0}),()=>{document.removeEventListener("keydown",y,{capture:!0}),document.removeEventListener("pointerdown",b,{capture:!0}),document.removeEventListener("pointermove",b,{capture:!0})}},[]),w.jsx(E6,{...a,children:w.jsx(PS,{scope:t,open:r,onOpenChange:f,content:c,onContentChange:u,children:w.jsx(YF,{scope:t,onClose:I.useCallback(()=>f(!1),[f]),isUsingKeyboardRef:l,dir:h,modal:o,children:n})})})};jS.displayName=Ec;var ZF="MenuAnchor",S0=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=Cc(r);return w.jsx(C6,{...i,...n,ref:t})});S0.displayName=ZF;var E0="MenuPortal",[QF,kS]=Xs(E0,{forceMount:void 0}),RS=e=>{const{__scopeMenu:t,forceMount:r,children:n,container:i}=e,s=vs(E0,t);return w.jsx(QF,{scope:t,forceMount:r,children:w.jsx(Rn,{present:r||s.open,children:w.jsx(A6,{asChild:!0,container:i,children:n})})})};RS.displayName=E0;var cn="MenuContent",[eU,C0]=Xs(cn),NS=I.forwardRef((e,t)=>{const r=kS(cn,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,s=vs(cn,e.__scopeMenu),o=Mc(cn,e.__scopeMenu);return w.jsx(nc.Provider,{scope:e.__scopeMenu,children:w.jsx(Rn,{present:n||s.open,children:w.jsx(nc.Slot,{scope:e.__scopeMenu,children:o.modal?w.jsx(tU,{...i,ref:t}):w.jsx(rU,{...i,ref:t})})})})}),tU=I.forwardRef((e,t)=>{const r=vs(cn,e.__scopeMenu),n=I.useRef(null),i=Zt(t,n);return I.useEffect(()=>{const s=n.current;if(s)return LL(s)},[]),w.jsx(M0,{...e,ref:i,trapFocus:r.open,disableOutsidePointerEvents:r.open,disableOutsideScroll:!0,onFocusOutside:rt(e.onFocusOutside,s=>s.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>r.onOpenChange(!1)})}),rU=I.forwardRef((e,t)=>{const r=vs(cn,e.__scopeMenu);return w.jsx(M0,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>r.onOpenChange(!1)})}),M0=I.forwardRef((e,t)=>{const{__scopeMenu:r,loop:n=!1,trapFocus:i,onOpenAutoFocus:s,onCloseAutoFocus:o,disableOutsidePointerEvents:a,onEntryFocus:c,onEscapeKeyDown:u,onPointerDownOutside:l,onFocusOutside:f,onInteractOutside:h,onDismiss:y,disableOutsideScroll:b,..._}=e,A=vs(cn,r),P=Mc(cn,r),R=Cc(r),N=IS(r),F=JF(r),[L,G]=I.useState(null),q=I.useRef(null),J=Zt(t,q,A.onContentChange),ne=I.useRef(0),ae=I.useRef(""),ce=I.useRef(0),V=I.useRef(null),$=I.useRef("right"),p=I.useRef(0),d=b?xF:I.Fragment,m=b?{as:ki,allowPinchZoom:!0}:void 0,x=E=>{var ve,pe;const O=ae.current+E,C=F().filter(Ee=>!Ee.disabled),g=document.activeElement,v=(ve=C.find(Ee=>Ee.ref.current===g))==null?void 0:ve.textValue,j=C.map(Ee=>Ee.textValue),ee=pU(j,O,v),ie=(pe=C.find(Ee=>Ee.textValue===ee))==null?void 0:pe.ref.current;(function Ee(Se){ae.current=Se,window.clearTimeout(ne.current),Se!==""&&(ne.current=window.setTimeout(()=>Ee(""),1e3))})(O),ie&&setTimeout(()=>ie.focus())};I.useEffect(()=>()=>window.clearTimeout(ne.current),[]),AL();const M=I.useCallback(E=>{var C,g;return $.current===((C=V.current)==null?void 0:C.side)&&gU(E,(g=V.current)==null?void 0:g.area)},[]);return w.jsx(eU,{scope:r,searchRef:ae,onItemEnter:I.useCallback(E=>{M(E)&&E.preventDefault()},[M]),onItemLeave:I.useCallback(E=>{var O;M(E)||((O=q.current)==null||O.focus(),G(null))},[M]),onTriggerLeave:I.useCallback(E=>{M(E)&&E.preventDefault()},[M]),pointerGraceTimerRef:ce,onPointerGraceIntentChange:I.useCallback(E=>{V.current=E},[]),children:w.jsx(d,{...m,children:w.jsx(Q6,{asChild:!0,trapped:i,onMountAutoFocus:rt(s,E=>{var O;E.preventDefault(),(O=q.current)==null||O.focus({preventScroll:!0})}),onUnmountAutoFocus:o,children:w.jsx(n0,{asChild:!0,disableOutsidePointerEvents:a,onEscapeKeyDown:u,onPointerDownOutside:l,onFocusOutside:f,onInteractOutside:h,onDismiss:y,children:w.jsx(CL,{asChild:!0,...N,dir:P.dir,orientation:"vertical",loop:n,currentTabStopId:L,onCurrentTabStopIdChange:G,onEntryFocus:rt(c,E=>{P.isUsingKeyboardRef.current||E.preventDefault()}),preventScrollOnEntryFocus:!0,children:w.jsx(M6,{role:"menu","aria-orientation":"vertical","data-state":ZS(A.open),"data-radix-menu-content":"",dir:P.dir,...R,..._,ref:J,style:{outline:"none",..._.style},onKeyDown:rt(_.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&&x(E.key));const j=q.current;if(E.target!==j||!GF.includes(E.key))return;E.preventDefault();const ie=F().filter(ve=>!ve.disabled).map(ve=>ve.ref.current);AS.includes(E.key)&&ie.reverse(),dU(ie)}),onBlur:rt(e.onBlur,E=>{E.currentTarget.contains(E.target)||(window.clearTimeout(ne.current),ae.current="")}),onPointerMove:rt(e.onPointerMove,ic(E=>{const O=E.target,C=p.current!==E.clientX;if(E.currentTarget.contains(O)&&C){const g=E.clientX>p.current?"right":"left";$.current=g,p.current=E.clientX}}))})})})})})})});NS.displayName=cn;var nU="MenuGroup",T0=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return w.jsx(Gt.div,{role:"group",...n,ref:t})});T0.displayName=nU;var iU="MenuLabel",DS=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return w.jsx(Gt.div,{...n,ref:t})});DS.displayName=iU;var Xu="MenuItem",Zg="menu.itemSelect",Hl=I.forwardRef((e,t)=>{const{disabled:r=!1,onSelect:n,...i}=e,s=I.useRef(null),o=Mc(Xu,e.__scopeMenu),a=C0(Xu,e.__scopeMenu),c=Zt(t,s),u=I.useRef(!1),l=()=>{const f=s.current;if(!r&&f){const h=new CustomEvent(Zg,{bubbles:!0,cancelable:!0});f.addEventListener(Zg,y=>n==null?void 0:n(y),{once:!0}),r6(f,h),h.defaultPrevented?u.current=!1:o.onClose()}};return w.jsx($S,{...i,ref:c,disabled:r,onClick:rt(e.onClick,l),onPointerDown:f=>{var h;(h=e.onPointerDown)==null||h.call(e,f),u.current=!0},onPointerUp:rt(e.onPointerUp,f=>{var h;u.current||(h=f.currentTarget)==null||h.click()}),onKeyDown:rt(e.onKeyDown,f=>{const h=a.searchRef.current!=="";r||h&&f.key===" "||mh.includes(f.key)&&(f.currentTarget.click(),f.preventDefault())})})});Hl.displayName=Xu;var $S=I.forwardRef((e,t)=>{const{__scopeMenu:r,disabled:n=!1,textValue:i,...s}=e,o=C0(Xu,r),a=IS(r),c=I.useRef(null),u=Zt(t,c),[l,f]=I.useState(!1),[h,y]=I.useState("");return I.useEffect(()=>{const b=c.current;b&&y((b.textContent??"").trim())},[s.children]),w.jsx(nc.ItemSlot,{scope:r,disabled:n,textValue:i??h,children:w.jsx(ML,{asChild:!0,...a,focusable:!n,children:w.jsx(Gt.div,{role:"menuitem","data-highlighted":l?"":void 0,"aria-disabled":n||void 0,"data-disabled":n?"":void 0,...s,ref:u,onPointerMove:rt(e.onPointerMove,ic(b=>{n?o.onItemLeave(b):(o.onItemEnter(b),b.defaultPrevented||b.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:rt(e.onPointerLeave,ic(b=>o.onItemLeave(b))),onFocus:rt(e.onFocus,()=>f(!0)),onBlur:rt(e.onBlur,()=>f(!1))})})})}),sU="MenuCheckboxItem",BS=I.forwardRef((e,t)=>{const{checked:r=!1,onCheckedChange:n,...i}=e;return w.jsx(VS,{scope:e.__scopeMenu,checked:r,children:w.jsx(Hl,{role:"menuitemcheckbox","aria-checked":Yu(r)?"mixed":r,...i,ref:t,"data-state":I0(r),onSelect:rt(i.onSelect,()=>n==null?void 0:n(Yu(r)?!0:!r),{checkForDefaultPrevented:!1})})})});BS.displayName=sU;var LS="MenuRadioGroup",[oU,aU]=Xs(LS,{value:void 0,onValueChange:()=>{}}),FS=I.forwardRef((e,t)=>{const{value:r,onValueChange:n,...i}=e,s=mr(n);return w.jsx(oU,{scope:e.__scopeMenu,value:r,onValueChange:s,children:w.jsx(T0,{...i,ref:t})})});FS.displayName=LS;var US="MenuRadioItem",zS=I.forwardRef((e,t)=>{const{value:r,...n}=e,i=aU(US,e.__scopeMenu),s=r===i.value;return w.jsx(VS,{scope:e.__scopeMenu,checked:s,children:w.jsx(Hl,{role:"menuitemradio","aria-checked":s,...n,ref:t,"data-state":I0(s),onSelect:rt(n.onSelect,()=>{var o;return(o=i.onValueChange)==null?void 0:o.call(i,r)},{checkForDefaultPrevented:!1})})})});zS.displayName=US;var A0="MenuItemIndicator",[VS,cU]=Xs(A0,{checked:!1}),qS=I.forwardRef((e,t)=>{const{__scopeMenu:r,forceMount:n,...i}=e,s=cU(A0,r);return w.jsx(Rn,{present:n||Yu(s.checked)||s.checked===!0,children:w.jsx(Gt.span,{...i,ref:t,"data-state":I0(s.checked)})})});qS.displayName=A0;var uU="MenuSeparator",WS=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return w.jsx(Gt.div,{role:"separator","aria-orientation":"horizontal",...n,ref:t})});WS.displayName=uU;var lU="MenuArrow",GS=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=Cc(r);return w.jsx(T6,{...i,...n,ref:t})});GS.displayName=lU;var O0="MenuSub",[fU,HS]=Xs(O0),KS=e=>{const{__scopeMenu:t,children:r,open:n=!1,onOpenChange:i}=e,s=vs(O0,t),o=Cc(t),[a,c]=I.useState(null),[u,l]=I.useState(null),f=mr(i);return I.useEffect(()=>(s.open===!1&&f(!1),()=>f(!1)),[s.open,f]),w.jsx(E6,{...o,children:w.jsx(PS,{scope:t,open:n,onOpenChange:f,content:u,onContentChange:l,children:w.jsx(fU,{scope:t,contentId:ec(),triggerId:ec(),trigger:a,onTriggerChange:c,children:r})})})};KS.displayName=O0;var Ia="MenuSubTrigger",JS=I.forwardRef((e,t)=>{const r=vs(Ia,e.__scopeMenu),n=Mc(Ia,e.__scopeMenu),i=HS(Ia,e.__scopeMenu),s=C0(Ia,e.__scopeMenu),o=I.useRef(null),{pointerGraceTimerRef:a,onPointerGraceIntentChange:c}=s,u={__scopeMenu:e.__scopeMenu},l=I.useCallback(()=>{o.current&&window.clearTimeout(o.current),o.current=null},[]);return I.useEffect(()=>l,[l]),I.useEffect(()=>{const f=a.current;return()=>{window.clearTimeout(f),c(null)}},[a,c]),w.jsx(S0,{asChild:!0,...u,children:w.jsx($S,{id:i.triggerId,"aria-haspopup":"menu","aria-expanded":r.open,"aria-controls":i.contentId,"data-state":ZS(r.open),...e,ref:jl(t,i.onTriggerChange),onClick:f=>{var h;(h=e.onClick)==null||h.call(e,f),!(e.disabled||f.defaultPrevented)&&(f.currentTarget.focus(),r.open||r.onOpenChange(!0))},onPointerMove:rt(e.onPointerMove,ic(f=>{s.onItemEnter(f),!f.defaultPrevented&&!e.disabled&&!r.open&&!o.current&&(s.onPointerGraceIntentChange(null),o.current=window.setTimeout(()=>{r.onOpenChange(!0),l()},100))})),onPointerLeave:rt(e.onPointerLeave,ic(f=>{var y,b;l();const h=(y=r.content)==null?void 0:y.getBoundingClientRect();if(h){const _=(b=r.content)==null?void 0:b.dataset.side,A=_==="right",P=A?-5:5,R=h[A?"left":"right"],N=h[A?"right":"left"];s.onPointerGraceIntentChange({area:[{x:f.clientX+P,y:f.clientY},{x:R,y:h.top},{x:N,y:h.top},{x:N,y:h.bottom},{x:R,y:h.bottom}],side:_}),window.clearTimeout(a.current),a.current=window.setTimeout(()=>s.onPointerGraceIntentChange(null),300)}else{if(s.onTriggerLeave(f),f.defaultPrevented)return;s.onPointerGraceIntentChange(null)}})),onKeyDown:rt(e.onKeyDown,f=>{var y;const h=s.searchRef.current!=="";e.disabled||h&&f.key===" "||HF[n.dir].includes(f.key)&&(r.onOpenChange(!0),(y=r.content)==null||y.focus(),f.preventDefault())})})})});JS.displayName=Ia;var XS="MenuSubContent",YS=I.forwardRef((e,t)=>{const r=kS(cn,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,s=vs(cn,e.__scopeMenu),o=Mc(cn,e.__scopeMenu),a=HS(XS,e.__scopeMenu),c=I.useRef(null),u=Zt(t,c);return w.jsx(nc.Provider,{scope:e.__scopeMenu,children:w.jsx(Rn,{present:n||s.open,children:w.jsx(nc.Slot,{scope:e.__scopeMenu,children:w.jsx(M0,{id:a.contentId,"aria-labelledby":a.triggerId,...i,ref:u,align:"start",side:o.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:l=>{var f;o.isUsingKeyboardRef.current&&((f=c.current)==null||f.focus()),l.preventDefault()},onCloseAutoFocus:l=>l.preventDefault(),onFocusOutside:rt(e.onFocusOutside,l=>{l.target!==a.trigger&&s.onOpenChange(!1)}),onEscapeKeyDown:rt(e.onEscapeKeyDown,l=>{o.onClose(),l.preventDefault()}),onKeyDown:rt(e.onKeyDown,l=>{var y;const f=l.currentTarget.contains(l.target),h=KF[o.dir].includes(l.key);f&&h&&(s.onOpenChange(!1),(y=a.trigger)==null||y.focus(),l.preventDefault())})})})})})});YS.displayName=XS;function ZS(e){return e?"open":"closed"}function Yu(e){return e==="indeterminate"}function I0(e){return Yu(e)?"indeterminate":e?"checked":"unchecked"}function dU(e){const t=document.activeElement;for(const r of e)if(r===t||(r.focus(),document.activeElement!==t))return}function hU(e,t){return e.map((r,n)=>e[(t+n)%e.length])}function pU(e,t,r){const i=t.length>1&&Array.from(t).every(u=>u===t[0])?t[0]:t,s=r?e.indexOf(r):-1;let o=hU(e,Math.max(s,0));i.length===1&&(o=o.filter(u=>u!==r));const c=o.find(u=>u.toLowerCase().startsWith(i.toLowerCase()));return c!==r?c:void 0}function mU(e,t){const{x:r,y:n}=e;let i=!1;for(let s=0,o=t.length-1;s<t.length;o=s++){const a=t[s].x,c=t[s].y,u=t[o].x,l=t[o].y;c>n!=l>n&&r<(u-a)*(n-c)/(l-c)+a&&(i=!i)}return i}function gU(e,t){if(!t)return!1;const r={x:e.clientX,y:e.clientY};return mU(r,t)}function ic(e){return t=>t.pointerType==="mouse"?e(t):void 0}var vU=jS,yU=S0,bU=RS,wU=NS,_U=T0,xU=DS,SU=Hl,EU=BS,CU=FS,MU=zS,TU=qS,AU=WS,OU=GS,IU=KS,PU=JS,jU=YS,P0="DropdownMenu",[kU,gX]=Qo(P0,[OS]),Ir=OS(),[RU,QS]=kU(P0),e8=e=>{const{__scopeDropdownMenu:t,children:r,dir:n,open:i,defaultOpen:s,onOpenChange:o,modal:a=!0}=e,c=Ir(t),u=I.useRef(null),[l=!1,f]=xc({prop:i,defaultProp:s,onChange:o});return w.jsx(RU,{scope:t,triggerId:ec(),triggerRef:u,contentId:ec(),open:l,onOpenChange:f,onOpenToggle:I.useCallback(()=>f(h=>!h),[f]),modal:a,children:w.jsx(vU,{...c,open:l,onOpenChange:f,dir:n,modal:a,children:r})})};e8.displayName=P0;var t8="DropdownMenuTrigger",r8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,disabled:n=!1,...i}=e,s=QS(t8,r),o=Ir(r);return w.jsx(yU,{asChild:!0,...o,children:w.jsx(Gt.button,{type:"button",id:s.triggerId,"aria-haspopup":"menu","aria-expanded":s.open,"aria-controls":s.open?s.contentId:void 0,"data-state":s.open?"open":"closed","data-disabled":n?"":void 0,disabled:n,...i,ref:jl(t,s.triggerRef),onPointerDown:rt(e.onPointerDown,a=>{!n&&a.button===0&&a.ctrlKey===!1&&(s.onOpenToggle(),s.open||a.preventDefault())}),onKeyDown:rt(e.onKeyDown,a=>{n||(["Enter"," "].includes(a.key)&&s.onOpenToggle(),a.key==="ArrowDown"&&s.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(a.key)&&a.preventDefault())})})})});r8.displayName=t8;var NU="DropdownMenuPortal",n8=e=>{const{__scopeDropdownMenu:t,...r}=e,n=Ir(t);return w.jsx(bU,{...n,...r})};n8.displayName=NU;var i8="DropdownMenuContent",s8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=QS(i8,r),s=Ir(r),o=I.useRef(!1);return w.jsx(wU,{id:i.contentId,"aria-labelledby":i.triggerId,...s,...n,ref:t,onCloseAutoFocus:rt(e.onCloseAutoFocus,a=>{var c;o.current||(c=i.triggerRef.current)==null||c.focus(),o.current=!1,a.preventDefault()}),onInteractOutside:rt(e.onInteractOutside,a=>{const c=a.detail.originalEvent,u=c.button===0&&c.ctrlKey===!0,l=c.button===2||u;(!i.modal||l)&&(o.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)"}})});s8.displayName=i8;var DU="DropdownMenuGroup",o8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ir(r);return w.jsx(_U,{...i,...n,ref:t})});o8.displayName=DU;var $U="DropdownMenuLabel",a8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ir(r);return w.jsx(xU,{...i,...n,ref:t})});a8.displayName=$U;var BU="DropdownMenuItem",c8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ir(r);return w.jsx(SU,{...i,...n,ref:t})});c8.displayName=BU;var LU="DropdownMenuCheckboxItem",u8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ir(r);return w.jsx(EU,{...i,...n,ref:t})});u8.displayName=LU;var FU="DropdownMenuRadioGroup",l8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ir(r);return w.jsx(CU,{...i,...n,ref:t})});l8.displayName=FU;var UU="DropdownMenuRadioItem",f8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ir(r);return w.jsx(MU,{...i,...n,ref:t})});f8.displayName=UU;var zU="DropdownMenuItemIndicator",d8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ir(r);return w.jsx(TU,{...i,...n,ref:t})});d8.displayName=zU;var VU="DropdownMenuSeparator",h8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ir(r);return w.jsx(AU,{...i,...n,ref:t})});h8.displayName=VU;var qU="DropdownMenuArrow",WU=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ir(r);return w.jsx(OU,{...i,...n,ref:t})});WU.displayName=qU;var GU=e=>{const{__scopeDropdownMenu:t,children:r,open:n,onOpenChange:i,defaultOpen:s}=e,o=Ir(t),[a=!1,c]=xc({prop:n,defaultProp:s,onChange:i});return w.jsx(IU,{...o,open:a,onOpenChange:c,children:r})},HU="DropdownMenuSubTrigger",p8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ir(r);return w.jsx(PU,{...i,...n,ref:t})});p8.displayName=HU;var KU="DropdownMenuSubContent",m8=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Ir(r);return w.jsx(jU,{...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)"}})});m8.displayName=KU;var JU=e8,XU=r8,g8=n8,YU=s8,ZU=o8,QU=a8,ez=c8,tz=u8,rz=l8,nz=f8,v8=d8,iz=h8,sz=GU,oz=p8,az=m8;const cz=["1","2","3"],uz=["vertical","horizontal","both"],nd={size:{type:"enum",values:cz,default:"1",responsive:!0},radius:v0,scrollbars:{type:"enum",values:uz,default:"both"}},j0=I.forwardRef((e,t)=>{const{rest:r,...n}=na(e),{className:i,style:s,type:o,scrollHideDelay:a=o!=="scroll"?0:void 0,dir:c,size:u=nd.size.default,radius:l=nd.radius.default,scrollbars:f=nd.scrollbars.default,...h}=r;return I.createElement(RF,{type:o,scrollHideDelay:a,className:Xt("rt-ScrollAreaRoot",i,ia(n)),style:s},I.createElement(NF,{...h,ref:t,className:"rt-ScrollAreaViewport"}),I.createElement("div",{className:"rt-ScrollAreaViewportFocusRing"}),f!=="vertical"?I.createElement(Xg,{"data-radius":l,orientation:"horizontal",className:Xt("rt-ScrollAreaScrollbar",_t(u,"rt-r-size"))},I.createElement(Yg,{className:"rt-ScrollAreaThumb"})):null,f!=="horizontal"?I.createElement(Xg,{"data-radius":l,orientation:"vertical",className:Xt("rt-ScrollAreaScrollbar",_t(u,"rt-r-size"))},I.createElement(Yg,{className:"rt-ScrollAreaThumb"})):null,f==="both"?I.createElement(DF,{className:"rt-ScrollAreaCorner"}):null)});j0.displayName="ScrollArea";const lz=["1","2"],fz=["solid","soft"],id={size:{type:"enum",values:lz,default:"2",responsive:!0},variant:{type:"enum",values:fz,default:"solid"},color:Sc,highContrast:Fl},y8={color:Sc,shortcut:{type:"string",default:void 0}},b8=e=>I.createElement(JU,{...e});b8.displayName="DropdownMenuRoot";const w8=I.forwardRef((e,t)=>I.createElement(XU,{...e,ref:t,asChild:!0}));w8.displayName="DropdownMenuTrigger";const _8=I.createContext({}),x8=I.forwardRef((e,t)=>{const r=LB(),{className:n,children:i,size:s=id.size.default,variant:o=id.variant.default,highContrast:a=id.highContrast.default,color:c=y8.color.default,container:u,forceMount:l,...f}=e,h=c??r.accentColor;return I.createElement(g8,{container:u,forceMount:l},I.createElement(Ll,{asChild:!0},I.createElement(YU,{"data-accent-color":h,align:"start",sideOffset:4,collisionPadding:10,...f,ref:t,className:Xt("rt-PopperContent","rt-BaseMenuContent","rt-DropdownMenuContent",n,_t(s,"rt-r-size"),`rt-variant-${o}`,{"rt-high-contrast":a})},I.createElement(j0,{type:"auto"},I.createElement("div",{className:Xt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},I.createElement(_8.Provider,{value:I.useMemo(()=>({size:s,variant:o,color:h,highContrast:a}),[s,o,h,a])},i))))))});x8.displayName="DropdownMenuContent";const S8=I.forwardRef((e,t)=>I.createElement(QU,{...e,ref:t,className:Xt("rt-BaseMenuLabel","rt-DropdownMenuLabel",e.className)}));S8.displayName="DropdownMenuLabel";const E8=I.forwardRef((e,t)=>{const{className:r,children:n,color:i=y8.color.default,shortcut:s,...o}=e;return I.createElement(ez,{"data-accent-color":i,...o,ref:t,className:Xt("rt-reset","rt-BaseMenuItem","rt-DropdownMenuItem",r)},I.createElement(ea,null,n),s&&I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},s))});E8.displayName="DropdownMenuItem";const C8=I.forwardRef((e,t)=>I.createElement(ZU,{...e,ref:t,className:Xt("rt-BaseMenuGroup","rt-DropdownMenuGroup",e.className)}));C8.displayName="DropdownMenuGroup";const M8=I.forwardRef((e,t)=>I.createElement(rz,{...e,ref:t,className:Xt("rt-BaseMenuRadioGroup","rt-DropdownMenuRadioGroup",e.className)}));M8.displayName="DropdownMenuRadioGroup";const T8=I.forwardRef((e,t)=>{const{children:r,className:n,...i}=e;return I.createElement(nz,{...i,ref:t,className:Xt("rt-BaseMenuItem","rt-BaseMenuRadioItem","rt-DropdownMenuItem","rt-DropdownMenuRadioItem",n)},I.createElement(ea,null,r),I.createElement(v8,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},I.createElement(Ul,{className:"rt-BaseMenuItemIndicatorIcon rt-DropdownMenuItemIndicatorIcon"})))});T8.displayName="DropdownMenuRadioItem";const A8=I.forwardRef((e,t)=>{const{children:r,className:n,shortcut:i,...s}=e;return I.createElement(tz,{...s,ref:t,className:Xt("rt-BaseMenuItem","rt-BaseMenuCheckboxItem","rt-DropdownMenuItem","rt-DropdownMenuCheckboxItem",n)},I.createElement(ea,null,r),I.createElement(v8,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},I.createElement(Ul,{className:"rt-BaseMenuItemIndicatorIcon rt-ContextMenuItemIndicatorIcon"})),i&&I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},i))});A8.displayName="DropdownMenuCheckboxItem";const O8=e=>I.createElement(sz,{...e});O8.displayName="DropdownMenuSub";const I8=I.forwardRef((e,t)=>{const{className:r,children:n,...i}=e;return I.createElement(oz,{...i,ref:t,className:Xt("rt-BaseMenuItem","rt-BaseMenuSubTrigger","rt-DropdownMenuItem","rt-DropdownMenuSubTrigger",r)},I.createElement(ea,null,n),I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},I.createElement(W6,{className:"rt-BaseMenuSubTriggerIcon rt-DropdownMenuSubtriggerIcon"})))});I8.displayName="DropdownMenuSubTrigger";const P8=I.forwardRef((e,t)=>{const{className:r,children:n,container:i,forceMount:s,...o}=e,{size:a,variant:c,color:u,highContrast:l}=I.useContext(_8);return I.createElement(g8,{container:i,forceMount:s},I.createElement(Ll,{asChild:!0},I.createElement(az,{"data-accent-color":u,alignOffset:-Number(a)*4,sideOffset:1,collisionPadding:10,...o,ref:t,className:Xt("rt-PopperContent","rt-BaseMenuContent","rt-BaseMenuSubContent","rt-DropdownMenuContent","rt-DropdownMenuSubContent",r,_t(a,"rt-r-size"),`rt-variant-${c}`,{"rt-high-contrast":l})},I.createElement(j0,{type:"auto"},I.createElement("div",{className:Xt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},n)))))});P8.displayName="DropdownMenuSubContent";const j8=I.forwardRef((e,t)=>I.createElement(iz,{...e,ref:t,className:Xt("rt-BaseMenuSeparator","rt-DropdownMenuSeparator",e.className)}));j8.displayName="DropdownMenuSeparator";const Ii=Object.assign({},{Root:b8,Trigger:w8,Content:x8,Label:S8,Item:E8,Group:C8,RadioGroup:M8,RadioItem:T8,CheckboxItem:A8,Sub:O8,SubTrigger:I8,SubContent:P8,Separator:j8}),dz=["1","2","3","4"],hz=["classic","solid","soft","surface","outline","ghost"],xa={size:{type:"enum",values:dz,default:"2",responsive:!0},variant:{type:"enum",values:hz,default:"solid"},color:Sc,highContrast:Fl,radius:v0},k8=I.forwardRef((e,t)=>{const{rest:r,...n}=na(e),{className:i,asChild:s=!1,size:o=xa.size.default,variant:a=xa.variant.default,color:c=xa.color.default,highContrast:u=xa.highContrast.default,radius:l=xa.radius.default,...f}=r,h=s?ki:"button";return I.createElement(h,{"data-disabled":f.disabled||void 0,"data-accent-color":c,"data-radius":l,...f,ref:t,className:Xt("rt-reset","rt-BaseButton",i,_t(o,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},ia(n))})});k8.displayName="BaseButton";const R8=I.forwardRef((e,t)=>I.createElement(k8,{...e,ref:t,className:Xt("rt-Button",e.className)}));R8.displayName="Button";const pz={loading:{type:"boolean",default:!0}},sa=I.forwardRef((e,t)=>{const{rest:r,...n}=na(e),{className:i,children:s,loading:o=pz.loading.default,...a}=r;if(!o)return I.createElement(I.Fragment,null,s);const c=I.isValidElement(s)?ki:"span";return I.createElement(c,{ref:t,"aria-hidden":!0,className:Xt("rt-Skeleton",i,ia(n)),"data-inline-skeleton":I.isValidElement(s)?void 0:!0,tabIndex:-1,inert:"",...a},s)});sa.displayName="Skeleton";const mz=zt("/images/ghost_loading.png"),gz=zt("/images/primary_loading.png"),vz={primary:gz,ghost:mz};function yz({size:e="24px",variant:t="primary",wrapStyle:r={}}){return w.jsx(L6,{align:"center",justify:"center",style:{width:"100%",height:"100%",...r},children:w.jsx("img",{src:vz[t],alt:"Loading",style:{width:e,height:e,animation:"spin 1s linear infinite"}})})}const bz="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==",sd="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 Kr({src:e,alt:t,className:r,style:n,showWarn:i,...s}){const[o,a]=oe.useState(sd),c=u=>{a(sd)};return oe.useEffect(()=>{a(e||sd)},[e]),w.jsxs("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[w.jsx("img",{src:o,alt:t||"",className:r,loading:"lazy",decoding:"async",style:{borderRadius:"100%",...n},onError:c,...s}),i&&w.jsx("img",{style:{position:"absolute",right:-2,bottom:-2,width:"16px",height:"16px"},src:bz})]})}function wz({toastData:e,onClose:t}){const{status:r,buildShowInfo:n,tx:i,id:s}=e,{getExplorerUrl:o}=Zo(),a=oe.useMemo(()=>{if(n&&r)return n(r)},[r]),c=oe.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(yz,{})}),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(e6,{text:"Confirmation is in progress. Check your transaction on here",keywords:["here"],text_highlight_color:"#72c1f7",onKeywordClick:()=>{window.open(o(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"}),Pl.map(u=>w.jsx("a",{href:o(i,"tx",u.link),target:"_blank",children:w.jsx(Kr,{src:u.img})},u.link))]})]}),w.jsx("svg",{className:"cs-icon close","aria-hidden":"true",onClick:()=>t(s),children:w.jsx("use",{xlinkHref:"#icon-close"})})]})}const _z=Bi((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)}))}})),oa=(e="cs-swap-widget")=>{const{toasts:t,setToasts:r,removeToast:n}=_z(),i=(a,c="success")=>{const l={id:Date.now(),status:c,buildShowInfo:()=>({toastTitleText:a})};r(l)},s=a=>{const c=Date.now();return a.id=c,r(a),c},o=oe.useCallback(()=>{let a=document.getElementById(e);return a||(a=document.createElement("div"),a.id=e,document.body.appendChild(a)),rl.createPortal(w.jsx("div",{className:"cs-toast-wrapper",children:t&&t.map(c=>w.jsx(wz,{toastData:c,onClose:()=>{n(c.id)}},c.id))}),a)},[t]);return{addCommonToast:i,addTxToast:s,ToastContainer:o,removeToast:n}};function xz(){const{mevProtect:e,setMevProtect:t}=Xr();return w.jsxs(Ii.Root,{children:[w.jsx(Ii.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(Ii.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:zt("/images/icon_mev@2x.png")}),w.jsx("span",{children:"MEV Protect"})]}),w.jsx(TS,{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 Sz({onClick:e}){const[t,r]=oe.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"})})})}function k0(e){const{text:t,onClick:r,className:n,btnIsDisabled:i=!1}=e,s=()=>{r&&r()};return w.jsx(R8,{disabled:i,className:n?`cs-button ${n}`:"cs-button",onClick:s,children:t})}function Ez(){const{setIsOpenSlippageDialog:e,isOpenSlippageDialog:t,slippage:r}=Xr();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(Cz,{onClose:()=>e(!1)})]})}function Cz({onClose:e}){const{slippage:t,setSlippage:r}=Xr(),[n,i]=oe.useState(t),s=u=>{i(u.display)},o=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=oe.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:"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:hD.map(u=>w.jsxs("span",{className:u.display===n?"active":"",onClick:()=>s(u),children:[u.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:o}),w.jsx("i",{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(k0,{text:"Save",btnIsDisabled:c,className:"slippage-save-btn",onClick:a})]})})]})}function Mz({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(Ez,{}),w.jsx(xz,{}),w.jsx(Sz,{onClick:e})]})]})})}function Tz(){const[e,t]=oe.useState(!1);return w.jsxs(Ii.Root,{open:e,onOpenChange:t,children:[w.jsx(Ii.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(Ii.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(Az,{}),w.jsx(Iz,{onClose:()=>{t(!1)}})]})})]})}function Az(){const{currentExplorer:e,setCurrentExplorer:t,currentRpc:r,setCurrentRpc:n}=Xr(),i=s=>{t(s)};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:Pl.map(s=>w.jsxs("div",{className:"group-item",style:{justifyContent:"center"},onClick:()=>i(s.link),children:[w.jsx(zl,{color:"indigo",checked:s.link===e,variant:"soft",className:"cs-checkbox"}),w.jsx("img",{src:s.img}),w.jsx("span",{children:s.name})]}))})]})}const Oz=e=>!/^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?/.test(e);function Iz({onClose:e}){const{addTxToast:t}=oa(),{currentRpc:r,setCurrentRpc:n,customRpc:i,setCustomRpc:s,rpcList:o}=Xr(),[a,c]=oe.useState(i),[u,l]=oe.useState(r),f=_=>{t({id:0,status:"success",buildShowInfo:()=>({toastTitleText:"RPC update",toastDescriptionContent:`RPC is currently set to ${_}`})})},h=_=>{l(_),_.isCustom||(n(_),f(_.link),e())},y=_=>{c(_.target.value)},b=()=>{if(a){const _={name:"Custom RPC URL",link:a,isCustom:!0};s(a),n(_),f(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:[o.map(_=>w.jsxs("div",{className:"rpc-item",onClick:()=>h(_),children:[w.jsx(zl,{color:"indigo",checked:u.name===_.name,variant:"soft",className:"cs-checkbox"}),w.jsx("span",{children:_.name})]})),u.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(k0,{btnIsDisabled:Oz(a),text:"Save",onClick:b})]})]})]})}const Nn=Bi((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 Pz=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()}},jz=Pz,Qg={"text/plain":"Text","text/html":"Url",default:"Text"},kz="Copy to clipboard: #{key}, Enter";function Rz(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}function Nz(e,t){var r,n,i,s,o,a,c=!1;t||(t={}),r=t.debug||!1;try{i=jz(),s=document.createRange(),o=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 f=Qg[t.format]||Qg.default;window.clipboardData.setData(f,e)}else l.clipboardData.clearData(),l.clipboardData.setData(t.format,e);t.onCopy&&(l.preventDefault(),t.onCopy(l.clipboardData))}),document.body.appendChild(a),s.selectNodeContents(a),o.addRange(s);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(f){r&&console.error("unable to copy using clipboardData: ",f),r&&console.error("falling back to prompt"),n=Rz("message"in t?t.message:kz),window.prompt(n,e)}}finally{o&&(typeof o.removeRange=="function"?o.removeRange(s):o.removeAllRanges()),a&&document.body.removeChild(a),i()}return c}var Dz=Nz;const N8=dc(Dz);function $z({currentAccount:e}){const{mutate:t}=Lr.useSwitchAccount(),r=Lr.useAccounts(),{isOpenAccountList:n,setIsOpenAccountList:i}=Nn(),s=()=>{i(!n)};oe.useEffect(()=>()=>{i(!1)},[]);const o=oe.useMemo(()=>r.filter(c=>c.address!==e),[r,e]);oe.useEffect(()=>{},[o]);const a=c=>{t({account:c},{onSuccess:()=>{}})};return w.jsxs("div",{className:"cs-account-switch",children:[w.jsxs("div",{className:"account",onClick:s,children:[w.jsx("span",{children:Ws(e)}),(o==null?void 0:o.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:o.map(c=>w.jsxs("div",{className:"account-item",children:[w.jsxs("div",{className:"left",children:[w.jsx("div",{className:"label",children:c==null?void 0:c.label}),w.jsx("div",{className:"address",children:Ws(c==null?void 0:c.address)})]}),w.jsx("button",{className:"cs-outline-btn",onClick:()=>a(c),children:"Switch"})]}))})]})}function Bz({connect:e}){const t=Lr.useCurrentAccount();return oe.useEffect(()=>{},[t]),w.jsx("div",{children:t?w.jsx(Lz,{}):w.jsx(k0,{text:"Connect",className:"cs-connect-button",onClick:()=>e(!0)})})}function Lz(){const{mutate:e}=Lr.useDisconnectWallet(),t=Lr.useCurrentAccount(),{currentWallet:r}=Lr.useCurrentWallet(),{addCommonToast:n}=oa(),{getExplorerUrl:i}=Zo(),s=()=>{t&&(N8(t.address||"",{debug:!1,message:"message"}),n("Copied"))},o=()=>{t&&window.open(i(t.address,"account"),"_blank")};return oe.useEffect(()=>{},[r]),w.jsxs(Ii.Root,{children:[w.jsx(Ii.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:Ws(t==null?void 0:t.address)})]})}),w.jsx(Ii.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($z,{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:o,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 Fz(){Lr.useCurrentAccount(),Lr.useCurrentWallet();const{isOpenWalletModal:e,onWalletModal:t,saveCurrentAccount:r}=Nn();return Lr.useWallets(),w.jsx(w.Fragment,{children:w.jsx(Lr.ConnectModal,{trigger:w.jsx(Bz,{connect:t}),open:e,onOpenChange:n=>t(n)})})}function Uz({independentWallet:e,customWallet:t}){return w.jsxs(w.Fragment,{children:[w.jsxs("div",{className:"widget-header",children:[w.jsx("img",{src:zt("/images/logo@2x.png"),className:"cetus-logo"}),w.jsxs("div",{className:"right",children:[e&&w.jsx(Fz,{}),w.jsx(Tz,{})]})]}),w.jsx("div",{style:{marginTop:"20px"}})]})}const D8=()=>{const e=oe.useRef(null);oe.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:"relative"},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 zz({onClose:e,transactionData:t}){const{status:r,buildShowInfo:n,tx:i}=t,s=oe.useMemo(()=>{if(n&&r)return n(r)},[r]);return w.jsxs("div",{className:"ts-status-dialog",children:[(r==="confirmation"||r==="submitted")&&w.jsx(Vz,{info:s,status:r}),(r==="success"||r==="rejected")&&w.jsx(qz,{info:s,status:r,tx:i,onClose:e})]})}function Vz({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(D8,{})}),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 qz({info:e,status:t,tx:r,onClose:n}){const{getExplorerUrl:i}=Zo();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"}),Pl.map(s=>w.jsx("a",{href:i(r,"tx",s.link),target:"_blank",children:w.jsx("img",{src:s.img})},s.link))]})]}),w.jsx("button",{className:"cs-solid-btn swap-more-btn",onClick:n,children:t==="success"?w.jsx("span",{children:" Swap More"}):w.jsx("span",{children:"Retry"})})]})}function Kl(){return{fetchByApi:async(t,r,n,i)=>{try{return r==="GET"?await lD(`${i||zu.api}${t}`,n):await fD(`${i||zu.api}${t}`,n)}catch(s){throw s}}}}function Wz(){const{fetchByApi:e}=Kl(),{setProviders:t}=Xr();return{fetchRouterConfig:async()=>{try{const n=await e("/router_v2/status","GET"),{providers:i}=n;i&&t(i)}catch{}}}}function Gz({interval:e,callback:t}){const r=oe.useRef(),n=oe.useRef(null);oe.useEffect(()=>{r.current=t},[t]);const i=oe.useCallback(()=>{n.current&&clearInterval(n.current),e>0&&(n.current=setInterval(()=>{r.current&&r.current(Date.now())},e))},[e]),s=oe.useCallback(()=>{n.current&&(clearInterval(n.current),n.current=null)},[]);return oe.useEffect(()=>(i(),()=>s()),[]),{startTimer:i,stopTimer:s}}const Ys=Bi((e,t)=>({suiClient:new Wa({url:zu.fullRpcUrl}),setSuiClient:r=>{e(()=>({suiClient:r}))},aggregatorSDK:new P4,setAggregatorSDK:r=>{e(()=>({aggregatorSDK:r}))}})),Hz=(e,t)=>({requestTokenList:[],addRequestTokenList:r=>{e(()=>({requestTokenList:[...t().requestTokenList,r]}))},setToken:r=>{const{tokenMap:n,requestTokenList:i}=t(),s=new Map(n);s.set(Mr(r.coin_type).full_address,r);const o=i.filter(a=>a!==r.coin_type);e(()=>({tokenMap:s,requestTokenList:[...o]})),Oi.setItem(sh,s)},tokenMap:new Map,setTokenMap:(r,n=!1)=>{e(()=>({tokenMap:r})),n||Oi.setItem(sh,r)},trustedTokenList:[],setTrustedTokenList:(r,n=!1)=>{e(()=>({trustedTokenList:r})),n||Oi.setItem(K4,r)}}),Tc=Bi(Hz);Oi.getItem(sh).then(e=>{e!==null&&Tc.getState().setTokenMap(e,!0)});Oi.getItem(K4).then(e=>{e!==null&&Tc.getState().setTrustedTokenList(e,!0)});function Kz(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 Zs(){const{suiClient:e}=Ys(),{fetchByApi:t}=Kl(),{setTokenMap:r,tokenMap:n,setToken:i,requestTokenList:s,addRequestTokenList:o,setTrustedTokenList:a}=Tc(),c=async()=>{var b;const f=await t("/v2/sui/coins_info","GET"),h=[],y=(b=f==null?void 0:f.list)==null?void 0:b.reduce((_,A)=>(_.set(A.coin_type,A),A.is_trusted&&h.push({...A,coin_type:Mr(A.coin_type).full_address}),_),new Map);y&&(y.set("0x2::sui::SUI",{...y.get("0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI"),coin_type:"0x2::sui::SUI"}),r(y),a(h))},u=async f=>{try{const h=l(f);if(h)return h;if(s.includes(f))return;o(f);const y=await e.getCoinMetadata({coinType:f});if(y){H4(f)&&(y.iconUrl="https://archive.cetus.zone/assets/image/sui/sui.png");const b=Kz(y,f);return i(b),b}}catch{}},l=oe.useCallback(f=>{if(f)return n.get(Mr(f).full_address)||n.get(f)},[n]);return{getTokens:c,fetchTokenInfo:u,getTokenInfo:l}}function Zu(e){const{suiClient:t}=Ys(),{currentAccount:r,setTokenBalanceObj:n,tokenBalanceObj:i}=Nn(),{fetchTokenInfo:s}=Zs(),[o,a]=oe.useState([]),{tokenMap:c}=Tc(),u=async(y=(r==null?void 0:r.address)||"",b)=>{try{if(!y){l();return}let _=[];b?_=[await t.getBalance({owner:y,coinType:b})]:_=[...await t.getAllBalances({owner:y})],a(_)}catch{a([])}},l=()=>{n({})};oe.useEffect(()=>{(o==null?void 0:o.length)>0&&(c!=null&&c.size)&&f(o)},[o,c]);const f=async y=>{const b={};for(let _=0;_<(y==null?void 0:y.length);_++)try{const A=y[_],P=await s(A.coinType),R=tD(A.totalBalance,P==null?void 0:P.decimals),N=an(R,4);b[Mr(A.coinType).full_address]={...A,displayBalance:N,totalBalanceFormat:R}}catch{continue}n(b)},h=oe.useMemo(()=>{if(e&&r)return i[e]||i[Mr(e).full_address]},[e,i,r]);return{getOwnerCoinBalances:u,balanceInfo:h}}const Jz=(e,t)=>({defaultFromCoin:void 0,defaultToCoin:void 0,isOpenSecondary:!1,byAmountIn:!0,findRouterLoading:!1,fromAmount:"",toAmount:"",fromCoin:void 0,toCoin:void 0,routerData:void 0,setDefaultCoin:(r,n)=>{e(()=>({defaultFromCoin:r,defaultToCoin: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}))}}),fn=Bi(Jz),Xz={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"}},Yz={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"}},$8=Xz,B8=Yz;function Zz(e,t){const{fetchTokenInfo:r}=Zs(),{setFromCoin:n,setToCoin:i,setDefaultCoin:s}=fn(),{setSlippage:o,setRpcList:a,setCurrentRpc:c}=Xr(),u=oe.useRef({}),l=async(h,y)=>{const b=h?await r(h):$8,_=y?await r(y):B8;n(b),i(_),s(b,_)},f=(h,y)=>{const b=[Uu[0]];let _=Uu[0];h.forEach(A=>{const P={name:A,link:A,isCustom:!1};b.push(P),A===y&&(_=P)}),a([...b,{name:"Custom RPC URL",link:"",isCustom:!0}]),c(_)};return oe.useEffect(()=>{if(!t0(e,u.current)){const{defaultFromToken:h,defaultToToken:y,defaultSlippage:b,customRpcList:_,defaultRpc:A}=e;l(h,y),b&&o(b),(_==null?void 0:_.length)>0&&f(_,A),u.current=e}},[e]),{handleSetDefaultPair:l}}function Qz(){const{currentRpc:e}=Xr(),{setSuiClient:t,setAggregatorSDK:r}=Ys(),{currentAccount:n}=Nn();oe.useEffect(()=>{if(e){const i=new Wa({url:e.link});t(i)}},[e]),oe.useEffect(()=>{if(e){const i=new P4(zu.aggregatorUrl,(n==null?void 0:n.address)||void 0,new Wa({url:e.link}),sN.Mainnet);r(i)}},[e.link,n==null?void 0:n.address])}const eV=(e,t)=>({coinPriceObj:{},setPriceObj:r=>{const n=t().coinPriceObj;e({coinPriceObj:{...n,...r}})},clearPriceObj:r=>{const n=t().coinPriceObj;r.forEach(i=>{delete n[Mr(i).full_address]}),e({coinPriceObj:{...n}})}}),L8=Bi(eV);function Jl(){const{fetchByApi:e}=Kl(),{coinPriceObj:t,setPriceObj:r,clearPriceObj:n}=L8(),i=async a=>{try{const u=(await e("/v2/sui/market_price","GET",{base_symbol_address_pair:a.map(l=>r0(l,!1))})).prices;if(u){const l={};u.forEach(f=>{l[Mr(f.base_symbol).full_address]=f}),r(l)}return u}catch{return n(a),null}},s=oe.useCallback(a=>{if(!a)return;const c=t[Mr(a).full_address];if(c)return c},[t]),o=oe.useCallback((a,c,u)=>{const l=Number(c)==0||!u?"0":u;if(c&&a&&+c){const f=s(a);if(f)return ze(c).mul(f.price).toString()}return l},[t]);return{fetchTokenPrices:i,getTokenPrice:s,getTokenAmountValue:o}}const R0=Bi((e,t)=>({transactionData:void 0,setTransactionData:r=>{e(()=>({transactionData:r}))}})),br=[];for(let e=0;e<256;++e)br.push((e+256).toString(16).slice(1));function tV(e,t=0){return(br[e[t+0]]+br[e[t+1]]+br[e[t+2]]+br[e[t+3]]+"-"+br[e[t+4]]+br[e[t+5]]+"-"+br[e[t+6]]+br[e[t+7]]+"-"+br[e[t+8]]+br[e[t+9]]+"-"+br[e[t+10]]+br[e[t+11]]+br[e[t+12]]+br[e[t+13]]+br[e[t+14]]+br[e[t+15]]).toLowerCase()}let od;const rV=new Uint8Array(16);function nV(){if(!od){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");od=crypto.getRandomValues.bind(crypto)}return od(rV)}const iV=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),ev={randomUUID:iV};function tv(e,t,r){if(ev.randomUUID&&!t&&!e)return ev.randomUUID();e=e||{};const n=e.random||(e.rng||nV)();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 tV(n)}var du=(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))(du||{});const sV=new Wa({url:s1("mainnet")}),oV=["0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC","0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD","0xf16e6b723f242ec745dfd7634ad072c42d5c1d9ac9d62a39c381303eaa57693a::fdusd::FDUSD","0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb::usdy::USDY","0x294de7579d55c110a00a7c4946e09a1b5cbeca2592fbb83fd7bfacba3cfeaf0e::drf::DRF"],aV=["deny_list","DenyList","DenyCap","create_regulated_currency"],cV={showType:!0,showContent:!0,showOwner:!1,showPreviousTransaction:!1,showStorageRebate:!1,showDisplay:!1},uV=async e=>{let t=!1;if(oV.includes(e))return t;const r=e.split("::"),n=r[0]&&$r(r[0]),i=r[1],s=await sV.getObject({id:n,options:cV}),o="disassembled"in s.data.content?s.data.content.disassembled[i]:null;return o&&typeof o=="string"&&new RegExp(aV.join("|"),"i").test(o)&&(t=!0),t},lV=e=>{var n;if(!e)return"";const t=e==null?void 0:e.split(",");return(n=t==null?void 0:t.map(i=>r0(i,!1)))==null?void 0:n.join(",")};function fV(){const{fetchByApi:e}=Kl(),t=async n=>{try{const i={...n},s=lV(n==null?void 0:n.coin_type);s&&(i.coin_type=s);const o=await e("/v2/sui/stats_pools","GET",i);if(o!=null&&o.lp_list)return{list:(o==null?void 0:o.lp_list)||[],total:o==null?void 0:o.total}}catch(i){return console.error("getPoolList ~ Error:",i),await r(n)}return{list:[],total:0}},r=async n=>{var i,s,o,a;try{const c=zt("/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=(s=u==null?void 0:u.data)==null?void 0:s.lp_list;let f=l;if(n!=null&&n.coin_type){const y=(a=(o=n==null?void 0:n.coin_type)==null?void 0:o.split(","))==null?void 0:a.map(b=>Ua(b).source_address);f=l==null?void 0:l.filter(b=>{var P,R;const _=Ua((P=b==null?void 0:b.coin_a)==null?void 0:P.address).source_address,A=Ua((R=b==null?void 0:b.coin_b)==null?void 0:R.address).source_address;return(y==null?void 0:y.length)>1&&y.includes(_)&&y.includes(A)?!0:!!((y==null?void 0:y.length)===1&&(y.includes(_)||y.includes(A)))})}n!=null&&n.is_vaults&&(f=l==null?void 0:l.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)&&(f=l==null?void 0:l.filter(y=>y==null?void 0:y.has_farming));const h=f;return{list:h,total:(h==null?void 0:h.length)||0}}}catch(c){console.error("getLocalJsonPoolList Error:",c)}return{list:[],total:0}};return{getPoolList:t,getLocalJsonPoolList:r}}function dV(e=!0){const{poolApiMap:t,setPoolApiMap:r}=Xr(),{getPoolList:n,getLocalJsonPoolList:i}=fV();return{getPoolListByCoinType:async(o,a)=>{if(o&&a){const c=[o,a].sort(),u=`${c[0]}_${c[1]}`,l=t[u];if(l)return l;const f={coin_type:`${o},${a}`,display_all_pools:!0,offset:0,limit:100,order_by:"-tvl",no_incentives:!0,has_farming:!0,has_mining:!0};let h=e?await i(f):void 0;(h===void 0||h.list.length===0)&&(h=await n(f));const y=h.list;if(y.length>0)return t[u]=y,r(u,y),y}return[]}}}function hV(e){const{routerData:t}=fn();return{priceAcceptRouterData:oe.useMemo(()=>{if(t&&e){if(e.byAmountIn){if(!ze(e.toAmountUi).eq(t.toAmountUi||"0"))return t}else if(!ze(e.fromAmountUi).eq(t.fromAmountUi||"0"))return t;return}},[t,e])}}function F8(e,t){return{amountLimit:oe.useMemo(()=>{if(t&&t.routerData){const{byAmountIn:n,fromAmountUi:i,toAmountUi:s}=t;return n?ze(s).mul(ze(1).sub(ze(e).div(100))).toString():ze(i).mul(ze(1).add(ze(e).div(100))).toString()}},[e,t])}}function pV(e){const{getTokenInfo:t,fetchTokenInfo:r}=Zs();return{formatSwapRouter:oe.useMemo(()=>{if(e&&e.routerData){const i=[],s=e.byAmountIn?e.routerData.amountIn.toString():e.routerData.amountOut.toString(),o=[],a=[];let c=ze(0);if(e.routerData.routes.forEach((l,f)=>{const h={},y=e.byAmountIn?l.amountIn.toString():l.amountOut.toString();f===e.routerData.routes.length-1?h.percentage=ze(1).sub(c).toFixed(2):h.percentage=ze(y).div(s).toFixed(2),c=ze(c).add(h.percentage);const b=[];l.path.forEach(_=>{i.includes(_.provider)||i.push(_.provider);const A=Mr(_.from).full_address,P=Mr(_.target).full_address,R=t(A),N=t(P);R||a.includes(A)&&a.push(A),N||a.includes(P)&&a.push(P);const F=_.provider===za.SCALLOP||_.provider===za.FLOWX||_.provider===za.FLOWXV3;b.push({from_type:A,to_type:P,pool_address:F?"":_.id,fee_rate:_.feeRate,provider:_.provider})}),h.paths=b,o.push(h)}),a.length>0)for(const l in a)r(l);return{router_summery:`${e.routerData.routes.length} Streams`,providers:i,routers:o}}},[e])}}function mV(){const{fromCoin:e,toCoin:t}=fn(),{getPoolListByCoinType:r}=dV();return{getSwapPoolAddress:async()=>e&&t?(await r(e.coin_type,t.coin_type)).map(o=>o.address):[]}}function U8(e,t,r){return oe.useMemo(()=>t&&r&&+t&&+r?e?ze(r).div(t).toString():ze(t).div(r).toString():"0",[t,r,e])}function rv(e){const[t,r]=oe.useState(),n=async i=>{if(i.is_trusted)return!1;try{return await uV(i.coin_type)}catch{}return!1};return oe.useEffect(()=>{r(void 0),e&&n(e).then(i=>{r(i)})},[e==null?void 0:e.coin_type]),{isScamsCoin:t}}function gV(e,t){const{defaultFromCoin:r,defaultToCoin:n}=fn(),i=oe.useMemo(()=>(r==null?void 0:r.coin_type)!==$8.coin_type||(n==null?void 0:n.coin_type)!==B8.coin_type,[r,n]),s=oe.useCallback(a=>(r==null?void 0:r.coin_type)!==(a==null?void 0:a.coin_type)||(n==null?void 0:n.coin_type)!==(a==null?void 0:a.coin_type),[r,n]),o=oe.useMemo(()=>{const a=[];return i&&((e==null?void 0:e.is_trusted)===!1&&s(e)&&a.push({...e}),(t==null?void 0:t.is_trusted)===!1&&s(t)&&a.push({...t})),a},[e==null?void 0:e.coin_type,t==null?void 0:t.coin_type,i]);return{isCustomMode:i,customWarnTokenList:o}}function vV(){const{aggregatorSDK:e}=Ys(),{getSwapPoolAddress:t}=mV(),r=s=>s&&s.error?s.error.code===du.InsufficientLiquidity||du.HoneyPot||du.NumberTooLarge:!1,n=async s=>{const{fromToken:o,toToken:a,amount:c,providersKeys:u,by_amount_in:l,uuid:f}=s,h={from:o.coin_type,target:a.coin_type,amount:new km(c),byAmountIn:l,depth:3,splitAlgorithm:void 0,splitFactor:void 0,splitCount:void 0,providers:u};try{const y=await e.findRouters(h);if(y&&r(y))return i(!1,y.insufficientLiquidity,l,f,o,a);if(!y||y.routes.length===0)throw Error("not find router");return i(!1,y.insufficientLiquidity,l,f,o,a,y)}catch{const b=await t(),_={from:o.coin_type,target:a.coin_type,amount:new km(c),byAmountIn:l,pools:b};try{const A=await e.swapInPools(_);return!A||!A.routeData?i(!0,!0,l,f,o,a):i(!0,A.isExceed,l,f,o,a,A.routeData)}catch{return{uuid:f,byAmountIn:l,isExceed:!1,isDegrade:!0}}}},i=(s,o,a,c,u,l,f)=>{if(f){const h=ih(f.amountIn.toString(),u.decimals).toString(),y=ih(f.amountOut.toString(),l.decimals).toString();return{routerData:f,fromAmountUi:h,toAmountUi:y,uuid:c,byAmountIn:a,isExceed:o,isDegrade:s}}else return{uuid:c,byAmountIn:a,isExceed:o,isDegrade:s}};return{findBestRouters:n}}function lo(e){const t=oe.useRef(e);return oe.useEffect(()=>{t.current=e},[e]),t}function yV(e){try{return e&&e.toString().includes("Rejected from user")}catch{return!1}}function bV(e){const t=String(e);return t.indexOf("withdraw_with_proof")>-1||t.indexOf("check_coin_threshold")>-1||t.indexOf('Identifier("balance")')>-1}function wV(e){return!!String(e).includes("Could not find the referenced transaction")}function _V(e){return yV(e)?"User rejected the request":bV(e)?"Exceeded price slippage":wV(e)?"Oops. Failed to sync data from your txid. Please check your txn status from explorer or from your wallet.":"Transaction failed"}var N0={};Object.defineProperty(N0,"__esModule",{value:!0});var xV=N0.executeAuction=z8,SV=t4,EV="https://rpc.getshio.com",CV=500,MV=300;function z8(e,t,r){r===void 0&&(r=CV);var n={jsonrpc:"2.0",method:"shio_executeAuction",params:[e,t],id:1};return new Promise(function(i,s){setTimeout(i,r),SV.default.post(EV,n,{headers:{"Content-Type":"application/json"},timeout:r}).then(function(o){console.log("Shio executeAuction response:",o.data),setTimeout(i,MV)}).catch(s)})}N0.default={executeAuction:z8};function TV(){const{suiClient:e}=Ys(),{currentAccount:t}=Nn(),{mutateAsync:r}=Lr.useSignTransaction(),{mutate:n}=Lr.useSignAndExecuteTransaction({execute:async({bytes:c,signature:u})=>await s(c,u)}),i=oe.useMemo(()=>t==null?void 0:t.chains[0],[t]),s=async(c,u,l=!1)=>{var h,y;if(l){const b=await e.devInspectTransactionBlock({transactionBlock:xo.Transaction.from(In(c)),sender:t.address});if(!b||((h=b.effects)==null?void 0:h.status.status)==="failure")throw Error((y=b.effects)==null?void 0:y.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 f,h;let l;if(typeof c=="string"?l=xo.Transaction.from(c):l=c,u){const y=await e.devInspectTransactionBlock({transactionBlock:c,sender:t.address});if(!y||((f=y.effects)==null?void 0:f.status.status)==="failure")throw Error((h=y.effects)==null?void 0:h.status.error)}return l.setGasBudget(1e8),new Promise((y,b)=>{n({transaction:l,chain:i},{onSuccess:_=>{y(_)},onError:_=>{console.error("signAndExecuteTransactionBlock transaction failed",_),b(_)}})})},signTransactionBlock:async c=>(c instanceof Uint8Array&&(c=xo.Transaction.from(c)),typeof c=="string"&&(c=xo.Transaction.from(In(c))),new Promise((u,l)=>{r({transaction:c,chain:i},{onSuccess:f=>{u(f)},onError:f=>{console.error("signTransactionBlock failed",f),l(f)},onSettled:(f,h,y,b)=>{console.error("signTransactionBlock onSettled",{data:f,error:h,variables:y})}})})),executeTransactionBlock:s}}function AV(){const{signTransactionBlock:e,executeTransactionBlock:t,signAndExecuteTransactionBlock:r}=TV(),{currentAccount:n}=Nn(),{suiClient:i}=Ys(),{setTransactionData:s}=R0(),{addTxToast:o,removeToast:a}=oa(),c=5,u=2e3;async function l(y,b=1){try{let _;try{_=await i.getTransactionBlock({digest:y,options:{showEvents:!0,showEffects:!0,showBalanceChanges:!0,showInput:!0,showRawInput:!0,showObjectChanges:!0}})}catch{_=await i.getTransactionBlock({digest:y,options:{showEvents:!0,showEffects:!0}})}if(_)return _;throw new Error("Empty response")}catch(_){if(console.error(`Attempt ${b} failed:`,_),b>=c)throw new Error("Failed to fetch transaction status after maximum retries.");return await _g(u),l(y,b+1)}}const f=async(y,b,_={useDevInspect:!1,useMev:!1,txAction:"signTransactionBlock"})=>{var F,L;const{useDevInspect:A=!1,useMev:P,txAction:R="signTransactionBlock"}=_;let N;b.status="confirmation",s(b);try{let G;if(R==="signTransactionBlock"){const J=await e(y),{bytes:ne,signature:ae}=J;if(P)try{const ce=await xV(ne,ae,500)}catch{}G=await t(ne,ae,A)}else G=await r(y,A);b.status="submitted",s({...b}),b.tx=G.digest,N=o(b),await _g(u);const q=await l(G.digest,0);if(!q||((F=q.effects)==null?void 0:F.status.status)==="failure")h(b,(L=q.effects)==null?void 0:L.status.error);else{const J=aD(q,n==null?void 0:n.address,!1);if(b.buildShowInfo){const ne=b.buildShowInfo("success",J);b.buildShowInfo=ae=>ne}a(N),b.status="success",s({...b})}return q}catch(G){h(b,G)}},h=(y,b)=>{const _=_V(b);if(y.buildShowInfo){const A=y.buildShowInfo("confirmation");y.buildShowInfo=P=>(A.toastDescriptionContent=_,A.modalDescriptionText=_,A),y.status="rejected",s({...y})}else y.buildShowInfo=A=>{const P={};return P.toastDescriptionContent=_,P.modalDescriptionText=_,P},y.status="rejected",s({...y})};return{signAndExecuteTransaction:f}}function V8(e,t=1e3){const r=oe.useRef(),n=oe.useCallback((...i)=>{r.current&&clearTimeout(r.current),r.current=setTimeout(()=>{e(...i)},t)},[e,t]);return oe.useEffect(()=>()=>{r.current&&clearTimeout(r.current)},[]),n}function OV(){const{aggregatorSDK:e}=Ys(),{findBestRouters:t}=vV(),{getTokenAmountValue:r,fetchTokenPrices:n}=Jl(),{providers:i,slippage:s,mevProtect:o}=Xr(),{signAndExecuteTransaction:a}=AV(),{setTransactionData:c}=R0(),{addTxToast:u}=oa(),{fromCoin:l,toCoin:f,setFromCoin:h,setToCoin:y,setToAmount:b,fromAmount:_,toAmount:A,setFromAmount:P,setFindRouterLoading:R,setRouterData:N,setByAmountIn:F,byAmountIn:L}=fn(),[G,q]=oe.useState(""),J=lo(G),ne=lo(L),ae=lo(_),ce=lo(A),V=lo(l),$=lo(f),{balanceInfo:p,getOwnerCoinBalances:d}=Zu(l==null?void 0:l.coin_type),{balanceInfo:m}=Zu(f==null?void 0:f.coin_type),x=r(l==null?void 0:l.coin_type,_),M=r(f==null?void 0:f.coin_type,A),O=V8(async(Se,Ke,Fe)=>{if(V.current&&$.current&&+Se){(+ae.current||+ce.current)&&R(!0);const lt=iD(Se,Ke?V.current.decimals:$.current.decimals),ht=await t({fromToken:V.current,toToken:$.current,amount:lt.toString(),providersKeys:i,by_amount_in:Ke,uuid:Fe});R(!1),J.current===Fe&&(Ke?+ae.current?(b(ht.toAmountUi||""),N(ht)):b(""):+ce.current?(P(ht.fromAmountUi||"ß"),N(ht)):P(""))}else v(!Ke)},500),C=(Se,Ke,Fe=!1)=>{if(F(Ke),Ke?(P(Se),Fe&&b("")):(b(Se),Fe&&P("")),+Se){const lt=tv();q(lt),O(Se,Ke,lt)}else R(!1),N(void 0),v(!Ke)},g=(Se,Ke=!0)=>{v(),Ke?((Se==null?void 0:Se.coin_type)===(f==null?void 0:f.coin_type)&&y(l),h(Se)):((Se==null?void 0:Se.coin_type)===(l==null?void 0:l.coin_type)&&h(f),y(Se))},v=Se=>{Se===void 0?(P(""),b("")):Se?P(""):b(""),R(!1),N(void 0)},j=()=>{const Se=ne.current?ae.current:ce.current;if(+Se){const Ke=tv();q(Ke),O(Se,ne.current,Ke)}},ee=async(Se,Ke)=>{const{routerData:Fe,byAmountIn:lt,fromAmountUi:ht,toAmountUi:$e}=Se,mt=new xo.Transaction,_e={routers:Fe.routes,byAmountIn:lt,slippage:Number(s)/100,txb:mt};Ke&&(_e.partner=Ke);try{await e.fastRouterSwap(_e);const ge={status:"confirmation",buildShowInfo:(qe,De)=>{const Oe=`Swap ${an(ht,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${an($e,f==null?void 0:f.decimals)} ${f==null?void 0:f.symbol}`,Ie={modalDescriptionText:Oe,toastTitleText:Oe};if(qe==="success"){let Le=ht,ft=$e;De&&(Le=xg(De,l)||ht,ft=xg(De,f)||$e);const dt=`Swapped ${an(Le,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${an(ft,f==null?void 0:f.decimals)} ${f==null?void 0:f.symbol}`;Ie.toastTitleText=dt,Ie.modalDescriptionText=dt}return Ie},id:0};c(ge),await a(mt,ge,{useMev:o})?(v(),d()):j()}catch(ge){String(ge).includes("TypeError: Failed to fetch")&&u({id:0,status:"rejected",buildShowInfo(Ae,qe){return{toastTitleText:"RPC loading failed",toastDescriptionContent:"Try resubmission. Or to check your network and switch an RPC in settings to try again."}}})}};oe.useEffect(()=>{ie(),v()},[l==null?void 0:l.coin_type,f==null?void 0:f.coin_type]);const ie=()=>{const Se=[];l&&Se.push(l.coin_type),f&&Se.push(f.coin_type),Se.length>0&&n(Se)},{isScamsCoin:ve}=rv(l),{isScamsCoin:pe}=rv(f),Ee=oe.useMemo(()=>{if(!(!ve&&!pe)){if(ve&&pe)return`${l==null?void 0:l.symbol} and ${f==null?void 0:f.symbol} are`;if(ve)return`${l==null?void 0:l.symbol} token is `;if(pe)return`${f==null?void 0:f.symbol} token is `}},[ve,pe]);return{handleAmountChange:C,handleSelectToken:g,fromBalanceInfo:p,toBalanceInfo:m,fromAmountValue:x,toAmountValue:M,doSwapAction:ee,reCalculateRouteData:j,refreshMarketPrice:ie,scamsText:Ee}}function IV(e){const{fromCoin:t,toCoin:r,fromAmount:n,toAmount:i,routerData:s}=fn(),{currentAccount:o}=Nn(),a=oe.useMemo(()=>{const c={text:"Swap",disabled:!1};return o!=null&&o.address?!t||!r?(c.text="Select a token",c.disabled=!0,c):!+n&&!+i?(c.text="Enter an amount",c.disabled=!0,c):s&&s.isExceed?(c.text="Insufficient liquidity for this trade",c.disabled=!0,c):+n&&ze(n).gt(e||0)?(c.disabled=!0,c.text=`Insufficient ${t==null?void 0:t.symbol} Balance`,c):((!+n||!+i)&&(c.disabled=!0),c):(c.text="Connect Wallet",c.disabled=!1,c)},[o==null?void 0:o.address,n,i,e,s==null?void 0:s.isExceed,t,r]);return{btnText:a.text,btnDisabled:a.disabled}}function q8({size:e="24px",strokeWidth:t="10",color:r="#909ca4",emptyColor:n="transparent",gapPercentage:i=.5}){const s=50-parseFloat(t),o=2*Math.PI*s,a=o*i,c=o-a;return w.jsxs("svg",{width:e,height:e,viewBox:"0 0 100 100",children:[w.jsx("circle",{cx:"50",cy:"50",r:s,fill:"none",stroke:n,strokeWidth:t}),w.jsx("circle",{cx:"50",cy:"50",r:s,fill:"none",stroke:r,strokeWidth:t,strokeDasharray:`${c} ${a}`,strokeDashoffset:"0",strokeLinecap:"round",style:{animation:"dash 0.5s linear infinite"}}),w.jsx("style",{children:`
|
|
98
98
|
@keyframes dash {
|
|
99
99
|
0% {
|
|
100
100
|
stroke-dashoffset: 0; /* 从起点开始 */
|
|
@@ -103,7 +103,7 @@ body { background-color: var(--color-page-background); }
|
|
|
103
103
|
stroke-dashoffset: -${o}; /* 一圈 */
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
|
-
`})]})}function L0({baseToken:e,quoteToken:t,baseAmount:r,quoteAmount:n,loading:i}){const[s,o]=ie.useState(!0),a=Z6(s,r,n);return b.jsxs("div",{className:"current-price-block",style:{cursor:"pointer"},onClick:()=>{o(!s)},children:[b.jsx(Gr,{src:s?e.logo_url:t.logo_url}),b.jsxs("span",{style:{display:"flex",alignItems:"center",color:"var(--cs-text-title)",fontSize:"12px",maxWidth:"80%"},children:["1"," ",Un(s?e.symbol:t.symbol)," ","="," ",i?b.jsx(qo,{style:{height:"16px",width:"40px",marginLeft:"2px",marginRight:"2px"}}):en(a,t.decimals)," ",Un(s?t.symbol:e.symbol)]}),b.jsx(Gr,{src:s?t.logo_url:e.logo_url}),b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-swap"})})]})}function C8(e,t,r,n){const{getTokenPrice:i}=yl(),s=i(e==null?void 0:e.coin_type),o=i(t==null?void 0:t.coin_type),a=Z6(!0,r,n),c=ie.useMemo(()=>{if(o&&s)return Ve(s.price).div(o.price).toString()},[s==null?void 0:s.price,o==null?void 0:o.price]),u=ie.useMemo(()=>{if(c&&+a)return Ve(a).sub(c).div(a).mul(100).toFixed(10)},[c,a]),l=ie.useMemo(()=>{const y=[];return s&&y.push(s.market),o&&!y.includes(o.market)&&y.push(o.market),y},[s==null?void 0:s.market,o==null?void 0:o.market]),f=ie.useMemo(()=>u&&Ve(u).lt(0)?Ve(u).abs().gt(5):!1,[u]),h=ie.useMemo(()=>u&&Ve(u).lt(0)?Ve(u).abs().gt(10):!1,[u]);return{swapPrice:a,marketPrice:c,priceImpact:u,sources:l,showPriceImpactTips:f,showPriceImpactWarn:h}}function Ha({content:e,children:t,position:r="top",delay:n=0}){const[i,s]=ie.useState(!1),[o,a]=ie.useState(!1),c=ie.useRef(null),u=()=>{c.current&&(clearTimeout(c.current),c.current=null),s(!0)};ie.useEffect(()=>()=>{i||c.current&&(clearTimeout(c.current),c.current=null)},[i]);const l=()=>{c.current=setTimeout(()=>{o||(s(!1),c.current&&(clearTimeout(c.current),c.current=null))},0)},f=()=>{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{}}},h=ie.useRef(null),[y,_]=ie.useState({left:void 0,top:void 0});return ie.useEffect(()=>{var w;if(i&&h.current){const A=(w=h.current)==null?void 0:w.getBoundingClientRect();let I,P;r==="top"?(I=`${window.scrollX+A.left+A.width/2}px`,P=`${window.scrollY+A.top-2*A.height-8}px`):r==="bottom"?(I=`${window.scrollX+A.left+A.width/2}px`,P=`${window.scrollY+A.bottom}px`):r==="left"?(I=`${window.scrollX+A.left-8}px`,P=`${window.scrollY+A.top+A.height/2}px`):r==="right"?(I=`${window.scrollX+A.right+8}px`,P=`${window.scrollY+A.top+A.height/2}px`):(I=`${window.scrollX+A.left+A.width/2}px`,P=`${window.scrollY+A.top+A.height/2}px`),_({left:I,top:P})}},[i]),b.jsxs("div",{ref:h,style:{position:"relative",display:"inline-block"},onMouseEnter:u,onMouseLeave:l,children:[t,i&&Uu.createPortal(b.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)",...f(),...y},onMouseEnter:()=>a(!0),onMouseLeave:()=>{c.current&&(clearTimeout(c.current),c.current=null),a(!1),s(!1)},children:e}),document.body)]})}function A8({isLoading:e,routerData:t,noTips:r}){const{fromCoin:n,toCoin:i,fromAmount:s,toAmount:o}=sn(),{priceImpact:a,sources:c,marketPrice:u}=C8(n,i,t==null?void 0:t.fromAmountUi,t==null?void 0:t.toAmountUi),l=ie.useMemo(()=>{if(a){if(Ve(a).gt(0))return"green";const f=Ve(a).abs();return f.gt(1)&&f.lt(10)?"yellow":f.gte(10)?"red":"green"}return"yellow"},[a]);return b.jsxs(b.Fragment,{children:[!r&&Ve(a).lte(-30)&&b.jsx("div",{className:"price-impact-tips red",children:"Price Impact Alert. Be cautious before submitting your order."}),b.jsxs("div",{className:"price-impact-block",children:[b.jsxs("div",{className:"left",children:[b.jsx("span",{children:"Price Impact"}),b.jsx(Ha,{content:b.jsx(gF,{fromToken:n,toToken:i,sources:c,baseAmount:"1",quoteAmount:u}),position:"bottom",delay:300,children:b.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{cursor:"pointer",width:"20px",height:"20px"},children:b.jsx("use",{xlinkHref:"#icon-tips"})})})]}),b.jsxs("div",{children:[e&&b.jsx(qo,{style:{width:"80px",height:"20px"}}),!e&&b.jsxs("div",{className:"right",children:[b.jsx("span",{className:l,children:a?rj(a,2):"Incalculable"}),b.jsx("div",{className:"platforms",children:c.map(f=>b.jsx(Ha,{content:b.jsx("span",{style:{fontSize:"12px"},children:u4[f]}),position:"top",delay:300,children:b.jsx(Gr,{src:Sj[f]})},f))})]})]})]})]})}function gF({fromToken:e,toToken:t,baseAmount:r,quoteAmount:n,sources:i}){return b.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"12px"},children:[b.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",lineHeight:"18px",width:"300px",textAlign:"start",whiteSpace:"normal"},children:"The difference between the market price and estimated price due to trade size."}),b.jsxs("div",{style:{width:"100%",display:"flex",flexDirection:"column",alignItems:"flex-start"},children:[b.jsx("p",{style:{fontSize:"12px",color:"var(--cs-text-title)"},children:"Market price sources:"}),r&&n?b.jsx(L0,{baseToken:e,quoteToken:t,baseAmount:"1",quoteAmount:n,loading:!1}):b.jsx("p",{style:{color:"var(--cs-text-title)",fontSize:"12px"},children:"Price is unknown"})]}),b.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:"5px"},children:[b.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",whiteSpace:"pre"},children:"Market price sources:"}),b.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",whiteSpace:"pre"},children:i.map(s=>u4[s]+" ").join("")})]})]})}function T8({pr:e="8px",pl:t="8px",amountLimit:r,isLoading:n}){const{fromCoin:i,toCoin:s,byAmountIn:o}=sn();return b.jsxs("div",{className:"swap-info-between",style:{paddingLeft:t,paddingRight:e},children:[b.jsx("div",{className:"left",children:o?"Minimum Received":"Maximum Sold"}),n?b.jsx(qo,{style:{height:"18px",width:"80px"}}):b.jsxs("div",{className:"right",children:[en(r,o?s==null?void 0:s.decimals:i==null?void 0:i.decimals,!1,rn.ROUND_DOWN)," ",Un(o?(s==null?void 0:s.symbol)||"":(i==null?void 0:i.symbol)||"")]})]})}function vF({scamsText:e}){return b.jsxs("div",{style:{marginTop:"16px",borderRadius:"8px",border:"1px solid #2A3238",paddingTop:"12px",width:"100%",backgroundColor:"#161A1E"},children:[b.jsxs("div",{style:{display:"flex",alignItems:"center",padding:"0 12px",justifyContent:"center",textAlign:"center"},children:[b.jsx("svg",{className:"cs-icon",style:{width:"20px",height:"20px",fill:"#ffca68"},"aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-alert"})}),b.jsx("span",{style:{color:"#ffca68",marginLeft:"4px"},children:"Alert"})]}),b.jsx("div",{style:{borderRadius:"8px",padding:"11px",margin:"-1px",marginTop:"14px",border:"1px solid #2A3238",lineHeight:"1"},children:b.jsx(f4,{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 yF({onClick:e}){return b.jsxs("div",{className:"cs-icon-button cs-back-button",onClick:t=>{t.stopPropagation(),e()},children:[b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-back"})}),b.jsx("span",{children:"Back"})]})}function U0({title:e,backClick:t}){return b.jsxs("div",{className:"cs-have-back-header",children:[b.jsx(yF,{onClick:t}),b.jsx("span",{className:"title",children:e})]})}const Tc=globalThis||void 0||self;var bF=typeof Tc=="object"&&Tc&&Tc.Object===Object&&Tc;const O8=bF;var wF=typeof self=="object"&&self&&self.Object===Object&&self,_F=O8||wF||Function("return this")();const Zn=_F;var xF=Zn.Symbol;const Xn=xF;var I8=Object.prototype,SF=I8.hasOwnProperty,EF=I8.toString,la=Xn?Xn.toStringTag:void 0;function MF(e){var t=SF.call(e,la),r=e[la];try{e[la]=void 0;var n=!0}catch{}var i=EF.call(e);return n&&(t?e[la]=r:delete e[la]),i}var CF=Object.prototype,AF=CF.toString;function TF(e){return AF.call(e)}var OF="[object Null]",IF="[object Undefined]",Jm=Xn?Xn.toStringTag:void 0;function Ko(e){return e==null?e===void 0?IF:OF:Jm&&Jm in Object(e)?MF(e):TF(e)}function ns(e){return e!=null&&typeof e=="object"}var kF="[object Symbol]";function Wa(e){return typeof e=="symbol"||ns(e)&&Ko(e)==kF}function Zc(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 jF=Array.isArray;const Ur=jF;var PF=1/0,Zm=Xn?Xn.prototype:void 0,Qm=Zm?Zm.toString:void 0;function k8(e){if(typeof e=="string")return e;if(Ur(e))return Zc(e,k8)+"";if(Wa(e))return Qm?Qm.call(e):"";var t=e+"";return t=="0"&&1/e==-PF?"-0":t}function Xo(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function j8(e){return e}var RF="[object AsyncFunction]",NF="[object Function]",DF="[object GeneratorFunction]",$F="[object Proxy]";function P8(e){if(!Xo(e))return!1;var t=Ko(e);return t==NF||t==DF||t==RF||t==$F}var BF=Zn["__core-js_shared__"];const _f=BF;var eg=function(){var e=/[^.]+$/.exec(_f&&_f.keys&&_f.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function LF(e){return!!eg&&eg in e}var UF=Function.prototype,FF=UF.toString;function Fs(e){if(e!=null){try{return FF.call(e)}catch{}try{return e+""}catch{}}return""}var zF=/[\\^$.*+?()[\]{}|]/g,VF=/^\[object .+?Constructor\]$/,qF=Function.prototype,GF=Object.prototype,HF=qF.toString,WF=GF.hasOwnProperty,KF=RegExp("^"+HF.call(WF).replace(zF,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function XF(e){if(!Xo(e)||LF(e))return!1;var t=P8(e)?KF:VF;return t.test(Fs(e))}function YF(e,t){return e==null?void 0:e[t]}function zs(e,t){var r=YF(e,t);return XF(r)?r:void 0}var JF=zs(Zn,"WeakMap");const Ad=JF;var tg=Object.create,ZF=function(){function e(){}return function(t){if(!Xo(t))return{};if(tg)return tg(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();const QF=ZF;function ez(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var tz=function(){try{var e=zs(Object,"defineProperty");return e({},"",{}),e}catch{}}();const rg=tz;function rz(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var nz=9007199254740991,iz=/^(?:0|[1-9]\d*)$/;function R8(e,t){var r=typeof e;return t=t??nz,!!t&&(r=="number"||r!="symbol"&&iz.test(e))&&e>-1&&e%1==0&&e<t}function N8(e,t,r){t=="__proto__"&&rg?rg(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function F0(e,t){return e===t||e!==e&&t!==t}var sz=Object.prototype,oz=sz.hasOwnProperty;function D8(e,t,r){var n=e[t];(!(oz.call(e,t)&&F0(n,r))||r===void 0&&!(t in e))&&N8(e,t,r)}function Cl(e,t,r,n){var i=!r;r||(r={});for(var s=-1,o=t.length;++s<o;){var a=t[s],c=n?n(r[a],e[a],a,r,e):void 0;c===void 0&&(c=e[a]),i?N8(r,a,c):D8(r,a,c)}return r}var az=9007199254740991;function z0(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=az}function Al(e){return e!=null&&z0(e.length)&&!P8(e)}var cz=Object.prototype;function V0(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||cz;return e===r}function uz(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var lz="[object Arguments]";function ng(e){return ns(e)&&Ko(e)==lz}var $8=Object.prototype,fz=$8.hasOwnProperty,dz=$8.propertyIsEnumerable,hz=ng(function(){return arguments}())?ng:function(e){return ns(e)&&fz.call(e,"callee")&&!dz.call(e,"callee")};const B8=hz;function pz(){return!1}var L8=typeof exports=="object"&&exports&&!exports.nodeType&&exports,ig=L8&&typeof module=="object"&&module&&!module.nodeType&&module,mz=ig&&ig.exports===L8,sg=mz?Zn.Buffer:void 0,gz=sg?sg.isBuffer:void 0,vz=gz||pz;const $u=vz;var yz="[object Arguments]",bz="[object Array]",wz="[object Boolean]",_z="[object Date]",xz="[object Error]",Sz="[object Function]",Ez="[object Map]",Mz="[object Number]",Cz="[object Object]",Az="[object RegExp]",Tz="[object Set]",Oz="[object String]",Iz="[object WeakMap]",kz="[object ArrayBuffer]",jz="[object DataView]",Pz="[object Float32Array]",Rz="[object Float64Array]",Nz="[object Int8Array]",Dz="[object Int16Array]",$z="[object Int32Array]",Bz="[object Uint8Array]",Lz="[object Uint8ClampedArray]",Uz="[object Uint16Array]",Fz="[object Uint32Array]",Kt={};Kt[Pz]=Kt[Rz]=Kt[Nz]=Kt[Dz]=Kt[$z]=Kt[Bz]=Kt[Lz]=Kt[Uz]=Kt[Fz]=!0;Kt[yz]=Kt[bz]=Kt[kz]=Kt[wz]=Kt[jz]=Kt[_z]=Kt[xz]=Kt[Sz]=Kt[Ez]=Kt[Mz]=Kt[Cz]=Kt[Az]=Kt[Tz]=Kt[Oz]=Kt[Iz]=!1;function zz(e){return ns(e)&&z0(e.length)&&!!Kt[Ko(e)]}function Tl(e){return function(t){return e(t)}}var U8=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Ia=U8&&typeof module=="object"&&module&&!module.nodeType&&module,Vz=Ia&&Ia.exports===U8,xf=Vz&&O8.process,qz=function(){try{var e=Ia&&Ia.require&&Ia.require("util").types;return e||xf&&xf.binding&&xf.binding("util")}catch{}}();const Oo=qz;var og=Oo&&Oo.isTypedArray,Gz=og?Tl(og):zz;const F8=Gz;var Hz=Object.prototype,Wz=Hz.hasOwnProperty;function z8(e,t){var r=Ur(e),n=!r&&B8(e),i=!r&&!n&&$u(e),s=!r&&!n&&!i&&F8(e),o=r||n||i||s,a=o?uz(e.length,String):[],c=a.length;for(var u in e)(t||Wz.call(e,u))&&!(o&&(u=="length"||i&&(u=="offset"||u=="parent")||s&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||R8(u,c)))&&a.push(u);return a}function V8(e,t){return function(r){return e(t(r))}}var Kz=V8(Object.keys,Object);const Xz=Kz;var Yz=Object.prototype,Jz=Yz.hasOwnProperty;function Zz(e){if(!V0(e))return Xz(e);var t=[];for(var r in Object(e))Jz.call(e,r)&&r!="constructor"&&t.push(r);return t}function pc(e){return Al(e)?z8(e):Zz(e)}function Qz(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var eV=Object.prototype,tV=eV.hasOwnProperty;function rV(e){if(!Xo(e))return Qz(e);var t=V0(e),r=[];for(var n in e)n=="constructor"&&(t||!tV.call(e,n))||r.push(n);return r}function q0(e){return Al(e)?z8(e,!0):rV(e)}var nV=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,iV=/^\w*$/;function G0(e,t){if(Ur(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||Wa(e)?!0:iV.test(e)||!nV.test(e)||t!=null&&e in Object(t)}var sV=zs(Object,"create");const Ka=sV;function oV(){this.__data__=Ka?Ka(null):{},this.size=0}function aV(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var cV="__lodash_hash_undefined__",uV=Object.prototype,lV=uV.hasOwnProperty;function fV(e){var t=this.__data__;if(Ka){var r=t[e];return r===cV?void 0:r}return lV.call(t,e)?t[e]:void 0}var dV=Object.prototype,hV=dV.hasOwnProperty;function pV(e){var t=this.__data__;return Ka?t[e]!==void 0:hV.call(t,e)}var mV="__lodash_hash_undefined__";function gV(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Ka&&t===void 0?mV:t,this}function Ds(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])}}Ds.prototype.clear=oV;Ds.prototype.delete=aV;Ds.prototype.get=fV;Ds.prototype.has=pV;Ds.prototype.set=gV;function vV(){this.__data__=[],this.size=0}function Ol(e,t){for(var r=e.length;r--;)if(F0(e[r][0],t))return r;return-1}var yV=Array.prototype,bV=yV.splice;function wV(e){var t=this.__data__,r=Ol(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():bV.call(t,r,1),--this.size,!0}function _V(e){var t=this.__data__,r=Ol(t,e);return r<0?void 0:t[r][1]}function xV(e){return Ol(this.__data__,e)>-1}function SV(e,t){var r=this.__data__,n=Ol(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function Oi(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])}}Oi.prototype.clear=vV;Oi.prototype.delete=wV;Oi.prototype.get=_V;Oi.prototype.has=xV;Oi.prototype.set=SV;var EV=zs(Zn,"Map");const Xa=EV;function MV(){this.size=0,this.__data__={hash:new Ds,map:new(Xa||Oi),string:new Ds}}function CV(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Il(e,t){var r=e.__data__;return CV(t)?r[typeof t=="string"?"string":"hash"]:r.map}function AV(e){var t=Il(this,e).delete(e);return this.size-=t?1:0,t}function TV(e){return Il(this,e).get(e)}function OV(e){return Il(this,e).has(e)}function IV(e,t){var r=Il(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function Ii(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])}}Ii.prototype.clear=MV;Ii.prototype.delete=AV;Ii.prototype.get=TV;Ii.prototype.has=OV;Ii.prototype.set=IV;var kV="Expected a function";function H0(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(kV);var r=function(){var n=arguments,i=t?t.apply(this,n):n[0],s=r.cache;if(s.has(i))return s.get(i);var o=e.apply(this,n);return r.cache=s.set(i,o)||s,o};return r.cache=new(H0.Cache||Ii),r}H0.Cache=Ii;var jV=500;function PV(e){var t=H0(e,function(n){return r.size===jV&&r.clear(),n}),r=t.cache;return t}var RV=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,NV=/\\(\\)?/g,DV=PV(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(RV,function(r,n,i,s){t.push(i?s.replace(NV,"$1"):n||r)}),t});const $V=DV;function BV(e){return e==null?"":k8(e)}function q8(e,t){return Ur(e)?e:G0(e,t)?[e]:$V(BV(e))}var LV=1/0;function kl(e){if(typeof e=="string"||Wa(e))return e;var t=e+"";return t=="0"&&1/e==-LV?"-0":t}function W0(e,t){t=q8(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[kl(t[r++])];return r&&r==n?e:void 0}function UV(e,t,r){var n=e==null?void 0:W0(e,t);return n===void 0?r:n}function G8(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}var FV=V8(Object.getPrototypeOf,Object);const H8=FV;function zV(){this.__data__=new Oi,this.size=0}function VV(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function qV(e){return this.__data__.get(e)}function GV(e){return this.__data__.has(e)}var HV=200;function WV(e,t){var r=this.__data__;if(r instanceof Oi){var n=r.__data__;if(!Xa||n.length<HV-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Ii(n)}return r.set(e,t),this.size=r.size,this}function qn(e){var t=this.__data__=new Oi(e);this.size=t.size}qn.prototype.clear=zV;qn.prototype.delete=VV;qn.prototype.get=qV;qn.prototype.has=GV;qn.prototype.set=WV;function KV(e,t){return e&&Cl(t,pc(t),e)}function XV(e,t){return e&&Cl(t,q0(t),e)}var W8=typeof exports=="object"&&exports&&!exports.nodeType&&exports,ag=W8&&typeof module=="object"&&module&&!module.nodeType&&module,YV=ag&&ag.exports===W8,cg=YV?Zn.Buffer:void 0,ug=cg?cg.allocUnsafe:void 0;function JV(e,t){if(t)return e.slice();var r=e.length,n=ug?ug(r):new e.constructor(r);return e.copy(n),n}function K8(e,t){for(var r=-1,n=e==null?0:e.length,i=0,s=[];++r<n;){var o=e[r];t(o,r,e)&&(s[i++]=o)}return s}function X8(){return[]}var ZV=Object.prototype,QV=ZV.propertyIsEnumerable,lg=Object.getOwnPropertySymbols,eq=lg?function(e){return e==null?[]:(e=Object(e),K8(lg(e),function(t){return QV.call(e,t)}))}:X8;const K0=eq;function tq(e,t){return Cl(e,K0(e),t)}var rq=Object.getOwnPropertySymbols,nq=rq?function(e){for(var t=[];e;)G8(t,K0(e)),e=H8(e);return t}:X8;const Y8=nq;function iq(e,t){return Cl(e,Y8(e),t)}function J8(e,t,r){var n=t(e);return Ur(e)?n:G8(n,r(e))}function Td(e){return J8(e,pc,K0)}function sq(e){return J8(e,q0,Y8)}var oq=zs(Zn,"DataView");const Od=oq;var aq=zs(Zn,"Promise");const Id=aq;var cq=zs(Zn,"Set");const kd=cq;var fg="[object Map]",uq="[object Object]",dg="[object Promise]",hg="[object Set]",pg="[object WeakMap]",mg="[object DataView]",lq=Fs(Od),fq=Fs(Xa),dq=Fs(Id),hq=Fs(kd),pq=Fs(Ad),_s=Ko;(Od&&_s(new Od(new ArrayBuffer(1)))!=mg||Xa&&_s(new Xa)!=fg||Id&&_s(Id.resolve())!=dg||kd&&_s(new kd)!=hg||Ad&&_s(new Ad)!=pg)&&(_s=function(e){var t=Ko(e),r=t==uq?e.constructor:void 0,n=r?Fs(r):"";if(n)switch(n){case lq:return mg;case fq:return fg;case dq:return dg;case hq:return hg;case pq:return pg}return t});const Ya=_s;var mq=Object.prototype,gq=mq.hasOwnProperty;function vq(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&gq.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var yq=Zn.Uint8Array;const Bu=yq;function X0(e){var t=new e.constructor(e.byteLength);return new Bu(t).set(new Bu(e)),t}function bq(e,t){var r=t?X0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var wq=/\w*$/;function _q(e){var t=new e.constructor(e.source,wq.exec(e));return t.lastIndex=e.lastIndex,t}var gg=Xn?Xn.prototype:void 0,vg=gg?gg.valueOf:void 0;function xq(e){return vg?Object(vg.call(e)):{}}function Sq(e,t){var r=t?X0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var Eq="[object Boolean]",Mq="[object Date]",Cq="[object Map]",Aq="[object Number]",Tq="[object RegExp]",Oq="[object Set]",Iq="[object String]",kq="[object Symbol]",jq="[object ArrayBuffer]",Pq="[object DataView]",Rq="[object Float32Array]",Nq="[object Float64Array]",Dq="[object Int8Array]",$q="[object Int16Array]",Bq="[object Int32Array]",Lq="[object Uint8Array]",Uq="[object Uint8ClampedArray]",Fq="[object Uint16Array]",zq="[object Uint32Array]";function Vq(e,t,r){var n=e.constructor;switch(t){case jq:return X0(e);case Eq:case Mq:return new n(+e);case Pq:return bq(e,r);case Rq:case Nq:case Dq:case $q:case Bq:case Lq:case Uq:case Fq:case zq:return Sq(e,r);case Cq:return new n;case Aq:case Iq:return new n(e);case Tq:return _q(e);case Oq:return new n;case kq:return xq(e)}}function qq(e){return typeof e.constructor=="function"&&!V0(e)?QF(H8(e)):{}}var Gq="[object Map]";function Hq(e){return ns(e)&&Ya(e)==Gq}var yg=Oo&&Oo.isMap,Wq=yg?Tl(yg):Hq;const Kq=Wq;var Xq="[object Set]";function Yq(e){return ns(e)&&Ya(e)==Xq}var bg=Oo&&Oo.isSet,Jq=bg?Tl(bg):Yq;const Zq=Jq;var Qq=1,eG=2,tG=4,Z8="[object Arguments]",rG="[object Array]",nG="[object Boolean]",iG="[object Date]",sG="[object Error]",Q8="[object Function]",oG="[object GeneratorFunction]",aG="[object Map]",cG="[object Number]",e3="[object Object]",uG="[object RegExp]",lG="[object Set]",fG="[object String]",dG="[object Symbol]",hG="[object WeakMap]",pG="[object ArrayBuffer]",mG="[object DataView]",gG="[object Float32Array]",vG="[object Float64Array]",yG="[object Int8Array]",bG="[object Int16Array]",wG="[object Int32Array]",_G="[object Uint8Array]",xG="[object Uint8ClampedArray]",SG="[object Uint16Array]",EG="[object Uint32Array]",qt={};qt[Z8]=qt[rG]=qt[pG]=qt[mG]=qt[nG]=qt[iG]=qt[gG]=qt[vG]=qt[yG]=qt[bG]=qt[wG]=qt[aG]=qt[cG]=qt[e3]=qt[uG]=qt[lG]=qt[fG]=qt[dG]=qt[_G]=qt[xG]=qt[SG]=qt[EG]=!0;qt[sG]=qt[Q8]=qt[hG]=!1;function Qc(e,t,r,n,i,s){var o,a=t&Qq,c=t&eG,u=t&tG;if(r&&(o=i?r(e,n,i,s):r(e)),o!==void 0)return o;if(!Xo(e))return e;var l=Ur(e);if(l){if(o=vq(e),!a)return ez(e,o)}else{var f=Ya(e),h=f==Q8||f==oG;if($u(e))return JV(e,a);if(f==e3||f==Z8||h&&!i){if(o=c||h?{}:qq(e),!a)return c?iq(e,XV(o,e)):tq(e,KV(o,e))}else{if(!qt[f])return i?e:{};o=Vq(e,f,a)}}s||(s=new qn);var y=s.get(e);if(y)return y;s.set(e,o),Zq(e)?e.forEach(function(A){o.add(Qc(A,t,r,A,e,s))}):Kq(e)&&e.forEach(function(A,I){o.set(I,Qc(A,t,r,I,e,s))});var _=u?c?sq:Td:c?q0:pc,w=l?void 0:_(e);return rz(w||e,function(A,I){w&&(I=A,A=e[I]),D8(o,I,Qc(A,t,r,I,e,s))}),o}var MG=1,CG=4;function AG(e){return Qc(e,MG|CG)}var TG="__lodash_hash_undefined__";function OG(e){return this.__data__.set(e,TG),this}function IG(e){return this.__data__.has(e)}function Lu(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new Ii;++t<r;)this.add(e[t])}Lu.prototype.add=Lu.prototype.push=OG;Lu.prototype.has=IG;function kG(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 jG(e,t){return e.has(t)}var PG=1,RG=2;function t3(e,t,r,n,i,s){var o=r&PG,a=e.length,c=t.length;if(a!=c&&!(o&&c>a))return!1;var u=s.get(e),l=s.get(t);if(u&&l)return u==t&&l==e;var f=-1,h=!0,y=r&RG?new Lu:void 0;for(s.set(e,t),s.set(t,e);++f<a;){var _=e[f],w=t[f];if(n)var A=o?n(w,_,f,t,e,s):n(_,w,f,e,t,s);if(A!==void 0){if(A)continue;h=!1;break}if(y){if(!kG(t,function(I,P){if(!jG(y,P)&&(_===I||i(_,I,r,n,s)))return y.push(P)})){h=!1;break}}else if(!(_===w||i(_,w,r,n,s))){h=!1;break}}return s.delete(e),s.delete(t),h}function NG(e){var t=-1,r=Array(e.size);return e.forEach(function(n,i){r[++t]=[i,n]}),r}function DG(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var $G=1,BG=2,LG="[object Boolean]",UG="[object Date]",FG="[object Error]",zG="[object Map]",VG="[object Number]",qG="[object RegExp]",GG="[object Set]",HG="[object String]",WG="[object Symbol]",KG="[object ArrayBuffer]",XG="[object DataView]",wg=Xn?Xn.prototype:void 0,Sf=wg?wg.valueOf:void 0;function YG(e,t,r,n,i,s,o){switch(r){case XG:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case KG:return!(e.byteLength!=t.byteLength||!s(new Bu(e),new Bu(t)));case LG:case UG:case VG:return F0(+e,+t);case FG:return e.name==t.name&&e.message==t.message;case qG:case HG:return e==t+"";case zG:var a=NG;case GG:var c=n&$G;if(a||(a=DG),e.size!=t.size&&!c)return!1;var u=o.get(e);if(u)return u==t;n|=BG,o.set(e,t);var l=t3(a(e),a(t),n,i,s,o);return o.delete(e),l;case WG:if(Sf)return Sf.call(e)==Sf.call(t)}return!1}var JG=1,ZG=Object.prototype,QG=ZG.hasOwnProperty;function eH(e,t,r,n,i,s){var o=r&JG,a=Td(e),c=a.length,u=Td(t),l=u.length;if(c!=l&&!o)return!1;for(var f=c;f--;){var h=a[f];if(!(o?h in t:QG.call(t,h)))return!1}var y=s.get(e),_=s.get(t);if(y&&_)return y==t&&_==e;var w=!0;s.set(e,t),s.set(t,e);for(var A=o;++f<c;){h=a[f];var I=e[h],P=t[h];if(n)var N=o?n(P,I,h,t,e,s):n(I,P,h,e,t,s);if(!(N===void 0?I===P||i(I,P,r,n,s):N)){w=!1;break}A||(A=h=="constructor")}if(w&&!A){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)&&(w=!1)}return s.delete(e),s.delete(t),w}var tH=1,_g="[object Arguments]",xg="[object Array]",Oc="[object Object]",rH=Object.prototype,Sg=rH.hasOwnProperty;function nH(e,t,r,n,i,s){var o=Ur(e),a=Ur(t),c=o?xg:Ya(e),u=a?xg:Ya(t);c=c==_g?Oc:c,u=u==_g?Oc:u;var l=c==Oc,f=u==Oc,h=c==u;if(h&&$u(e)){if(!$u(t))return!1;o=!0,l=!1}if(h&&!l)return s||(s=new qn),o||F8(e)?t3(e,t,r,n,i,s):YG(e,t,c,r,n,i,s);if(!(r&tH)){var y=l&&Sg.call(e,"__wrapped__"),_=f&&Sg.call(t,"__wrapped__");if(y||_){var w=y?e.value():e,A=_?t.value():t;return s||(s=new qn),i(w,A,r,n,s)}}return h?(s||(s=new qn),eH(e,t,r,n,i,s)):!1}function jl(e,t,r,n,i){return e===t?!0:e==null||t==null||!ns(e)&&!ns(t)?e!==e&&t!==t:nH(e,t,r,n,jl,i)}var iH=1,sH=2;function oH(e,t,r,n){var i=r.length,s=i,o=!n;if(e==null)return!s;for(e=Object(e);i--;){var a=r[i];if(o&&a[2]?a[1]!==e[a[0]]:!(a[0]in e))return!1}for(;++i<s;){a=r[i];var c=a[0],u=e[c],l=a[1];if(o&&a[2]){if(u===void 0&&!(c in e))return!1}else{var f=new qn;if(n)var h=n(u,l,c,e,t,f);if(!(h===void 0?jl(l,u,iH|sH,n,f):h))return!1}}return!0}function r3(e){return e===e&&!Xo(e)}function aH(e){for(var t=pc(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,r3(i)]}return t}function n3(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function cH(e){var t=aH(e);return t.length==1&&t[0][2]?n3(t[0][0],t[0][1]):function(r){return r===e||oH(r,e,t)}}function uH(e,t){return e!=null&&t in Object(e)}function lH(e,t,r){t=q8(t,e);for(var n=-1,i=t.length,s=!1;++n<i;){var o=kl(t[n]);if(!(s=e!=null&&r(e,o)))break;e=e[o]}return s||++n!=i?s:(i=e==null?0:e.length,!!i&&z0(i)&&R8(o,i)&&(Ur(e)||B8(e)))}function fH(e,t){return e!=null&&lH(e,t,uH)}var dH=1,hH=2;function pH(e,t){return G0(e)&&r3(t)?n3(kl(e),t):function(r){var n=UV(r,e);return n===void 0&&n===t?fH(r,e):jl(t,n,dH|hH)}}function mH(e){return function(t){return t==null?void 0:t[e]}}function gH(e){return function(t){return W0(t,e)}}function vH(e){return G0(e)?mH(kl(e)):gH(e)}function i3(e){return typeof e=="function"?e:e==null?j8:typeof e=="object"?Ur(e)?pH(e[0],e[1]):cH(e):vH(e)}function yH(e){return function(t,r,n){for(var i=-1,s=Object(t),o=n(t),a=o.length;a--;){var c=o[e?a:++i];if(r(s[c],c,s)===!1)break}return t}}var bH=yH();const wH=bH;function _H(e,t){return e&&wH(e,t,pc)}function xH(e,t){return function(r,n){if(r==null)return r;if(!Al(r))return e(r,n);for(var i=r.length,s=t?i:-1,o=Object(r);(t?s--:++s<i)&&n(o[s],s,o)!==!1;);return r}}var SH=xH(_H);const s3=SH;function EH(e,t){var r=[];return s3(e,function(n,i,s){t(n,i,s)&&r.push(n)}),r}function MH(e,t){var r=Ur(e)?K8:EH;return r(e,i3(t))}function CH(e,t){var r=-1,n=Al(e)?Array(e.length):[];return s3(e,function(i,s,o){n[++r]=t(i,s,o)}),n}function AH(e,t){return jl(e,t)}function TH(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}function OH(e,t){if(e!==t){var r=e!==void 0,n=e===null,i=e===e,s=Wa(e),o=t!==void 0,a=t===null,c=t===t,u=Wa(t);if(!a&&!u&&!s&&e>t||s&&o&&c&&!a&&!u||n&&o&&c||!r&&c||!i)return 1;if(!n&&!s&&!u&&e<t||u&&r&&i&&!n&&!s||a&&r&&i||!o&&i||!c)return-1}return 0}function IH(e,t,r){for(var n=-1,i=e.criteria,s=t.criteria,o=i.length,a=r.length;++n<o;){var c=OH(i[n],s[n]);if(c){if(n>=a)return c;var u=r[n];return c*(u=="desc"?-1:1)}}return e.index-t.index}function kH(e,t,r){t.length?t=Zc(t,function(s){return Ur(s)?function(o){return W0(o,s.length===1?s[0]:s)}:s}):t=[j8];var n=-1;t=Zc(t,Tl(i3));var i=CH(e,function(s,o,a){var c=Zc(t,function(u){return u(s)});return{criteria:c,index:++n,value:s}});return TH(i,function(s,o){return IH(s,o,r)})}function jH(e,t,r,n){return e==null?[]:(Ur(t)||(t=t==null?[]:[t]),r=n?void 0:r,Ur(r)||(r=r==null?[]:[r]),kH(e,t,r))}function PH({toBack:e,onSubmitClick:t,data:r}){const{fromCoin:n,toCoin:i}=sn(),s=ie.useRef(!1),{slippage:o}=Wr(),[a,c]=ie.useState(r),{fromAmountUi:u,toAmountUi:l,byAmountIn:f}=a,{amountLimit:h}=J6(o,a),{showPriceImpactTips:y,showPriceImpactWarn:_}=C8(n,i,u,l),{priceAcceptRouterData:w}=gL(a),[A,I]=ie.useState(!1),[P,N]=ie.useState(!1);ie.useMemo(()=>f?i:n,[f]);const F=ie.useMemo(()=>w!==void 0,[w]),L=()=>{if(w){if(s.current)return;s.current=!0;const q=AG(w);c(q),setTimeout(()=>{s.current=!1},300)}},H=ie.useMemo(()=>A?!1:!!_,[A,_]);return b.jsxs("div",{className:"secondary-dialog",children:[b.jsx(U0,{title:"Review your order",backClick:e}),b.jsxs("div",{className:"secondary-content",children:[b.jsxs("div",{className:"trade-info",children:[b.jsxs("div",{className:"amount-info",children:[b.jsx("span",{className:"amount",children:Mo(u||"")}),b.jsx("img",{src:n==null?void 0:n.logo_url}),b.jsx("span",{className:"symbol",children:Un((n==null?void 0:n.symbol)||"")})]}),b.jsx("div",{className:"dividing-line",children:b.jsx("div",{className:"swap-icon",children:b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-trade"})})})}),b.jsxs("div",{className:"amount-info",children:[b.jsx("span",{className:"amount",children:Mo(l||"")}),b.jsx("img",{src:i==null?void 0:i.logo_url}),b.jsx("span",{className:"symbol",children:Un((i==null?void 0:i.symbol)||"")})]})]}),b.jsxs("div",{className:"current-price-tips-box yellow",style:{fontSize:"12px",marginTop:"16px",flexDirection:"column",justifyContent:"start",gap:"10px"},children:[b.jsx("div",{className:"current-price-box",style:{backgroundColor:"#1b242c",margin:"-1px"},children:b.jsx(L0,{baseToken:n,quoteToken:i,baseAmount:u||"0",quoteAmount:l||"0",loading:!1})}),y&&b.jsx("div",{style:{paddingBottom:"10px"},children:"Price Impact Alert. Be cautious before submitting your order."})]}),b.jsxs("div",{className:"swap-info-between",children:[b.jsx("div",{className:"left",children:"Slippage Tolerance"}),b.jsxs("div",{className:"right",children:[o,"%"]})]}),b.jsx(T8,{pl:"0px",pr:"0px",isLoading:!1,amountLimit:h}),b.jsx(A8,{isLoading:!1,routerData:a,noTips:!0}),_&&b.jsxs("div",{style:{width:"100%",marginTop:"16px",gap:"1px"},children:[b.jsx("div",{style:{width:"100%",gap:"8px",fontSize:"12px",backgroundColor:"var(--cs-error-10)",paddingLeft:"16px",paddingRight:"16px",paddingTop:"10px",paddingBottom:"10px",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?"}),b.jsxs("div",{style:{width:"100%",gap:"16px",display:"flex",flexDirection:"row",marginTop:"-10px"},children:[b.jsx("button",{className:"swap-btn cs-outline-btn secondary-btn",style:{fontSize:"14px",height:"42px",flex:1,color:A?"#72c1f7":"#7F98A7"},onClick:()=>{I(!0)},children:"Yes, please continue."}),b.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&&b.jsx("button",{disabled:H||P,className:"swap-btn cs-solid-btn",onClick:()=>{P||(N(!0),t(a))},children:P?b.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:b.jsx(M8,{})}):"Confirm Swap"}),F&&b.jsxs("div",{className:"price-update",children:[b.jsxs("div",{className:"left",children:[b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-alert"})}),b.jsx("span",{children:"Price update"})]}),b.jsx("div",{className:"right",children:b.jsx("button",{className:"cs-solid-btn",onClick:L,children:"Accept"})})]})]})}function Pl(e){const{text:t}=e,[r,n]=ie.useState(!1),{addCommonToast:i}=Go(),s=o=>{r||(Qu(o),H6(t,{debug:!1,message:"message"}),i("Copied"),n(!r))};return ie.useEffect(()=>{r&&setTimeout(()=>{n(!1)},2e3)},[r]),b.jsx(b.Fragment,{children:b.jsx("svg",{className:"cs-icon cs-copy-icon","aria-hidden":"true",onClick:s,children:b.jsx("use",{xlinkHref:r?"#icon-sel":"#icon-copy"})})})}function RH({toBack:e,data:t,isLoading:r}){const{fromCoin:n,toCoin:i,fromAmount:s,toAmount:o}=sn(),{getTokenInfo:a}=Us(),c=ie.useMemo(()=>{var u;return(u=t==null?void 0:t.routers)==null?void 0:u.map(l=>({...l,paths:l.paths.map(f=>({...f,fromToken:a(f.from_type),toToken:a(f.to_type)}))}))},[t]);return b.jsxs("div",{className:"route-dialog",children:[b.jsx(U0,{title:"Route",backClick:e}),b.jsxs("div",{className:"route-dialog-content",children:[b.jsx("div",{className:"simple-router-box",children:b.jsx(o3,{hasSubMenu:!1,isLoading:r,formatSwapRouter:t})}),b.jsxs("div",{className:"center",style:{flexDirection:"column",gap:"0px"},children:[b.jsxs("div",{className:"center",style:{gap:"4px",marginTop:"16px"},children:[b.jsx(Gr,{src:n==null?void 0:n.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),b.jsx("span",{className:"amount",children:en(s,n==null?void 0:n.decimals)}),b.jsx("span",{className:"symbol",children:n==null?void 0:n.symbol})]}),b.jsx("div",{className:"route-box-h5 center",style:{backgroundColor:"#1B242C"},children:b.jsx("div",{className:"center",style:{width:"100%",gap:"32px",border:"1px dashed #2a3238",borderRadius:"8px",display:"flex",flexDirection:"column",paddingTop:"20px",paddingBottom:"20px"},children:c==null?void 0:c.map((u,l)=>b.jsxs("div",{className:"route-item-box-h5",children:[b.jsxs("div",{className:"percent",children:[Ve(u.percentage).mul(100).toString(),"%"]}),b.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(f=>b.jsx("div",{className:"route-path-item",children:b.jsx(Ha,{position:"bottom",content:b.jsxs("div",{className:"router-pool-tip-con",style:{display:"flex",flexDirection:"column"},children:[b.jsx(DH,{poolAddress:f.pool_address}),b.jsx(Eg,{token:f.fromToken}),b.jsx(Eg,{token:f.toToken})]}),children:b.jsx(NH,{path:f})})},f.to_type))})]},l))})}),b.jsxs("div",{className:"center",style:{gap:"4px"},children:[b.jsx(Gr,{src:i==null?void 0:i.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),b.jsx("span",{className:"amount",children:en(o,i==null?void 0:i.decimals)}),b.jsx("span",{className:"symbol",children:i==null?void 0:i.symbol})]})]})]})]})}function NH({path:e}){var t,r,n;return b.jsxs("div",{style:{display:"flex",flexDirection:"row",gap:"0px",zIndex:3},children:[b.jsxs("div",{style:{display:"flex",flexDirection:"row"},children:[b.jsx(Gr,{src:(t=e.fromToken)==null?void 0:t.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}}),b.jsx(Gr,{src:(r=e.toToken)==null?void 0:r.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}})]}),b.jsxs("span",{className:"provider",children:[(n=l4[e.provider])==null?void 0:n.name," "]}),!!+e.fee_rate&&b.jsxs("div",{className:"fee-tier",children:[" ",Ve(e.fee_rate).mul(100).toString(),"%"]})]})}function Eg({token:e}){const{getExplorerUrl:t}=$o();return b.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",alignItems:"center",height:"40px",fontSize:"12px",gap:"12px"},children:[b.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",gap:"8px"},children:[b.jsx(Gr,{src:e==null?void 0:e.logo_url,style:{width:"20px",height:"20px",borderRadius:"100%"}}),b.jsx("span",{style:{color:"#fff",fontSize:"12px"},children:e==null?void 0:e.symbol})]}),b.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[b.jsx("a",{onClick:Qu,href:t(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{textDecoration:"none",color:"#909ca4"},children:Ps(e==null?void 0:e.coin_type)}),b.jsx(Pl,{text:(e==null?void 0:e.coin_type)||""})]})]})}function DH({poolAddress:e}){const{getExplorerUrl:t}=$o();return b.jsxs(b.Fragment,{children:[e&&b.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",fontSize:"12px",gap:"12px"},children:[b.jsx("span",{style:{color:"fff",fontSize:"12px"},children:"Pool"}),b.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[b.jsx("a",{style:{color:"#fff",textDecoration:"none"},onClick:Qu,href:t(e,"poolAddress"),target:"_blank",children:Ps(e)}),b.jsx(Pl,{text:e})]})]}),e&&b.jsx("div",{style:{width:"100%",height:"1px",marginTop:"12px",backgroundColor:"var(--cs-border)"}})]})}function o3({hasSubMenu:e,isLoading:t,formatSwapRouter:r}){var a,c,u;const[n,i]=ie.useState(!1),{getTokenInfo:s}=Us(),o=ie.useMemo(()=>(r==null?void 0:r.routers.length)===1,[r==null?void 0:r.routers.length]);return b.jsxs("div",{className:"simple-router-block",style:{paddingLeft:e?"8px":"0px",paddingRight:e?"8px":"0px"},children:[b.jsx("div",{className:"left",style:{whiteSpace:"nowrap",color:e?"var(--cs-text-con)":"#fff",paddingRight:"8px"},children:e?"Auto Router":"Route"}),t?b.jsx(qo,{style:{width:"80px",height:"18px"}}):b.jsxs("div",{className:"right",onClick:()=>{i(!0)},children:[b.jsx("span",{style:{textAlign:"right",color:"#fff"},children:o?(c=(a=r==null?void 0:r.routers[0])==null?void 0:a.paths)==null?void 0:c.map((l,f)=>{var h,y,_;return f===0?`${(h=s(l==null?void 0:l.from_type))==null?void 0:h.symbol} > ${(y=s(l==null?void 0:l.to_type))==null?void 0:y.symbol}`:(_=s(l==null?void 0:l.to_type))==null?void 0:_.symbol}).join(" > "):r==null?void 0:r.router_summery}),b.jsx("div",{className:"providers",children:(u=r==null?void 0:r.providers)==null?void 0:u.map((l,f)=>b.jsx(Ha,{content:b.jsx("div",{children:l4[l].name}),position:"top",delay:300,children:b.jsx(Gr,{src:vr[l],style:{width:"16px",height:"16px"}})},l))}),e&&b.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{width:"16px",height:"16px"},children:b.jsx("use",{xlinkHref:"#icon-spread"})})]}),n&&e&&b.jsx(RH,{data:r,isLoading:t,toBack:()=>i(!1)})]})}const mc=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||yi.setItem(o4,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:s}=t();let o=i;if(n)o=[r,...o];else{const a=Kp(r.coin_type);o=i.filter(c=>Kp(c.coin_type)!==a)}return s(o),yi.setItem(a4,o),o},setImportTokenList:r=>{e(()=>({importTokenList:r}))},setImportTokenIsLoading:r=>{e(()=>({importTokenIsLoading:r}))},searchInput:"",setSearchInput:r=>{e(()=>({searchInput:r}))},showTokenListIsLoading:!1,setShowTokenListIsLoading:r=>{e(()=>({showTokenListIsLoading:r}))}}));yi.getItem(o4).then(e=>{e!==null&&mc.getState().setCollectTokenMap(e,!0)});yi.getItem(a4).then(e=>{e&&mc.getState().setImportTokenList(e)});function a3(){const{setCollectTokenMap:e,collectTokenMap:t}=mc(),r=i=>{const s=new Map(t);s.get(i.coin_type)?s.delete(i.coin_type):s.set(i.coin_type,i),e(s)},n=ie.useCallback(i=>t.get(i.coin_type)!==void 0,[t]);return{handleCollectToken:r,isCollectToken:n,collectTokenMap:t}}function $H(e){const{trustedTokenList:t}=dc(),{tokenBalanceObj:r,currentAccount:n}=Cn(),{coinPriceObj:i}=Y6(),{getTokenAmountValue:s}=yl(),{fetchTokenInfo:o}=Us(),{currentTypeTab:a,showTokenList:c,setShowTokenList:u,combineTokenList:l,importTokenList:f,setComBineTokenList:h,setImportToken:y,setCurrentImportTokenData:_,setImportTokenIsLoading:w,currentImportTokenData:A,searchInput:I,setSearchInput:P,importTokenIsLoading:N,showTokenListIsLoading:F,setCurrentTypeTab:L}=mc(),[H,q]=ie.useState(!1);ie.useEffect(()=>{t&&(t==null?void 0:t.length)>0&&q(!0)},[t]);const[X,re]=ie.useState(!1);ie.useEffect(()=>{em(i)||re(!0)},[i]);const ae=ie.useRef({}),[oe,V]=ie.useState(!1);ie.useEffect(()=>{(!em(r)||!Zh(ae.current,r))&&(ae.current=r,V(!0))},[r]);const $=(v,R)=>{const se=R&&R.toLocaleLowerCase().trim(),ue=v.map(be=>{let Ce=0,Me=0;be.symbol.toLowerCase()===se||be.name.toLowerCase()===se||be.coin_type.toLowerCase()===se?(Ce=1e3,Me=2):be.symbol.toLowerCase().indexOf(se)>-1?(Ce=100,Me=0):be.name.toLowerCase().indexOf(se)>-1?(Ce=10,Me=0):be.coin_type.toLowerCase().indexOf(se)>-1?(Ce=1,Me=0):be.coin_type.toLowerCase()=="0x2::sui::sui"&&(Me=1);let Ke=Array.isArray(be==null?void 0:be.coin_priority)?Number(be.coin_priority[0])||0:Number(be==null?void 0:be.coin_priority)||0;return e===be.coin_type&&!R&&(Me=12,Ce=1e3,Ke=1e4),{...be,mark:Ce,sort:Me,coin_priority_sort:Ke,rateNumber:Number((be==null?void 0:be.rate)||"0"),balanceNumber:Number((be==null?void 0:be.balance)||"0")}});return jH(ue,[be=>!R&&e===be.coin_type?1:0,"rateNumber","balanceNumber","sort","mark","coin_priority_sort"],["desc","desc","desc","desc","desc","desc"])},p=(v,R=!1)=>{const se=R?v.trim():v.toLowerCase().trim(),ue=["symbol","name","coin_type"];return MH(se.length===0?l:[...l,...f],be=>ue.some(Ce=>{const Me=be[Ce];return typeof Me=="string"?(R?Me:Me.toLowerCase()).includes(se):!1}))},d=v=>{v||_(void 0);const R=p(v);if((R==null?void 0:R.length)===0){m(v);return}else if(v===I){const se=$(R,v);u(se)}},m=async v=>{var R;w(!0);try{if(r4(v)){const se=v.trim(),ue=Mr(se).full_address,xe=await o(ue);if(!xe){u([]);return}const be=((R=r==null?void 0:r[se])==null?void 0:R.totalBalanceFormat)||"0",Ce=Ve(be).gt("0")?s(se,be):"0",Me={...xe,balance:be,rate:Ce};u([Me]),_(Me)}else{u([]);return}}catch{_(void 0),u([]);return}finally{w(!1)}},x=v=>{if(v==="Default")k("All");else{const R=$(f,I);u(R)}},E=()=>{if(A){const v=y(A,!0),R=$(v,I);u(R),_(void 0),P("")}},C=v=>{const R=y(v,!1),se=$(R,I);u(se)},k=v=>{const R=v==="All"?[...l]:l.filter(ue=>v=="Native"?!ue.labels||ue.labels.length==0||ue.labels=="Native":ue.labels&&ue.labels.length>0&&ue.labels[0].toLowerCase()==v.toLowerCase()),se=$(R,I);u(se)};ie.useEffect(()=>{if(!H||!(t!=null&&t.length)){h([]);return}if(!(n!=null&&n.address))h(t);else if(n!=null&&n.address&&X){const v=[];for(const R of t){R!=null&&R.coin_type.includes("sui");const se=r==null?void 0:r[R==null?void 0:R.coin_type],ue=(se==null?void 0:se.totalBalanceFormat)||"0",xe=(se==null?void 0:se.displayBalance)||"0",be=Ve(ue).gt("0")?s(R==null?void 0:R.coin_type,ue):"0";v.push({...R,balance:xe,rate:en(be,4,!0)})}h(v)}},[H,X,oe,n==null?void 0:n.address]);const T=ie.useRef([]);ie.useEffect(()=>{if((l==null?void 0:l.length)>0&&!AH(T.current,l)){T.current=l;const v=$(l);e&&f.find(se=>se.coin_type===e)!==void 0?(L("Imported"),x("Imported")):u(v)}},[l,e]);const g=ie.useMemo(()=>{if(a==="Default"){if(!F&&(c==null?void 0:c.length)===0)return!0}else if((c==null?void 0:c.length)===0&&!N)return!0;return!1},[I,c,A,N,F]);return{showTokenList:c,handleSearch:d,handleChangePlatform:k,currentImportTokenData:A,handleChangeType:x,handleImportClick:E,handleDeleteImportClick:C,isNoData:g}}function BH({tokenList:e,onHandleTokenAction:t}){return b.jsx("div",{className:"token-collect-list",children:e.map(r=>b.jsx(LH,{token:r,onHandleTokenAction:t},r.coin_type))})}function LH({token:e,onHandleTokenAction:t}){return b.jsxs("div",{className:"token-collect-item",onClick:()=>{t(e,"select_token")},children:[b.jsx("img",{src:e.logo_url,style:{marginRight:"8px"}}),b.jsx("span",{children:e.symbol}),b.jsx("i",{children:b.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:r=>{r.stopPropagation(),t(e,"un_collect")},children:b.jsx("use",{xlinkHref:"#icon-close"})})})]})}const UH=Ft("/images/img_no_data@2x.png");function FH(e){const{img:t=UH,text:r,width:n="100%",height:i="auto",padding:s="20px",subItem:o}=e;return b.jsxs("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:n,height:i,padding:s,boxSizing:"border-box",textAlign:"center"},children:[t&&b.jsx("img",{src:t,alt:"No Data",style:{width:"160px",height:"160px"}}),r&&b.jsx("div",{style:{color:"#fff",fontSize:"14px"},children:r}),o&&o]})}function zH({tabList:e,currentTab:t,changeTab:r}){return b.jsx("div",{className:"platform-tabs",children:e.map(n=>b.jsx("div",{className:t===n?"platform-tab-item active":"platform-tab-item",onClick:()=>{r(n)},children:n},n))})}var Mg=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function VH(e,t){return!!(e===t||Mg(e)&&Mg(t))}function qH(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!VH(e[r],t[r]))return!1;return!0}function GH(e,t){t===void 0&&(t=qH);var r=null;function n(){for(var i=[],s=0;s<arguments.length;s++)i[s]=arguments[s];if(r&&r.lastThis===this&&t(i,r.lastArgs))return r.lastResult;var o=e.apply(this,i);return r={lastResult:o,lastArgs:i,lastThis:this},o}return n.clear=function(){r=null},n}function jd(){return jd=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},jd.apply(null,arguments)}function Cg(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Pd(e,t){return Pd=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Pd(e,t)}function HH(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Pd(e,t)}var Ag=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function WH(e,t){return!!(e===t||Ag(e)&&Ag(t))}function KH(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!WH(e[r],t[r]))return!1;return!0}function Ef(e,t){t===void 0&&(t=KH);var r,n=[],i,s=!1;function o(){for(var a=[],c=0;c<arguments.length;c++)a[c]=arguments[c];return s&&r===this&&t(a,n)||(i=e.apply(this,a),s=!0,r=this,n=a),i}return o}function Tg(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 XH=typeof performance=="object"&&typeof performance.now=="function",Og=XH?function(){return performance.now()}:function(){return Date.now()};function Ig(e){cancelAnimationFrame(e.id)}function YH(e,t){var r=Og();function n(){Og()-r>=t?e.call(null):i.id=requestAnimationFrame(n)}var i={id:requestAnimationFrame(n)};return i}var Mf=-1;function kg(e){if(e===void 0&&(e=!1),Mf===-1||e){var t=document.createElement("div"),r=t.style;r.width="50px",r.height="50px",r.overflow="scroll",document.body.appendChild(t),Mf=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return Mf}var Qs=null;function jg(e){if(e===void 0&&(e=!1),Qs===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?Qs="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?Qs="negative":Qs="positive-ascending"),document.body.removeChild(t),Qs}return Qs}Wi.env.NODE_ENV;var JH=150,ZH=function(t,r){return t},eu=null,tu=null;Wi.env.NODE_ENV!=="production"&&typeof window<"u"&&typeof window.WeakSet<"u"&&(eu=new WeakSet,tu=new WeakSet);function QH(e){var t,r=e.getItemOffset,n=e.getEstimatedTotalSize,i=e.getItemSize,s=e.getOffsetForIndexAndAlignment,o=e.getStartIndexForOffset,a=e.getStopIndexForStartIndex,c=e.initInstanceProps,u=e.shouldResetStyleCacheOnItemSizeChange,l=e.validateProps;return t=function(f){HH(h,f);function h(_){var w;return w=f.call(this,_)||this,w._instanceProps=c(w.props,Cg(w)),w._outerRef=void 0,w._resetIsScrollingTimeoutId=null,w.state={instance:Cg(w),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof w.props.initialScrollOffset=="number"?w.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},w._callOnItemsRendered=void 0,w._callOnItemsRendered=Ef(function(A,I,P,N){return w.props.onItemsRendered({overscanStartIndex:A,overscanStopIndex:I,visibleStartIndex:P,visibleStopIndex:N})}),w._callOnScroll=void 0,w._callOnScroll=Ef(function(A,I,P){return w.props.onScroll({scrollDirection:A,scrollOffset:I,scrollUpdateWasRequested:P})}),w._getItemStyle=void 0,w._getItemStyle=function(A){var I=w.props,P=I.direction,N=I.itemSize,F=I.layout,L=w._getItemStyleCache(u&&N,u&&F,u&&P),H;if(L.hasOwnProperty(A))H=L[A];else{var q=r(w.props,A,w._instanceProps),X=i(w.props,A,w._instanceProps),re=P==="horizontal"||F==="horizontal",ae=P==="rtl",oe=re?q:0;L[A]=H={position:"absolute",left:ae?void 0:oe,right:ae?oe:void 0,top:re?0:q,height:re?"100%":X,width:re?X:"100%"}}return H},w._getItemStyleCache=void 0,w._getItemStyleCache=Ef(function(A,I,P){return{}}),w._onScrollHorizontal=function(A){var I=A.currentTarget,P=I.clientWidth,N=I.scrollLeft,F=I.scrollWidth;w.setState(function(L){if(L.scrollOffset===N)return null;var H=w.props.direction,q=N;if(H==="rtl")switch(jg()){case"negative":q=-N;break;case"positive-descending":q=F-P-N;break}return q=Math.max(0,Math.min(q,F-P)),{isScrolling:!0,scrollDirection:L.scrollOffset<q?"forward":"backward",scrollOffset:q,scrollUpdateWasRequested:!1}},w._resetIsScrollingDebounced)},w._onScrollVertical=function(A){var I=A.currentTarget,P=I.clientHeight,N=I.scrollHeight,F=I.scrollTop;w.setState(function(L){if(L.scrollOffset===F)return null;var H=Math.max(0,Math.min(F,N-P));return{isScrolling:!0,scrollDirection:L.scrollOffset<H?"forward":"backward",scrollOffset:H,scrollUpdateWasRequested:!1}},w._resetIsScrollingDebounced)},w._outerRefSetter=function(A){var I=w.props.outerRef;w._outerRef=A,typeof I=="function"?I(A):I!=null&&typeof I=="object"&&I.hasOwnProperty("current")&&(I.current=A)},w._resetIsScrollingDebounced=function(){w._resetIsScrollingTimeoutId!==null&&Ig(w._resetIsScrollingTimeoutId),w._resetIsScrollingTimeoutId=YH(w._resetIsScrolling,JH)},w._resetIsScrolling=function(){w._resetIsScrollingTimeoutId=null,w.setState({isScrolling:!1},function(){w._getItemStyleCache(-1,null)})},w}h.getDerivedStateFromProps=function(w,A){return eW(w,A),l(w),null};var y=h.prototype;return y.scrollTo=function(w){w=Math.max(0,w),this.setState(function(A){return A.scrollOffset===w?null:{scrollDirection:A.scrollOffset<w?"forward":"backward",scrollOffset:w,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},y.scrollToItem=function(w,A){A===void 0&&(A="auto");var I=this.props,P=I.itemCount,N=I.layout,F=this.state.scrollOffset;w=Math.max(0,Math.min(w,P-1));var L=0;if(this._outerRef){var H=this._outerRef;N==="vertical"?L=H.scrollWidth>H.clientWidth?kg():0:L=H.scrollHeight>H.clientHeight?kg():0}this.scrollTo(s(this.props,w,A,F,this._instanceProps,L))},y.componentDidMount=function(){var w=this.props,A=w.direction,I=w.initialScrollOffset,P=w.layout;if(typeof I=="number"&&this._outerRef!=null){var N=this._outerRef;A==="horizontal"||P==="horizontal"?N.scrollLeft=I:N.scrollTop=I}this._callPropsCallbacks()},y.componentDidUpdate=function(){var w=this.props,A=w.direction,I=w.layout,P=this.state,N=P.scrollOffset,F=P.scrollUpdateWasRequested;if(F&&this._outerRef!=null){var L=this._outerRef;if(A==="horizontal"||I==="horizontal")if(A==="rtl")switch(jg()){case"negative":L.scrollLeft=-N;break;case"positive-ascending":L.scrollLeft=N;break;default:var H=L.clientWidth,q=L.scrollWidth;L.scrollLeft=q-H-N;break}else L.scrollLeft=N;else L.scrollTop=N}this._callPropsCallbacks()},y.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&Ig(this._resetIsScrollingTimeoutId)},y.render=function(){var w=this.props,A=w.children,I=w.className,P=w.direction,N=w.height,F=w.innerRef,L=w.innerElementType,H=w.innerTagName,q=w.itemCount,X=w.itemData,re=w.itemKey,ae=re===void 0?ZH:re,oe=w.layout,V=w.outerElementType,$=w.outerTagName,p=w.style,d=w.useIsScrolling,m=w.width,x=this.state.isScrolling,E=P==="horizontal"||oe==="horizontal",C=E?this._onScrollHorizontal:this._onScrollVertical,k=this._getRangeToRender(),T=k[0],g=k[1],v=[];if(q>0)for(var R=T;R<=g;R++)v.push(ie.createElement(A,{data:X,key:ae(R,X),index:R,isScrolling:d?x:void 0,style:this._getItemStyle(R)}));var se=n(this.props,this._instanceProps);return ie.createElement(V||$||"div",{className:I,onScroll:C,ref:this._outerRefSetter,style:jd({position:"relative",height:N,width:m,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:P},p)},ie.createElement(L||H||"div",{children:v,ref:F,style:{height:E?"100%":se,pointerEvents:x?"none":void 0,width:E?se:"100%"}}))},y._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var w=this.props.itemCount;if(w>0){var A=this._getRangeToRender(),I=A[0],P=A[1],N=A[2],F=A[3];this._callOnItemsRendered(I,P,N,F)}}if(typeof this.props.onScroll=="function"){var L=this.state,H=L.scrollDirection,q=L.scrollOffset,X=L.scrollUpdateWasRequested;this._callOnScroll(H,q,X)}},y._getRangeToRender=function(){var w=this.props,A=w.itemCount,I=w.overscanCount,P=this.state,N=P.isScrolling,F=P.scrollDirection,L=P.scrollOffset;if(A===0)return[0,0,0,0];var H=o(this.props,L,this._instanceProps),q=a(this.props,H,L,this._instanceProps),X=!N||F==="backward"?Math.max(1,I):1,re=!N||F==="forward"?Math.max(1,I):1;return[Math.max(0,H-X),Math.max(0,Math.min(A-1,q+re)),H,q]},h}(ie.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var eW=function(t,r){var n=t.children,i=t.direction,s=t.height,o=t.layout,a=t.innerTagName,c=t.outerTagName,u=t.width,l=r.instance;if(Wi.env.NODE_ENV!=="production"){(a!=null||c!=null)&&tu&&!tu.has(l)&&(tu.add(l),console.warn("The innerTagName and outerTagName props have been deprecated. Please use the innerElementType and outerElementType props instead."));var f=i==="horizontal"||o==="horizontal";switch(i){case"horizontal":case"vertical":eu&&!eu.has(l)&&(eu.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(o){case"horizontal":case"vertical":break;default:throw Error('An invalid "layout" prop has been specified. Value should be either "horizontal" or "vertical". '+('"'+o+'" 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(f&&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(!f&&typeof s!="number")throw Error('An invalid "height" prop has been specified. Vertical lists must specify a number for height. '+('"'+(s===null?"null":typeof s)+'" was specified.'))}},tW=QH({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,s,o){var a=t.direction,c=t.height,u=t.itemCount,l=t.itemSize,f=t.layout,h=t.width,y=a==="horizontal"||f==="horizontal",_=y?h:c,w=Math.max(0,u*l-_),A=Math.min(w,r*l),I=Math.max(0,r*l-_+l+o);switch(n==="smart"&&(i>=I-_&&i<=A+_?n="auto":n="center"),n){case"start":return A;case"end":return I;case"center":{var P=Math.round(I+(A-I)/2);return P<Math.ceil(_/2)?0:P>w+Math.floor(_/2)?w:P}case"auto":default:return i>=I&&i<=A?i:i<I?I:A}},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,s=t.height,o=t.itemCount,a=t.itemSize,c=t.layout,u=t.width,l=i==="horizontal"||c==="horizontal",f=r*a,h=l?u:s,y=Math.ceil((h+n-f)/a);return Math.max(0,Math.min(o-1,r+y-1))},initInstanceProps:function(t){},shouldResetStyleCacheOnItemSizeChange:!0,validateProps:function(t){var r=t.itemSize;if(Wi.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 Pg(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 rW=["style"],nW=["style"];function iW(e,t){var r=e.style,n=Tg(e,rW),i=t.style,s=Tg(t,nW);return!Pg(r,i)&&!Pg(n,s)}const sW=ie.memo(({data:e,index:t,style:r})=>{const{items:n,onHandleTokenAction:i,showCollect:s,showDelete:o}=e,a=n[t];return b.jsx("div",{style:r,children:b.jsx(cW,{data:a,onHandleTokenAction:i,showCollect:s,showDelete:o})})},iW),oW=GH((e,t,r,n)=>({items:e,onHandleTokenAction:t,showCollect:r,showDelete:n}));function aW({showTokenList:e,onHandleTokenAction:t,showCollect:r=!0,showDelete:n=!1}){const i=ie.useRef(null);ie.useEffect(()=>{i.current&&i.current.scrollTo(0)},[e.length]);const s=oW(e,t,r,n);return b.jsx("div",{className:"token-list",children:b.jsx(tW,{ref:i,style:{overflowY:"scroll",scrollbarWidth:"none",msOverflowStyle:"none",padding:"8px"},height:280,itemCount:e.length,itemData:s,itemSize:72,width:"100%",children:sW})})}function cW({data:e,showCollect:t,showDelete:r,onHandleTokenAction:n}){const{isCollectToken:i}=a3(),{getExplorerUrl:s}=$o();return b.jsxs("div",{className:"token-list-item",onClick:o=>{t&&(o.stopPropagation(),n(e,"select_token"))},children:[b.jsx(Gr,{className:"token-img",src:e==null?void 0:e.logo_url,showWarn:!t}),b.jsxs("div",{className:"token-info",children:[b.jsx("h4",{className:"token-symbol",children:b.jsx("span",{children:Un(e.symbol)})}),b.jsx("p",{className:"token-name",children:Un(e==null?void 0:e.name,20)}),b.jsxs("div",{className:"copy",children:[b.jsx("a",{onClick:Qu,href:s(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{fontSize:"12px"},children:Ps(e==null?void 0:e.coin_type)}),b.jsx(Pl,{text:e==null?void 0:e.coin_type})]})]}),b.jsxs("div",{className:"token-balance",children:[b.jsxs("div",{className:"balance",children:[b.jsx("h4",{children:e==null?void 0:e.balance}),b.jsx("p",{children:e!=null&&e.rate?e4(e==null?void 0:e.rate,2):""})]}),r&&b.jsx("div",{className:"collect-button",onClick:o=>{o.stopPropagation(),n(e,"delete_import")},children:b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-icon_del"})})}),t&&b.jsx("div",{className:"collect-button",onClick:o=>{o.stopPropagation(),n(e,"collect_token")},children:b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:i(e)?"#icon-star_sel":"#icon-star"})})})]})]},e==null?void 0:e.coin_type)}function uW({currentType:e,changeTab:t}){const r=["Default","Imported"];return b.jsx("div",{className:"type-tabs",children:r.map(n=>b.jsx("div",{className:e===n?"type-tab-item active":"type-tab-item",onClick:()=>t(n),children:n},n))})}function lW({onClose:e,token:t,onSureClick:r}){const[n,i]=ie.useState(!1);return b.jsxs(b.Fragment,{children:[b.jsx("div",{className:"dialog-mask",onClick:e}),b.jsxs("div",{className:"import-dialog",children:[b.jsxs("div",{className:"cs-dialog-header",children:[b.jsx("div",{className:"title",children:"Tips"}),b.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:e,children:b.jsx("use",{xlinkHref:"#icon-close"})})]}),b.jsxs("div",{className:"import-content",children:[b.jsx("div",{className:"tip-text-box",children:b.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."})}),b.jsxs("div",{className:"import-token-info",children:[b.jsx(Gr,{style:{marginRight:"4px",width:"30px",height:"30px",borderRadius:"36px"},src:t.logo_url}),b.jsxs("div",{className:"info",children:[b.jsx("div",{className:"name",children:b.jsxs("span",{children:[" ",t.symbol," "]})}),b.jsxs("div",{className:"address",children:[b.jsx("span",{children:Ps(t.coin_type)}),b.jsx(Pl,{text:t.coin_type})]})]})]}),b.jsxs("div",{className:"risk-checkbox",children:[b.jsx(fl,{color:"indigo",checked:n,variant:"soft",className:"cs-checkbox",onClick:()=>{i(!n)}}),b.jsx("span",{children:"I acknowledge the risk"})]}),b.jsxs("div",{className:"button-block",children:[b.jsx("button",{className:"cs-outline-btn",onClick:e,children:"Cancel"}),b.jsx("button",{className:"cs-solid-btn",disabled:!n,onClick:r,children:"Confirm"})]})]})]})]})}function fW({backClick:e,onSelectToken:t,currToken:r}){const{showTokenList:n,isNoData:i,handleSearch:s,handleChangePlatform:o,handleChangeType:a,handleImportClick:c,handleDeleteImportClick:u}=$H(r==null?void 0:r.coin_type),{importTokenList:l,currentTypeTab:f,setCurrentTypeTab:h,currentPlatformTab:y,setCurrentPlatformTab:_,platformList:w,isOpenImportDialog:A,setIsOpenImportDialog:I,setSearchInput:P,searchInput:N,importTokenIsLoading:F,currentImportTokenData:L,setCurrentImportTokenData:H}=mc(),{isCustomMode:q}=bL(),[X,re]=ie.useState(void 0);ie.useEffect(()=>()=>{P(""),_("All"),h("Default"),H(void 0),re(void 0)},[]);const{handleCollectToken:ae,collectTokenMap:oe}=a3(),V=C=>{h(C),a(C)},$=C=>{_(C),o(C)},p=()=>{c(),I(!1)},d=C=>{let k=C.replace(/[^a-zA-Z0-9\s]+$/g,"").trim();P(k),k?m(k):(m(""),V("Default"))},m=E8(C=>{r4(C)?s(Qh(C,!1)):s(C)},300),x=(C,k)=>{if(k==="delete_import"){u(C);return}if(k==="collect_token"||k==="un_collect"){ae(C);return}k==="select_token"&&(q&&!C.is_trusted?(re(C),I(!0)):(t(C),e()))},E=ie.useMemo(()=>Array.from(oe.values()),[oe]);return b.jsxs("div",{className:"token-select-modal",children:[b.jsx(U0,{backClick:e,title:"Select Token"}),b.jsxs("div",{className:"token-select-content",style:{position:"relative"},children:[b.jsxs("div",{className:"center-content",children:[b.jsxs("div",{className:"search-input",style:{position:"relative"},children:[b.jsx("input",{className:"token-search-input",placeholder:"Search by token or address",value:N,onChange:C=>d(C.target.value),style:{paddingRight:"40px"}}),N.length>0&&b.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:C=>{d("")},children:b.jsx("use",{xlinkHref:"#icon-close"})})]}),E.length>0&&b.jsx(BH,{tokenList:E,onHandleTokenAction:x}),N.length===0&&b.jsx(uW,{currentType:f,changeTab:V}),N.length===0&&f==="Default"&&b.jsx(zH,{tabList:w,currentTab:y,changeTab:$})]}),i&&b.jsx(dW,{searchInputLength:N.length}),F&&b.jsx(W6,{}),L&&b.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&&b.jsx(aW,{showTokenList:n,showCollect:!L,showDelete:!L&&f==="Imported",onHandleTokenAction:x}),L&&b.jsx("div",{className:"center",style:{position:"absolute",top:"300px",left:"50%",transform:"translateX(-50%)"},children:b.jsx("button",{className:"cs-solid-btn swap-btn",style:{height:"32px",width:"140px",fontSize:"14px",borderRadius:"8px",fontFamily:"Inter, Inter",fontWeight:500},onClick:()=>{p(),x(L,"select_token")},children:"Import"})}),A&&X&&b.jsx(lW,{onClose:()=>{re(void 0)},token:X,onSureClick:()=>{t(X),e()}})]})]})}function dW({searchInputLength:e}){return b.jsx("div",{style:{height:"360px"},children:b.jsx(FH,{text:e>0?"No tokens found":"No Imported Tokens",subItem:e>0?b.jsx("div",{children:b.jsx(Ha,{position:"bottom",content:b.jsx("div",{children:"The unique id of coin"}),children:b.jsxs("div",{style:{fontSize:"12px",color:"var(--cs-text-con)",display:"flex",flexDirection:"row"},children:["Or you can enter Coin Type",b.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{cursor:"pointer",width:"20px",height:"20px"},children:b.jsx("use",{xlinkHref:"#icon-tips"})})]})})}):void 0})})}function c3(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 Ja;(function(e){e.event="event",e.props="prop"})(Ja||(Ja={}));function Fi(){}function hW(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(s,o){return s===t[o]})||(t=n,r=e.apply(void 0,n)),r}}function Za(e){return!!(e||"").match(/\d/)}function _o(e){return e==null}function pW(e){return typeof e=="number"&&isNaN(e)}function u3(e){return _o(e)||pW(e)||typeof e=="number"&&!isFinite(e)}function l3(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function mW(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 gW(e,t,r){var n=mW(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 vW(e){var t=ie.useRef(e);t.current=e;var r=ie.useRef(function(){for(var n=[],i=arguments.length;i--;)n[i]=arguments[i];return t.current.apply(t,n)});return r.current}function Y0(e,t){t===void 0&&(t=!0);var r=e[0]==="-",n=r&&t;e=e.replace("-","");var i=e.split("."),s=i[0],o=i[1]||"";return{beforeDecimal:s,afterDecimal:o,hasNegation:r,addNegation:n}}function yW(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 f3(e,t,r){for(var n="",i=r?"0":"",s=0;s<=t-1;s++)n+=e[s]||i;return n}function Rg(e,t){return Array(t+1).join(e)}function d3(e){var t=e+"",r=t[0]==="-"?"-":"";r&&(t=t.substring(1));var n=t.split(/[eE]/g),i=n[0],s=n[1];if(s=Number(s),!s)return r+i;i=i.replace(".","");var o=1+s,a=i.length;return o<0?i="0."+Rg("0",Math.abs(o))+i:o>=a?i=i+Rg("0",o-a):i=(i.substring(0,o)||"0")+"."+i.substring(o),r+i}function Ng(e,t,r){if(["","-"].indexOf(e)!==-1)return e;var n=(e.indexOf(".")!==-1||r)&&t,i=Y0(e),s=i.beforeDecimal,o=i.afterDecimal,a=i.hasNegation,c=parseFloat("0."+(o||"0")),u=o.length<=t?"0."+o:c.toFixed(t),l=u.split("."),f=s;s&&Number(l[0])&&(f=s.split("").reverse().reduce(function(w,A,I){return w.length>I?(Number(w[0])+Number(A)).toString()+w.substring(1,w.length):A+w},l[0]));var h=f3(l[1]||"",t,r),y=a?"-":"",_=n?".":"";return""+y+f+_+h}function Ms(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 h3=hW(function(e,t){for(var r=0,n=0,i=e.length,s=t.length;e[r]===t[r]&&r<i;)r++;for(;e[i-1-n]===t[s-1-n]&&s-n>r&&i-n>r;)n++;return{from:{start:r,end:i-n},to:{start:r,end:s-n}}}),bW=function(e,t){var r=Math.min(e.selectionStart,t);return{from:{start:r,end:e.selectionEnd},to:{start:r,end:t}}};function wW(e,t,r){return Math.min(Math.max(e,t),r)}function Cf(e){return Math.max(e.selectionStart,e.selectionEnd)}function _W(){return typeof navigator<"u"&&!(navigator.platform&&/iPhone|iPod/.test(navigator.platform))}function xW(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function SW(e){var t=e.currentValue,r=e.formattedValue,n=e.currentValueIndex,i=e.formattedValueIndex;return t[n]===r[i]}function EW(e,t,r,n,i,s,o){o===void 0&&(o=SW);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,f={},h=new Array(u),y=0;y<u;y++){h[y]=-1;for(var _=0,w=l;_<w;_++){var A=o({currentValue:r,lastValue:t,formattedValue:e,currentValueIndex:y,formattedValueIndex:_});if(A&&f[_]!==!0){h[y]=_,f[_]=!0;break}}}for(var I=n;I<u&&(h[I]===-1||!s(r[I]));)I++;var P=I===u||h[I]===-1?l:h[I];for(I=n-1;I>0&&h[I]===-1;)I--;var N=I===-1||h[I]===-1?0:h[I]+1;return N>P?P:n-N<P-n?N:P}function Dg(e,t,r,n){var i=e.length;if(t=wW(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 MW(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),r=0,n=t.length;r<n;r++)t[r]=!!(Za(e[r])||Za(e[r-1]));return t}function p3(e,t,r,n,i,s){s===void 0&&(s=Fi);var o=vW(function(_,w){var A,I;return u3(_)?(I="",A=""):typeof _=="number"||w?(I=typeof _=="number"?d3(_):_,A=n(I)):(I=i(_,void 0),A=n(I)),{formattedValue:A,numAsString:I}}),a=ie.useState(function(){return o(_o(e)?t:e,r)}),c=a[0],u=a[1],l=function(_,w){_.formattedValue!==c.formattedValue&&u({formattedValue:_.formattedValue,numAsString:_.value}),s(_,w)},f=e,h=r;_o(e)&&(f=c.numAsString,h=!0);var y=o(f,h);return ie.useMemo(function(){u(y)},[y.formattedValue]),[c,l]}function CW(e){return e.replace(/[^0-9]/g,"")}function AW(e){return e}function TW(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,s=e.getInputRef,o=e.format;o===void 0&&(o=AW);var a=e.removeFormatting;a===void 0&&(a=CW);var c=e.defaultValue,u=e.valueIsNumericString,l=e.onValueChange,f=e.isAllowed,h=e.onChange;h===void 0&&(h=Fi);var y=e.onKeyDown;y===void 0&&(y=Fi);var _=e.onMouseUp;_===void 0&&(_=Fi);var w=e.onFocus;w===void 0&&(w=Fi);var A=e.onBlur;A===void 0&&(A=Fi);var I=e.value,P=e.getCaretBoundary;P===void 0&&(P=MW);var N=e.isValidInputCharacter;N===void 0&&(N=Za);var F=e.isCharacterSame,L=c3(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),H=p3(I,c,!!u,o,a,l),q=H[0],X=q.formattedValue,re=q.numAsString,ae=H[1],oe=ie.useRef(),V=ie.useRef({formattedValue:X,numAsString:re}),$=function(we,me){V.current={formattedValue:we.formattedValue,numAsString:we.value},ae(we,me)},p=ie.useState(!1),d=p[0],m=p[1],x=ie.useRef(null),E=ie.useRef({setCaretTimeout:null,focusTimeout:null});ie.useEffect(function(){return m(!0),function(){clearTimeout(E.current.setCaretTimeout),clearTimeout(E.current.focusTimeout)}},[]);var C=o,k=function(we,me){var Te=parseFloat(me);return{formattedValue:we,value:me,floatValue:isNaN(Te)?void 0:Te}},T=function(we,me,Te){we.selectionStart===0&&we.selectionEnd===we.value.length||(Ms(we,me),E.current.setCaretTimeout=setTimeout(function(){we.value===Te&&we.selectionStart!==me&&Ms(we,me)},0))},g=function(we,me,Te){return Dg(we,me,P(we),Te)},v=function(we,me,Te){var qe=P(me),De=EW(me,X,we,Te,qe,N,F);return De=Dg(me,De,qe),De},R=function(we){var me=we.formattedValue;me===void 0&&(me="");var Te=we.input,qe=we.source,De=we.event,Oe=we.numAsString,Ie;if(Te){var Le=we.inputValue||Te.value,ft=Cf(Te);Te.value=me,Ie=v(Le,me,ft),Ie!==void 0&&T(Te,Ie,me)}me!==X&&$(k(me,Oe),{event:De,source:qe})};ie.useEffect(function(){var we=V.current,me=we.formattedValue,Te=we.numAsString;(X!==me||re!==Te)&&$(k(X,re),{event:void 0,source:Ja.props})},[X,re]);var se=x.current?Cf(x.current):void 0,ue=typeof window<"u"?ie.useLayoutEffect:ie.useEffect;ue(function(){var we=x.current;if(X!==V.current.formattedValue&&we){var me=v(V.current.formattedValue,X,se);we.value=X,T(we,me,X)}},[X]);var xe=function(we,me,Te){var qe=me.target,De=oe.current?bW(oe.current,qe.selectionEnd):h3(X,we),Oe=Object.assign(Object.assign({},De),{lastValue:X}),Ie=a(we,Oe),Le=C(Ie);if(Ie=a(Le,void 0),f&&!f(k(Le,Ie))){var ft=me.target,dt=Cf(ft),He=v(we,X,dt);return ft.value=X,T(ft,He,X),!1}return R({formattedValue:Le,numAsString:Ie,inputValue:we,event:me,source:Te,input:me.target}),!0},be=function(we,me){me===void 0&&(me=0);var Te=we.selectionStart,qe=we.selectionEnd;oe.current={selectionStart:Te,selectionEnd:qe+me}},Ce=function(we){var me=we.target,Te=me.value,qe=xe(Te,we,Ja.event);qe&&h(we),oe.current=void 0},Me=function(we){var me=we.target,Te=we.key,qe=me.selectionStart,De=me.selectionEnd,Oe=me.value;Oe===void 0&&(Oe="");var Ie;Te==="ArrowLeft"||Te==="Backspace"?Ie=Math.max(qe-1,0):Te==="ArrowRight"?Ie=Math.min(qe+1,Oe.length):Te==="Delete"&&(Ie=qe);var Le=0;Te==="Delete"&&qe===De&&(Le=1);var ft=Te==="ArrowLeft"||Te==="ArrowRight";if(Ie===void 0||qe!==De&&!ft){y(we),be(me,Le);return}var dt=Ie;if(ft){var He=Te==="ArrowLeft"?"left":"right";dt=g(Oe,Ie,He),dt!==Ie&&we.preventDefault()}else Te==="Delete"&&!N(Oe[Ie])?dt=g(Oe,Ie,"right"):Te==="Backspace"&&!N(Oe[Ie])&&(dt=g(Oe,Ie,"left"));dt!==Ie&&T(me,dt,Oe),y(we),be(me,Le)},Ke=function(we){var me=we.target,Te=function(){var qe=me.selectionStart,De=me.selectionEnd,Oe=me.value;if(Oe===void 0&&(Oe=""),qe===De){var Ie=g(Oe,qe);Ie!==qe&&T(me,Ie,Oe)}};Te(),requestAnimationFrame(function(){Te()}),_(we),be(me)},Ue=function(we){we.persist&&we.persist();var me=we.target,Te=we.currentTarget;x.current=me,E.current.focusTimeout=setTimeout(function(){var qe=me.selectionStart,De=me.selectionEnd,Oe=me.value;Oe===void 0&&(Oe="");var Ie=g(Oe,qe);Ie!==qe&&!(qe===0&&De===Oe.length)&&T(me,Ie,Oe),w(Object.assign(Object.assign({},we),{currentTarget:Te}))},0)},lt=function(we){x.current=null,clearTimeout(E.current.focusTimeout),clearTimeout(E.current.setCaretTimeout),A(we)},ht=d&&_W()?"numeric":void 0,$e=Object.assign({inputMode:ht},L,{type:t,value:X,onChange:Ce,onKeyDown:Me,onMouseUp:Ke,onFocus:Ue,onBlur:lt});if(r==="text")return i?ie.createElement(ie.Fragment,null,i(X,L)||null):ie.createElement("span",Object.assign({},L,{ref:s}),X);if(n){var mt=n;return ie.createElement(mt,Object.assign({},$e,{ref:s}))}return ie.createElement("input",Object.assign({},$e,{ref:s}))}function $g(e,t){var r=t.decimalScale,n=t.fixedDecimalScale,i=t.prefix;i===void 0&&(i="");var s=t.suffix;s===void 0&&(s="");var o=t.allowNegative,a=t.thousandsGroupStyle;if(a===void 0&&(a="thousand"),e===""||e==="-")return e;var c=Rl(t),u=c.thousandSeparator,l=c.decimalSeparator,f=r!==0&&e.indexOf(".")!==-1||r&&n,h=Y0(e,o),y=h.beforeDecimal,_=h.afterDecimal,w=h.addNegation;return r!==void 0&&(_=f3(_,r,!!n)),u&&(y=gW(y,u,a)),i&&(y=i+y),s&&(_=_+s),w&&(y="-"+y),e=y+(f&&l||"")+_,e}function Rl(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 OW(e,t){e===void 0&&(e="");var r=new RegExp("(-)"),n=new RegExp("(-)(.)*(-)"),i=r.test(e),s=n.test(e);return e=e.replace(/-/g,""),i&&!s&&t&&(e="-"+e),e}function IW(e,t){return new RegExp("(^-)|[0-9]|"+l3(e),t?"g":void 0)}function kW(e,t,r){return e===""?!0:!(t!=null&&t.match(/\d/))&&!(r!=null&&r.match(/\d/))&&typeof e=="string"&&!isNaN(Number(e))}function jW(e,t,r){var n;t===void 0&&(t=xW(e));var i=r.allowNegative,s=r.prefix;s===void 0&&(s="");var o=r.suffix;o===void 0&&(o="");var a=r.decimalScale,c=t.from,u=t.to,l=u.start,f=u.end,h=Rl(r),y=h.allowedDecimalSeparators,_=h.decimalSeparator,w=e[f]===_;if(Za(e)&&(e===s||e===o)&&t.lastValue==="")return e;if(f-l===1&&y.indexOf(e[l])!==-1){var A=a===0?"":_;e=e.substring(0,l)+A+e.substring(l+1,e.length)}var I=function(x,E,C){var k=!1,T=!1;s.startsWith("-")?k=!1:x.startsWith("--")?(k=!1,T=!0):o.startsWith("-")&&x.length===o.length?k=!1:x[0]==="-"&&(k=!0);var g=k?1:0;return T&&(g=2),g&&(x=x.substring(g),E-=g,C-=g),{value:x,start:E,end:C,hasNegation:k}},P=I(e,l,f),N=P.hasNegation;n=P,e=n.value,l=n.start,f=n.end;var F=I(t.lastValue,c.start,c.end),L=F.start,H=F.end,q=F.value,X=e.substring(l,f);e.length&&q.length&&(L>q.length-o.length||H<s.length)&&!(X&&o.startsWith(X))&&(e=q);var re=0;e.startsWith(s)?re+=s.length:l<s.length&&(re=l),e=e.substring(re),f-=re;var ae=e.length,oe=e.length-o.length;e.endsWith(o)?ae=oe:(f>oe||f>e.length-o.length)&&(ae=f),e=e.substring(0,ae),e=OW(N?"-"+e:e,i),e=(e.match(IW(_,!0))||[]).join("");var V=e.indexOf(_);e=e.replace(new RegExp(l3(_),"g"),function(x,E){return E===V?".":""});var $=Y0(e,i),p=$.beforeDecimal,d=$.afterDecimal,m=$.addNegation;return u.end-u.start<c.end-c.start&&p===""&&w&&!parseFloat(d)&&(e=m?"-":""),e}function PW(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}),s=e[0]==="-";i.fill(!1,0,r.length+(s?1:0));var o=e.length;return i.fill(!1,o-n.length+1,o+1),i}function RW(e){var t=Rl(e),r=t.thousandSeparator,n=t.decimalSeparator,i=e.prefix;i===void 0&&(i="");var s=e.allowNegative;if(s===void 0&&(s=!0),r===n)throw new Error(`
|
|
106
|
+
`})]})}function D0({baseToken:e,quoteToken:t,baseAmount:r,quoteAmount:n,loading:i}){const[s,o]=oe.useState(!0),a=U8(s,r,n);return w.jsxs("div",{className:"current-price-block",style:{cursor:"pointer"},onClick:()=>{o(!s)},children:[w.jsx(Kr,{src:s?e.logo_url:t.logo_url}),w.jsxs("span",{style:{display:"flex",alignItems:"center",color:"var(--cs-text-title)",fontSize:"12px",maxWidth:"80%"},children:["1"," ",Cn(s?e.symbol:t.symbol)," ","="," ",i?w.jsx(sa,{style:{height:"16px",width:"40px",marginLeft:"2px",marginRight:"2px"}}):an(a,t.decimals)," ",Cn(s?t.symbol:e.symbol)]}),w.jsx(Kr,{src:s?t.logo_url:e.logo_url}),w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-swap"})})]})}function W8(e,t,r,n){const{getTokenPrice:i}=Jl(),s=i(e==null?void 0:e.coin_type),o=i(t==null?void 0:t.coin_type),a=U8(!0,r,n),c=oe.useMemo(()=>{if(o&&s)return ze(s.price).div(o.price).toString()},[s==null?void 0:s.price,o==null?void 0:o.price]),u=oe.useMemo(()=>{if(c&&+a)return ze(a).sub(c).div(a).mul(100).toFixed(10)},[c,a]),l=oe.useMemo(()=>{const y=[];return s&&y.push(s.market),o&&!y.includes(o.market)&&y.push(o.market),y},[s==null?void 0:s.market,o==null?void 0:o.market]),f=oe.useMemo(()=>u&&ze(u).lt(0)?ze(u).abs().gt(5):!1,[u]),h=oe.useMemo(()=>u&&ze(u).lt(0)?ze(u).abs().gt(10):!1,[u]);return{swapPrice:a,marketPrice:c,priceImpact:u,sources:l,showPriceImpactTips:f,showPriceImpactWarn:h}}function sc({content:e,children:t,position:r="top",delay:n=0}){const[i,s]=oe.useState(!1),[o,a]=oe.useState(!1),c=oe.useRef(null),u=()=>{c.current&&(clearTimeout(c.current),c.current=null),s(!0)};oe.useEffect(()=>()=>{i||c.current&&(clearTimeout(c.current),c.current=null)},[i]);const l=()=>{c.current=setTimeout(()=>{o||(s(!1),c.current&&(clearTimeout(c.current),c.current=null))},0)},f=()=>{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{}}},h=oe.useRef(null),[y,b]=oe.useState({left:void 0,top:void 0});return oe.useEffect(()=>{var _;if(i&&h.current){const A=(_=h.current)==null?void 0:_.getBoundingClientRect();let P,R;r==="top"?(P=`${window.scrollX+A.left+A.width/2}px`,R=`${window.scrollY+A.top-2*A.height-8}px`):r==="bottom"?(P=`${window.scrollX+A.left+A.width/2}px`,R=`${window.scrollY+A.bottom}px`):r==="left"?(P=`${window.scrollX+A.left-8}px`,R=`${window.scrollY+A.top+A.height/2}px`):r==="right"?(P=`${window.scrollX+A.right+8}px`,R=`${window.scrollY+A.top+A.height/2}px`):(P=`${window.scrollX+A.left+A.width/2}px`,R=`${window.scrollY+A.top+A.height/2}px`),b({left:P,top:R})}},[i]),w.jsxs("div",{ref:h,style:{position:"relative",display:"inline-block"},onMouseEnter:u,onMouseLeave:l,children:[t,i&&rl.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)",...f(),...y},onMouseEnter:()=>a(!0),onMouseLeave:()=>{c.current&&(clearTimeout(c.current),c.current=null),a(!1),s(!1)},children:e}),document.body)]})}function G8({isLoading:e,routerData:t,noTips:r}){const{fromCoin:n,toCoin:i,fromAmount:s,toAmount:o}=fn(),{priceImpact:a,sources:c,marketPrice:u}=W8(n,i,t==null?void 0:t.fromAmountUi,t==null?void 0:t.toAmountUi),l=oe.useMemo(()=>{if(a){if(ze(a).gt(0))return"green";const f=ze(a).abs();return f.gt(1)&&f.lt(10)?"yellow":f.gte(10)?"red":"green"}return"yellow"},[a]);return w.jsxs(w.Fragment,{children:[!r&&ze(a).lte(-30)&&w.jsx("div",{className:"price-impact-tips red",children:"Price Impact Alert. Be cautious before submitting your order."}),w.jsxs("div",{className:"price-impact-block",children:[w.jsxs("div",{className:"left",children:[w.jsx("span",{children:"Price Impact"}),w.jsx(sc,{content:w.jsx(PV,{fromToken:n,toToken:i,sources:c,baseAmount:"1",quoteAmount:u}),position:"bottom",delay:300,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(sa,{style:{width:"80px",height:"20px"}}),!e&&w.jsxs("div",{className:"right",children:[w.jsx("span",{className:l,children:a?QN(a,2):"Incalculable"}),w.jsx("div",{className:"platforms",children:c.map(f=>w.jsx(sc,{content:w.jsx("span",{style:{fontSize:"12px"},children:Z4[f]}),position:"top",delay:300,children:w.jsx(Kr,{src:wD[f]})},f))})]})]})]})]})}function PV({fromToken:e,toToken:t,baseAmount:r,quoteAmount:n,sources:i}){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:"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(D0,{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=>Z4[s]+" ").join("")})]})]})}function H8({pr:e="8px",pl:t="8px",amountLimit:r,isLoading:n}){const{fromCoin:i,toCoin:s,byAmountIn:o}=fn();return w.jsxs("div",{className:"swap-info-between",style:{paddingLeft:t,paddingRight:e},children:[w.jsx("div",{className:"left",children:o?"Minimum Received":"Maximum Sold"}),n?w.jsx(sa,{style:{height:"18px",width:"80px"}}):w.jsxs("div",{className:"right",children:[an(r,o?s==null?void 0:s.decimals:i==null?void 0:i.decimals,!1,un.ROUND_DOWN)," ",Cn(o?(s==null?void 0:s.symbol)||"":(i==null?void 0:i.symbol)||"")]})]})}function jV({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(e6,{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 kV({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 $0({title:e,backClick:t}){return w.jsxs("div",{className:"cs-have-back-header",children:[w.jsx(kV,{onClick:t}),w.jsx("span",{className:"title",children:e})]})}const Vc=globalThis||void 0||self;var RV=typeof Vc=="object"&&Vc&&Vc.Object===Object&&Vc;const K8=RV;var NV=typeof self=="object"&&self&&self.Object===Object&&self,DV=K8||NV||Function("return this")();const ai=DV;var $V=ai.Symbol;const ni=$V;var J8=Object.prototype,BV=J8.hasOwnProperty,LV=J8.toString,Sa=ni?ni.toStringTag:void 0;function FV(e){var t=BV.call(e,Sa),r=e[Sa];try{e[Sa]=void 0;var n=!0}catch{}var i=LV.call(e);return n&&(t?e[Sa]=r:delete e[Sa]),i}var UV=Object.prototype,zV=UV.toString;function VV(e){return zV.call(e)}var qV="[object Null]",WV="[object Undefined]",nv=ni?ni.toStringTag:void 0;function aa(e){return e==null?e===void 0?WV:qV:nv&&nv in Object(e)?FV(e):VV(e)}function hs(e){return e!=null&&typeof e=="object"}var GV="[object Symbol]";function oc(e){return typeof e=="symbol"||hs(e)&&aa(e)==GV}function hu(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 HV=Array.isArray;const zr=HV;var KV=1/0,iv=ni?ni.prototype:void 0,sv=iv?iv.toString:void 0;function X8(e){if(typeof e=="string")return e;if(zr(e))return hu(e,X8)+"";if(oc(e))return sv?sv.call(e):"";var t=e+"";return t=="0"&&1/e==-KV?"-0":t}function ca(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function Y8(e){return e}var JV="[object AsyncFunction]",XV="[object Function]",YV="[object GeneratorFunction]",ZV="[object Proxy]";function Z8(e){if(!ca(e))return!1;var t=aa(e);return t==XV||t==YV||t==JV||t==ZV}var QV=ai["__core-js_shared__"];const ad=QV;var ov=function(){var e=/[^.]+$/.exec(ad&&ad.keys&&ad.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function eq(e){return!!ov&&ov in e}var tq=Function.prototype,rq=tq.toString;function Qs(e){if(e!=null){try{return rq.call(e)}catch{}try{return e+""}catch{}}return""}var nq=/[\\^$.*+?()[\]{}|]/g,iq=/^\[object .+?Constructor\]$/,sq=Function.prototype,oq=Object.prototype,aq=sq.toString,cq=oq.hasOwnProperty,uq=RegExp("^"+aq.call(cq).replace(nq,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function lq(e){if(!ca(e)||eq(e))return!1;var t=Z8(e)?uq:iq;return t.test(Qs(e))}function fq(e,t){return e==null?void 0:e[t]}function eo(e,t){var r=fq(e,t);return lq(r)?r:void 0}var dq=eo(ai,"WeakMap");const gh=dq;var av=Object.create,hq=function(){function e(){}return function(t){if(!ca(t))return{};if(av)return av(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();const pq=hq;function mq(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var gq=function(){try{var e=eo(Object,"defineProperty");return e({},"",{}),e}catch{}}();const cv=gq;function vq(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var yq=9007199254740991,bq=/^(?:0|[1-9]\d*)$/;function Q8(e,t){var r=typeof e;return t=t??yq,!!t&&(r=="number"||r!="symbol"&&bq.test(e))&&e>-1&&e%1==0&&e<t}function e3(e,t,r){t=="__proto__"&&cv?cv(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function B0(e,t){return e===t||e!==e&&t!==t}var wq=Object.prototype,_q=wq.hasOwnProperty;function t3(e,t,r){var n=e[t];(!(_q.call(e,t)&&B0(n,r))||r===void 0&&!(t in e))&&e3(e,t,r)}function Xl(e,t,r,n){var i=!r;r||(r={});for(var s=-1,o=t.length;++s<o;){var a=t[s],c=n?n(r[a],e[a],a,r,e):void 0;c===void 0&&(c=e[a]),i?e3(r,a,c):t3(r,a,c)}return r}var xq=9007199254740991;function L0(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=xq}function Yl(e){return e!=null&&L0(e.length)&&!Z8(e)}var Sq=Object.prototype;function F0(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||Sq;return e===r}function Eq(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var Cq="[object Arguments]";function uv(e){return hs(e)&&aa(e)==Cq}var r3=Object.prototype,Mq=r3.hasOwnProperty,Tq=r3.propertyIsEnumerable,Aq=uv(function(){return arguments}())?uv:function(e){return hs(e)&&Mq.call(e,"callee")&&!Tq.call(e,"callee")};const n3=Aq;function Oq(){return!1}var i3=typeof exports=="object"&&exports&&!exports.nodeType&&exports,lv=i3&&typeof module=="object"&&module&&!module.nodeType&&module,Iq=lv&&lv.exports===i3,fv=Iq?ai.Buffer:void 0,Pq=fv?fv.isBuffer:void 0,jq=Pq||Oq;const Qu=jq;var kq="[object Arguments]",Rq="[object Array]",Nq="[object Boolean]",Dq="[object Date]",$q="[object Error]",Bq="[object Function]",Lq="[object Map]",Fq="[object Number]",Uq="[object Object]",zq="[object RegExp]",Vq="[object Set]",qq="[object String]",Wq="[object WeakMap]",Gq="[object ArrayBuffer]",Hq="[object DataView]",Kq="[object Float32Array]",Jq="[object Float64Array]",Xq="[object Int8Array]",Yq="[object Int16Array]",Zq="[object Int32Array]",Qq="[object Uint8Array]",eW="[object Uint8ClampedArray]",tW="[object Uint16Array]",rW="[object Uint32Array]",Jt={};Jt[Kq]=Jt[Jq]=Jt[Xq]=Jt[Yq]=Jt[Zq]=Jt[Qq]=Jt[eW]=Jt[tW]=Jt[rW]=!0;Jt[kq]=Jt[Rq]=Jt[Gq]=Jt[Nq]=Jt[Hq]=Jt[Dq]=Jt[$q]=Jt[Bq]=Jt[Lq]=Jt[Fq]=Jt[Uq]=Jt[zq]=Jt[Vq]=Jt[qq]=Jt[Wq]=!1;function nW(e){return hs(e)&&L0(e.length)&&!!Jt[aa(e)]}function Zl(e){return function(t){return e(t)}}var s3=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Va=s3&&typeof module=="object"&&module&&!module.nodeType&&module,iW=Va&&Va.exports===s3,cd=iW&&K8.process,sW=function(){try{var e=Va&&Va.require&&Va.require("util").types;return e||cd&&cd.binding&&cd.binding("util")}catch{}}();const zo=sW;var dv=zo&&zo.isTypedArray,oW=dv?Zl(dv):nW;const o3=oW;var aW=Object.prototype,cW=aW.hasOwnProperty;function a3(e,t){var r=zr(e),n=!r&&n3(e),i=!r&&!n&&Qu(e),s=!r&&!n&&!i&&o3(e),o=r||n||i||s,a=o?Eq(e.length,String):[],c=a.length;for(var u in e)(t||cW.call(e,u))&&!(o&&(u=="length"||i&&(u=="offset"||u=="parent")||s&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||Q8(u,c)))&&a.push(u);return a}function c3(e,t){return function(r){return e(t(r))}}var uW=c3(Object.keys,Object);const lW=uW;var fW=Object.prototype,dW=fW.hasOwnProperty;function hW(e){if(!F0(e))return lW(e);var t=[];for(var r in Object(e))dW.call(e,r)&&r!="constructor"&&t.push(r);return t}function Ac(e){return Yl(e)?a3(e):hW(e)}function pW(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var mW=Object.prototype,gW=mW.hasOwnProperty;function vW(e){if(!ca(e))return pW(e);var t=F0(e),r=[];for(var n in e)n=="constructor"&&(t||!gW.call(e,n))||r.push(n);return r}function U0(e){return Yl(e)?a3(e,!0):vW(e)}var yW=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,bW=/^\w*$/;function z0(e,t){if(zr(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||oc(e)?!0:bW.test(e)||!yW.test(e)||t!=null&&e in Object(t)}var wW=eo(Object,"create");const ac=wW;function _W(){this.__data__=ac?ac(null):{},this.size=0}function xW(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var SW="__lodash_hash_undefined__",EW=Object.prototype,CW=EW.hasOwnProperty;function MW(e){var t=this.__data__;if(ac){var r=t[e];return r===SW?void 0:r}return CW.call(t,e)?t[e]:void 0}var TW=Object.prototype,AW=TW.hasOwnProperty;function OW(e){var t=this.__data__;return ac?t[e]!==void 0:AW.call(t,e)}var IW="__lodash_hash_undefined__";function PW(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=ac&&t===void 0?IW:t,this}function Hs(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])}}Hs.prototype.clear=_W;Hs.prototype.delete=xW;Hs.prototype.get=MW;Hs.prototype.has=OW;Hs.prototype.set=PW;function jW(){this.__data__=[],this.size=0}function Ql(e,t){for(var r=e.length;r--;)if(B0(e[r][0],t))return r;return-1}var kW=Array.prototype,RW=kW.splice;function NW(e){var t=this.__data__,r=Ql(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():RW.call(t,r,1),--this.size,!0}function DW(e){var t=this.__data__,r=Ql(t,e);return r<0?void 0:t[r][1]}function $W(e){return Ql(this.__data__,e)>-1}function BW(e,t){var r=this.__data__,n=Ql(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function Li(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])}}Li.prototype.clear=jW;Li.prototype.delete=NW;Li.prototype.get=DW;Li.prototype.has=$W;Li.prototype.set=BW;var LW=eo(ai,"Map");const cc=LW;function FW(){this.size=0,this.__data__={hash:new Hs,map:new(cc||Li),string:new Hs}}function UW(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function ef(e,t){var r=e.__data__;return UW(t)?r[typeof t=="string"?"string":"hash"]:r.map}function zW(e){var t=ef(this,e).delete(e);return this.size-=t?1:0,t}function VW(e){return ef(this,e).get(e)}function qW(e){return ef(this,e).has(e)}function WW(e,t){var r=ef(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function Fi(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])}}Fi.prototype.clear=FW;Fi.prototype.delete=zW;Fi.prototype.get=VW;Fi.prototype.has=qW;Fi.prototype.set=WW;var GW="Expected a function";function V0(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(GW);var r=function(){var n=arguments,i=t?t.apply(this,n):n[0],s=r.cache;if(s.has(i))return s.get(i);var o=e.apply(this,n);return r.cache=s.set(i,o)||s,o};return r.cache=new(V0.Cache||Fi),r}V0.Cache=Fi;var HW=500;function KW(e){var t=V0(e,function(n){return r.size===HW&&r.clear(),n}),r=t.cache;return t}var JW=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,XW=/\\(\\)?/g,YW=KW(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(JW,function(r,n,i,s){t.push(i?s.replace(XW,"$1"):n||r)}),t});const ZW=YW;function QW(e){return e==null?"":X8(e)}function u3(e,t){return zr(e)?e:z0(e,t)?[e]:ZW(QW(e))}var eG=1/0;function tf(e){if(typeof e=="string"||oc(e))return e;var t=e+"";return t=="0"&&1/e==-eG?"-0":t}function q0(e,t){t=u3(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[tf(t[r++])];return r&&r==n?e:void 0}function tG(e,t,r){var n=e==null?void 0:q0(e,t);return n===void 0?r:n}function l3(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}var rG=c3(Object.getPrototypeOf,Object);const f3=rG;function nG(){this.__data__=new Li,this.size=0}function iG(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function sG(e){return this.__data__.get(e)}function oG(e){return this.__data__.has(e)}var aG=200;function cG(e,t){var r=this.__data__;if(r instanceof Li){var n=r.__data__;if(!cc||n.length<aG-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Fi(n)}return r.set(e,t),this.size=r.size,this}function Yn(e){var t=this.__data__=new Li(e);this.size=t.size}Yn.prototype.clear=nG;Yn.prototype.delete=iG;Yn.prototype.get=sG;Yn.prototype.has=oG;Yn.prototype.set=cG;function uG(e,t){return e&&Xl(t,Ac(t),e)}function lG(e,t){return e&&Xl(t,U0(t),e)}var d3=typeof exports=="object"&&exports&&!exports.nodeType&&exports,hv=d3&&typeof module=="object"&&module&&!module.nodeType&&module,fG=hv&&hv.exports===d3,pv=fG?ai.Buffer:void 0,mv=pv?pv.allocUnsafe:void 0;function dG(e,t){if(t)return e.slice();var r=e.length,n=mv?mv(r):new e.constructor(r);return e.copy(n),n}function h3(e,t){for(var r=-1,n=e==null?0:e.length,i=0,s=[];++r<n;){var o=e[r];t(o,r,e)&&(s[i++]=o)}return s}function p3(){return[]}var hG=Object.prototype,pG=hG.propertyIsEnumerable,gv=Object.getOwnPropertySymbols,mG=gv?function(e){return e==null?[]:(e=Object(e),h3(gv(e),function(t){return pG.call(e,t)}))}:p3;const W0=mG;function gG(e,t){return Xl(e,W0(e),t)}var vG=Object.getOwnPropertySymbols,yG=vG?function(e){for(var t=[];e;)l3(t,W0(e)),e=f3(e);return t}:p3;const m3=yG;function bG(e,t){return Xl(e,m3(e),t)}function g3(e,t,r){var n=t(e);return zr(e)?n:l3(n,r(e))}function vh(e){return g3(e,Ac,W0)}function wG(e){return g3(e,U0,m3)}var _G=eo(ai,"DataView");const yh=_G;var xG=eo(ai,"Promise");const bh=xG;var SG=eo(ai,"Set");const wh=SG;var vv="[object Map]",EG="[object Object]",yv="[object Promise]",bv="[object Set]",wv="[object WeakMap]",_v="[object DataView]",CG=Qs(yh),MG=Qs(cc),TG=Qs(bh),AG=Qs(wh),OG=Qs(gh),js=aa;(yh&&js(new yh(new ArrayBuffer(1)))!=_v||cc&&js(new cc)!=vv||bh&&js(bh.resolve())!=yv||wh&&js(new wh)!=bv||gh&&js(new gh)!=wv)&&(js=function(e){var t=aa(e),r=t==EG?e.constructor:void 0,n=r?Qs(r):"";if(n)switch(n){case CG:return _v;case MG:return vv;case TG:return yv;case AG:return bv;case OG:return wv}return t});const uc=js;var IG=Object.prototype,PG=IG.hasOwnProperty;function jG(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&PG.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var kG=ai.Uint8Array;const el=kG;function G0(e){var t=new e.constructor(e.byteLength);return new el(t).set(new el(e)),t}function RG(e,t){var r=t?G0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var NG=/\w*$/;function DG(e){var t=new e.constructor(e.source,NG.exec(e));return t.lastIndex=e.lastIndex,t}var xv=ni?ni.prototype:void 0,Sv=xv?xv.valueOf:void 0;function $G(e){return Sv?Object(Sv.call(e)):{}}function BG(e,t){var r=t?G0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var LG="[object Boolean]",FG="[object Date]",UG="[object Map]",zG="[object Number]",VG="[object RegExp]",qG="[object Set]",WG="[object String]",GG="[object Symbol]",HG="[object ArrayBuffer]",KG="[object DataView]",JG="[object Float32Array]",XG="[object Float64Array]",YG="[object Int8Array]",ZG="[object Int16Array]",QG="[object Int32Array]",eH="[object Uint8Array]",tH="[object Uint8ClampedArray]",rH="[object Uint16Array]",nH="[object Uint32Array]";function iH(e,t,r){var n=e.constructor;switch(t){case HG:return G0(e);case LG:case FG:return new n(+e);case KG:return RG(e,r);case JG:case XG:case YG:case ZG:case QG:case eH:case tH:case rH:case nH:return BG(e,r);case UG:return new n;case zG:case WG:return new n(e);case VG:return DG(e);case qG:return new n;case GG:return $G(e)}}function sH(e){return typeof e.constructor=="function"&&!F0(e)?pq(f3(e)):{}}var oH="[object Map]";function aH(e){return hs(e)&&uc(e)==oH}var Ev=zo&&zo.isMap,cH=Ev?Zl(Ev):aH;const uH=cH;var lH="[object Set]";function fH(e){return hs(e)&&uc(e)==lH}var Cv=zo&&zo.isSet,dH=Cv?Zl(Cv):fH;const hH=dH;var pH=1,mH=2,gH=4,v3="[object Arguments]",vH="[object Array]",yH="[object Boolean]",bH="[object Date]",wH="[object Error]",y3="[object Function]",_H="[object GeneratorFunction]",xH="[object Map]",SH="[object Number]",b3="[object Object]",EH="[object RegExp]",CH="[object Set]",MH="[object String]",TH="[object Symbol]",AH="[object WeakMap]",OH="[object ArrayBuffer]",IH="[object DataView]",PH="[object Float32Array]",jH="[object Float64Array]",kH="[object Int8Array]",RH="[object Int16Array]",NH="[object Int32Array]",DH="[object Uint8Array]",$H="[object Uint8ClampedArray]",BH="[object Uint16Array]",LH="[object Uint32Array]",Wt={};Wt[v3]=Wt[vH]=Wt[OH]=Wt[IH]=Wt[yH]=Wt[bH]=Wt[PH]=Wt[jH]=Wt[kH]=Wt[RH]=Wt[NH]=Wt[xH]=Wt[SH]=Wt[b3]=Wt[EH]=Wt[CH]=Wt[MH]=Wt[TH]=Wt[DH]=Wt[$H]=Wt[BH]=Wt[LH]=!0;Wt[wH]=Wt[y3]=Wt[AH]=!1;function pu(e,t,r,n,i,s){var o,a=t&pH,c=t&mH,u=t&gH;if(r&&(o=i?r(e,n,i,s):r(e)),o!==void 0)return o;if(!ca(e))return e;var l=zr(e);if(l){if(o=jG(e),!a)return mq(e,o)}else{var f=uc(e),h=f==y3||f==_H;if(Qu(e))return dG(e,a);if(f==b3||f==v3||h&&!i){if(o=c||h?{}:sH(e),!a)return c?bG(e,lG(o,e)):gG(e,uG(o,e))}else{if(!Wt[f])return i?e:{};o=iH(e,f,a)}}s||(s=new Yn);var y=s.get(e);if(y)return y;s.set(e,o),hH(e)?e.forEach(function(A){o.add(pu(A,t,r,A,e,s))}):uH(e)&&e.forEach(function(A,P){o.set(P,pu(A,t,r,P,e,s))});var b=u?c?wG:vh:c?U0:Ac,_=l?void 0:b(e);return vq(_||e,function(A,P){_&&(P=A,A=e[P]),t3(o,P,pu(A,t,r,P,e,s))}),o}var FH=1,UH=4;function zH(e){return pu(e,FH|UH)}var VH="__lodash_hash_undefined__";function qH(e){return this.__data__.set(e,VH),this}function WH(e){return this.__data__.has(e)}function tl(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new Fi;++t<r;)this.add(e[t])}tl.prototype.add=tl.prototype.push=qH;tl.prototype.has=WH;function GH(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 HH(e,t){return e.has(t)}var KH=1,JH=2;function w3(e,t,r,n,i,s){var o=r&KH,a=e.length,c=t.length;if(a!=c&&!(o&&c>a))return!1;var u=s.get(e),l=s.get(t);if(u&&l)return u==t&&l==e;var f=-1,h=!0,y=r&JH?new tl:void 0;for(s.set(e,t),s.set(t,e);++f<a;){var b=e[f],_=t[f];if(n)var A=o?n(_,b,f,t,e,s):n(b,_,f,e,t,s);if(A!==void 0){if(A)continue;h=!1;break}if(y){if(!GH(t,function(P,R){if(!HH(y,R)&&(b===P||i(b,P,r,n,s)))return y.push(R)})){h=!1;break}}else if(!(b===_||i(b,_,r,n,s))){h=!1;break}}return s.delete(e),s.delete(t),h}function XH(e){var t=-1,r=Array(e.size);return e.forEach(function(n,i){r[++t]=[i,n]}),r}function YH(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var ZH=1,QH=2,eK="[object Boolean]",tK="[object Date]",rK="[object Error]",nK="[object Map]",iK="[object Number]",sK="[object RegExp]",oK="[object Set]",aK="[object String]",cK="[object Symbol]",uK="[object ArrayBuffer]",lK="[object DataView]",Mv=ni?ni.prototype:void 0,ud=Mv?Mv.valueOf:void 0;function fK(e,t,r,n,i,s,o){switch(r){case lK:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case uK:return!(e.byteLength!=t.byteLength||!s(new el(e),new el(t)));case eK:case tK:case iK:return B0(+e,+t);case rK:return e.name==t.name&&e.message==t.message;case sK:case aK:return e==t+"";case nK:var a=XH;case oK:var c=n&ZH;if(a||(a=YH),e.size!=t.size&&!c)return!1;var u=o.get(e);if(u)return u==t;n|=QH,o.set(e,t);var l=w3(a(e),a(t),n,i,s,o);return o.delete(e),l;case cK:if(ud)return ud.call(e)==ud.call(t)}return!1}var dK=1,hK=Object.prototype,pK=hK.hasOwnProperty;function mK(e,t,r,n,i,s){var o=r&dK,a=vh(e),c=a.length,u=vh(t),l=u.length;if(c!=l&&!o)return!1;for(var f=c;f--;){var h=a[f];if(!(o?h in t:pK.call(t,h)))return!1}var y=s.get(e),b=s.get(t);if(y&&b)return y==t&&b==e;var _=!0;s.set(e,t),s.set(t,e);for(var A=o;++f<c;){h=a[f];var P=e[h],R=t[h];if(n)var N=o?n(R,P,h,t,e,s):n(P,R,h,e,t,s);if(!(N===void 0?P===R||i(P,R,r,n,s):N)){_=!1;break}A||(A=h=="constructor")}if(_&&!A){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)&&(_=!1)}return s.delete(e),s.delete(t),_}var gK=1,Tv="[object Arguments]",Av="[object Array]",qc="[object Object]",vK=Object.prototype,Ov=vK.hasOwnProperty;function yK(e,t,r,n,i,s){var o=zr(e),a=zr(t),c=o?Av:uc(e),u=a?Av:uc(t);c=c==Tv?qc:c,u=u==Tv?qc:u;var l=c==qc,f=u==qc,h=c==u;if(h&&Qu(e)){if(!Qu(t))return!1;o=!0,l=!1}if(h&&!l)return s||(s=new Yn),o||o3(e)?w3(e,t,r,n,i,s):fK(e,t,c,r,n,i,s);if(!(r&gK)){var y=l&&Ov.call(e,"__wrapped__"),b=f&&Ov.call(t,"__wrapped__");if(y||b){var _=y?e.value():e,A=b?t.value():t;return s||(s=new Yn),i(_,A,r,n,s)}}return h?(s||(s=new Yn),mK(e,t,r,n,i,s)):!1}function rf(e,t,r,n,i){return e===t?!0:e==null||t==null||!hs(e)&&!hs(t)?e!==e&&t!==t:yK(e,t,r,n,rf,i)}var bK=1,wK=2;function _K(e,t,r,n){var i=r.length,s=i,o=!n;if(e==null)return!s;for(e=Object(e);i--;){var a=r[i];if(o&&a[2]?a[1]!==e[a[0]]:!(a[0]in e))return!1}for(;++i<s;){a=r[i];var c=a[0],u=e[c],l=a[1];if(o&&a[2]){if(u===void 0&&!(c in e))return!1}else{var f=new Yn;if(n)var h=n(u,l,c,e,t,f);if(!(h===void 0?rf(l,u,bK|wK,n,f):h))return!1}}return!0}function _3(e){return e===e&&!ca(e)}function xK(e){for(var t=Ac(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,_3(i)]}return t}function x3(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function SK(e){var t=xK(e);return t.length==1&&t[0][2]?x3(t[0][0],t[0][1]):function(r){return r===e||_K(r,e,t)}}function EK(e,t){return e!=null&&t in Object(e)}function CK(e,t,r){t=u3(t,e);for(var n=-1,i=t.length,s=!1;++n<i;){var o=tf(t[n]);if(!(s=e!=null&&r(e,o)))break;e=e[o]}return s||++n!=i?s:(i=e==null?0:e.length,!!i&&L0(i)&&Q8(o,i)&&(zr(e)||n3(e)))}function MK(e,t){return e!=null&&CK(e,t,EK)}var TK=1,AK=2;function OK(e,t){return z0(e)&&_3(t)?x3(tf(e),t):function(r){var n=tG(r,e);return n===void 0&&n===t?MK(r,e):rf(t,n,TK|AK)}}function IK(e){return function(t){return t==null?void 0:t[e]}}function PK(e){return function(t){return q0(t,e)}}function jK(e){return z0(e)?IK(tf(e)):PK(e)}function S3(e){return typeof e=="function"?e:e==null?Y8:typeof e=="object"?zr(e)?OK(e[0],e[1]):SK(e):jK(e)}function kK(e){return function(t,r,n){for(var i=-1,s=Object(t),o=n(t),a=o.length;a--;){var c=o[e?a:++i];if(r(s[c],c,s)===!1)break}return t}}var RK=kK();const NK=RK;function DK(e,t){return e&&NK(e,t,Ac)}function $K(e,t){return function(r,n){if(r==null)return r;if(!Yl(r))return e(r,n);for(var i=r.length,s=t?i:-1,o=Object(r);(t?s--:++s<i)&&n(o[s],s,o)!==!1;);return r}}var BK=$K(DK);const E3=BK;function LK(e,t){var r=[];return E3(e,function(n,i,s){t(n,i,s)&&r.push(n)}),r}function FK(e,t){var r=zr(e)?h3:LK;return r(e,S3(t))}function UK(e,t){var r=-1,n=Yl(e)?Array(e.length):[];return E3(e,function(i,s,o){n[++r]=t(i,s,o)}),n}function zK(e,t){return rf(e,t)}function VK(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}function qK(e,t){if(e!==t){var r=e!==void 0,n=e===null,i=e===e,s=oc(e),o=t!==void 0,a=t===null,c=t===t,u=oc(t);if(!a&&!u&&!s&&e>t||s&&o&&c&&!a&&!u||n&&o&&c||!r&&c||!i)return 1;if(!n&&!s&&!u&&e<t||u&&r&&i&&!n&&!s||a&&r&&i||!o&&i||!c)return-1}return 0}function WK(e,t,r){for(var n=-1,i=e.criteria,s=t.criteria,o=i.length,a=r.length;++n<o;){var c=qK(i[n],s[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=hu(t,function(s){return zr(s)?function(o){return q0(o,s.length===1?s[0]:s)}:s}):t=[Y8];var n=-1;t=hu(t,Zl(S3));var i=UK(e,function(s,o,a){var c=hu(t,function(u){return u(s)});return{criteria:c,index:++n,value:s}});return VK(i,function(s,o){return WK(s,o,r)})}function HK(e,t,r,n){return e==null?[]:(zr(t)||(t=t==null?[]:[t]),r=n?void 0:r,zr(r)||(r=r==null?[]:[r]),GK(e,t,r))}function KK({toBack:e,onSubmitClick:t,data:r}){const{fromCoin:n,toCoin:i}=fn(),s=oe.useRef(!1),{slippage:o}=Xr(),[a,c]=oe.useState(r),{fromAmountUi:u,toAmountUi:l,byAmountIn:f}=a,{amountLimit:h}=F8(o,a),{showPriceImpactTips:y,showPriceImpactWarn:b}=W8(n,i,u,l),{priceAcceptRouterData:_}=hV(a),[A,P]=oe.useState(!1),[R,N]=oe.useState(!1);oe.useMemo(()=>f?i:n,[f]);const F=oe.useMemo(()=>_!==void 0,[_]),L=()=>{if(_){if(s.current)return;s.current=!0;const q=zH(_);c(q),setTimeout(()=>{s.current=!1},300)}},G=oe.useMemo(()=>A?!1:!!b,[A,b]);return w.jsxs("div",{className:"secondary-dialog",children:[w.jsx($0,{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:Bo(u||"")}),w.jsx("img",{src:n==null?void 0:n.logo_url}),w.jsx("span",{className:"symbol",children:Cn((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:Bo(l||"")}),w.jsx("img",{src:i==null?void 0:i.logo_url}),w.jsx("span",{className:"symbol",children:Cn((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(D0,{baseToken:n,quoteToken:i,baseAmount:u||"0",quoteAmount:l||"0",loading:!1})}),y&&w.jsx("div",{style:{paddingBottom:"10px"},children:"Price Impact Alert. 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:[o,"%"]})]}),w.jsx(H8,{pl:"0px",pr:"0px",isLoading:!1,amountLimit:h}),w.jsx(G8,{isLoading:!1,routerData:a,noTips:!0}),b&&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:A?"#72c1f7":"#7F98A7"},onClick:()=>{P(!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:G||R,className:"swap-btn cs-solid-btn",style:{marginTop:"8px"},onClick:()=>{R||(N(!0),t(a))},children:R?w.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:w.jsx(q8,{})}):"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:L,children:"Accept"})})]})]})}function nf(e){const{text:t,type:r}=e,[n,i]=oe.useState(!1),{addCommonToast:s}=oa(),o=a=>{n||(Il(a),N8(t,{debug:!1,message:"message"}),s("Copied"),i(!n))};return oe.useEffect(()=>{n&&setTimeout(()=>{i(!1)},2e3)},[n]),w.jsx(w.Fragment,{children:r==="btn"?w.jsxs("div",{className:"copy-btn",onClick:o,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:o,children:w.jsx("use",{xlinkHref:n?"#icon-sel":"#icon-copy"})})})}function JK({toBack:e,data:t,isLoading:r}){const{fromCoin:n,toCoin:i,fromAmount:s,toAmount:o}=fn(),{getTokenInfo:a}=Zs(),c=oe.useMemo(()=>{var u;return(u=t==null?void 0:t.routers)==null?void 0:u.map(l=>({...l,paths:l.paths.map(f=>({...f,fromToken:a(f.from_type),toToken:a(f.to_type)}))}))},[t]);return w.jsxs("div",{className:"route-dialog",children:[w.jsx($0,{title:"Route",backClick:e}),w.jsxs("div",{className:"route-dialog-content",children:[w.jsx("div",{className:"simple-router-box",children:w.jsx(C3,{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(Kr,{src:n==null?void 0:n.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),w.jsx("span",{className:"amount",children:an(s,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((u,l)=>w.jsxs("div",{className:"route-item-box-h5",children:[w.jsxs("div",{className:"percent",children:[ze(u.percentage).mul(100).toString(),"%"]}),w.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(f=>w.jsx("div",{className:"route-path-item",children:w.jsx(sc,{position:"bottom",content:w.jsxs("div",{className:"router-pool-tip-con",style:{display:"flex",flexDirection:"column"},children:[w.jsx(YK,{poolAddress:f.pool_address}),w.jsx(Iv,{token:f.fromToken}),w.jsx(Iv,{token:f.toToken})]}),children:w.jsx(XK,{path:f})})},f.to_type))})]},l))})}),w.jsxs("div",{className:"center",style:{gap:"4px"},children:[w.jsx(Kr,{src:i==null?void 0:i.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),w.jsx("span",{className:"amount",children:an(o,i==null?void 0:i.decimals)}),w.jsx("span",{className:"symbol",children:i==null?void 0:i.symbol})]})]})]})]})}function XK({path:e}){var t,r,n;return w.jsxs("div",{style:{display:"flex",flexDirection:"row",gap:"0px",zIndex:3},children:[w.jsxs("div",{style:{display:"flex",flexDirection:"row"},children:[w.jsx(Kr,{src:(t=e.fromToken)==null?void 0:t.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}}),w.jsx(Kr,{src:(r=e.toToken)==null?void 0:r.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}})]}),w.jsxs("span",{className:"provider",children:[(n=Q4[e.provider])==null?void 0:n.name," "]}),!!+e.fee_rate&&w.jsxs("div",{className:"fee-tier",children:[" ",ze(e.fee_rate).mul(100).toString(),"%"]})]})}function Iv({token:e}){const{getExplorerUrl:t}=Zo();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(Kr,{src:e==null?void 0:e.logo_url,style:{width:"20px",height:"20px",borderRadius:"100%"}}),w.jsx("span",{style:{color:"#fff",fontSize:"12px"},children:Cn((e==null?void 0:e.symbol)||"")})]}),w.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[w.jsx("a",{onClick:Il,href:t(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{textDecoration:"none",color:"#909ca4"},children:Ws(e==null?void 0:e.coin_type)}),w.jsx(nf,{text:(e==null?void 0:e.coin_type)||""})]})]})}function YK({poolAddress:e}){const{getExplorerUrl:t}=Zo();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:Il,href:t(e,"poolAddress"),target:"_blank",children:Ws(e)}),w.jsx(nf,{text:e})]})]}),e&&w.jsx("div",{style:{width:"100%",height:"1px",marginTop:"12px",backgroundColor:"var(--cs-border)"}})]})}function C3({hasSubMenu:e,isLoading:t,formatSwapRouter:r}){var a,c,u;const[n,i]=oe.useState(!1),{getTokenInfo:s}=Zs(),o=oe.useMemo(()=>(r==null?void 0:r.routers.length)===1,[r==null?void 0:r.routers.length]);return 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(sa,{style:{width:"80px",height:"18px"}}):w.jsxs("div",{className:"right",onClick:()=>{i(!0)},children:[w.jsx("span",{style:{textAlign:"right",color:"#fff"},children:o?(c=(a=r==null?void 0:r.routers[0])==null?void 0:a.paths)==null?void 0:c.map((l,f)=>{var h,y,b;return f===0?`${(h=s(l==null?void 0:l.from_type))==null?void 0:h.symbol} > ${(y=s(l==null?void 0:l.to_type))==null?void 0:y.symbol}`:(b=s(l==null?void 0:l.to_type))==null?void 0:b.symbol}).join(" > "):r==null?void 0:r.router_summery}),w.jsx("div",{className:"providers",children:(u=r==null?void 0:r.providers)==null?void 0:u.map((l,f)=>w.jsx(sc,{content:w.jsx("div",{children:Q4[l].name}),position:"top",delay:300,children:w.jsx(Kr,{src:yr[l],style:{width:"16px",height:"16px"}})},l))}),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(JK,{data:r,isLoading:t,toBack:()=>i(!1)})]})}const Oc=Bi((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||Oi.setItem(J4,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:s}=t();let o=i;if(n)o=[r,...o];else{const a=gg(r.coin_type);o=i.filter(c=>gg(c.coin_type)!==a)}return s(o),Oi.setItem(X4,o),o},setImportTokenList:r=>{e(()=>({importTokenList:r}))},setImportTokenIsLoading:r=>{e(()=>({importTokenIsLoading:r}))},searchInput:"",setSearchInput:r=>{e(()=>({searchInput:r}))},showTokenListIsLoading:!1,setShowTokenListIsLoading:r=>{e(()=>({showTokenListIsLoading:r}))}}));Oi.getItem(J4).then(e=>{e!==null&&Oc.getState().setCollectTokenMap(e,!0)});Oi.getItem(X4).then(e=>{e&&Oc.getState().setImportTokenList(e)});function M3(){const{setCollectTokenMap:e,collectTokenMap:t}=Oc(),r=i=>{const s=new Map(t);s.get(i.coin_type)?s.delete(i.coin_type):s.set(i.coin_type,i),e(s)},n=oe.useCallback(i=>t.get(i.coin_type)!==void 0,[t]);return{handleCollectToken:r,isCollectToken:n,collectTokenMap:t}}function ZK(e){const{trustedTokenList:t}=Tc(),{tokenBalanceObj:r,currentAccount:n}=Nn(),{coinPriceObj:i}=L8(),{getTokenAmountValue:s}=Jl(),{fetchTokenInfo:o}=Zs(),{currentTypeTab:a,showTokenList:c,setShowTokenList:u,combineTokenList:l,importTokenList:f,setComBineTokenList:h,setImportToken:y,setCurrentImportTokenData:b,setImportTokenIsLoading:_,currentImportTokenData:A,searchInput:P,setSearchInput:R,importTokenIsLoading:N,showTokenListIsLoading:F,setCurrentTypeTab:L}=Oc(),[G,q]=oe.useState(!1);oe.useEffect(()=>{t&&(t==null?void 0:t.length)>0&&q(!0)},[t]);const[J,ne]=oe.useState(!1);oe.useEffect(()=>{wg(i)||ne(!0)},[i]);const ae=oe.useRef({}),[ce,V]=oe.useState(!1);oe.useEffect(()=>{(!wg(r)||!t0(ae.current,r))&&(ae.current=r,V(!0))},[r]);const $=(v,j)=>{const ee=j&&j.toLocaleLowerCase().trim(),ie=v.map(pe=>{let Ee=0,Se=0;pe.symbol.toLowerCase()===ee||pe.name.toLowerCase()===ee||pe.coin_type.toLowerCase()===ee?(Ee=1e3,Se=2):pe.symbol.toLowerCase().indexOf(ee)>-1?(Ee=100,Se=0):pe.name.toLowerCase().indexOf(ee)>-1?(Ee=10,Se=0):pe.coin_type.toLowerCase().indexOf(ee)>-1?(Ee=1,Se=0):pe.coin_type.toLowerCase()=="0x2::sui::sui"&&(Se=1);let Ke=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&&!j&&(Se=12,Ee=1e3,Ke=1e4),{...pe,mark:Ee,sort:Se,coin_priority_sort:Ke,rateNumber:Number((pe==null?void 0:pe.rate)||"0"),balanceNumber:Number((pe==null?void 0:pe.balance)||"0")}});return HK(ie,[pe=>!j&&e===pe.coin_type?1:0,"rateNumber","balanceNumber","sort","mark","coin_priority_sort"],["desc","desc","desc","desc","desc","desc"])},p=(v,j=!1)=>{const ee=j?v.trim():v.toLowerCase().trim(),ie=["symbol","name","coin_type"];return FK(ee.length===0?l:[...l,...f],pe=>ie.some(Ee=>{const Se=pe[Ee];return typeof Se=="string"?(j?Se:Se.toLowerCase()).includes(ee):!1}))},d=v=>{v||b(void 0);const j=p(v);if((j==null?void 0:j.length)===0){m(v);return}else{const ee=$(j,v);u(ee)}},m=async v=>{var j;_(!0);try{if(W4(v)){const ee=v.trim(),ie=Mr(ee).full_address,ve=await o(ie);if(!ve){u([]);return}const pe=((j=r==null?void 0:r[ee])==null?void 0:j.totalBalanceFormat)||"0",Ee=ze(pe).gt("0")?s(ee,pe):"0",Se={...ve,balance:pe,rate:Ee};u([Se]),b(Se)}else{u([]);return}}catch{b(void 0),u([]);return}finally{_(!1)}},x=v=>{if(v==="Default")O("All");else{const j=$(f,P);u(j)}},M=()=>{if(A){const v=y(A,!0),j=$(v,P);u(j),b(void 0),R("")}},E=v=>{const j=y(v,!1),ee=$(j,P);u(ee)},O=v=>{const j=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=$(j,P);u(ee)};oe.useEffect(()=>{if(!G||!(t!=null&&t.length)){h([]);return}if(!(n!=null&&n.address))h(t);else if(n!=null&&n.address&&J){const v=[];for(const j of t){j!=null&&j.coin_type.includes("sui");const ee=r==null?void 0:r[j==null?void 0:j.coin_type],ie=(ee==null?void 0:ee.totalBalanceFormat)||"0",ve=(ee==null?void 0:ee.displayBalance)||"0",pe=ze(ie).gt("0")?s(j==null?void 0:j.coin_type,ie):"0";v.push({...j,balance:ve,rate:an(pe,4,!0)})}h(v)}},[G,J,ce,n==null?void 0:n.address]);const C=oe.useRef([]);oe.useEffect(()=>{if((l==null?void 0:l.length)>0&&!zK(C.current,l)){C.current=l;const v=$(l);e&&f.find(ee=>ee.coin_type===e)!==void 0?(L("Imported"),x("Imported")):u(v)}},[l,e]);const g=oe.useMemo(()=>{if(a==="Default"){if(!F&&(c==null?void 0:c.length)===0)return!0}else if((c==null?void 0:c.length)===0&&!N)return!0;return!1},[P,c,A,N,F]);return{showTokenList:c,handleSearch:d,handleChangePlatform:O,currentImportTokenData:A,handleChangeType:x,handleImportClick:M,handleDeleteImportClick:E,isNoData:g}}function QK({tokenList:e,onHandleTokenAction:t}){return w.jsx("div",{className:"token-collect-list",children:e.map(r=>w.jsx(eJ,{token:r,onHandleTokenAction:t},r.coin_type))})}function eJ({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 tJ=zt("/images/img_no_data@2x.png");function rJ(e){const{img:t=tJ,text:r,width:n="100%",height:i="auto",padding:s="20px",subItem:o}=e;return w.jsxs("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:n,height:i,padding:s,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}),o&&o]})}function nJ({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 Pv=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function iJ(e,t){return!!(e===t||Pv(e)&&Pv(t))}function sJ(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!iJ(e[r],t[r]))return!1;return!0}function oJ(e,t){t===void 0&&(t=sJ);var r=null;function n(){for(var i=[],s=0;s<arguments.length;s++)i[s]=arguments[s];if(r&&r.lastThis===this&&t(i,r.lastArgs))return r.lastResult;var o=e.apply(this,i);return r={lastResult:o,lastArgs:i,lastThis:this},o}return n.clear=function(){r=null},n}function _h(){return _h=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},_h.apply(null,arguments)}function jv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function xh(e,t){return xh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},xh(e,t)}function aJ(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,xh(e,t)}var kv=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function cJ(e,t){return!!(e===t||kv(e)&&kv(t))}function uJ(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!cJ(e[r],t[r]))return!1;return!0}function ld(e,t){t===void 0&&(t=uJ);var r,n=[],i,s=!1;function o(){for(var a=[],c=0;c<arguments.length;c++)a[c]=arguments[c];return s&&r===this&&t(a,n)||(i=e.apply(this,a),s=!0,r=this,n=a),i}return o}function Rv(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 lJ=typeof performance=="object"&&typeof performance.now=="function",Nv=lJ?function(){return performance.now()}:function(){return Date.now()};function Dv(e){cancelAnimationFrame(e.id)}function fJ(e,t){var r=Nv();function n(){Nv()-r>=t?e.call(null):i.id=requestAnimationFrame(n)}var i={id:requestAnimationFrame(n)};return i}var fd=-1;function $v(e){if(e===void 0&&(e=!1),fd===-1||e){var t=document.createElement("div"),r=t.style;r.width="50px",r.height="50px",r.overflow="scroll",document.body.appendChild(t),fd=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return fd}var fo=null;function Bv(e){if(e===void 0&&(e=!1),fo===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?fo="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?fo="negative":fo="positive-ascending"),document.body.removeChild(t),fo}return fo}Mn.env.NODE_ENV;var dJ=150,hJ=function(t,r){return t},mu=null,gu=null;Mn.env.NODE_ENV!=="production"&&typeof window<"u"&&typeof window.WeakSet<"u"&&(mu=new WeakSet,gu=new WeakSet);function pJ(e){var t,r=e.getItemOffset,n=e.getEstimatedTotalSize,i=e.getItemSize,s=e.getOffsetForIndexAndAlignment,o=e.getStartIndexForOffset,a=e.getStopIndexForStartIndex,c=e.initInstanceProps,u=e.shouldResetStyleCacheOnItemSizeChange,l=e.validateProps;return t=function(f){aJ(h,f);function h(b){var _;return _=f.call(this,b)||this,_._instanceProps=c(_.props,jv(_)),_._outerRef=void 0,_._resetIsScrollingTimeoutId=null,_.state={instance:jv(_),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof _.props.initialScrollOffset=="number"?_.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},_._callOnItemsRendered=void 0,_._callOnItemsRendered=ld(function(A,P,R,N){return _.props.onItemsRendered({overscanStartIndex:A,overscanStopIndex:P,visibleStartIndex:R,visibleStopIndex:N})}),_._callOnScroll=void 0,_._callOnScroll=ld(function(A,P,R){return _.props.onScroll({scrollDirection:A,scrollOffset:P,scrollUpdateWasRequested:R})}),_._getItemStyle=void 0,_._getItemStyle=function(A){var P=_.props,R=P.direction,N=P.itemSize,F=P.layout,L=_._getItemStyleCache(u&&N,u&&F,u&&R),G;if(L.hasOwnProperty(A))G=L[A];else{var q=r(_.props,A,_._instanceProps),J=i(_.props,A,_._instanceProps),ne=R==="horizontal"||F==="horizontal",ae=R==="rtl",ce=ne?q:0;L[A]=G={position:"absolute",left:ae?void 0:ce,right:ae?ce:void 0,top:ne?0:q,height:ne?"100%":J,width:ne?J:"100%"}}return G},_._getItemStyleCache=void 0,_._getItemStyleCache=ld(function(A,P,R){return{}}),_._onScrollHorizontal=function(A){var P=A.currentTarget,R=P.clientWidth,N=P.scrollLeft,F=P.scrollWidth;_.setState(function(L){if(L.scrollOffset===N)return null;var G=_.props.direction,q=N;if(G==="rtl")switch(Bv()){case"negative":q=-N;break;case"positive-descending":q=F-R-N;break}return q=Math.max(0,Math.min(q,F-R)),{isScrolling:!0,scrollDirection:L.scrollOffset<q?"forward":"backward",scrollOffset:q,scrollUpdateWasRequested:!1}},_._resetIsScrollingDebounced)},_._onScrollVertical=function(A){var P=A.currentTarget,R=P.clientHeight,N=P.scrollHeight,F=P.scrollTop;_.setState(function(L){if(L.scrollOffset===F)return null;var G=Math.max(0,Math.min(F,N-R));return{isScrolling:!0,scrollDirection:L.scrollOffset<G?"forward":"backward",scrollOffset:G,scrollUpdateWasRequested:!1}},_._resetIsScrollingDebounced)},_._outerRefSetter=function(A){var P=_.props.outerRef;_._outerRef=A,typeof P=="function"?P(A):P!=null&&typeof P=="object"&&P.hasOwnProperty("current")&&(P.current=A)},_._resetIsScrollingDebounced=function(){_._resetIsScrollingTimeoutId!==null&&Dv(_._resetIsScrollingTimeoutId),_._resetIsScrollingTimeoutId=fJ(_._resetIsScrolling,dJ)},_._resetIsScrolling=function(){_._resetIsScrollingTimeoutId=null,_.setState({isScrolling:!1},function(){_._getItemStyleCache(-1,null)})},_}h.getDerivedStateFromProps=function(_,A){return mJ(_,A),l(_),null};var y=h.prototype;return y.scrollTo=function(_){_=Math.max(0,_),this.setState(function(A){return A.scrollOffset===_?null:{scrollDirection:A.scrollOffset<_?"forward":"backward",scrollOffset:_,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},y.scrollToItem=function(_,A){A===void 0&&(A="auto");var P=this.props,R=P.itemCount,N=P.layout,F=this.state.scrollOffset;_=Math.max(0,Math.min(_,R-1));var L=0;if(this._outerRef){var G=this._outerRef;N==="vertical"?L=G.scrollWidth>G.clientWidth?$v():0:L=G.scrollHeight>G.clientHeight?$v():0}this.scrollTo(s(this.props,_,A,F,this._instanceProps,L))},y.componentDidMount=function(){var _=this.props,A=_.direction,P=_.initialScrollOffset,R=_.layout;if(typeof P=="number"&&this._outerRef!=null){var N=this._outerRef;A==="horizontal"||R==="horizontal"?N.scrollLeft=P:N.scrollTop=P}this._callPropsCallbacks()},y.componentDidUpdate=function(){var _=this.props,A=_.direction,P=_.layout,R=this.state,N=R.scrollOffset,F=R.scrollUpdateWasRequested;if(F&&this._outerRef!=null){var L=this._outerRef;if(A==="horizontal"||P==="horizontal")if(A==="rtl")switch(Bv()){case"negative":L.scrollLeft=-N;break;case"positive-ascending":L.scrollLeft=N;break;default:var G=L.clientWidth,q=L.scrollWidth;L.scrollLeft=q-G-N;break}else L.scrollLeft=N;else L.scrollTop=N}this._callPropsCallbacks()},y.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&Dv(this._resetIsScrollingTimeoutId)},y.render=function(){var _=this.props,A=_.children,P=_.className,R=_.direction,N=_.height,F=_.innerRef,L=_.innerElementType,G=_.innerTagName,q=_.itemCount,J=_.itemData,ne=_.itemKey,ae=ne===void 0?hJ:ne,ce=_.layout,V=_.outerElementType,$=_.outerTagName,p=_.style,d=_.useIsScrolling,m=_.width,x=this.state.isScrolling,M=R==="horizontal"||ce==="horizontal",E=M?this._onScrollHorizontal:this._onScrollVertical,O=this._getRangeToRender(),C=O[0],g=O[1],v=[];if(q>0)for(var j=C;j<=g;j++)v.push(oe.createElement(A,{data:J,key:ae(j,J),index:j,isScrolling:d?x:void 0,style:this._getItemStyle(j)}));var ee=n(this.props,this._instanceProps);return oe.createElement(V||$||"div",{className:P,onScroll:E,ref:this._outerRefSetter,style:_h({position:"relative",height:N,width:m,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:R},p)},oe.createElement(L||G||"div",{children:v,ref:F,style:{height:M?"100%":ee,pointerEvents:x?"none":void 0,width:M?ee:"100%"}}))},y._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var _=this.props.itemCount;if(_>0){var A=this._getRangeToRender(),P=A[0],R=A[1],N=A[2],F=A[3];this._callOnItemsRendered(P,R,N,F)}}if(typeof this.props.onScroll=="function"){var L=this.state,G=L.scrollDirection,q=L.scrollOffset,J=L.scrollUpdateWasRequested;this._callOnScroll(G,q,J)}},y._getRangeToRender=function(){var _=this.props,A=_.itemCount,P=_.overscanCount,R=this.state,N=R.isScrolling,F=R.scrollDirection,L=R.scrollOffset;if(A===0)return[0,0,0,0];var G=o(this.props,L,this._instanceProps),q=a(this.props,G,L,this._instanceProps),J=!N||F==="backward"?Math.max(1,P):1,ne=!N||F==="forward"?Math.max(1,P):1;return[Math.max(0,G-J),Math.max(0,Math.min(A-1,q+ne)),G,q]},h}(oe.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var mJ=function(t,r){var n=t.children,i=t.direction,s=t.height,o=t.layout,a=t.innerTagName,c=t.outerTagName,u=t.width,l=r.instance;if(Mn.env.NODE_ENV!=="production"){(a!=null||c!=null)&&gu&&!gu.has(l)&&(gu.add(l),console.warn("The innerTagName and outerTagName props have been deprecated. Please use the innerElementType and outerElementType props instead."));var f=i==="horizontal"||o==="horizontal";switch(i){case"horizontal":case"vertical":mu&&!mu.has(l)&&(mu.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(o){case"horizontal":case"vertical":break;default:throw Error('An invalid "layout" prop has been specified. Value should be either "horizontal" or "vertical". '+('"'+o+'" 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(f&&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(!f&&typeof s!="number")throw Error('An invalid "height" prop has been specified. Vertical lists must specify a number for height. '+('"'+(s===null?"null":typeof s)+'" was specified.'))}},gJ=pJ({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,s,o){var a=t.direction,c=t.height,u=t.itemCount,l=t.itemSize,f=t.layout,h=t.width,y=a==="horizontal"||f==="horizontal",b=y?h:c,_=Math.max(0,u*l-b),A=Math.min(_,r*l),P=Math.max(0,r*l-b+l+o);switch(n==="smart"&&(i>=P-b&&i<=A+b?n="auto":n="center"),n){case"start":return A;case"end":return P;case"center":{var R=Math.round(P+(A-P)/2);return R<Math.ceil(b/2)?0:R>_+Math.floor(b/2)?_:R}case"auto":default:return i>=P&&i<=A?i:i<P?P:A}},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,s=t.height,o=t.itemCount,a=t.itemSize,c=t.layout,u=t.width,l=i==="horizontal"||c==="horizontal",f=r*a,h=l?u:s,y=Math.ceil((h+n-f)/a);return Math.max(0,Math.min(o-1,r+y-1))},initInstanceProps:function(t){},shouldResetStyleCacheOnItemSizeChange:!0,validateProps:function(t){var r=t.itemSize;if(Mn.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 Lv(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 vJ=["style"],yJ=["style"];function bJ(e,t){var r=e.style,n=Rv(e,vJ),i=t.style,s=Rv(t,yJ);return!Lv(r,i)&&!Lv(n,s)}const wJ=oe.memo(({data:e,index:t,style:r})=>{const{items:n,onHandleTokenAction:i,showCollect:s,showDelete:o}=e,a=n[t];return w.jsx("div",{style:r,children:w.jsx(SJ,{data:a,onHandleTokenAction:i,showCollect:s,showDelete:o})})},bJ),_J=oJ((e,t,r,n)=>({items:e,onHandleTokenAction:t,showCollect:r,showDelete:n}));function xJ({showTokenList:e,onHandleTokenAction:t,showCollect:r=!0,showDelete:n=!1}){const i=oe.useRef(null);oe.useEffect(()=>{i.current&&i.current.scrollTo(0)},[e.length]);const s=_J(e,t,r,n);return w.jsx("div",{className:"token-list",children:w.jsx(gJ,{ref:i,style:{overflowY:"scroll",scrollbarWidth:"none",msOverflowStyle:"none",padding:"8px"},height:360,itemCount:e.length,itemData:s,itemSize:72,width:"100%",children:wJ})})}function SJ({data:e,showCollect:t,showDelete:r,onHandleTokenAction:n}){const{isCollectToken:i}=M3(),{getExplorerUrl:s}=Zo();return w.jsxs("div",{className:"token-list-item",onClick:o=>{t&&(o.stopPropagation(),n(e,"select_token"))},children:[w.jsx(Kr,{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:Cn(e.symbol)})}),w.jsx("p",{className:"token-name",children:Cn(e==null?void 0:e.name,20)}),w.jsxs("div",{className:"copy",children:[w.jsx("a",{onClick:Il,href:s(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{fontSize:"12px"},children:Ws(e==null?void 0:e.coin_type)}),w.jsx(nf,{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?V4(e==null?void 0:e.rate,2):""})]}),r&&w.jsx("div",{className:"collect-button",onClick:o=>{o.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:o=>{o.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 EJ({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 CJ({backClick:e,onSelectToken:t,currToken:r}){const{showTokenList:n,isNoData:i,handleSearch:s,handleChangePlatform:o,handleChangeType:a,handleImportClick:c,handleDeleteImportClick:u}=ZK(r==null?void 0:r.coin_type),{importTokenList:l,currentTypeTab:f,setCurrentTypeTab:h,currentPlatformTab:y,setCurrentPlatformTab:b,platformList:_,isOpenImportDialog:A,setIsOpenImportDialog:P,setSearchInput:R,searchInput:N,importTokenIsLoading:F,currentImportTokenData:L,setCurrentImportTokenData:G}=Oc();oe.useEffect(()=>()=>{R(""),b("All"),h("Default"),G(void 0)},[]);const{handleCollectToken:q,collectTokenMap:J}=M3(),ne=m=>{h(m),a(m)},ae=m=>{b(m),o(m)},ce=()=>{c(),P(!1)},V=m=>{let x=m.replace(/[^a-zA-Z0-9\s]+$/g,"").trim();R(x),x?$(x):($(""),ne("Default"))},$=V8(m=>{W4(m)?s(r0(m,!1)):s(m)},300),p=(m,x)=>{if(x==="delete_import"){u(m);return}if(x==="collect_token"||x==="un_collect"){q(m);return}x==="select_token"&&(t(m),e())},d=oe.useMemo(()=>Array.from(J.values()),[J]);return w.jsxs("div",{className:"token-select-modal",children:[w.jsx($0,{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:N,onChange:m=>V(m.target.value),style:{paddingRight:"40px"}}),N.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=>{V("")},children:w.jsx("use",{xlinkHref:"#icon-close"})})]}),d.length>0&&w.jsx(QK,{tokenList:d,onHandleTokenAction:p}),N.length===0&&w.jsx(EJ,{currentType:f,changeTab:ne}),N.length===0&&f==="Default"&&w.jsx(nJ,{tabList:_,currentTab:y,changeTab:ae})]}),i&&w.jsx(MJ,{searchInputLength:N.length}),F&&w.jsx(D8,{}),L&&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(xJ,{showTokenList:n,showCollect:!L,showDelete:!L&&f==="Imported",onHandleTokenAction:p}),L&&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:()=>{ce(),p(L,"select_token")},children:"Import"})})]})]})]})}function MJ({searchInputLength:e}){return w.jsx("div",{style:{height:"360px"},children:w.jsx(rJ,{text:e>0?"No tokens found":"No Imported Tokens",subItem:e>0?w.jsx("div",{children:w.jsx(sc,{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 TJ({onClose:e,tokenList:t,onSureClick:r}){const[n,i]=oe.useState(!1);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(Kr,{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:Ws(s.coin_type)}),w.jsx(nf,{text:s.coin_type})]})]})]},s.coin_type)),w.jsxs("div",{className:"risk-checkbox",children:[w.jsx(zl,{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,children:"Confirm"})]})]})]})]})}function T3(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 lc;(function(e){e.event="event",e.props="prop"})(lc||(lc={}));function Yi(){}function AJ(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(s,o){return s===t[o]})||(t=n,r=e.apply(void 0,n)),r}}function fc(e){return!!(e||"").match(/\d/)}function ko(e){return e==null}function OJ(e){return typeof e=="number"&&isNaN(e)}function A3(e){return ko(e)||OJ(e)||typeof e=="number"&&!isFinite(e)}function O3(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function IJ(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 PJ(e,t,r){var n=IJ(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 jJ(e){var t=oe.useRef(e);t.current=e;var r=oe.useRef(function(){for(var n=[],i=arguments.length;i--;)n[i]=arguments[i];return t.current.apply(t,n)});return r.current}function H0(e,t){t===void 0&&(t=!0);var r=e[0]==="-",n=r&&t;e=e.replace("-","");var i=e.split("."),s=i[0],o=i[1]||"";return{beforeDecimal:s,afterDecimal:o,hasNegation:r,addNegation:n}}function kJ(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 I3(e,t,r){for(var n="",i=r?"0":"",s=0;s<=t-1;s++)n+=e[s]||i;return n}function Fv(e,t){return Array(t+1).join(e)}function P3(e){var t=e+"",r=t[0]==="-"?"-":"";r&&(t=t.substring(1));var n=t.split(/[eE]/g),i=n[0],s=n[1];if(s=Number(s),!s)return r+i;i=i.replace(".","");var o=1+s,a=i.length;return o<0?i="0."+Fv("0",Math.abs(o))+i:o>=a?i=i+Fv("0",o-a):i=(i.substring(0,o)||"0")+"."+i.substring(o),r+i}function Uv(e,t,r){if(["","-"].indexOf(e)!==-1)return e;var n=(e.indexOf(".")!==-1||r)&&t,i=H0(e),s=i.beforeDecimal,o=i.afterDecimal,a=i.hasNegation,c=parseFloat("0."+(o||"0")),u=o.length<=t?"0."+o:c.toFixed(t),l=u.split("."),f=s;s&&Number(l[0])&&(f=s.split("").reverse().reduce(function(_,A,P){return _.length>P?(Number(_[0])+Number(A)).toString()+_.substring(1,_.length):A+_},l[0]));var h=I3(l[1]||"",t,r),y=a?"-":"",b=n?".":"";return""+y+f+b+h}function Ds(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 j3=AJ(function(e,t){for(var r=0,n=0,i=e.length,s=t.length;e[r]===t[r]&&r<i;)r++;for(;e[i-1-n]===t[s-1-n]&&s-n>r&&i-n>r;)n++;return{from:{start:r,end:i-n},to:{start:r,end:s-n}}}),RJ=function(e,t){var r=Math.min(e.selectionStart,t);return{from:{start:r,end:e.selectionEnd},to:{start:r,end:t}}};function NJ(e,t,r){return Math.min(Math.max(e,t),r)}function dd(e){return Math.max(e.selectionStart,e.selectionEnd)}function DJ(){return typeof navigator<"u"&&!(navigator.platform&&/iPhone|iPod/.test(navigator.platform))}function $J(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function BJ(e){var t=e.currentValue,r=e.formattedValue,n=e.currentValueIndex,i=e.formattedValueIndex;return t[n]===r[i]}function LJ(e,t,r,n,i,s,o){o===void 0&&(o=BJ);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,f={},h=new Array(u),y=0;y<u;y++){h[y]=-1;for(var b=0,_=l;b<_;b++){var A=o({currentValue:r,lastValue:t,formattedValue:e,currentValueIndex:y,formattedValueIndex:b});if(A&&f[b]!==!0){h[y]=b,f[b]=!0;break}}}for(var P=n;P<u&&(h[P]===-1||!s(r[P]));)P++;var R=P===u||h[P]===-1?l:h[P];for(P=n-1;P>0&&h[P]===-1;)P--;var N=P===-1||h[P]===-1?0:h[P]+1;return N>R?R:n-N<R-n?N:R}function zv(e,t,r,n){var i=e.length;if(t=NJ(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 FJ(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),r=0,n=t.length;r<n;r++)t[r]=!!(fc(e[r])||fc(e[r-1]));return t}function k3(e,t,r,n,i,s){s===void 0&&(s=Yi);var o=jJ(function(b,_){var A,P;return A3(b)?(P="",A=""):typeof b=="number"||_?(P=typeof b=="number"?P3(b):b,A=n(P)):(P=i(b,void 0),A=n(P)),{formattedValue:A,numAsString:P}}),a=oe.useState(function(){return o(ko(e)?t:e,r)}),c=a[0],u=a[1],l=function(b,_){b.formattedValue!==c.formattedValue&&u({formattedValue:b.formattedValue,numAsString:b.value}),s(b,_)},f=e,h=r;ko(e)&&(f=c.numAsString,h=!0);var y=o(f,h);return oe.useMemo(function(){u(y)},[y.formattedValue]),[c,l]}function UJ(e){return e.replace(/[^0-9]/g,"")}function zJ(e){return e}function VJ(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,s=e.getInputRef,o=e.format;o===void 0&&(o=zJ);var a=e.removeFormatting;a===void 0&&(a=UJ);var c=e.defaultValue,u=e.valueIsNumericString,l=e.onValueChange,f=e.isAllowed,h=e.onChange;h===void 0&&(h=Yi);var y=e.onKeyDown;y===void 0&&(y=Yi);var b=e.onMouseUp;b===void 0&&(b=Yi);var _=e.onFocus;_===void 0&&(_=Yi);var A=e.onBlur;A===void 0&&(A=Yi);var P=e.value,R=e.getCaretBoundary;R===void 0&&(R=FJ);var N=e.isValidInputCharacter;N===void 0&&(N=fc);var F=e.isCharacterSame,L=T3(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),G=k3(P,c,!!u,o,a,l),q=G[0],J=q.formattedValue,ne=q.numAsString,ae=G[1],ce=oe.useRef(),V=oe.useRef({formattedValue:J,numAsString:ne}),$=function(_e,ge){V.current={formattedValue:_e.formattedValue,numAsString:_e.value},ae(_e,ge)},p=oe.useState(!1),d=p[0],m=p[1],x=oe.useRef(null),M=oe.useRef({setCaretTimeout:null,focusTimeout:null});oe.useEffect(function(){return m(!0),function(){clearTimeout(M.current.setCaretTimeout),clearTimeout(M.current.focusTimeout)}},[]);var E=o,O=function(_e,ge){var Ae=parseFloat(ge);return{formattedValue:_e,value:ge,floatValue:isNaN(Ae)?void 0:Ae}},C=function(_e,ge,Ae){_e.selectionStart===0&&_e.selectionEnd===_e.value.length||(Ds(_e,ge),M.current.setCaretTimeout=setTimeout(function(){_e.value===Ae&&_e.selectionStart!==ge&&Ds(_e,ge)},0))},g=function(_e,ge,Ae){return zv(_e,ge,R(_e),Ae)},v=function(_e,ge,Ae){var qe=R(ge),De=LJ(ge,J,_e,Ae,qe,N,F);return De=zv(ge,De,qe),De},j=function(_e){var ge=_e.formattedValue;ge===void 0&&(ge="");var Ae=_e.input,qe=_e.source,De=_e.event,Oe=_e.numAsString,Ie;if(Ae){var Le=_e.inputValue||Ae.value,ft=dd(Ae);Ae.value=ge,Ie=v(Le,ge,ft),Ie!==void 0&&C(Ae,Ie,ge)}ge!==J&&$(O(ge,Oe),{event:De,source:qe})};oe.useEffect(function(){var _e=V.current,ge=_e.formattedValue,Ae=_e.numAsString;(J!==ge||ne!==Ae)&&$(O(J,ne),{event:void 0,source:lc.props})},[J,ne]);var ee=x.current?dd(x.current):void 0,ie=typeof window<"u"?oe.useLayoutEffect:oe.useEffect;ie(function(){var _e=x.current;if(J!==V.current.formattedValue&&_e){var ge=v(V.current.formattedValue,J,ee);_e.value=J,C(_e,ge,J)}},[J]);var ve=function(_e,ge,Ae){var qe=ge.target,De=ce.current?RJ(ce.current,qe.selectionEnd):j3(J,_e),Oe=Object.assign(Object.assign({},De),{lastValue:J}),Ie=a(_e,Oe),Le=E(Ie);if(Ie=a(Le,void 0),f&&!f(O(Le,Ie))){var ft=ge.target,dt=dd(ft),Ge=v(_e,J,dt);return ft.value=J,C(ft,Ge,J),!1}return j({formattedValue:Le,numAsString:Ie,inputValue:_e,event:ge,source:Ae,input:ge.target}),!0},pe=function(_e,ge){ge===void 0&&(ge=0);var Ae=_e.selectionStart,qe=_e.selectionEnd;ce.current={selectionStart:Ae,selectionEnd:qe+ge}},Ee=function(_e){var ge=_e.target,Ae=ge.value,qe=ve(Ae,_e,lc.event);qe&&h(_e),ce.current=void 0},Se=function(_e){var ge=_e.target,Ae=_e.key,qe=ge.selectionStart,De=ge.selectionEnd,Oe=ge.value;Oe===void 0&&(Oe="");var Ie;Ae==="ArrowLeft"||Ae==="Backspace"?Ie=Math.max(qe-1,0):Ae==="ArrowRight"?Ie=Math.min(qe+1,Oe.length):Ae==="Delete"&&(Ie=qe);var Le=0;Ae==="Delete"&&qe===De&&(Le=1);var ft=Ae==="ArrowLeft"||Ae==="ArrowRight";if(Ie===void 0||qe!==De&&!ft){y(_e),pe(ge,Le);return}var dt=Ie;if(ft){var Ge=Ae==="ArrowLeft"?"left":"right";dt=g(Oe,Ie,Ge),dt!==Ie&&_e.preventDefault()}else Ae==="Delete"&&!N(Oe[Ie])?dt=g(Oe,Ie,"right"):Ae==="Backspace"&&!N(Oe[Ie])&&(dt=g(Oe,Ie,"left"));dt!==Ie&&C(ge,dt,Oe),y(_e),pe(ge,Le)},Ke=function(_e){var ge=_e.target,Ae=function(){var qe=ge.selectionStart,De=ge.selectionEnd,Oe=ge.value;if(Oe===void 0&&(Oe=""),qe===De){var Ie=g(Oe,qe);Ie!==qe&&C(ge,Ie,Oe)}};Ae(),requestAnimationFrame(function(){Ae()}),b(_e),pe(ge)},Fe=function(_e){_e.persist&&_e.persist();var ge=_e.target,Ae=_e.currentTarget;x.current=ge,M.current.focusTimeout=setTimeout(function(){var qe=ge.selectionStart,De=ge.selectionEnd,Oe=ge.value;Oe===void 0&&(Oe="");var Ie=g(Oe,qe);Ie!==qe&&!(qe===0&&De===Oe.length)&&C(ge,Ie,Oe),_(Object.assign(Object.assign({},_e),{currentTarget:Ae}))},0)},lt=function(_e){x.current=null,clearTimeout(M.current.focusTimeout),clearTimeout(M.current.setCaretTimeout),A(_e)},ht=d&&DJ()?"numeric":void 0,$e=Object.assign({inputMode:ht},L,{type:t,value:J,onChange:Ee,onKeyDown:Se,onMouseUp:Ke,onFocus:Fe,onBlur:lt});if(r==="text")return i?oe.createElement(oe.Fragment,null,i(J,L)||null):oe.createElement("span",Object.assign({},L,{ref:s}),J);if(n){var mt=n;return oe.createElement(mt,Object.assign({},$e,{ref:s}))}return oe.createElement("input",Object.assign({},$e,{ref:s}))}function Vv(e,t){var r=t.decimalScale,n=t.fixedDecimalScale,i=t.prefix;i===void 0&&(i="");var s=t.suffix;s===void 0&&(s="");var o=t.allowNegative,a=t.thousandsGroupStyle;if(a===void 0&&(a="thousand"),e===""||e==="-")return e;var c=sf(t),u=c.thousandSeparator,l=c.decimalSeparator,f=r!==0&&e.indexOf(".")!==-1||r&&n,h=H0(e,o),y=h.beforeDecimal,b=h.afterDecimal,_=h.addNegation;return r!==void 0&&(b=I3(b,r,!!n)),u&&(y=PJ(y,u,a)),i&&(y=i+y),s&&(b=b+s),_&&(y="-"+y),e=y+(f&&l||"")+b,e}function sf(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 qJ(e,t){e===void 0&&(e="");var r=new RegExp("(-)"),n=new RegExp("(-)(.)*(-)"),i=r.test(e),s=n.test(e);return e=e.replace(/-/g,""),i&&!s&&t&&(e="-"+e),e}function WJ(e,t){return new RegExp("(^-)|[0-9]|"+O3(e),t?"g":void 0)}function GJ(e,t,r){return e===""?!0:!(t!=null&&t.match(/\d/))&&!(r!=null&&r.match(/\d/))&&typeof e=="string"&&!isNaN(Number(e))}function HJ(e,t,r){var n;t===void 0&&(t=$J(e));var i=r.allowNegative,s=r.prefix;s===void 0&&(s="");var o=r.suffix;o===void 0&&(o="");var a=r.decimalScale,c=t.from,u=t.to,l=u.start,f=u.end,h=sf(r),y=h.allowedDecimalSeparators,b=h.decimalSeparator,_=e[f]===b;if(fc(e)&&(e===s||e===o)&&t.lastValue==="")return e;if(f-l===1&&y.indexOf(e[l])!==-1){var A=a===0?"":b;e=e.substring(0,l)+A+e.substring(l+1,e.length)}var P=function(x,M,E){var O=!1,C=!1;s.startsWith("-")?O=!1:x.startsWith("--")?(O=!1,C=!0):o.startsWith("-")&&x.length===o.length?O=!1:x[0]==="-"&&(O=!0);var g=O?1:0;return C&&(g=2),g&&(x=x.substring(g),M-=g,E-=g),{value:x,start:M,end:E,hasNegation:O}},R=P(e,l,f),N=R.hasNegation;n=R,e=n.value,l=n.start,f=n.end;var F=P(t.lastValue,c.start,c.end),L=F.start,G=F.end,q=F.value,J=e.substring(l,f);e.length&&q.length&&(L>q.length-o.length||G<s.length)&&!(J&&o.startsWith(J))&&(e=q);var ne=0;e.startsWith(s)?ne+=s.length:l<s.length&&(ne=l),e=e.substring(ne),f-=ne;var ae=e.length,ce=e.length-o.length;e.endsWith(o)?ae=ce:(f>ce||f>e.length-o.length)&&(ae=f),e=e.substring(0,ae),e=qJ(N?"-"+e:e,i),e=(e.match(WJ(b,!0))||[]).join("");var V=e.indexOf(b);e=e.replace(new RegExp(O3(b),"g"),function(x,M){return M===V?".":""});var $=H0(e,i),p=$.beforeDecimal,d=$.afterDecimal,m=$.addNegation;return u.end-u.start<c.end-c.start&&p===""&&_&&!parseFloat(d)&&(e=m?"-":""),e}function KJ(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}),s=e[0]==="-";i.fill(!1,0,r.length+(s?1:0));var o=e.length;return i.fill(!1,o-n.length+1,o+1),i}function JJ(e){var t=sf(e),r=t.thousandSeparator,n=t.decimalSeparator,i=e.prefix;i===void 0&&(i="");var s=e.allowNegative;if(s===void 0&&(s=!0),r===n)throw new Error(`
|
|
107
107
|
Decimal separator can't be same as thousand separator.
|
|
108
108
|
thousandSeparator: `+r+` (thousandSeparator = {true} is same as thousandSeparator = ",")
|
|
109
109
|
decimalSeparator: `+n+` (default value for decimalSeparator is .)
|
|
@@ -111,4 +111,4 @@ body { background-color: var(--color-page-background); }
|
|
|
111
111
|
Prefix can't start with '-' when allowNegative is true.
|
|
112
112
|
prefix: `+i+`
|
|
113
113
|
allowNegative: `+s+`
|
|
114
|
-
`),s=!1),Object.assign(Object.assign({},e),{allowNegative:s})}function NW(e){e=RW(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var t=e.suffix,r=e.allowNegative,n=e.allowLeadingZeros,i=e.onKeyDown;i===void 0&&(i=Fi);var s=e.onBlur;s===void 0&&(s=Fi);var o=e.thousandSeparator,a=e.decimalScale,c=e.fixedDecimalScale,u=e.prefix;u===void 0&&(u="");var l=e.defaultValue,f=e.value,h=e.valueIsNumericString,y=e.onValueChange,_=c3(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),w=Rl(e),A=w.decimalSeparator,I=w.allowedDecimalSeparators,P=function(m){return $g(m,e)},N=function(m,x){return jW(m,x,e)},F=_o(f)?l:f,L=h??kW(F,u,t);_o(f)?_o(l)||(L=L||typeof l=="number"):L=L||typeof f=="number";var H=function(m){return u3(m)?m:(typeof m=="number"&&(m=d3(m)),L&&typeof a=="number"?Ng(m,a,!!c):m)},q=p3(H(f),H(l),!!L,P,N,y),X=q[0],re=X.numAsString,ae=X.formattedValue,oe=q[1],V=function(m){var x=m.target,E=m.key,C=x.selectionStart,k=x.selectionEnd,T=x.value;if(T===void 0&&(T=""),(E==="Backspace"||E==="Delete")&&k<u.length){m.preventDefault();return}if(C!==k){i(m);return}E==="Backspace"&&T[0]==="-"&&C===u.length+1&&r&&Ms(x,1),a&&c&&(E==="Backspace"&&T[C-1]===A?(Ms(x,C-1),m.preventDefault()):E==="Delete"&&T[C]===A&&m.preventDefault()),I!=null&&I.includes(E)&&T[C]===A&&Ms(x,C+1);var g=o===!0?",":o;E==="Backspace"&&T[C-1]===g&&Ms(x,C-1),E==="Delete"&&T[C]===g&&Ms(x,C+1),i(m)},$=function(m){var x=re;if(x.match(/\d/g)||(x=""),n||(x=yW(x)),c&&a&&(x=Ng(x,a,c)),x!==re){var E=$g(x,e);oe({formattedValue:E,value:x,floatValue:parseFloat(x)},{event:m,source:Ja.event})}s(m)},p=function(m){return m===A?!0:Za(m)},d=function(m){var x=m.currentValue,E=m.lastValue,C=m.formattedValue,k=m.currentValueIndex,T=m.formattedValueIndex,g=x[k],v=C[T],R=h3(E,x),se=R.to,ue=function(xe){return N(xe).indexOf(".")+u.length};return f===0&&c&&a&&x[se.start]===A&&ue(x)<k&&ue(C)>T?!1:k>=se.start&&k<se.end&&I&&I.includes(g)&&v===A?!0:g===v};return Object.assign(Object.assign({},_),{value:ae,valueIsNumericString:!1,isValidInputCharacter:p,isCharacterSame:d,onValueChange:oe,format:P,removeFormatting:N,getCaretBoundary:function(m){return PW(m,e)},onKeyDown:V,onBlur:$})}function DW(e){var t=NW(e);return ie.createElement(TW,Object.assign({},t))}function $W(e){const{value:t,decimals:r,placeholder:n,style:i,onChange:s,maxValue:o,minValue:a=0,inputAllowed:c=!0,prefix:u,...l}=e,f=h=>{var w;const y=((w=h==null?void 0:h.target)==null?void 0:w.value)||"";let _=y;if(y.startsWith("0")&&y!=="0"&&!y.startsWith("0.")&&(_=y.replace(/^0+/,"")),_){if(_.startsWith(".")){s(_.slice(1,_.length));return}let A=String(_).replace(/,/g,"");if(A.startsWith("-")){s("");return}u&&(A=A.replace(u,"")),o!==void 0&&Ve(A).gt(o)?A=o.toString():a!==void 0&&Ve(A).lt(a)&&(A=a.toString()),s(String(A))}else s("")};return b.jsx(DW,{value:t,disabled:!c,placeholder:n,decimalScale:r,prefix:u,allowLeadingZeros:!0,thousandSeparator:",",isAllowed:h=>!h.value.startsWith("-"),onChange:f,...l,style:{...i,cursor:c?"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 BW(e){const{token:t,handleTokenSelectClick:r}=e;return b.jsxs("div",{className:"token-select-block",onClick:()=>{r&&r()},children:[b.jsx("div",{className:"token-img-box",children:b.jsx(Gr,{src:t==null?void 0:t.logo_url})},t==null?void 0:t.coin_type),b.jsx("div",{className:"name",children:b.jsxs("h4",{className:"truncate-text",children:[" ",t==null?void 0:t.symbol]})}),b.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-arrow"})})]})}function Bg({label:e,amount:t,amountValue:r,balance:n,onInputChange:i,handleTokenSelectClick:s,token:o,loading:a=!1,showMax:c=!0,showHalf:u=!0,inputAllowed:l=!0}){const[f,h]=ie.useState(!1),{currentAccount:y}=Cn(),_=()=>{const A=Ve((n==null?void 0:n.totalBalanceFormat)||"0").div(2),I=en(A.toString(),o==null?void 0:o.decimals,!0).toString();t&&Ve(I).eq(t)||i(I)},w=()=>{const A=Ve((n==null?void 0:n.totalBalanceFormat)||0),I=Mr((o==null?void 0:o.coin_type)||"").full_address===qd,P=.05;let N=A;I&&Ve(A).gt(P)&&(N=N.sub(P)),!(t&&Ve(N).eq(t))&&Ve(N).gte(0)&&i(N.toString())};return b.jsxs("div",{className:f?"active trade-input-box":"trade-input-box",style:{backgroundColor:l?"#121719":"#161a1e"},children:[b.jsxs("div",{className:"title",children:[" ",e," "]}),b.jsxs("div",{className:"token-input",children:[a?b.jsxs("div",{style:{flex:1},children:[" ",b.jsx(qo,{style:{width:"200px",height:"28px",flex:1}})," "]}):b.jsx($W,{value:t,placeholder:"0.0",style:{fontSize:"28px",color:"#fff",height:"28px",background:"none",border:"none",outline:"none",marginLeft:"-1px"},inputAllowed:l,onChange:i,onFocus:()=>h(!0),onBlur:()=>h(!1)}),b.jsx(BW,{token:o,handleTokenSelectClick:s})]}),b.jsxs("div",{className:"info-box",children:[b.jsx("div",{className:"input-rate",children:!a&&r&&+r?e4(r,2):""}),b.jsxs("div",{style:{display:"flex",flexDirection:"row"},children:[y&&b.jsxs("div",{className:"token-balance",children:[b.jsx("svg",{className:"icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-wallet"})}),b.jsx("span",{children:(n==null?void 0:n.displayBalance)||0})]}),y&&b.jsxs("div",{className:"btn-box",children:[u&&b.jsx("button",{className:"cs-outline-btn",onClick:_,children:"HALF"}),c&&b.jsx("button",{className:"cs-outline-btn",onClick:w,children:"MAX"})]})]})]})]})}function LW({refreshCount:e,customWallet:t,initProps:r}){const{currentAccount:n,onWalletModal:i}=Cn(),{getOwnerCoinBalances:s}=Pu(),{fromCoin:o,toCoin:a,fromAmount:c,toAmount:u,findRouterLoading:l,byAmountIn:f,routerData:h,isOpenSecondary:y,setIsOpenSecondary:_}=sn(),{handleAmountChange:w,handleSelectToken:A,fromBalanceInfo:I,toBalanceInfo:P,fromAmountValue:N,toAmountValue:F,doSwapAction:L,reCalculateRouteData:H,refreshMarketPrice:q,scamsText:X}=pF(),{slippage:re}=Wr(),{amountLimit:ae}=J6(re,h),{formatSwapRouter:oe}=vL(h),[V,$]=ie.useState(!1),{btnText:p,btnDisabled:d}=mF(I==null?void 0:I.totalBalanceFormat),[m,x]=ie.useState(!1),[E,C]=ie.useState(!1);ie.useEffect(()=>{y?e>=5&&k():e>=20&&k()},[e]);const k=()=>{H(),n&&s(),q()},T=()=>({...h}),g=async()=>{a&&A(a,!0)},v=ie.useMemo(()=>!(m||y),[m,y]);return b.jsxs("div",{className:"swap-trade-box",children:[b.jsxs("div",{className:"trade-form",style:{flexDirection:"column",display:"flex"},children:[b.jsx(Bg,{loading:!f&&l,balance:I,amountValue:N,handleTokenSelectClick:()=>{C(!0),x(!0)},onInputChange:R=>{w(R,!0)},amount:c,token:o}),b.jsx("div",{onClick:g,className:"swap-icon",onMouseEnter:()=>$(!0),onMouseLeave:()=>$(!1),style:{cursor:"pointer"},children:b.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{transform:V?"rotate(90deg)":"none",width:V?"16px":"14px",height:V?"16px":"14px"},children:b.jsx("use",{xlinkHref:V?"#icon-swap":"#icon-trade"})})}),b.jsx(Bg,{loading:f&&l,balance:P,showHalf:!1,showMax:!1,amountValue:F,handleTokenSelectClick:()=>{C(!1),x(!0)},onInputChange:R=>{w(R,!1)},inputAllowed:!1,amount:u,token:a})]}),X&&b.jsx(vF,{scamsText:X}),b.jsxs("div",{className:"swap-bottom-block",style:{border:d?"0px solid #2a3238":"1px solid #2a3238"},children:[b.jsx("button",{className:"cs-solid-btn swap-btn",style:{marginTop:"0px"},disabled:d||l,onClick:()=>{n?_(!0):t!=null&&t.connect?t.connect():i(!0)},children:l?b.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:b.jsx(M8,{})}):p}),c&&u&&+c&&+u&&b.jsxs("div",{className:"content",children:[b.jsxs("div",{className:"price-related-info",children:[h&&b.jsx(L0,{baseToken:o,quoteToken:a,baseAmount:h.fromAmountUi||"",quoteAmount:h.toAmountUi||"",loading:l}),b.jsx(A8,{isLoading:l,routerData:h})]}),b.jsx(T8,{isLoading:l,amountLimit:ae}),b.jsx(o3,{hasSubMenu:!0,formatSwapRouter:oe,isLoading:l})]})]}),y&&b.jsx(PH,{data:T(),toBack:()=>_(!1),onSubmitClick:async R=>{try{await L(R,r==null?void 0:r.partner)}finally{_(!1)}}}),m&&b.jsx(fW,{currToken:E?o:a,backClick:()=>x(!1),onSelectToken:R=>{A(R,E),x(!1)}})]})}function UW({initProps:e={},customWallet:t}){rL();const{ToastContainer:r}=Go(),{fetchRouterConfig:n}=KB(),{getTokens:i}=Us(),{fetchTokenPrices:s}=yl(),{transactionData:o,setTransactionData:a}=k0(),{isOpenSecondary:c,fromCoin:u,toAmount:l,toCoin:f,fromAmount:h}=sn(),[y,_]=ie.useState(0),w=ie.useRef(y);tL(e),ie.useEffect(()=>{i(),s([]),n()},[]),ie.useEffect(()=>{w.current=0},[u==null?void 0:u.coin_type,f==null?void 0:f.coin_type,h,l]),XB({interval:1e3,callback:()=>{w.current=w.current+1,c?w.current>=5&&A():w.current>=20&&A()}});const A=()=>{w.current=20,_(20),setTimeout(()=>{w.current=0,_(0)},20)};return b.jsx(b.Fragment,{children:b.jsxs("div",{className:"swap-container",id:"cs-swap-widget",children:[b.jsx(qB,{independentWallet:!!(e!=null&&e.independentWallet),customWallet:t}),b.jsx(OB,{handleRefresh:A}),b.jsx(LW,{refreshCount:y,customWallet:t,initProps:e}),o&&b.jsx(GB,{transactionData:o,onClose:()=>{a(void 0)}}),b.jsx(r,{})]})})}function J0({initProps:e={},customWallet:t}){var o;const{getOwnerCoinBalances:r}=Pu(),n=$r.useCurrentAccount(),{saveCurrentAccount:i}=Cn(),{mutate:s}=$r.useConnectWallet();return ie.useEffect(()=>{i(n||void 0),r(n==null?void 0:n.address)},[n]),ie.useEffect(()=>{var a;t&&((a=t==null?void 0:t.currentAccount)==null?void 0:a.address)!==(n==null?void 0:n.address)&&s({wallet:t==null?void 0:t.currentWallet},{onSuccess:()=>{}})},[(o=t==null?void 0:t.currentAccount)==null?void 0:o.address,n==null?void 0:n.address]),b.jsx(UW,{initProps:e,customWallet:t})}function FW({initProps:e,customWallet:t}){const[r,n]=ie.useState(!0);return b.jsxs("div",{className:r?"export-modal-container":"export-modal-container none",children:[r&&b.jsx("div",{className:"swap-modal-box",children:b.jsx(J0,{initProps:e,customWallet:t})}),b.jsx("div",{className:"swap-modal-mask",onClick:()=>n(!1)})]})}function zW({size:e,direction:t,initProps:r,customWallet:n}){const[i,s]=ie.useState(!1),o=()=>{s(!i)};return b.jsxs("div",{className:"widget-btn-box",children:[b.jsx("div",{className:`img-btn ${e} ${t}`,onClick:o,children:i?b.jsx("svg",{className:"icon","aria-hidden":"true",children:b.jsx("use",{xlinkHref:"#icon-unfold"})}):b.jsx("img",{src:Ft("/images/img-logo@2x.png")})}),i&&b.jsx("div",{className:`widget-modal ${t} ${e}`,children:b.jsx(J0,{initProps:r,customWallet:n})})]})}function VW({initProps:e={},customWallet:t}){const{displayMode:r,widgetBtnDirection:n,widgetBtnSize:i}=e;return b.jsxs(cl,{appearance:"dark",children:[r==="Integrated"&&b.jsx(J0,{initProps:e,customWallet:t}),r==="Widget"&&b.jsx(zW,{initProps:e,customWallet:t,direction:n||"right-bottom",size:i||"Default"}),(!r||r==="Modal")&&b.jsx(FW,{initProps:e,customWallet:t})]})}const qW=VW;exports.CetusSwap=qW;
|
|
114
|
+
`),s=!1),Object.assign(Object.assign({},e),{allowNegative:s})}function XJ(e){e=JJ(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var t=e.suffix,r=e.allowNegative,n=e.allowLeadingZeros,i=e.onKeyDown;i===void 0&&(i=Yi);var s=e.onBlur;s===void 0&&(s=Yi);var o=e.thousandSeparator,a=e.decimalScale,c=e.fixedDecimalScale,u=e.prefix;u===void 0&&(u="");var l=e.defaultValue,f=e.value,h=e.valueIsNumericString,y=e.onValueChange,b=T3(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),_=sf(e),A=_.decimalSeparator,P=_.allowedDecimalSeparators,R=function(m){return Vv(m,e)},N=function(m,x){return HJ(m,x,e)},F=ko(f)?l:f,L=h??GJ(F,u,t);ko(f)?ko(l)||(L=L||typeof l=="number"):L=L||typeof f=="number";var G=function(m){return A3(m)?m:(typeof m=="number"&&(m=P3(m)),L&&typeof a=="number"?Uv(m,a,!!c):m)},q=k3(G(f),G(l),!!L,R,N,y),J=q[0],ne=J.numAsString,ae=J.formattedValue,ce=q[1],V=function(m){var x=m.target,M=m.key,E=x.selectionStart,O=x.selectionEnd,C=x.value;if(C===void 0&&(C=""),(M==="Backspace"||M==="Delete")&&O<u.length){m.preventDefault();return}if(E!==O){i(m);return}M==="Backspace"&&C[0]==="-"&&E===u.length+1&&r&&Ds(x,1),a&&c&&(M==="Backspace"&&C[E-1]===A?(Ds(x,E-1),m.preventDefault()):M==="Delete"&&C[E]===A&&m.preventDefault()),P!=null&&P.includes(M)&&C[E]===A&&Ds(x,E+1);var g=o===!0?",":o;M==="Backspace"&&C[E-1]===g&&Ds(x,E-1),M==="Delete"&&C[E]===g&&Ds(x,E+1),i(m)},$=function(m){var x=ne;if(x.match(/\d/g)||(x=""),n||(x=kJ(x)),c&&a&&(x=Uv(x,a,c)),x!==ne){var M=Vv(x,e);ce({formattedValue:M,value:x,floatValue:parseFloat(x)},{event:m,source:lc.event})}s(m)},p=function(m){return m===A?!0:fc(m)},d=function(m){var x=m.currentValue,M=m.lastValue,E=m.formattedValue,O=m.currentValueIndex,C=m.formattedValueIndex,g=x[O],v=E[C],j=j3(M,x),ee=j.to,ie=function(ve){return N(ve).indexOf(".")+u.length};return f===0&&c&&a&&x[ee.start]===A&&ie(x)<O&&ie(E)>C?!1:O>=ee.start&&O<ee.end&&P&&P.includes(g)&&v===A?!0:g===v};return Object.assign(Object.assign({},b),{value:ae,valueIsNumericString:!1,isValidInputCharacter:p,isCharacterSame:d,onValueChange:ce,format:R,removeFormatting:N,getCaretBoundary:function(m){return KJ(m,e)},onKeyDown:V,onBlur:$})}function YJ(e){var t=XJ(e);return oe.createElement(VJ,Object.assign({},t))}function ZJ(e){const{value:t,decimals:r,placeholder:n,style:i,onChange:s,maxValue:o,minValue:a=0,inputAllowed:c=!0,prefix:u,...l}=e,f=h=>{var _;const y=((_=h==null?void 0:h.target)==null?void 0:_.value)||"";let b=y;if(y.startsWith("0")&&y!=="0"&&!y.startsWith("0.")&&(b=y.replace(/^0+/,"")),b){if(b.startsWith(".")){s(b.slice(1,b.length));return}let A=String(b).replace(/,/g,"");if(A.startsWith("-")){s("");return}u&&(A=A.replace(u,"")),o!==void 0&&ze(A).gt(o)?A=o.toString():a!==void 0&&ze(A).lt(a)&&(A=a.toString()),s(String(A))}else s("")};return w.jsx(YJ,{value:t,disabled:!c,placeholder:n,decimalScale:r,prefix:u,allowLeadingZeros:!0,thousandSeparator:",",isAllowed:h=>!h.value.startsWith("-"),onChange:f,...l,style:{...i,cursor:c?"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 QJ(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(Kr,{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]})}),w.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-arrow"})})]})}function qv({label:e,amount:t,amountValue:r,balance:n,onInputChange:i,handleTokenSelectClick:s,token:o,loading:a=!1,showMax:c=!0,showHalf:u=!0,inputAllowed:l=!0,marginTop:f}){const[h,y]=oe.useState(!1),{currentAccount:b}=Nn(),_=()=>{const P=ze((n==null?void 0:n.totalBalanceFormat)||"0").div(2),R=an(P.toString(),o==null?void 0:o.decimals,!0).toString();t&&ze(R).eq(t)||i(R)},A=()=>{const P=ze((n==null?void 0:n.totalBalanceFormat)||0),R=Mr((o==null?void 0:o.coin_type)||"").full_address===kh,N=.05;let F=P;R&&ze(P).gt(N)&&(F=F.sub(N)),!(t&&ze(F).eq(t))&&ze(F).gte(0)&&i(F.toString())};return w.jsxs("div",{className:h?"active trade-input-box":"trade-input-box",style:{backgroundColor:l?"#121719":"#161a1e",marginTop:f},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(sa,{style:{width:"200px",height:"28px",flex:1}})," "]}):w.jsx(ZJ,{value:t,placeholder:"0.0",style:{fontSize:"28px",color:"#fff",height:"28px",background:"none",border:"none",outline:"none",marginLeft:"-1px"},inputAllowed:l,onChange:i,onFocus:()=>y(!0),onBlur:()=>y(!1)}),w.jsx(QJ,{token:o,handleTokenSelectClick:s})]}),w.jsxs("div",{className:"info-box",children:[!a&&r&&ze(r).gt(0)?w.jsx("div",{className:"input-rate",style:{marginTop:"8px"},children:V4(r,2)}):w.jsx("div",{}),b&&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:[u&&w.jsx("button",{className:"cs-outline-btn",onClick:_,children:"HALF"}),c&&w.jsx("button",{className:"cs-outline-btn",onClick:A,children:"MAX"})]})]})]})]})}function eX({refreshCount:e,customWallet:t,initProps:r}){const{currentAccount:n,onWalletModal:i}=Nn(),{getOwnerCoinBalances:s}=Zu(),{fromCoin:o,toCoin:a,fromAmount:c,toAmount:u,findRouterLoading:l,byAmountIn:f,routerData:h,isOpenSecondary:y,setIsOpenSecondary:b}=fn(),{handleAmountChange:_,handleSelectToken:A,fromBalanceInfo:P,toBalanceInfo:R,fromAmountValue:N,toAmountValue:F,doSwapAction:L,reCalculateRouteData:G,refreshMarketPrice:q,scamsText:J}=OV(),{slippage:ne}=Xr(),{isCustomMode:ae,customWarnTokenList:ce}=gV(o,a),{amountLimit:V}=F8(ne,h),{formatSwapRouter:$}=pV(h),[p,d]=oe.useState(!1),{btnText:m,btnDisabled:x}=IV(P==null?void 0:P.totalBalanceFormat),[M,E]=oe.useState(!1),[O,C]=oe.useState(!1),[g,v]=oe.useState(!1);oe.useEffect(()=>{y?e>=5&&j():e>=20&&j()},[e]);const j=()=>{G(),n&&s(),q()},ee=()=>({...h}),ie=async()=>{a&&A(a,!0)},ve=oe.useMemo(()=>!(M||y),[M,y]);return w.jsxs("div",{className:"swap-trade-box",children:[w.jsxs("div",{className:"trade-form",style:{flexDirection:"column",display:"flex"},children:[w.jsx(qv,{loading:!f&&l,balance:P,amountValue:N,handleTokenSelectClick:()=>{C(!0),E(!0)},onInputChange:pe=>{_(pe,!0)},amount:c,token:o}),w.jsx("div",{onClick:ie,className:"swap-icon",onMouseEnter:()=>d(!0),onMouseLeave:()=>d(!1),style:{cursor:"pointer"},children:w.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{transform:p?"rotate(90deg)":"none",width:p?"16px":"14px",height:p?"16px":"14px"},children:w.jsx("use",{xlinkHref:p?"#icon-swap":"#icon-trade"})})}),w.jsx(qv,{marginTop:"-20px",loading:f&&l,balance:R,showHalf:!1,showMax:!1,amountValue:F,handleTokenSelectClick:()=>{C(!1),E(!0)},onInputChange:pe=>{_(pe,!1)},inputAllowed:!1,amount:u,token:a})]}),J&&w.jsx(jV,{scamsText:J}),w.jsxs("div",{className:"swap-bottom-block",style:{border:x?"0px solid #2a3238":"1px solid #2a3238"},children:[w.jsx("button",{className:"cs-solid-btn swap-btn",style:{marginTop:"0px"},disabled:x||l,onClick:()=>{n?ae&&ce.length>0?v(!0):b(!0):t!=null&&t.connect?t.connect():i(!0)},children:l?w.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:w.jsx(q8,{})}):m}),c&&u&&+c&&+u&&w.jsxs("div",{className:"content",children:[w.jsxs("div",{className:"price-related-info",children:[h&&w.jsx(D0,{baseToken:o,quoteToken:a,baseAmount:h.fromAmountUi||"",quoteAmount:h.toAmountUi||"",loading:l}),w.jsx(G8,{isLoading:l,routerData:h})]}),w.jsx(H8,{isLoading:l,amountLimit:V}),w.jsx(C3,{hasSubMenu:!0,formatSwapRouter:$,isLoading:l})]})]}),y&&w.jsx(KK,{data:ee(),toBack:()=>b(!1),onSubmitClick:async pe=>{try{await L(pe,r==null?void 0:r.partner)}finally{b(!1)}}}),M&&w.jsx(CJ,{currToken:O?o:a,backClick:()=>E(!1),onSelectToken:pe=>{A(pe,O),E(!1)}}),g&&ce.length>0&&w.jsx(TJ,{onClose:()=>{v(!1)},tokenList:ce,onSureClick:()=>{v(!1),b(!0)}})]})}function tX({initProps:e={},customWallet:t}){Qz();const{ToastContainer:r}=oa(),{fetchRouterConfig:n}=Wz(),{getTokens:i}=Zs(),{fetchTokenPrices:s}=Jl(),{transactionData:o,setTransactionData:a}=R0(),{isOpenSecondary:c,fromCoin:u,toAmount:l,toCoin:f,fromAmount:h}=fn(),[y,b]=oe.useState(0),_=oe.useRef(y);Zz(e),oe.useEffect(()=>{i(),s([]),n()},[]),oe.useEffect(()=>{_.current=0},[u==null?void 0:u.coin_type,f==null?void 0:f.coin_type,h,l]),Gz({interval:1e3,callback:()=>{_.current=_.current+1,c?_.current>=5&&A():_.current>=20&&A()}});const A=()=>{_.current=20,b(20),setTimeout(()=>{_.current=0,b(0)},20)};return w.jsx(w.Fragment,{children:w.jsxs("div",{className:"swap-container",id:"cs-swap-widget",children:[w.jsx(Uz,{independentWallet:!!(e!=null&&e.independentWallet),customWallet:t}),w.jsx(Mz,{handleRefresh:A}),w.jsx(eX,{refreshCount:y,customWallet:t,initProps:e}),o&&w.jsx(zz,{transactionData:o,onClose:()=>{a(void 0)}}),w.jsx(r,{})]})})}function K0({initProps:e={},customWallet:t}){var o;const{getOwnerCoinBalances:r}=Zu(),n=Lr.useCurrentAccount(),{saveCurrentAccount:i}=Nn(),{mutate:s}=Lr.useConnectWallet();return oe.useEffect(()=>{i(n||void 0),r(n==null?void 0:n.address)},[n]),oe.useEffect(()=>{var a;t&&((a=t==null?void 0:t.currentAccount)==null?void 0:a.address)!==(n==null?void 0:n.address)&&s({wallet:t==null?void 0:t.currentWallet},{onSuccess:()=>{}})},[(o=t==null?void 0:t.currentAccount)==null?void 0:o.address,n==null?void 0:n.address]),w.jsx(tX,{initProps:e,customWallet:t})}function rX({initProps:e,customWallet:t}){const[r,n]=oe.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(K0,{initProps:e,customWallet:t})}),w.jsx("div",{className:"swap-modal-mask",onClick:()=>n(!1)})]})}function nX({size:e,direction:t,initProps:r,customWallet:n}){const[i,s]=oe.useState(!1),o=()=>{s(!i)};return w.jsxs("div",{className:"widget-btn-box",children:[w.jsx("div",{className:`img-btn ${e} ${t}`,onClick:o,children:i?w.jsx("svg",{className:"icon","aria-hidden":"true",children:w.jsx("use",{xlinkHref:"#icon-unfold"})}):w.jsx("img",{src:zt("/images/img-logo@2x.png")})}),i&&w.jsx("div",{className:`widget-modal ${t} ${e}`,children:w.jsx(K0,{initProps:r,customWallet:n})})]})}function iX({initProps:e={},customWallet:t}){const{displayMode:r,widgetBtnDirection:n,widgetBtnSize:i}=e;return w.jsxs(Ll,{appearance:"dark",children:[r==="Integrated"&&w.jsx(K0,{initProps:e,customWallet:t}),r==="Widget"&&w.jsx(nX,{initProps:e,customWallet:t,direction:n||"right-bottom",size:i||"Default"}),(!r||r==="Modal")&&w.jsx(rX,{initProps:e,customWallet:t})]})}const sX=iX;exports.CetusSwap=sX;
|