@cetusprotocol/terminal 0.0.1 → 0.0.3
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 +12271 -11822
- package/dist/cetus-swap.es.js.gz +0 -0
- package/dist/cetus-swap.umd.js +33 -33
- package/dist/cetus-swap.umd.js.gz +0 -0
- package/dist/components/common/CopyButton.d.ts +1 -0
- package/dist/components/swap/SwapTrade.d.ts +2 -1
- package/dist/components/swap/TokenSelectModal/{ImportDialog.d.ts → WarnTokenDialog.d.ts} +2 -2
- package/dist/hooks/swap/useSwap.d.ts +1 -1
- package/dist/hooks/swap/useSwapHelper.d.ts +3 -0
- package/dist/stores/swap.d.ts +3 -0
- package/dist/style.css +1 -1
- package/dist/style.css.gz +0 -0
- package/dist/types/common.d.ts +7 -0
- package/package.json +5 -4
package/dist/cetus-swap.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(Vt,
|
|
1
|
+
(function(Vt,re){typeof exports=="object"&&typeof module<"u"?re(exports,require("react"),require("react-dom"),require("@mysten/dapp-kit")):typeof define=="function"&&define.amd?define(["exports","react","react-dom","@mysten/dapp-kit"],re):(Vt=typeof globalThis<"u"?globalThis:Vt||self,re(Vt.CetusSwap={},Vt.React,Vt.ReactDOM,Vt.dappKit))})(this,function(Vt,re,$n,$r){"use strict";var gX=Object.defineProperty;var vX=(Vt,re,$n)=>re in Vt?gX(Vt,re,{enumerable:!0,configurable:!0,writable:!0,value:$n}):Vt[re]=$n;var vt=(Vt,re,$n)=>(vX(Vt,typeof re!="symbol"?re+"":re,$n),$n);function J0(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=J0(re),Y0=J0($n);function R3(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Z0={exports:{}},sr=Z0.exports={},Bn,Ln;function af(){throw new Error("setTimeout has not been defined")}function cf(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Bn=setTimeout:Bn=af}catch{Bn=af}try{typeof clearTimeout=="function"?Ln=clearTimeout:Ln=cf}catch{Ln=cf}})();function Q0(e){if(Bn===setTimeout)return setTimeout(e,0);if((Bn===af||!Bn)&&setTimeout)return Bn=setTimeout,setTimeout(e,0);try{return Bn(e,0)}catch{try{return Bn.call(null,e,0)}catch{return Bn.call(this,e,0)}}}function D3(e){if(Ln===clearTimeout)return clearTimeout(e);if((Ln===cf||!Ln)&&clearTimeout)return Ln=clearTimeout,clearTimeout(e);try{return Ln(e)}catch{try{return Ln.call(null,e)}catch{return Ln.call(this,e)}}}var li=[],no=!1,ws,jc=-1;function $3(){!no||!ws||(no=!1,ws.length?li=ws.concat(li):jc=-1,li.length&&em())}function em(){if(!no){var e=Q0($3);no=!0;for(var t=li.length;t;){for(ws=li,li=[];++jc<t;)ws&&ws[jc].run();jc=-1,t=li.length}ws=null,no=!1,D3(e)}}sr.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];li.push(new tm(e,t)),li.length===1&&!no&&Q0(em)};function tm(e,t){this.fun=e,this.array=t}tm.prototype.run=function(){this.fun.apply(null,this.array)},sr.title="browser",sr.browser=!0,sr.env={},sr.argv=[],sr.version="",sr.versions={};function fi(){}sr.on=fi,sr.addListener=fi,sr.once=fi,sr.off=fi,sr.removeListener=fi,sr.removeAllListeners=fi,sr.emit=fi,sr.prependListener=fi,sr.prependOnceListener=fi,sr.listeners=function(e){return[]},sr.binding=function(e){throw new Error("process.binding is not supported")},sr.cwd=function(){return"/"},sr.chdir=function(e){throw new Error("process.chdir is not supported")},sr.umask=function(){return 0};var B3=Z0.exports;const hn=R3(B3);var jr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function fa(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function kc(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 uf={exports:{}},da={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,60 +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
|
-
`+
|
|
9
|
+
*/var rm;function L3(){if(rm)return da;rm=1;var e=re,t=Symbol.for("react.element"),r=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,i=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,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 da.Fragment=r,da.jsx=o,da.jsxs=o,da}var ha={},nm;function F3(){return nm||(nm=1,hn.env.NODE_ENV!=="production"&&function(){var e=re,t=Symbol.for("react.element"),r=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),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 oe=b&&z[b]||z[_];return typeof oe=="function"?oe:null}var P=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function N(z){{for(var oe=arguments.length,he=new Array(oe>1?oe-1:0),ke=1;ke<oe;ke++)he[ke-1]=arguments[ke];R("error",z,he)}}function R(z,oe,he){{var ke=P.ReactDebugCurrentFrame,He=ke.getStackAddendum();He!==""&&(oe+="%s",he=he.concat([He]));var Ne=he.map(function(ze){return String(ze)});Ne.unshift("Warning: "+oe),Function.prototype.apply.call(console[z],console,Ne)}}var U=!1,L=!1,W=!1,q=!1,X=!1,ie;ie=Symbol.for("react.module.reference");function ae(z){return!!(typeof z=="string"||typeof z=="function"||z===n||z===s||X||z===i||z===u||z===l||q||z===y||U||L||W||typeof z=="object"&&z!==null&&(z.$$typeof===h||z.$$typeof===f||z.$$typeof===o||z.$$typeof===a||z.$$typeof===c||z.$$typeof===ie||z.getModuleId!==void 0))}function ce(z,oe,he){var ke=z.displayName;if(ke)return ke;var He=oe.displayName||oe.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"&&N("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 oe=z;return V(oe)+".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,Ne=He._payload,ze=He._init;try{return $(ze(Ne))}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&&N("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var se=P.ReactCurrentDispatcher,ve;function ye(z,oe,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 Je=typeof WeakMap=="function"?WeakMap:Map;Se=new Je}function Ue(z,oe){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 Ne;Ne=se.current,se.current=null,j();try{if(oe){var ze=function(){throw Error()};if(Object.defineProperty(ze.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ze,[])}catch(Yt){ke=Yt}Reflect.construct(z,[],ze)}else{try{ze.call()}catch(Yt){ke=Yt}z.call(ze.prototype)}}else{try{throw Error()}catch(Yt){ke=Yt}z()}}catch(Yt){if(Yt&&ke&&typeof Yt.stack=="string"){for(var ut=Yt.stack.split(`
|
|
11
11
|
`),Jt=ke.stack.split(`
|
|
12
|
-
`),
|
|
13
|
-
`+ut[
|
|
12
|
+
`),Nt=ut.length-1,Bt=Jt.length-1;Nt>=1&&Bt>=0&&ut[Nt]!==Jt[Bt];)Bt--;for(;Nt>=1&&Bt>=0;Nt--,Bt--)if(ut[Nt]!==Jt[Bt]){if(Nt!==1||Bt!==1)do if(Nt--,Bt--,Bt<0||ut[Nt]!==Jt[Bt]){var ir=`
|
|
13
|
+
`+ut[Nt].replace(" at new "," at ");return z.displayName&&ir.includes("<anonymous>")&&(ir=ir.replace("<anonymous>",z.displayName)),typeof z=="function"&&Se.set(z,ir),ir}while(Nt>=1&&Bt>=0);break}}}finally{Ee=!1,se.current=Ne,ee(),Error.prepareStackTrace=He}var Sr=z?z.displayName||z.name:"",or=Sr?ye(Sr):"";return typeof z=="function"&&Se.set(z,or),or}function lt(z,oe,he){return Ue(z,!1)}function ht(z){var oe=z.prototype;return!!(oe&&oe.isReactComponent)}function $e(z,oe,he){if(z==null)return"";if(typeof z=="function")return Ue(z,ht(z));if(typeof z=="string")return ye(z);switch(z){case u:return ye("Suspense");case l:return ye("SuspenseList")}if(typeof z=="object")switch(z.$$typeof){case c:return lt(z.render);case f:return $e(z.type,oe,he);case h:{var ke=z,He=ke._payload,Ne=ke._init;try{return $e(Ne(He),oe,he)}catch{}}}return""}var mt=Object.prototype.hasOwnProperty,_e={},me=P.ReactDebugCurrentFrame;function Ae(z){if(z){var oe=z._owner,he=$e(z.type,z._source,oe?oe.type:null);me.setExtraStackFrame(he)}else me.setExtraStackFrame(null)}function Ge(z,oe,he,ke,He){{var Ne=Function.call.bind(mt);for(var ze in z)if(Ne(z,ze)){var ut=void 0;try{if(typeof z[ze]!="function"){var Jt=Error((ke||"React class")+": "+he+" type `"+ze+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof z[ze]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Jt.name="Invariant Violation",Jt}ut=z[ze](oe,ze,ke,he,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Nt){ut=Nt}ut&&!(ut instanceof Error)&&(Ae(He),N("%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,ze,typeof ut),Ae(null)),ut instanceof Error&&!(ut.message in _e)&&(_e[ut.message]=!0,Ae(He),N("Failed %s type: %s",he,ut.message),Ae(null))}}}var De=Array.isArray;function Oe(z){return De(z)}function Ie(z){{var oe=typeof Symbol=="function"&&Symbol.toStringTag,he=oe&&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 N("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 We=P.ReactCurrentOwner,jt={key:!0,ref:!0,__self:!0,__source:!0},St,et,At;At={};function $t(z){if(mt.call(z,"ref")){var oe=Object.getOwnPropertyDescriptor(z,"ref").get;if(oe&&oe.isReactWarning)return!1}return z.ref!==void 0}function nt(z){if(mt.call(z,"key")){var oe=Object.getOwnPropertyDescriptor(z,"key").get;if(oe&&oe.isReactWarning)return!1}return z.key!==void 0}function Et(z,oe){if(typeof z.ref=="string"&&We.current&&oe&&We.current.stateNode!==oe){var he=$(We.current.type);At[he]||(N('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',$(We.current.type),z.ref),At[he]=!0)}}function Ot(z,oe){{var he=function(){St||(St=!0,N("%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)",oe))};he.isReactWarning=!0,Object.defineProperty(z,"key",{get:he,configurable:!0})}}function st(z,oe){{var he=function(){et||(et=!0,N("%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)",oe))};he.isReactWarning=!0,Object.defineProperty(z,"ref",{get:he,configurable:!0})}}var kt=function(z,oe,he,ke,He,Ne,ze){var ut={$$typeof:t,type:z,key:oe,ref:he,props:ze,_owner:Ne};return ut._store={},Object.defineProperty(ut._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(ut,"_self",{configurable:!1,enumerable:!1,writable:!1,value:ke}),Object.defineProperty(ut,"_source",{configurable:!1,enumerable:!1,writable:!1,value:He}),Object.freeze&&(Object.freeze(ut.props),Object.freeze(ut)),ut};function It(z,oe,he,ke,He){{var Ne,ze={},ut=null,Jt=null;he!==void 0&&(dt(he),ut=""+he),nt(oe)&&(dt(oe.key),ut=""+oe.key),$t(oe)&&(Jt=oe.ref,Et(oe,He));for(Ne in oe)mt.call(oe,Ne)&&!jt.hasOwnProperty(Ne)&&(ze[Ne]=oe[Ne]);if(z&&z.defaultProps){var Nt=z.defaultProps;for(Ne in Nt)ze[Ne]===void 0&&(ze[Ne]=Nt[Ne])}if(ut||Jt){var Bt=typeof z=="function"?z.displayName||z.name||"Unknown":z;ut&&Ot(ze,Bt),Jt&&st(ze,Bt)}return kt(z,ut,Jt,He,ke,We.current,ze)}}var it=P.ReactCurrentOwner,wt=P.ReactDebugCurrentFrame;function Mt(z){if(z){var oe=z._owner,he=$e(z.type,z._source,oe?oe.type:null);wt.setExtraStackFrame(he)}else wt.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 \``+
|
|
15
|
+
Check the render method of \``+z+"`."}return""}}function ot(z){{if(z!==void 0){var oe=z.fileName.replace(/^.*[\\\/]/,""),he=z.lineNumber;return`
|
|
16
16
|
|
|
17
|
-
Check your code at `+
|
|
17
|
+
Check your code at `+oe+":"+he+"."}return""}}var _t={};function Ut(z){{var oe=Pt();if(!oe){var he=typeof z=="string"?z:z.displayName||z.name;he&&(oe=`
|
|
18
18
|
|
|
19
|
-
Check the top-level render call using <`+
|
|
19
|
+
Check the top-level render call using <`+he+">.")}return oe}}function k(z,oe){{if(!z._store||z._store.validated||z.key!=null)return;z._store.validated=!0;var he=Ut(oe);if(_t[he])return;_t[he]=!0;var ke="";z&&z._owner&&z._owner!==it.current&&(ke=" It was passed a child from "+$(z._owner.type)+"."),Mt(z),N('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),Mt(null)}}function S(z,oe){{if(typeof z!="object")return;if(Oe(z))for(var he=0;he<z.length;he++){var ke=z[he];gt(ke)&&k(ke,oe)}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 Ne=He.call(z),ze;!(ze=Ne.next()).done;)gt(ze.value)&&k(ze.value,oe)}}}function T(z){{var oe=z.type;if(oe==null||typeof oe=="string")return;var he;if(typeof oe=="function")he=oe.propTypes;else if(typeof oe=="object"&&(oe.$$typeof===c||oe.$$typeof===f))he=oe.propTypes;else return;if(he){var ke=$(oe);Ge(he,z.props,"prop",ke,z)}else if(oe.PropTypes!==void 0&&!Ye){Ye=!0;var He=$(oe);N("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",He||"Unknown")}typeof oe.getDefaultProps=="function"&&!oe.getDefaultProps.isReactClassApproved&&N("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function B(z){{for(var oe=Object.keys(z.props),he=0;he<oe.length;he++){var ke=oe[he];if(ke!=="children"&&ke!=="key"){Mt(z),N("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",ke),Mt(null);break}}z.ref!==null&&(Mt(z),N("Invalid attribute `ref` supplied to `React.Fragment`."),Mt(null))}}var K={};function Z(z,oe,he,ke,He,Ne){{var ze=ae(z);if(!ze){var ut="";(z===void 0||typeof z=="object"&&z!==null&&Object.keys(z).length===0)&&(ut+=" 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 Jt=ot(He);Jt?ut+=Jt:ut+=Pt();var Nt;z===null?Nt="null":Oe(z)?Nt="array":z!==void 0&&z.$$typeof===t?(Nt="<"+($(z.type)||"Unknown")+" />",ut=" Did you accidentally export a JSX literal instead of a component?"):Nt=typeof z,N("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Nt,ut)}var Bt=It(z,oe,he,He,Ne);if(Bt==null)return Bt;if(ze){var ir=oe.children;if(ir!==void 0)if(ke)if(Oe(ir)){for(var Sr=0;Sr<ir.length;Sr++)S(ir[Sr],z);Object.freeze&&Object.freeze(ir)}else N("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(ir,z)}if(mt.call(oe,"key")){var or=$(z),Yt=Object.keys(oe).filter(function(Vr){return Vr!=="key"}),vr=Yt.length>0?"{key: someKey, "+Yt.join(": ..., ")+": ...}":"{key: someKey}";if(!K[or+vr]){var Nn=Yt.length>0?"{"+Yt.join(": ..., ")+": ...}":"{}";N(`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} />`,gr,sr,On,sr),X[sr+gr]=!0}}return V===n?B(Bt):A(Bt),Bt}}function re(V,ae,de){return Z(V,ae,de,!0)}function $e(V,ae,de){return Z(V,ae,de,!1)}var tt=$e,Re=re;sa.Fragment=n,sa.jsx=tt,sa.jsxs=Re}()),sa}cn.env.NODE_ENV==="production"?of.exports=oS():of.exports=aS();var _=of.exports;const zG="",VG="",qG="";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(f){console&&console.log(f)}}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);const HG="",WG="",GG="",KG="";function Nn(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 cS="1.18.0",uS="1.40.0",lS={"-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 af extends Error{}class cf extends af{constructor(t,r){super(t),this.code=r,this.type=lS[r]??"ServerError"}}class G0 extends af{constructor(t,r,n){super(t),this.status=r,this.statusText=n}}var K0=e=>{throw TypeError(e)},uf=(e,t,r)=>t.has(e)||K0("Cannot "+r),er=(e,t,r)=>(uf(e,t,"read from private field"),r?r.call(e):t.get(e)),fs=(e,t,r)=>t.has(e)?K0("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Ys=(e,t,r,n)=>(uf(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),X0=(e,t,r)=>(uf(e,t,"access private method"),r),fS=(e,t,r,n)=>({set _(i){Ys(e,t,i,r)},get _(){return er(e,t,n)}}),ds,oa,ai,hs,aa,Zs,Mc,J0,Y0;function dS(e){const t=new URL(e);return t.protocol=t.protocol.replace("http","ws"),t.toString()}const hS={WebSocketConstructor:typeof WebSocket<"u"?WebSocket:void 0,callTimeout:3e4,reconnectTimeout:3e3,maxReconnects:5};class pS{constructor(t,r={}){if(fs(this,Mc),fs(this,ds,0),fs(this,oa,0),fs(this,ai,null),fs(this,hs,null),fs(this,aa,new Set),fs(this,Zs,new Map),this.endpoint=t,this.options={...hS,...r},!this.options.WebSocketConstructor)throw new Error("Missing WebSocket constructor");this.endpoint.startsWith("http")&&(this.endpoint=dS(this.endpoint))}async makeRequest(t,r){const n=await X0(this,Mc,J0).call(this);return new Promise((i,s)=>{Ys(this,ds,er(this,ds)+1),er(this,Zs).set(er(this,ds),{resolve:i,reject:s,timeout:setTimeout(()=>{er(this,Zs).delete(er(this,ds)),s(new Error(`Request timeout: ${t}`))},this.options.callTimeout)}),n.send(JSON.stringify({jsonrpc:"2.0",id:er(this,ds),method:t,params:r}))}).then(({error:i,result:s})=>{if(i)throw new cf(i.message,i.code);return s})}async subscribe(t){const r=new mS(t);return er(this,aa).add(r),await r.subscribe(this),()=>r.unsubscribe(this)}}ds=new WeakMap,oa=new WeakMap,ai=new WeakMap,hs=new WeakMap,aa=new WeakMap,Zs=new WeakMap,Mc=new WeakSet,J0=function(){return er(this,hs)?er(this,hs):(Ys(this,hs,new Promise(e=>{var t;(t=er(this,ai))==null||t.close(),Ys(this,ai,new this.options.WebSocketConstructor(this.endpoint)),er(this,ai).addEventListener("open",()=>{Ys(this,oa,0),e(er(this,ai))}),er(this,ai).addEventListener("close",()=>{fS(this,oa)._++,er(this,oa)<=this.options.maxReconnects&&setTimeout(()=>{X0(this,Mc,Y0).call(this)},this.options.reconnectTimeout)}),er(this,ai).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,Zs).has(n.id)){const{resolve:i,timeout:s}=er(this,Zs).get(n.id);clearTimeout(s),i(n)}else if("params"in n){const{params:i}=n;er(this,aa).forEach(s=>{s.subscriptionId===i.subscription&&i.subscription===s.subscriptionId&&s.onMessage(i.result)})}})})),er(this,hs))},Y0=async function(){var e;return(e=er(this,ai))==null||e.close(),Ys(this,hs,null),Promise.allSettled([...er(this,aa)].map(t=>t.subscribe(this)))};class mS{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 Z0=e=>{throw TypeError(e)},lf=(e,t,r)=>t.has(e)||Z0("Cannot "+r),Yr=(e,t,r)=>(lf(e,t,"read from private field"),r?r.call(e):t.get(e)),Ac=(e,t,r)=>t.has(e)?Z0("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),ff=(e,t,r,n)=>(lf(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),gS=(e,t,r)=>(lf(e,t,"access private method"),r),ca,un,ua,df,Q0;class em{constructor(t){Ac(this,df),Ac(this,ca,0),Ac(this,un),Ac(this,ua),ff(this,un,t)}fetch(t,r){const n=Yr(this,un).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;ff(this,ca,Yr(this,ca)+1);const r=await this.fetch(((i=Yr(this,un).rpc)==null?void 0:i.url)??Yr(this,un).url,{method:"POST",headers:{"Content-Type":"application/json","Client-Sdk-Type":"typescript","Client-Sdk-Version":cS,"Client-Target-Api-Version":uS,"Client-Request-Method":t.method,...(s=Yr(this,un).rpc)==null?void 0:s.headers},body:JSON.stringify({jsonrpc:"2.0",id:Yr(this,ca),method:t.method,params:t.params})});if(!r.ok)throw new G0(`Unexpected status code: ${r.status}`,r.status,r.statusText);const n=await r.json();if("error"in n&&n.error!=null)throw new cf(n.error.message,n.error.code);return n.result}async subscribe(t){const r=await gS(this,df,Q0).call(this).subscribe(t);return async()=>!!await r()}}ca=new WeakMap,un=new WeakMap,ua=new WeakMap,df=new WeakSet,Q0=function(){var e;if(!Yr(this,ua)){const t=Yr(this,un).WebSocketConstructor??WebSocket;if(!t)throw new Error("The current environment does not support WebSocket, you can provide a WebSocketConstructor in the options for SuiHTTPTransport.");ff(this,ua,new pS(((e=Yr(this,un).websocket)==null?void 0:e.url)??Yr(this,un).url,{WebSocketConstructor:t,...Yr(this,un).websocket}))}return Yr(this,ua)};function tm(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 vS(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,w=new Uint8Array(b);for(;h!==y;){let R=u[h],N=0;for(let z=b-1;(R!==0||N<f)&&z!==-1;z--,N++)R+=256*w[z]>>>0,w[z]=R%r>>>0,R=R/r>>>0;if(R!==0)throw new Error("Non-zero carry");f=N,h++}let T=b-f;for(;T!==b&&w[T]===0;)T++;let P=n.repeat(l);for(;T<b;++T)P+=e.charAt(w[T]);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 z=y-1;(R!==0||N<h)&&z!==-1;z--,N++)R+=r*b[z]>>>0,b[z]=R%256>>>0,R=R/256>>>0;if(R!==0)throw new Error("Non-zero carry");h=N,l++}let w=y-h;for(;w!==y&&b[w]===0;)w++;const T=new Uint8Array(f+(y-w));let P=f;for(;w!==y;)T[P++]=b[w++];return T}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 yS="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";const rm=vS(yS),Tc=e=>rm.encode(e),Qs=e=>rm.decode(e),bS=Tc,wS=Qs;function Oc(e){return Uint8Array.from(atob(e),t=>t.charCodeAt(0))}const hf=8192;function ki(e){if(e.length<hf)return btoa(String.fromCharCode(...e));let t="";for(var r=0;r<e.length;r+=hf){const n=e.slice(r,r+hf);t+=String.fromCharCode(...n)}return btoa(t)}const _S=ki,xS=Oc;function Ic(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 la(e){return e.reduce((t,r)=>t+r.toString(16).padStart(2,"0"),"")}const SS=la,ES=Ic;function pf(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 CS(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 nm{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}=CS(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 im(e,t){switch(t){case"base58":return Tc(e);case"base64":return ki(e);case"hex":return la(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function MS(e,t){switch(t){case"base58":return Qs(e);case"base64":return Oc(e);case"hex":return Ic(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function AS(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 sm{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 mf(BigInt(t),8).forEach(r=>this.write8(r)),this}write128(t){return mf(BigInt(t),16).forEach(r=>this.write8(r)),this}write256(t){return mf(BigInt(t),32).forEach(r=>this.write8(r)),this}writeULEB(t){return pf(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 im(this.toBytes(),t)}}function mf(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 om=e=>{throw TypeError(e)},am=(e,t,r)=>t.has(e)||om("Cannot "+r),ln=(e,t,r)=>(am(e,t,"read from private field"),r?r.call(e):t.get(e)),Pc=(e,t,r)=>t.has(e)?om("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),kc=(e,t,r,n)=>(am(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),eo,fa,jc,ji;const TS=class eS{constructor(t){Pc(this,eo),Pc(this,fa),this.name=t.name,this.read=t.read,this.serializedSize=t.serializedSize??(()=>null),kc(this,eo,t.write),kc(this,fa,t.serialize??((r,n)=>{const i=new sm({initialSize:this.serializedSize(r)??void 0,...n});return ln(this,eo).call(this,r,i),i.toBytes()})),this.validate=t.validate??(()=>{})}write(t,r){this.validate(t),ln(this,eo).call(this,t,r)}serialize(t,r){return this.validate(t),new um(this,ln(this,fa).call(this,t,r))}parse(t){const r=new nm(t);return this.read(r)}fromHex(t){return this.parse(Ic(t))}fromBase58(t){return this.parse(Qs(t))}fromBase64(t){return this.parse(Oc(t))}transform({name:t,input:r,output:n,validate:i}){return new eS({name:t??this.name,read:s=>n(this.read(s)),write:(s,o)=>ln(this,eo).call(this,r(s),o),serializedSize:s=>this.serializedSize(r(s)),serialize:(s,o)=>ln(this,fa).call(this,r(s),o),validate:s=>{i==null||i(s),this.validate(r(s))}})}};eo=new WeakMap,fa=new WeakMap;let Dn=TS;const cm=Symbol.for("@mysten/serialized-bcs");function OS(e){return!!e&&typeof e=="object"&&e[cm]===!0}class um{constructor(t,r){Pc(this,jc),Pc(this,ji),kc(this,jc,t),kc(this,ji,r)}get[cm](){return!0}toBytes(){return ln(this,ji)}toHex(){return la(ln(this,ji))}toBase64(){return ki(ln(this,ji))}toBase58(){return Tc(ln(this,ji))}parse(){return ln(this,jc).parse(ln(this,ji))}}jc=new WeakMap,ji=new WeakMap;function Rc({size:e,...t}){return new Dn({...t,serializedSize:()=>e})}function gf({readMethod:e,writeMethod:t,...r}){return Rc({...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 vf({readMethod:e,writeMethod:t,...r}){return Rc({...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 IS({serialize:e,...t}){const r=new Dn({...t,serialize:e,write:(n,i)=>{for(const s of r.serialize(n).toBytes())i.write8(s)}});return r}function PS({toBytes:e,fromBytes:t,...r}){return new Dn({...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=pf(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 kS(e){let t=null;function r(){return t||(t=e()),t}return new Dn({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 Nc={u8(e){return gf({name:"u8",readMethod:"read8",writeMethod:"write8",size:1,maxValue:2**8-1,...e})},u16(e){return gf({name:"u16",readMethod:"read16",writeMethod:"write16",size:2,maxValue:2**16-1,...e})},u32(e){return gf({name:"u32",readMethod:"read32",writeMethod:"write32",size:4,maxValue:2**32-1,...e})},u64(e){return vf({name:"u64",readMethod:"read64",writeMethod:"write64",size:8,maxValue:2n**64n-1n,...e})},u128(e){return vf({name:"u128",readMethod:"read128",writeMethod:"write128",size:16,maxValue:2n**128n-1n,...e})},u256(e){return vf({name:"u256",readMethod:"read256",writeMethod:"write256",size:32,maxValue:2n**256n-1n,...e})},bool(e){return Rc({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 IS({name:"uleb128",read:t=>t.readULEB(),serialize:t=>Uint8Array.from(pf(t)),...e})},bytes(e,t){return Rc({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 PS({name:"string",toBytes:t=>new TextEncoder().encode(t),fromBytes:t=>new TextDecoder().decode(t),...e})},fixedArray(e,t,r){return new Dn({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 Nc.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 Dn({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 Dn({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 Dn({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 Dn({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 Nc.vector(Nc.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 kS(e)}},jS=Object.freeze(Object.defineProperty({__proto__:null,BcsReader:nm,BcsType:Dn,BcsWriter:sm,SerializedBcs:um,bcs:Nc,decodeStr:MS,encodeStr:im,fromB58:wS,fromB64:xS,fromBase58:Qs,fromBase64:Oc,fromHEX:ES,fromHex:Ic,isSerializedBcs:OS,splitGenericParameters:AS,toB58:bS,toB64:_S,toBase58:Tc,toBase64:ki,toHEX:SS,toHex:la},Symbol.toStringTag,{value:"Module"})),RS=32;function lm(e){try{return Qs(e).length===RS}catch{return!1}}const fm=32;function ps(e){return NS(e)&&DS(e)===fm}function Dc(e){return ps(e)}function ms(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(fm*2,"0")}`}function $c(e,t=!1){return ms(e,t)}function NS(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function DS(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}const $S=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,BS=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i;function LS(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!$S.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,s]=r.split("@");n=[...i?i.split("."):[],s]}else{if(!BS.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 gs={},to={},fn={};Object.defineProperty(fn,"__esModule",{value:!0}),fn.anumber=da,fn.number=da,fn.abytes=Bc,fn.bytes=Bc,fn.ahash=dm,fn.aexists=hm,fn.aoutput=pm;function da(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function FS(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function Bc(e,...t){if(!FS(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 dm(e){if(typeof e!="function"||typeof e.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");da(e.outputLen),da(e.blockLen)}function hm(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 pm(e,t){Bc(e);const r=t.outputLen;if(e.length<r)throw new Error("digestInto() expects output buffer of length at least "+r)}const US={number:da,bytes:Bc,hash:dm,exists:hm,output:pm};fn.default=US;var yf={},Lc={};Object.defineProperty(Lc,"__esModule",{value:!0}),Lc.crypto=void 0,Lc.crypto=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0,function(e){/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */Object.defineProperty(e,"__esModule",{value:!0}),e.Hash=e.nextTick=e.byteSwapIfBE=e.byteSwap=e.isLE=e.rotl=e.rotr=e.createView=e.u32=e.u8=void 0,e.isBytes=n,e.byteSwap32=l,e.bytesToHex=h,e.hexToBytes=w,e.asyncLoop=P,e.utf8ToBytes=R,e.toBytes=N,e.concatBytes=z,e.checkOpts=W,e.wrapConstructor=q,e.wrapConstructorWithOpts=K,e.wrapXOFConstructorWithOpts=te,e.randomBytes=oe;const t=Lc,r=fn;function n(H){return H instanceof Uint8Array||ArrayBuffer.isView(H)&&H.constructor.name==="Uint8Array"}const i=H=>new Uint8Array(H.buffer,H.byteOffset,H.byteLength);e.u8=i;const s=H=>new Uint32Array(H.buffer,H.byteOffset,Math.floor(H.byteLength/4));e.u32=s;const o=H=>new DataView(H.buffer,H.byteOffset,H.byteLength);e.createView=o;const a=(H,L)=>H<<32-L|H>>>L;e.rotr=a;const c=(H,L)=>H<<L|H>>>32-L>>>0;e.rotl=c,e.isLE=(()=>new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68)();const u=H=>H<<24&4278190080|H<<8&16711680|H>>>8&65280|H>>>24&255;e.byteSwap=u,e.byteSwapIfBE=e.isLE?H=>H:H=>(0,e.byteSwap)(H);function l(H){for(let L=0;L<H.length;L++)H[L]=(0,e.byteSwap)(H[L])}const f=Array.from({length:256},(H,L)=>L.toString(16).padStart(2,"0"));function h(H){(0,r.abytes)(H);let L="";for(let D=0;D<H.length;D++)L+=f[H[D]];return L}const y={_0:48,_9:57,A:65,F:70,a:97,f:102};function b(H){if(H>=y._0&&H<=y._9)return H-y._0;if(H>=y.A&&H<=y.F)return H-(y.A-10);if(H>=y.a&&H<=y.f)return H-(y.a-10)}function w(H){if(typeof H!="string")throw new Error("hex string expected, got "+typeof H);const L=H.length,D=L/2;if(L%2)throw new Error("hex string expected, got unpadded hex of length "+L);const p=new Uint8Array(D);for(let d=0,m=0;d<D;d++,m+=2){const x=b(H.charCodeAt(m)),C=b(H.charCodeAt(m+1));if(x===void 0||C===void 0){const E=H[m]+H[m+1];throw new Error('hex string expected, got non-hex character "'+E+'" at index '+m)}p[d]=x*16+C}return p}const T=async()=>{};e.nextTick=T;async function P(H,L,D){let p=Date.now();for(let d=0;d<H;d++){D(d);const m=Date.now()-p;m>=0&&m<L||(await(0,e.nextTick)(),p+=m)}}function R(H){if(typeof H!="string")throw new Error("utf8ToBytes expected string, got "+typeof H);return new Uint8Array(new TextEncoder().encode(H))}function N(H){return typeof H=="string"&&(H=R(H)),(0,r.abytes)(H),H}function z(...H){let L=0;for(let p=0;p<H.length;p++){const d=H[p];(0,r.abytes)(d),L+=d.length}const D=new Uint8Array(L);for(let p=0,d=0;p<H.length;p++){const m=H[p];D.set(m,d),d+=m.length}return D}class F{clone(){return this._cloneInto()}}e.Hash=F;function W(H,L){if(L!==void 0&&{}.toString.call(L)!=="[object Object]")throw new Error("Options should be object or undefined");return Object.assign(H,L)}function q(H){const L=p=>H().update(N(p)).digest(),D=H();return L.outputLen=D.outputLen,L.blockLen=D.blockLen,L.create=()=>H(),L}function K(H){const L=(p,d)=>H(d).update(N(p)).digest(),D=H({});return L.outputLen=D.outputLen,L.blockLen=D.blockLen,L.create=p=>H(p),L}function te(H){const L=(p,d)=>H(d).update(N(p)).digest(),D=H({});return L.outputLen=D.outputLen,L.blockLen=D.blockLen,L.create=p=>H(p),L}function oe(H=32){if(t.crypto&&typeof t.crypto.getRandomValues=="function")return t.crypto.getRandomValues(new Uint8Array(H));if(t.crypto&&typeof t.crypto.randomBytes=="function")return t.crypto.randomBytes(H);throw new Error("crypto.getRandomValues must be defined")}}(yf),Object.defineProperty(to,"__esModule",{value:!0}),to.BLAKE=to.SIGMA=void 0;const ro=fn,vr=yf;to.SIGMA=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 zS extends vr.Hash{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,(0,ro.anumber)(t),(0,ro.anumber)(r),(0,ro.anumber)(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=(0,vr.u32)(this.buffer)}update(t){(0,ro.aexists)(this);const{blockLen:r,buffer:n,buffer32:i}=this;t=(0,vr.toBytes)(t);const s=t.length,o=t.byteOffset,a=t.buffer;for(let c=0;c<s;){this.pos===r&&(vr.isLE||(0,vr.byteSwap32)(i),this.compress(i,0,!1),vr.isLE||(0,vr.byteSwap32)(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));vr.isLE||(0,vr.byteSwap32)(f);for(let h=0;c+r<s;h+=i.length,c+=r)this.length+=r,this.compress(f,h,!1);vr.isLE||(0,vr.byteSwap32)(f);continue}n.set(t.subarray(c,c+u),this.pos),this.pos+=u,this.length+=u,c+=u}return this}digestInto(t){(0,ro.aexists)(this),(0,ro.aoutput)(t,this);const{pos:r,buffer32:n}=this;this.finished=!0,this.buffer.subarray(r).fill(0),vr.isLE||(0,vr.byteSwap32)(n),this.compress(n,0,!0),vr.isLE||(0,vr.byteSwap32)(n);const i=(0,vr.u32)(t);this.get().forEach((s,o)=>i[o]=(0,vr.byteSwapIfBE)(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}}to.BLAKE=zS;var lt={};Object.defineProperty(lt,"__esModule",{value:!0}),lt.add5L=lt.add5H=lt.add4H=lt.add4L=lt.add3H=lt.add3L=lt.rotlBL=lt.rotlBH=lt.rotlSL=lt.rotlSH=lt.rotr32L=lt.rotr32H=lt.rotrBL=lt.rotrBH=lt.rotrSL=lt.rotrSH=lt.shrSL=lt.shrSH=lt.toBig=void 0,lt.fromBig=wf,lt.split=mm,lt.add=Om;const Fc=BigInt(2**32-1),bf=BigInt(32);function wf(e,t=!1){return t?{h:Number(e&Fc),l:Number(e>>bf&Fc)}:{h:Number(e>>bf&Fc)|0,l:Number(e&Fc)|0}}function mm(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}=wf(e[i],t);[r[i],n[i]]=[s,o]}return[r,n]}const gm=(e,t)=>BigInt(e>>>0)<<bf|BigInt(t>>>0);lt.toBig=gm;const vm=(e,t,r)=>e>>>r;lt.shrSH=vm;const ym=(e,t,r)=>e<<32-r|t>>>r;lt.shrSL=ym;const bm=(e,t,r)=>e>>>r|t<<32-r;lt.rotrSH=bm;const wm=(e,t,r)=>e<<32-r|t>>>r;lt.rotrSL=wm;const _m=(e,t,r)=>e<<64-r|t>>>r-32;lt.rotrBH=_m;const xm=(e,t,r)=>e>>>r-32|t<<64-r;lt.rotrBL=xm;const Sm=(e,t)=>t;lt.rotr32H=Sm;const Em=(e,t)=>e;lt.rotr32L=Em;const Cm=(e,t,r)=>e<<r|t>>>32-r;lt.rotlSH=Cm;const Mm=(e,t,r)=>t<<r|e>>>32-r;lt.rotlSL=Mm;const Am=(e,t,r)=>t<<r-32|e>>>64-r;lt.rotlBH=Am;const Tm=(e,t,r)=>e<<r-32|t>>>64-r;lt.rotlBL=Tm;function Om(e,t,r,n){const i=(t>>>0)+(n>>>0);return{h:e+r+(i/2**32|0)|0,l:i|0}}const Im=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0);lt.add3L=Im;const Pm=(e,t,r,n)=>t+r+n+(e/2**32|0)|0;lt.add3H=Pm;const km=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0);lt.add4L=km;const jm=(e,t,r,n,i)=>t+r+n+i+(e/2**32|0)|0;lt.add4H=jm;const Rm=(e,t,r,n,i)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(i>>>0);lt.add5L=Rm;const Nm=(e,t,r,n,i,s)=>t+r+n+i+s+(e/2**32|0)|0;lt.add5H=Nm;const VS={fromBig:wf,split:mm,toBig:gm,shrSH:vm,shrSL:ym,rotrSH:bm,rotrSL:wm,rotrBH:_m,rotrBL:xm,rotr32H:Sm,rotr32L:Em,rotlSH:Cm,rotlSL:Mm,rotlBH:Am,rotlBL:Tm,add:Om,add3L:Im,add3H:Pm,add4L:km,add4H:jm,add5H:Nm,add5L:Rm};lt.default=VS,Object.defineProperty(gs,"__esModule",{value:!0}),gs.blake2b=gs.BLAKE2b=void 0;const Dm=to,jr=lt,Br=yf,lr=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),Ie=new Uint32Array(32);function Ri(e,t,r,n,i,s){const o=i[s],a=i[s+1];let c=Ie[2*e],u=Ie[2*e+1],l=Ie[2*t],f=Ie[2*t+1],h=Ie[2*r],y=Ie[2*r+1],b=Ie[2*n],w=Ie[2*n+1],T=jr.default.add3L(c,l,o);u=jr.default.add3H(T,u,f,a),c=T|0,{Dh:w,Dl:b}={Dh:w^u,Dl:b^c},{Dh:w,Dl:b}={Dh:jr.default.rotr32H(w,b),Dl:jr.default.rotr32L(w,b)},{h:y,l:h}=jr.default.add(y,h,w,b),{Bh:f,Bl:l}={Bh:f^y,Bl:l^h},{Bh:f,Bl:l}={Bh:jr.default.rotrSH(f,l,24),Bl:jr.default.rotrSL(f,l,24)},Ie[2*e]=c,Ie[2*e+1]=u,Ie[2*t]=l,Ie[2*t+1]=f,Ie[2*r]=h,Ie[2*r+1]=y,Ie[2*n]=b,Ie[2*n+1]=w}function Ni(e,t,r,n,i,s){const o=i[s],a=i[s+1];let c=Ie[2*e],u=Ie[2*e+1],l=Ie[2*t],f=Ie[2*t+1],h=Ie[2*r],y=Ie[2*r+1],b=Ie[2*n],w=Ie[2*n+1],T=jr.default.add3L(c,l,o);u=jr.default.add3H(T,u,f,a),c=T|0,{Dh:w,Dl:b}={Dh:w^u,Dl:b^c},{Dh:w,Dl:b}={Dh:jr.default.rotrSH(w,b,16),Dl:jr.default.rotrSL(w,b,16)},{h:y,l:h}=jr.default.add(y,h,w,b),{Bh:f,Bl:l}={Bh:f^y,Bl:l^h},{Bh:f,Bl:l}={Bh:jr.default.rotrBH(f,l,63),Bl:jr.default.rotrBL(f,l,63)},Ie[2*e]=c,Ie[2*e+1]=u,Ie[2*t]=l,Ie[2*t+1]=f,Ie[2*r]=h,Ie[2*r+1]=y,Ie[2*n]=b,Ie[2*n+1]=w}class $m extends Dm.BLAKE{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=(0,Br.u32)((0,Br.toBytes)(t.salt));this.v4l^=(0,Br.byteSwapIfBE)(n[0]),this.v4h^=(0,Br.byteSwapIfBE)(n[1]),this.v5l^=(0,Br.byteSwapIfBE)(n[2]),this.v5h^=(0,Br.byteSwapIfBE)(n[3])}if(t.personalization){const n=(0,Br.u32)((0,Br.toBytes)(t.personalization));this.v6l^=(0,Br.byteSwapIfBE)(n[0]),this.v6h^=(0,Br.byteSwapIfBE)(n[1]),this.v7l^=(0,Br.byteSwapIfBE)(n[2]),this.v7h^=(0,Br.byteSwapIfBE)(n[3])}if(t.key){const n=new Uint8Array(this.blockLen);n.set((0,Br.toBytes)(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:w,v7h:T}=this;return[t,r,n,i,s,o,a,c,u,l,f,h,y,b,w,T]}set(t,r,n,i,s,o,a,c,u,l,f,h,y,b,w,T){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=w|0,this.v7h=T|0}compress(t,r,n){this.get().forEach((c,u)=>Ie[u]=c),Ie.set(lr,16);let{h:i,l:s}=jr.default.fromBig(BigInt(this.length));Ie[24]=lr[8]^s,Ie[25]=lr[9]^i,n&&(Ie[28]=~Ie[28],Ie[29]=~Ie[29]);let o=0;const a=Dm.SIGMA;for(let c=0;c<12;c++)Ri(0,4,8,12,t,r+2*a[o++]),Ni(0,4,8,12,t,r+2*a[o++]),Ri(1,5,9,13,t,r+2*a[o++]),Ni(1,5,9,13,t,r+2*a[o++]),Ri(2,6,10,14,t,r+2*a[o++]),Ni(2,6,10,14,t,r+2*a[o++]),Ri(3,7,11,15,t,r+2*a[o++]),Ni(3,7,11,15,t,r+2*a[o++]),Ri(0,5,10,15,t,r+2*a[o++]),Ni(0,5,10,15,t,r+2*a[o++]),Ri(1,6,11,12,t,r+2*a[o++]),Ni(1,6,11,12,t,r+2*a[o++]),Ri(2,7,8,13,t,r+2*a[o++]),Ni(2,7,8,13,t,r+2*a[o++]),Ri(3,4,9,14,t,r+2*a[o++]),Ni(3,4,9,14,t,r+2*a[o++]);this.v0l^=Ie[0]^Ie[16],this.v0h^=Ie[1]^Ie[17],this.v1l^=Ie[2]^Ie[18],this.v1h^=Ie[3]^Ie[19],this.v2l^=Ie[4]^Ie[20],this.v2h^=Ie[5]^Ie[21],this.v3l^=Ie[6]^Ie[22],this.v3h^=Ie[7]^Ie[23],this.v4l^=Ie[8]^Ie[24],this.v4h^=Ie[9]^Ie[25],this.v5l^=Ie[10]^Ie[26],this.v5h^=Ie[11]^Ie[27],this.v6l^=Ie[12]^Ie[28],this.v6h^=Ie[13]^Ie[29],this.v7l^=Ie[14]^Ie[30],this.v7h^=Ie[15]^Ie[31],Ie.fill(0)}destroy(){this.destroyed=!0,this.buffer32.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}gs.BLAKE2b=$m,gs.blake2b=(0,Br.wrapConstructorWithOpts)(e=>new $m(e));var _f=Object.defineProperty,qS=Object.getOwnPropertyDescriptor,HS=Object.getOwnPropertyNames,WS=Object.prototype.hasOwnProperty,GS=(e,t)=>{for(var r in t)_f(e,r,{get:t[r],enumerable:!0})},KS=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of HS(t))!WS.call(e,i)&&i!==r&&_f(e,i,{get:()=>t[i],enumerable:!(n=qS(t,i))||n.enumerable});return e},XS=e=>KS(_f({},"__esModule",{value:!0}),e),Bm={};GS(Bm,{BIC_REGEX:()=>Fm,CUID2_REGEX:()=>Um,DECIMAL_REGEX:()=>zm,EMAIL_REGEX:()=>Vm,EMOJI_REGEX:()=>qm,HEXADECIMAL_REGEX:()=>Hm,HEX_COLOR_REGEX:()=>Wm,IMEI_REGEX:()=>Gm,IPV4_REGEX:()=>Km,IPV6_REGEX:()=>Xm,IP_REGEX:()=>Jm,ISO_DATE_REGEX:()=>Ym,ISO_DATE_TIME_REGEX:()=>Zm,ISO_TIMESTAMP_REGEX:()=>tg,ISO_TIME_REGEX:()=>Qm,ISO_TIME_SECOND_REGEX:()=>eg,ISO_WEEK_REGEX:()=>rg,MAC48_REGEX:()=>ng,MAC64_REGEX:()=>ig,MAC_REGEX:()=>sg,OCTAL_REGEX:()=>og,ULID_REGEX:()=>ag,UUID_REGEX:()=>cg,ValiError:()=>Uc,_addIssue:()=>ue,_isLuhnAlgo:()=>xf,_isValidObjectKey:()=>vs,_stringify:()=>Rr,any:()=>zv,array:()=>Vv,arrayAsync:()=>qv,awaitAsync:()=>Lm,bic:()=>hg,bigint:()=>Hv,blob:()=>Wv,boolean:()=>Gv,brand:()=>pg,bytes:()=>mg,check:()=>gg,checkAsync:()=>vg,checkItems:()=>yg,config:()=>hE,creditCard:()=>bg,cuid2:()=>wg,custom:()=>Kv,customAsync:()=>Xv,date:()=>Jv,decimal:()=>_g,deleteGlobalConfig:()=>YS,deleteGlobalMessage:()=>QS,deleteSchemaMessage:()=>tE,deleteSpecificMessage:()=>nE,email:()=>xg,emoji:()=>Sg,empty:()=>Eg,endsWith:()=>Cg,entriesFromList:()=>sE,enum:()=>Af,enum_:()=>Af,everyItem:()=>Mg,excludes:()=>Ag,fallback:()=>pE,fallbackAsync:()=>mE,file:()=>Yv,filterItems:()=>Tg,findItem:()=>Og,finite:()=>Ig,flatten:()=>gE,forward:()=>vE,forwardAsync:()=>yE,function:()=>Tf,function_:()=>Tf,getDefault:()=>li,getDefaults:()=>Sf,getDefaultsAsync:()=>Ef,getDotPath:()=>dg,getFallback:()=>pa,getFallbacks:()=>Cf,getFallbacksAsync:()=>Mf,getGlobalConfig:()=>ha,getGlobalMessage:()=>ug,getSchemaMessage:()=>lg,getSpecificMessage:()=>fg,hash:()=>Pg,hexColor:()=>jg,hexadecimal:()=>kg,imei:()=>Rg,includes:()=>Ng,instance:()=>Zv,integer:()=>Dg,intersect:()=>Qv,intersectAsync:()=>e1,ip:()=>$g,ipv4:()=>Bg,ipv6:()=>Lg,is:()=>bE,isOfKind:()=>oE,isOfType:()=>aE,isValiError:()=>cE,isoDate:()=>Fg,isoDateTime:()=>Ug,isoTime:()=>zg,isoTimeSecond:()=>Vg,isoTimestamp:()=>qg,isoWeek:()=>Hg,keyof:()=>wE,lazy:()=>t1,lazyAsync:()=>r1,length:()=>Wg,literal:()=>n1,looseObject:()=>i1,looseObjectAsync:()=>s1,looseTuple:()=>o1,looseTupleAsync:()=>a1,mac:()=>Gg,mac48:()=>Kg,mac64:()=>Xg,map:()=>c1,mapAsync:()=>u1,mapItems:()=>Jg,maxBytes:()=>Yg,maxLength:()=>Zg,maxSize:()=>Qg,maxValue:()=>ev,mimeType:()=>tv,minBytes:()=>rv,minLength:()=>nv,minSize:()=>iv,minValue:()=>sv,multipleOf:()=>ov,nan:()=>l1,never:()=>f1,nonEmpty:()=>av,nonNullable:()=>d1,nonNullableAsync:()=>h1,nonNullish:()=>p1,nonNullishAsync:()=>m1,nonOptional:()=>Of,nonOptionalAsync:()=>If,normalize:()=>cv,notBytes:()=>uv,notLength:()=>lv,notSize:()=>fv,notValue:()=>dv,null:()=>Pf,null_:()=>Pf,nullable:()=>g1,nullableAsync:()=>v1,nullish:()=>y1,nullishAsync:()=>b1,number:()=>w1,object:()=>_1,objectAsync:()=>x1,objectWithRest:()=>S1,objectWithRestAsync:()=>E1,octal:()=>hv,omit:()=>_E,optional:()=>kf,optionalAsync:()=>jf,parse:()=>H1,parseAsync:()=>W1,parser:()=>xE,parserAsync:()=>SE,partial:()=>EE,partialAsync:()=>CE,partialCheck:()=>mv,partialCheckAsync:()=>gv,pick:()=>ME,picklist:()=>Rf,pipe:()=>AE,pipeAsync:()=>TE,promise:()=>C1,rawCheck:()=>vv,rawCheckAsync:()=>yv,rawTransform:()=>bv,rawTransformAsync:()=>wv,readonly:()=>_v,record:()=>M1,recordAsync:()=>A1,reduceItems:()=>xv,regex:()=>Sv,required:()=>OE,requiredAsync:()=>IE,safeInteger:()=>Ev,safeParse:()=>G1,safeParseAsync:()=>K1,safeParser:()=>PE,safeParserAsync:()=>kE,set:()=>T1,setAsync:()=>O1,setGlobalConfig:()=>JS,setGlobalMessage:()=>ZS,setSchemaMessage:()=>eE,setSpecificMessage:()=>rE,size:()=>Cv,someItem:()=>Mv,sortItems:()=>Av,startsWith:()=>Tv,strictObject:()=>I1,strictObjectAsync:()=>P1,strictTuple:()=>k1,strictTupleAsync:()=>j1,string:()=>R1,symbol:()=>N1,toLowerCase:()=>Ov,toMaxValue:()=>Iv,toMinValue:()=>Pv,toUpperCase:()=>kv,transform:()=>jv,transformAsync:()=>Rv,trim:()=>Nv,trimEnd:()=>Dv,trimStart:()=>$v,tuple:()=>D1,tupleAsync:()=>$1,tupleWithRest:()=>B1,tupleWithRestAsync:()=>L1,ulid:()=>Bv,undefined:()=>Nf,undefined_:()=>Nf,union:()=>F1,unionAsync:()=>U1,unknown:()=>z1,unwrap:()=>jE,url:()=>Lv,uuid:()=>Fv,value:()=>Uv,variant:()=>V1,variantAsync:()=>q1,void:()=>$f,void_:()=>$f});var Di=XS(Bm);function Lm(){return{kind:"transformation",type:"await",reference:Lm,async:!0,async _run(e){return e.value=await e.value,e}}}var Fm=/^[A-Z]{6}(?!00)[A-Z\d]{2}(?:[A-Z\d]{3})?$/u,Um=/^[a-z][\da-z]*$/u,zm=/^\d+$/u,Vm=/^[\w+-]+(?:\.[\w+-]+)*@[\da-z]+(?:[.-][\da-z]+)*\.[a-z]{2,}$/iu,qm=/^[\p{Extended_Pictographic}\p{Emoji_Component}]+$/u,Hm=/^(?:0h|0x)?[\da-f]+$/iu,Wm=/^#(?:[\da-f]{3,4}|[\da-f]{6}|[\da-f]{8})$/iu,Gm=/^\d{15}$|^\d{2}-\d{6}-\d{6}-\d$/u,Km=/^(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])(?:\.(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])){3}$/u,Xm=/^(?:(?:[\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,Jm=/^(?:(?:[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,Ym=/^\d{4}-(?:0[1-9]|1[0-2])-(?:[12]\d|0[1-9]|3[01])$/u,Zm=/^\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,Qm=/^(?:0\d|1\d|2[0-3]):[0-5]\d$/u,eg=/^(?:0\d|1\d|2[0-3])(?::[0-5]\d){2}$/u,tg=/^\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,rg=/^\d{4}-W(?:0[1-9]|[1-4]\d|5[0-3])$/u,ng=/^(?:[\da-f]{2}:){5}[\da-f]{2}$|^(?:[\da-f]{2}-){5}[\da-f]{2}$|^(?:[\da-f]{4}\.){2}[\da-f]{4}$/iu,ig=/^(?:[\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,sg=/^(?:[\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,og=/^(?:0o)?[0-7]+$/iu,ag=/^[\da-hjkmnp-tv-z]{26}$/iu,cg=/^[\da-f]{8}(?:-[\da-f]{4}){3}-[\da-f]{12}$/iu,Zr;function JS(e){Zr={...Zr,...e}}function ha(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 YS(){Zr=void 0}var ci;function ZS(e,t){ci||(ci=new Map),ci.set(t,e)}function ug(e){return ci==null?void 0:ci.get(e)}function QS(e){ci==null||ci.delete(e)}var ui;function eE(e,t){ui||(ui=new Map),ui.set(t,e)}function lg(e){return ui==null?void 0:ui.get(e)}function tE(e){ui==null||ui.delete(e)}var dn;function rE(e,t,r){dn||(dn=new Map),dn.get(e)||dn.set(e,new Map),dn.get(e).set(r,t)}function fg(e,t){var r;return(r=dn==null?void 0:dn.get(e))==null?void 0:r.get(t)}function nE(e,t){var r;(r=dn==null?void 0:dn.get(e))==null||r.delete(t)}function Rr(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 ue(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)??Rr(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??fg(e.reference,c.lang)??(u?lg(c.lang):null)??n.message??ug(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 iE=/\D/gu;function xf(e){const t=e.replace(iE,"");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 vs(e,t){return Object.hasOwn(e,t)&&t!=="__proto__"&&t!=="prototype"&&t!=="constructor"}function sE(e,t){const r={};for(const n of e)r[n]=t;return r}function dg(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 oE(e,t){return t.kind===e}function aE(e,t){return t.type===e}function cE(e){return e instanceof Uc}var Uc=class extends Error{constructor(t){super(t[0].message);gt(this,"issues");this.name="ValiError",this.issues=t}};function hg(e){return{kind:"validation",type:"bic",reference:hg,async:!1,expects:null,requirement:Fm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"BIC",t,r),t}}}function pg(e){return{kind:"transformation",type:"brand",reference:pg,async:!1,name:e,_run(t){return t}}}function mg(e,t){return{kind:"validation",type:"bytes",reference:mg,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&&ue(this,"bytes",r,n,{received:`${i}`})}return r}}}function gg(e,t){return{kind:"validation",type:"check",reference:gg,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement(r.value)&&ue(this,"input",r,n),r}}}function vg(e,t){return{kind:"validation",type:"check",reference:vg,async:!0,expects:null,requirement:e,message:t,async _run(r,n){return r.typed&&!await this.requirement(r.value)&&ue(this,"input",r,n),r}}}function yg(e,t){return{kind:"validation",type:"check_items",reference:yg,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)||ue(this,"item",r,n,{input:s,path:[{type:"array",origin:"value",input:r.value,key:i,value:s}]})}return r}}}var uE=/^(?:\d{14,19}|\d{4}(?: \d{3,6}){2,4}|\d{4}(?:-\d{3,6}){2,4})$/u,lE=/[- ]/gu,fE=[/^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 bg(e){return{kind:"validation",type:"credit_card",reference:bg,async:!1,expects:null,requirement(t){let r;return uE.test(t)&&(r=t.replace(lE,""))&&fE.some(n=>n.test(r))&&xf(r)},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&ue(this,"credit card",t,r),t}}}function wg(e){return{kind:"validation",type:"cuid2",reference:wg,async:!1,expects:null,requirement:Um,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"Cuid2",t,r),t}}}function _g(e){return{kind:"validation",type:"decimal",reference:_g,async:!1,expects:null,requirement:zm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"decimal",t,r),t}}}function xg(e){return{kind:"validation",type:"email",reference:xg,expects:null,async:!1,requirement:Vm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"email",t,r),t}}}function Sg(e){return{kind:"validation",type:"emoji",reference:Sg,async:!1,expects:null,requirement:qm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"emoji",t,r),t}}}function Eg(e){return{kind:"validation",type:"empty",reference:Eg,async:!1,expects:"0",message:e,_run(t,r){return t.typed&&t.value.length>0&&ue(this,"length",t,r,{received:`${t.value.length}`}),t}}}function Cg(e,t){return{kind:"validation",type:"ends_with",reference:Cg,async:!1,expects:`"${e}"`,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.endsWith(this.requirement)&&ue(this,"end",r,n,{received:`"${r.value.slice(-this.requirement.length)}"`}),r}}}function Mg(e,t){return{kind:"validation",type:"every_item",reference:Mg,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.every(this.requirement)&&ue(this,"item",r,n),r}}}function Ag(e,t){const r=Rr(e);return{kind:"validation",type:"excludes",reference:Ag,async:!1,expects:`!${r}`,requirement:e,message:t,_run(n,i){return n.typed&&n.value.includes(this.requirement)&&ue(this,"content",n,i,{received:r}),n}}}function Tg(e){return{kind:"transformation",type:"filter_items",reference:Tg,async:!1,operation:e,_run(t){return t.value=t.value.filter(this.operation),t}}}function Og(e){return{kind:"transformation",type:"find_item",reference:Og,async:!1,operation:e,_run(t){return t.value=t.value.find(this.operation),t}}}function Ig(e){return{kind:"validation",type:"finite",reference:Ig,async:!1,expects:null,requirement:Number.isFinite,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&ue(this,"finite",t,r),t}}}var dE={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 Pg(e,t){return{kind:"validation",type:"hash",reference:Pg,expects:null,async:!1,requirement:RegExp(e.map(r=>`^[a-f0-9]{${dE[r]}}$`).join("|"),"iu"),message:t,_run(r,n){return r.typed&&!this.requirement.test(r.value)&&ue(this,"hash",r,n),r}}}function kg(e){return{kind:"validation",type:"hexadecimal",reference:kg,async:!1,expects:null,requirement:Hm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"hexadecimal",t,r),t}}}function jg(e){return{kind:"validation",type:"hex_color",reference:jg,async:!1,expects:null,requirement:Wm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"hex color",t,r),t}}}function Rg(e){return{kind:"validation",type:"imei",reference:Rg,async:!1,expects:null,requirement(t){return Gm.test(t)&&xf(t)},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&ue(this,"IMEI",t,r),t}}}function Ng(e,t){const r=Rr(e);return{kind:"validation",type:"includes",reference:Ng,async:!1,expects:r,requirement:e,message:t,_run(n,i){return n.typed&&!n.value.includes(this.requirement)&&ue(this,"content",n,i,{received:`!${r}`}),n}}}function Dg(e){return{kind:"validation",type:"integer",reference:Dg,async:!1,expects:null,requirement:Number.isInteger,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&ue(this,"integer",t,r),t}}}function $g(e){return{kind:"validation",type:"ip",reference:$g,async:!1,expects:null,requirement:Jm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"IP",t,r),t}}}function Bg(e){return{kind:"validation",type:"ipv4",reference:Bg,async:!1,expects:null,requirement:Km,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"IPv4",t,r),t}}}function Lg(e){return{kind:"validation",type:"ipv6",reference:Lg,async:!1,expects:null,requirement:Xm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"IPv6",t,r),t}}}function Fg(e){return{kind:"validation",type:"iso_date",reference:Fg,async:!1,expects:null,requirement:Ym,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"date",t,r),t}}}function Ug(e){return{kind:"validation",type:"iso_date_time",reference:Ug,async:!1,expects:null,requirement:Zm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"date-time",t,r),t}}}function zg(e){return{kind:"validation",type:"iso_time",reference:zg,async:!1,expects:null,requirement:Qm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"time",t,r),t}}}function Vg(e){return{kind:"validation",type:"iso_time_second",reference:Vg,async:!1,expects:null,requirement:eg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"time-second",t,r),t}}}function qg(e){return{kind:"validation",type:"iso_timestamp",reference:qg,async:!1,expects:null,requirement:tg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"timestamp",t,r),t}}}function Hg(e){return{kind:"validation",type:"iso_week",reference:Hg,async:!1,expects:null,requirement:rg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"week",t,r),t}}}function Wg(e,t){return{kind:"validation",type:"length",reference:Wg,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length!==this.requirement&&ue(this,"length",r,n,{received:`${r.value.length}`}),r}}}function Gg(e){return{kind:"validation",type:"mac",reference:Gg,async:!1,expects:null,requirement:sg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"MAC",t,r),t}}}function Kg(e){return{kind:"validation",type:"mac48",reference:Kg,async:!1,expects:null,requirement:ng,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"48-bit MAC",t,r),t}}}function Xg(e){return{kind:"validation",type:"mac64",reference:Xg,async:!1,expects:null,requirement:ig,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"64-bit MAC",t,r),t}}}function Jg(e){return{kind:"transformation",type:"map_items",reference:Jg,async:!1,operation:e,_run(t){return t.value=t.value.map(this.operation),t}}}function Yg(e,t){return{kind:"validation",type:"max_bytes",reference:Yg,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&&ue(this,"bytes",r,n,{received:`${i}`})}return r}}}function Zg(e,t){return{kind:"validation",type:"max_length",reference:Zg,async:!1,expects:`<=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length>this.requirement&&ue(this,"length",r,n,{received:`${r.value.length}`}),r}}}function Qg(e,t){return{kind:"validation",type:"max_size",reference:Qg,async:!1,expects:`<=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size>this.requirement&&ue(this,"size",r,n,{received:`${r.value.size}`}),r}}}function ev(e,t){return{kind:"validation",type:"max_value",reference:ev,async:!1,expects:`<=${e instanceof Date?e.toJSON():Rr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value>this.requirement&&ue(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Rr(r.value)}),r}}}function tv(e,t){return{kind:"validation",type:"mime_type",reference:tv,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)&&ue(this,"MIME type",r,n,{received:`"${r.value.type}"`}),r}}}function rv(e,t){return{kind:"validation",type:"min_bytes",reference:rv,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&&ue(this,"bytes",r,n,{received:`${i}`})}return r}}}function nv(e,t){return{kind:"validation",type:"min_length",reference:nv,async:!1,expects:`>=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length<this.requirement&&ue(this,"length",r,n,{received:`${r.value.length}`}),r}}}function iv(e,t){return{kind:"validation",type:"min_size",reference:iv,async:!1,expects:`>=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size<this.requirement&&ue(this,"size",r,n,{received:`${r.value.size}`}),r}}}function sv(e,t){return{kind:"validation",type:"min_value",reference:sv,async:!1,expects:`>=${e instanceof Date?e.toJSON():Rr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value<this.requirement&&ue(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Rr(r.value)}),r}}}function ov(e,t){return{kind:"validation",type:"multiple_of",reference:ov,async:!1,expects:`%${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value%this.requirement!==0&&ue(this,"multiple",r,n),r}}}function av(e){return{kind:"validation",type:"non_empty",reference:av,async:!1,expects:"!0",message:e,_run(t,r){return t.typed&&t.value.length===0&&ue(this,"length",t,r,{received:"0"}),t}}}function cv(e){return{kind:"transformation",type:"normalize",reference:cv,async:!1,form:e,_run(t){return t.value=t.value.normalize(this.form),t}}}function uv(e,t){return{kind:"validation",type:"not_bytes",reference:uv,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&&ue(this,"bytes",r,n,{received:`${i}`})}return r}}}function lv(e,t){return{kind:"validation",type:"not_length",reference:lv,async:!1,expects:`!${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length===this.requirement&&ue(this,"length",r,n,{received:`${r.value.length}`}),r}}}function fv(e,t){return{kind:"validation",type:"not_size",reference:fv,async:!1,expects:`!${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size===this.requirement&&ue(this,"size",r,n,{received:`${r.value.size}`}),r}}}function dv(e,t){return{kind:"validation",type:"not_value",reference:dv,async:!1,expects:e instanceof Date?`!${e.toJSON()}`:`!${Rr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&this.requirement<=r.value&&this.requirement>=r.value&&ue(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Rr(r.value)}),r}}}function hv(e){return{kind:"validation",type:"octal",reference:hv,async:!1,expects:null,requirement:og,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"octal",t,r),t}}}function pv(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 mv(e,t,r){return{kind:"validation",type:"partial_check",reference:mv,async:!1,expects:null,requirement:t,message:r,_run(n,i){return pv(n,e)&&!this.requirement(n.value)&&ue(this,"input",n,i),n}}}function gv(e,t,r){return{kind:"validation",type:"partial_check",reference:gv,async:!0,expects:null,requirement:t,message:r,async _run(n,i){return pv(n,e)&&!await this.requirement(n.value)&&ue(this,"input",n,i),n}}}function vv(e){return{kind:"validation",type:"raw_check",reference:vv,async:!1,expects:null,_run(t,r){return e({dataset:t,config:r,addIssue:n=>ue(this,(n==null?void 0:n.label)??"input",t,r,n)}),t}}}function yv(e){return{kind:"validation",type:"raw_check",reference:yv,async:!0,expects:null,async _run(t,r){return await e({dataset:t,config:r,addIssue:n=>ue(this,(n==null?void 0:n.label)??"input",t,r,n)}),t}}}function bv(e){return{kind:"transformation",type:"raw_transform",reference:bv,async:!1,_run(t,r){const n=e({dataset:t,config:r,addIssue:i=>ue(this,(i==null?void 0:i.label)??"input",t,r,i),NEVER:null});return t.issues?t.typed=!1:t.value=n,t}}}function wv(e){return{kind:"transformation",type:"raw_transform",reference:wv,async:!0,async _run(t,r){const n=await e({dataset:t,config:r,addIssue:i=>ue(this,(i==null?void 0:i.label)??"input",t,r,i),NEVER:null});return t.issues?t.typed=!1:t.value=n,t}}}function _v(){return{kind:"transformation",type:"readonly",reference:_v,async:!1,_run(e){return e}}}function xv(e,t){return{kind:"transformation",type:"reduce_items",reference:xv,async:!1,operation:e,initial:t,_run(r){return r.value=r.value.reduce(this.operation,this.initial),r}}}function Sv(e,t){return{kind:"validation",type:"regex",reference:Sv,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement.test(r.value)&&ue(this,"format",r,n),r}}}function Ev(e){return{kind:"validation",type:"safe_integer",reference:Ev,async:!1,expects:null,requirement:Number.isSafeInteger,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&ue(this,"safe integer",t,r),t}}}function Cv(e,t){return{kind:"validation",type:"size",reference:Cv,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size!==this.requirement&&ue(this,"size",r,n,{received:`${r.value.size}`}),r}}}function Mv(e,t){return{kind:"validation",type:"some_item",reference:Mv,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.some(this.requirement)&&ue(this,"item",r,n),r}}}function Av(e){return{kind:"transformation",type:"sort_items",reference:Av,async:!1,operation:e,_run(t){return t.value=t.value.sort(this.operation),t}}}function Tv(e,t){return{kind:"validation",type:"starts_with",reference:Tv,async:!1,expects:`"${e}"`,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.startsWith(this.requirement)&&ue(this,"start",r,n,{received:`"${r.value.slice(0,this.requirement.length)}"`}),r}}}function Ov(){return{kind:"transformation",type:"to_lower_case",reference:Ov,async:!1,_run(e){return e.value=e.value.toLowerCase(),e}}}function Iv(e){return{kind:"transformation",type:"to_max_value",reference:Iv,async:!1,requirement:e,_run(t){return t.value=t.value>this.requirement?this.requirement:t.value,t}}}function Pv(e){return{kind:"transformation",type:"to_min_value",reference:Pv,async:!1,requirement:e,_run(t){return t.value=t.value<this.requirement?this.requirement:t.value,t}}}function kv(){return{kind:"transformation",type:"to_upper_case",reference:kv,async:!1,_run(e){return e.value=e.value.toUpperCase(),e}}}function jv(e){return{kind:"transformation",type:"transform",reference:jv,async:!1,operation:e,_run(t){return t.value=this.operation(t.value),t}}}function Rv(e){return{kind:"transformation",type:"transform",reference:Rv,async:!0,operation:e,async _run(t){return t.value=await this.operation(t.value),t}}}function Nv(){return{kind:"transformation",type:"trim",reference:Nv,async:!1,_run(e){return e.value=e.value.trim(),e}}}function Dv(){return{kind:"transformation",type:"trim_end",reference:Dv,async:!1,_run(e){return e.value=e.value.trimEnd(),e}}}function $v(){return{kind:"transformation",type:"trim_start",reference:$v,async:!1,_run(e){return e.value=e.value.trimStart(),e}}}function Bv(e){return{kind:"validation",type:"ulid",reference:Bv,async:!1,expects:null,requirement:ag,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"ULID",t,r),t}}}function Lv(e){return{kind:"validation",type:"url",reference:Lv,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)&&ue(this,"URL",t,r),t}}}function Fv(e){return{kind:"validation",type:"uuid",reference:Fv,async:!1,expects:null,requirement:cg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"UUID",t,r),t}}}function Uv(e,t){return{kind:"validation",type:"value",reference:Uv,async:!1,expects:e instanceof Date?e.toJSON():Rr(e),requirement:e,message:t,_run(r,n){return r.typed&&!(this.requirement<=r.value&&this.requirement>=r.value)&&ue(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Rr(r.value)}),r}}}function hE(e,t){return{...e,_run(r,n){return e._run(r,{...n,...t})}}}function pa(e,t,r){return typeof e.fallback=="function"?e.fallback(t,r):e.fallback}function pE(e,t){return{...e,fallback:t,_run(r,n){return e._run(r,n),r.issues?{typed:!0,value:pa(this,r,n)}:r}}}function mE(e,t){return{...e,fallback:t,async:!0,async _run(r,n){return e._run(r,n),r.issues?{typed:!0,value:await pa(this,r,n)}:r}}}function gE(e){const t={};for(const r of e)if(r.path){const n=dg(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 vE(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 yE(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 li(e,t,r){return typeof e.default=="function"?e.default(t,r):e.default}function Sf(e){if("entries"in e){const t={};for(const r in e.entries)t[r]=Sf(e.entries[r]);return t}return"items"in e?e.items.map(Sf):li(e)}async function Ef(e){return"entries"in e?Object.fromEntries(await Promise.all(Object.entries(e.entries).map(async([t,r])=>[t,await Ef(r)]))):"items"in e?Promise.all(e.items.map(Ef)):li(e)}function Cf(e){if("entries"in e){const t={};for(const r in e.entries)t[r]=Cf(e.entries[r]);return t}return"items"in e?e.items.map(Cf):pa(e)}async function Mf(e){return"entries"in e?Object.fromEntries(await Promise.all(Object.entries(e.entries).map(async([t,r])=>[t,await Mf(r)]))):"items"in e?Promise.all(e.items.map(Mf)):pa(e)}function bE(e,t){return!e._run({typed:!1,value:t},{abortEarly:!0}).issues}function zv(){return{kind:"schema",type:"any",reference:zv,expects:"any",async:!1,_run(e){return e.typed=!0,e}}}function Vv(e,t){return{kind:"schema",type:"array",reference:Vv,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 ue(this,"type",r,n);return r}}}function qv(e,t){return{kind:"schema",type:"array",reference:qv,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 ue(this,"type",r,n);return r}}}function Hv(e){return{kind:"schema",type:"bigint",reference:Hv,expects:"bigint",async:!1,message:e,_run(t,r){return typeof t.value=="bigint"?t.typed=!0:ue(this,"type",t,r),t}}}function Wv(e){return{kind:"schema",type:"blob",reference:Wv,expects:"Blob",async:!1,message:e,_run(t,r){return t.value instanceof Blob?t.typed=!0:ue(this,"type",t,r),t}}}function Gv(e){return{kind:"schema",type:"boolean",reference:Gv,expects:"boolean",async:!1,message:e,_run(t,r){return typeof t.value=="boolean"?t.typed=!0:ue(this,"type",t,r),t}}}function Kv(e,t){return{kind:"schema",type:"custom",reference:Kv,expects:"unknown",async:!1,check:e,message:t,_run(r,n){return this.check(r.value)?r.typed=!0:ue(this,"type",r,n),r}}}function Xv(e,t){return{kind:"schema",type:"custom",reference:Xv,expects:"unknown",async:!0,check:e,message:t,async _run(r,n){return await this.check(r.value)?r.typed=!0:ue(this,"type",r,n),r}}}function Jv(e){return{kind:"schema",type:"date",reference:Jv,expects:"Date",async:!1,message:e,_run(t,r){return t.value instanceof Date?isNaN(t.value)?ue(this,"type",t,r,{received:'"Invalid Date"'}):t.typed=!0:ue(this,"type",t,r),t}}}function Af(e,t){const r=Object.entries(e).filter(([n])=>isNaN(+n)).map(([,n])=>n);return{kind:"schema",type:"enum",reference:Af,expects:r.map(Rr).join(" | ")||"never",async:!1,enum:e,options:r,message:t,_run(n,i){return this.options.includes(n.value)?n.typed=!0:ue(this,"type",n,i),n}}}function Yv(e){return{kind:"schema",type:"file",reference:Yv,expects:"File",async:!1,message:e,_run(t,r){return t.value instanceof File?t.typed=!0:ue(this,"type",t,r),t}}}function Tf(e){return{kind:"schema",type:"function",reference:Tf,expects:"Function",async:!1,message:e,_run(t,r){return typeof t.value=="function"?t.typed=!0:ue(this,"type",t,r),t}}}function Zv(e,t){return{kind:"schema",type:"instance",reference:Zv,expects:e.name,async:!1,class:e,message:t,_run(r,n){return r.value instanceof this.class?r.typed=!0:ue(this,"type",r,n),r}}}function zc(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=zc(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=zc(e[r],t[r]);if(n.issue)return n;e[r]=n.value}return{value:e}}}return{issue:!0}}function Qv(e,t){return{kind:"schema",type:"intersect",reference:Qv,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=zc(r.value,s[o]);if(a.issue){ue(this,"type",r,n,{received:"unknown"});break}r.value=a.value}}}else ue(this,"type",r,n);return r}}}function e1(e,t){return{kind:"schema",type:"intersect",reference:e1,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=zc(r.value,s[a]);if(c.issue){ue(this,"type",r,n,{received:"unknown"});break}r.value=c.value}}}else ue(this,"type",r,n);return r}}}function t1(e){return{kind:"schema",type:"lazy",reference:t1,expects:"unknown",async:!1,getter:e,_run(t,r){return this.getter(t.value)._run(t,r)}}}function r1(e){return{kind:"schema",type:"lazy",reference:r1,expects:"unknown",async:!0,getter:e,async _run(t,r){return(await this.getter(t.value))._run(t,r)}}}function n1(e,t){return{kind:"schema",type:"literal",reference:n1,expects:Rr(e),async:!1,literal:e,message:t,_run(r,n){return r.value===this.literal?r.typed=!0:ue(this,"type",r,n),r}}}function i1(e,t){return{kind:"schema",type:"loose_object",reference:i1,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)vs(i,o)&&!(o in this.entries)&&(r.value[o]=i[o])}else ue(this,"type",r,n);return r}}}function s1(e,t){return{kind:"schema",type:"loose_object",reference:s1,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)vs(i,a)&&!(a in this.entries)&&(r.value[a]=i[a])}else ue(this,"type",r,n);return r}}}function o1(e,t){return{kind:"schema",type:"loose_tuple",reference:o1,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 ue(this,"type",r,n);return r}}}function a1(e,t){return{kind:"schema",type:"loose_tuple",reference:a1,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 ue(this,"type",r,n);return r}}}function c1(e,t,r){return{kind:"schema",type:"map",reference:c1,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 ue(this,"type",n,i);return n}}}function u1(e,t,r){return{kind:"schema",type:"map",reference:u1,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 ue(this,"type",n,i);return n}}}function l1(e){return{kind:"schema",type:"nan",reference:l1,expects:"NaN",async:!1,message:e,_run(t,r){return Number.isNaN(t.value)?t.typed=!0:ue(this,"type",t,r),t}}}function f1(e){return{kind:"schema",type:"never",reference:f1,expects:"never",async:!1,message:e,_run(t,r){return ue(this,"type",t,r),t}}}function d1(e,t){return{kind:"schema",type:"non_nullable",reference:d1,expects:"!null",async:!1,wrapped:e,message:t,_run(r,n){return r.value===null?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function h1(e,t){return{kind:"schema",type:"non_nullable",reference:h1,expects:"!null",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===null?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function p1(e,t){return{kind:"schema",type:"non_nullish",reference:p1,expects:"!null & !undefined",async:!1,wrapped:e,message:t,_run(r,n){return r.value===null||r.value===void 0?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function m1(e,t){return{kind:"schema",type:"non_nullish",reference:m1,expects:"!null & !undefined",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===null||r.value===void 0?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Of(e,t){return{kind:"schema",type:"non_optional",reference:Of,expects:"!undefined",async:!1,wrapped:e,message:t,_run(r,n){return r.value===void 0?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function If(e,t){return{kind:"schema",type:"non_optional",reference:If,expects:"!undefined",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===void 0?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Pf(e){return{kind:"schema",type:"null",reference:Pf,expects:"null",async:!1,message:e,_run(t,r){return t.value===null?t.typed=!0:ue(this,"type",t,r),t}}}function g1(e,...t){const r={kind:"schema",type:"nullable",reference:g1,expects:`${e.expects} | null`,async:!1,wrapped:e,_run(n,i){return n.value===null&&("default"in this&&(n.value=li(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 v1(e,...t){const r={kind:"schema",type:"nullable",reference:v1,expects:`${e.expects} | null`,async:!0,wrapped:e,async _run(n,i){return n.value===null&&("default"in this&&(n.value=await li(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 y1(e,...t){const r={kind:"schema",type:"nullish",reference:y1,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=li(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 b1(e,...t){const r={kind:"schema",type:"nullish",reference:b1,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 li(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 w1(e){return{kind:"schema",type:"number",reference:w1,expects:"number",async:!1,message:e,_run(t,r){return typeof t.value=="number"&&!isNaN(t.value)?t.typed=!0:ue(this,"type",t,r),t}}}function _1(e,t){return{kind:"schema",type:"object",reference:_1,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 ue(this,"type",r,n);return r}}}function x1(e,t){return{kind:"schema",type:"object",reference:x1,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 ue(this,"type",r,n);return r}}}function S1(e,t,r){return{kind:"schema",type:"object_with_rest",reference:S1,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(vs(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 ue(this,"type",n,i);return n}}}function E1(e,t,r){return{kind:"schema",type:"object_with_rest",reference:E1,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])=>vs(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 ue(this,"type",n,i);return n}}}function kf(e,...t){const r={kind:"schema",type:"optional",reference:kf,expects:`${e.expects} | undefined`,async:!1,wrapped:e,_run(n,i){return n.value===void 0&&("default"in this&&(n.value=li(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 jf(e,...t){const r={kind:"schema",type:"optional",reference:jf,expects:`${e.expects} | undefined`,async:!0,wrapped:e,async _run(n,i){return n.value===void 0&&("default"in this&&(n.value=await li(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 Rf(e,t){return{kind:"schema",type:"picklist",reference:Rf,expects:e.map(Rr).join(" | ")||"never",async:!1,options:e,message:t,_run(r,n){return this.options.includes(r.value)?r.typed=!0:ue(this,"type",r,n),r}}}function C1(e){return{kind:"schema",type:"promise",reference:C1,expects:"Promise",async:!1,message:e,_run(t,r){return t.value instanceof Promise?t.typed=!0:ue(this,"type",t,r),t}}}function M1(e,t,r){return{kind:"schema",type:"record",reference:M1,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(vs(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 ue(this,"type",n,i);return n}}}function A1(e,t,r){return{kind:"schema",type:"record",reference:A1,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])=>vs(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 ue(this,"type",n,i);return n}}}function T1(e,t){return{kind:"schema",type:"set",reference:T1,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 ue(this,"type",r,n);return r}}}function O1(e,t){return{kind:"schema",type:"set",reference:O1,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 ue(this,"type",r,n);return r}}}function I1(e,t){return{kind:"schema",type:"strict_object",reference:I1,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];ue(this,"type",r,n,{input:a,expected:"never",path:[{type:"object",origin:"value",input:i,key:o,value:a}]});break}}}else ue(this,"type",r,n);return r}}}function P1(e,t){return{kind:"schema",type:"strict_object",reference:P1,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];ue(this,"type",r,n,{input:c,expected:"never",path:[{type:"object",origin:"value",input:i,key:a,value:c}]});break}}}else ue(this,"type",r,n);return r}}}function k1(e,t){return{kind:"schema",type:"strict_tuple",reference:k1,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];ue(this,"type",r,n,{input:o,expected:"never",path:[{type:"array",origin:"value",input:i,key:this.items.length,value:o}]})}}else ue(this,"type",r,n);return r}}}function j1(e,t){return{kind:"schema",type:"strict_tuple",reference:j1,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];ue(this,"type",r,n,{input:a,expected:"never",path:[{type:"array",origin:"value",input:i,key:this.items.length,value:a}]})}}else ue(this,"type",r,n);return r}}}function R1(e){return{kind:"schema",type:"string",reference:R1,expects:"string",async:!1,message:e,_run(t,r){return typeof t.value=="string"?t.typed=!0:ue(this,"type",t,r),t}}}function N1(e){return{kind:"schema",type:"symbol",reference:N1,expects:"symbol",async:!1,message:e,_run(t,r){return typeof t.value=="symbol"?t.typed=!0:ue(this,"type",t,r),t}}}function D1(e,t){return{kind:"schema",type:"tuple",reference:D1,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 ue(this,"type",r,n);return r}}}function $1(e,t){return{kind:"schema",type:"tuple",reference:$1,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 ue(this,"type",r,n);return r}}}function B1(e,t,r){return{kind:"schema",type:"tuple_with_rest",reference:B1,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 ue(this,"type",n,i);return n}}}function L1(e,t,r){return{kind:"schema",type:"tuple_with_rest",reference:L1,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 ue(this,"type",n,i);return n}}}function Nf(e){return{kind:"schema",type:"undefined",reference:Nf,expects:"undefined",async:!1,message:e,_run(t,r){return t.value===void 0?t.typed=!0:ue(this,"type",t,r),t}}}function Vc(e){let t;if(e)for(const r of e)t?t.push(...r.issues):t=r.issues;return t}function F1(e,t){return{kind:"schema",type:"union",reference:F1,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];ue(this,"type",r,n,{issues:Vc(s)}),r.typed=!0}else{if((o==null?void 0:o.length)===1)return o[0];ue(this,"type",r,n,{issues:Vc(o)})}return r}}}function U1(e,t){return{kind:"schema",type:"union",reference:U1,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];ue(this,"type",r,n,{issues:Vc(s)}),r.typed=!0}else{if((o==null?void 0:o.length)===1)return o[0];ue(this,"type",r,n,{issues:Vc(o)})}return r}}}function z1(){return{kind:"schema",type:"unknown",reference:z1,expects:"unknown",async:!1,_run(e){return e.typed=!0,e}}}function Df(e,t,r=new Set){for(const n of t)n.type==="variant"?Df(e,n.options,r):r.add(n.entries[e].expects);return r}function V1(e,t,r){let n;return{kind:"schema",type:"variant",reference:V1,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=[...Df(this.key,this.options)].join(" | ")||"never"),ue(this,"type",i,s,{input:a,expected:n,path:[{type:"object",origin:"value",input:o,key:this.key,value:a}]})}else ue(this,"type",i,s);return i}}}function q1(e,t,r){let n;return{kind:"schema",type:"variant",reference:q1,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=[...Df(this.key,this.options)].join(" | ")||"never"),ue(this,"type",i,s,{input:a,expected:n,path:[{type:"object",origin:"value",input:o,key:this.key,value:a}]})}else ue(this,"type",i,s);return i}}}function $f(e){return{kind:"schema",type:"void",reference:$f,expects:"void",async:!1,message:e,_run(t,r){return t.value===void 0?t.typed=!0:ue(this,"type",t,r),t}}}function wE(e,t){return Rf(Object.keys(e.entries),t)}function _E(e,t){const r={...e.entries};for(const n of t)delete r[n];return{...e,entries:r}}function H1(e,t,r){const n=e._run({typed:!1,value:t},ha(r));if(n.issues)throw new Uc(n.issues);return n.value}async function W1(e,t,r){const n=await e._run({typed:!1,value:t},ha(r));if(n.issues)throw new Uc(n.issues);return n.value}function xE(e,t){const r=n=>H1(e,n,t);return r.schema=e,r.config=t,r}function SE(e,t){const r=n=>W1(e,n,t);return r.schema=e,r.config=t,r}function EE(e,t){const r={};for(const n in e.entries)r[n]=!t||t.includes(n)?kf(e.entries[n]):e.entries[n];return{...e,entries:r}}function CE(e,t){const r={};for(const n in e.entries)r[n]=!t||t.includes(n)?jf(e.entries[n]):e.entries[n];return{...e,entries:r}}function ME(e,t){const r={};for(const n of t)r[n]=e.entries[n];return{...e,entries:r}}function AE(...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 TE(...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 OE(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)?Of(e.entries[o],i):e.entries[o];return{...e,entries:s}}function IE(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)?If(e.entries[o],i):e.entries[o];return{...e,entries:s}}function G1(e,t,r){const n=e._run({typed:!1,value:t},ha(r));return{typed:n.typed,success:!n.issues,output:n.value,issues:n.issues}}async function K1(e,t,r){const n=await e._run({typed:!1,value:t},ha(r));return{typed:n.typed,success:!n.issues,output:n.value,issues:n.issues}}function PE(e,t){const r=n=>G1(e,n,t);return r.schema=e,r.config=t,r}function kE(e,t){const r=n=>K1(e,n,t);return r.schema=e,r.config=t,r}function jE(e){return e.wrapped}const RE=Symbol.for("@mysten/transaction");function NE(e){return!!e&&typeof e=="object"&&e[RE]===!0}const X1=Symbol.for("@mysten/SuiClient");function DE(e){return typeof e=="object"&&e!==null&&e[X1]===!0}class ma{get[X1](){return!0}constructor(t){this.transport=t.transport??new em({url:t.url})}async getRpcApiVersion(){return(await this.transport.request({method:"rpc.discover",params:[]})).info.version}async getCoins(t){if(!t.owner||!ps(ms(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||!ps(ms(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||!ps(ms(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||!ps(ms(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||!ps(ms(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||!Dc($c(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||!Dc($c(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(!lm(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(!lm(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:ki(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||!ps(ms(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||!Dc($c(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(NE(t.transactionBlock))t.transactionBlock.setSenderIfNotSet(t.sender),r=ki(await t.transactionBlock.build({client:this,onlyTransactionKind:!0}));else if(typeof t.transactionBlock=="string")r=t.transactionBlock;else if(t.transactionBlock instanceof Uint8Array)r=ki(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:ki(t.transactionBlock)]})}async getDynamicFields(t){if(!t.parentId||!Dc($c(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=Qs(t.digest);return la(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=>LS(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 $E=q0(Object.freeze(Object.defineProperty({__proto__:null,JsonRpcError:cf,SuiClient:ma,SuiHTTPStatusError:G0,SuiHTTPTransport:em,SuiHTTPTransportError:af,getFullnodeUrl:tm,isSuiClient:DE},Symbol.toStringTag,{value:"Module"})));var Bf=Object.defineProperty,BE=Object.getOwnPropertyDescriptor,LE=Object.getOwnPropertyNames,FE=Object.prototype.hasOwnProperty,UE=(e,t)=>{for(var r in t)Bf(e,r,{get:t[r],enumerable:!0})},zE=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of LE(t))!FE.call(e,i)&&i!==r&&Bf(e,i,{get:()=>t[i],enumerable:!(n=BE(t,i))||n.enumerable});return e},VE=e=>zE(Bf({},"__esModule",{value:!0}),e),J1={};UE(J1,{formatAddress:()=>HE,formatDigest:()=>WE});var qE=VE(J1);const Y1="…";function HE(e){if(e.length<=6)return e;const t=e.startsWith("0x")?2:0;return`0x${e.slice(t,t+4)}${Y1}${e.slice(-4)}`}function WE(e){return`${e.slice(0,10)}${Y1}`}const Er=q0(jS);var Lf=Object.defineProperty,GE=Object.getOwnPropertyDescriptor,KE=Object.getOwnPropertyNames,XE=Object.prototype.hasOwnProperty,JE=(e,t)=>{for(var r in t)Lf(e,r,{get:t[r],enumerable:!0})},YE=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of KE(t))!XE.call(e,i)&&i!==r&&Lf(e,i,{get:()=>t[i],enumerable:!(n=GE(t,i))||n.enumerable});return e},ZE=e=>YE(Lf({},"__esModule",{value:!0}),e),Z1={};JE(Z1,{SUI_ADDRESS_LENGTH:()=>Ff,isValidSuiAddress:()=>ey,isValidSuiObjectId:()=>tC,isValidTransactionDigest:()=>eC,normalizeStructTag:()=>ty,normalizeSuiAddress:()=>zf,normalizeSuiObjectId:()=>nC,parseStructTag:()=>Uf});var qr=ZE(Z1),Q1=Er;const QE=32;function eC(e){try{return(0,Q1.fromBase58)(e).length===QE}catch{return!1}}const Ff=32;function ey(e){return iC(e)&&sC(e)===Ff}function tC(e){return ey(e)}function rC(e){return e.includes("::")?Uf(e):e}function Uf(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,Q1.splitGenericParameters)(n.slice(n.indexOf("<")+1,n.lastIndexOf(">"))).map(o=>rC(o.trim())):[];return{address:zf(t),module:r,name:i,typeParams:s}}function ty(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?Uf(e):e,s=(i==null?void 0:i.length)>0?`<${i.map(o=>typeof o=="string"?o:ty(o)).join(",")}>`:"";return`${t}::${r}::${n}${s}`}function zf(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(Ff*2,"0")}`}function nC(e,t=!1){return zf(e,t)}function iC(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function sC(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}var Vf=Object.defineProperty,oC=Object.getOwnPropertyDescriptor,aC=Object.getOwnPropertyNames,cC=Object.prototype.hasOwnProperty,uC=(e,t)=>{for(var r in t)Vf(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&&Vf(e,i,{get:()=>t[i],enumerable:!(n=oC(t,i))||n.enumerable});return e},fC=e=>lC(Vf({},"__esModule",{value:!0}),e),ry={};uC(ry,{isValidSuiNSName:()=>hC,normalizeSuiNSName:()=>pC});var ny=fC(ry);const iy=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,sy=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,dC=235;function hC(e){return e.length>dC?!1:e.includes("@")?iy.test(e):sy.test(e)}function pC(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!iy.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,s]=r.split("@");n=[...i?i.split("."):[],s]}else{if(!sy.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 qf=Object.defineProperty,mC=Object.getOwnPropertyDescriptor,gC=Object.getOwnPropertyNames,vC=Object.prototype.hasOwnProperty,yC=(e,t)=>{for(var r in t)qf(e,r,{get:t[r],enumerable:!0})},bC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of gC(t))!vC.call(e,i)&&i!==r&&qf(e,i,{get:()=>t[i],enumerable:!(n=mC(t,i))||n.enumerable});return e},wC=e=>bC(qf({},"__esModule",{value:!0}),e),oy={};yC(oy,{MIST_PER_SUI:()=>SC,MOVE_STDLIB_ADDRESS:()=>EC,SUI_CLOCK_OBJECT_ID:()=>MC,SUI_DECIMALS:()=>xC,SUI_FRAMEWORK_ADDRESS:()=>cy,SUI_SYSTEM_ADDRESS:()=>CC,SUI_SYSTEM_MODULE_NAME:()=>AC,SUI_SYSTEM_STATE_OBJECT_ID:()=>OC,SUI_TYPE_ARG:()=>TC});var _C=wC(oy),ay=qr;const xC=9,SC=BigInt(1e9),EC="0x1",cy="0x2",CC="0x3",MC=(0,ay.normalizeSuiObjectId)("0x6"),AC="sui_system",TC=`${cy}::sui::SUI`,OC=(0,ay.normalizeSuiObjectId)("0x5");var Hf=Object.defineProperty,IC=Object.getOwnPropertyDescriptor,PC=Object.getOwnPropertyNames,kC=Object.prototype.hasOwnProperty,jC=(e,t)=>{for(var r in t)Hf(e,r,{get:t[r],enumerable:!0})},RC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of PC(t))!kC.call(e,i)&&i!==r&&Hf(e,i,{get:()=>t[i],enumerable:!(n=IC(t,i))||n.enumerable});return e},NC=e=>RC(Hf({},"__esModule",{value:!0}),e),uy={};jC(uy,{isValidNamedPackage:()=>dy,isValidNamedType:()=>FC});var ly=NC(uy),DC=ny;const $C=/^([a-z0-9]+(?:-[a-z0-9]+)*)$/,BC=/^\d+$/,LC=64,fy="/",dy=e=>{const t=e.split(fy);if(t.length<2||t.length>3)return!1;const[r,n,i]=t;return i!==void 0&&!BC.test(i)||!(0,DC.isValidSuiNSName)(r)?!1:$C.test(n)&&n.length<LC},FC=e=>{const t=e.split(/::|<|>|,/);for(const r of t)if(r.includes(fy)&&!dy(r))return!1;return!0};var Wf=Object.defineProperty,UC=Object.getOwnPropertyDescriptor,zC=Object.getOwnPropertyNames,VC=Object.prototype.hasOwnProperty,qC=(e,t)=>{for(var r in t)Wf(e,r,{get:t[r],enumerable:!0})},HC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of zC(t))!VC.call(e,i)&&i!==r&&Wf(e,i,{get:()=>t[i],enumerable:!(n=UC(t,i))||n.enumerable});return e},WC=e=>HC(Wf({},"__esModule",{value:!0}),e),hy={};qC(hy,{TypeTagSerializer:()=>ys});var py=WC(hy),GC=Er,KC=qr;const XC=/^vector<(.+)>$/,JC=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;class ys{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(XC);if(n)return{vector:ys.parseFromStr(n[1],r)};const i=t.match(JC);if(i)return{struct:{address:r?(0,KC.normalizeSuiAddress)(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:ys.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return(0,GC.splitGenericParameters)(t).map(n=>ys.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<${ys.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(ys.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}}var Gf=Object.defineProperty,YC=Object.getOwnPropertyDescriptor,ZC=Object.getOwnPropertyNames,QC=Object.prototype.hasOwnProperty,eM=(e,t)=>{for(var r in t)Gf(e,r,{get:t[r],enumerable:!0})},tM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ZC(t))!QC.call(e,i)&&i!==r&&Gf(e,i,{get:()=>t[i],enumerable:!(n=YC(t,i))||n.enumerable});return e},rM=e=>tM(Gf({},"__esModule",{value:!0}),e),my={};eM(my,{Address:()=>$n,AppId:()=>jy,Argument:()=>Bn,CallArg:()=>_y,Command:()=>Sy,CompressedSignature:()=>Dy,GasData:()=>Ty,Intent:()=>Ry,IntentMessage:()=>Ny,IntentScope:()=>Py,IntentVersion:()=>ky,MultiSig:()=>sM,MultiSigPkMap:()=>By,MultiSigPublicKey:()=>Ly,ObjectArg:()=>wy,ObjectDigest:()=>yy,PasskeyAuthenticator:()=>aM,ProgrammableMoveCall:()=>xy,ProgrammableTransaction:()=>Ey,PublicKey:()=>$y,SenderSignedData:()=>oM,SenderSignedTransaction:()=>Uy,SharedObjectRef:()=>by,StructTag:()=>Ay,SuiObjectRef:()=>qc,TransactionData:()=>Iy,TransactionDataV1:()=>Oy,TransactionExpiration:()=>My,TransactionKind:()=>Cy,TypeTag:()=>Xf,base64String:()=>Fy});var gy=rM(my),fe=Er,ga=qr,vy=py;function nM(e){return fe.bcs.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function iM(e){return fe.bcs.enum("Option",{None:null,Some:e})}const $n=fe.bcs.bytes(ga.SUI_ADDRESS_LENGTH).transform({validate:e=>{const t=typeof e=="string"?e:(0,fe.toHex)(e);if(!t||!(0,ga.isValidSuiAddress)((0,ga.normalizeSuiAddress)(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?(0,fe.fromHex)((0,ga.normalizeSuiAddress)(e)):e,output:e=>(0,ga.normalizeSuiAddress)((0,fe.toHex)(e))}),yy=fe.bcs.vector(fe.bcs.u8()).transform({name:"ObjectDigest",input:e=>(0,fe.fromBase58)(e),output:e=>(0,fe.toBase58)(new Uint8Array(e)),validate:e=>{if((0,fe.fromBase58)(e).length!==32)throw new Error("ObjectDigest must be 32 bytes")}}),qc=fe.bcs.struct("SuiObjectRef",{objectId:$n,version:fe.bcs.u64(),digest:yy}),by=fe.bcs.struct("SharedObjectRef",{objectId:$n,initialSharedVersion:fe.bcs.u64(),mutable:fe.bcs.bool()}),wy=fe.bcs.enum("ObjectArg",{ImmOrOwnedObject:qc,SharedObject:by,Receiving:qc}),_y=fe.bcs.enum("CallArg",{Pure:fe.bcs.struct("Pure",{bytes:fe.bcs.vector(fe.bcs.u8()).transform({input:e=>typeof e=="string"?(0,fe.fromBase64)(e):e,output:e=>(0,fe.toBase64)(new Uint8Array(e))})}),Object:wy}),Kf=fe.bcs.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:fe.bcs.lazy(()=>Kf),struct:fe.bcs.lazy(()=>Ay),u16:null,u32:null,u256:null}),Xf=Kf.transform({input:e=>typeof e=="string"?vy.TypeTagSerializer.parseFromStr(e,!0):e,output:e=>vy.TypeTagSerializer.tagToString(e)}),Bn=fe.bcs.enum("Argument",{GasCoin:null,Input:fe.bcs.u16(),Result:fe.bcs.u16(),NestedResult:fe.bcs.tuple([fe.bcs.u16(),fe.bcs.u16()])}),xy=fe.bcs.struct("ProgrammableMoveCall",{package:$n,module:fe.bcs.string(),function:fe.bcs.string(),typeArguments:fe.bcs.vector(Xf),arguments:fe.bcs.vector(Bn)}),Sy=fe.bcs.enum("Command",{MoveCall:xy,TransferObjects:fe.bcs.struct("TransferObjects",{objects:fe.bcs.vector(Bn),address:Bn}),SplitCoins:fe.bcs.struct("SplitCoins",{coin:Bn,amounts:fe.bcs.vector(Bn)}),MergeCoins:fe.bcs.struct("MergeCoins",{destination:Bn,sources:fe.bcs.vector(Bn)}),Publish:fe.bcs.struct("Publish",{modules:fe.bcs.vector(fe.bcs.vector(fe.bcs.u8()).transform({input:e=>typeof e=="string"?(0,fe.fromBase64)(e):e,output:e=>(0,fe.toBase64)(new Uint8Array(e))})),dependencies:fe.bcs.vector($n)}),MakeMoveVec:fe.bcs.struct("MakeMoveVec",{type:iM(Xf).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:fe.bcs.vector(Bn)}),Upgrade:fe.bcs.struct("Upgrade",{modules:fe.bcs.vector(fe.bcs.vector(fe.bcs.u8()).transform({input:e=>typeof e=="string"?(0,fe.fromBase64)(e):e,output:e=>(0,fe.toBase64)(new Uint8Array(e))})),dependencies:fe.bcs.vector($n),package:$n,ticket:Bn})}),Ey=fe.bcs.struct("ProgrammableTransaction",{inputs:fe.bcs.vector(_y),commands:fe.bcs.vector(Sy)}),Cy=fe.bcs.enum("TransactionKind",{ProgrammableTransaction:Ey,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),My=fe.bcs.enum("TransactionExpiration",{None:null,Epoch:nM()}),Ay=fe.bcs.struct("StructTag",{address:$n,module:fe.bcs.string(),name:fe.bcs.string(),typeParams:fe.bcs.vector(Kf)}),Ty=fe.bcs.struct("GasData",{payment:fe.bcs.vector(qc),owner:$n,price:fe.bcs.u64(),budget:fe.bcs.u64()}),Oy=fe.bcs.struct("TransactionDataV1",{kind:Cy,sender:$n,gasData:Ty,expiration:My}),Iy=fe.bcs.enum("TransactionData",{V1:Oy}),Py=fe.bcs.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),ky=fe.bcs.enum("IntentVersion",{V0:null}),jy=fe.bcs.enum("AppId",{Sui:null}),Ry=fe.bcs.struct("Intent",{scope:Py,version:ky,appId:jy});function Ny(e){return fe.bcs.struct(`IntentMessage<${e.name}>`,{intent:Ry,value:e})}const Dy=fe.bcs.enum("CompressedSignature",{ED25519:fe.bcs.fixedArray(64,fe.bcs.u8()),Secp256k1:fe.bcs.fixedArray(64,fe.bcs.u8()),Secp256r1:fe.bcs.fixedArray(64,fe.bcs.u8()),ZkLogin:fe.bcs.vector(fe.bcs.u8())}),$y=fe.bcs.enum("PublicKey",{ED25519:fe.bcs.fixedArray(32,fe.bcs.u8()),Secp256k1:fe.bcs.fixedArray(33,fe.bcs.u8()),Secp256r1:fe.bcs.fixedArray(33,fe.bcs.u8()),ZkLogin:fe.bcs.vector(fe.bcs.u8())}),By=fe.bcs.struct("MultiSigPkMap",{pubKey:$y,weight:fe.bcs.u8()}),Ly=fe.bcs.struct("MultiSigPublicKey",{pk_map:fe.bcs.vector(By),threshold:fe.bcs.u16()}),sM=fe.bcs.struct("MultiSig",{sigs:fe.bcs.vector(Dy),bitmap:fe.bcs.u16(),multisig_pk:Ly}),Fy=fe.bcs.vector(fe.bcs.u8()).transform({input:e=>typeof e=="string"?(0,fe.fromBase64)(e):e,output:e=>(0,fe.toBase64)(new Uint8Array(e))}),Uy=fe.bcs.struct("SenderSignedTransaction",{intentMessage:Ny(Iy),txSignatures:fe.bcs.vector(Fy)}),oM=fe.bcs.vector(Uy,{name:"SenderSignedData"}),aM=fe.bcs.struct("PasskeyAuthenticator",{authenticatorData:fe.bcs.vector(fe.bcs.u8()),clientDataJson:fe.bcs.string(),userSignature:fe.bcs.vector(fe.bcs.u8())});var Jf=Object.defineProperty,cM=Object.getOwnPropertyDescriptor,uM=Object.getOwnPropertyNames,lM=Object.prototype.hasOwnProperty,fM=(e,t)=>{for(var r in t)Jf(e,r,{get:t[r],enumerable:!0})},dM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of uM(t))!lM.call(e,i)&&i!==r&&Jf(e,i,{get:()=>t[i],enumerable:!(n=cM(t,i))||n.enumerable});return e},hM=e=>dM(Jf({},"__esModule",{value:!0}),e),zy={};fM(zy,{TransactionEffects:()=>AM});var pM=hM(zy),pe=Er,Nt=gy;const mM=pe.bcs.enum("PackageUpgradeError",{UnableToFetchPackage:pe.bcs.struct("UnableToFetchPackage",{packageId:Nt.Address}),NotAPackage:pe.bcs.struct("NotAPackage",{objectId:Nt.Address}),IncompatibleUpgrade:null,DigestDoesNotMatch:pe.bcs.struct("DigestDoesNotMatch",{digest:pe.bcs.vector(pe.bcs.u8())}),UnknownUpgradePolicy:pe.bcs.struct("UnknownUpgradePolicy",{policy:pe.bcs.u8()}),PackageIDDoesNotMatch:pe.bcs.struct("PackageIDDoesNotMatch",{packageId:Nt.Address,ticketId:Nt.Address})}),gM=pe.bcs.struct("ModuleId",{address:Nt.Address,name:pe.bcs.string()}),Vy=pe.bcs.struct("MoveLocation",{module:gM,function:pe.bcs.u16(),instruction:pe.bcs.u16(),functionName:pe.bcs.option(pe.bcs.string())}),vM=pe.bcs.enum("CommandArgumentError",{TypeMismatch:null,InvalidBCSBytes:null,InvalidUsageOfPureArg:null,InvalidArgumentToPrivateEntryFunction:null,IndexOutOfBounds:pe.bcs.struct("IndexOutOfBounds",{idx:pe.bcs.u16()}),SecondaryIndexOutOfBounds:pe.bcs.struct("SecondaryIndexOutOfBounds",{resultIdx:pe.bcs.u16(),secondaryIdx:pe.bcs.u16()}),InvalidResultArity:pe.bcs.struct("InvalidResultArity",{resultIdx:pe.bcs.u16()}),InvalidGasCoinUsage:null,InvalidValueUsage:null,InvalidObjectByValue:null,InvalidObjectByMutRef:null,SharedObjectOperationNotAllowed:null}),yM=pe.bcs.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),bM=pe.bcs.enum("ExecutionFailureStatus",{InsufficientGas:null,InvalidGasObject:null,InvariantViolation:null,FeatureNotYetSupported:null,MoveObjectTooBig:pe.bcs.struct("MoveObjectTooBig",{objectSize:pe.bcs.u64(),maxObjectSize:pe.bcs.u64()}),MovePackageTooBig:pe.bcs.struct("MovePackageTooBig",{objectSize:pe.bcs.u64(),maxObjectSize:pe.bcs.u64()}),CircularObjectOwnership:pe.bcs.struct("CircularObjectOwnership",{object:Nt.Address}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:pe.bcs.option(Vy),MoveAbort:pe.bcs.tuple([Vy,pe.bcs.u64()]),VMVerificationOrDeserializationError:null,VMInvariantViolation:null,FunctionNotFound:null,ArityMismatch:null,TypeArityMismatch:null,NonEntryFunctionInvoked:null,CommandArgumentError:pe.bcs.struct("CommandArgumentError",{argIdx:pe.bcs.u16(),kind:vM}),TypeArgumentError:pe.bcs.struct("TypeArgumentError",{argumentIdx:pe.bcs.u16(),kind:yM}),UnusedValueWithoutDrop:pe.bcs.struct("UnusedValueWithoutDrop",{resultIdx:pe.bcs.u16(),secondaryIdx:pe.bcs.u16()}),InvalidPublicFunctionReturnType:pe.bcs.struct("InvalidPublicFunctionReturnType",{idx:pe.bcs.u16()}),InvalidTransferObject:null,EffectsTooLarge:pe.bcs.struct("EffectsTooLarge",{currentSize:pe.bcs.u64(),maxSize:pe.bcs.u64()}),PublishUpgradeMissingDependency:null,PublishUpgradeDependencyDowngrade:null,PackageUpgradeError:pe.bcs.struct("PackageUpgradeError",{upgradeError:mM}),WrittenObjectsTooLarge:pe.bcs.struct("WrittenObjectsTooLarge",{currentSize:pe.bcs.u64(),maxSize:pe.bcs.u64()}),CertificateDenied:null,SuiMoveVerificationTimedout:null,SharedObjectOperationNotAllowed:null,InputObjectDeleted:null,ExecutionCancelledDueToSharedObjectCongestion:pe.bcs.struct("ExecutionCancelledDueToSharedObjectCongestion",{congestedObjects:pe.bcs.vector(Nt.Address)}),AddressDeniedForCoin:pe.bcs.struct("AddressDeniedForCoin",{address:Nt.Address,coinType:pe.bcs.string()}),CoinTypeGlobalPause:pe.bcs.struct("CoinTypeGlobalPause",{coinType:pe.bcs.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),qy=pe.bcs.enum("ExecutionStatus",{Success:null,Failed:pe.bcs.struct("ExecutionFailed",{error:bM,command:pe.bcs.option(pe.bcs.u64())})}),Hy=pe.bcs.struct("GasCostSummary",{computationCost:pe.bcs.u64(),storageCost:pe.bcs.u64(),storageRebate:pe.bcs.u64(),nonRefundableStorageFee:pe.bcs.u64()}),no=pe.bcs.enum("Owner",{AddressOwner:Nt.Address,ObjectOwner:Nt.Address,Shared:pe.bcs.struct("Shared",{initialSharedVersion:pe.bcs.u64()}),Immutable:null}),wM=pe.bcs.struct("TransactionEffectsV1",{status:qy,executedEpoch:pe.bcs.u64(),gasUsed:Hy,modifiedAtVersions:pe.bcs.vector(pe.bcs.tuple([Nt.Address,pe.bcs.u64()])),sharedObjects:pe.bcs.vector(Nt.SuiObjectRef),transactionDigest:Nt.ObjectDigest,created:pe.bcs.vector(pe.bcs.tuple([Nt.SuiObjectRef,no])),mutated:pe.bcs.vector(pe.bcs.tuple([Nt.SuiObjectRef,no])),unwrapped:pe.bcs.vector(pe.bcs.tuple([Nt.SuiObjectRef,no])),deleted:pe.bcs.vector(Nt.SuiObjectRef),unwrappedThenDeleted:pe.bcs.vector(Nt.SuiObjectRef),wrapped:pe.bcs.vector(Nt.SuiObjectRef),gasObject:pe.bcs.tuple([Nt.SuiObjectRef,no]),eventsDigest:pe.bcs.option(Nt.ObjectDigest),dependencies:pe.bcs.vector(Nt.ObjectDigest)}),Yf=pe.bcs.tuple([pe.bcs.u64(),Nt.ObjectDigest]),_M=pe.bcs.enum("ObjectIn",{NotExist:null,Exist:pe.bcs.tuple([Yf,no])}),xM=pe.bcs.enum("ObjectOut",{NotExist:null,ObjectWrite:pe.bcs.tuple([Nt.ObjectDigest,no]),PackageWrite:Yf}),SM=pe.bcs.enum("IDOperation",{None:null,Created:null,Deleted:null}),EM=pe.bcs.struct("EffectsObjectChange",{inputState:_M,outputState:xM,idOperation:SM}),CM=pe.bcs.enum("UnchangedSharedKind",{ReadOnlyRoot:Yf,MutateDeleted:pe.bcs.u64(),ReadDeleted:pe.bcs.u64(),Cancelled:pe.bcs.u64(),PerEpochConfig:null}),MM=pe.bcs.struct("TransactionEffectsV2",{status:qy,executedEpoch:pe.bcs.u64(),gasUsed:Hy,transactionDigest:Nt.ObjectDigest,gasObjectIndex:pe.bcs.option(pe.bcs.u32()),eventsDigest:pe.bcs.option(Nt.ObjectDigest),dependencies:pe.bcs.vector(Nt.ObjectDigest),lamportVersion:pe.bcs.u64(),changedObjects:pe.bcs.vector(pe.bcs.tuple([Nt.Address,EM])),unchangedSharedObjects:pe.bcs.vector(pe.bcs.tuple([Nt.Address,CM])),auxDataDigest:pe.bcs.option(Nt.ObjectDigest)}),AM=pe.bcs.enum("TransactionEffects",{V1:wM,V2:MM});var Zf=Object.defineProperty,TM=Object.getOwnPropertyDescriptor,OM=Object.getOwnPropertyNames,IM=Object.prototype.hasOwnProperty,PM=(e,t)=>{for(var r in t)Zf(e,r,{get:t[r],enumerable:!0})},kM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of OM(t))!IM.call(e,i)&&i!==r&&Zf(e,i,{get:()=>t[i],enumerable:!(n=TM(t,i))||n.enumerable});return e},jM=e=>kM(Zf({},"__esModule",{value:!0}),e),Wy={};PM(Wy,{BcsType:()=>DM.BcsType,TypeTagSerializer:()=>NM.TypeTagSerializer,bcs:()=>$M});var Ln=jM(Wy),Fn=Er,Dt=gy,RM=pM,NM=py,DM=Er;const $M={...Fn.bcs,U8:Fn.bcs.u8(),U16:Fn.bcs.u16(),U32:Fn.bcs.u32(),U64:Fn.bcs.u64(),U128:Fn.bcs.u128(),U256:Fn.bcs.u256(),ULEB128:Fn.bcs.uleb128(),Bool:Fn.bcs.bool(),String:Fn.bcs.string(),Address:Dt.Address,AppId:Dt.AppId,Argument:Dt.Argument,CallArg:Dt.CallArg,CompressedSignature:Dt.CompressedSignature,GasData:Dt.GasData,Intent:Dt.Intent,IntentMessage:Dt.IntentMessage,IntentScope:Dt.IntentScope,IntentVersion:Dt.IntentVersion,MultiSig:Dt.MultiSig,MultiSigPkMap:Dt.MultiSigPkMap,MultiSigPublicKey:Dt.MultiSigPublicKey,ObjectArg:Dt.ObjectArg,ObjectDigest:Dt.ObjectDigest,ProgrammableMoveCall:Dt.ProgrammableMoveCall,ProgrammableTransaction:Dt.ProgrammableTransaction,PublicKey:Dt.PublicKey,SenderSignedData:Dt.SenderSignedData,SenderSignedTransaction:Dt.SenderSignedTransaction,SharedObjectRef:Dt.SharedObjectRef,StructTag:Dt.StructTag,SuiObjectRef:Dt.SuiObjectRef,Command:Dt.Command,TransactionData:Dt.TransactionData,TransactionDataV1:Dt.TransactionDataV1,TransactionExpiration:Dt.TransactionExpiration,TransactionKind:Dt.TransactionKind,TypeTag:Dt.TypeTag,TransactionEffects:RM.TransactionEffects,PasskeyAuthenticator:Dt.PasskeyAuthenticator};var Qf=Object.defineProperty,BM=Object.getOwnPropertyDescriptor,LM=Object.getOwnPropertyNames,FM=Object.prototype.hasOwnProperty,UM=(e,t)=>{for(var r in t)Qf(e,r,{get:t[r],enumerable:!0})},zM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of LM(t))!FM.call(e,i)&&i!==r&&Qf(e,i,{get:()=>t[i],enumerable:!(n=BM(t,i))||n.enumerable});return e},VM=e=>zM(Qf({},"__esModule",{value:!0}),e),Gy={};UM(Gy,{deriveDynamicFieldID:()=>GM});var qM=VM(Gy),HM=Er,WM=gs,ed=Ln;function GM(e,t,r){const n=ed.bcs.Address.serialize(e).toBytes(),i=ed.bcs.TypeTag.serialize(t).toBytes(),s=ed.bcs.u64().serialize(r.length).toBytes(),o=WM.blake2b.create({dkLen:32});return o.update(new Uint8Array([240])),o.update(n),o.update(s),o.update(r),o.update(i),`0x${(0,HM.toHex)(o.digest().slice(0,32))}`}var td=Object.defineProperty,KM=Object.getOwnPropertyDescriptor,XM=Object.getOwnPropertyNames,JM=Object.prototype.hasOwnProperty,YM=(e,t)=>{for(var r in t)td(e,r,{get:t[r],enumerable:!0})},ZM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of XM(t))!JM.call(e,i)&&i!==r&&td(e,i,{get:()=>t[i],enumerable:!(n=KM(t,i))||n.enumerable});return e},QM=e=>ZM(td({},"__esModule",{value:!0}),e),Ky={};YM(Ky,{MIST_PER_SUI:()=>fi.MIST_PER_SUI,MOVE_STDLIB_ADDRESS:()=>fi.MOVE_STDLIB_ADDRESS,SUI_ADDRESS_LENGTH:()=>$i.SUI_ADDRESS_LENGTH,SUI_CLOCK_OBJECT_ID:()=>fi.SUI_CLOCK_OBJECT_ID,SUI_DECIMALS:()=>fi.SUI_DECIMALS,SUI_FRAMEWORK_ADDRESS:()=>fi.SUI_FRAMEWORK_ADDRESS,SUI_SYSTEM_ADDRESS:()=>fi.SUI_SYSTEM_ADDRESS,SUI_SYSTEM_MODULE_NAME:()=>fi.SUI_SYSTEM_MODULE_NAME,SUI_SYSTEM_STATE_OBJECT_ID:()=>fi.SUI_SYSTEM_STATE_OBJECT_ID,SUI_TYPE_ARG:()=>fi.SUI_TYPE_ARG,deriveDynamicFieldID:()=>eA.deriveDynamicFieldID,formatAddress:()=>Xy.formatAddress,formatDigest:()=>Xy.formatDigest,fromB64:()=>Un.fromB64,fromBase58:()=>Un.fromBase58,fromBase64:()=>Un.fromBase64,fromHEX:()=>Un.fromHEX,fromHex:()=>Un.fromHex,isValidNamedPackage:()=>Yy.isValidNamedPackage,isValidNamedType:()=>Yy.isValidNamedType,isValidSuiAddress:()=>$i.isValidSuiAddress,isValidSuiNSName:()=>Jy.isValidSuiNSName,isValidSuiObjectId:()=>$i.isValidSuiObjectId,isValidTransactionDigest:()=>$i.isValidTransactionDigest,normalizeStructTag:()=>$i.normalizeStructTag,normalizeSuiAddress:()=>$i.normalizeSuiAddress,normalizeSuiNSName:()=>Jy.normalizeSuiNSName,normalizeSuiObjectId:()=>$i.normalizeSuiObjectId,parseStructTag:()=>$i.parseStructTag,toB64:()=>Un.toB64,toBase58:()=>Un.toBase58,toBase64:()=>Un.toBase64,toHEX:()=>Un.toHEX,toHex:()=>Un.toHex});var hn=QM(Ky),Xy=qE,$i=qr,Un=Er,Jy=ny,fi=_C,Yy=ly,eA=qM,rd=Object.defineProperty,tA=Object.getOwnPropertyDescriptor,rA=Object.getOwnPropertyNames,nA=Object.prototype.hasOwnProperty,iA=(e,t)=>{for(var r in t)rd(e,r,{get:t[r],enumerable:!0})},sA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of rA(t))!nA.call(e,i)&&i!==r&&rd(e,i,{get:()=>t[i],enumerable:!(n=tA(t,i))||n.enumerable});return e},oA=e=>sA(rd({},"__esModule",{value:!0}),e),Zy={};iA(Zy,{getPureBcsSchema:()=>nd,isTxContext:()=>mA,normalizedTypeToMoveTypeSignature:()=>gA,pureBcsSchemaFromOpenMoveTypeSignatureBody:()=>tb});var Qy=oA(Zy),Zt=Ln,eb=hn,va=qr;const aA="object",cA="ID",uA="ascii",lA="String",fA="string",dA="String",hA="option",pA="Option";function mA(e){const t=typeof e.body=="object"&&"datatype"in e.body?e.body.datatype:null;return!!t&&(0,va.normalizeSuiAddress)(t.package)===(0,va.normalizeSuiAddress)("0x2")&&t.module==="tx_context"&&t.type==="TxContext"}function nd(e){if(typeof e=="string")switch(e){case"address":return Zt.bcs.Address;case"bool":return Zt.bcs.Bool;case"u8":return Zt.bcs.U8;case"u16":return Zt.bcs.U16;case"u32":return Zt.bcs.U32;case"u64":return Zt.bcs.U64;case"u128":return Zt.bcs.U128;case"u256":return Zt.bcs.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e){if(e.vector==="u8")return Zt.bcs.vector(Zt.bcs.U8).transform({input:r=>typeof r=="string"?new TextEncoder().encode(r):r,output:r=>r});const t=nd(e.vector);return t?Zt.bcs.vector(t):null}if("datatype"in e){const t=(0,va.normalizeSuiAddress)(e.datatype.package);if(t===(0,va.normalizeSuiAddress)(eb.MOVE_STDLIB_ADDRESS)){if(e.datatype.module===uA&&e.datatype.type===lA||e.datatype.module===fA&&e.datatype.type===dA)return Zt.bcs.String;if(e.datatype.module===hA&&e.datatype.type===pA){const r=nd(e.datatype.typeParameters[0]);return r?Zt.bcs.vector(r):null}}if(t===(0,va.normalizeSuiAddress)(eb.SUI_FRAMEWORK_ADDRESS)&&e.datatype.module===aA&&e.datatype.type===cA)return Zt.bcs.Address}return null}function gA(e){return typeof e=="object"&&"Reference"in e?{ref:"&",body:ya(e.Reference)}:typeof e=="object"&&"MutableReference"in e?{ref:"&mut",body:ya(e.MutableReference)}:{ref:null,body:ya(e)}}function ya(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:ya(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(ya)}};if("TypeParameter"in e)return{typeParameter:e.TypeParameter};throw new Error(`Unexpected type ${JSON.stringify(e)}`)}function tb(e){if(typeof e=="string")switch(e){case"address":return Zt.bcs.Address;case"bool":return Zt.bcs.Bool;case"u8":return Zt.bcs.U8;case"u16":return Zt.bcs.U16;case"u32":return Zt.bcs.U32;case"u64":return Zt.bcs.U64;case"u128":return Zt.bcs.U128;case"u256":return Zt.bcs.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e)return Zt.bcs.vector(tb(e.vector));throw new Error(`Expected pure typeSignature, but got ${JSON.stringify(e)}`)}var id=Object.defineProperty,vA=Object.getOwnPropertyDescriptor,yA=Object.getOwnPropertyNames,bA=Object.prototype.hasOwnProperty,wA=(e,t)=>{for(var r in t)id(e,r,{get:t[r],enumerable:!0})},_A=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of yA(t))!bA.call(e,i)&&i!==r&&id(e,i,{get:()=>t[i],enumerable:!(n=vA(t,i))||n.enumerable});return e},xA=e=>_A(id({},"__esModule",{value:!0}),e),rb={};wA(rb,{Inputs:()=>CA});var Hc=xA(rb),SA=Er,sd=qr;function EA(e){return{$kind:"Pure",Pure:{bytes:e instanceof Uint8Array?(0,SA.toBase64)(e):e.toBase64()}}}const CA={Pure:EA,ObjectRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"ImmOrOwnedObject",ImmOrOwnedObject:{digest:t,version:r,objectId:(0,sd.normalizeSuiAddress)(e)}}}},SharedObjectRef({objectId:e,mutable:t,initialSharedVersion:r}){return{$kind:"Object",Object:{$kind:"SharedObject",SharedObject:{mutable:t,initialSharedVersion:r,objectId:(0,sd.normalizeSuiAddress)(e)}}}},ReceivingRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"Receiving",Receiving:{digest:t,version:r,objectId:(0,sd.normalizeSuiAddress)(e)}}}}};var od=Object.defineProperty,MA=Object.getOwnPropertyDescriptor,AA=Object.getOwnPropertyNames,TA=Object.prototype.hasOwnProperty,OA=(e,t)=>{for(var r in t)od(e,r,{get:t[r],enumerable:!0})},IA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of AA(t))!TA.call(e,i)&&i!==r&&od(e,i,{get:()=>t[i],enumerable:!(n=MA(t,i))||n.enumerable});return e},PA=e=>IA(od({},"__esModule",{value:!0}),e),nb={};OA(nb,{$Intent:()=>ab,Argument:()=>Qr,BCSBytes:()=>wa,Command:()=>cb,GasData:()=>sb,JsonU64:()=>Bi,NormalizedCallArg:()=>NA,ObjectArg:()=>ad,ObjectID:()=>bs,ObjectRef:()=>Wc,OpenMoveTypeSignature:()=>ob,OpenMoveTypeSignatureBody:()=>Gc,StructTag:()=>kA,SuiAddress:()=>ba,TransactionData:()=>DA,TransactionExpiration:()=>ub,safeEnum:()=>so});var io=PA(nb),ce=Di,ib=qr;function so(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 ba=(0,ce.pipe)((0,ce.string)(),(0,ce.transform)(e=>(0,ib.normalizeSuiAddress)(e)),(0,ce.check)(ib.isValidSuiAddress)),bs=ba,wa=(0,ce.string)(),Bi=(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")),Wc=(0,ce.object)({objectId:ba,version:Bi,digest:(0,ce.string)()}),Qr=(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]}))),sb=(0,ce.object)({budget:(0,ce.nullable)(Bi),price:(0,ce.nullable)(Bi),owner:(0,ce.nullable)(ba),payment:(0,ce.nullable)((0,ce.array)(Wc))}),kA=(0,ce.object)({address:(0,ce.string)(),module:(0,ce.string)(),name:(0,ce.string)(),typeParams:(0,ce.array)((0,ce.string)())}),Gc=(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)(()=>Gc)}),(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)(()=>Gc))})}),(0,ce.object)({typeParameter:(0,ce.pipe)((0,ce.number)(),(0,ce.integer)())})]),ob=(0,ce.object)({ref:(0,ce.nullable)((0,ce.union)([(0,ce.literal)("&"),(0,ce.literal)("&mut")])),body:Gc}),jA=(0,ce.object)({package:bs,module:(0,ce.string)(),function:(0,ce.string)(),typeArguments:(0,ce.array)((0,ce.string)()),arguments:(0,ce.array)(Qr),_argumentTypes:(0,ce.optional)((0,ce.nullable)((0,ce.array)(ob)))}),ab=(0,ce.object)({name:(0,ce.string)(),inputs:(0,ce.record)((0,ce.string)(),(0,ce.union)([Qr,(0,ce.array)(Qr)])),data:(0,ce.record)((0,ce.string)(),(0,ce.unknown)())}),cb=so({MoveCall:jA,TransferObjects:(0,ce.object)({objects:(0,ce.array)(Qr),address:Qr}),SplitCoins:(0,ce.object)({coin:Qr,amounts:(0,ce.array)(Qr)}),MergeCoins:(0,ce.object)({destination:Qr,sources:(0,ce.array)(Qr)}),Publish:(0,ce.object)({modules:(0,ce.array)(wa),dependencies:(0,ce.array)(bs)}),MakeMoveVec:(0,ce.object)({type:(0,ce.nullable)((0,ce.string)()),elements:(0,ce.array)(Qr)}),Upgrade:(0,ce.object)({modules:(0,ce.array)(wa),dependencies:(0,ce.array)(bs),package:bs,ticket:Qr}),$Intent:ab}),ad=so({ImmOrOwnedObject:Wc,SharedObject:(0,ce.object)({objectId:bs,initialSharedVersion:Bi,mutable:(0,ce.boolean)()}),Receiving:Wc}),RA=so({Object:ad,Pure:(0,ce.object)({bytes:wa}),UnresolvedPure:(0,ce.object)({value:(0,ce.unknown)()}),UnresolvedObject:(0,ce.object)({objectId:bs,version:(0,ce.optional)((0,ce.nullable)(Bi)),digest:(0,ce.optional)((0,ce.nullable)((0,ce.string)())),initialSharedVersion:(0,ce.optional)((0,ce.nullable)(Bi))})}),NA=so({Object:ad,Pure:(0,ce.object)({bytes:wa})}),ub=so({None:(0,ce.literal)(!0),Epoch:Bi}),DA=(0,ce.object)({version:(0,ce.literal)(2),sender:(0,ce.nullish)(ba),expiration:(0,ce.nullish)(ub),gasData:sb,inputs:(0,ce.array)(RA),commands:(0,ce.array)(cb)});var cd=Object.defineProperty,$A=Object.getOwnPropertyDescriptor,BA=Object.getOwnPropertyNames,LA=Object.prototype.hasOwnProperty,FA=(e,t)=>{for(var r in t)cd(e,r,{get:t[r],enumerable:!0})},UA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of BA(t))!LA.call(e,i)&&i!==r&&cd(e,i,{get:()=>t[i],enumerable:!(n=$A(t,i))||n.enumerable});return e},zA=e=>UA(cd({},"__esModule",{value:!0}),e),lb={};FA(lb,{Commands:()=>VA,UpgradePolicy:()=>hb});var ud=zA(lb),fb=Er,zn=Di,db=qr,Vn=io,hb=(e=>(e[e.COMPATIBLE=0]="COMPATIBLE",e[e.ADDITIVE=128]="ADDITIVE",e[e.DEP_ONLY=192]="DEP_ONLY",e))(hb||{});const VA={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,zn.parse)(Vn.Argument,r)),address:(0,zn.parse)(Vn.Argument,t)}}},SplitCoins(e,t){return{$kind:"SplitCoins",SplitCoins:{coin:(0,zn.parse)(Vn.Argument,e),amounts:t.map(r=>(0,zn.parse)(Vn.Argument,r))}}},MergeCoins(e,t){return{$kind:"MergeCoins",MergeCoins:{destination:(0,zn.parse)(Vn.Argument,e),sources:t.map(r=>(0,zn.parse)(Vn.Argument,r))}}},Publish({modules:e,dependencies:t}){return{$kind:"Publish",Publish:{modules:e.map(r=>typeof r=="string"?r:(0,fb.toBase64)(new Uint8Array(r))),dependencies:t.map(r=>(0,db.normalizeSuiObjectId)(r))}}},Upgrade({modules:e,dependencies:t,package:r,ticket:n}){return{$kind:"Upgrade",Upgrade:{modules:e.map(i=>typeof i=="string"?i:(0,fb.toBase64)(new Uint8Array(i))),dependencies:t.map(i=>(0,db.normalizeSuiObjectId)(i)),package:r,ticket:(0,zn.parse)(Vn.Argument,n)}}},MakeMoveVec({type:e,elements:t}){return{$kind:"MakeMoveVec",MakeMoveVec:{type:e??null,elements:t.map(r=>(0,zn.parse)(Vn.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,zn.parse)(Vn.Argument,s)):(0,zn.parse)(Vn.Argument,i)])),data:r}}}};var ld=Object.defineProperty,qA=Object.getOwnPropertyDescriptor,HA=Object.getOwnPropertyNames,WA=Object.prototype.hasOwnProperty,GA=(e,t)=>{for(var r in t)ld(e,r,{get:t[r],enumerable:!0})},KA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of HA(t))!WA.call(e,i)&&i!==r&&ld(e,i,{get:()=>t[i],enumerable:!(n=qA(t,i))||n.enumerable});return e},XA=e=>KA(ld({},"__esModule",{value:!0}),e),pb={};GA(pb,{NormalizedCallArg:()=>fd,ObjectRef:()=>Kc,SerializedTransactionDataV1:()=>uT,StructTag:()=>bb,TransactionArgument:()=>qn,TypeTag:()=>Xc,serializeV1TransactionData:()=>lT,transactionDataFromV1:()=>fT});var mb=XA(pb),oo=Er,ne=Di,gb=Ln,_a=io;const Kc=(0,ne.object)({digest:(0,ne.string)(),objectId:(0,ne.string)(),version:(0,ne.union)([(0,ne.pipe)((0,ne.number)(),(0,ne.integer)()),(0,ne.string)(),(0,ne.bigint)()])}),JA=(0,_a.safeEnum)({ImmOrOwned:Kc,Shared:(0,ne.object)({objectId:_a.ObjectID,initialSharedVersion:_a.JsonU64,mutable:(0,ne.boolean)()}),Receiving:Kc}),fd=(0,_a.safeEnum)({Object:JA,Pure:(0,ne.array)((0,ne.pipe)((0,ne.number)(),(0,ne.integer)()))}),vb=(0,ne.union)([(0,ne.object)({kind:(0,ne.literal)("Input"),index:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)()),value:(0,ne.unknown)(),type:(0,ne.optional)((0,ne.literal)("object"))}),(0,ne.object)({kind:(0,ne.literal)("Input"),index:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)()),value:(0,ne.unknown)(),type:(0,ne.literal)("pure")})]),YA=(0,ne.union)([(0,ne.object)({Epoch:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)())}),(0,ne.object)({None:(0,ne.nullable)((0,ne.literal)(!0))})]),yb=(0,ne.pipe)((0,ne.union)([(0,ne.number)(),(0,ne.string)(),(0,ne.bigint)()]),(0,ne.check)(e=>{if(!["string","number","bigint"].includes(typeof e))return!1;try{return BigInt(e),!0}catch{return!1}})),Xc=(0,ne.union)([(0,ne.object)({bool:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({u8:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({u64:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({u128:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({address:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({signer:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({vector:(0,ne.lazy)(()=>Xc)}),(0,ne.object)({struct:(0,ne.lazy)(()=>bb)}),(0,ne.object)({u16:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({u32:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({u256:(0,ne.nullable)((0,ne.literal)(!0))})]),bb=(0,ne.object)({address:(0,ne.string)(),module:(0,ne.string)(),name:(0,ne.string)(),typeParams:(0,ne.array)(Xc)}),ZA=(0,ne.object)({budget:(0,ne.optional)(yb),price:(0,ne.optional)(yb),payment:(0,ne.optional)((0,ne.array)(Kc)),owner:(0,ne.optional)((0,ne.string)())}),QA=[vb,(0,ne.object)({kind:(0,ne.literal)("GasCoin")}),(0,ne.object)({kind:(0,ne.literal)("Result"),index:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)())}),(0,ne.object)({kind:(0,ne.literal)("NestedResult"),index:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)()),resultIndex:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)())})],qn=(0,ne.union)([...QA]),eT=(0,ne.object)({kind:(0,ne.literal)("MoveCall"),target:(0,ne.pipe)((0,ne.string)(),(0,ne.check)(e=>e.split("::").length===3)),typeArguments:(0,ne.array)((0,ne.string)()),arguments:(0,ne.array)(qn)}),tT=(0,ne.object)({kind:(0,ne.literal)("TransferObjects"),objects:(0,ne.array)(qn),address:qn}),rT=(0,ne.object)({kind:(0,ne.literal)("SplitCoins"),coin:qn,amounts:(0,ne.array)(qn)}),nT=(0,ne.object)({kind:(0,ne.literal)("MergeCoins"),destination:qn,sources:(0,ne.array)(qn)}),iT=(0,ne.object)({kind:(0,ne.literal)("MakeMoveVec"),type:(0,ne.union)([(0,ne.object)({Some:Xc}),(0,ne.object)({None:(0,ne.nullable)((0,ne.literal)(!0))})]),objects:(0,ne.array)(qn)}),sT=(0,ne.object)({kind:(0,ne.literal)("Publish"),modules:(0,ne.array)((0,ne.array)((0,ne.pipe)((0,ne.number)(),(0,ne.integer)()))),dependencies:(0,ne.array)((0,ne.string)())}),oT=(0,ne.object)({kind:(0,ne.literal)("Upgrade"),modules:(0,ne.array)((0,ne.array)((0,ne.pipe)((0,ne.number)(),(0,ne.integer)()))),dependencies:(0,ne.array)((0,ne.string)()),packageId:(0,ne.string)(),ticket:qn}),aT=[eT,tT,rT,nT,sT,oT,iT],cT=(0,ne.union)([...aT]),uT=(0,ne.object)({version:(0,ne.literal)(1),sender:(0,ne.optional)((0,ne.string)()),expiration:(0,ne.nullish)(YA),gasConfig:ZA,inputs:(0,ne.array)(vb),transactions:(0,ne.array)(cT)});function lT(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:gb.TypeTagSerializer.parseFromStr(n.MakeMoveVec.type)},objects:n.MakeMoveVec.elements.map(i=>di(i,t))};if(n.MergeCoins)return{kind:"MergeCoins",destination:di(n.MergeCoins.destination,t),sources:n.MergeCoins.sources.map(i=>di(i,t))};if(n.MoveCall)return{kind:"MoveCall",target:`${n.MoveCall.package}::${n.MoveCall.module}::${n.MoveCall.function}`,typeArguments:n.MoveCall.typeArguments,arguments:n.MoveCall.arguments.map(i=>di(i,t))};if(n.Publish)return{kind:"Publish",modules:n.Publish.modules.map(i=>Array.from((0,oo.fromBase64)(i))),dependencies:n.Publish.dependencies};if(n.SplitCoins)return{kind:"SplitCoins",coin:di(n.SplitCoins.coin,t),amounts:n.SplitCoins.amounts.map(i=>di(i,t))};if(n.TransferObjects)return{kind:"TransferObjects",objects:n.TransferObjects.objects.map(i=>di(i,t)),address:di(n.TransferObjects.address,t)};if(n.Upgrade)return{kind:"Upgrade",modules:n.Upgrade.modules.map(i=>Array.from((0,oo.fromBase64)(i))),dependencies:n.Upgrade.dependencies,packageId:n.Upgrade.package,ticket:di(n.Upgrade.ticket,t)};throw new Error(`Unknown transaction ${Object.keys(n)}`)})}}function di(e,t){if(e.$kind==="GasCoin")return{kind:"GasCoin"};if(e.$kind==="Result")return{kind:"Result",index:e.Result};if(e.$kind==="NestedResult")return{kind:"NestedResult",index:e.NestedResult[0],resultIndex:e.NestedResult[1]};if(e.$kind==="Input")return t[e.Input];throw new Error(`Invalid argument ${Object.keys(e)}`)}function fT(e){var t,r,n;return(0,ne.parse)(_a.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,ne.is)(fd,i.value)){const s=(0,ne.parse)(fd,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?gb.TypeTagSerializer.tagToString(i.type.Some):null,elements:i.objects.map(s=>hi(s))}};case"MergeCoins":return{MergeCoins:{destination:hi(i.destination),sources:i.sources.map(s=>hi(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=>hi(c))}}}case"Publish":return{Publish:{modules:i.modules.map(s=>(0,oo.toBase64)(Uint8Array.from(s))),dependencies:i.dependencies}};case"SplitCoins":return{SplitCoins:{coin:hi(i.coin),amounts:i.amounts.map(s=>hi(s))}};case"TransferObjects":return{TransferObjects:{objects:i.objects.map(s=>hi(s)),address:hi(i.address)}};case"Upgrade":return{Upgrade:{modules:i.modules.map(s=>(0,oo.toBase64)(Uint8Array.from(s))),dependencies:i.dependencies,package:i.packageId,ticket:hi(i.ticket)}}}throw new Error(`Unknown transaction ${Object.keys(i)}`)})})}function hi(e){switch(e.kind){case"GasCoin":return{GasCoin:!0};case"Result":return{Result:e.index};case"NestedResult":return{NestedResult:[e.index,e.resultIndex]};case"Input":return{Input:e.index}}}var dd=Object.defineProperty,dT=Object.getOwnPropertyDescriptor,hT=Object.getOwnPropertyNames,pT=Object.prototype.hasOwnProperty,mT=(e,t)=>{for(var r in t)dd(e,r,{get:t[r],enumerable:!0})},gT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of hT(t))!pT.call(e,i)&&i!==r&&dd(e,i,{get:()=>t[i],enumerable:!(n=dT(t,i))||n.enumerable});return e},vT=e=>gT(dd({},"__esModule",{value:!0}),e),wb={};mT(wb,{SerializedTransactionDataV2:()=>MT});var yT=vT(wb),Pe=Di,ar=io;function xa(e){return(0,Pe.union)(Object.entries(e).map(([t,r])=>(0,Pe.object)({[t]:r})))}const pn=xa({GasCoin:(0,Pe.literal)(!0),Input:(0,Pe.pipe)((0,Pe.number)(),(0,Pe.integer)()),Result:(0,Pe.pipe)((0,Pe.number)(),(0,Pe.integer)()),NestedResult:(0,Pe.tuple)([(0,Pe.pipe)((0,Pe.number)(),(0,Pe.integer)()),(0,Pe.pipe)((0,Pe.number)(),(0,Pe.integer)())])}),bT=(0,Pe.object)({budget:(0,Pe.nullable)(ar.JsonU64),price:(0,Pe.nullable)(ar.JsonU64),owner:(0,Pe.nullable)(ar.SuiAddress),payment:(0,Pe.nullable)((0,Pe.array)(ar.ObjectRef))}),wT=(0,Pe.object)({package:ar.ObjectID,module:(0,Pe.string)(),function:(0,Pe.string)(),typeArguments:(0,Pe.array)((0,Pe.string)()),arguments:(0,Pe.array)(pn)}),_T=(0,Pe.object)({name:(0,Pe.string)(),inputs:(0,Pe.record)((0,Pe.string)(),(0,Pe.union)([pn,(0,Pe.array)(pn)])),data:(0,Pe.record)((0,Pe.string)(),(0,Pe.unknown)())}),xT=xa({MoveCall:wT,TransferObjects:(0,Pe.object)({objects:(0,Pe.array)(pn),address:pn}),SplitCoins:(0,Pe.object)({coin:pn,amounts:(0,Pe.array)(pn)}),MergeCoins:(0,Pe.object)({destination:pn,sources:(0,Pe.array)(pn)}),Publish:(0,Pe.object)({modules:(0,Pe.array)(ar.BCSBytes),dependencies:(0,Pe.array)(ar.ObjectID)}),MakeMoveVec:(0,Pe.object)({type:(0,Pe.nullable)((0,Pe.string)()),elements:(0,Pe.array)(pn)}),Upgrade:(0,Pe.object)({modules:(0,Pe.array)(ar.BCSBytes),dependencies:(0,Pe.array)(ar.ObjectID),package:ar.ObjectID,ticket:pn}),$Intent:_T}),ST=xa({ImmOrOwnedObject:ar.ObjectRef,SharedObject:(0,Pe.object)({objectId:ar.ObjectID,initialSharedVersion:ar.JsonU64,mutable:(0,Pe.boolean)()}),Receiving:ar.ObjectRef}),ET=xa({Object:ST,Pure:(0,Pe.object)({bytes:ar.BCSBytes}),UnresolvedPure:(0,Pe.object)({value:(0,Pe.unknown)()}),UnresolvedObject:(0,Pe.object)({objectId:ar.ObjectID,version:(0,Pe.optional)((0,Pe.nullable)(ar.JsonU64)),digest:(0,Pe.optional)((0,Pe.nullable)((0,Pe.string)())),initialSharedVersion:(0,Pe.optional)((0,Pe.nullable)(ar.JsonU64))})}),CT=xa({None:(0,Pe.literal)(!0),Epoch:ar.JsonU64}),MT=(0,Pe.object)({version:(0,Pe.literal)(2),sender:(0,Pe.nullish)(ar.SuiAddress),expiration:(0,Pe.nullish)(CT),gasData:bT,inputs:(0,Pe.array)(ET),commands:(0,Pe.array)(xT)});var hd=Object.defineProperty,AT=Object.getOwnPropertyDescriptor,TT=Object.getOwnPropertyNames,OT=Object.prototype.hasOwnProperty,IT=(e,t)=>{for(var r in t)hd(e,r,{get:t[r],enumerable:!0})},PT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of TT(t))!OT.call(e,i)&&i!==r&&hd(e,i,{get:()=>t[i],enumerable:!(n=AT(t,i))||n.enumerable});return e},kT=e=>PT(hd({},"__esModule",{value:!0}),e),_b={};IT(_b,{getClient:()=>ao,resolveTransactionData:()=>BT});var xb=kT(_b),jT=Di,Sb=Ln,pd=hn,RT=io,Sa=Hc,md=Qy;const NT=50,DT=1000n,$T=5e10;async function BT(e,t,r){return await VT(e,t),await zT(e,t),t.onlyTransactionKind||(await LT(e,t),await FT(e,t),await UT(e,t)),await qT(e),await r()}async function LT(e,t){e.gasConfig.price||(e.gasConfig.price=String(await ao(t).getReferenceGasPrice()))}async function FT(e,t){if(e.gasConfig.budget)return;const r=await ao(t).dryRunTransactionBlock({transactionBlock:e.build({overrides:{gasData:{budget:String($T),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=DT*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 ao(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,jT.parse)(RT.ObjectRef,i))}}async function zT(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?KT(n,NT):[],s=(await Promise.all(i.map(l=>ao(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=Sa.Inputs.SharedObjectRef({objectId:y,initialSharedVersion:f.UnresolvedObject.initialSharedVersion||(b==null?void 0:b.initialSharedVersion),mutable:HT(e,l)}):WT(e,l)&&(h=Sa.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??Sa.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 VT(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=>{Eb(c,Sb.bcs.U64,e)});break;case"TransferObjects":Eb(a.TransferObjects.address,Sb.bcs.Address,e);break}});const o=new Map;if(s.size>0){const a=ao(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,md.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,md.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 w=((R=b.UnresolvedPure)==null?void 0:R.value)??((N=b.UnresolvedObject)==null?void 0:N.objectId),T=(0,md.getPureBcsSchema)(f.body);if(T){y.type="pure",r[r.indexOf(b)]=Sa.Inputs.Pure(T.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 P=b.UnresolvedPure?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:w}}:b;r[y.Input]=P})}})}function qT(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 Eb(e,t,r){if(e.$kind!=="Input")return;const n=r.inputs[e.Input];n.$kind==="UnresolvedPure"&&(r.inputs[e.Input]=Sa.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 WT(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=GT(i.MoveCall._argumentTypes[s])||r}}),r}function GT(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 ao(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 KT(e,t){return Array.from({length:Math.ceil(e.length/t)},(r,n)=>e.slice(n*t,n*t+t))}var gd=Object.defineProperty,XT=Object.getOwnPropertyDescriptor,JT=Object.getOwnPropertyNames,YT=Object.prototype.hasOwnProperty,ZT=(e,t)=>{for(var r in t)gd(e,r,{get:t[r],enumerable:!0})},QT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of JT(t))!YT.call(e,i)&&i!==r&&gd(e,i,{get:()=>t[i],enumerable:!(n=XT(t,i))||n.enumerable});return e},e5=e=>QT(gd({},"__esModule",{value:!0}),e),Cb={};ZT(Cb,{createObjectMethods:()=>t5});var Mb=e5(Cb);function t5(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 vd=Object.defineProperty,r5=Object.getOwnPropertyDescriptor,n5=Object.getOwnPropertyNames,i5=Object.prototype.hasOwnProperty,s5=(e,t)=>{for(var r in t)vd(e,r,{get:t[r],enumerable:!0})},o5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of n5(t))!i5.call(e,i)&&i!==r&&vd(e,i,{get:()=>t[i],enumerable:!(n=r5(t,i))||n.enumerable});return e},a5=e=>o5(vd({},"__esModule",{value:!0}),e),Ab={};s5(Ab,{createPure:()=>u5});var Tb=a5(Ab),c5=Er,tr=Ln;function u5(e){function t(r,n){if(typeof r=="string")return e(Ea(r).serialize(n));if(r instanceof Uint8Array||(0,c5.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(tr.bcs.U8.serialize(r)),t.u16=r=>e(tr.bcs.U16.serialize(r)),t.u32=r=>e(tr.bcs.U32.serialize(r)),t.u64=r=>e(tr.bcs.U64.serialize(r)),t.u128=r=>e(tr.bcs.U128.serialize(r)),t.u256=r=>e(tr.bcs.U256.serialize(r)),t.bool=r=>e(tr.bcs.Bool.serialize(r)),t.string=r=>e(tr.bcs.String.serialize(r)),t.address=r=>e(tr.bcs.Address.serialize(r)),t.id=t.address,t.vector=(r,n)=>e(tr.bcs.vector(Ea(r)).serialize(n)),t.option=(r,n)=>e(tr.bcs.option(Ea(r)).serialize(n)),t}function Ea(e){switch(e){case"u8":return tr.bcs.u8();case"u16":return tr.bcs.u16();case"u32":return tr.bcs.u32();case"u64":return tr.bcs.u64();case"u128":return tr.bcs.u128();case"u256":return tr.bcs.u256();case"bool":return tr.bcs.bool();case"string":return tr.bcs.string();case"id":case"address":return tr.bcs.Address}const t=e.match(/^(vector|option)<(.+)>$/);if(t){const[r,n]=t.slice(1);return r==="vector"?tr.bcs.vector(Ea(n)):tr.bcs.option(Ea(n))}throw new Error(`Invalid Pure type name: ${e}`)}var yd=Object.defineProperty,l5=Object.getOwnPropertyDescriptor,f5=Object.getOwnPropertyNames,d5=Object.prototype.hasOwnProperty,h5=(e,t)=>{for(var r in t)yd(e,r,{get:t[r],enumerable:!0})},p5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of f5(t))!d5.call(e,i)&&i!==r&&yd(e,i,{get:()=>t[i],enumerable:!(n=l5(t,i))||n.enumerable});return e},m5=e=>p5(yd({},"__esModule",{value:!0}),e),Ob={};h5(Ob,{hashTypedData:()=>y5});var g5=m5(Ob),v5=gs;function y5(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,v5.blake2b)(n,{dkLen:32})}var bd=Object.defineProperty,b5=Object.getOwnPropertyDescriptor,w5=Object.getOwnPropertyNames,_5=Object.prototype.hasOwnProperty,x5=(e,t)=>{for(var r in t)bd(e,r,{get:t[r],enumerable:!0})},S5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of w5(t))!_5.call(e,i)&&i!==r&&bd(e,i,{get:()=>t[i],enumerable:!(n=b5(t,i))||n.enumerable});return e},E5=e=>S5(bd({},"__esModule",{value:!0}),e),Ib={};x5(Ib,{TransactionDataBuilder:()=>ws});var wd=E5(Ib),C5=Er,_d=Di,Jc=Ln,M5=qr,xd=io,A5=mb,T5=g5;function Pb(e){return(0,M5.normalizeSuiAddress)(e).replace("0x","")}class ws{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 ws.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 ws.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 ws((0,_d.parse)(xd.TransactionData,t)):new ws((0,_d.parse)(xd.TransactionData,(0,A5.transactionDataFromV1)(t)))}static getDigestFromBytes(t){const r=(0,T5.hashTypedData)("TransactionData",t);return(0,C5.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:Pb(c),expiration:a||{None:!0},gasData:{payment:u.payment,owner:Pb(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 ws.getDigestFromBytes(t)}snapshot(){return(0,_d.parse)(xd.TransactionData,this)}}var Sd=Object.defineProperty,O5=Object.getOwnPropertyDescriptor,I5=Object.getOwnPropertyNames,P5=Object.prototype.hasOwnProperty,k5=(e,t)=>{for(var r in t)Sd(e,r,{get:t[r],enumerable:!0})},j5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of I5(t))!P5.call(e,i)&&i!==r&&Sd(e,i,{get:()=>t[i],enumerable:!(n=O5(t,i))||n.enumerable});return e},R5=e=>j5(Sd({},"__esModule",{value:!0}),e),kb={};k5(kb,{extractMutableReference:()=>jb,extractReference:()=>Rb,extractStructTag:()=>D5,getIdFromCallArg:()=>$5});var N5=R5(kb),Ca=qr;function jb(e){return typeof e=="object"&&"MutableReference"in e?e.MutableReference:void 0}function Rb(e){return typeof e=="object"&&"Reference"in e?e.Reference:void 0}function D5(e){if(typeof e=="object"&&"Struct"in e)return e;const t=Rb(e),r=jb(e);if(typeof t=="object"&&"Struct"in t)return t;if(typeof r=="object"&&"Struct"in r)return r}function $5(e){if(typeof e=="string")return(0,Ca.normalizeSuiAddress)(e);if(e.Object)return e.Object.ImmOrOwnedObject?(0,Ca.normalizeSuiAddress)(e.Object.ImmOrOwnedObject.objectId):e.Object.Receiving?(0,Ca.normalizeSuiAddress)(e.Object.Receiving.objectId):(0,Ca.normalizeSuiAddress)(e.Object.SharedObject.objectId);if(e.UnresolvedObject)return(0,Ca.normalizeSuiAddress)(e.UnresolvedObject.objectId)}var Ed=Object.defineProperty,B5=Object.getOwnPropertyDescriptor,L5=Object.getOwnPropertyNames,F5=Object.prototype.hasOwnProperty,Nb=e=>{throw TypeError(e)},U5=(e,t)=>{for(var r in t)Ed(e,r,{get:t[r],enumerable:!0})},z5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of L5(t))!F5.call(e,i)&&i!==r&&Ed(e,i,{get:()=>t[i],enumerable:!(n=B5(t,i))||n.enumerable});return e},V5=e=>z5(Ed({},"__esModule",{value:!0}),e),Cd=(e,t,r)=>t.has(e)||Nb("Cannot "+r),Ct=(e,t,r)=>(Cd(e,t,"read from private field"),r?r.call(e):t.get(e)),Ma=(e,t,r)=>t.has(e)?Nb("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),_s=(e,t,r,n)=>(Cd(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),pi=(e,t,r)=>(Cd(e,t,"access private method"),r),Db={};U5(Db,{Transaction:()=>J5,isTransaction:()=>Ub});var Yc=V5(Db),Zc=Er,Li=Di,q5=qr,xs=ud,Ss=io,$b=mb,H5=yT,Qc=Hc,W5=xb,G5=Mb,K5=Tb,Aa=wd,Bb=N5,Ta,Oa,Es,At,mn,eu,Md,Ad,Td;function Lb(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 Fb=Symbol.for("@mysten/transaction");function Ub(e){return!!e&&typeof e=="object"&&e[Fb]===!0}const zb={buildPlugins:new Map,serializationPlugins:new Map},Od=Symbol.for("@mysten/transaction/registry");function Ia(){try{const e=globalThis;return e[Od]||(e[Od]=zb),e[Od]}catch{return zb}}const X5=class $0{constructor(){Ma(this,mn),Ma(this,Ta),Ma(this,Oa),Ma(this,Es,new Map),Ma(this,At),this.object=(0,G5.createObjectMethods)(r=>{var s,o;if(typeof r=="function")return this.object(r(this));if(typeof r=="object"&&(0,Li.is)(Ss.Argument,r))return r;const n=(0,Bb.getIdFromCallArg)(r),i=Ct(this,At).inputs.find(a=>n===(0,Bb.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:Ct(this,At).inputs.indexOf(i),type:"object"}:Ct(this,At).addInput("object",typeof r=="string"?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:(0,q5.normalizeSuiAddress)(r)}}:r)});const t=Ia();_s(this,At,new Aa.TransactionDataBuilder),_s(this,Oa,[...t.buildPlugins.values()]),_s(this,Ta,[...t.serializationPlugins.values()])}static fromKind(t){const r=new $0;return _s(r,At,Aa.TransactionDataBuilder.fromKindBytes(typeof t=="string"?(0,Zc.fromBase64)(t):t)),r}static from(t){const r=new $0;return Ub(t)?_s(r,At,new Aa.TransactionDataBuilder(t.getData())):typeof t!="string"||!t.startsWith("{")?_s(r,At,Aa.TransactionDataBuilder.fromBytes(typeof t=="string"?(0,Zc.fromBase64)(t):t)):_s(r,At,Aa.TransactionDataBuilder.restore(JSON.parse(t))),r}static registerGlobalSerializationPlugin(t,r){Ia().serializationPlugins.set(t,r??t)}static unregisterGlobalSerializationPlugin(t){Ia().serializationPlugins.delete(t)}static registerGlobalBuildPlugin(t,r){Ia().buildPlugins.set(t,r??t)}static unregisterGlobalBuildPlugin(t){Ia().buildPlugins.delete(t)}addSerializationPlugin(t){Ct(this,Ta).push(t)}addBuildPlugin(t){Ct(this,Oa).push(t)}addIntentResolver(t,r){if(Ct(this,Es).has(t)&&Ct(this,Es).get(t)!==r)throw new Error(`Intent resolver for ${t} already exists`);Ct(this,Es).set(t,r)}setSender(t){Ct(this,At).sender=t}setSenderIfNotSet(t){Ct(this,At).sender||(Ct(this,At).sender=t)}setExpiration(t){Ct(this,At).expiration=t?(0,Li.parse)(Ss.TransactionExpiration,t):null}setGasPrice(t){Ct(this,At).gasConfig.price=String(t)}setGasBudget(t){Ct(this,At).gasConfig.budget=String(t)}setGasBudgetIfNotSet(t){Ct(this,At).gasData.budget==null&&(Ct(this,At).gasConfig.budget=String(t))}setGasOwner(t){Ct(this,At).gasConfig.owner=t}setGasPayment(t){Ct(this,At).gasConfig.payment=t.map(r=>(0,Li.parse)(Ss.ObjectRef,r))}get blockData(){return(0,$b.serializeV1TransactionData)(Ct(this,At).snapshot())}getData(){return Ct(this,At).snapshot()}get[Fb](){return!0}get pure(){return Object.defineProperty(this,"pure",{enumerable:!1,value:(0,K5.createPure)(t=>(0,Zc.isSerializedBcs)(t)?Ct(this,At).addInput("pure",{$kind:"Pure",Pure:{bytes:t.toBase64()}}):Ct(this,At).addInput("pure",(0,Li.is)(Ss.NormalizedCallArg,t)?(0,Li.parse)(Ss.NormalizedCallArg,t):t instanceof Uint8Array?Qc.Inputs.Pure(t):{$kind:"UnresolvedPure",UnresolvedPure:{value:t}}))}),this.pure}get gas(){return{$kind:"GasCoin",GasCoin:!0}}objectRef(...t){return this.object(Qc.Inputs.ObjectRef(...t))}receivingRef(...t){return this.object(Qc.Inputs.ReceivingRef(...t))}sharedObjectRef(...t){return this.object(Qc.Inputs.SharedObjectRef(...t))}add(t){if(typeof t=="function")return t(this);const r=Ct(this,At).commands.push(t);return Lb(r-1)}splitCoins(t,r){const n=xs.Commands.SplitCoins(typeof t=="string"?this.object(t):pi(this,mn,Md).call(this,t),r.map(s=>typeof s=="number"||typeof s=="bigint"||typeof s=="string"?this.pure.u64(s):pi(this,mn,eu).call(this,s))),i=Ct(this,At).commands.push(n);return Lb(i-1,r.length)}mergeCoins(t,r){return this.add(xs.Commands.MergeCoins(this.object(t),r.map(n=>this.object(n))))}publish({modules:t,dependencies:r}){return this.add(xs.Commands.Publish({modules:t,dependencies:r}))}upgrade({modules:t,dependencies:r,package:n,ticket:i}){return this.add(xs.Commands.Upgrade({modules:t,dependencies:r,package:n,ticket:this.object(i)}))}moveCall({arguments:t,...r}){return this.add(xs.Commands.MoveCall({...r,arguments:t==null?void 0:t.map(n=>pi(this,mn,eu).call(this,n))}))}transferObjects(t,r){return this.add(xs.Commands.TransferObjects(t.map(n=>this.object(n)),typeof r=="string"?this.pure.address(r):pi(this,mn,eu).call(this,r)))}makeMoveVec({type:t,elements:r}){return this.add(xs.Commands.MakeMoveVec({type:t,elements:r.map(n=>this.object(n))}))}serialize(){return JSON.stringify((0,$b.serializeV1TransactionData)(Ct(this,At).snapshot()))}async toJSON(t={}){return await this.prepareForSerialization(t),JSON.stringify((0,Li.parse)(H5.SerializedTransactionDataV2,Ct(this,At).snapshot()),(r,n)=>typeof n=="bigint"?n.toString():n,2)}async sign(t){const{signer:r,...n}=t,i=await this.build(n);return r.signTransaction(i)}async build(t={}){return await this.prepareForSerialization(t),await pi(this,mn,Ad).call(this,t),Ct(this,At).build({onlyTransactionKind:t.onlyTransactionKind})}async getDigest(t={}){return await pi(this,mn,Ad).call(this,t),Ct(this,At).getDigest()}async prepareForSerialization(t){var i;const r=new Set;for(const s of Ct(this,At).commands)s.$Intent&&r.add(s.$Intent.name);const n=[...Ct(this,Ta)];for(const s of r)if(!((i=t.supportedIntents)!=null&&i.includes(s))){if(!Ct(this,Es).has(s))throw new Error(`Missing intent resolver for ${s}`);n.push(Ct(this,Es).get(s))}await pi(this,mn,Td).call(this,n,t)}};Ta=new WeakMap,Oa=new WeakMap,Es=new WeakMap,At=new WeakMap,mn=new WeakSet,eu=function(e){return(0,Zc.isSerializedBcs)(e)?this.pure(e):pi(this,mn,Md).call(this,e)},Md=function(e){return typeof e=="function"?(0,Li.parse)(Ss.Argument,e(this)):(0,Li.parse)(Ss.Argument,e)},Ad=async function(e){if(!e.onlyTransactionKind&&!Ct(this,At).sender)throw new Error("Missing transaction sender");await pi(this,mn,Td).call(this,[...Ct(this,Oa),W5.resolveTransactionData],e)},Td=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(Ct(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 J5=X5;var Id=Object.defineProperty,Y5=Object.getOwnPropertyDescriptor,Z5=Object.getOwnPropertyNames,Q5=Object.prototype.hasOwnProperty,Vb=e=>{throw TypeError(e)},eO=(e,t)=>{for(var r in t)Id(e,r,{get:t[r],enumerable:!0})},tO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Z5(t))!Q5.call(e,i)&&i!==r&&Id(e,i,{get:()=>t[i],enumerable:!(n=Y5(t,i))||n.enumerable});return e},rO=e=>tO(Id({},"__esModule",{value:!0}),e),qb=(e,t,r)=>t.has(e)||Vb("Cannot "+r),fr=(e,t,r)=>(qb(e,t,"read from private field"),r?r.call(e):t.get(e)),Pd=(e,t,r)=>t.has(e)?Vb("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Hb=(e,t,r,n)=>(qb(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Wb={};eO(Wb,{AsyncCache:()=>Kb,InMemoryCache:()=>Xb,ObjectCache:()=>nO});var Gb=rO(Wb),kd=qr,Cs,Cr,tu;class Kb{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,kd.normalizeSuiAddress)(t.package)}::${t.module}::${t.function}`;return this.get("MoveFunction",r)}async addMoveFunctionDefinition(t){const r=(0,kd.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,kd.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 Xb extends Kb{constructor(){super(...arguments),Pd(this,Cs,{OwnedObject:new Map,SharedOrImmutableObject:new Map,MoveFunction:new Map,Custom:new Map})}async get(t,r){return fr(this,Cs)[t].get(r)??null}async set(t,r,n){fr(this,Cs)[t].set(r,n)}async delete(t,r){fr(this,Cs)[t].delete(r)}async clear(t){if(t)fr(this,Cs)[t].clear();else for(const r of Object.values(fr(this,Cs)))r.clear()}}Cs=new WeakMap;class nO{constructor({cache:t=new Xb,onEffects:r}){Pd(this,Cr),Pd(this,tu),Hb(this,Cr,t),Hb(this,tu,r)}asPlugin(){return async(t,r,n)=>{const i=t.inputs.filter(a=>a.UnresolvedObject).map(a=>a.UnresolvedObject.objectId),s=(await fr(this,Cr).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,Cr).addMoveFunctionDefinition({package:a.MoveCall.package,module:a.MoveCall.module,function:a.MoveCall.function,parameters:a.MoveCall._argumentTypes})}))}}async clear(){await fr(this,Cr).clear()}async getMoveFunctionDefinition(t){return fr(this,Cr).getMoveFunctionDefinition(t)}async getObjects(t){return fr(this,Cr).getObjects(t)}async deleteObjects(t){return fr(this,Cr).deleteObjects(t)}async clearOwnedObjects(){await fr(this,Cr).clear("OwnedObject")}async clearCustom(){await fr(this,Cr).clear("Custom")}async getCustom(t){return fr(this,Cr).getCustom(t)}async setCustom(t,r){return fr(this,Cr).setCustom(t,r)}async deleteCustom(t){return fr(this,Cr).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,Cr).addObjects(o),fr(this,Cr).deleteObjects(s),(r=fr(this,tu))==null?void 0:r.call(this,t)])}}Cr=new WeakMap,tu=new WeakMap;var jd=Object.defineProperty,iO=Object.getOwnPropertyDescriptor,sO=Object.getOwnPropertyNames,oO=Object.prototype.hasOwnProperty,Jb=e=>{throw TypeError(e)},aO=(e,t)=>{for(var r in t)jd(e,r,{get:t[r],enumerable:!0})},cO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of sO(t))!oO.call(e,i)&&i!==r&&jd(e,i,{get:()=>t[i],enumerable:!(n=iO(t,i))||n.enumerable});return e},uO=e=>cO(jd({},"__esModule",{value:!0}),e),Yb=(e,t,r)=>t.has(e)||Jb("Cannot "+r),Pa=(e,t,r)=>(Yb(e,t,"read from private field"),r?r.call(e):t.get(e)),Zb=(e,t,r)=>t.has(e)?Jb("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Rd=(e,t,r,n)=>(Yb(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Qb={};aO(Qb,{CachingTransactionExecutor:()=>hO});var ew=uO(Qb),lO=Ln,fO=Gb,dO=Yc,co,uo;class hO{constructor({client:t,...r}){Zb(this,co),Zb(this,uo,null),Rd(this,co,t),this.cache=new fO.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:Pa(this,co),...r})}async executeTransaction({transaction:t,options:r,...n}){const i=(0,dO.isTransaction)(t)?await this.buildTransaction({transaction:t}):t,s=await Pa(this,co).executeTransactionBlock({...n,transactionBlock:i,options:{...r,showRawEffects:!0}});if(s.rawEffects){const o=lO.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;Rd(this,uo,((r=t.V2)==null?void 0:r.transactionDigest)??null),await this.cache.applyEffects(t)}async waitForLastTransaction(){Pa(this,uo)&&(await Pa(this,co).waitForTransaction({digest:Pa(this,uo)}),Rd(this,uo,null))}}co=new WeakMap,uo=new WeakMap;var Nd=Object.defineProperty,pO=Object.getOwnPropertyDescriptor,mO=Object.getOwnPropertyNames,gO=Object.prototype.hasOwnProperty,tw=e=>{throw TypeError(e)},vO=(e,t)=>{for(var r in t)Nd(e,r,{get:t[r],enumerable:!0})},yO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of mO(t))!gO.call(e,i)&&i!==r&&Nd(e,i,{get:()=>t[i],enumerable:!(n=pO(t,i))||n.enumerable});return e},bO=e=>yO(Nd({},"__esModule",{value:!0}),e),wO=(e,t,r)=>t.has(e)||tw("Cannot "+r),gn=(e,t,r)=>(wO(e,t,"read from private field"),r?r.call(e):t.get(e)),rw=(e,t,r)=>t.has(e)?tw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),nw={};vO(nw,{ParallelQueue:()=>xO,SerialQueue:()=>_O});var iw=bO(nw),Fi,Ms;class _O{constructor(){rw(this,Fi,[])}async runTask(t){return new Promise((r,n)=>{gn(this,Fi).push(()=>{t().finally(()=>{gn(this,Fi).shift(),gn(this,Fi).length>0&&gn(this,Fi)[0]()}).then(r,n)}),gn(this,Fi).length===1&&gn(this,Fi)[0]()})}}Fi=new WeakMap;class xO{constructor(t){rw(this,Ms,[]),this.activeTasks=0,this.maxTasks=t}runTask(t){return new Promise((r,n)=>{this.activeTasks<this.maxTasks?(this.activeTasks++,t().finally(()=>{gn(this,Ms).length>0?gn(this,Ms).shift()():this.activeTasks--}).then(r,n)):gn(this,Ms).push(()=>{t().finally(()=>{gn(this,Ms).length>0?gn(this,Ms).shift()():this.activeTasks--}).then(r,n)})})}}Ms=new WeakMap;var Dd=Object.defineProperty,SO=Object.getOwnPropertyDescriptor,EO=Object.getOwnPropertyNames,CO=Object.prototype.hasOwnProperty,sw=e=>{throw TypeError(e)},MO=(e,t)=>{for(var r in t)Dd(e,r,{get:t[r],enumerable:!0})},AO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of EO(t))!CO.call(e,i)&&i!==r&&Dd(e,i,{get:()=>t[i],enumerable:!(n=SO(t,i))||n.enumerable});return e},TO=e=>AO(Dd({},"__esModule",{value:!0}),e),ow=(e,t,r)=>t.has(e)||sw("Cannot "+r),Mr=(e,t,r)=>(ow(e,t,"read from private field"),r?r.call(e):t.get(e)),lo=(e,t,r)=>t.has(e)?sw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),$d=(e,t,r,n)=>(ow(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),aw={};MO(aw,{SerialTransactionExecutor:()=>kO,getGasCoinFromEffects:()=>lw});var cw=TO(aw),OO=Er,uw=Yc,IO=ew,PO=iw,ru,ka,vn,nu,Bd,iu;class kO{constructor({signer:t,defaultGasBudget:r=50000000n,...n}){lo(this,ru,new PO.SerialQueue),lo(this,ka),lo(this,vn),lo(this,nu),lo(this,Bd,async i=>{if(!i.V2)return;const s=lw(i).ref;s?Mr(this,vn).cache.setCustom("gasCoin",s):Mr(this,vn).cache.deleteCustom("gasCoin")}),lo(this,iu,async i=>{const s=await Mr(this,vn).cache.getCustom("gasCoin"),o=uw.Transaction.from(i);return s&&o.setGasPayment([s]),o.setGasBudgetIfNotSet(Mr(this,nu)),o.setSenderIfNotSet(Mr(this,ka).toSuiAddress()),Mr(this,vn).buildTransaction({transaction:o})}),$d(this,ka,t),$d(this,nu,r),$d(this,vn,new IO.CachingTransactionExecutor({client:n.client,cache:n.cache,onEffects:i=>Mr(this,Bd).call(this,i)}))}async applyEffects(t){return Mr(this,vn).applyEffects(t)}async buildTransaction(t){return Mr(this,ru).runTask(()=>Mr(this,iu).call(this,t))}resetCache(){return Mr(this,vn).reset()}waitForLastTransaction(){return Mr(this,vn).waitForLastTransaction()}executeTransaction(t,r){return Mr(this,ru).runTask(async()=>{const n=(0,uw.isTransaction)(t)?await Mr(this,iu).call(this,t):t,{signature:i}=await Mr(this,ka).signTransaction(n),s=await Mr(this,vn).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,OO.toBase64)(o),data:s}})}}ru=new WeakMap,ka=new WeakMap,vn=new WeakMap,nu=new WeakMap,Bd=new WeakMap,iu=new WeakMap;function lw(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 Ld=Object.defineProperty,jO=Object.getOwnPropertyDescriptor,RO=Object.getOwnPropertyNames,NO=Object.prototype.hasOwnProperty,fw=e=>{throw TypeError(e)},DO=(e,t)=>{for(var r in t)Ld(e,r,{get:t[r],enumerable:!0})},$O=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of RO(t))!NO.call(e,i)&&i!==r&&Ld(e,i,{get:()=>t[i],enumerable:!(n=jO(t,i))||n.enumerable});return e},BO=e=>$O(Ld({},"__esModule",{value:!0}),e),Fd=(e,t,r)=>t.has(e)||fw("Cannot "+r),qe=(e,t,r)=>(Fd(e,t,"read from private field"),r?r.call(e):t.get(e)),dr=(e,t,r)=>t.has(e)?fw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),rr=(e,t,r,n)=>(Fd(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),en=(e,t,r)=>(Fd(e,t,"access private method"),r),dw=(e,t,r,n)=>({set _(i){rr(e,t,i,r)},get _(){return qe(e,t,n)}}),hw={};DO(hw,{ParallelTransactionExecutor:()=>qO});var LO=BO(hw),FO=Er,pw=Ln,UO=Yc,zO=wd,VO=ew,mw=iw,gw=cw,Ui,Hn,su,ja,Ra,Na,ou,fo,Nr,zi,As,Ts,Ud,au,Da,ho,po,mi,Lr,vw,yw,$a,zd,bw,Vd,ww;const Ba={coinBatchSize:20,initialCoinBalance:200000000n,minimumCoinBalance:50000000n,maxPoolSize:50,epochBoundaryWindow:1e3};class qO{constructor(t){dr(this,Lr),dr(this,Ui),dr(this,Hn),dr(this,su),dr(this,ja),dr(this,Ra),dr(this,Na),dr(this,ou),dr(this,fo),dr(this,Nr),dr(this,zi,[]),dr(this,As),dr(this,Ts,new Map),dr(this,Ud,new mw.SerialQueue),dr(this,au),dr(this,Da,null),dr(this,ho,null),dr(this,po,0),dr(this,mi,null),rr(this,Ui,t.signer),rr(this,Hn,t.client),rr(this,su,t.coinBatchSize??Ba.coinBatchSize),rr(this,ja,t.initialCoinBalance??Ba.initialCoinBalance),rr(this,Ra,t.minimumCoinBalance??Ba.minimumCoinBalance),rr(this,ou,t.defaultGasBudget??qe(this,Ra)),rr(this,Na,t.epochBoundaryWindow??Ba.epochBoundaryWindow),rr(this,fo,t.maxPoolSize??Ba.maxPoolSize),rr(this,As,new VO.CachingTransactionExecutor({client:t.client,cache:t.cache})),rr(this,au,new mw.ParallelQueue(qe(this,fo))),rr(this,Nr,t.sourceCoins?new Map(t.sourceCoins.map(r=>[r,null])):null)}resetCache(){return rr(this,mi,null),en(this,Lr,$a).call(this,()=>qe(this,As).reset())}async waitForLastTransaction(){await en(this,Lr,$a).call(this,()=>en(this,Lr,zd).call(this))}async executeTransaction(t,r){const{promise:n,resolve:i,reject:s}=HO(),o=await en(this,Lr,vw).call(this,t),a=()=>{qe(this,au).runTask(()=>en(this,Lr,yw).call(this,t,o,r).then(i,s))},c=new Set;return o.forEach(u=>{qe(this,Ts).get(u)?(c.add(u),qe(this,Ts).get(u).push(()=>{c.delete(u),c.size===0&&a()})):qe(this,Ts).set(u,[])}),c.size===0&&a(),n}}Ui=new WeakMap,Hn=new WeakMap,su=new WeakMap,ja=new WeakMap,Ra=new WeakMap,Na=new WeakMap,ou=new WeakMap,fo=new WeakMap,Nr=new WeakMap,zi=new WeakMap,As=new WeakMap,Ts=new WeakMap,Ud=new WeakMap,au=new WeakMap,Da=new WeakMap,ho=new WeakMap,po=new WeakMap,mi=new WeakMap,Lr=new WeakSet,vw=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:qe(this,Hn)}),t},yw=async function(e,t,r){var i;let n;try{e.setSenderIfNotSet(qe(this,Ui).toSuiAddress()),await qe(this,Ud).runTask(async()=>{e.getData().gasData.price||e.setGasPrice(await en(this,Lr,Vd).call(this)),e.setGasBudgetIfNotSet(qe(this,ou)),await en(this,Lr,$a).call(this),n=await en(this,Lr,bw).call(this),dw(this,po)._++,e.setGasPayment([{objectId:n.id,version:n.version,digest:n.digest}]),await qe(this,As).buildTransaction({transaction:e,onlyTransactionKind:!0})});const s=await e.build({client:qe(this,Hn)}),{signature:o}=await qe(this,Ui).signTransaction(s),a=await qe(this,As).executeTransaction({transaction:s,signature:o,options:{...r,showEffects:!0}}),c=Uint8Array.from(a.rawEffects),u=pw.bcs.TransactionEffects.parse(c),l=(0,gw.getGasCoinFromEffects)(u),f=(i=u.V2)==null?void 0:i.gasUsed;if(n&&f&&l.owner===qe(this,Ui).toSuiAddress()){const h=BigInt(f.computationCost)+BigInt(f.storageCost)+BigInt(f.storageCost)-BigInt(f.storageRebate);let y=!1;new zO.TransactionDataBuilder(e.getData()).mapArguments(b=>(b.$kind==="GasCoin"&&(y=!0),b)),!y&&n.balance>=qe(this,Ra)?qe(this,zi).push({id:l.ref.objectId,version:l.ref.version,digest:l.ref.digest,balance:n.balance-h}):(qe(this,Nr)||rr(this,Nr,new Map),qe(this,Nr).set(l.ref.objectId,l.ref))}return rr(this,Da,a.digest),{digest:a.digest,effects:(0,FO.toBase64)(c),data:a}}catch(s){throw n&&(qe(this,Nr)||rr(this,Nr,new Map),qe(this,Nr).set(n.id,null)),await en(this,Lr,$a).call(this,async()=>{await Promise.all([qe(this,As).cache.deleteObjects([...t]),en(this,Lr,zd).call(this)])}),s}finally{t.forEach(s=>{const o=qe(this,Ts).get(s);o&&o.length>0?o.shift()():o&&qe(this,Ts).delete(s)}),dw(this,po)._--}},$a=async function(e){qe(this,ho)&&await qe(this,ho),rr(this,ho,(e==null?void 0:e().then(()=>{rr(this,ho,null)},()=>{}))??null)},zd=async function(){const e=qe(this,Da);e&&(rr(this,Da,null),await qe(this,Hn).waitForTransaction({digest:e}))},bw=async function(){if(qe(this,zi).length===0&&qe(this,po)<=qe(this,fo)&&await en(this,Lr,ww).call(this),qe(this,zi).length===0)throw new Error("No coins available");return qe(this,zi).shift()},Vd=async function(){if((qe(this,mi)?qe(this,mi).expiration-qe(this,Na)-Date.now():0)>0)return qe(this,mi).price;if(qe(this,mi)){const r=Math.max(qe(this,mi).expiration+qe(this,Na)-Date.now(),1e3);await new Promise(n=>setTimeout(n,r))}const t=await qe(this,Hn).getLatestSuiSystemState();return rr(this,mi,{price:BigInt(t.referenceGasPrice),expiration:Number.parseInt(t.epochStartTimestampMs,10)+Number.parseInt(t.epochDurationMs,10)}),en(this,Lr,Vd).call(this)},ww=async function(){var u;const e=Math.min(qe(this,su),qe(this,fo)-(qe(this,zi).length+qe(this,po))+1);if(e===0)return;const t=new UO.Transaction,r=qe(this,Ui).toSuiAddress();if(t.setSender(r),qe(this,Nr)){const l=[],f=[];for(const[h,y]of qe(this,Nr))y?l.push(y):f.push(h);if(f.length>0){const h=await qe(this,Hn).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,Nr,new Map)}const n=new Array(e).fill(qe(this,ja)),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 qe(this,Hn).signAndExecuteTransaction({transaction:t,signer:qe(this,Ui),options:{showRawEffects:!0}}),a=pw.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||qe(this,zi).push({id:l,version:a.V2.lamportVersion,digest:f.ObjectWrite[0],balance:BigInt(qe(this,ja))})}),qe(this,Nr)||rr(this,Nr,new Map);const c=(0,gw.getGasCoinFromEffects)(a).ref;qe(this,Nr).set(c.objectId,c),await qe(this,Hn).waitForTransaction({digest:o.digest})};function HO(){let e,t;return{promise:new Promise((n,i)=>{e=n,t=i}),resolve:e,reject:t}}var qd=Object.defineProperty,WO=Object.getOwnPropertyDescriptor,GO=Object.getOwnPropertyNames,KO=Object.prototype.hasOwnProperty,XO=(e,t)=>{for(var r in t)qd(e,r,{get:t[r],enumerable:!0})},JO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of GO(t))!KO.call(e,i)&&i!==r&&qd(e,i,{get:()=>t[i],enumerable:!(n=WO(t,i))||n.enumerable});return e},YO=e=>JO(qd({},"__esModule",{value:!0}),e),_w={};XO(_w,{coinWithBalance:()=>tI});var ZO=YO(_w),cu=Di,QO=Ln,xw=qr,uu=ud,Sw=Hc,eI=xb;const lu="CoinWithBalance",Ew=(0,xw.normalizeStructTag)("0x2::sui::SUI");function tI({type:e=Ew,balance:t,useGasCoin:r=!0}){return n=>{n.addIntentResolver(lu,nI);const i=e==="gas"?e:(0,xw.normalizeStructTag)(e);return n.add(uu.Commands.Intent({name:lu,inputs:{},data:{type:i===Ew&&r?"gas":i,balance:BigInt(t)}}))}}const rI=(0,cu.object)({type:(0,cu.string)(),balance:(0,cu.bigint)()});async function nI(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===lu){const{type:h,balance:y}=(0,cu.parse)(rI,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,eI.getClient)(t);await Promise.all([...n].map(async f=>{o.set(f,await iI({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!==lu)continue;const{type:y,balance:b}=h.$Intent.data;if(b===0n){e.replaceCommand(f,uu.Commands.MoveCall({target:"0x2::coin::zero",typeArguments:[y]}));continue}const w=[];if(!c.has(y)){const[T,...P]=o.get(y).map(R=>e.addInput("object",Sw.Inputs.ObjectRef({objectId:R.coinObjectId,digest:R.digest,version:R.version})));P.length>0&&w.push(uu.Commands.MergeCoins(T,P)),c.set(y,T)}w.push(uu.Commands.SplitCoins(c.get(y),[e.addInput("pure",Sw.Inputs.Pure(QO.bcs.u64().serialize(b)))])),e.replaceCommand(f,w),e.mapArguments(T=>T.$kind==="Result"&&T.Result===f?{$kind:"NestedResult",NestedResult:[f+w.length-1,0]}:T)}return r()}async function iI({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 Hd=Object.defineProperty,sI=Object.getOwnPropertyDescriptor,oI=Object.getOwnPropertyNames,aI=Object.prototype.hasOwnProperty,cI=(e,t)=>{for(var r in t)Hd(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&&Hd(e,i,{get:()=>t[i],enumerable:!(n=sI(t,i))||n.enumerable});return e},lI=e=>uI(Hd({},"__esModule",{value:!0}),e),Cw={};cI(Cw,{Arguments:()=>pI});var fI=lI(Cw),dI=Mb,hI=Tb;const pI={pure:(0,hI.createPure)(e=>t=>t.pure(e)),object:(0,dI.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 Wd=Object.defineProperty,mI=Object.getOwnPropertyDescriptor,gI=Object.getOwnPropertyNames,vI=Object.prototype.hasOwnProperty,yI=(e,t)=>{for(var r in t)Wd(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&&Wd(e,i,{get:()=>t[i],enumerable:!(n=mI(t,i))||n.enumerable});return e},wI=e=>bI(Wd({},"__esModule",{value:!0}),e),Mw={};yI(Mw,{findTransactionBlockNames:()=>xI,listToRequests:()=>EI,replaceNames:()=>SI});var _I=wI(Mw),Aw=ly;const mo="/",xI=e=>{var n;const t=new Set,r=new Set;for(const i of e.commands){if((n=i.MakeMoveVec)!=null&&n.type){Tw([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(mo)){if(!(0,Aw.isValidNamedPackage)(o))throw new Error(`Invalid package name: ${o}`);t.add(o)}Tw(s.typeArguments??[]).forEach(a=>{r.add(a)})}return{packages:[...t],types:[...r]}};function Tw(e){const t=new Set;for(const r of e)if(r.includes(mo)){if(!(0,Aw.isValidNamedType)(r))throw new Error(`Invalid type with names: ${r}`);t.add(r)}return[...t]}const SI=(e,t)=>{var r;for(const n of e.commands){if((r=n.MakeMoveVec)!=null&&r.type){if(!n.MakeMoveVec.type.includes(mo))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(mo)&&!t.packages[o])throw new Error(`No address found for package: ${o}`);o.includes(mo)&&(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(mo)){if(!t.types[a[c]])throw new Error(`No resolution found for type: ${a[c]}`);a[c]=t.types[a[c]]}i.typeArguments=a}}},EI=(e,t)=>{const r=[],n=Ow(e.packages),i=Ow(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 CI(r,t)},Ow=e=>[...new Set(e)],CI=(e,t)=>{const r=[];for(let n=0;n<e.length;n+=t)r.push(e.slice(n,n+t));return r};var Gd=Object.defineProperty,MI=Object.getOwnPropertyDescriptor,AI=Object.getOwnPropertyNames,TI=Object.prototype.hasOwnProperty,OI=(e,t)=>{for(var r in t)Gd(e,r,{get:t[r],enumerable:!0})},II=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of AI(t))!TI.call(e,i)&&i!==r&&Gd(e,i,{get:()=>t[i],enumerable:!(n=MI(t,i))||n.enumerable});return e},PI=e=>II(Gd({},"__esModule",{value:!0}),e),Iw={};OI(Iw,{namedPackagesPlugin:()=>jI});var kI=PI(Iw),Kd=_I;const jI=({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,Kd.findTransactionBlockNames)(s),u=(0,Kd.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,Kd.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} />`,vr,or,Nn,or),K[or+vr]=!0}}return z===n?B(Bt):T(Bt),Bt}}function te(z,oe,he){return Z(z,oe,he,!0)}function Be(z,oe,he){return Z(z,oe,he,!1)}var rt=Be,Re=te;ha.Fragment=n,ha.jsx=rt,ha.jsxs=Re}()),ha}hn.env.NODE_ENV==="production"?uf.exports=L3():uf.exports=F3();var w=uf.exports;const yX="",bX="",wX="";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);const _X="",xX="",SX="",EX="";function Fn(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 U3="1.18.0",z3="1.40.0",V3={"-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 lf extends Error{}class ff extends lf{constructor(t,r){super(t),this.code=r,this.type=V3[r]??"ServerError"}}class im extends lf{constructor(t,r,n){super(t),this.status=r,this.statusText=n}}var sm=e=>{throw TypeError(e)},df=(e,t,r)=>t.has(e)||sm("Cannot "+r),tr=(e,t,r)=>(df(e,t,"read from private field"),r?r.call(e):t.get(e)),_s=(e,t,r)=>t.has(e)?sm("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),io=(e,t,r,n)=>(df(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),om=(e,t,r)=>(df(e,t,"access private method"),r),q3=(e,t,r,n)=>({set _(i){io(e,t,i,r)},get _(){return tr(e,t,n)}}),xs,pa,di,Ss,ma,so,Nc,am,cm;function G3(e){const t=new URL(e);return t.protocol=t.protocol.replace("http","ws"),t.toString()}const W3={WebSocketConstructor:typeof WebSocket<"u"?WebSocket:void 0,callTimeout:3e4,reconnectTimeout:3e3,maxReconnects:5};class H3{constructor(t,r={}){if(_s(this,Nc),_s(this,xs,0),_s(this,pa,0),_s(this,di,null),_s(this,Ss,null),_s(this,ma,new Set),_s(this,so,new Map),this.endpoint=t,this.options={...W3,...r},!this.options.WebSocketConstructor)throw new Error("Missing WebSocket constructor");this.endpoint.startsWith("http")&&(this.endpoint=G3(this.endpoint))}async makeRequest(t,r){const n=await om(this,Nc,am).call(this);return new Promise((i,s)=>{io(this,xs,tr(this,xs)+1),tr(this,so).set(tr(this,xs),{resolve:i,reject:s,timeout:setTimeout(()=>{tr(this,so).delete(tr(this,xs)),s(new Error(`Request timeout: ${t}`))},this.options.callTimeout)}),n.send(JSON.stringify({jsonrpc:"2.0",id:tr(this,xs),method:t,params:r}))}).then(({error:i,result:s})=>{if(i)throw new ff(i.message,i.code);return s})}async subscribe(t){const r=new K3(t);return tr(this,ma).add(r),await r.subscribe(this),()=>r.unsubscribe(this)}}xs=new WeakMap,pa=new WeakMap,di=new WeakMap,Ss=new WeakMap,ma=new WeakMap,so=new WeakMap,Nc=new WeakSet,am=function(){return tr(this,Ss)?tr(this,Ss):(io(this,Ss,new Promise(e=>{var t;(t=tr(this,di))==null||t.close(),io(this,di,new this.options.WebSocketConstructor(this.endpoint)),tr(this,di).addEventListener("open",()=>{io(this,pa,0),e(tr(this,di))}),tr(this,di).addEventListener("close",()=>{q3(this,pa)._++,tr(this,pa)<=this.options.maxReconnects&&setTimeout(()=>{om(this,Nc,cm).call(this)},this.options.reconnectTimeout)}),tr(this,di).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,so).has(n.id)){const{resolve:i,timeout:s}=tr(this,so).get(n.id);clearTimeout(s),i(n)}else if("params"in n){const{params:i}=n;tr(this,ma).forEach(s=>{s.subscriptionId===i.subscription&&i.subscription===s.subscriptionId&&s.onMessage(i.result)})}})})),tr(this,Ss))},cm=async function(){var e;return(e=tr(this,di))==null||e.close(),io(this,Ss,null),Promise.allSettled([...tr(this,ma)].map(t=>t.subscribe(this)))};class K3{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 um=e=>{throw TypeError(e)},hf=(e,t,r)=>t.has(e)||um("Cannot "+r),Zr=(e,t,r)=>(hf(e,t,"read from private field"),r?r.call(e):t.get(e)),Rc=(e,t,r)=>t.has(e)?um("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),pf=(e,t,r,n)=>(hf(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),X3=(e,t,r)=>(hf(e,t,"access private method"),r),ga,pn,va,mf,lm;class fm{constructor(t){Rc(this,mf),Rc(this,ga,0),Rc(this,pn),Rc(this,va),pf(this,pn,t)}fetch(t,r){const n=Zr(this,pn).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;pf(this,ga,Zr(this,ga)+1);const r=await this.fetch(((i=Zr(this,pn).rpc)==null?void 0:i.url)??Zr(this,pn).url,{method:"POST",headers:{"Content-Type":"application/json","Client-Sdk-Type":"typescript","Client-Sdk-Version":U3,"Client-Target-Api-Version":z3,"Client-Request-Method":t.method,...(s=Zr(this,pn).rpc)==null?void 0:s.headers},body:JSON.stringify({jsonrpc:"2.0",id:Zr(this,ga),method:t.method,params:t.params})});if(!r.ok)throw new im(`Unexpected status code: ${r.status}`,r.status,r.statusText);const n=await r.json();if("error"in n&&n.error!=null)throw new ff(n.error.message,n.error.code);return n.result}async subscribe(t){const r=await X3(this,mf,lm).call(this).subscribe(t);return async()=>!!await r()}}ga=new WeakMap,pn=new WeakMap,va=new WeakMap,mf=new WeakSet,lm=function(){var e;if(!Zr(this,va)){const t=Zr(this,pn).WebSocketConstructor??WebSocket;if(!t)throw new Error("The current environment does not support WebSocket, you can provide a WebSocketConstructor in the options for SuiHTTPTransport.");pf(this,va,new H3(((e=Zr(this,pn).websocket)==null?void 0:e.url)??Zr(this,pn).url,{WebSocketConstructor:t,...Zr(this,pn).websocket}))}return Zr(this,va)};function dm(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 J3(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 N=u[h],R=0;for(let U=b-1;(N!==0||R<f)&&U!==-1;U--,R++)N+=256*_[U]>>>0,_[U]=N%r>>>0,N=N/r>>>0;if(N!==0)throw new Error("Non-zero carry");f=R,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 N=t[u.charCodeAt(l)];if(N===255)return;let R=0;for(let U=y-1;(N!==0||R<h)&&U!==-1;U--,R++)N+=r*b[U]>>>0,b[U]=N%256>>>0,N=N/256>>>0;if(N!==0)throw new Error("Non-zero carry");h=R,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 Y3="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";const hm=J3(Y3),oo=e=>hm.encode(e),hi=e=>hm.decode(e),Z3=oo,Q3=hi;function mn(e){return Uint8Array.from(atob(e),t=>t.charCodeAt(0))}const gf=8192;function qr(e){if(e.length<gf)return btoa(String.fromCharCode(...e));let t="";for(var r=0;r<e.length;r+=gf){const n=e.slice(r,r+gf);t+=String.fromCharCode(...n)}return btoa(t)}const pm=qr,mm=mn;function ao(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 pi(e){return e.reduce((t,r)=>t+r.toString(16).padStart(2,"0"),"")}const gm=pi,vm=ao;function vf(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 eE(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 ym{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}=eE(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 bm(e,t){switch(t){case"base58":return oo(e);case"base64":return qr(e);case"hex":return pi(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function tE(e,t){switch(t){case"base58":return hi(e);case"base64":return mn(e);case"hex":return ao(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function yf(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 wm{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 bf(BigInt(t),8).forEach(r=>this.write8(r)),this}write128(t){return bf(BigInt(t),16).forEach(r=>this.write8(r)),this}write256(t){return bf(BigInt(t),32).forEach(r=>this.write8(r)),this}writeULEB(t){return vf(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 bm(this.toBytes(),t)}}function bf(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 _m=e=>{throw TypeError(e)},xm=(e,t,r)=>t.has(e)||_m("Cannot "+r),gn=(e,t,r)=>(xm(e,t,"read from private field"),r?r.call(e):t.get(e)),Dc=(e,t,r)=>t.has(e)?_m("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),$c=(e,t,r,n)=>(xm(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),co,ya,Bc,Vi;const rE=class k3{constructor(t){Dc(this,co),Dc(this,ya),this.name=t.name,this.read=t.read,this.serializedSize=t.serializedSize??(()=>null),$c(this,co,t.write),$c(this,ya,t.serialize??((r,n)=>{const i=new wm({initialSize:this.serializedSize(r)??void 0,...n});return gn(this,co).call(this,r,i),i.toBytes()})),this.validate=t.validate??(()=>{})}write(t,r){this.validate(t),gn(this,co).call(this,t,r)}serialize(t,r){return this.validate(t),new Em(this,gn(this,ya).call(this,t,r))}parse(t){const r=new ym(t);return this.read(r)}fromHex(t){return this.parse(ao(t))}fromBase58(t){return this.parse(hi(t))}fromBase64(t){return this.parse(mn(t))}transform({name:t,input:r,output:n,validate:i}){return new k3({name:t??this.name,read:s=>n(this.read(s)),write:(s,o)=>gn(this,co).call(this,r(s),o),serializedSize:s=>this.serializedSize(r(s)),serialize:(s,o)=>gn(this,ya).call(this,r(s),o),validate:s=>{i==null||i(s),this.validate(r(s))}})}};co=new WeakMap,ya=new WeakMap;let Un=rE;const Sm=Symbol.for("@mysten/serialized-bcs");function nE(e){return!!e&&typeof e=="object"&&e[Sm]===!0}class Em{constructor(t,r){Dc(this,Bc),Dc(this,Vi),$c(this,Bc,t),$c(this,Vi,r)}get[Sm](){return!0}toBytes(){return gn(this,Vi)}toHex(){return pi(gn(this,Vi))}toBase64(){return qr(gn(this,Vi))}toBase58(){return oo(gn(this,Vi))}parse(){return gn(this,Bc).parse(gn(this,Vi))}}Bc=new WeakMap,Vi=new WeakMap;function Lc({size:e,...t}){return new Un({...t,serializedSize:()=>e})}function wf({readMethod:e,writeMethod:t,...r}){return Lc({...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 _f({readMethod:e,writeMethod:t,...r}){return Lc({...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 iE({serialize:e,...t}){const r=new Un({...t,serialize:e,write:(n,i)=>{for(const s of r.serialize(n).toBytes())i.write8(s)}});return r}function sE({toBytes:e,fromBytes:t,...r}){return new Un({...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=vf(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 oE(e){let t=null;function r(){return t||(t=e()),t}return new Un({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 wf({name:"u8",readMethod:"read8",writeMethod:"write8",size:1,maxValue:2**8-1,...e})},u16(e){return wf({name:"u16",readMethod:"read16",writeMethod:"write16",size:2,maxValue:2**16-1,...e})},u32(e){return wf({name:"u32",readMethod:"read32",writeMethod:"write32",size:4,maxValue:2**32-1,...e})},u64(e){return _f({name:"u64",readMethod:"read64",writeMethod:"write64",size:8,maxValue:2n**64n-1n,...e})},u128(e){return _f({name:"u128",readMethod:"read128",writeMethod:"write128",size:16,maxValue:2n**128n-1n,...e})},u256(e){return _f({name:"u256",readMethod:"read256",writeMethod:"write256",size:32,maxValue:2n**256n-1n,...e})},bool(e){return Lc({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 iE({name:"uleb128",read:t=>t.readULEB(),serialize:t=>Uint8Array.from(vf(t)),...e})},bytes(e,t){return Lc({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 sE({name:"string",toBytes:t=>new TextEncoder().encode(t),fromBytes:t=>new TextDecoder().decode(t),...e})},fixedArray(e,t,r){return new Un({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 Un({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 Un({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 Un({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 Un({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 oE(e)}},aE=Object.freeze(Object.defineProperty({__proto__:null,BcsReader:ym,BcsType:Un,BcsWriter:wm,SerializedBcs:Em,bcs:G,decodeStr:tE,encodeStr:bm,fromB58:Q3,fromB64:mm,fromBase58:hi,fromBase64:mn,fromHEX:vm,fromHex:ao,isSerializedBcs:nE,splitGenericParameters:yf,toB58:Z3,toB64:pm,toBase58:oo,toBase64:qr,toHEX:gm,toHex:pi},Symbol.toStringTag,{value:"Module"})),cE=32;function xf(e){try{return hi(e).length===cE}catch{return!1}}const Fc=32;function mi(e){return lE(e)&&fE(e)===Fc}function ba(e){return mi(e)}function uE(e){return e.includes("::")?Sf(e):e}function Sf(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("<")?yf(n.slice(n.indexOf("<")+1,n.lastIndexOf(">"))).map(o=>uE(o.trim())):[];return{address:Br(t),module:r,name:i,typeParams:s}}function Cm(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?Sf(e):e,s=(i==null?void 0:i.length)>0?`<${i.map(o=>typeof o=="string"?o:Cm(o)).join(",")}>`:"";return`${t}::${r}::${n}${s}`}function Br(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(Fc*2,"0")}`}function gi(e,t=!1){return Br(e,t)}function lE(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function fE(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}const dE=/^vector<(.+)>$/,hE=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;let Mm=class la{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(dE);if(n)return{vector:la.parseFromStr(n[1],r)};const i=t.match(hE);if(i)return{struct:{address:r?Br(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:la.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return yf(t).map(n=>la.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<${la.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(la.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}};function pE(e){return G.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function mE(e){return G.enum("Option",{None:null,Some:e})}const er=G.bytes(Fc).transform({validate:e=>{const t=typeof e=="string"?e:pi(e);if(!t||!mi(Br(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?ao(Br(e)):e,output:e=>Br(pi(e))}),vn=G.vector(G.u8()).transform({name:"ObjectDigest",input:e=>hi(e),output:e=>oo(new Uint8Array(e)),validate:e=>{if(hi(e).length!==32)throw new Error("ObjectDigest must be 32 bytes")}}),Qr=G.struct("SuiObjectRef",{objectId:er,version:G.u64(),digest:vn}),Tm=G.struct("SharedObjectRef",{objectId:er,initialSharedVersion:G.u64(),mutable:G.bool()}),Am=G.enum("ObjectArg",{ImmOrOwnedObject:Qr,SharedObject:Tm,Receiving:Qr}),Om=G.enum("CallArg",{Pure:G.struct("Pure",{bytes:G.vector(G.u8()).transform({input:e=>typeof e=="string"?mn(e):e,output:e=>qr(new Uint8Array(e))})}),Object:Am}),Ef=G.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:G.lazy(()=>Ef),struct:G.lazy(()=>Rm),u16:null,u32:null,u256:null}),Cf=Ef.transform({input:e=>typeof e=="string"?Mm.parseFromStr(e,!0):e,output:e=>Mm.tagToString(e)}),zn=G.enum("Argument",{GasCoin:null,Input:G.u16(),Result:G.u16(),NestedResult:G.tuple([G.u16(),G.u16()])}),Im=G.struct("ProgrammableMoveCall",{package:er,module:G.string(),function:G.string(),typeArguments:G.vector(Cf),arguments:G.vector(zn)}),Pm=G.enum("Command",{MoveCall:Im,TransferObjects:G.struct("TransferObjects",{objects:G.vector(zn),address:zn}),SplitCoins:G.struct("SplitCoins",{coin:zn,amounts:G.vector(zn)}),MergeCoins:G.struct("MergeCoins",{destination:zn,sources:G.vector(zn)}),Publish:G.struct("Publish",{modules:G.vector(G.vector(G.u8()).transform({input:e=>typeof e=="string"?mn(e):e,output:e=>qr(new Uint8Array(e))})),dependencies:G.vector(er)}),MakeMoveVec:G.struct("MakeMoveVec",{type:mE(Cf).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:G.vector(zn)}),Upgrade:G.struct("Upgrade",{modules:G.vector(G.vector(G.u8()).transform({input:e=>typeof e=="string"?mn(e):e,output:e=>qr(new Uint8Array(e))})),dependencies:G.vector(er),package:er,ticket:zn})}),jm=G.struct("ProgrammableTransaction",{inputs:G.vector(Om),commands:G.vector(Pm)}),km=G.enum("TransactionKind",{ProgrammableTransaction:jm,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),Nm=G.enum("TransactionExpiration",{None:null,Epoch:pE()}),Rm=G.struct("StructTag",{address:er,module:G.string(),name:G.string(),typeParams:G.vector(Ef)}),Dm=G.struct("GasData",{payment:G.vector(Qr),owner:er,price:G.u64(),budget:G.u64()}),$m=G.struct("TransactionDataV1",{kind:km,sender:er,gasData:Dm,expiration:Nm}),Bm=G.enum("TransactionData",{V1:$m}),Lm=G.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),Fm=G.enum("IntentVersion",{V0:null}),Um=G.enum("AppId",{Sui:null}),zm=G.struct("Intent",{scope:Lm,version:Fm,appId:Um});function Vm(e){return G.struct(`IntentMessage<${e.name}>`,{intent:zm,value:e})}const qm=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())}),Gm=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())}),Wm=G.struct("MultiSigPkMap",{pubKey:Gm,weight:G.u8()}),Hm=G.struct("MultiSigPublicKey",{pk_map:G.vector(Wm),threshold:G.u16()}),gE=G.struct("MultiSig",{sigs:G.vector(qm),bitmap:G.u16(),multisig_pk:Hm}),vE=G.vector(G.u8()).transform({input:e=>typeof e=="string"?mn(e):e,output:e=>qr(new Uint8Array(e))}),Km=G.struct("SenderSignedTransaction",{intentMessage:Vm(Bm),txSignatures:G.vector(vE)}),yE=G.vector(Km,{name:"SenderSignedData"}),bE=G.struct("PasskeyAuthenticator",{authenticatorData:G.vector(G.u8()),clientDataJson:G.string(),userSignature:G.vector(G.u8())}),wE=G.enum("PackageUpgradeError",{UnableToFetchPackage:G.struct("UnableToFetchPackage",{packageId:er}),NotAPackage:G.struct("NotAPackage",{objectId:er}),IncompatibleUpgrade:null,DigestDoesNotMatch:G.struct("DigestDoesNotMatch",{digest:G.vector(G.u8())}),UnknownUpgradePolicy:G.struct("UnknownUpgradePolicy",{policy:G.u8()}),PackageIDDoesNotMatch:G.struct("PackageIDDoesNotMatch",{packageId:er,ticketId:er})}),_E=G.struct("ModuleId",{address:er,name:G.string()}),Xm=G.struct("MoveLocation",{module:_E,function:G.u16(),instruction:G.u16(),functionName:G.option(G.string())}),xE=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}),SE=G.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),EE=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:er}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:G.option(Xm),MoveAbort:G.tuple([Xm,G.u64()]),VMVerificationOrDeserializationError:null,VMInvariantViolation:null,FunctionNotFound:null,ArityMismatch:null,TypeArityMismatch:null,NonEntryFunctionInvoked:null,CommandArgumentError:G.struct("CommandArgumentError",{argIdx:G.u16(),kind:xE}),TypeArgumentError:G.struct("TypeArgumentError",{argumentIdx:G.u16(),kind:SE}),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:wE}),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(er)}),AddressDeniedForCoin:G.struct("AddressDeniedForCoin",{address:er,coinType:G.string()}),CoinTypeGlobalPause:G.struct("CoinTypeGlobalPause",{coinType:G.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),Jm=G.enum("ExecutionStatus",{Success:null,Failed:G.struct("ExecutionFailed",{error:EE,command:G.option(G.u64())})}),Ym=G.struct("GasCostSummary",{computationCost:G.u64(),storageCost:G.u64(),storageRebate:G.u64(),nonRefundableStorageFee:G.u64()}),uo=G.enum("Owner",{AddressOwner:er,ObjectOwner:er,Shared:G.struct("Shared",{initialSharedVersion:G.u64()}),Immutable:null}),CE=G.struct("TransactionEffectsV1",{status:Jm,executedEpoch:G.u64(),gasUsed:Ym,modifiedAtVersions:G.vector(G.tuple([er,G.u64()])),sharedObjects:G.vector(Qr),transactionDigest:vn,created:G.vector(G.tuple([Qr,uo])),mutated:G.vector(G.tuple([Qr,uo])),unwrapped:G.vector(G.tuple([Qr,uo])),deleted:G.vector(Qr),unwrappedThenDeleted:G.vector(Qr),wrapped:G.vector(Qr),gasObject:G.tuple([Qr,uo]),eventsDigest:G.option(vn),dependencies:G.vector(vn)}),Mf=G.tuple([G.u64(),vn]),ME=G.enum("ObjectIn",{NotExist:null,Exist:G.tuple([Mf,uo])}),TE=G.enum("ObjectOut",{NotExist:null,ObjectWrite:G.tuple([vn,uo]),PackageWrite:Mf}),AE=G.enum("IDOperation",{None:null,Created:null,Deleted:null}),OE=G.struct("EffectsObjectChange",{inputState:ME,outputState:TE,idOperation:AE}),IE=G.enum("UnchangedSharedKind",{ReadOnlyRoot:Mf,MutateDeleted:G.u64(),ReadDeleted:G.u64(),Cancelled:G.u64(),PerEpochConfig:null}),PE=G.struct("TransactionEffectsV2",{status:Jm,executedEpoch:G.u64(),gasUsed:Ym,transactionDigest:vn,gasObjectIndex:G.option(G.u32()),eventsDigest:G.option(vn),dependencies:G.vector(vn),lamportVersion:G.u64(),changedObjects:G.vector(G.tuple([er,OE])),unchangedSharedObjects:G.vector(G.tuple([er,IE])),auxDataDigest:G.option(vn)}),jE=G.enum("TransactionEffects",{V1:CE,V2:PE}),Tf={...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:er,AppId:Um,Argument:zn,CallArg:Om,CompressedSignature:qm,GasData:Dm,Intent:zm,IntentMessage:Vm,IntentScope:Lm,IntentVersion:Fm,MultiSig:gE,MultiSigPkMap:Wm,MultiSigPublicKey:Hm,ObjectArg:Am,ObjectDigest:vn,ProgrammableMoveCall:Im,ProgrammableTransaction:jm,PublicKey:Gm,SenderSignedData:yE,SenderSignedTransaction:Km,SharedObjectRef:Tm,StructTag:Rm,SuiObjectRef:Qr,Command:Pm,TransactionData:Bm,TransactionDataV1:$m,TransactionExpiration:Nm,TransactionKind:km,TypeTag:Cf,TransactionEffects:jE,PasskeyAuthenticator:bE},Zm="…";function kE(e){if(e.length<=6)return e;const t=e.startsWith("0x")?2:0;return`0x${e.slice(t,t+4)}${Zm}${e.slice(-4)}`}function NE(e){return`${e.slice(0,10)}${Zm}`}const Qm=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,eg=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,RE=235;function tg(e){return e.length>RE?!1:e.includes("@")?Qm.test(e):eg.test(e)}function rg(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!Qm.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,s]=r.split("@");n=[...i?i.split("."):[],s]}else{if(!eg.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 DE=9,$E=BigInt(1e9),BE="0x1",ng="0x2",LE="0x3",FE=gi("0x6"),UE="sui_system",Af=`${ng}::sui::SUI`,zE=gi("0x5"),VE=/^([a-z0-9]+(?:-[a-z0-9]+)*)$/,qE=/^\d+$/,GE=64,ig="/",sg=e=>{const t=e.split(ig);if(t.length<2||t.length>3)return!1;const[r,n,i]=t;return i!==void 0&&!qE.test(i)||!tg(r)?!1:VE.test(n)&&n.length<GE},WE=e=>{const t=e.split(/::|<|>|,/);for(const r of t)if(r.includes(ig)&&!sg(r))return!1;return!0};function Of(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function HE(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function og(e,...t){if(!HE(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 ag(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 KE(e,t){og(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 Uc=e=>new Uint32Array(e.buffer,e.byteOffset,Math.floor(e.byteLength/4)),Es=(()=>new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68)(),cg=e=>e<<24&4278190080|e<<8&16711680|e>>>8&65280|e>>>24&255,vi=Es?e=>e:e=>cg(e);function lo(e){for(let t=0;t<e.length;t++)e[t]=cg(e[t])}function XE(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=XE(e)),og(e),e}let JE=class{clone(){return this._cloneInto()}};function YE(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 ZE=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 QE extends JE{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,Of(t),Of(r),Of(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=Uc(this.buffer)}update(t){ag(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&&(Es||lo(i),this.compress(i,0,!1),Es||lo(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));Es||lo(f);for(let h=0;c+r<s;h+=i.length,c+=r)this.length+=r,this.compress(f,h,!1);Es||lo(f);continue}n.set(t.subarray(c,c+u),this.pos),this.pos+=u,this.length+=u,c+=u}return this}digestInto(t){ag(this),KE(t,this);const{pos:r,buffer32:n}=this;this.finished=!0,this.buffer.subarray(r).fill(0),Es||lo(n),this.compress(n,0,!0),Es||lo(n);const i=Uc(t);this.get().forEach((s,o)=>i[o]=vi(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 zc=BigInt(2**32-1),If=BigInt(32);function ug(e,t=!1){return t?{h:Number(e&zc),l:Number(e>>If&zc)}:{h:Number(e>>If&zc)|0,l:Number(e&zc)|0}}function eC(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}=ug(e[i],t);[r[i],n[i]]=[s,o]}return[r,n]}const tC=(e,t)=>BigInt(e>>>0)<<If|BigInt(t>>>0),rC=(e,t,r)=>e>>>r,nC=(e,t,r)=>e<<32-r|t>>>r,iC=(e,t,r)=>e>>>r|t<<32-r,sC=(e,t,r)=>e<<32-r|t>>>r,oC=(e,t,r)=>e<<64-r|t>>>r-32,aC=(e,t,r)=>e>>>r-32|t<<64-r,cC=(e,t)=>t,uC=(e,t)=>e,lC=(e,t,r)=>e<<r|t>>>32-r,fC=(e,t,r)=>t<<r|e>>>32-r,dC=(e,t,r)=>t<<r-32|e>>>64-r,hC=(e,t,r)=>e<<r-32|t>>>64-r;function pC(e,t,r,n){const i=(t>>>0)+(n>>>0);return{h:e+r+(i/2**32|0)|0,l:i|0}}const kr={fromBig:ug,split:eC,toBig:tC,shrSH:rC,shrSL:nC,rotrSH:iC,rotrSL:sC,rotrBH:oC,rotrBL:aC,rotr32H:cC,rotr32L:uC,rotlSH:lC,rotlSL:fC,rotlBH:dC,rotlBL:hC,add:pC,add3L:(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),add3H:(e,t,r,n)=>t+r+n+(e/2**32|0)|0,add4L:(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),add4H:(e,t,r,n,i)=>t+r+n+i+(e/2**32|0)|0,add5H:(e,t,r,n,i,s)=>t+r+n+i+s+(e/2**32|0)|0,add5L:(e,t,r,n,i)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(i>>>0)},fr=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),Pe=new Uint32Array(32);function qi(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=kr.add3L(c,l,o);u=kr.add3H(A,u,f,a),c=A|0,{Dh:_,Dl:b}={Dh:_^u,Dl:b^c},{Dh:_,Dl:b}={Dh:kr.rotr32H(_,b),Dl:kr.rotr32L(_,b)},{h:y,l:h}=kr.add(y,h,_,b),{Bh:f,Bl:l}={Bh:f^y,Bl:l^h},{Bh:f,Bl:l}={Bh:kr.rotrSH(f,l,24),Bl:kr.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 Gi(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=kr.add3L(c,l,o);u=kr.add3H(A,u,f,a),c=A|0,{Dh:_,Dl:b}={Dh:_^u,Dl:b^c},{Dh:_,Dl:b}={Dh:kr.rotrSH(_,b,16),Dl:kr.rotrSL(_,b,16)},{h:y,l:h}=kr.add(y,h,_,b),{Bh:f,Bl:l}={Bh:f^y,Bl:l^h},{Bh:f,Bl:l}={Bh:kr.rotrBH(f,l,63),Bl:kr.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 lg extends QE{constructor(t={}){super(128,t.dkLen===void 0?64:t.dkLen,t,64,16,16),this.v0l=fr[0]|0,this.v0h=fr[1]|0,this.v1l=fr[2]|0,this.v1h=fr[3]|0,this.v2l=fr[4]|0,this.v2h=fr[5]|0,this.v3l=fr[6]|0,this.v3h=fr[7]|0,this.v4l=fr[8]|0,this.v4h=fr[9]|0,this.v5l=fr[10]|0,this.v5h=fr[11]|0,this.v6l=fr[12]|0,this.v6h=fr[13]|0,this.v7l=fr[14]|0,this.v7h=fr[15]|0;const r=t.key?t.key.length:0;if(this.v0l^=this.outputLen|r<<8|65536|1<<24,t.salt){const n=Uc(wa(t.salt));this.v4l^=vi(n[0]),this.v4h^=vi(n[1]),this.v5l^=vi(n[2]),this.v5h^=vi(n[3])}if(t.personalization){const n=Uc(wa(t.personalization));this.v6l^=vi(n[0]),this.v6h^=vi(n[1]),this.v7l^=vi(n[2]),this.v7h^=vi(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: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(fr,16);let{h:i,l:s}=kr.fromBig(BigInt(this.length));Pe[24]=fr[8]^s,Pe[25]=fr[9]^i,n&&(Pe[28]=~Pe[28],Pe[29]=~Pe[29]);let o=0;const a=ZE;for(let c=0;c<12;c++)qi(0,4,8,12,t,r+2*a[o++]),Gi(0,4,8,12,t,r+2*a[o++]),qi(1,5,9,13,t,r+2*a[o++]),Gi(1,5,9,13,t,r+2*a[o++]),qi(2,6,10,14,t,r+2*a[o++]),Gi(2,6,10,14,t,r+2*a[o++]),qi(3,7,11,15,t,r+2*a[o++]),Gi(3,7,11,15,t,r+2*a[o++]),qi(0,5,10,15,t,r+2*a[o++]),Gi(0,5,10,15,t,r+2*a[o++]),qi(1,6,11,12,t,r+2*a[o++]),Gi(1,6,11,12,t,r+2*a[o++]),qi(2,7,8,13,t,r+2*a[o++]),Gi(2,7,8,13,t,r+2*a[o++]),qi(3,4,9,14,t,r+2*a[o++]),Gi(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 fg=YE(e=>new lg(e)),mC=Object.freeze(Object.defineProperty({__proto__:null,BLAKE2b:lg,blake2b:fg},Symbol.toStringTag,{value:"Module"}));function gC(e,t,r){const n=Tf.Address.serialize(e).toBytes(),i=Tf.TypeTag.serialize(t).toBytes(),s=Tf.u64().serialize(r.length).toBytes(),o=fg.create({dkLen:32});return o.update(new Uint8Array([240])),o.update(n),o.update(s),o.update(r),o.update(i),`0x${pi(o.digest().slice(0,32))}`}const vC=Object.freeze(Object.defineProperty({__proto__:null,MIST_PER_SUI:$E,MOVE_STDLIB_ADDRESS:BE,SUI_ADDRESS_LENGTH:Fc,SUI_CLOCK_OBJECT_ID:FE,SUI_DECIMALS:DE,SUI_FRAMEWORK_ADDRESS:ng,SUI_SYSTEM_ADDRESS:LE,SUI_SYSTEM_MODULE_NAME:UE,SUI_SYSTEM_STATE_OBJECT_ID:zE,SUI_TYPE_ARG:Af,deriveDynamicFieldID:gC,formatAddress:kE,formatDigest:NE,fromB64:mm,fromBase58:hi,fromBase64:mn,fromHEX:vm,fromHex:ao,isValidNamedPackage:sg,isValidNamedType:WE,isValidSuiAddress:mi,isValidSuiNSName:tg,isValidSuiObjectId:ba,isValidTransactionDigest:xf,normalizeStructTag:Cm,normalizeSuiAddress:Br,normalizeSuiNSName:rg,normalizeSuiObjectId:gi,parseStructTag:Sf,toB64:pm,toBase58:oo,toBase64:qr,toHEX:gm,toHex:pi},Symbol.toStringTag,{value:"Module"}));var Pf=Object.defineProperty,yC=Object.getOwnPropertyDescriptor,bC=Object.getOwnPropertyNames,wC=Object.prototype.hasOwnProperty,_C=(e,t)=>{for(var r in t)Pf(e,r,{get:t[r],enumerable:!0})},xC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of bC(t))!wC.call(e,i)&&i!==r&&Pf(e,i,{get:()=>t[i],enumerable:!(n=yC(t,i))||n.enumerable});return e},SC=e=>xC(Pf({},"__esModule",{value:!0}),e),dg={};_C(dg,{BIC_REGEX:()=>pg,CUID2_REGEX:()=>mg,DECIMAL_REGEX:()=>gg,EMAIL_REGEX:()=>vg,EMOJI_REGEX:()=>yg,HEXADECIMAL_REGEX:()=>bg,HEX_COLOR_REGEX:()=>wg,IMEI_REGEX:()=>_g,IPV4_REGEX:()=>xg,IPV6_REGEX:()=>Sg,IP_REGEX:()=>Eg,ISO_DATE_REGEX:()=>Cg,ISO_DATE_TIME_REGEX:()=>Mg,ISO_TIMESTAMP_REGEX:()=>Og,ISO_TIME_REGEX:()=>Tg,ISO_TIME_SECOND_REGEX:()=>Ag,ISO_WEEK_REGEX:()=>Ig,MAC48_REGEX:()=>Pg,MAC64_REGEX:()=>jg,MAC_REGEX:()=>kg,OCTAL_REGEX:()=>Ng,ULID_REGEX:()=>Rg,UUID_REGEX:()=>Dg,ValiError:()=>Vc,_addIssue:()=>le,_isLuhnAlgo:()=>jf,_isValidObjectKey:()=>Cs,_stringify:()=>Nr,any:()=>g1,array:()=>v1,arrayAsync:()=>y1,awaitAsync:()=>hg,bic:()=>Ug,bigint:()=>b1,blob:()=>w1,boolean:()=>_1,brand:()=>zg,bytes:()=>Vg,check:()=>qg,checkAsync:()=>Gg,checkItems:()=>Wg,config:()=>UC,creditCard:()=>Hg,cuid2:()=>Kg,custom:()=>x1,customAsync:()=>S1,date:()=>E1,decimal:()=>Xg,deleteGlobalConfig:()=>CC,deleteGlobalMessage:()=>TC,deleteSchemaMessage:()=>OC,deleteSpecificMessage:()=>PC,email:()=>Jg,emoji:()=>Yg,empty:()=>Zg,endsWith:()=>Qg,entriesFromList:()=>kC,enum:()=>$f,enum_:()=>$f,everyItem:()=>ev,excludes:()=>tv,fallback:()=>zC,fallbackAsync:()=>VC,file:()=>C1,filterItems:()=>rv,findItem:()=>nv,finite:()=>iv,flatten:()=>qC,forward:()=>GC,forwardAsync:()=>WC,function:()=>Bf,function_:()=>Bf,getDefault:()=>wi,getDefaults:()=>kf,getDefaultsAsync:()=>Nf,getDotPath:()=>Fg,getFallback:()=>xa,getFallbacks:()=>Rf,getFallbacksAsync:()=>Df,getGlobalConfig:()=>_a,getGlobalMessage:()=>$g,getSchemaMessage:()=>Bg,getSpecificMessage:()=>Lg,hash:()=>sv,hexColor:()=>av,hexadecimal:()=>ov,imei:()=>cv,includes:()=>uv,instance:()=>M1,integer:()=>lv,intersect:()=>T1,intersectAsync:()=>A1,ip:()=>fv,ipv4:()=>dv,ipv6:()=>hv,is:()=>HC,isOfKind:()=>NC,isOfType:()=>RC,isValiError:()=>DC,isoDate:()=>pv,isoDateTime:()=>mv,isoTime:()=>gv,isoTimeSecond:()=>vv,isoTimestamp:()=>yv,isoWeek:()=>bv,keyof:()=>KC,lazy:()=>O1,lazyAsync:()=>I1,length:()=>wv,literal:()=>P1,looseObject:()=>j1,looseObjectAsync:()=>k1,looseTuple:()=>N1,looseTupleAsync:()=>R1,mac:()=>_v,mac48:()=>xv,mac64:()=>Sv,map:()=>D1,mapAsync:()=>$1,mapItems:()=>Ev,maxBytes:()=>Cv,maxLength:()=>Mv,maxSize:()=>Tv,maxValue:()=>Av,mimeType:()=>Ov,minBytes:()=>Iv,minLength:()=>Pv,minSize:()=>jv,minValue:()=>kv,multipleOf:()=>Nv,nan:()=>B1,never:()=>L1,nonEmpty:()=>Rv,nonNullable:()=>F1,nonNullableAsync:()=>U1,nonNullish:()=>z1,nonNullishAsync:()=>V1,nonOptional:()=>Lf,nonOptionalAsync:()=>Ff,normalize:()=>Dv,notBytes:()=>$v,notLength:()=>Bv,notSize:()=>Lv,notValue:()=>Fv,null:()=>Uf,null_:()=>Uf,nullable:()=>q1,nullableAsync:()=>G1,nullish:()=>W1,nullishAsync:()=>H1,number:()=>K1,object:()=>X1,objectAsync:()=>J1,objectWithRest:()=>Y1,objectWithRestAsync:()=>Z1,octal:()=>Uv,omit:()=>XC,optional:()=>zf,optionalAsync:()=>Vf,parse:()=>by,parseAsync:()=>wy,parser:()=>JC,parserAsync:()=>YC,partial:()=>ZC,partialAsync:()=>QC,partialCheck:()=>Vv,partialCheckAsync:()=>qv,pick:()=>eM,picklist:()=>qf,pipe:()=>tM,pipeAsync:()=>rM,promise:()=>Q1,rawCheck:()=>Gv,rawCheckAsync:()=>Wv,rawTransform:()=>Hv,rawTransformAsync:()=>Kv,readonly:()=>Xv,record:()=>ey,recordAsync:()=>ty,reduceItems:()=>Jv,regex:()=>Yv,required:()=>nM,requiredAsync:()=>iM,safeInteger:()=>Zv,safeParse:()=>_y,safeParseAsync:()=>xy,safeParser:()=>sM,safeParserAsync:()=>oM,set:()=>ry,setAsync:()=>ny,setGlobalConfig:()=>EC,setGlobalMessage:()=>MC,setSchemaMessage:()=>AC,setSpecificMessage:()=>IC,size:()=>Qv,someItem:()=>e1,sortItems:()=>t1,startsWith:()=>r1,strictObject:()=>iy,strictObjectAsync:()=>sy,strictTuple:()=>oy,strictTupleAsync:()=>ay,string:()=>cy,symbol:()=>uy,toLowerCase:()=>n1,toMaxValue:()=>i1,toMinValue:()=>s1,toUpperCase:()=>o1,transform:()=>a1,transformAsync:()=>c1,trim:()=>u1,trimEnd:()=>l1,trimStart:()=>f1,tuple:()=>ly,tupleAsync:()=>fy,tupleWithRest:()=>dy,tupleWithRestAsync:()=>hy,ulid:()=>d1,undefined:()=>Gf,undefined_:()=>Gf,union:()=>py,unionAsync:()=>my,unknown:()=>gy,unwrap:()=>aM,url:()=>h1,uuid:()=>p1,value:()=>m1,variant:()=>vy,variantAsync:()=>yy,void:()=>Hf,void_:()=>Hf});var Wi=SC(dg);function hg(){return{kind:"transformation",type:"await",reference:hg,async:!0,async _run(e){return e.value=await e.value,e}}}var pg=/^[A-Z]{6}(?!00)[A-Z\d]{2}(?:[A-Z\d]{3})?$/u,mg=/^[a-z][\da-z]*$/u,gg=/^\d+$/u,vg=/^[\w+-]+(?:\.[\w+-]+)*@[\da-z]+(?:[.-][\da-z]+)*\.[a-z]{2,}$/iu,yg=/^[\p{Extended_Pictographic}\p{Emoji_Component}]+$/u,bg=/^(?:0h|0x)?[\da-f]+$/iu,wg=/^#(?:[\da-f]{3,4}|[\da-f]{6}|[\da-f]{8})$/iu,_g=/^\d{15}$|^\d{2}-\d{6}-\d{6}-\d$/u,xg=/^(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])(?:\.(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])){3}$/u,Sg=/^(?:(?:[\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,Eg=/^(?:(?:[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,Cg=/^\d{4}-(?:0[1-9]|1[0-2])-(?:[12]\d|0[1-9]|3[01])$/u,Mg=/^\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,Tg=/^(?:0\d|1\d|2[0-3]):[0-5]\d$/u,Ag=/^(?:0\d|1\d|2[0-3])(?::[0-5]\d){2}$/u,Og=/^\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,Ig=/^\d{4}-W(?:0[1-9]|[1-4]\d|5[0-3])$/u,Pg=/^(?:[\da-f]{2}:){5}[\da-f]{2}$|^(?:[\da-f]{2}-){5}[\da-f]{2}$|^(?:[\da-f]{4}\.){2}[\da-f]{4}$/iu,jg=/^(?:[\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,kg=/^(?:[\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,Ng=/^(?:0o)?[0-7]+$/iu,Rg=/^[\da-hjkmnp-tv-z]{26}$/iu,Dg=/^[\da-f]{8}(?:-[\da-f]{4}){3}-[\da-f]{12}$/iu,en;function EC(e){en={...en,...e}}function _a(e){return{lang:(e==null?void 0:e.lang)??(en==null?void 0:en.lang),message:e==null?void 0:e.message,abortEarly:(e==null?void 0:e.abortEarly)??(en==null?void 0:en.abortEarly),abortPipeEarly:(e==null?void 0:e.abortPipeEarly)??(en==null?void 0:en.abortPipeEarly)}}function CC(){en=void 0}var yi;function MC(e,t){yi||(yi=new Map),yi.set(t,e)}function $g(e){return yi==null?void 0:yi.get(e)}function TC(e){yi==null||yi.delete(e)}var bi;function AC(e,t){bi||(bi=new Map),bi.set(t,e)}function Bg(e){return bi==null?void 0:bi.get(e)}function OC(e){bi==null||bi.delete(e)}var yn;function IC(e,t,r){yn||(yn=new Map),yn.get(e)||yn.set(e,new Map),yn.get(e).set(r,t)}function Lg(e,t){var r;return(r=yn==null?void 0:yn.get(e))==null?void 0:r.get(t)}function PC(e,t){var r;(r=yn==null?void 0:yn.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??Lg(e.reference,c.lang)??(u?Bg(c.lang):null)??n.message??$g(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 jC=/\D/gu;function jf(e){const t=e.replace(jC,"");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 Cs(e,t){return Object.hasOwn(e,t)&&t!=="__proto__"&&t!=="prototype"&&t!=="constructor"}function kC(e,t){const r={};for(const n of e)r[n]=t;return r}function Fg(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 NC(e,t){return t.kind===e}function RC(e,t){return t.type===e}function DC(e){return e instanceof Vc}var Vc=class extends Error{constructor(t){super(t[0].message);vt(this,"issues");this.name="ValiError",this.issues=t}};function Ug(e){return{kind:"validation",type:"bic",reference:Ug,async:!1,expects:null,requirement:pg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"BIC",t,r),t}}}function zg(e){return{kind:"transformation",type:"brand",reference:zg,async:!1,name:e,_run(t){return t}}}function Vg(e,t){return{kind:"validation",type:"bytes",reference:Vg,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 qg(e,t){return{kind:"validation",type:"check",reference:qg,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 Gg(e,t){return{kind:"validation",type:"check",reference:Gg,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 Wg(e,t){return{kind:"validation",type:"check_items",reference:Wg,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 $C=/^(?:\d{14,19}|\d{4}(?: \d{3,6}){2,4}|\d{4}(?:-\d{3,6}){2,4})$/u,BC=/[- ]/gu,LC=[/^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 Hg(e){return{kind:"validation",type:"credit_card",reference:Hg,async:!1,expects:null,requirement(t){let r;return $C.test(t)&&(r=t.replace(BC,""))&&LC.some(n=>n.test(r))&&jf(r)},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"credit card",t,r),t}}}function Kg(e){return{kind:"validation",type:"cuid2",reference:Kg,async:!1,expects:null,requirement:mg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"Cuid2",t,r),t}}}function Xg(e){return{kind:"validation",type:"decimal",reference:Xg,async:!1,expects:null,requirement:gg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"decimal",t,r),t}}}function Jg(e){return{kind:"validation",type:"email",reference:Jg,expects:null,async:!1,requirement:vg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"email",t,r),t}}}function Yg(e){return{kind:"validation",type:"emoji",reference:Yg,async:!1,expects:null,requirement:yg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"emoji",t,r),t}}}function Zg(e){return{kind:"validation",type:"empty",reference:Zg,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 Qg(e,t){return{kind:"validation",type:"ends_with",reference:Qg,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 ev(e,t){return{kind:"validation",type:"every_item",reference:ev,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 tv(e,t){const r=Nr(e);return{kind:"validation",type:"excludes",reference:tv,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 rv(e){return{kind:"transformation",type:"filter_items",reference:rv,async:!1,operation:e,_run(t){return t.value=t.value.filter(this.operation),t}}}function nv(e){return{kind:"transformation",type:"find_item",reference:nv,async:!1,operation:e,_run(t){return t.value=t.value.find(this.operation),t}}}function iv(e){return{kind:"validation",type:"finite",reference:iv,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 FC={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 sv(e,t){return{kind:"validation",type:"hash",reference:sv,expects:null,async:!1,requirement:RegExp(e.map(r=>`^[a-f0-9]{${FC[r]}}$`).join("|"),"iu"),message:t,_run(r,n){return r.typed&&!this.requirement.test(r.value)&&le(this,"hash",r,n),r}}}function ov(e){return{kind:"validation",type:"hexadecimal",reference:ov,async:!1,expects:null,requirement:bg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"hexadecimal",t,r),t}}}function av(e){return{kind:"validation",type:"hex_color",reference:av,async:!1,expects:null,requirement:wg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"hex color",t,r),t}}}function cv(e){return{kind:"validation",type:"imei",reference:cv,async:!1,expects:null,requirement(t){return _g.test(t)&&jf(t)},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&le(this,"IMEI",t,r),t}}}function uv(e,t){const r=Nr(e);return{kind:"validation",type:"includes",reference:uv,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 lv(e){return{kind:"validation",type:"integer",reference:lv,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 fv(e){return{kind:"validation",type:"ip",reference:fv,async:!1,expects:null,requirement:Eg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"IP",t,r),t}}}function dv(e){return{kind:"validation",type:"ipv4",reference:dv,async:!1,expects:null,requirement:xg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"IPv4",t,r),t}}}function hv(e){return{kind:"validation",type:"ipv6",reference:hv,async:!1,expects:null,requirement:Sg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"IPv6",t,r),t}}}function pv(e){return{kind:"validation",type:"iso_date",reference:pv,async:!1,expects:null,requirement:Cg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"date",t,r),t}}}function mv(e){return{kind:"validation",type:"iso_date_time",reference:mv,async:!1,expects:null,requirement:Mg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"date-time",t,r),t}}}function gv(e){return{kind:"validation",type:"iso_time",reference:gv,async:!1,expects:null,requirement:Tg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"time",t,r),t}}}function vv(e){return{kind:"validation",type:"iso_time_second",reference:vv,async:!1,expects:null,requirement:Ag,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"time-second",t,r),t}}}function yv(e){return{kind:"validation",type:"iso_timestamp",reference:yv,async:!1,expects:null,requirement:Og,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"timestamp",t,r),t}}}function bv(e){return{kind:"validation",type:"iso_week",reference:bv,async:!1,expects:null,requirement:Ig,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"week",t,r),t}}}function wv(e,t){return{kind:"validation",type:"length",reference:wv,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 _v(e){return{kind:"validation",type:"mac",reference:_v,async:!1,expects:null,requirement:kg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"MAC",t,r),t}}}function xv(e){return{kind:"validation",type:"mac48",reference:xv,async:!1,expects:null,requirement:Pg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"48-bit MAC",t,r),t}}}function Sv(e){return{kind:"validation",type:"mac64",reference:Sv,async:!1,expects:null,requirement:jg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"64-bit MAC",t,r),t}}}function Ev(e){return{kind:"transformation",type:"map_items",reference:Ev,async:!1,operation:e,_run(t){return t.value=t.value.map(this.operation),t}}}function Cv(e,t){return{kind:"validation",type:"max_bytes",reference:Cv,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 Mv(e,t){return{kind:"validation",type:"max_length",reference:Mv,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 Tv(e,t){return{kind:"validation",type:"max_size",reference:Tv,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 Av(e,t){return{kind:"validation",type:"max_value",reference:Av,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 Ov(e,t){return{kind:"validation",type:"mime_type",reference:Ov,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 Iv(e,t){return{kind:"validation",type:"min_bytes",reference:Iv,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 Pv(e,t){return{kind:"validation",type:"min_length",reference:Pv,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 jv(e,t){return{kind:"validation",type:"min_size",reference:jv,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 kv(e,t){return{kind:"validation",type:"min_value",reference:kv,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 Nv(e,t){return{kind:"validation",type:"multiple_of",reference:Nv,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 Rv(e){return{kind:"validation",type:"non_empty",reference:Rv,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 Dv(e){return{kind:"transformation",type:"normalize",reference:Dv,async:!1,form:e,_run(t){return t.value=t.value.normalize(this.form),t}}}function $v(e,t){return{kind:"validation",type:"not_bytes",reference:$v,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 Bv(e,t){return{kind:"validation",type:"not_length",reference:Bv,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 Lv(e,t){return{kind:"validation",type:"not_size",reference:Lv,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 Fv(e,t){return{kind:"validation",type:"not_value",reference:Fv,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 Uv(e){return{kind:"validation",type:"octal",reference:Uv,async:!1,expects:null,requirement:Ng,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"octal",t,r),t}}}function zv(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 Vv(e,t,r){return{kind:"validation",type:"partial_check",reference:Vv,async:!1,expects:null,requirement:t,message:r,_run(n,i){return zv(n,e)&&!this.requirement(n.value)&&le(this,"input",n,i),n}}}function qv(e,t,r){return{kind:"validation",type:"partial_check",reference:qv,async:!0,expects:null,requirement:t,message:r,async _run(n,i){return zv(n,e)&&!await this.requirement(n.value)&&le(this,"input",n,i),n}}}function Gv(e){return{kind:"validation",type:"raw_check",reference:Gv,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 Wv(e){return{kind:"validation",type:"raw_check",reference:Wv,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 Hv(e){return{kind:"transformation",type:"raw_transform",reference:Hv,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 Kv(e){return{kind:"transformation",type:"raw_transform",reference:Kv,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 Xv(){return{kind:"transformation",type:"readonly",reference:Xv,async:!1,_run(e){return e}}}function Jv(e,t){return{kind:"transformation",type:"reduce_items",reference:Jv,async:!1,operation:e,initial:t,_run(r){return r.value=r.value.reduce(this.operation,this.initial),r}}}function Yv(e,t){return{kind:"validation",type:"regex",reference:Yv,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 Zv(e){return{kind:"validation",type:"safe_integer",reference:Zv,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 Qv(e,t){return{kind:"validation",type:"size",reference:Qv,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 e1(e,t){return{kind:"validation",type:"some_item",reference:e1,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 t1(e){return{kind:"transformation",type:"sort_items",reference:t1,async:!1,operation:e,_run(t){return t.value=t.value.sort(this.operation),t}}}function r1(e,t){return{kind:"validation",type:"starts_with",reference:r1,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 n1(){return{kind:"transformation",type:"to_lower_case",reference:n1,async:!1,_run(e){return e.value=e.value.toLowerCase(),e}}}function i1(e){return{kind:"transformation",type:"to_max_value",reference:i1,async:!1,requirement:e,_run(t){return t.value=t.value>this.requirement?this.requirement:t.value,t}}}function s1(e){return{kind:"transformation",type:"to_min_value",reference:s1,async:!1,requirement:e,_run(t){return t.value=t.value<this.requirement?this.requirement:t.value,t}}}function o1(){return{kind:"transformation",type:"to_upper_case",reference:o1,async:!1,_run(e){return e.value=e.value.toUpperCase(),e}}}function a1(e){return{kind:"transformation",type:"transform",reference:a1,async:!1,operation:e,_run(t){return t.value=this.operation(t.value),t}}}function c1(e){return{kind:"transformation",type:"transform",reference:c1,async:!0,operation:e,async _run(t){return t.value=await this.operation(t.value),t}}}function u1(){return{kind:"transformation",type:"trim",reference:u1,async:!1,_run(e){return e.value=e.value.trim(),e}}}function l1(){return{kind:"transformation",type:"trim_end",reference:l1,async:!1,_run(e){return e.value=e.value.trimEnd(),e}}}function f1(){return{kind:"transformation",type:"trim_start",reference:f1,async:!1,_run(e){return e.value=e.value.trimStart(),e}}}function d1(e){return{kind:"validation",type:"ulid",reference:d1,async:!1,expects:null,requirement:Rg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"ULID",t,r),t}}}function h1(e){return{kind:"validation",type:"url",reference:h1,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 p1(e){return{kind:"validation",type:"uuid",reference:p1,async:!1,expects:null,requirement:Dg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&le(this,"UUID",t,r),t}}}function m1(e,t){return{kind:"validation",type:"value",reference:m1,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 UC(e,t){return{...e,_run(r,n){return e._run(r,{...n,...t})}}}function xa(e,t,r){return typeof e.fallback=="function"?e.fallback(t,r):e.fallback}function zC(e,t){return{...e,fallback:t,_run(r,n){return e._run(r,n),r.issues?{typed:!0,value:xa(this,r,n)}:r}}}function VC(e,t){return{...e,fallback:t,async:!0,async _run(r,n){return e._run(r,n),r.issues?{typed:!0,value:await xa(this,r,n)}:r}}}function qC(e){const t={};for(const r of e)if(r.path){const n=Fg(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 GC(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 WC(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 wi(e,t,r){return typeof e.default=="function"?e.default(t,r):e.default}function kf(e){if("entries"in e){const t={};for(const r in e.entries)t[r]=kf(e.entries[r]);return t}return"items"in e?e.items.map(kf):wi(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)):wi(e)}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):xa(e)}async function Df(e){return"entries"in e?Object.fromEntries(await Promise.all(Object.entries(e.entries).map(async([t,r])=>[t,await Df(r)]))):"items"in e?Promise.all(e.items.map(Df)):xa(e)}function HC(e,t){return!e._run({typed:!1,value:t},{abortEarly:!0}).issues}function g1(){return{kind:"schema",type:"any",reference:g1,expects:"any",async:!1,_run(e){return e.typed=!0,e}}}function v1(e,t){return{kind:"schema",type:"array",reference:v1,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 y1(e,t){return{kind:"schema",type:"array",reference:y1,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 b1(e){return{kind:"schema",type:"bigint",reference:b1,expects:"bigint",async:!1,message:e,_run(t,r){return typeof t.value=="bigint"?t.typed=!0:le(this,"type",t,r),t}}}function w1(e){return{kind:"schema",type:"blob",reference:w1,expects:"Blob",async:!1,message:e,_run(t,r){return t.value instanceof Blob?t.typed=!0:le(this,"type",t,r),t}}}function _1(e){return{kind:"schema",type:"boolean",reference:_1,expects:"boolean",async:!1,message:e,_run(t,r){return typeof t.value=="boolean"?t.typed=!0:le(this,"type",t,r),t}}}function x1(e,t){return{kind:"schema",type:"custom",reference:x1,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 S1(e,t){return{kind:"schema",type:"custom",reference:S1,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 E1(e){return{kind:"schema",type:"date",reference:E1,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 $f(e,t){const r=Object.entries(e).filter(([n])=>isNaN(+n)).map(([,n])=>n);return{kind:"schema",type:"enum",reference:$f,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 C1(e){return{kind:"schema",type:"file",reference:C1,expects:"File",async:!1,message:e,_run(t,r){return t.value instanceof File?t.typed=!0:le(this,"type",t,r),t}}}function Bf(e){return{kind:"schema",type:"function",reference:Bf,expects:"Function",async:!1,message:e,_run(t,r){return typeof t.value=="function"?t.typed=!0:le(this,"type",t,r),t}}}function M1(e,t){return{kind:"schema",type:"instance",reference:M1,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 qc(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=qc(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=qc(e[r],t[r]);if(n.issue)return n;e[r]=n.value}return{value:e}}}return{issue:!0}}function T1(e,t){return{kind:"schema",type:"intersect",reference:T1,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=qc(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 A1(e,t){return{kind:"schema",type:"intersect",reference:A1,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=qc(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 O1(e){return{kind:"schema",type:"lazy",reference:O1,expects:"unknown",async:!1,getter:e,_run(t,r){return this.getter(t.value)._run(t,r)}}}function I1(e){return{kind:"schema",type:"lazy",reference:I1,expects:"unknown",async:!0,getter:e,async _run(t,r){return(await this.getter(t.value))._run(t,r)}}}function P1(e,t){return{kind:"schema",type:"literal",reference:P1,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 j1(e,t){return{kind:"schema",type:"loose_object",reference:j1,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)Cs(i,o)&&!(o in this.entries)&&(r.value[o]=i[o])}else le(this,"type",r,n);return r}}}function k1(e,t){return{kind:"schema",type:"loose_object",reference:k1,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)Cs(i,a)&&!(a in this.entries)&&(r.value[a]=i[a])}else le(this,"type",r,n);return r}}}function N1(e,t){return{kind:"schema",type:"loose_tuple",reference:N1,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 R1(e,t){return{kind:"schema",type:"loose_tuple",reference:R1,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 D1(e,t,r){return{kind:"schema",type:"map",reference:D1,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 $1(e,t,r){return{kind:"schema",type:"map",reference:$1,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 B1(e){return{kind:"schema",type:"nan",reference:B1,expects:"NaN",async:!1,message:e,_run(t,r){return Number.isNaN(t.value)?t.typed=!0:le(this,"type",t,r),t}}}function L1(e){return{kind:"schema",type:"never",reference:L1,expects:"never",async:!1,message:e,_run(t,r){return le(this,"type",t,r),t}}}function F1(e,t){return{kind:"schema",type:"non_nullable",reference:F1,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 U1(e,t){return{kind:"schema",type:"non_nullable",reference:U1,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 z1(e,t){return{kind:"schema",type:"non_nullish",reference:z1,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 V1(e,t){return{kind:"schema",type:"non_nullish",reference:V1,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 Lf(e,t){return{kind:"schema",type:"non_optional",reference:Lf,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 Ff(e,t){return{kind:"schema",type:"non_optional",reference:Ff,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 q1(e,...t){const r={kind:"schema",type:"nullable",reference:q1,expects:`${e.expects} | null`,async:!1,wrapped:e,_run(n,i){return n.value===null&&("default"in this&&(n.value=wi(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 G1(e,...t){const r={kind:"schema",type:"nullable",reference:G1,expects:`${e.expects} | null`,async:!0,wrapped:e,async _run(n,i){return n.value===null&&("default"in this&&(n.value=await wi(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 W1(e,...t){const r={kind:"schema",type:"nullish",reference:W1,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=wi(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 H1(e,...t){const r={kind:"schema",type:"nullish",reference:H1,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 wi(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 K1(e){return{kind:"schema",type:"number",reference:K1,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 X1(e,t){return{kind:"schema",type:"object",reference:X1,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 J1(e,t){return{kind:"schema",type:"object",reference:J1,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 Y1(e,t,r){return{kind:"schema",type:"object_with_rest",reference:Y1,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(Cs(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 Z1(e,t,r){return{kind:"schema",type:"object_with_rest",reference:Z1,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])=>Cs(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 zf(e,...t){const r={kind:"schema",type:"optional",reference:zf,expects:`${e.expects} | undefined`,async:!1,wrapped:e,_run(n,i){return n.value===void 0&&("default"in this&&(n.value=wi(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 Vf(e,...t){const r={kind:"schema",type:"optional",reference:Vf,expects:`${e.expects} | undefined`,async:!0,wrapped:e,async _run(n,i){return n.value===void 0&&("default"in this&&(n.value=await wi(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 qf(e,t){return{kind:"schema",type:"picklist",reference:qf,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 Q1(e){return{kind:"schema",type:"promise",reference:Q1,expects:"Promise",async:!1,message:e,_run(t,r){return t.value instanceof Promise?t.typed=!0:le(this,"type",t,r),t}}}function ey(e,t,r){return{kind:"schema",type:"record",reference:ey,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(Cs(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 ty(e,t,r){return{kind:"schema",type:"record",reference:ty,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])=>Cs(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 ry(e,t){return{kind:"schema",type:"set",reference:ry,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 ny(e,t){return{kind:"schema",type:"set",reference:ny,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 iy(e,t){return{kind:"schema",type:"strict_object",reference:iy,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 sy(e,t){return{kind:"schema",type:"strict_object",reference:sy,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 oy(e,t){return{kind:"schema",type:"strict_tuple",reference:oy,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 ay(e,t){return{kind:"schema",type:"strict_tuple",reference:ay,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 cy(e){return{kind:"schema",type:"string",reference:cy,expects:"string",async:!1,message:e,_run(t,r){return typeof t.value=="string"?t.typed=!0:le(this,"type",t,r),t}}}function uy(e){return{kind:"schema",type:"symbol",reference:uy,expects:"symbol",async:!1,message:e,_run(t,r){return typeof t.value=="symbol"?t.typed=!0:le(this,"type",t,r),t}}}function ly(e,t){return{kind:"schema",type:"tuple",reference:ly,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 fy(e,t){return{kind:"schema",type:"tuple",reference:fy,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 dy(e,t,r){return{kind:"schema",type:"tuple_with_rest",reference:dy,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 hy(e,t,r){return{kind:"schema",type:"tuple_with_rest",reference:hy,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 Gf(e){return{kind:"schema",type:"undefined",reference:Gf,expects:"undefined",async:!1,message:e,_run(t,r){return t.value===void 0?t.typed=!0:le(this,"type",t,r),t}}}function Gc(e){let t;if(e)for(const r of e)t?t.push(...r.issues):t=r.issues;return t}function py(e,t){return{kind:"schema",type:"union",reference:py,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:Gc(s)}),r.typed=!0}else{if((o==null?void 0:o.length)===1)return o[0];le(this,"type",r,n,{issues:Gc(o)})}return r}}}function my(e,t){return{kind:"schema",type:"union",reference:my,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:Gc(s)}),r.typed=!0}else{if((o==null?void 0:o.length)===1)return o[0];le(this,"type",r,n,{issues:Gc(o)})}return r}}}function gy(){return{kind:"schema",type:"unknown",reference:gy,expects:"unknown",async:!1,_run(e){return e.typed=!0,e}}}function Wf(e,t,r=new Set){for(const n of t)n.type==="variant"?Wf(e,n.options,r):r.add(n.entries[e].expects);return r}function vy(e,t,r){let n;return{kind:"schema",type:"variant",reference:vy,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=[...Wf(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 yy(e,t,r){let n;return{kind:"schema",type:"variant",reference:yy,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=[...Wf(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 Hf(e){return{kind:"schema",type:"void",reference:Hf,expects:"void",async:!1,message:e,_run(t,r){return t.value===void 0?t.typed=!0:le(this,"type",t,r),t}}}function KC(e,t){return qf(Object.keys(e.entries),t)}function XC(e,t){const r={...e.entries};for(const n of t)delete r[n];return{...e,entries:r}}function by(e,t,r){const n=e._run({typed:!1,value:t},_a(r));if(n.issues)throw new Vc(n.issues);return n.value}async function wy(e,t,r){const n=await e._run({typed:!1,value:t},_a(r));if(n.issues)throw new Vc(n.issues);return n.value}function JC(e,t){const r=n=>by(e,n,t);return r.schema=e,r.config=t,r}function YC(e,t){const r=n=>wy(e,n,t);return r.schema=e,r.config=t,r}function ZC(e,t){const r={};for(const n in e.entries)r[n]=!t||t.includes(n)?zf(e.entries[n]):e.entries[n];return{...e,entries:r}}function QC(e,t){const r={};for(const n in e.entries)r[n]=!t||t.includes(n)?Vf(e.entries[n]):e.entries[n];return{...e,entries:r}}function eM(e,t){const r={};for(const n of t)r[n]=e.entries[n];return{...e,entries:r}}function tM(...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 rM(...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 nM(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)?Lf(e.entries[o],i):e.entries[o];return{...e,entries:s}}function iM(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)?Ff(e.entries[o],i):e.entries[o];return{...e,entries:s}}function _y(e,t,r){const n=e._run({typed:!1,value:t},_a(r));return{typed:n.typed,success:!n.issues,output:n.value,issues:n.issues}}async function xy(e,t,r){const n=await e._run({typed:!1,value:t},_a(r));return{typed:n.typed,success:!n.issues,output:n.value,issues:n.issues}}function sM(e,t){const r=n=>_y(e,n,t);return r.schema=e,r.config=t,r}function oM(e,t){const r=n=>xy(e,n,t);return r.schema=e,r.config=t,r}function aM(e){return e.wrapped}const cM=Symbol.for("@mysten/transaction");function uM(e){return!!e&&typeof e=="object"&&e[cM]===!0}const Sy=Symbol.for("@mysten/SuiClient");function lM(e){return typeof e=="object"&&e!==null&&e[Sy]===!0}class Sa{get[Sy](){return!0}constructor(t){this.transport=t.transport??new fm({url:t.url})}async getRpcApiVersion(){return(await this.transport.request({method:"rpc.discover",params:[]})).info.version}async getCoins(t){if(!t.owner||!mi(Br(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||!mi(Br(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||!mi(Br(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||!mi(Br(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||!mi(Br(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||!ba(gi(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||!ba(gi(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(!xf(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(!xf(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||!mi(Br(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||!ba(gi(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(uM(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||!ba(gi(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=hi(t.digest);return pi(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=>rg(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 fM=kc(Object.freeze(Object.defineProperty({__proto__:null,JsonRpcError:ff,SuiClient:Sa,SuiHTTPStatusError:im,SuiHTTPTransport:fm,SuiHTTPTransportError:lf,getFullnodeUrl:dm,isSuiClient:lM},Symbol.toStringTag,{value:"Module"}))),Ey=kc(vC),Er=kc(aE);var Kf=Object.defineProperty,dM=Object.getOwnPropertyDescriptor,hM=Object.getOwnPropertyNames,pM=Object.prototype.hasOwnProperty,mM=(e,t)=>{for(var r in t)Kf(e,r,{get:t[r],enumerable:!0})},gM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of hM(t))!pM.call(e,i)&&i!==r&&Kf(e,i,{get:()=>t[i],enumerable:!(n=dM(t,i))||n.enumerable});return e},vM=e=>gM(Kf({},"__esModule",{value:!0}),e),Cy={};mM(Cy,{SUI_ADDRESS_LENGTH:()=>Xf,isValidSuiAddress:()=>Ty,isValidSuiObjectId:()=>wM,isValidTransactionDigest:()=>bM,normalizeStructTag:()=>Ay,normalizeSuiAddress:()=>Yf,normalizeSuiObjectId:()=>xM,parseStructTag:()=>Jf});var Gr=vM(Cy),My=Er;const yM=32;function bM(e){try{return(0,My.fromBase58)(e).length===yM}catch{return!1}}const Xf=32;function Ty(e){return SM(e)&&EM(e)===Xf}function wM(e){return Ty(e)}function _M(e){return e.includes("::")?Jf(e):e}function Jf(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,My.splitGenericParameters)(n.slice(n.indexOf("<")+1,n.lastIndexOf(">"))).map(o=>_M(o.trim())):[];return{address:Yf(t),module:r,name:i,typeParams:s}}function Ay(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?Jf(e):e,s=(i==null?void 0:i.length)>0?`<${i.map(o=>typeof o=="string"?o:Ay(o)).join(",")}>`:"";return`${t}::${r}::${n}${s}`}function Yf(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(Xf*2,"0")}`}function xM(e,t=!1){return Yf(e,t)}function SM(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function EM(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}var Zf=Object.defineProperty,CM=Object.getOwnPropertyDescriptor,MM=Object.getOwnPropertyNames,TM=Object.prototype.hasOwnProperty,AM=(e,t)=>{for(var r in t)Zf(e,r,{get:t[r],enumerable:!0})},OM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of MM(t))!TM.call(e,i)&&i!==r&&Zf(e,i,{get:()=>t[i],enumerable:!(n=CM(t,i))||n.enumerable});return e},IM=e=>OM(Zf({},"__esModule",{value:!0}),e),Oy={};AM(Oy,{TypeTagSerializer:()=>Ms});var Iy=IM(Oy),PM=Er,jM=Gr;const kM=/^vector<(.+)>$/,NM=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;class Ms{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(kM);if(n)return{vector:Ms.parseFromStr(n[1],r)};const i=t.match(NM);if(i)return{struct:{address:r?(0,jM.normalizeSuiAddress)(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:Ms.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return(0,PM.splitGenericParameters)(t).map(n=>Ms.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<${Ms.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(Ms.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}}var Qf=Object.defineProperty,RM=Object.getOwnPropertyDescriptor,DM=Object.getOwnPropertyNames,$M=Object.prototype.hasOwnProperty,BM=(e,t)=>{for(var r in t)Qf(e,r,{get:t[r],enumerable:!0})},LM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of DM(t))!$M.call(e,i)&&i!==r&&Qf(e,i,{get:()=>t[i],enumerable:!(n=RM(t,i))||n.enumerable});return e},FM=e=>LM(Qf({},"__esModule",{value:!0}),e),Py={};BM(Py,{Address:()=>Vn,AppId:()=>Xy,Argument:()=>qn,CallArg:()=>$y,Command:()=>Ly,CompressedSignature:()=>Zy,GasData:()=>qy,Intent:()=>Jy,IntentMessage:()=>Yy,IntentScope:()=>Hy,IntentVersion:()=>Ky,MultiSig:()=>VM,MultiSigPkMap:()=>eb,MultiSigPublicKey:()=>tb,ObjectArg:()=>Dy,ObjectDigest:()=>Ny,PasskeyAuthenticator:()=>GM,ProgrammableMoveCall:()=>By,ProgrammableTransaction:()=>Fy,PublicKey:()=>Qy,SenderSignedData:()=>qM,SenderSignedTransaction:()=>nb,SharedObjectRef:()=>Ry,StructTag:()=>Vy,SuiObjectRef:()=>Wc,TransactionData:()=>Wy,TransactionDataV1:()=>Gy,TransactionExpiration:()=>zy,TransactionKind:()=>Uy,TypeTag:()=>td,base64String:()=>rb});var jy=FM(Py),de=Er,Ea=Gr,ky=Iy;function UM(e){return de.bcs.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function zM(e){return de.bcs.enum("Option",{None:null,Some:e})}const Vn=de.bcs.bytes(Ea.SUI_ADDRESS_LENGTH).transform({validate:e=>{const t=typeof e=="string"?e:(0,de.toHex)(e);if(!t||!(0,Ea.isValidSuiAddress)((0,Ea.normalizeSuiAddress)(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?(0,de.fromHex)((0,Ea.normalizeSuiAddress)(e)):e,output:e=>(0,Ea.normalizeSuiAddress)((0,de.toHex)(e))}),Ny=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")}}),Wc=de.bcs.struct("SuiObjectRef",{objectId:Vn,version:de.bcs.u64(),digest:Ny}),Ry=de.bcs.struct("SharedObjectRef",{objectId:Vn,initialSharedVersion:de.bcs.u64(),mutable:de.bcs.bool()}),Dy=de.bcs.enum("ObjectArg",{ImmOrOwnedObject:Wc,SharedObject:Ry,Receiving:Wc}),$y=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:Dy}),ed=de.bcs.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:de.bcs.lazy(()=>ed),struct:de.bcs.lazy(()=>Vy),u16:null,u32:null,u256:null}),td=ed.transform({input:e=>typeof e=="string"?ky.TypeTagSerializer.parseFromStr(e,!0):e,output:e=>ky.TypeTagSerializer.tagToString(e)}),qn=de.bcs.enum("Argument",{GasCoin:null,Input:de.bcs.u16(),Result:de.bcs.u16(),NestedResult:de.bcs.tuple([de.bcs.u16(),de.bcs.u16()])}),By=de.bcs.struct("ProgrammableMoveCall",{package:Vn,module:de.bcs.string(),function:de.bcs.string(),typeArguments:de.bcs.vector(td),arguments:de.bcs.vector(qn)}),Ly=de.bcs.enum("Command",{MoveCall:By,TransferObjects:de.bcs.struct("TransferObjects",{objects:de.bcs.vector(qn),address:qn}),SplitCoins:de.bcs.struct("SplitCoins",{coin:qn,amounts:de.bcs.vector(qn)}),MergeCoins:de.bcs.struct("MergeCoins",{destination:qn,sources:de.bcs.vector(qn)}),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(Vn)}),MakeMoveVec:de.bcs.struct("MakeMoveVec",{type:zM(td).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:de.bcs.vector(qn)}),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(Vn),package:Vn,ticket:qn})}),Fy=de.bcs.struct("ProgrammableTransaction",{inputs:de.bcs.vector($y),commands:de.bcs.vector(Ly)}),Uy=de.bcs.enum("TransactionKind",{ProgrammableTransaction:Fy,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),zy=de.bcs.enum("TransactionExpiration",{None:null,Epoch:UM()}),Vy=de.bcs.struct("StructTag",{address:Vn,module:de.bcs.string(),name:de.bcs.string(),typeParams:de.bcs.vector(ed)}),qy=de.bcs.struct("GasData",{payment:de.bcs.vector(Wc),owner:Vn,price:de.bcs.u64(),budget:de.bcs.u64()}),Gy=de.bcs.struct("TransactionDataV1",{kind:Uy,sender:Vn,gasData:qy,expiration:zy}),Wy=de.bcs.enum("TransactionData",{V1:Gy}),Hy=de.bcs.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),Ky=de.bcs.enum("IntentVersion",{V0:null}),Xy=de.bcs.enum("AppId",{Sui:null}),Jy=de.bcs.struct("Intent",{scope:Hy,version:Ky,appId:Xy});function Yy(e){return de.bcs.struct(`IntentMessage<${e.name}>`,{intent:Jy,value:e})}const Zy=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())}),Qy=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())}),eb=de.bcs.struct("MultiSigPkMap",{pubKey:Qy,weight:de.bcs.u8()}),tb=de.bcs.struct("MultiSigPublicKey",{pk_map:de.bcs.vector(eb),threshold:de.bcs.u16()}),VM=de.bcs.struct("MultiSig",{sigs:de.bcs.vector(Zy),bitmap:de.bcs.u16(),multisig_pk:tb}),rb=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))}),nb=de.bcs.struct("SenderSignedTransaction",{intentMessage:Yy(Wy),txSignatures:de.bcs.vector(rb)}),qM=de.bcs.vector(nb,{name:"SenderSignedData"}),GM=de.bcs.struct("PasskeyAuthenticator",{authenticatorData:de.bcs.vector(de.bcs.u8()),clientDataJson:de.bcs.string(),userSignature:de.bcs.vector(de.bcs.u8())});var rd=Object.defineProperty,WM=Object.getOwnPropertyDescriptor,HM=Object.getOwnPropertyNames,KM=Object.prototype.hasOwnProperty,XM=(e,t)=>{for(var r in t)rd(e,r,{get:t[r],enumerable:!0})},JM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of HM(t))!KM.call(e,i)&&i!==r&&rd(e,i,{get:()=>t[i],enumerable:!(n=WM(t,i))||n.enumerable});return e},YM=e=>JM(rd({},"__esModule",{value:!0}),e),ib={};XM(ib,{TransactionEffects:()=>fT});var ZM=YM(ib),ge=Er,Rt=jy;const QM=ge.bcs.enum("PackageUpgradeError",{UnableToFetchPackage:ge.bcs.struct("UnableToFetchPackage",{packageId:Rt.Address}),NotAPackage:ge.bcs.struct("NotAPackage",{objectId:Rt.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:Rt.Address,ticketId:Rt.Address})}),eT=ge.bcs.struct("ModuleId",{address:Rt.Address,name:ge.bcs.string()}),sb=ge.bcs.struct("MoveLocation",{module:eT,function:ge.bcs.u16(),instruction:ge.bcs.u16(),functionName:ge.bcs.option(ge.bcs.string())}),tT=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}),rT=ge.bcs.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),nT=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:Rt.Address}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:ge.bcs.option(sb),MoveAbort:ge.bcs.tuple([sb,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:tT}),TypeArgumentError:ge.bcs.struct("TypeArgumentError",{argumentIdx:ge.bcs.u16(),kind:rT}),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:QM}),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(Rt.Address)}),AddressDeniedForCoin:ge.bcs.struct("AddressDeniedForCoin",{address:Rt.Address,coinType:ge.bcs.string()}),CoinTypeGlobalPause:ge.bcs.struct("CoinTypeGlobalPause",{coinType:ge.bcs.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),ob=ge.bcs.enum("ExecutionStatus",{Success:null,Failed:ge.bcs.struct("ExecutionFailed",{error:nT,command:ge.bcs.option(ge.bcs.u64())})}),ab=ge.bcs.struct("GasCostSummary",{computationCost:ge.bcs.u64(),storageCost:ge.bcs.u64(),storageRebate:ge.bcs.u64(),nonRefundableStorageFee:ge.bcs.u64()}),fo=ge.bcs.enum("Owner",{AddressOwner:Rt.Address,ObjectOwner:Rt.Address,Shared:ge.bcs.struct("Shared",{initialSharedVersion:ge.bcs.u64()}),Immutable:null}),iT=ge.bcs.struct("TransactionEffectsV1",{status:ob,executedEpoch:ge.bcs.u64(),gasUsed:ab,modifiedAtVersions:ge.bcs.vector(ge.bcs.tuple([Rt.Address,ge.bcs.u64()])),sharedObjects:ge.bcs.vector(Rt.SuiObjectRef),transactionDigest:Rt.ObjectDigest,created:ge.bcs.vector(ge.bcs.tuple([Rt.SuiObjectRef,fo])),mutated:ge.bcs.vector(ge.bcs.tuple([Rt.SuiObjectRef,fo])),unwrapped:ge.bcs.vector(ge.bcs.tuple([Rt.SuiObjectRef,fo])),deleted:ge.bcs.vector(Rt.SuiObjectRef),unwrappedThenDeleted:ge.bcs.vector(Rt.SuiObjectRef),wrapped:ge.bcs.vector(Rt.SuiObjectRef),gasObject:ge.bcs.tuple([Rt.SuiObjectRef,fo]),eventsDigest:ge.bcs.option(Rt.ObjectDigest),dependencies:ge.bcs.vector(Rt.ObjectDigest)}),nd=ge.bcs.tuple([ge.bcs.u64(),Rt.ObjectDigest]),sT=ge.bcs.enum("ObjectIn",{NotExist:null,Exist:ge.bcs.tuple([nd,fo])}),oT=ge.bcs.enum("ObjectOut",{NotExist:null,ObjectWrite:ge.bcs.tuple([Rt.ObjectDigest,fo]),PackageWrite:nd}),aT=ge.bcs.enum("IDOperation",{None:null,Created:null,Deleted:null}),cT=ge.bcs.struct("EffectsObjectChange",{inputState:sT,outputState:oT,idOperation:aT}),uT=ge.bcs.enum("UnchangedSharedKind",{ReadOnlyRoot:nd,MutateDeleted:ge.bcs.u64(),ReadDeleted:ge.bcs.u64(),Cancelled:ge.bcs.u64(),PerEpochConfig:null}),lT=ge.bcs.struct("TransactionEffectsV2",{status:ob,executedEpoch:ge.bcs.u64(),gasUsed:ab,transactionDigest:Rt.ObjectDigest,gasObjectIndex:ge.bcs.option(ge.bcs.u32()),eventsDigest:ge.bcs.option(Rt.ObjectDigest),dependencies:ge.bcs.vector(Rt.ObjectDigest),lamportVersion:ge.bcs.u64(),changedObjects:ge.bcs.vector(ge.bcs.tuple([Rt.Address,cT])),unchangedSharedObjects:ge.bcs.vector(ge.bcs.tuple([Rt.Address,uT])),auxDataDigest:ge.bcs.option(Rt.ObjectDigest)}),fT=ge.bcs.enum("TransactionEffects",{V1:iT,V2:lT});var id=Object.defineProperty,dT=Object.getOwnPropertyDescriptor,hT=Object.getOwnPropertyNames,pT=Object.prototype.hasOwnProperty,mT=(e,t)=>{for(var r in t)id(e,r,{get:t[r],enumerable:!0})},gT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of hT(t))!pT.call(e,i)&&i!==r&&id(e,i,{get:()=>t[i],enumerable:!(n=dT(t,i))||n.enumerable});return e},vT=e=>gT(id({},"__esModule",{value:!0}),e),cb={};mT(cb,{BcsType:()=>wT.BcsType,TypeTagSerializer:()=>bT.TypeTagSerializer,bcs:()=>_T});var Gn=vT(cb),Wn=Er,Dt=jy,yT=ZM,bT=Iy,wT=Er;const _T={...Wn.bcs,U8:Wn.bcs.u8(),U16:Wn.bcs.u16(),U32:Wn.bcs.u32(),U64:Wn.bcs.u64(),U128:Wn.bcs.u128(),U256:Wn.bcs.u256(),ULEB128:Wn.bcs.uleb128(),Bool:Wn.bcs.bool(),String:Wn.bcs.string(),Address:Dt.Address,AppId:Dt.AppId,Argument:Dt.Argument,CallArg:Dt.CallArg,CompressedSignature:Dt.CompressedSignature,GasData:Dt.GasData,Intent:Dt.Intent,IntentMessage:Dt.IntentMessage,IntentScope:Dt.IntentScope,IntentVersion:Dt.IntentVersion,MultiSig:Dt.MultiSig,MultiSigPkMap:Dt.MultiSigPkMap,MultiSigPublicKey:Dt.MultiSigPublicKey,ObjectArg:Dt.ObjectArg,ObjectDigest:Dt.ObjectDigest,ProgrammableMoveCall:Dt.ProgrammableMoveCall,ProgrammableTransaction:Dt.ProgrammableTransaction,PublicKey:Dt.PublicKey,SenderSignedData:Dt.SenderSignedData,SenderSignedTransaction:Dt.SenderSignedTransaction,SharedObjectRef:Dt.SharedObjectRef,StructTag:Dt.StructTag,SuiObjectRef:Dt.SuiObjectRef,Command:Dt.Command,TransactionData:Dt.TransactionData,TransactionDataV1:Dt.TransactionDataV1,TransactionExpiration:Dt.TransactionExpiration,TransactionKind:Dt.TransactionKind,TypeTag:Dt.TypeTag,TransactionEffects:yT.TransactionEffects,PasskeyAuthenticator:Dt.PasskeyAuthenticator};var sd=Object.defineProperty,xT=Object.getOwnPropertyDescriptor,ST=Object.getOwnPropertyNames,ET=Object.prototype.hasOwnProperty,CT=(e,t)=>{for(var r in t)sd(e,r,{get:t[r],enumerable:!0})},MT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ST(t))!ET.call(e,i)&&i!==r&&sd(e,i,{get:()=>t[i],enumerable:!(n=xT(t,i))||n.enumerable});return e},TT=e=>MT(sd({},"__esModule",{value:!0}),e),ub={};CT(ub,{formatAddress:()=>OT,formatDigest:()=>IT});var AT=TT(ub);const lb="…";function OT(e){if(e.length<=6)return e;const t=e.startsWith("0x")?2:0;return`0x${e.slice(t,t+4)}${lb}${e.slice(-4)}`}function IT(e){return`${e.slice(0,10)}${lb}`}var od=Object.defineProperty,PT=Object.getOwnPropertyDescriptor,jT=Object.getOwnPropertyNames,kT=Object.prototype.hasOwnProperty,NT=(e,t)=>{for(var r in t)od(e,r,{get:t[r],enumerable:!0})},RT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of jT(t))!kT.call(e,i)&&i!==r&&od(e,i,{get:()=>t[i],enumerable:!(n=PT(t,i))||n.enumerable});return e},DT=e=>RT(od({},"__esModule",{value:!0}),e),fb={};NT(fb,{isValidSuiNSName:()=>BT,normalizeSuiNSName:()=>LT});var db=DT(fb);const hb=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,pb=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,$T=235;function BT(e){return e.length>$T?!1:e.includes("@")?hb.test(e):pb.test(e)}function LT(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!hb.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,s]=r.split("@");n=[...i?i.split("."):[],s]}else{if(!pb.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 ad=Object.defineProperty,FT=Object.getOwnPropertyDescriptor,UT=Object.getOwnPropertyNames,zT=Object.prototype.hasOwnProperty,VT=(e,t)=>{for(var r in t)ad(e,r,{get:t[r],enumerable:!0})},qT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of UT(t))!zT.call(e,i)&&i!==r&&ad(e,i,{get:()=>t[i],enumerable:!(n=FT(t,i))||n.enumerable});return e},GT=e=>qT(ad({},"__esModule",{value:!0}),e),mb={};VT(mb,{MIST_PER_SUI:()=>KT,MOVE_STDLIB_ADDRESS:()=>XT,SUI_CLOCK_OBJECT_ID:()=>YT,SUI_DECIMALS:()=>HT,SUI_FRAMEWORK_ADDRESS:()=>vb,SUI_SYSTEM_ADDRESS:()=>JT,SUI_SYSTEM_MODULE_NAME:()=>ZT,SUI_SYSTEM_STATE_OBJECT_ID:()=>eA,SUI_TYPE_ARG:()=>QT});var WT=GT(mb),gb=Gr;const HT=9,KT=BigInt(1e9),XT="0x1",vb="0x2",JT="0x3",YT=(0,gb.normalizeSuiObjectId)("0x6"),ZT="sui_system",QT=`${vb}::sui::SUI`,eA=(0,gb.normalizeSuiObjectId)("0x5");var cd=Object.defineProperty,tA=Object.getOwnPropertyDescriptor,rA=Object.getOwnPropertyNames,nA=Object.prototype.hasOwnProperty,iA=(e,t)=>{for(var r in t)cd(e,r,{get:t[r],enumerable:!0})},sA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of rA(t))!nA.call(e,i)&&i!==r&&cd(e,i,{get:()=>t[i],enumerable:!(n=tA(t,i))||n.enumerable});return e},oA=e=>sA(cd({},"__esModule",{value:!0}),e),yb={};iA(yb,{isValidNamedPackage:()=>_b,isValidNamedType:()=>fA});var bb=oA(yb),aA=db;const cA=/^([a-z0-9]+(?:-[a-z0-9]+)*)$/,uA=/^\d+$/,lA=64,wb="/",_b=e=>{const t=e.split(wb);if(t.length<2||t.length>3)return!1;const[r,n,i]=t;return i!==void 0&&!uA.test(i)||!(0,aA.isValidSuiNSName)(r)?!1:cA.test(n)&&n.length<lA},fA=e=>{const t=e.split(/::|<|>|,/);for(const r of t)if(r.includes(wb)&&!_b(r))return!1;return!0},xb=kc(mC);var ud=Object.defineProperty,dA=Object.getOwnPropertyDescriptor,hA=Object.getOwnPropertyNames,pA=Object.prototype.hasOwnProperty,mA=(e,t)=>{for(var r in t)ud(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&&ud(e,i,{get:()=>t[i],enumerable:!(n=dA(t,i))||n.enumerable});return e},vA=e=>gA(ud({},"__esModule",{value:!0}),e),Sb={};mA(Sb,{deriveDynamicFieldID:()=>_A});var yA=vA(Sb),bA=Er,wA=xb,ld=Gn;function _A(e,t,r){const n=ld.bcs.Address.serialize(e).toBytes(),i=ld.bcs.TypeTag.serialize(t).toBytes(),s=ld.bcs.u64().serialize(r.length).toBytes(),o=wA.blake2b.create({dkLen:32});return o.update(new Uint8Array([240])),o.update(n),o.update(s),o.update(r),o.update(i),`0x${(0,bA.toHex)(o.digest().slice(0,32))}`}var fd=Object.defineProperty,xA=Object.getOwnPropertyDescriptor,SA=Object.getOwnPropertyNames,EA=Object.prototype.hasOwnProperty,CA=(e,t)=>{for(var r in t)fd(e,r,{get:t[r],enumerable:!0})},MA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of SA(t))!EA.call(e,i)&&i!==r&&fd(e,i,{get:()=>t[i],enumerable:!(n=xA(t,i))||n.enumerable});return e},TA=e=>MA(fd({},"__esModule",{value:!0}),e),Eb={};CA(Eb,{MIST_PER_SUI:()=>_i.MIST_PER_SUI,MOVE_STDLIB_ADDRESS:()=>_i.MOVE_STDLIB_ADDRESS,SUI_ADDRESS_LENGTH:()=>Hi.SUI_ADDRESS_LENGTH,SUI_CLOCK_OBJECT_ID:()=>_i.SUI_CLOCK_OBJECT_ID,SUI_DECIMALS:()=>_i.SUI_DECIMALS,SUI_FRAMEWORK_ADDRESS:()=>_i.SUI_FRAMEWORK_ADDRESS,SUI_SYSTEM_ADDRESS:()=>_i.SUI_SYSTEM_ADDRESS,SUI_SYSTEM_MODULE_NAME:()=>_i.SUI_SYSTEM_MODULE_NAME,SUI_SYSTEM_STATE_OBJECT_ID:()=>_i.SUI_SYSTEM_STATE_OBJECT_ID,SUI_TYPE_ARG:()=>_i.SUI_TYPE_ARG,deriveDynamicFieldID:()=>AA.deriveDynamicFieldID,formatAddress:()=>Mb.formatAddress,formatDigest:()=>Mb.formatDigest,fromB64:()=>Hn.fromB64,fromBase58:()=>Hn.fromBase58,fromBase64:()=>Hn.fromBase64,fromHEX:()=>Hn.fromHEX,fromHex:()=>Hn.fromHex,isValidNamedPackage:()=>Ab.isValidNamedPackage,isValidNamedType:()=>Ab.isValidNamedType,isValidSuiAddress:()=>Hi.isValidSuiAddress,isValidSuiNSName:()=>Tb.isValidSuiNSName,isValidSuiObjectId:()=>Hi.isValidSuiObjectId,isValidTransactionDigest:()=>Hi.isValidTransactionDigest,normalizeStructTag:()=>Hi.normalizeStructTag,normalizeSuiAddress:()=>Hi.normalizeSuiAddress,normalizeSuiNSName:()=>Tb.normalizeSuiNSName,normalizeSuiObjectId:()=>Hi.normalizeSuiObjectId,parseStructTag:()=>Hi.parseStructTag,toB64:()=>Hn.toB64,toBase58:()=>Hn.toBase58,toBase64:()=>Hn.toBase64,toHEX:()=>Hn.toHEX,toHex:()=>Hn.toHex});var Cb=TA(Eb),Mb=AT,Hi=Gr,Hn=Er,Tb=db,_i=WT,Ab=bb,AA=yA,dd=Object.defineProperty,OA=Object.getOwnPropertyDescriptor,IA=Object.getOwnPropertyNames,PA=Object.prototype.hasOwnProperty,jA=(e,t)=>{for(var r in t)dd(e,r,{get:t[r],enumerable:!0})},kA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of IA(t))!PA.call(e,i)&&i!==r&&dd(e,i,{get:()=>t[i],enumerable:!(n=OA(t,i))||n.enumerable});return e},NA=e=>kA(dd({},"__esModule",{value:!0}),e),Ob={};jA(Ob,{getPureBcsSchema:()=>hd,isTxContext:()=>VA,normalizedTypeToMoveTypeSignature:()=>qA,pureBcsSchemaFromOpenMoveTypeSignatureBody:()=>jb});var Ib=NA(Ob),Zt=Gn,Pb=Cb,Ca=Gr;const RA="object",DA="ID",$A="ascii",BA="String",LA="string",FA="String",UA="option",zA="Option";function VA(e){const t=typeof e.body=="object"&&"datatype"in e.body?e.body.datatype:null;return!!t&&(0,Ca.normalizeSuiAddress)(t.package)===(0,Ca.normalizeSuiAddress)("0x2")&&t.module==="tx_context"&&t.type==="TxContext"}function hd(e){if(typeof e=="string")switch(e){case"address":return Zt.bcs.Address;case"bool":return Zt.bcs.Bool;case"u8":return Zt.bcs.U8;case"u16":return Zt.bcs.U16;case"u32":return Zt.bcs.U32;case"u64":return Zt.bcs.U64;case"u128":return Zt.bcs.U128;case"u256":return Zt.bcs.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e){if(e.vector==="u8")return Zt.bcs.vector(Zt.bcs.U8).transform({input:r=>typeof r=="string"?new TextEncoder().encode(r):r,output:r=>r});const t=hd(e.vector);return t?Zt.bcs.vector(t):null}if("datatype"in e){const t=(0,Ca.normalizeSuiAddress)(e.datatype.package);if(t===(0,Ca.normalizeSuiAddress)(Pb.MOVE_STDLIB_ADDRESS)){if(e.datatype.module===$A&&e.datatype.type===BA||e.datatype.module===LA&&e.datatype.type===FA)return Zt.bcs.String;if(e.datatype.module===UA&&e.datatype.type===zA){const r=hd(e.datatype.typeParameters[0]);return r?Zt.bcs.vector(r):null}}if(t===(0,Ca.normalizeSuiAddress)(Pb.SUI_FRAMEWORK_ADDRESS)&&e.datatype.module===RA&&e.datatype.type===DA)return Zt.bcs.Address}return null}function qA(e){return typeof e=="object"&&"Reference"in e?{ref:"&",body:Ma(e.Reference)}:typeof e=="object"&&"MutableReference"in e?{ref:"&mut",body:Ma(e.MutableReference)}:{ref:null,body:Ma(e)}}function Ma(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:Ma(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(Ma)}};if("TypeParameter"in e)return{typeParameter:e.TypeParameter};throw new Error(`Unexpected type ${JSON.stringify(e)}`)}function jb(e){if(typeof e=="string")switch(e){case"address":return Zt.bcs.Address;case"bool":return Zt.bcs.Bool;case"u8":return Zt.bcs.U8;case"u16":return Zt.bcs.U16;case"u32":return Zt.bcs.U32;case"u64":return Zt.bcs.U64;case"u128":return Zt.bcs.U128;case"u256":return Zt.bcs.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e)return Zt.bcs.vector(jb(e.vector));throw new Error(`Expected pure typeSignature, but got ${JSON.stringify(e)}`)}var pd=Object.defineProperty,GA=Object.getOwnPropertyDescriptor,WA=Object.getOwnPropertyNames,HA=Object.prototype.hasOwnProperty,KA=(e,t)=>{for(var r in t)pd(e,r,{get:t[r],enumerable:!0})},XA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of WA(t))!HA.call(e,i)&&i!==r&&pd(e,i,{get:()=>t[i],enumerable:!(n=GA(t,i))||n.enumerable});return e},JA=e=>XA(pd({},"__esModule",{value:!0}),e),kb={};KA(kb,{Inputs:()=>QA});var Hc=JA(kb),YA=Er,md=Gr;function ZA(e){return{$kind:"Pure",Pure:{bytes:e instanceof Uint8Array?(0,YA.toBase64)(e):e.toBase64()}}}const QA={Pure:ZA,ObjectRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"ImmOrOwnedObject",ImmOrOwnedObject:{digest:t,version:r,objectId:(0,md.normalizeSuiAddress)(e)}}}},SharedObjectRef({objectId:e,mutable:t,initialSharedVersion:r}){return{$kind:"Object",Object:{$kind:"SharedObject",SharedObject:{mutable:t,initialSharedVersion:r,objectId:(0,md.normalizeSuiAddress)(e)}}}},ReceivingRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"Receiving",Receiving:{digest:t,version:r,objectId:(0,md.normalizeSuiAddress)(e)}}}}};var gd=Object.defineProperty,e5=Object.getOwnPropertyDescriptor,t5=Object.getOwnPropertyNames,r5=Object.prototype.hasOwnProperty,n5=(e,t)=>{for(var r in t)gd(e,r,{get:t[r],enumerable:!0})},i5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of t5(t))!r5.call(e,i)&&i!==r&&gd(e,i,{get:()=>t[i],enumerable:!(n=e5(t,i))||n.enumerable});return e},s5=e=>i5(gd({},"__esModule",{value:!0}),e),Nb={};n5(Nb,{$Intent:()=>Bb,Argument:()=>tn,BCSBytes:()=>Aa,Command:()=>Lb,GasData:()=>Db,JsonU64:()=>Ki,NormalizedCallArg:()=>u5,ObjectArg:()=>vd,ObjectID:()=>Ts,ObjectRef:()=>Kc,OpenMoveTypeSignature:()=>$b,OpenMoveTypeSignatureBody:()=>Xc,StructTag:()=>o5,SuiAddress:()=>Ta,TransactionData:()=>l5,TransactionExpiration:()=>Fb,safeEnum:()=>po});var ho=s5(Nb),ue=Wi,Rb=Gr;function po(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 Ta=(0,ue.pipe)((0,ue.string)(),(0,ue.transform)(e=>(0,Rb.normalizeSuiAddress)(e)),(0,ue.check)(Rb.isValidSuiAddress)),Ts=Ta,Aa=(0,ue.string)(),Ki=(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")),Kc=(0,ue.object)({objectId:Ta,version:Ki,digest:(0,ue.string)()}),tn=(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]}))),Db=(0,ue.object)({budget:(0,ue.nullable)(Ki),price:(0,ue.nullable)(Ki),owner:(0,ue.nullable)(Ta),payment:(0,ue.nullable)((0,ue.array)(Kc))}),o5=(0,ue.object)({address:(0,ue.string)(),module:(0,ue.string)(),name:(0,ue.string)(),typeParams:(0,ue.array)((0,ue.string)())}),Xc=(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)(()=>Xc)}),(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)(()=>Xc))})}),(0,ue.object)({typeParameter:(0,ue.pipe)((0,ue.number)(),(0,ue.integer)())})]),$b=(0,ue.object)({ref:(0,ue.nullable)((0,ue.union)([(0,ue.literal)("&"),(0,ue.literal)("&mut")])),body:Xc}),a5=(0,ue.object)({package:Ts,module:(0,ue.string)(),function:(0,ue.string)(),typeArguments:(0,ue.array)((0,ue.string)()),arguments:(0,ue.array)(tn),_argumentTypes:(0,ue.optional)((0,ue.nullable)((0,ue.array)($b)))}),Bb=(0,ue.object)({name:(0,ue.string)(),inputs:(0,ue.record)((0,ue.string)(),(0,ue.union)([tn,(0,ue.array)(tn)])),data:(0,ue.record)((0,ue.string)(),(0,ue.unknown)())}),Lb=po({MoveCall:a5,TransferObjects:(0,ue.object)({objects:(0,ue.array)(tn),address:tn}),SplitCoins:(0,ue.object)({coin:tn,amounts:(0,ue.array)(tn)}),MergeCoins:(0,ue.object)({destination:tn,sources:(0,ue.array)(tn)}),Publish:(0,ue.object)({modules:(0,ue.array)(Aa),dependencies:(0,ue.array)(Ts)}),MakeMoveVec:(0,ue.object)({type:(0,ue.nullable)((0,ue.string)()),elements:(0,ue.array)(tn)}),Upgrade:(0,ue.object)({modules:(0,ue.array)(Aa),dependencies:(0,ue.array)(Ts),package:Ts,ticket:tn}),$Intent:Bb}),vd=po({ImmOrOwnedObject:Kc,SharedObject:(0,ue.object)({objectId:Ts,initialSharedVersion:Ki,mutable:(0,ue.boolean)()}),Receiving:Kc}),c5=po({Object:vd,Pure:(0,ue.object)({bytes:Aa}),UnresolvedPure:(0,ue.object)({value:(0,ue.unknown)()}),UnresolvedObject:(0,ue.object)({objectId:Ts,version:(0,ue.optional)((0,ue.nullable)(Ki)),digest:(0,ue.optional)((0,ue.nullable)((0,ue.string)())),initialSharedVersion:(0,ue.optional)((0,ue.nullable)(Ki))})}),u5=po({Object:vd,Pure:(0,ue.object)({bytes:Aa})}),Fb=po({None:(0,ue.literal)(!0),Epoch:Ki}),l5=(0,ue.object)({version:(0,ue.literal)(2),sender:(0,ue.nullish)(Ta),expiration:(0,ue.nullish)(Fb),gasData:Db,inputs:(0,ue.array)(c5),commands:(0,ue.array)(Lb)});var yd=Object.defineProperty,f5=Object.getOwnPropertyDescriptor,d5=Object.getOwnPropertyNames,h5=Object.prototype.hasOwnProperty,p5=(e,t)=>{for(var r in t)yd(e,r,{get:t[r],enumerable:!0})},m5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of d5(t))!h5.call(e,i)&&i!==r&&yd(e,i,{get:()=>t[i],enumerable:!(n=f5(t,i))||n.enumerable});return e},g5=e=>m5(yd({},"__esModule",{value:!0}),e),Ub={};p5(Ub,{Commands:()=>v5,UpgradePolicy:()=>qb});var bd=g5(Ub),zb=Er,Kn=Wi,Vb=Gr,Xn=ho,qb=(e=>(e[e.COMPATIBLE=0]="COMPATIBLE",e[e.ADDITIVE=128]="ADDITIVE",e[e.DEP_ONLY=192]="DEP_ONLY",e))(qb||{});const v5={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,Kn.parse)(Xn.Argument,r)),address:(0,Kn.parse)(Xn.Argument,t)}}},SplitCoins(e,t){return{$kind:"SplitCoins",SplitCoins:{coin:(0,Kn.parse)(Xn.Argument,e),amounts:t.map(r=>(0,Kn.parse)(Xn.Argument,r))}}},MergeCoins(e,t){return{$kind:"MergeCoins",MergeCoins:{destination:(0,Kn.parse)(Xn.Argument,e),sources:t.map(r=>(0,Kn.parse)(Xn.Argument,r))}}},Publish({modules:e,dependencies:t}){return{$kind:"Publish",Publish:{modules:e.map(r=>typeof r=="string"?r:(0,zb.toBase64)(new Uint8Array(r))),dependencies:t.map(r=>(0,Vb.normalizeSuiObjectId)(r))}}},Upgrade({modules:e,dependencies:t,package:r,ticket:n}){return{$kind:"Upgrade",Upgrade:{modules:e.map(i=>typeof i=="string"?i:(0,zb.toBase64)(new Uint8Array(i))),dependencies:t.map(i=>(0,Vb.normalizeSuiObjectId)(i)),package:r,ticket:(0,Kn.parse)(Xn.Argument,n)}}},MakeMoveVec({type:e,elements:t}){return{$kind:"MakeMoveVec",MakeMoveVec:{type:e??null,elements:t.map(r=>(0,Kn.parse)(Xn.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,Kn.parse)(Xn.Argument,s)):(0,Kn.parse)(Xn.Argument,i)])),data:r}}}};var wd=Object.defineProperty,y5=Object.getOwnPropertyDescriptor,b5=Object.getOwnPropertyNames,w5=Object.prototype.hasOwnProperty,_5=(e,t)=>{for(var r in t)wd(e,r,{get:t[r],enumerable:!0})},x5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of b5(t))!w5.call(e,i)&&i!==r&&wd(e,i,{get:()=>t[i],enumerable:!(n=y5(t,i))||n.enumerable});return e},S5=e=>x5(wd({},"__esModule",{value:!0}),e),Gb={};_5(Gb,{NormalizedCallArg:()=>_d,ObjectRef:()=>Jc,SerializedTransactionDataV1:()=>$5,StructTag:()=>Jb,TransactionArgument:()=>Jn,TypeTag:()=>Yc,serializeV1TransactionData:()=>B5,transactionDataFromV1:()=>L5});var Wb=S5(Gb),mo=Er,ne=Wi,Hb=Gn,Oa=ho;const Jc=(0,ne.object)({digest:(0,ne.string)(),objectId:(0,ne.string)(),version:(0,ne.union)([(0,ne.pipe)((0,ne.number)(),(0,ne.integer)()),(0,ne.string)(),(0,ne.bigint)()])}),E5=(0,Oa.safeEnum)({ImmOrOwned:Jc,Shared:(0,ne.object)({objectId:Oa.ObjectID,initialSharedVersion:Oa.JsonU64,mutable:(0,ne.boolean)()}),Receiving:Jc}),_d=(0,Oa.safeEnum)({Object:E5,Pure:(0,ne.array)((0,ne.pipe)((0,ne.number)(),(0,ne.integer)()))}),Kb=(0,ne.union)([(0,ne.object)({kind:(0,ne.literal)("Input"),index:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)()),value:(0,ne.unknown)(),type:(0,ne.optional)((0,ne.literal)("object"))}),(0,ne.object)({kind:(0,ne.literal)("Input"),index:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)()),value:(0,ne.unknown)(),type:(0,ne.literal)("pure")})]),C5=(0,ne.union)([(0,ne.object)({Epoch:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)())}),(0,ne.object)({None:(0,ne.nullable)((0,ne.literal)(!0))})]),Xb=(0,ne.pipe)((0,ne.union)([(0,ne.number)(),(0,ne.string)(),(0,ne.bigint)()]),(0,ne.check)(e=>{if(!["string","number","bigint"].includes(typeof e))return!1;try{return BigInt(e),!0}catch{return!1}})),Yc=(0,ne.union)([(0,ne.object)({bool:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({u8:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({u64:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({u128:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({address:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({signer:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({vector:(0,ne.lazy)(()=>Yc)}),(0,ne.object)({struct:(0,ne.lazy)(()=>Jb)}),(0,ne.object)({u16:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({u32:(0,ne.nullable)((0,ne.literal)(!0))}),(0,ne.object)({u256:(0,ne.nullable)((0,ne.literal)(!0))})]),Jb=(0,ne.object)({address:(0,ne.string)(),module:(0,ne.string)(),name:(0,ne.string)(),typeParams:(0,ne.array)(Yc)}),M5=(0,ne.object)({budget:(0,ne.optional)(Xb),price:(0,ne.optional)(Xb),payment:(0,ne.optional)((0,ne.array)(Jc)),owner:(0,ne.optional)((0,ne.string)())}),T5=[Kb,(0,ne.object)({kind:(0,ne.literal)("GasCoin")}),(0,ne.object)({kind:(0,ne.literal)("Result"),index:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)())}),(0,ne.object)({kind:(0,ne.literal)("NestedResult"),index:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)()),resultIndex:(0,ne.pipe)((0,ne.number)(),(0,ne.integer)())})],Jn=(0,ne.union)([...T5]),A5=(0,ne.object)({kind:(0,ne.literal)("MoveCall"),target:(0,ne.pipe)((0,ne.string)(),(0,ne.check)(e=>e.split("::").length===3)),typeArguments:(0,ne.array)((0,ne.string)()),arguments:(0,ne.array)(Jn)}),O5=(0,ne.object)({kind:(0,ne.literal)("TransferObjects"),objects:(0,ne.array)(Jn),address:Jn}),I5=(0,ne.object)({kind:(0,ne.literal)("SplitCoins"),coin:Jn,amounts:(0,ne.array)(Jn)}),P5=(0,ne.object)({kind:(0,ne.literal)("MergeCoins"),destination:Jn,sources:(0,ne.array)(Jn)}),j5=(0,ne.object)({kind:(0,ne.literal)("MakeMoveVec"),type:(0,ne.union)([(0,ne.object)({Some:Yc}),(0,ne.object)({None:(0,ne.nullable)((0,ne.literal)(!0))})]),objects:(0,ne.array)(Jn)}),k5=(0,ne.object)({kind:(0,ne.literal)("Publish"),modules:(0,ne.array)((0,ne.array)((0,ne.pipe)((0,ne.number)(),(0,ne.integer)()))),dependencies:(0,ne.array)((0,ne.string)())}),N5=(0,ne.object)({kind:(0,ne.literal)("Upgrade"),modules:(0,ne.array)((0,ne.array)((0,ne.pipe)((0,ne.number)(),(0,ne.integer)()))),dependencies:(0,ne.array)((0,ne.string)()),packageId:(0,ne.string)(),ticket:Jn}),R5=[A5,O5,I5,P5,k5,N5,j5],D5=(0,ne.union)([...R5]),$5=(0,ne.object)({version:(0,ne.literal)(1),sender:(0,ne.optional)((0,ne.string)()),expiration:(0,ne.nullish)(C5),gasConfig:M5,inputs:(0,ne.array)(Kb),transactions:(0,ne.array)(D5)});function B5(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,mo.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:Hb.TypeTagSerializer.parseFromStr(n.MakeMoveVec.type)},objects:n.MakeMoveVec.elements.map(i=>xi(i,t))};if(n.MergeCoins)return{kind:"MergeCoins",destination:xi(n.MergeCoins.destination,t),sources:n.MergeCoins.sources.map(i=>xi(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=>xi(i,t))};if(n.Publish)return{kind:"Publish",modules:n.Publish.modules.map(i=>Array.from((0,mo.fromBase64)(i))),dependencies:n.Publish.dependencies};if(n.SplitCoins)return{kind:"SplitCoins",coin:xi(n.SplitCoins.coin,t),amounts:n.SplitCoins.amounts.map(i=>xi(i,t))};if(n.TransferObjects)return{kind:"TransferObjects",objects:n.TransferObjects.objects.map(i=>xi(i,t)),address:xi(n.TransferObjects.address,t)};if(n.Upgrade)return{kind:"Upgrade",modules:n.Upgrade.modules.map(i=>Array.from((0,mo.fromBase64)(i))),dependencies:n.Upgrade.dependencies,packageId:n.Upgrade.package,ticket:xi(n.Upgrade.ticket,t)};throw new Error(`Unknown transaction ${Object.keys(n)}`)})}}function xi(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 L5(e){var t,r,n;return(0,ne.parse)(Oa.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,ne.is)(_d,i.value)){const s=(0,ne.parse)(_d,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,mo.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?Hb.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,mo.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,mo.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 xd=Object.defineProperty,F5=Object.getOwnPropertyDescriptor,U5=Object.getOwnPropertyNames,z5=Object.prototype.hasOwnProperty,V5=(e,t)=>{for(var r in t)xd(e,r,{get:t[r],enumerable:!0})},q5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of U5(t))!z5.call(e,i)&&i!==r&&xd(e,i,{get:()=>t[i],enumerable:!(n=F5(t,i))||n.enumerable});return e},G5=e=>q5(xd({},"__esModule",{value:!0}),e),Yb={};V5(Yb,{SerializedTransactionDataV2:()=>eO});var W5=G5(Yb),je=Wi,cr=ho;function Ia(e){return(0,je.union)(Object.entries(e).map(([t,r])=>(0,je.object)({[t]:r})))}const bn=Ia({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)())])}),H5=(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))}),K5=(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)(bn)}),X5=(0,je.object)({name:(0,je.string)(),inputs:(0,je.record)((0,je.string)(),(0,je.union)([bn,(0,je.array)(bn)])),data:(0,je.record)((0,je.string)(),(0,je.unknown)())}),J5=Ia({MoveCall:K5,TransferObjects:(0,je.object)({objects:(0,je.array)(bn),address:bn}),SplitCoins:(0,je.object)({coin:bn,amounts:(0,je.array)(bn)}),MergeCoins:(0,je.object)({destination:bn,sources:(0,je.array)(bn)}),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)(bn)}),Upgrade:(0,je.object)({modules:(0,je.array)(cr.BCSBytes),dependencies:(0,je.array)(cr.ObjectID),package:cr.ObjectID,ticket:bn}),$Intent:X5}),Y5=Ia({ImmOrOwnedObject:cr.ObjectRef,SharedObject:(0,je.object)({objectId:cr.ObjectID,initialSharedVersion:cr.JsonU64,mutable:(0,je.boolean)()}),Receiving:cr.ObjectRef}),Z5=Ia({Object:Y5,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))})}),Q5=Ia({None:(0,je.literal)(!0),Epoch:cr.JsonU64}),eO=(0,je.object)({version:(0,je.literal)(2),sender:(0,je.nullish)(cr.SuiAddress),expiration:(0,je.nullish)(Q5),gasData:H5,inputs:(0,je.array)(Z5),commands:(0,je.array)(J5)});var Sd=Object.defineProperty,tO=Object.getOwnPropertyDescriptor,rO=Object.getOwnPropertyNames,nO=Object.prototype.hasOwnProperty,iO=(e,t)=>{for(var r in t)Sd(e,r,{get:t[r],enumerable:!0})},sO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of rO(t))!nO.call(e,i)&&i!==r&&Sd(e,i,{get:()=>t[i],enumerable:!(n=tO(t,i))||n.enumerable});return e},oO=e=>sO(Sd({},"__esModule",{value:!0}),e),Zb={};iO(Zb,{getClient:()=>go,resolveTransactionData:()=>dO});var Qb=oO(Zb),aO=Wi,ew=Gn,Ed=Cb,cO=ho,Pa=Hc,Cd=Ib;const uO=50,lO=1000n,fO=5e10;async function dO(e,t,r){return await vO(e,t),await gO(e,t),t.onlyTransactionKind||(await hO(e,t),await pO(e,t),await mO(e,t)),await yO(e),await r()}async function hO(e,t){e.gasConfig.price||(e.gasConfig.price=String(await go(t).getReferenceGasPrice()))}async function pO(e,t){if(e.gasConfig.budget)return;const r=await go(t).dryRunTransactionBlock({transactionBlock:e.build({overrides:{gasData:{budget:String(fO),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=lO*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 mO(e,t){if(!e.gasConfig.payment){const n=(await go(t).getCoins({owner:e.gasConfig.owner||e.sender,coinType:Ed.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,aO.parse)(cO.ObjectRef,i))}}async function gO(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,Ed.normalizeSuiObjectId)(l.UnresolvedObject.objectId)))],i=n.length?xO(n,uO):[],s=(await Promise.all(i.map(l=>go(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,Ed.normalizeSuiAddress)(f.UnresolvedObject.objectId),b=u.get(y);f.UnresolvedObject.initialSharedVersion??(b==null?void 0:b.initialSharedVersion)?h=Pa.Inputs.SharedObjectRef({objectId:y,initialSharedVersion:f.UnresolvedObject.initialSharedVersion||(b==null?void 0:b.initialSharedVersion),mutable:bO(e,l)}):wO(e,l)&&(h=Pa.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??Pa.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 vO(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=>{tw(c,ew.bcs.U64,e)});break;case"TransferObjects":tw(a.TransferObjects.address,ew.bcs.Address,e);break}});const o=new Map;if(s.size>0){const a=go(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,Cd.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,Cd.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 N,R;const y=c.arguments[h];if(y.$kind!=="Input")return;const b=r[y.Input];if(!b.UnresolvedPure&&!b.UnresolvedObject)return;const _=((N=b.UnresolvedPure)==null?void 0:N.value)??((R=b.UnresolvedObject)==null?void 0:R.objectId),A=(0,Cd.getPureBcsSchema)(f.body);if(A){y.type="pure",r[r.indexOf(b)]=Pa.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 yO(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 tw(e,t,r){if(e.$kind!=="Input")return;const n=r.inputs[e.Input];n.$kind==="UnresolvedPure"&&(r.inputs[e.Input]=Pa.Inputs.Pure(t.serialize(n.UnresolvedPure.value)))}function bO(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 wO(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=_O(i.MoveCall._argumentTypes[s])||r}}),r}function _O(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 go(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 xO(e,t){return Array.from({length:Math.ceil(e.length/t)},(r,n)=>e.slice(n*t,n*t+t))}var Md=Object.defineProperty,SO=Object.getOwnPropertyDescriptor,EO=Object.getOwnPropertyNames,CO=Object.prototype.hasOwnProperty,MO=(e,t)=>{for(var r in t)Md(e,r,{get:t[r],enumerable:!0})},TO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of EO(t))!CO.call(e,i)&&i!==r&&Md(e,i,{get:()=>t[i],enumerable:!(n=SO(t,i))||n.enumerable});return e},AO=e=>TO(Md({},"__esModule",{value:!0}),e),rw={};MO(rw,{createObjectMethods:()=>OO});var nw=AO(rw);function OO(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 Td=Object.defineProperty,IO=Object.getOwnPropertyDescriptor,PO=Object.getOwnPropertyNames,jO=Object.prototype.hasOwnProperty,kO=(e,t)=>{for(var r in t)Td(e,r,{get:t[r],enumerable:!0})},NO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of PO(t))!jO.call(e,i)&&i!==r&&Td(e,i,{get:()=>t[i],enumerable:!(n=IO(t,i))||n.enumerable});return e},RO=e=>NO(Td({},"__esModule",{value:!0}),e),iw={};kO(iw,{createPure:()=>$O});var sw=RO(iw),DO=Er,rr=Gn;function $O(e){function t(r,n){if(typeof r=="string")return e(ja(r).serialize(n));if(r instanceof Uint8Array||(0,DO.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(ja(r)).serialize(n)),t.option=(r,n)=>e(rr.bcs.option(ja(r)).serialize(n)),t}function ja(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(ja(n)):rr.bcs.option(ja(n))}throw new Error(`Invalid Pure type name: ${e}`)}var Ad=Object.defineProperty,BO=Object.getOwnPropertyDescriptor,LO=Object.getOwnPropertyNames,FO=Object.prototype.hasOwnProperty,UO=(e,t)=>{for(var r in t)Ad(e,r,{get:t[r],enumerable:!0})},zO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of LO(t))!FO.call(e,i)&&i!==r&&Ad(e,i,{get:()=>t[i],enumerable:!(n=BO(t,i))||n.enumerable});return e},VO=e=>zO(Ad({},"__esModule",{value:!0}),e),ow={};UO(ow,{hashTypedData:()=>WO});var qO=VO(ow),GO=xb;function WO(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,GO.blake2b)(n,{dkLen:32})}var Od=Object.defineProperty,HO=Object.getOwnPropertyDescriptor,KO=Object.getOwnPropertyNames,XO=Object.prototype.hasOwnProperty,JO=(e,t)=>{for(var r in t)Od(e,r,{get:t[r],enumerable:!0})},YO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of KO(t))!XO.call(e,i)&&i!==r&&Od(e,i,{get:()=>t[i],enumerable:!(n=HO(t,i))||n.enumerable});return e},ZO=e=>YO(Od({},"__esModule",{value:!0}),e),aw={};JO(aw,{TransactionDataBuilder:()=>As});var Id=ZO(aw),QO=Er,Pd=Wi,Zc=Gn,eI=Gr,jd=ho,tI=Wb,rI=qO;function cw(e){return(0,eI.normalizeSuiAddress)(e).replace("0x","")}class As{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=Zc.bcs.TransactionKind.parse(t).ProgrammableTransaction;if(!n)throw new Error("Unable to deserialize from bytes.");return As.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=Zc.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 As.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 As((0,Pd.parse)(jd.TransactionData,t)):new As((0,Pd.parse)(jd.TransactionData,(0,tI.transactionDataFromV1)(t)))}static getDigestFromBytes(t){const r=(0,rI.hashTypedData)("TransactionData",t);return(0,QO.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 Zc.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:cw(c),expiration:a||{None:!0},gasData:{payment:u.payment,owner:cw(this.gasData.owner??c),price:BigInt(u.price),budget:BigInt(u.budget)},kind:{ProgrammableTransaction:{inputs:i,commands:s}}};return Zc.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 As.getDigestFromBytes(t)}snapshot(){return(0,Pd.parse)(jd.TransactionData,this)}}var kd=Object.defineProperty,nI=Object.getOwnPropertyDescriptor,iI=Object.getOwnPropertyNames,sI=Object.prototype.hasOwnProperty,oI=(e,t)=>{for(var r in t)kd(e,r,{get:t[r],enumerable:!0})},aI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of iI(t))!sI.call(e,i)&&i!==r&&kd(e,i,{get:()=>t[i],enumerable:!(n=nI(t,i))||n.enumerable});return e},cI=e=>aI(kd({},"__esModule",{value:!0}),e),uw={};oI(uw,{extractMutableReference:()=>lw,extractReference:()=>fw,extractStructTag:()=>lI,getIdFromCallArg:()=>fI});var uI=cI(uw),ka=Gr;function lw(e){return typeof e=="object"&&"MutableReference"in e?e.MutableReference:void 0}function fw(e){return typeof e=="object"&&"Reference"in e?e.Reference:void 0}function lI(e){if(typeof e=="object"&&"Struct"in e)return e;const t=fw(e),r=lw(e);if(typeof t=="object"&&"Struct"in t)return t;if(typeof r=="object"&&"Struct"in r)return r}function fI(e){if(typeof e=="string")return(0,ka.normalizeSuiAddress)(e);if(e.Object)return e.Object.ImmOrOwnedObject?(0,ka.normalizeSuiAddress)(e.Object.ImmOrOwnedObject.objectId):e.Object.Receiving?(0,ka.normalizeSuiAddress)(e.Object.Receiving.objectId):(0,ka.normalizeSuiAddress)(e.Object.SharedObject.objectId);if(e.UnresolvedObject)return(0,ka.normalizeSuiAddress)(e.UnresolvedObject.objectId)}var Nd=Object.defineProperty,dI=Object.getOwnPropertyDescriptor,hI=Object.getOwnPropertyNames,pI=Object.prototype.hasOwnProperty,dw=e=>{throw TypeError(e)},mI=(e,t)=>{for(var r in t)Nd(e,r,{get:t[r],enumerable:!0})},gI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of hI(t))!pI.call(e,i)&&i!==r&&Nd(e,i,{get:()=>t[i],enumerable:!(n=dI(t,i))||n.enumerable});return e},vI=e=>gI(Nd({},"__esModule",{value:!0}),e),Rd=(e,t,r)=>t.has(e)||dw("Cannot "+r),Ct=(e,t,r)=>(Rd(e,t,"read from private field"),r?r.call(e):t.get(e)),Na=(e,t,r)=>t.has(e)?dw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Os=(e,t,r,n)=>(Rd(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Ei=(e,t,r)=>(Rd(e,t,"access private method"),r),hw={};mI(hw,{Transaction:()=>EI,isTransaction:()=>yw});var Qc=vI(hw),eu=Er,Xi=Wi,yI=Gr,Is=bd,Ps=ho,pw=Wb,bI=W5,tu=Hc,wI=Qb,_I=nw,xI=sw,Ra=Id,mw=uI,Da,$a,js,Tt,wn,ru,Dd,$d,Bd;function gw(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 vw=Symbol.for("@mysten/transaction");function yw(e){return!!e&&typeof e=="object"&&e[vw]===!0}const bw={buildPlugins:new Map,serializationPlugins:new Map},Ld=Symbol.for("@mysten/transaction/registry");function Ba(){try{const e=globalThis;return e[Ld]||(e[Ld]=bw),e[Ld]}catch{return bw}}const SI=class X0{constructor(){Na(this,wn),Na(this,Da),Na(this,$a),Na(this,js,new Map),Na(this,Tt),this.object=(0,_I.createObjectMethods)(r=>{var s,o;if(typeof r=="function")return this.object(r(this));if(typeof r=="object"&&(0,Xi.is)(Ps.Argument,r))return r;const n=(0,mw.getIdFromCallArg)(r),i=Ct(this,Tt).inputs.find(a=>n===(0,mw.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:Ct(this,Tt).inputs.indexOf(i),type:"object"}:Ct(this,Tt).addInput("object",typeof r=="string"?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:(0,yI.normalizeSuiAddress)(r)}}:r)});const t=Ba();Os(this,Tt,new Ra.TransactionDataBuilder),Os(this,$a,[...t.buildPlugins.values()]),Os(this,Da,[...t.serializationPlugins.values()])}static fromKind(t){const r=new X0;return Os(r,Tt,Ra.TransactionDataBuilder.fromKindBytes(typeof t=="string"?(0,eu.fromBase64)(t):t)),r}static from(t){const r=new X0;return yw(t)?Os(r,Tt,new Ra.TransactionDataBuilder(t.getData())):typeof t!="string"||!t.startsWith("{")?Os(r,Tt,Ra.TransactionDataBuilder.fromBytes(typeof t=="string"?(0,eu.fromBase64)(t):t)):Os(r,Tt,Ra.TransactionDataBuilder.restore(JSON.parse(t))),r}static registerGlobalSerializationPlugin(t,r){Ba().serializationPlugins.set(t,r??t)}static unregisterGlobalSerializationPlugin(t){Ba().serializationPlugins.delete(t)}static registerGlobalBuildPlugin(t,r){Ba().buildPlugins.set(t,r??t)}static unregisterGlobalBuildPlugin(t){Ba().buildPlugins.delete(t)}addSerializationPlugin(t){Ct(this,Da).push(t)}addBuildPlugin(t){Ct(this,$a).push(t)}addIntentResolver(t,r){if(Ct(this,js).has(t)&&Ct(this,js).get(t)!==r)throw new Error(`Intent resolver for ${t} already exists`);Ct(this,js).set(t,r)}setSender(t){Ct(this,Tt).sender=t}setSenderIfNotSet(t){Ct(this,Tt).sender||(Ct(this,Tt).sender=t)}setExpiration(t){Ct(this,Tt).expiration=t?(0,Xi.parse)(Ps.TransactionExpiration,t):null}setGasPrice(t){Ct(this,Tt).gasConfig.price=String(t)}setGasBudget(t){Ct(this,Tt).gasConfig.budget=String(t)}setGasBudgetIfNotSet(t){Ct(this,Tt).gasData.budget==null&&(Ct(this,Tt).gasConfig.budget=String(t))}setGasOwner(t){Ct(this,Tt).gasConfig.owner=t}setGasPayment(t){Ct(this,Tt).gasConfig.payment=t.map(r=>(0,Xi.parse)(Ps.ObjectRef,r))}get blockData(){return(0,pw.serializeV1TransactionData)(Ct(this,Tt).snapshot())}getData(){return Ct(this,Tt).snapshot()}get[vw](){return!0}get pure(){return Object.defineProperty(this,"pure",{enumerable:!1,value:(0,xI.createPure)(t=>(0,eu.isSerializedBcs)(t)?Ct(this,Tt).addInput("pure",{$kind:"Pure",Pure:{bytes:t.toBase64()}}):Ct(this,Tt).addInput("pure",(0,Xi.is)(Ps.NormalizedCallArg,t)?(0,Xi.parse)(Ps.NormalizedCallArg,t):t instanceof Uint8Array?tu.Inputs.Pure(t):{$kind:"UnresolvedPure",UnresolvedPure:{value:t}}))}),this.pure}get gas(){return{$kind:"GasCoin",GasCoin:!0}}objectRef(...t){return this.object(tu.Inputs.ObjectRef(...t))}receivingRef(...t){return this.object(tu.Inputs.ReceivingRef(...t))}sharedObjectRef(...t){return this.object(tu.Inputs.SharedObjectRef(...t))}add(t){if(typeof t=="function")return t(this);const r=Ct(this,Tt).commands.push(t);return gw(r-1)}splitCoins(t,r){const n=Is.Commands.SplitCoins(typeof t=="string"?this.object(t):Ei(this,wn,Dd).call(this,t),r.map(s=>typeof s=="number"||typeof s=="bigint"||typeof s=="string"?this.pure.u64(s):Ei(this,wn,ru).call(this,s))),i=Ct(this,Tt).commands.push(n);return gw(i-1,r.length)}mergeCoins(t,r){return this.add(Is.Commands.MergeCoins(this.object(t),r.map(n=>this.object(n))))}publish({modules:t,dependencies:r}){return this.add(Is.Commands.Publish({modules:t,dependencies:r}))}upgrade({modules:t,dependencies:r,package:n,ticket:i}){return this.add(Is.Commands.Upgrade({modules:t,dependencies:r,package:n,ticket:this.object(i)}))}moveCall({arguments:t,...r}){return this.add(Is.Commands.MoveCall({...r,arguments:t==null?void 0:t.map(n=>Ei(this,wn,ru).call(this,n))}))}transferObjects(t,r){return this.add(Is.Commands.TransferObjects(t.map(n=>this.object(n)),typeof r=="string"?this.pure.address(r):Ei(this,wn,ru).call(this,r)))}makeMoveVec({type:t,elements:r}){return this.add(Is.Commands.MakeMoveVec({type:t,elements:r.map(n=>this.object(n))}))}serialize(){return JSON.stringify((0,pw.serializeV1TransactionData)(Ct(this,Tt).snapshot()))}async toJSON(t={}){return await this.prepareForSerialization(t),JSON.stringify((0,Xi.parse)(bI.SerializedTransactionDataV2,Ct(this,Tt).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 Ei(this,wn,$d).call(this,t),Ct(this,Tt).build({onlyTransactionKind:t.onlyTransactionKind})}async getDigest(t={}){return await Ei(this,wn,$d).call(this,t),Ct(this,Tt).getDigest()}async prepareForSerialization(t){var i;const r=new Set;for(const s of Ct(this,Tt).commands)s.$Intent&&r.add(s.$Intent.name);const n=[...Ct(this,Da)];for(const s of r)if(!((i=t.supportedIntents)!=null&&i.includes(s))){if(!Ct(this,js).has(s))throw new Error(`Missing intent resolver for ${s}`);n.push(Ct(this,js).get(s))}await Ei(this,wn,Bd).call(this,n,t)}};Da=new WeakMap,$a=new WeakMap,js=new WeakMap,Tt=new WeakMap,wn=new WeakSet,ru=function(e){return(0,eu.isSerializedBcs)(e)?this.pure(e):Ei(this,wn,Dd).call(this,e)},Dd=function(e){return typeof e=="function"?(0,Xi.parse)(Ps.Argument,e(this)):(0,Xi.parse)(Ps.Argument,e)},$d=async function(e){if(!e.onlyTransactionKind&&!Ct(this,Tt).sender)throw new Error("Missing transaction sender");await Ei(this,wn,Bd).call(this,[...Ct(this,$a),wI.resolveTransactionData],e)},Bd=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(Ct(this,Tt),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 EI=SI;var Fd=Object.defineProperty,CI=Object.getOwnPropertyDescriptor,MI=Object.getOwnPropertyNames,TI=Object.prototype.hasOwnProperty,ww=e=>{throw TypeError(e)},AI=(e,t)=>{for(var r in t)Fd(e,r,{get:t[r],enumerable:!0})},OI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of MI(t))!TI.call(e,i)&&i!==r&&Fd(e,i,{get:()=>t[i],enumerable:!(n=CI(t,i))||n.enumerable});return e},II=e=>OI(Fd({},"__esModule",{value:!0}),e),_w=(e,t,r)=>t.has(e)||ww("Cannot "+r),dr=(e,t,r)=>(_w(e,t,"read from private field"),r?r.call(e):t.get(e)),Ud=(e,t,r)=>t.has(e)?ww("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),xw=(e,t,r,n)=>(_w(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Sw={};AI(Sw,{AsyncCache:()=>Cw,InMemoryCache:()=>Mw,ObjectCache:()=>PI});var Ew=II(Sw),zd=Gr,ks,Cr,nu;class Cw{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,zd.normalizeSuiAddress)(t.package)}::${t.module}::${t.function}`;return this.get("MoveFunction",r)}async addMoveFunctionDefinition(t){const r=(0,zd.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,zd.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 Mw extends Cw{constructor(){super(...arguments),Ud(this,ks,{OwnedObject:new Map,SharedOrImmutableObject:new Map,MoveFunction:new Map,Custom:new Map})}async get(t,r){return dr(this,ks)[t].get(r)??null}async set(t,r,n){dr(this,ks)[t].set(r,n)}async delete(t,r){dr(this,ks)[t].delete(r)}async clear(t){if(t)dr(this,ks)[t].clear();else for(const r of Object.values(dr(this,ks)))r.clear()}}ks=new WeakMap;class PI{constructor({cache:t=new Mw,onEffects:r}){Ud(this,Cr),Ud(this,nu),xw(this,Cr,t),xw(this,nu,r)}asPlugin(){return async(t,r,n)=>{const i=t.inputs.filter(a=>a.UnresolvedObject).map(a=>a.UnresolvedObject.objectId),s=(await dr(this,Cr).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,Cr).addMoveFunctionDefinition({package:a.MoveCall.package,module:a.MoveCall.module,function:a.MoveCall.function,parameters:a.MoveCall._argumentTypes})}))}}async clear(){await dr(this,Cr).clear()}async getMoveFunctionDefinition(t){return dr(this,Cr).getMoveFunctionDefinition(t)}async getObjects(t){return dr(this,Cr).getObjects(t)}async deleteObjects(t){return dr(this,Cr).deleteObjects(t)}async clearOwnedObjects(){await dr(this,Cr).clear("OwnedObject")}async clearCustom(){await dr(this,Cr).clear("Custom")}async getCustom(t){return dr(this,Cr).getCustom(t)}async setCustom(t,r){return dr(this,Cr).setCustom(t,r)}async deleteCustom(t){return dr(this,Cr).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,Cr).addObjects(o),dr(this,Cr).deleteObjects(s),(r=dr(this,nu))==null?void 0:r.call(this,t)])}}Cr=new WeakMap,nu=new WeakMap;var Vd=Object.defineProperty,jI=Object.getOwnPropertyDescriptor,kI=Object.getOwnPropertyNames,NI=Object.prototype.hasOwnProperty,Tw=e=>{throw TypeError(e)},RI=(e,t)=>{for(var r in t)Vd(e,r,{get:t[r],enumerable:!0})},DI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of kI(t))!NI.call(e,i)&&i!==r&&Vd(e,i,{get:()=>t[i],enumerable:!(n=jI(t,i))||n.enumerable});return e},$I=e=>DI(Vd({},"__esModule",{value:!0}),e),Aw=(e,t,r)=>t.has(e)||Tw("Cannot "+r),La=(e,t,r)=>(Aw(e,t,"read from private field"),r?r.call(e):t.get(e)),Ow=(e,t,r)=>t.has(e)?Tw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),qd=(e,t,r,n)=>(Aw(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Iw={};RI(Iw,{CachingTransactionExecutor:()=>UI});var Pw=$I(Iw),BI=Gn,LI=Ew,FI=Qc,vo,yo;class UI{constructor({client:t,...r}){Ow(this,vo),Ow(this,yo,null),qd(this,vo,t),this.cache=new LI.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:La(this,vo),...r})}async executeTransaction({transaction:t,options:r,...n}){const i=(0,FI.isTransaction)(t)?await this.buildTransaction({transaction:t}):t,s=await La(this,vo).executeTransactionBlock({...n,transactionBlock:i,options:{...r,showRawEffects:!0}});if(s.rawEffects){const o=BI.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;qd(this,yo,((r=t.V2)==null?void 0:r.transactionDigest)??null),await this.cache.applyEffects(t)}async waitForLastTransaction(){La(this,yo)&&(await La(this,vo).waitForTransaction({digest:La(this,yo)}),qd(this,yo,null))}}vo=new WeakMap,yo=new WeakMap;var Gd=Object.defineProperty,zI=Object.getOwnPropertyDescriptor,VI=Object.getOwnPropertyNames,qI=Object.prototype.hasOwnProperty,jw=e=>{throw TypeError(e)},GI=(e,t)=>{for(var r in t)Gd(e,r,{get:t[r],enumerable:!0})},WI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of VI(t))!qI.call(e,i)&&i!==r&&Gd(e,i,{get:()=>t[i],enumerable:!(n=zI(t,i))||n.enumerable});return e},HI=e=>WI(Gd({},"__esModule",{value:!0}),e),KI=(e,t,r)=>t.has(e)||jw("Cannot "+r),_n=(e,t,r)=>(KI(e,t,"read from private field"),r?r.call(e):t.get(e)),kw=(e,t,r)=>t.has(e)?jw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Nw={};GI(Nw,{ParallelQueue:()=>JI,SerialQueue:()=>XI});var Rw=HI(Nw),Ji,Ns;class XI{constructor(){kw(this,Ji,[])}async runTask(t){return new Promise((r,n)=>{_n(this,Ji).push(()=>{t().finally(()=>{_n(this,Ji).shift(),_n(this,Ji).length>0&&_n(this,Ji)[0]()}).then(r,n)}),_n(this,Ji).length===1&&_n(this,Ji)[0]()})}}Ji=new WeakMap;class JI{constructor(t){kw(this,Ns,[]),this.activeTasks=0,this.maxTasks=t}runTask(t){return new Promise((r,n)=>{this.activeTasks<this.maxTasks?(this.activeTasks++,t().finally(()=>{_n(this,Ns).length>0?_n(this,Ns).shift()():this.activeTasks--}).then(r,n)):_n(this,Ns).push(()=>{t().finally(()=>{_n(this,Ns).length>0?_n(this,Ns).shift()():this.activeTasks--}).then(r,n)})})}}Ns=new WeakMap;var Wd=Object.defineProperty,YI=Object.getOwnPropertyDescriptor,ZI=Object.getOwnPropertyNames,QI=Object.prototype.hasOwnProperty,Dw=e=>{throw TypeError(e)},eP=(e,t)=>{for(var r in t)Wd(e,r,{get:t[r],enumerable:!0})},tP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ZI(t))!QI.call(e,i)&&i!==r&&Wd(e,i,{get:()=>t[i],enumerable:!(n=YI(t,i))||n.enumerable});return e},rP=e=>tP(Wd({},"__esModule",{value:!0}),e),$w=(e,t,r)=>t.has(e)||Dw("Cannot "+r),Mr=(e,t,r)=>($w(e,t,"read from private field"),r?r.call(e):t.get(e)),bo=(e,t,r)=>t.has(e)?Dw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Hd=(e,t,r,n)=>($w(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Bw={};eP(Bw,{SerialTransactionExecutor:()=>oP,getGasCoinFromEffects:()=>Uw});var Lw=rP(Bw),nP=Er,Fw=Qc,iP=Pw,sP=Rw,iu,Fa,xn,su,Kd,ou;class oP{constructor({signer:t,defaultGasBudget:r=50000000n,...n}){bo(this,iu,new sP.SerialQueue),bo(this,Fa),bo(this,xn),bo(this,su),bo(this,Kd,async i=>{if(!i.V2)return;const s=Uw(i).ref;s?Mr(this,xn).cache.setCustom("gasCoin",s):Mr(this,xn).cache.deleteCustom("gasCoin")}),bo(this,ou,async i=>{const s=await Mr(this,xn).cache.getCustom("gasCoin"),o=Fw.Transaction.from(i);return s&&o.setGasPayment([s]),o.setGasBudgetIfNotSet(Mr(this,su)),o.setSenderIfNotSet(Mr(this,Fa).toSuiAddress()),Mr(this,xn).buildTransaction({transaction:o})}),Hd(this,Fa,t),Hd(this,su,r),Hd(this,xn,new iP.CachingTransactionExecutor({client:n.client,cache:n.cache,onEffects:i=>Mr(this,Kd).call(this,i)}))}async applyEffects(t){return Mr(this,xn).applyEffects(t)}async buildTransaction(t){return Mr(this,iu).runTask(()=>Mr(this,ou).call(this,t))}resetCache(){return Mr(this,xn).reset()}waitForLastTransaction(){return Mr(this,xn).waitForLastTransaction()}executeTransaction(t,r){return Mr(this,iu).runTask(async()=>{const n=(0,Fw.isTransaction)(t)?await Mr(this,ou).call(this,t):t,{signature:i}=await Mr(this,Fa).signTransaction(n),s=await Mr(this,xn).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,nP.toBase64)(o),data:s}})}}iu=new WeakMap,Fa=new WeakMap,xn=new WeakMap,su=new WeakMap,Kd=new WeakMap,ou=new WeakMap;function Uw(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 Xd=Object.defineProperty,aP=Object.getOwnPropertyDescriptor,cP=Object.getOwnPropertyNames,uP=Object.prototype.hasOwnProperty,zw=e=>{throw TypeError(e)},lP=(e,t)=>{for(var r in t)Xd(e,r,{get:t[r],enumerable:!0})},fP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of cP(t))!uP.call(e,i)&&i!==r&&Xd(e,i,{get:()=>t[i],enumerable:!(n=aP(t,i))||n.enumerable});return e},dP=e=>fP(Xd({},"__esModule",{value:!0}),e),Jd=(e,t,r)=>t.has(e)||zw("Cannot "+r),qe=(e,t,r)=>(Jd(e,t,"read from private field"),r?r.call(e):t.get(e)),hr=(e,t,r)=>t.has(e)?zw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),nr=(e,t,r,n)=>(Jd(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),rn=(e,t,r)=>(Jd(e,t,"access private method"),r),Vw=(e,t,r,n)=>({set _(i){nr(e,t,i,r)},get _(){return qe(e,t,n)}}),qw={};lP(qw,{ParallelTransactionExecutor:()=>yP});var hP=dP(qw),pP=Er,Gw=Gn,mP=Qc,gP=Id,vP=Pw,Ww=Rw,Hw=Lw,Yi,Yn,au,Ua,za,Va,cu,wo,Rr,Zi,Rs,Ds,Yd,uu,qa,_o,xo,Ci,Lr,Kw,Xw,Ga,Zd,Jw,Qd,Yw;const Wa={coinBatchSize:20,initialCoinBalance:200000000n,minimumCoinBalance:50000000n,maxPoolSize:50,epochBoundaryWindow:1e3};class yP{constructor(t){hr(this,Lr),hr(this,Yi),hr(this,Yn),hr(this,au),hr(this,Ua),hr(this,za),hr(this,Va),hr(this,cu),hr(this,wo),hr(this,Rr),hr(this,Zi,[]),hr(this,Rs),hr(this,Ds,new Map),hr(this,Yd,new Ww.SerialQueue),hr(this,uu),hr(this,qa,null),hr(this,_o,null),hr(this,xo,0),hr(this,Ci,null),nr(this,Yi,t.signer),nr(this,Yn,t.client),nr(this,au,t.coinBatchSize??Wa.coinBatchSize),nr(this,Ua,t.initialCoinBalance??Wa.initialCoinBalance),nr(this,za,t.minimumCoinBalance??Wa.minimumCoinBalance),nr(this,cu,t.defaultGasBudget??qe(this,za)),nr(this,Va,t.epochBoundaryWindow??Wa.epochBoundaryWindow),nr(this,wo,t.maxPoolSize??Wa.maxPoolSize),nr(this,Rs,new vP.CachingTransactionExecutor({client:t.client,cache:t.cache})),nr(this,uu,new Ww.ParallelQueue(qe(this,wo))),nr(this,Rr,t.sourceCoins?new Map(t.sourceCoins.map(r=>[r,null])):null)}resetCache(){return nr(this,Ci,null),rn(this,Lr,Ga).call(this,()=>qe(this,Rs).reset())}async waitForLastTransaction(){await rn(this,Lr,Ga).call(this,()=>rn(this,Lr,Zd).call(this))}async executeTransaction(t,r){const{promise:n,resolve:i,reject:s}=bP(),o=await rn(this,Lr,Kw).call(this,t),a=()=>{qe(this,uu).runTask(()=>rn(this,Lr,Xw).call(this,t,o,r).then(i,s))},c=new Set;return o.forEach(u=>{qe(this,Ds).get(u)?(c.add(u),qe(this,Ds).get(u).push(()=>{c.delete(u),c.size===0&&a()})):qe(this,Ds).set(u,[])}),c.size===0&&a(),n}}Yi=new WeakMap,Yn=new WeakMap,au=new WeakMap,Ua=new WeakMap,za=new WeakMap,Va=new WeakMap,cu=new WeakMap,wo=new WeakMap,Rr=new WeakMap,Zi=new WeakMap,Rs=new WeakMap,Ds=new WeakMap,Yd=new WeakMap,uu=new WeakMap,qa=new WeakMap,_o=new WeakMap,xo=new WeakMap,Ci=new WeakMap,Lr=new WeakSet,Kw=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:qe(this,Yn)}),t},Xw=async function(e,t,r){var i;let n;try{e.setSenderIfNotSet(qe(this,Yi).toSuiAddress()),await qe(this,Yd).runTask(async()=>{e.getData().gasData.price||e.setGasPrice(await rn(this,Lr,Qd).call(this)),e.setGasBudgetIfNotSet(qe(this,cu)),await rn(this,Lr,Ga).call(this),n=await rn(this,Lr,Jw).call(this),Vw(this,xo)._++,e.setGasPayment([{objectId:n.id,version:n.version,digest:n.digest}]),await qe(this,Rs).buildTransaction({transaction:e,onlyTransactionKind:!0})});const s=await e.build({client:qe(this,Yn)}),{signature:o}=await qe(this,Yi).signTransaction(s),a=await qe(this,Rs).executeTransaction({transaction:s,signature:o,options:{...r,showEffects:!0}}),c=Uint8Array.from(a.rawEffects),u=Gw.bcs.TransactionEffects.parse(c),l=(0,Hw.getGasCoinFromEffects)(u),f=(i=u.V2)==null?void 0:i.gasUsed;if(n&&f&&l.owner===qe(this,Yi).toSuiAddress()){const h=BigInt(f.computationCost)+BigInt(f.storageCost)+BigInt(f.storageCost)-BigInt(f.storageRebate);let y=!1;new gP.TransactionDataBuilder(e.getData()).mapArguments(b=>(b.$kind==="GasCoin"&&(y=!0),b)),!y&&n.balance>=qe(this,za)?qe(this,Zi).push({id:l.ref.objectId,version:l.ref.version,digest:l.ref.digest,balance:n.balance-h}):(qe(this,Rr)||nr(this,Rr,new Map),qe(this,Rr).set(l.ref.objectId,l.ref))}return nr(this,qa,a.digest),{digest:a.digest,effects:(0,pP.toBase64)(c),data:a}}catch(s){throw n&&(qe(this,Rr)||nr(this,Rr,new Map),qe(this,Rr).set(n.id,null)),await rn(this,Lr,Ga).call(this,async()=>{await Promise.all([qe(this,Rs).cache.deleteObjects([...t]),rn(this,Lr,Zd).call(this)])}),s}finally{t.forEach(s=>{const o=qe(this,Ds).get(s);o&&o.length>0?o.shift()():o&&qe(this,Ds).delete(s)}),Vw(this,xo)._--}},Ga=async function(e){qe(this,_o)&&await qe(this,_o),nr(this,_o,(e==null?void 0:e().then(()=>{nr(this,_o,null)},()=>{}))??null)},Zd=async function(){const e=qe(this,qa);e&&(nr(this,qa,null),await qe(this,Yn).waitForTransaction({digest:e}))},Jw=async function(){if(qe(this,Zi).length===0&&qe(this,xo)<=qe(this,wo)&&await rn(this,Lr,Yw).call(this),qe(this,Zi).length===0)throw new Error("No coins available");return qe(this,Zi).shift()},Qd=async function(){if((qe(this,Ci)?qe(this,Ci).expiration-qe(this,Va)-Date.now():0)>0)return qe(this,Ci).price;if(qe(this,Ci)){const r=Math.max(qe(this,Ci).expiration+qe(this,Va)-Date.now(),1e3);await new Promise(n=>setTimeout(n,r))}const t=await qe(this,Yn).getLatestSuiSystemState();return nr(this,Ci,{price:BigInt(t.referenceGasPrice),expiration:Number.parseInt(t.epochStartTimestampMs,10)+Number.parseInt(t.epochDurationMs,10)}),rn(this,Lr,Qd).call(this)},Yw=async function(){var u;const e=Math.min(qe(this,au),qe(this,wo)-(qe(this,Zi).length+qe(this,xo))+1);if(e===0)return;const t=new mP.Transaction,r=qe(this,Yi).toSuiAddress();if(t.setSender(r),qe(this,Rr)){const l=[],f=[];for(const[h,y]of qe(this,Rr))y?l.push(y):f.push(h);if(f.length>0){const h=await qe(this,Yn).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),nr(this,Rr,new Map)}const n=new Array(e).fill(qe(this,Ua)),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 qe(this,Yn).signAndExecuteTransaction({transaction:t,signer:qe(this,Yi),options:{showRawEffects:!0}}),a=Gw.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||qe(this,Zi).push({id:l,version:a.V2.lamportVersion,digest:f.ObjectWrite[0],balance:BigInt(qe(this,Ua))})}),qe(this,Rr)||nr(this,Rr,new Map);const c=(0,Hw.getGasCoinFromEffects)(a).ref;qe(this,Rr).set(c.objectId,c),await qe(this,Yn).waitForTransaction({digest:o.digest})};function bP(){let e,t;return{promise:new Promise((n,i)=>{e=n,t=i}),resolve:e,reject:t}}var eh=Object.defineProperty,wP=Object.getOwnPropertyDescriptor,_P=Object.getOwnPropertyNames,xP=Object.prototype.hasOwnProperty,SP=(e,t)=>{for(var r in t)eh(e,r,{get:t[r],enumerable:!0})},EP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of _P(t))!xP.call(e,i)&&i!==r&&eh(e,i,{get:()=>t[i],enumerable:!(n=wP(t,i))||n.enumerable});return e},CP=e=>EP(eh({},"__esModule",{value:!0}),e),Zw={};SP(Zw,{coinWithBalance:()=>OP});var MP=CP(Zw),lu=Wi,TP=Gn,Qw=Gr,fu=bd,e2=Hc,AP=Qb;const du="CoinWithBalance",t2=(0,Qw.normalizeStructTag)("0x2::sui::SUI");function OP({type:e=t2,balance:t,useGasCoin:r=!0}){return n=>{n.addIntentResolver(du,PP);const i=e==="gas"?e:(0,Qw.normalizeStructTag)(e);return n.add(fu.Commands.Intent({name:du,inputs:{},data:{type:i===t2&&r?"gas":i,balance:BigInt(t)}}))}}const IP=(0,lu.object)({type:(0,lu.string)(),balance:(0,lu.bigint)()});async function PP(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===du){const{type:h,balance:y}=(0,lu.parse)(IP,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,AP.getClient)(t);await Promise.all([...n].map(async f=>{o.set(f,await jP({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!==du)continue;const{type:y,balance:b}=h.$Intent.data;if(b===0n){e.replaceCommand(f,fu.Commands.MoveCall({target:"0x2::coin::zero",typeArguments:[y]}));continue}const _=[];if(!c.has(y)){const[A,...P]=o.get(y).map(N=>e.addInput("object",e2.Inputs.ObjectRef({objectId:N.coinObjectId,digest:N.digest,version:N.version})));P.length>0&&_.push(fu.Commands.MergeCoins(A,P)),c.set(y,A)}_.push(fu.Commands.SplitCoins(c.get(y),[e.addInput("pure",e2.Inputs.Pure(TP.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 jP({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 th=Object.defineProperty,kP=Object.getOwnPropertyDescriptor,NP=Object.getOwnPropertyNames,RP=Object.prototype.hasOwnProperty,DP=(e,t)=>{for(var r in t)th(e,r,{get:t[r],enumerable:!0})},$P=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of NP(t))!RP.call(e,i)&&i!==r&&th(e,i,{get:()=>t[i],enumerable:!(n=kP(t,i))||n.enumerable});return e},BP=e=>$P(th({},"__esModule",{value:!0}),e),r2={};DP(r2,{Arguments:()=>zP});var LP=BP(r2),FP=nw,UP=sw;const zP={pure:(0,UP.createPure)(e=>t=>t.pure(e)),object:(0,FP.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 rh=Object.defineProperty,VP=Object.getOwnPropertyDescriptor,qP=Object.getOwnPropertyNames,GP=Object.prototype.hasOwnProperty,WP=(e,t)=>{for(var r in t)rh(e,r,{get:t[r],enumerable:!0})},HP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of qP(t))!GP.call(e,i)&&i!==r&&rh(e,i,{get:()=>t[i],enumerable:!(n=VP(t,i))||n.enumerable});return e},KP=e=>HP(rh({},"__esModule",{value:!0}),e),n2={};WP(n2,{findTransactionBlockNames:()=>JP,listToRequests:()=>ZP,replaceNames:()=>YP});var XP=KP(n2),i2=bb;const So="/",JP=e=>{var n;const t=new Set,r=new Set;for(const i of e.commands){if((n=i.MakeMoveVec)!=null&&n.type){s2([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(So)){if(!(0,i2.isValidNamedPackage)(o))throw new Error(`Invalid package name: ${o}`);t.add(o)}s2(s.typeArguments??[]).forEach(a=>{r.add(a)})}return{packages:[...t],types:[...r]}};function s2(e){const t=new Set;for(const r of e)if(r.includes(So)){if(!(0,i2.isValidNamedType)(r))throw new Error(`Invalid type with names: ${r}`);t.add(r)}return[...t]}const YP=(e,t)=>{var r;for(const n of e.commands){if((r=n.MakeMoveVec)!=null&&r.type){if(!n.MakeMoveVec.type.includes(So))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(So)&&!t.packages[o])throw new Error(`No address found for package: ${o}`);o.includes(So)&&(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(So)){if(!t.types[a[c]])throw new Error(`No resolution found for type: ${a[c]}`);a[c]=t.types[a[c]]}i.typeArguments=a}}},ZP=(e,t)=>{const r=[],n=o2(e.packages),i=o2(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 QP(r,t)},o2=e=>[...new Set(e)],QP=(e,t)=>{const r=[];for(let n=0;n<e.length;n+=t)r.push(e.slice(n,n+t));return r};var nh=Object.defineProperty,e7=Object.getOwnPropertyDescriptor,t7=Object.getOwnPropertyNames,r7=Object.prototype.hasOwnProperty,n7=(e,t)=>{for(var r in t)nh(e,r,{get:t[r],enumerable:!0})},i7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of t7(t))!r7.call(e,i)&&i!==r&&nh(e,i,{get:()=>t[i],enumerable:!(n=e7(t,i))||n.enumerable});return e},s7=e=>i7(nh({},"__esModule",{value:!0}),e),a2={};n7(a2,{namedPackagesPlugin:()=>a7});var o7=s7(a2),ih=XP;const a7=({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,ih.findTransactionBlockNames)(s),u=(0,ih.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,ih.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`${c2(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=
|
|
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=c2(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}},c2=e=>`key_${e}`;var sh=Object.defineProperty,c7=Object.getOwnPropertyDescriptor,u7=Object.getOwnPropertyNames,l7=Object.prototype.hasOwnProperty,f7=(e,t)=>{for(var r in t)sh(e,r,{get:t[r],enumerable:!0})},d7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of u7(t))!l7.call(e,i)&&i!==r&&sh(e,i,{get:()=>t[i],enumerable:!(n=c7(t,i))||n.enumerable});return e},h7=e=>d7(sh({},"__esModule",{value:!0}),e),u2={};f7(u2,{Arguments:()=>b7.Arguments,AsyncCache:()=>h2.AsyncCache,Commands:()=>f2.Commands,Inputs:()=>p7.Inputs,ObjectCache:()=>h2.ObjectCache,ParallelTransactionExecutor:()=>v7.ParallelTransactionExecutor,SerialTransactionExecutor:()=>g7.SerialTransactionExecutor,Transaction:()=>d2.Transaction,TransactionDataBuilder:()=>m7.TransactionDataBuilder,UpgradePolicy:()=>f2.UpgradePolicy,coinWithBalance:()=>y7.coinWithBalance,getPureBcsSchema:()=>l2.getPureBcsSchema,isTransaction:()=>d2.isTransaction,namedPackagesPlugin:()=>w7.namedPackagesPlugin,normalizedTypeToMoveTypeSignature:()=>l2.normalizedTypeToMoveTypeSignature});var Eo=h7(u2),l2=Ib,p7=Hc,f2=bd,d2=Qc,m7=Id,h2=Ew,g7=Lw,v7=hP,y7=MP,b7=LP,w7=o7,p2={},hu={},oh={},pu={},ah={},mu={};Object.defineProperty(mu,"__esModule",{value:!0}),mu.Convert=void 0;class _7{static toPriceFeed(t){return ch(t,Ti("PriceFeed"))}static priceFeedToJson(t){return uh(t,Ti("PriceFeed"))}static toPrice(t){return ch(t,Ti("Price"))}static priceToJson(t){return uh(t,Ti("Price"))}static toPriceFeedMetadata(t){return ch(t,Ti("PriceFeedMetadata"))}static priceFeedMetadataToJson(t){return uh(t,Ti("PriceFeedMetadata"))}}mu.Convert=_7;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 x7(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 S7(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 Co(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 Co(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=>Co(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]=Co(A,_.typ,r,_.key)}),Object.getOwnPropertyNames(h).forEach(b=>{Object.prototype.hasOwnProperty.call(l,b)||(y[b]=Co(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=E7[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 ch(e,t){return Co(e,t,x7)}function uh(e,t){return Co(e,t,S7)}function $s(...e){return{unionMembers:e}}function lh(e,t){return{props:e,additional:t}}function Ti(e){return{ref:e}}const E7={PriceFeed:lh([{json:"ema_price",js:"ema_price",typ:Ti("Price")},{json:"id",js:"id",typ:""},{json:"metadata",js:"metadata",typ:$s(void 0,Ti("PriceFeedMetadata"))},{json:"price",js:"price",typ:Ti("Price")},{json:"vaa",js:"vaa",typ:$s(void 0,"")}],"any"),Price:lh([{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:lh([{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 fh={},m2;function gu(){return m2||(m2=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(N){var R=N.length;if(R%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var U=N.indexOf("=");U===-1&&(U=R);var L=U===R?0:4-U%4;return[U,L]}function l(N){var R=u(N),U=R[0],L=R[1];return(U+L)*3/4-L}function f(N,R,U){return(R+U)*3/4-U}function h(N){var R,U=u(N),L=U[0],W=U[1],q=new s(f(N,L,W)),X=0,ie=W>0?L-4:L,ae;for(ae=0;ae<ie;ae+=4)R=i[N.charCodeAt(ae)]<<18|i[N.charCodeAt(ae+1)]<<12|i[N.charCodeAt(ae+2)]<<6|i[N.charCodeAt(ae+3)],q[X++]=R>>16&255,q[X++]=R>>8&255,q[X++]=R&255;return W===2&&(R=i[N.charCodeAt(ae)]<<2|i[N.charCodeAt(ae+1)]>>4,q[X++]=R&255),W===1&&(R=i[N.charCodeAt(ae)]<<10|i[N.charCodeAt(ae+1)]<<4|i[N.charCodeAt(ae+2)]>>2,q[X++]=R>>8&255,q[X++]=R&255),q}function y(N){return n[N>>18&63]+n[N>>12&63]+n[N>>6&63]+n[N&63]}function b(N,R,U){for(var L,W=[],q=R;q<U;q+=3)L=(N[q]<<16&16711680)+(N[q+1]<<8&65280)+(N[q+2]&255),W.push(y(L));return W.join("")}function _(N){for(var R,U=N.length,L=U%3,W=[],q=16383,X=0,ie=U-L;X<ie;X+=q)W.push(b(N,X,X+q>ie?ie:X+q));return L===1?(R=N[U-1],W.push(n[R>>2]+n[R<<4&63]+"==")):L===2&&(R=(N[U-2]<<8)+N[U-1],W.push(n[R>>10]+n[R>>4&63]+n[R<<2&63]+"=")),W.join("")}var A={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */A.read=function(N,R,U,L,W){var q,X,ie=W*8-L-1,ae=(1<<ie)-1,ce=ae>>1,V=-7,$=U?W-1:0,p=U?-1:1,d=N[R+$];for($+=p,q=d&(1<<-V)-1,d>>=-V,V+=ie;V>0;q=q*256+N[R+$],$+=p,V-=8);for(X=q&(1<<-V)-1,q>>=-V,V+=L;V>0;X=X*256+N[R+$],$+=p,V-=8);if(q===0)q=1-ce;else{if(q===ae)return X?NaN:(d?-1:1)*(1/0);X=X+Math.pow(2,L),q=q-ce}return(d?-1:1)*X*Math.pow(2,q-L)},A.write=function(N,R,U,L,W,q){var X,ie,ae,ce=q*8-W-1,V=(1<<ce)-1,$=V>>1,p=W===23?Math.pow(2,-24)-Math.pow(2,-77):0,d=L?0:q-1,m=L?1:-1,x=R<0||R===0&&1/R<0?1:0;for(R=Math.abs(R),isNaN(R)||R===1/0?(ie=isNaN(R)?1:0,X=V):(X=Math.floor(Math.log(R)/Math.LN2),R*(ae=Math.pow(2,-X))<1&&(X--,ae*=2),X+$>=1?R+=p/ae:R+=p*Math.pow(2,1-$),R*ae>=2&&(X++,ae/=2),X+$>=V?(ie=0,X=V):X+$>=1?(ie=(R*ae-1)*Math.pow(2,W),X=X+$):(ie=R*Math.pow(2,$-1)*Math.pow(2,W),X=0));W>=8;N[U+d]=ie&255,d+=m,ie/=256,W-=8);for(X=X<<W|ie,ce+=W;ce>0;N[U+d]=X&255,d+=m,X/=256,ce-=8);N[U+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(R){const N=r,z=T,F=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;R.Buffer=L,R.SlowBuffer=v,R.INSPECT_MAX_BYTES=50;const W=2147483647;R.kMaxLength=W;const{Uint8Array:q,ArrayBuffer:K,SharedArrayBuffer:te}=globalThis;L.TYPED_ARRAY_SUPPORT=oe(),!L.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function oe(){try{const j=new 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(L.prototype,"parent",{enumerable:!0,get:function(){if(L.isBuffer(this))return this.buffer}}),Object.defineProperty(L.prototype,"offset",{enumerable:!0,get:function(){if(L.isBuffer(this))return this.byteOffset}});function H(j){if(j>W)throw new RangeError('The value "'+j+'" is invalid for option "size"');const S=new q(j);return Object.setPrototypeOf(S,L.prototype),S}function L(j,S,A){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 D(j,S,A)}L.poolSize=8192;function D(j,S,A){if(typeof j=="string")return x(j,S);if(K.isView(j))return E(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(mt(j,K)||j&&mt(j.buffer,K)||typeof te<"u"&&(mt(j,te)||j&&mt(j.buffer,te)))return O(j,S,A);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 L.from(B,S,A);const X=M(j);if(X)return X;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof j[Symbol.toPrimitive]=="function")return L.from(j[Symbol.toPrimitive]("string"),S,A);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof j)}L.from=function(j,S,A){return D(j,S,A)},Object.setPrototypeOf(L.prototype,q.prototype),Object.setPrototypeOf(L,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,A){return p(j),j<=0?H(j):S!==void 0?typeof A=="string"?H(j).fill(S,A):H(j).fill(S):H(j)}L.alloc=function(j,S,A){return d(j,S,A)};function m(j){return p(j),H(j<0?0:g(j)|0)}L.allocUnsafe=function(j){return m(j)},L.allocUnsafeSlow=function(j){return m(j)};function x(j,S){if((typeof S!="string"||S==="")&&(S="utf8"),!L.isEncoding(S))throw new TypeError("Unknown encoding: "+S);const A=k(j,S)|0;let B=H(A);const X=B.write(j,S);return X!==A&&(B=B.slice(0,X)),B}function C(j){const S=j.length<0?0:g(j.length)|0,A=H(S);for(let B=0;B<S;B+=1)A[B]=j[B]&255;return A}function E(j){if(mt(j,q)){const S=new q(j);return O(S.buffer,S.byteOffset,S.byteLength)}return C(j)}function O(j,S,A){if(S<0||j.byteLength<S)throw new RangeError('"offset" is outside of buffer bounds');if(j.byteLength<S+(A||0))throw new RangeError('"length" is outside of buffer bounds');let B;return S===void 0&&A===void 0?B=new q(j):A===void 0?B=new q(j,S):B=new q(j,S,A),Object.setPrototypeOf(B,L.prototype),B}function M(j){if(L.isBuffer(j)){const S=g(j.length)|0,A=H(S);return A.length===0||j.copy(A,0,0,S),A}if(j.length!==void 0)return typeof j.length!="number"||Pt(j.length)?H(0):C(j);if(j.type==="Buffer"&&Array.isArray(j.data))return C(j.data)}function g(j){if(j>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return j|0}function v(j){return+j!=j&&(j=0),L.alloc(+j)}L.isBuffer=function(S){return S!=null&&S._isBuffer===!0&&S!==L.prototype},L.compare=function(S,A){if(mt(S,q)&&(S=L.from(S,S.offset,S.byteLength)),mt(A,q)&&(A=L.from(A,A.offset,A.byteLength)),!L.isBuffer(S)||!L.isBuffer(A))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(S===A)return 0;let B=S.length,X=A.length;for(let Z=0,re=Math.min(B,X);Z<re;++Z)if(S[Z]!==A[Z]){B=S[Z],X=A[Z];break}return B<X?-1:X<B?1:0},L.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}},L.concat=function(S,A){if(!Array.isArray(S))throw new TypeError('"list" argument must be an Array of Buffers');if(S.length===0)return L.alloc(0);let B;if(A===void 0)for(A=0,B=0;B<S.length;++B)A+=S[B].length;const X=L.allocUnsafe(A);let Z=0;for(B=0;B<S.length;++B){let re=S[B];if(mt(re,q))Z+re.length>X.length?(L.isBuffer(re)||(re=L.from(re)),re.copy(X,Z)):q.prototype.set.call(X,re,Z);else if(L.isBuffer(re))re.copy(X,Z);else throw new TypeError('"list" argument must be an Array of Buffers');Z+=re.length}return X};function k(j,S){if(L.isBuffer(j))return j.length;if(K.isView(j)||mt(j,K))return j.byteLength;if(typeof j!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof j);const A=j.length,B=arguments.length>2&&arguments[2]===!0;if(!B&&A===0)return 0;let X=!1;for(;;)switch(S){case"ascii":case"latin1":case"binary":return A;case"utf8":case"utf-8":return It(j).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A*2;case"hex":return A>>>1;case"base64":return Mt(j).length;default:if(X)return B?-1:It(j).length;S=(""+S).toLowerCase(),X=!0}}L.byteLength=k;function ee(j,S,A){let B=!1;if((S===void 0||S<0)&&(S=0),S>this.length||((A===void 0||A>this.length)&&(A=this.length),A<=0)||(A>>>=0,S>>>=0,A<=S))return"";for(j||(j="utf8");;)switch(j){case"hex":return ze(this,S,A);case"utf8":case"utf-8":return De(this,S,A);case"ascii":return me(this,S,A);case"latin1":case"binary":return Ae(this,S,A);case"base64":return dt(this,S,A);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ne(this,S,A);default:if(B)throw new TypeError("Unknown encoding: "+j);j=(j+"").toLowerCase(),B=!0}}L.prototype._isBuffer=!0;function se(j,S,A){const B=j[S];j[S]=j[A],j[A]=B}L.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 A=0;A<S;A+=2)se(this,A,A+1);return this},L.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 A=0;A<S;A+=4)se(this,A,A+3),se(this,A+1,A+2);return this},L.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 A=0;A<S;A+=8)se(this,A,A+7),se(this,A+1,A+6),se(this,A+2,A+5),se(this,A+3,A+4);return this},L.prototype.toString=function(){const S=this.length;return S===0?"":arguments.length===0?De(this,0,S):ee.apply(this,arguments)},L.prototype.toLocaleString=L.prototype.toString,L.prototype.equals=function(S){if(!L.isBuffer(S))throw new TypeError("Argument must be a Buffer");return this===S?!0:L.compare(this,S)===0},L.prototype.inspect=function(){let S="";const A=R.INSPECT_MAX_BYTES;return S=this.toString("hex",0,A).replace(/(.{2})/g,"$1 ").trim(),this.length>A&&(S+=" ... "),"<Buffer "+S+">"},F&&(L.prototype[F]=L.prototype.inspect),L.prototype.compare=function(S,A,B,X,Z){if(mt(S,q)&&(S=L.from(S,S.offset,S.byteLength)),!L.isBuffer(S))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof S);if(A===void 0&&(A=0),B===void 0&&(B=S?S.length:0),X===void 0&&(X=0),Z===void 0&&(Z=this.length),A<0||B>S.length||X<0||Z>this.length)throw new RangeError("out of range index");if(X>=Z&&A>=B)return 0;if(X>=Z)return-1;if(A>=B)return 1;if(A>>>=0,B>>>=0,X>>>=0,Z>>>=0,this===S)return 0;let re=Z-X,$e=B-A;const tt=Math.min(re,$e),Re=this.slice(X,Z),V=S.slice(A,B);for(let ae=0;ae<tt;++ae)if(Re[ae]!==V[ae]){re=Re[ae],$e=V[ae];break}return re<$e?-1:$e<re?1:0};function ge(j,S,A,B,X){if(j.length===0)return-1;if(typeof A=="string"?(B=A,A=0):A>2147483647?A=2147483647:A<-2147483648&&(A=-2147483648),A=+A,Pt(A)&&(A=X?0:j.length-1),A<0&&(A=j.length+A),A>=j.length){if(X)return-1;A=j.length-1}else if(A<0)if(X)A=0;else return-1;if(typeof S=="string"&&(S=L.from(S,B)),L.isBuffer(S))return S.length===0?-1:ve(j,S,A,B,X);if(typeof S=="number")return S=S&255,typeof q.prototype.indexOf=="function"?X?q.prototype.indexOf.call(j,S,A):q.prototype.lastIndexOf.call(j,S,A):ve(j,[S],A,B,X);throw new TypeError("val must be string, number or Buffer")}function ve(j,S,A,B,X){let Z=1,re=j.length,$e=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,re/=2,$e/=2,A/=2}function tt(V,ae){return Z===1?V[ae]:V.readUInt16BE(ae*Z)}let Re;if(X){let V=-1;for(Re=A;Re<re;Re++)if(tt(j,Re)===tt(S,V===-1?0:Re-V)){if(V===-1&&(V=Re),Re-V+1===$e)return V*Z}else V!==-1&&(Re-=Re-V),V=-1}else for(A+$e>re&&(A=re-$e),Re=A;Re>=0;Re--){let V=!0;for(let ae=0;ae<$e;ae++)if(tt(j,Re+ae)!==tt(S,ae)){V=!1;break}if(V)return Re}return-1}L.prototype.includes=function(S,A,B){return this.indexOf(S,A,B)!==-1},L.prototype.indexOf=function(S,A,B){return ge(this,S,A,B,!0)},L.prototype.lastIndexOf=function(S,A,B){return ge(this,S,A,B,!1)};function Se(j,S,A,B){A=Number(A)||0;const X=j.length-A;B?(B=Number(B),B>X&&(B=X)):B=X;const Z=S.length;B>Z/2&&(B=Z/2);let re;for(re=0;re<B;++re){const $e=parseInt(S.substr(re*2,2),16);if(Pt($e))return re;j[A+re]=$e}return re}function xe(j,S,A,B){return Je(It(S,j.length-A),j,A,B)}function Xe(j,S,A,B){return Je(nt(S),j,A,B)}function Le(j,S,A,B){return Je(Mt(S),j,A,B)}function ct(j,S,A,B){return Je(wt(S,j.length-A),j,A,B)}L.prototype.write=function(S,A,B,X){if(A===void 0)X="utf8",B=this.length,A=0;else if(B===void 0&&typeof A=="string")X=A,B=this.length,A=0;else if(isFinite(A))A=A>>>0,isFinite(B)?(B=B>>>0,X===void 0&&(X="utf8")):(X=B,B=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const Z=this.length-A;if((B===void 0||B>Z)&&(B=Z),S.length>0&&(B<0||A<0)||A>this.length)throw new RangeError("Attempt to write outside buffer bounds");X||(X="utf8");let re=!1;for(;;)switch(X){case"hex":return Se(this,S,A,B);case"utf8":case"utf-8":return xe(this,S,A,B);case"ascii":case"latin1":case"binary":return Xe(this,S,A,B);case"base64":return Le(this,S,A,B);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ct(this,S,A,B);default:if(re)throw new TypeError("Unknown encoding: "+X);X=(""+X).toLowerCase(),re=!0}},L.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function dt(j,S,A){return S===0&&A===j.length?N.fromByteArray(j):N.fromByteArray(j.slice(S,A))}function De(j,S,A){A=Math.min(j.length,A);const B=[];let X=S;for(;X<A;){const Z=j[X];let re=null,$e=Z>239?4:Z>223?3:Z>191?2:1;if(X+$e<=A){let tt,Re,V,ae;switch($e){case 1:Z<128&&(re=Z);break;case 2:tt=j[X+1],(tt&192)===128&&(ae=(Z&31)<<6|tt&63,ae>127&&(re=ae));break;case 3:tt=j[X+1],Re=j[X+2],(tt&192)===128&&(Re&192)===128&&(ae=(Z&15)<<12|(tt&63)<<6|Re&63,ae>2047&&(ae<55296||ae>57343)&&(re=ae));break;case 4:tt=j[X+1],Re=j[X+2],V=j[X+3],(tt&192)===128&&(Re&192)===128&&(V&192)===128&&(ae=(Z&15)<<18|(tt&63)<<12|(Re&63)<<6|V&63,ae>65535&&ae<1114112&&(re=ae))}}re===null?(re=65533,$e=1):re>65535&&(re-=65536,B.push(re>>>10&1023|55296),re=56320|re&1023),B.push(re),X+=$e}return we(B)}const vt=4096;function we(j){const S=j.length;if(S<=vt)return String.fromCharCode.apply(String,j);let A="",B=0;for(;B<S;)A+=String.fromCharCode.apply(String,j.slice(B,B+=vt));return A}function me(j,S,A){let B="";A=Math.min(j.length,A);for(let X=S;X<A;++X)B+=String.fromCharCode(j[X]&127);return B}function Ae(j,S,A){let B="";A=Math.min(j.length,A);for(let X=S;X<A;++X)B+=String.fromCharCode(j[X]);return B}function ze(j,S,A){const B=j.length;(!S||S<0)&&(S=0),(!A||A<0||A>B)&&(A=B);let X="";for(let Z=S;Z<A;++Z)X+=st[j[Z]];return X}function Ne(j,S,A){const B=j.slice(S,A);let X="";for(let Z=0;Z<B.length-1;Z+=2)X+=String.fromCharCode(B[Z]+B[Z+1]*256);return X}L.prototype.slice=function(S,A){const B=this.length;S=~~S,A=A===void 0?B:~~A,S<0?(S+=B,S<0&&(S=0)):S>B&&(S=B),A<0?(A+=B,A<0&&(A=0)):A>B&&(A=B),A<S&&(A=S);const X=this.subarray(S,A);return Object.setPrototypeOf(X,L.prototype),X};function Te(j,S,A){if(j%1!==0||j<0)throw new RangeError("offset is not uint");if(j+S>A)throw new RangeError("Trying to access beyond buffer length")}L.prototype.readUintLE=L.prototype.readUIntLE=function(S,A,B){S=S>>>0,A=A>>>0,B||Te(S,A,this.length);let X=this[S],Z=1,re=0;for(;++re<A&&(Z*=256);)X+=this[S+re]*Z;return X},L.prototype.readUintBE=L.prototype.readUIntBE=function(S,A,B){S=S>>>0,A=A>>>0,B||Te(S,A,this.length);let X=this[S+--A],Z=1;for(;A>0&&(Z*=256);)X+=this[S+--A]*Z;return X},L.prototype.readUint8=L.prototype.readUInt8=function(S,A){return S=S>>>0,A||Te(S,1,this.length),this[S]},L.prototype.readUint16LE=L.prototype.readUInt16LE=function(S,A){return S=S>>>0,A||Te(S,2,this.length),this[S]|this[S+1]<<8},L.prototype.readUint16BE=L.prototype.readUInt16BE=function(S,A){return S=S>>>0,A||Te(S,2,this.length),this[S]<<8|this[S+1]},L.prototype.readUint32LE=L.prototype.readUInt32LE=function(S,A){return S=S>>>0,A||Te(S,4,this.length),(this[S]|this[S+1]<<8|this[S+2]<<16)+this[S+3]*16777216},L.prototype.readUint32BE=L.prototype.readUInt32BE=function(S,A){return S=S>>>0,A||Te(S,4,this.length),this[S]*16777216+(this[S+1]<<16|this[S+2]<<8|this[S+3])},L.prototype.readBigUInt64LE=_t(function(S){S=S>>>0,Et(S,"offset");const A=this[S],B=this[S+7];(A===void 0||B===void 0)&&Ot(S,this.length-8);const X=A+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(X)+(BigInt(Z)<<BigInt(32))}),L.prototype.readBigUInt64BE=_t(function(S){S=S>>>0,Et(S,"offset");const A=this[S],B=this[S+7];(A===void 0||B===void 0)&&Ot(S,this.length-8);const X=A*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(X)<<BigInt(32))+BigInt(Z)}),L.prototype.readIntLE=function(S,A,B){S=S>>>0,A=A>>>0,B||Te(S,A,this.length);let X=this[S],Z=1,re=0;for(;++re<A&&(Z*=256);)X+=this[S+re]*Z;return Z*=128,X>=Z&&(X-=Math.pow(2,8*A)),X},L.prototype.readIntBE=function(S,A,B){S=S>>>0,A=A>>>0,B||Te(S,A,this.length);let X=A,Z=1,re=this[S+--X];for(;X>0&&(Z*=256);)re+=this[S+--X]*Z;return Z*=128,re>=Z&&(re-=Math.pow(2,8*A)),re},L.prototype.readInt8=function(S,A){return S=S>>>0,A||Te(S,1,this.length),this[S]&128?(255-this[S]+1)*-1:this[S]},L.prototype.readInt16LE=function(S,A){S=S>>>0,A||Te(S,2,this.length);const B=this[S]|this[S+1]<<8;return B&32768?B|4294901760:B},L.prototype.readInt16BE=function(S,A){S=S>>>0,A||Te(S,2,this.length);const B=this[S+1]|this[S]<<8;return B&32768?B|4294901760:B},L.prototype.readInt32LE=function(S,A){return S=S>>>0,A||Te(S,4,this.length),this[S]|this[S+1]<<8|this[S+2]<<16|this[S+3]<<24},L.prototype.readInt32BE=function(S,A){return S=S>>>0,A||Te(S,4,this.length),this[S]<<24|this[S+1]<<16|this[S+2]<<8|this[S+3]},L.prototype.readBigInt64LE=_t(function(S){S=S>>>0,Et(S,"offset");const A=this[S],B=this[S+7];(A===void 0||B===void 0)&&Ot(S,this.length-8);const X=this[S+4]+this[S+5]*2**8+this[S+6]*2**16+(B<<24);return(BigInt(X)<<BigInt(32))+BigInt(A+this[++S]*2**8+this[++S]*2**16+this[++S]*2**24)}),L.prototype.readBigInt64BE=_t(function(S){S=S>>>0,Et(S,"offset");const A=this[S],B=this[S+7];(A===void 0||B===void 0)&&Ot(S,this.length-8);const X=(A<<24)+this[++S]*2**16+this[++S]*2**8+this[++S];return(BigInt(X)<<BigInt(32))+BigInt(this[++S]*2**24+this[++S]*2**16+this[++S]*2**8+B)}),L.prototype.readFloatLE=function(S,A){return S=S>>>0,A||Te(S,4,this.length),z.read(this,S,!0,23,4)},L.prototype.readFloatBE=function(S,A){return S=S>>>0,A||Te(S,4,this.length),z.read(this,S,!1,23,4)},L.prototype.readDoubleLE=function(S,A){return S=S>>>0,A||Te(S,8,this.length),z.read(this,S,!0,52,8)},L.prototype.readDoubleBE=function(S,A){return S=S>>>0,A||Te(S,8,this.length),z.read(this,S,!1,52,8)};function Oe(j,S,A,B,X,Z){if(!L.isBuffer(j))throw new TypeError('"buffer" argument must be a Buffer instance');if(S>X||S<Z)throw new RangeError('"value" argument is out of bounds');if(A+B>j.length)throw new RangeError("Index out of range")}L.prototype.writeUintLE=L.prototype.writeUIntLE=function(S,A,B,X){if(S=+S,A=A>>>0,B=B>>>0,!X){const $e=Math.pow(2,8*B)-1;Oe(this,S,A,B,$e,0)}let Z=1,re=0;for(this[A]=S&255;++re<B&&(Z*=256);)this[A+re]=S/Z&255;return A+B},L.prototype.writeUintBE=L.prototype.writeUIntBE=function(S,A,B,X){if(S=+S,A=A>>>0,B=B>>>0,!X){const $e=Math.pow(2,8*B)-1;Oe(this,S,A,B,$e,0)}let Z=B-1,re=1;for(this[A+Z]=S&255;--Z>=0&&(re*=256);)this[A+Z]=S/re&255;return A+B},L.prototype.writeUint8=L.prototype.writeUInt8=function(S,A,B){return S=+S,A=A>>>0,B||Oe(this,S,A,1,255,0),this[A]=S&255,A+1},L.prototype.writeUint16LE=L.prototype.writeUInt16LE=function(S,A,B){return S=+S,A=A>>>0,B||Oe(this,S,A,2,65535,0),this[A]=S&255,this[A+1]=S>>>8,A+2},L.prototype.writeUint16BE=L.prototype.writeUInt16BE=function(S,A,B){return S=+S,A=A>>>0,B||Oe(this,S,A,2,65535,0),this[A]=S>>>8,this[A+1]=S&255,A+2},L.prototype.writeUint32LE=L.prototype.writeUInt32LE=function(S,A,B){return S=+S,A=A>>>0,B||Oe(this,S,A,4,4294967295,0),this[A+3]=S>>>24,this[A+2]=S>>>16,this[A+1]=S>>>8,this[A]=S&255,A+4},L.prototype.writeUint32BE=L.prototype.writeUInt32BE=function(S,A,B){return S=+S,A=A>>>0,B||Oe(this,S,A,4,4294967295,0),this[A]=S>>>24,this[A+1]=S>>>16,this[A+2]=S>>>8,this[A+3]=S&255,A+4};function Be(j,S,A,B,X){rt(S,B,X,j,A,7);let Z=Number(S&BigInt(4294967295));j[A++]=Z,Z=Z>>8,j[A++]=Z,Z=Z>>8,j[A++]=Z,Z=Z>>8,j[A++]=Z;let re=Number(S>>BigInt(32)&BigInt(4294967295));return j[A++]=re,re=re>>8,j[A++]=re,re=re>>8,j[A++]=re,re=re>>8,j[A++]=re,A}function ft(j,S,A,B,X){rt(S,B,X,j,A,7);let Z=Number(S&BigInt(4294967295));j[A+7]=Z,Z=Z>>8,j[A+6]=Z,Z=Z>>8,j[A+5]=Z,Z=Z>>8,j[A+4]=Z;let re=Number(S>>BigInt(32)&BigInt(4294967295));return j[A+3]=re,re=re>>8,j[A+2]=re,re=re>>8,j[A+1]=re,re=re>>8,j[A]=re,A+8}L.prototype.writeBigUInt64LE=_t(function(S,A=0){return Be(this,S,A,BigInt(0),BigInt("0xffffffffffffffff"))}),L.prototype.writeBigUInt64BE=_t(function(S,A=0){return ft(this,S,A,BigInt(0),BigInt("0xffffffffffffffff"))}),L.prototype.writeIntLE=function(S,A,B,X){if(S=+S,A=A>>>0,!X){const tt=Math.pow(2,8*B-1);Oe(this,S,A,B,tt-1,-tt)}let Z=0,re=1,$e=0;for(this[A]=S&255;++Z<B&&(re*=256);)S<0&&$e===0&&this[A+Z-1]!==0&&($e=1),this[A+Z]=(S/re>>0)-$e&255;return A+B},L.prototype.writeIntBE=function(S,A,B,X){if(S=+S,A=A>>>0,!X){const tt=Math.pow(2,8*B-1);Oe(this,S,A,B,tt-1,-tt)}let Z=B-1,re=1,$e=0;for(this[A+Z]=S&255;--Z>=0&&(re*=256);)S<0&&$e===0&&this[A+Z+1]!==0&&($e=1),this[A+Z]=(S/re>>0)-$e&255;return A+B},L.prototype.writeInt8=function(S,A,B){return S=+S,A=A>>>0,B||Oe(this,S,A,1,127,-128),S<0&&(S=255+S+1),this[A]=S&255,A+1},L.prototype.writeInt16LE=function(S,A,B){return S=+S,A=A>>>0,B||Oe(this,S,A,2,32767,-32768),this[A]=S&255,this[A+1]=S>>>8,A+2},L.prototype.writeInt16BE=function(S,A,B){return S=+S,A=A>>>0,B||Oe(this,S,A,2,32767,-32768),this[A]=S>>>8,this[A+1]=S&255,A+2},L.prototype.writeInt32LE=function(S,A,B){return S=+S,A=A>>>0,B||Oe(this,S,A,4,2147483647,-2147483648),this[A]=S&255,this[A+1]=S>>>8,this[A+2]=S>>>16,this[A+3]=S>>>24,A+4},L.prototype.writeInt32BE=function(S,A,B){return S=+S,A=A>>>0,B||Oe(this,S,A,4,2147483647,-2147483648),S<0&&(S=4294967295+S+1),this[A]=S>>>24,this[A+1]=S>>>16,this[A+2]=S>>>8,this[A+3]=S&255,A+4},L.prototype.writeBigInt64LE=_t(function(S,A=0){return Be(this,S,A,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),L.prototype.writeBigInt64BE=_t(function(S,A=0){return ft(this,S,A,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function pt(j,S,A,B,X,Z){if(A+B>j.length)throw new RangeError("Index out of range");if(A<0)throw new RangeError("Index out of range")}function He(j,S,A,B,X){return S=+S,A=A>>>0,X||pt(j,S,A,4),z.write(j,S,A,B,23,4),A+4}L.prototype.writeFloatLE=function(S,A,B){return He(this,S,A,!0,B)},L.prototype.writeFloatBE=function(S,A,B){return He(this,S,A,!1,B)};function kt(j,S,A,B,X){return S=+S,A=A>>>0,X||pt(j,S,A,8),z.write(j,S,A,B,52,8),A+8}L.prototype.writeDoubleLE=function(S,A,B){return kt(this,S,A,!0,B)},L.prototype.writeDoubleBE=function(S,A,B){return kt(this,S,A,!1,B)},L.prototype.copy=function(S,A,B,X){if(!L.isBuffer(S))throw new TypeError("argument should be a Buffer");if(B||(B=0),!X&&X!==0&&(X=this.length),A>=S.length&&(A=S.length),A||(A=0),X>0&&X<B&&(X=B),X===B||S.length===0||this.length===0)return 0;if(A<0)throw new RangeError("targetStart out of bounds");if(B<0||B>=this.length)throw new RangeError("Index out of range");if(X<0)throw new RangeError("sourceEnd out of bounds");X>this.length&&(X=this.length),S.length-A<X-B&&(X=S.length-A+B);const Z=X-B;return this===S&&typeof q.prototype.copyWithin=="function"?this.copyWithin(A,B,X):q.prototype.set.call(S,this.subarray(B,X),A),Z},L.prototype.fill=function(S,A,B,X){if(typeof S=="string"){if(typeof A=="string"?(X=A,A=0,B=this.length):typeof B=="string"&&(X=B,B=this.length),X!==void 0&&typeof X!="string")throw new TypeError("encoding must be a string");if(typeof X=="string"&&!L.isEncoding(X))throw new TypeError("Unknown encoding: "+X);if(S.length===1){const re=S.charCodeAt(0);(X==="utf8"&&re<128||X==="latin1")&&(S=re)}}else typeof S=="number"?S=S&255:typeof S=="boolean"&&(S=Number(S));if(A<0||this.length<A||this.length<B)throw new RangeError("Out of range index");if(B<=A)return this;A=A>>>0,B=B===void 0?this.length:B>>>0,S||(S=0);let Z;if(typeof S=="number")for(Z=A;Z<B;++Z)this[Z]=S;else{const re=L.isBuffer(S)?S:L.from(S,X),$e=re.length;if($e===0)throw new TypeError('The value "'+S+'" is invalid for argument "value"');for(Z=0;Z<B-A;++Z)this[Z+A]=re[Z%$e]}return this};const St={};function Qe(j,S,A){St[j]=class extends A{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(X){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:X,writable:!0})}toString(){return`${this.name} [${j}]: ${this.message}`}}}Qe("ERR_BUFFER_OUT_OF_BOUNDS",function(j){return j?`${j} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Qe("ERR_INVALID_ARG_TYPE",function(j,S){return`The "${j}" argument must be of type number. Received type ${typeof S}`},TypeError),Qe("ERR_OUT_OF_RANGE",function(j,S,A){let B=`The value of "${j}" is out of range.`,X=A;return Number.isInteger(A)&&Math.abs(A)>2**32?X=Tt(String(A)):typeof A=="bigint"&&(X=String(A),(A>BigInt(2)**BigInt(32)||A<-(BigInt(2)**BigInt(32)))&&(X=Tt(X)),X+="n"),B+=` It must be ${S}. Received ${X}`,B},RangeError);function Tt(j){let S="",A=j.length;const B=j[0]==="-"?1:0;for(;A>=B+4;A-=3)S=`_${j.slice(A-3,A)}${S}`;return`${j.slice(0,A)}${S}`}function $t(j,S,A){Et(S,"offset"),(j[S]===void 0||j[S+A]===void 0)&&Ot(S,j.length-(A+1))}function rt(j,S,A,B,X,Z){if(j>A||j<S){const re=typeof S=="bigint"?"n":"";let $e;throw Z>3?S===0||S===BigInt(0)?$e=`>= 0${re} and < 2${re} ** ${(Z+1)*8}${re}`:$e=`>= -(2${re} ** ${(Z+1)*8-1}${re}) and < 2 ** ${(Z+1)*8-1}${re}`:$e=`>= ${S}${re} and <= ${A}${re}`,new St.ERR_OUT_OF_RANGE("value",$e,j)}$t(B,X,Z)}function Et(j,S){if(typeof j!="number")throw new St.ERR_INVALID_ARG_TYPE(S,"number",j)}function Ot(j,S,A){throw Math.floor(j)!==j?(Et(j,A),new St.ERR_OUT_OF_RANGE(A||"offset","an integer",j)):S<0?new St.ERR_BUFFER_OUT_OF_BOUNDS:new St.ERR_OUT_OF_RANGE(A||"offset",`>= ${A?1:0} and <= ${S}`,j)}const it=/[^+/0-9A-Za-z-_]/g;function jt(j){if(j=j.split("=")[0],j=j.trim().replace(it,""),j.length<2)return"";for(;j.length%4!==0;)j=j+"=";return j}function It(j,S){S=S||1/0;let A;const B=j.length;let X=null;const Z=[];for(let re=0;re<B;++re){if(A=j.charCodeAt(re),A>55295&&A<57344){if(!X){if(A>56319){(S-=3)>-1&&Z.push(239,191,189);continue}else if(re+1===B){(S-=3)>-1&&Z.push(239,191,189);continue}X=A;continue}if(A<56320){(S-=3)>-1&&Z.push(239,191,189),X=A;continue}A=(X-55296<<10|A-56320)+65536}else X&&(S-=3)>-1&&Z.push(239,191,189);if(X=null,A<128){if((S-=1)<0)break;Z.push(A)}else if(A<2048){if((S-=2)<0)break;Z.push(A>>6|192,A&63|128)}else if(A<65536){if((S-=3)<0)break;Z.push(A>>12|224,A>>6&63|128,A&63|128)}else if(A<1114112){if((S-=4)<0)break;Z.push(A>>18|240,A>>12&63|128,A>>6&63|128,A&63|128)}else throw new Error("Invalid code point")}return Z}function nt(j){const S=[];for(let A=0;A<j.length;++A)S.push(j.charCodeAt(A)&255);return S}function wt(j,S){let A,B,X;const Z=[];for(let re=0;re<j.length&&!((S-=2)<0);++re)A=j.charCodeAt(re),B=A>>8,X=A%256,Z.push(X),Z.push(B);return Z}function Mt(j){return N.toByteArray(jt(j))}function Je(j,S,A,B){let X;for(X=0;X<B&&!(X+A>=S.length||X>=j.length);++X)S[X+A]=j[X];return X}function mt(j,S){return j instanceof S||j!=null&&j.constructor!=null&&j.constructor.name!=null&&j.constructor.name===S.name}function Pt(j){return j!==j}const st=function(){const j="0123456789abcdef",S=new Array(256);for(let A=0;A<16;++A){const B=A*16;for(let X=0;X<16;++X)S[B+X]=j[A]+j[X]}return S}();function _t(j){return typeof BigInt>"u"?Ut:j}function Ut(){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})(La);const th=na(La);var Wn={},rh={exports:{}};rh.exports,function(e){(function(t,r){function n(D,p){if(!D)throw new Error(p||"Assertion failed")}function i(D,p){D.super_=p;var d=function(){};d.prototype=p.prototype,D.prototype=new d,D.prototype.constructor=D}function s(D,p,d){if(s.isBN(D))return D;this.negative=0,this.words=null,this.length=0,this.red=null,D!==null&&((p==="le"||p==="be")&&(d=p,p=10),this._init(D||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=La.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 C,E,O=0;if(m==="be")for(x=p.length-1,C=0;x>=0;x-=3)E=p[x]|p[x-1]<<8|p[x-2]<<16,this.words[C]|=E<<O&67108863,this.words[C+1]=E>>>26-O&67108863,O+=24,O>=26&&(O-=26,C++);else if(m==="le")for(x=0,C=0;x<p.length;x+=3)E=p[x]|p[x+1]<<8|p[x+2]<<16,this.words[C]|=E<<O&67108863,this.words[C+1]=E>>>26-O&67108863,O+=24,O>=26&&(O-=26,C++);return this._strip()};function a(D,p){var d=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 "+D)}function c(D,p,d){var m=a(D,d);return d-1>=p&&(m|=a(D,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 C=0,E=0,O;if(m==="be")for(x=p.length-1;x>=d;x-=2)O=c(p,d,x)<<C,this.words[E]|=O&67108863,C>=18?(C-=18,E+=1,this.words[E]|=O>>>26):C+=8;else{var M=p.length-d;for(x=M%2===0?d+1:d;x<p.length;x+=2)O=c(p,d,x)<<C,this.words[E]|=O&67108863,C>=18?(C-=18,E+=1,this.words[E]|=O>>>26):C+=8}this._strip()};function u(D,p,d,m){for(var x=0,C=0,E=Math.min(D.length,d),O=p;O<E;O++){var M=D.charCodeAt(O)-48;x*=m,M>=49?C=M-49+10:M>=17?C=M-17+10:C=M,n(M>=0&&C<m,"Invalid character"),x+=C}return x}s.prototype._parseBase=function(p,d,m){this.words=[0],this.length=1;for(var x=0,C=1;C<=67108863;C*=d)x++;x--,C=C/d|0;for(var E=p.length-m,O=E%x,M=Math.min(E,E-O)+m,g=0,v=m;v<M;v+=x)g=u(p,v,v+x,d),this.imuln(C),this.words[0]+g<67108864?this.words[0]+=g:this._iaddn(g);if(O!==0){var k=1;for(g=u(p,v,p.length,d),v=0;v<O;v++)k*=d;this.imuln(k),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(D,p){D.words=p.words,D.length=p.length,D.negative=p.negative,D.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,C=0,E=0;E<this.length;E++){var O=this.words[E],M=((O<<x|C)&16777215).toString(16);C=O>>>24-x&16777215,x+=2,x>=26&&(x-=26,E--),C!==0||E!==this.length-1?m=h[6-M.length]+M+m:m=M+m}for(C!==0&&(m=C.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 k=this.clone();for(k.negative=0;!k.isZero();){var ee=k.modrn(v).toString(p);k=k.idivn(v),k.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 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(),C=m||Math.max(1,x);n(x<=C,"byte array longer than desired length"),n(C>0,"Requested array length <= 0");var E=w(p,C),O=d==="le"?"LE":"BE";return this["_toArrayLike"+O](E,x),E},s.prototype._toArrayLikeLE=function(p,d){for(var m=0,x=0,C=0,E=0;C<this.length;C++){var O=this.words[C]<<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,C=0,E=0;C<this.length;C++){var O=this.words[C]<<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 T(D){for(var p=new Array(D.bitLength()),d=0;d<p.length;d++){var m=d/26|0,x=d%26;p[d]=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 C=0,E=0;E<x.length;E++)d=(m.words[E]|0)+(x.words[E]|0)+C,this.words[E]=d&67108863,C=d>>>26;for(;C!==0&&E<m.length;E++)d=(m.words[E]|0)+C,this.words[E]=d&67108863,C=d>>>26;if(this.length=m.length,C!==0)this.words[this.length]=C,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,C;m>0?(x=this,C=p):(x=p,C=this);for(var E=0,O=0;O<C.length;O++)d=(x.words[O]|0)-(C.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(D,p,d){d.negative=p.negative^D.negative;var m=D.length+p.length|0;d.length=m,m=m-1|0;var x=D.words[0]|0,C=p.words[0]|0,E=x*C,O=E&67108863,M=E/67108864|0;d.words[0]=O;for(var g=1;g<m;g++){for(var v=M>>>26,k=M&67108863,ee=Math.min(g,p.length-1),se=Math.max(0,g-D.length+1);se<=ee;se++){var ge=g-se|0;x=D.words[ge]|0,C=p.words[se]|0,E=x*C+k,v+=E/67108864|0,k=E&67108863}d.words[g]=k|0,M=v|0}return M!==0?d.words[g]=M|0:d.length--,d._strip()}var R=function(p,d,m){var x=p.words,C=d.words,E=m.words,O=0,M,g,v,k=x[0]|0,ee=k&8191,se=k>>>13,ge=x[1]|0,ve=ge&8191,Se=ge>>>13,xe=x[2]|0,Xe=xe&8191,Le=xe>>>13,ct=x[3]|0,dt=ct&8191,De=ct>>>13,vt=x[4]|0,we=vt&8191,me=vt>>>13,Ae=x[5]|0,ze=Ae&8191,Ne=Ae>>>13,Te=x[6]|0,Oe=Te&8191,Be=Te>>>13,ft=x[7]|0,pt=ft&8191,He=ft>>>13,kt=x[8]|0,St=kt&8191,Qe=kt>>>13,Tt=x[9]|0,$t=Tt&8191,rt=Tt>>>13,Et=C[0]|0,Ot=Et&8191,it=Et>>>13,jt=C[1]|0,It=jt&8191,nt=jt>>>13,wt=C[2]|0,Mt=wt&8191,Je=wt>>>13,mt=C[3]|0,Pt=mt&8191,st=mt>>>13,_t=C[4]|0,Ut=_t&8191,j=_t>>>13,S=C[5]|0,A=S&8191,B=S>>>13,X=C[6]|0,Z=X&8191,re=X>>>13,$e=C[7]|0,tt=$e&8191,Re=$e>>>13,V=C[8]|0,ae=V&8191,de=V>>>13,ke=C[9]|0,We=ke&8191,je=ke>>>13;m.negative=p.negative^d.negative,m.length=19,M=Math.imul(ee,Ot),g=Math.imul(ee,it),g=g+Math.imul(se,Ot)|0,v=Math.imul(se,it);var Fe=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,M=Math.imul(ve,Ot),g=Math.imul(ve,it),g=g+Math.imul(Se,Ot)|0,v=Math.imul(Se,it),M=M+Math.imul(ee,It)|0,g=g+Math.imul(ee,nt)|0,g=g+Math.imul(se,It)|0,v=v+Math.imul(se,nt)|0;var ut=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(ut>>>26)|0,ut&=67108863,M=Math.imul(Xe,Ot),g=Math.imul(Xe,it),g=g+Math.imul(Le,Ot)|0,v=Math.imul(Le,it),M=M+Math.imul(ve,It)|0,g=g+Math.imul(ve,nt)|0,g=g+Math.imul(Se,It)|0,v=v+Math.imul(Se,nt)|0,M=M+Math.imul(ee,Mt)|0,g=g+Math.imul(ee,Je)|0,g=g+Math.imul(se,Mt)|0,v=v+Math.imul(se,Je)|0;var Jt=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Jt>>>26)|0,Jt&=67108863,M=Math.imul(dt,Ot),g=Math.imul(dt,it),g=g+Math.imul(De,Ot)|0,v=Math.imul(De,it),M=M+Math.imul(Xe,It)|0,g=g+Math.imul(Xe,nt)|0,g=g+Math.imul(Le,It)|0,v=v+Math.imul(Le,nt)|0,M=M+Math.imul(ve,Mt)|0,g=g+Math.imul(ve,Je)|0,g=g+Math.imul(Se,Mt)|0,v=v+Math.imul(Se,Je)|0,M=M+Math.imul(ee,Pt)|0,g=g+Math.imul(ee,st)|0,g=g+Math.imul(se,Pt)|0,v=v+Math.imul(se,st)|0;var Rt=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,M=Math.imul(we,Ot),g=Math.imul(we,it),g=g+Math.imul(me,Ot)|0,v=Math.imul(me,it),M=M+Math.imul(dt,It)|0,g=g+Math.imul(dt,nt)|0,g=g+Math.imul(De,It)|0,v=v+Math.imul(De,nt)|0,M=M+Math.imul(Xe,Mt)|0,g=g+Math.imul(Xe,Je)|0,g=g+Math.imul(Le,Mt)|0,v=v+Math.imul(Le,Je)|0,M=M+Math.imul(ve,Pt)|0,g=g+Math.imul(ve,st)|0,g=g+Math.imul(Se,Pt)|0,v=v+Math.imul(Se,st)|0,M=M+Math.imul(ee,Ut)|0,g=g+Math.imul(ee,j)|0,g=g+Math.imul(se,Ut)|0,v=v+Math.imul(se,j)|0;var Bt=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Bt>>>26)|0,Bt&=67108863,M=Math.imul(ze,Ot),g=Math.imul(ze,it),g=g+Math.imul(Ne,Ot)|0,v=Math.imul(Ne,it),M=M+Math.imul(we,It)|0,g=g+Math.imul(we,nt)|0,g=g+Math.imul(me,It)|0,v=v+Math.imul(me,nt)|0,M=M+Math.imul(dt,Mt)|0,g=g+Math.imul(dt,Je)|0,g=g+Math.imul(De,Mt)|0,v=v+Math.imul(De,Je)|0,M=M+Math.imul(Xe,Pt)|0,g=g+Math.imul(Xe,st)|0,g=g+Math.imul(Le,Pt)|0,v=v+Math.imul(Le,st)|0,M=M+Math.imul(ve,Ut)|0,g=g+Math.imul(ve,j)|0,g=g+Math.imul(Se,Ut)|0,v=v+Math.imul(Se,j)|0,M=M+Math.imul(ee,A)|0,g=g+Math.imul(ee,B)|0,g=g+Math.imul(se,A)|0,v=v+Math.imul(se,B)|0;var nr=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(nr>>>26)|0,nr&=67108863,M=Math.imul(Oe,Ot),g=Math.imul(Oe,it),g=g+Math.imul(Be,Ot)|0,v=Math.imul(Be,it),M=M+Math.imul(ze,It)|0,g=g+Math.imul(ze,nt)|0,g=g+Math.imul(Ne,It)|0,v=v+Math.imul(Ne,nt)|0,M=M+Math.imul(we,Mt)|0,g=g+Math.imul(we,Je)|0,g=g+Math.imul(me,Mt)|0,v=v+Math.imul(me,Je)|0,M=M+Math.imul(dt,Pt)|0,g=g+Math.imul(dt,st)|0,g=g+Math.imul(De,Pt)|0,v=v+Math.imul(De,st)|0,M=M+Math.imul(Xe,Ut)|0,g=g+Math.imul(Xe,j)|0,g=g+Math.imul(Le,Ut)|0,v=v+Math.imul(Le,j)|0,M=M+Math.imul(ve,A)|0,g=g+Math.imul(ve,B)|0,g=g+Math.imul(Se,A)|0,v=v+Math.imul(Se,B)|0,M=M+Math.imul(ee,Z)|0,g=g+Math.imul(ee,re)|0,g=g+Math.imul(se,Z)|0,v=v+Math.imul(se,re)|0;var Sr=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Sr>>>26)|0,Sr&=67108863,M=Math.imul(pt,Ot),g=Math.imul(pt,it),g=g+Math.imul(He,Ot)|0,v=Math.imul(He,it),M=M+Math.imul(Oe,It)|0,g=g+Math.imul(Oe,nt)|0,g=g+Math.imul(Be,It)|0,v=v+Math.imul(Be,nt)|0,M=M+Math.imul(ze,Mt)|0,g=g+Math.imul(ze,Je)|0,g=g+Math.imul(Ne,Mt)|0,v=v+Math.imul(Ne,Je)|0,M=M+Math.imul(we,Pt)|0,g=g+Math.imul(we,st)|0,g=g+Math.imul(me,Pt)|0,v=v+Math.imul(me,st)|0,M=M+Math.imul(dt,Ut)|0,g=g+Math.imul(dt,j)|0,g=g+Math.imul(De,Ut)|0,v=v+Math.imul(De,j)|0,M=M+Math.imul(Xe,A)|0,g=g+Math.imul(Xe,B)|0,g=g+Math.imul(Le,A)|0,v=v+Math.imul(Le,B)|0,M=M+Math.imul(ve,Z)|0,g=g+Math.imul(ve,re)|0,g=g+Math.imul(Se,Z)|0,v=v+Math.imul(Se,re)|0,M=M+Math.imul(ee,tt)|0,g=g+Math.imul(ee,Re)|0,g=g+Math.imul(se,tt)|0,v=v+Math.imul(se,Re)|0;var sr=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(sr>>>26)|0,sr&=67108863,M=Math.imul(St,Ot),g=Math.imul(St,it),g=g+Math.imul(Qe,Ot)|0,v=Math.imul(Qe,it),M=M+Math.imul(pt,It)|0,g=g+Math.imul(pt,nt)|0,g=g+Math.imul(He,It)|0,v=v+Math.imul(He,nt)|0,M=M+Math.imul(Oe,Mt)|0,g=g+Math.imul(Oe,Je)|0,g=g+Math.imul(Be,Mt)|0,v=v+Math.imul(Be,Je)|0,M=M+Math.imul(ze,Pt)|0,g=g+Math.imul(ze,st)|0,g=g+Math.imul(Ne,Pt)|0,v=v+Math.imul(Ne,st)|0,M=M+Math.imul(we,Ut)|0,g=g+Math.imul(we,j)|0,g=g+Math.imul(me,Ut)|0,v=v+Math.imul(me,j)|0,M=M+Math.imul(dt,A)|0,g=g+Math.imul(dt,B)|0,g=g+Math.imul(De,A)|0,v=v+Math.imul(De,B)|0,M=M+Math.imul(Xe,Z)|0,g=g+Math.imul(Xe,re)|0,g=g+Math.imul(Le,Z)|0,v=v+Math.imul(Le,re)|0,M=M+Math.imul(ve,tt)|0,g=g+Math.imul(ve,Re)|0,g=g+Math.imul(Se,tt)|0,v=v+Math.imul(Se,Re)|0,M=M+Math.imul(ee,ae)|0,g=g+Math.imul(ee,de)|0,g=g+Math.imul(se,ae)|0,v=v+Math.imul(se,de)|0;var Yt=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Yt>>>26)|0,Yt&=67108863,M=Math.imul($t,Ot),g=Math.imul($t,it),g=g+Math.imul(rt,Ot)|0,v=Math.imul(rt,it),M=M+Math.imul(St,It)|0,g=g+Math.imul(St,nt)|0,g=g+Math.imul(Qe,It)|0,v=v+Math.imul(Qe,nt)|0,M=M+Math.imul(pt,Mt)|0,g=g+Math.imul(pt,Je)|0,g=g+Math.imul(He,Mt)|0,v=v+Math.imul(He,Je)|0,M=M+Math.imul(Oe,Pt)|0,g=g+Math.imul(Oe,st)|0,g=g+Math.imul(Be,Pt)|0,v=v+Math.imul(Be,st)|0,M=M+Math.imul(ze,Ut)|0,g=g+Math.imul(ze,j)|0,g=g+Math.imul(Ne,Ut)|0,v=v+Math.imul(Ne,j)|0,M=M+Math.imul(we,A)|0,g=g+Math.imul(we,B)|0,g=g+Math.imul(me,A)|0,v=v+Math.imul(me,B)|0,M=M+Math.imul(dt,Z)|0,g=g+Math.imul(dt,re)|0,g=g+Math.imul(De,Z)|0,v=v+Math.imul(De,re)|0,M=M+Math.imul(Xe,tt)|0,g=g+Math.imul(Xe,Re)|0,g=g+Math.imul(Le,tt)|0,v=v+Math.imul(Le,Re)|0,M=M+Math.imul(ve,ae)|0,g=g+Math.imul(ve,de)|0,g=g+Math.imul(Se,ae)|0,v=v+Math.imul(Se,de)|0,M=M+Math.imul(ee,We)|0,g=g+Math.imul(ee,je)|0,g=g+Math.imul(se,We)|0,v=v+Math.imul(se,je)|0;var gr=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(gr>>>26)|0,gr&=67108863,M=Math.imul($t,It),g=Math.imul($t,nt),g=g+Math.imul(rt,It)|0,v=Math.imul(rt,nt),M=M+Math.imul(St,Mt)|0,g=g+Math.imul(St,Je)|0,g=g+Math.imul(Qe,Mt)|0,v=v+Math.imul(Qe,Je)|0,M=M+Math.imul(pt,Pt)|0,g=g+Math.imul(pt,st)|0,g=g+Math.imul(He,Pt)|0,v=v+Math.imul(He,st)|0,M=M+Math.imul(Oe,Ut)|0,g=g+Math.imul(Oe,j)|0,g=g+Math.imul(Be,Ut)|0,v=v+Math.imul(Be,j)|0,M=M+Math.imul(ze,A)|0,g=g+Math.imul(ze,B)|0,g=g+Math.imul(Ne,A)|0,v=v+Math.imul(Ne,B)|0,M=M+Math.imul(we,Z)|0,g=g+Math.imul(we,re)|0,g=g+Math.imul(me,Z)|0,v=v+Math.imul(me,re)|0,M=M+Math.imul(dt,tt)|0,g=g+Math.imul(dt,Re)|0,g=g+Math.imul(De,tt)|0,v=v+Math.imul(De,Re)|0,M=M+Math.imul(Xe,ae)|0,g=g+Math.imul(Xe,de)|0,g=g+Math.imul(Le,ae)|0,v=v+Math.imul(Le,de)|0,M=M+Math.imul(ve,We)|0,g=g+Math.imul(ve,je)|0,g=g+Math.imul(Se,We)|0,v=v+Math.imul(Se,je)|0;var On=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(On>>>26)|0,On&=67108863,M=Math.imul($t,Mt),g=Math.imul($t,Je),g=g+Math.imul(rt,Mt)|0,v=Math.imul(rt,Je),M=M+Math.imul(St,Pt)|0,g=g+Math.imul(St,st)|0,g=g+Math.imul(Qe,Pt)|0,v=v+Math.imul(Qe,st)|0,M=M+Math.imul(pt,Ut)|0,g=g+Math.imul(pt,j)|0,g=g+Math.imul(He,Ut)|0,v=v+Math.imul(He,j)|0,M=M+Math.imul(Oe,A)|0,g=g+Math.imul(Oe,B)|0,g=g+Math.imul(Be,A)|0,v=v+Math.imul(Be,B)|0,M=M+Math.imul(ze,Z)|0,g=g+Math.imul(ze,re)|0,g=g+Math.imul(Ne,Z)|0,v=v+Math.imul(Ne,re)|0,M=M+Math.imul(we,tt)|0,g=g+Math.imul(we,Re)|0,g=g+Math.imul(me,tt)|0,v=v+Math.imul(me,Re)|0,M=M+Math.imul(dt,ae)|0,g=g+Math.imul(dt,de)|0,g=g+Math.imul(De,ae)|0,v=v+Math.imul(De,de)|0,M=M+Math.imul(Xe,We)|0,g=g+Math.imul(Xe,je)|0,g=g+Math.imul(Le,We)|0,v=v+Math.imul(Le,je)|0;var Vr=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Vr>>>26)|0,Vr&=67108863,M=Math.imul($t,Pt),g=Math.imul($t,st),g=g+Math.imul(rt,Pt)|0,v=Math.imul(rt,st),M=M+Math.imul(St,Ut)|0,g=g+Math.imul(St,j)|0,g=g+Math.imul(Qe,Ut)|0,v=v+Math.imul(Qe,j)|0,M=M+Math.imul(pt,A)|0,g=g+Math.imul(pt,B)|0,g=g+Math.imul(He,A)|0,v=v+Math.imul(He,B)|0,M=M+Math.imul(Oe,Z)|0,g=g+Math.imul(Oe,re)|0,g=g+Math.imul(Be,Z)|0,v=v+Math.imul(Be,re)|0,M=M+Math.imul(ze,tt)|0,g=g+Math.imul(ze,Re)|0,g=g+Math.imul(Ne,tt)|0,v=v+Math.imul(Ne,Re)|0,M=M+Math.imul(we,ae)|0,g=g+Math.imul(we,de)|0,g=g+Math.imul(me,ae)|0,v=v+Math.imul(me,de)|0,M=M+Math.imul(dt,We)|0,g=g+Math.imul(dt,je)|0,g=g+Math.imul(De,We)|0,v=v+Math.imul(De,je)|0;var In=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(In>>>26)|0,In&=67108863,M=Math.imul($t,Ut),g=Math.imul($t,j),g=g+Math.imul(rt,Ut)|0,v=Math.imul(rt,j),M=M+Math.imul(St,A)|0,g=g+Math.imul(St,B)|0,g=g+Math.imul(Qe,A)|0,v=v+Math.imul(Qe,B)|0,M=M+Math.imul(pt,Z)|0,g=g+Math.imul(pt,re)|0,g=g+Math.imul(He,Z)|0,v=v+Math.imul(He,re)|0,M=M+Math.imul(Oe,tt)|0,g=g+Math.imul(Oe,Re)|0,g=g+Math.imul(Be,tt)|0,v=v+Math.imul(Be,Re)|0,M=M+Math.imul(ze,ae)|0,g=g+Math.imul(ze,de)|0,g=g+Math.imul(Ne,ae)|0,v=v+Math.imul(Ne,de)|0,M=M+Math.imul(we,We)|0,g=g+Math.imul(we,je)|0,g=g+Math.imul(me,We)|0,v=v+Math.imul(me,je)|0;var Ti=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Ti>>>26)|0,Ti&=67108863,M=Math.imul($t,A),g=Math.imul($t,B),g=g+Math.imul(rt,A)|0,v=Math.imul(rt,B),M=M+Math.imul(St,Z)|0,g=g+Math.imul(St,re)|0,g=g+Math.imul(Qe,Z)|0,v=v+Math.imul(Qe,re)|0,M=M+Math.imul(pt,tt)|0,g=g+Math.imul(pt,Re)|0,g=g+Math.imul(He,tt)|0,v=v+Math.imul(He,Re)|0,M=M+Math.imul(Oe,ae)|0,g=g+Math.imul(Oe,de)|0,g=g+Math.imul(Be,ae)|0,v=v+Math.imul(Be,de)|0,M=M+Math.imul(ze,We)|0,g=g+Math.imul(ze,je)|0,g=g+Math.imul(Ne,We)|0,v=v+Math.imul(Ne,je)|0;var Oi=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Oi>>>26)|0,Oi&=67108863,M=Math.imul($t,Z),g=Math.imul($t,re),g=g+Math.imul(rt,Z)|0,v=Math.imul(rt,re),M=M+Math.imul(St,tt)|0,g=g+Math.imul(St,Re)|0,g=g+Math.imul(Qe,tt)|0,v=v+Math.imul(Qe,Re)|0,M=M+Math.imul(pt,ae)|0,g=g+Math.imul(pt,de)|0,g=g+Math.imul(He,ae)|0,v=v+Math.imul(He,de)|0,M=M+Math.imul(Oe,We)|0,g=g+Math.imul(Oe,je)|0,g=g+Math.imul(Be,We)|0,v=v+Math.imul(Be,je)|0;var Pn=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Pn>>>26)|0,Pn&=67108863,M=Math.imul($t,tt),g=Math.imul($t,Re),g=g+Math.imul(rt,tt)|0,v=Math.imul(rt,Re),M=M+Math.imul(St,ae)|0,g=g+Math.imul(St,de)|0,g=g+Math.imul(Qe,ae)|0,v=v+Math.imul(Qe,de)|0,M=M+Math.imul(pt,We)|0,g=g+Math.imul(pt,je)|0,g=g+Math.imul(He,We)|0,v=v+Math.imul(He,je)|0;var Ii=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Ii>>>26)|0,Ii&=67108863,M=Math.imul($t,ae),g=Math.imul($t,de),g=g+Math.imul(rt,ae)|0,v=Math.imul(rt,de),M=M+Math.imul(St,We)|0,g=g+Math.imul(St,je)|0,g=g+Math.imul(Qe,We)|0,v=v+Math.imul(Qe,je)|0;var Pi=(O+M|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Pi>>>26)|0,Pi&=67108863,M=Math.imul($t,We),g=Math.imul($t,je),g=g+Math.imul(rt,We)|0,v=Math.imul(rt,je);var $=(O+M|0)+((g&8191)<<13)|0;return O=(v+(g>>>13)|0)+($>>>26)|0,$&=67108863,E[0]=Fe,E[1]=ut,E[2]=Jt,E[3]=Rt,E[4]=Bt,E[5]=nr,E[6]=Sr,E[7]=sr,E[8]=Yt,E[9]=gr,E[10]=On,E[11]=Vr,E[12]=In,E[13]=Ti,E[14]=Oi,E[15]=Pn,E[16]=Ii,E[17]=Pi,E[18]=$,O!==0&&(E[19]=O,m.length++),m};Math.imul||(R=P);function N(D,p,d){d.negative=p.negative^D.negative,d.length=D.length+p.length;for(var m=0,x=0,C=0;C<d.length-1;C++){var E=x;x=0;for(var O=m&67108863,M=Math.min(C,p.length-1),g=Math.max(0,C-D.length+1);g<=M;g++){var v=C-g,k=D.words[v]|0,ee=p.words[g]|0,se=k*ee,ge=se&67108863;E=E+(se/67108864|0)|0,ge=ge+O|0,O=ge&67108863,E=E+(ge>>>26)|0,x+=E>>>26,E&=67108863}d.words[C]=O,m=E,E=x}return m!==0?d.words[C]=m:d.length--,d._strip()}function z(D,p,d){return N(D,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=z(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),z(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 C=(this.words[x]|0)*p,E=(C&67108863)+(m&67108863);m>>=26,m+=C/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=T(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 C=m.sqr();x<d.length;x++,C=C.sqr())d[x]!==0&&(m=m.mul(C));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,C;if(d!==0){var E=0;for(C=0;C<this.length;C++){var O=this.words[C]&x,M=(this.words[C]|0)-O<<d;this.words[C]=M|E,E=O>>>26-d}E&&(this.words[C]=E,this.length++)}if(m!==0){for(C=this.length-1;C>=0;C--)this.words[C+m]=this.words[C];for(C=0;C<m;C++)this.words[C]=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 C=p%26,E=Math.min((p-C)/26,this.length),O=67108863^67108863>>>C<<C,M=m;if(x-=E,x=Math.max(0,x),M){for(var g=0;g<E;g++)M.words[g]=this.words[g];M.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 k=this.words[g]|0;this.words[g]=v<<26-C|k>>>C,v=k&O}return M&&v!==0&&(M.words[M.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 C=this.words[m];return!!(C&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,C;this._expand(x);var E,O=0;for(C=0;C<p.length;C++){E=(this.words[C+m]|0)+O;var M=(p.words[C]|0)*d;E-=M&67108863,O=(E>>26)-(M/67108864|0),this.words[C+m]=E&67108863}for(;C<this.length-m;C++)E=(this.words[C+m]|0)+O,O=E>>26,this.words[C+m]=E&67108863;if(O===0)return this._strip();for(n(O===-1),O=0,C=0;C<this.length;C++)E=-(this.words[C]|0)+O,O=E>>26,this.words[C]=E&67108863;return this.negative=1,this._strip()},s.prototype._wordDiv=function(p,d){var m=this.length-p.length,x=this.clone(),C=p,E=C.words[C.length-1]|0,O=this._countBits(E);m=26-O,m!==0&&(C=C.ushln(m),x.iushln(m),E=C.words[C.length-1]|0);var M=x.length-C.length,g;if(d!=="mod"){g=new s(null),g.length=M+1,g.words=new Array(g.length);for(var v=0;v<g.length;v++)g.words[v]=0}var k=x.clone()._ishlnsubmul(C,1,M);k.negative===0&&(x=k,g&&(g.words[M]=1));for(var ee=M-1;ee>=0;ee--){var se=(x.words[C.length+ee]|0)*67108864+(x.words[C.length+ee-1]|0);for(se=Math.min(se/E|0,67108863),x._ishlnsubmul(C,se,ee);x.negative!==0;)se--,x.negative=0,x._ishlnsubmul(C,1,ee),x.isZero()||(x.negative^=1);g&&(g.words[ee]=se)}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,C,E;return this.negative!==0&&p.negative===0?(E=this.neg().divmod(p,d),d!=="mod"&&(x=E.div.neg()),d!=="div"&&(C=E.mod.neg(),m&&C.negative!==0&&C.iadd(p)),{div:x,mod:C}):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"&&(C=E.mod.neg(),m&&C.negative!==0&&C.isub(p)),{div:E.div,mod:C}):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),C=p.andln(1),E=m.cmp(x);return E<0||C===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,C=this.length-1;C>=0;C--)x=(m*x+(this.words[C]|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 C=(this.words[x]|0)+m*67108864;this.words[x]=C/p|0,m=C%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),C=new s(0),E=new s(0),O=new s(1),M=0;d.isEven()&&m.isEven();)d.iushrn(1),m.iushrn(1),++M;for(var g=m.clone(),v=d.clone();!d.isZero();){for(var k=0,ee=1;!(d.words[0]&ee)&&k<26;++k,ee<<=1);if(k>0)for(d.iushrn(k);k-- >0;)(x.isOdd()||C.isOdd())&&(x.iadd(g),C.isub(v)),x.iushrn(1),C.iushrn(1);for(var se=0,ge=1;!(m.words[0]&ge)&&se<26;++se,ge<<=1);if(se>0)for(m.iushrn(se);se-- >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),C.isub(O)):(m.isub(d),E.isub(x),O.isub(C))}return{a:E,b:O,gcd:m.iushln(M)}},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),C=new s(0),E=m.clone();d.cmpn(1)>0&&m.cmpn(1)>0;){for(var O=0,M=1;!(d.words[0]&M)&&O<26;++O,M<<=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;)C.isOdd()&&C.iadd(E),C.iushrn(1);d.cmp(m)>=0?(d.isub(m),x.isub(C)):(m.isub(d),C.isub(x))}var k;return d.cmpn(1)===0?k=x:k=C,k.cmpn(0)<0&&k.iadd(p),k},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 C=d.cmp(m);if(C<0){var E=d;d=m,m=E}else if(C===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 C=x,E=m;C!==0&&E<this.length;E++){var O=this.words[E]|0;O+=C,C=O>>>26,O&=67108863,this.words[E]=O}return C!==0&&(this.words[E]=C,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,C=p.words[m]|0;if(x!==C){x<C?d=-1:x>C&&(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 H(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 F={k256:null,p224:null,p192:null,p25519:null};function W(D,p){this.name=D,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()}W.prototype._tmp=function(){var p=new s(null);return p.words=new Array(Math.ceil(this.n/13)),p},W.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},W.prototype.split=function(p,d){p.iushrn(this.n,0,d)},W.prototype.imulK=function(p){return p.imul(this.k)};function q(){W.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}i(q,W),q.prototype.split=function(p,d){for(var m=4194303,x=Math.min(p.length,9),C=0;C<x;C++)d.words[C]=p.words[C];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,C=10;C<p.length;C++){var O=p.words[C]|0;p.words[C-10]=(O&m)<<4|E>>>22,E=O}E>>>=22,p.words[C-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 K(){W.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}i(K,W);function te(){W.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}i(te,W);function oe(){W.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}i(oe,W),oe.prototype.imulK=function(p){for(var d=0,m=0;m<p.length;m++){var x=(p.words[m]|0)*19+d,C=x&67108863;x>>>=26,p.words[m]=C,d=x}return d!==0&&(p.words[p.length++]=d),p},s._prime=function(p){if(F[p])return F[p];var d;if(p==="k256")d=new q;else if(p==="p224")d=new K;else if(p==="p192")d=new te;else if(p==="p25519")d=new oe;else throw new Error("Unknown prime "+p);return F[p]=d,d};function H(D){if(typeof D=="string"){var p=s._prime(D);this.m=p.p,this.prime=p}else n(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}H.prototype._verify1=function(p){n(p.negative===0,"red works only with positives"),n(p.red,"red works only with red numbers")},H.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")},H.prototype.imod=function(p){return this.prime?this.prime.ireduce(p)._forceRed(this):(l(p,p.umod(this.m)._forceRed(this)),p)},H.prototype.neg=function(p){return p.isZero()?p.clone():this.m.sub(p)._forceRed(this)},H.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)},H.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},H.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)},H.prototype.isub=function(p,d){this._verify2(p,d);var m=p.isub(d);return m.cmpn(0)<0&&m.iadd(this.m),m},H.prototype.shl=function(p,d){return this._verify1(p),this.imod(p.ushln(d))},H.prototype.imul=function(p,d){return this._verify2(p,d),this.imod(p.imul(d))},H.prototype.mul=function(p,d){return this._verify2(p,d),this.imod(p.mul(d))},H.prototype.isqr=function(p){return this.imul(p,p.clone())},H.prototype.sqr=function(p){return this.mul(p,p)},H.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),C=0;!x.isZero()&&x.andln(1)===0;)C++,x.iushrn(1);n(!x.isZero());var E=new s(1).toRed(this),O=E.redNeg(),M=this.m.subn(1).iushrn(1),g=this.m.bitLength();for(g=new s(2*g*g).toRed(this);this.pow(g,M).cmp(O)!==0;)g.redIAdd(O);for(var v=this.pow(g,x),k=this.pow(p,x.addn(1).iushrn(1)),ee=this.pow(p,x),se=C;ee.cmp(E)!==0;){for(var ge=ee,ve=0;ge.cmp(E)!==0;ve++)ge=ge.redSqr();n(ve<se);var Se=this.pow(v,new s(1).iushln(se-ve-1));k=k.redMul(Se),v=Se.redSqr(),ee=ee.redMul(v),se=ve}return k},H.prototype.invm=function(p){var d=p._invmp(this.m);return d.negative!==0?(d.negative=0,this.imod(d).redNeg()):this.imod(d)},H.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 C=2;C<x.length;C++)x[C]=this.mul(x[C-1],p);var E=x[0],O=0,M=0,g=d.bitLength()%26;for(g===0&&(g=26),C=d.length-1;C>=0;C--){for(var v=d.words[C],k=g-1;k>=0;k--){var ee=v>>k&1;if(E!==x[0]&&(E=this.sqr(E)),ee===0&&O===0){M=0;continue}O<<=1,O|=ee,M++,!(M!==m&&(C!==0||k!==0))&&(E=this.mul(E,x[O]),M=0,O=0)}g=26}return E},H.prototype.convertTo=function(p){var d=p.umod(this.m);return d===p?d.clone():d},H.prototype.convertFrom=function(p){var d=p.clone();return d.red=null,d},s.mont=function(p){return new L(p)};function L(D){H.call(this,D),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(L,H),L.prototype.convertTo=function(p){return this.imod(p.ushln(this.shift))},L.prototype.convertFrom=function(p){var d=this.imod(p.mul(this.rinv));return d.red=null,d},L.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),C=m.isub(x).iushrn(this.shift),E=C;return C.cmp(this.m)>=0?E=C.isub(this.m):C.cmpn(0)<0&&(E=C.iadd(this.m)),E._forceRed(this)},L.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),C=m.isub(x).iushrn(this.shift),E=C;return C.cmp(this.m)>=0?E=C.isub(this.m):C.cmpn(0)<0&&(E=C.iadd(this.m)),E._forceRed(this)},L.prototype.invm=function(p){var d=this.imod(p._invmp(this.m).mul(this.r2));return d._forceRed(this)}})(e,kr)}(rh);var Bw=rh.exports;const Lw=na(Bw);var YI=kr&&kr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.parseAccumulatorUpdateData=Wn.sliceAccumulatorUpdateData=Wn.parsePriceFeedMessage=Wn.isAccumulatorUpdateData=void 0;const yo=YI(Bw),ZI="504e4155",QI=1,eP=0,nh=20,tP=0;function ih(e){return e.toString("hex").slice(0,8)===ZI&&e[4]===QI&&e[5]===eP}Wn.isAccumulatorUpdateData=ih;function rP(e){let t=0;if(e.readUInt8(t)!==tP)throw new Error("Not a price feed message");t+=1;const n=e.subarray(t,t+32);t+=32;const i=new yo.default(e.subarray(t,t+8),"be");t+=8;const s=new yo.default(e.subarray(t,t+8),"be");t+=8;const o=e.readInt32BE(t);t+=4;const a=new yo.default(e.subarray(t,t+8),"be");t+=8;const c=new yo.default(e.subarray(t,t+8),"be");t+=8;const u=new yo.default(e.subarray(t,t+8),"be");t+=8;const l=new yo.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}}Wn.parsePriceFeedMessage=rP;function nP(e,t,r){if(!ih(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+=nh*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 th.concat([e.subarray(0,o),th.from([u.length]),...a.slice(t,r)])}Wn.sliceAccumulatorUpdateData=nP;function iP(e){if(!ih(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+nh))),t+=nh;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}}Wn.parseAccumulatorUpdateData=iP,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PriceFeed=e.PriceFeedMetadata=e.Price=e.parsePriceFeedMessage=e.parseAccumulatorUpdateData=e.sliceAccumulatorUpdateData=e.isAccumulatorUpdateData=void 0;const t=hu;var r=Wn;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}});class n{constructor(a){gt(this,"conf");gt(this,"expo");gt(this,"price");gt(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){gt(this,"attestationTime");gt(this,"emitterChain");gt(this,"priceServiceReceiveTime");gt(this,"sequenceNumber");gt(this,"slot");gt(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 tS{constructor(a){gt(this,"emaPrice");gt(this,"id");gt(this,"metadata");gt(this,"vaa");gt(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 tS({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}(Yd);function Fw(e,t){return function(){return e.apply(t,arguments)}}const{toString:sP}=Object.prototype,{getPrototypeOf:sh}=Object,pu=(e=>t=>{const r=sP.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),yn=e=>(e=e.toLowerCase(),t=>pu(t)===e),mu=e=>t=>typeof t===e,{isArray:bo}=Array,Fa=mu("undefined");function oP(e){return e!==null&&!Fa(e)&&e.constructor!==null&&!Fa(e.constructor)&&Hr(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Uw=yn("ArrayBuffer");function aP(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Uw(e.buffer),t}const cP=mu("string"),Hr=mu("function"),zw=mu("number"),gu=e=>e!==null&&typeof e=="object",uP=e=>e===!0||e===!1,vu=e=>{if(pu(e)!=="object")return!1;const t=sh(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},lP=yn("Date"),fP=yn("File"),dP=yn("Blob"),hP=yn("FileList"),pP=e=>gu(e)&&Hr(e.pipe),mP=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Hr(e.append)&&((t=pu(e))==="formdata"||t==="object"&&Hr(e.toString)&&e.toString()==="[object FormData]"))},gP=yn("URLSearchParams"),[vP,yP,bP,wP]=["ReadableStream","Request","Response","Headers"].map(yn),_P=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ua(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let n,i;if(typeof e!="object"&&(e=[e]),bo(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 Vw(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 Is=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:kr)(),qw=e=>!Fa(e)&&e!==Is;function oh(){const{caseless:e}=qw(this)&&this||{},t={},r=(n,i)=>{const s=e&&Vw(t,i)||i;vu(t[s])&&vu(n)?t[s]=oh(t[s],n):vu(n)?t[s]=oh({},n):bo(n)?t[s]=n.slice():t[s]=n};for(let n=0,i=arguments.length;n<i;n++)arguments[n]&&Ua(arguments[n],r);return t}const xP=(e,t,r,{allOwnKeys:n}={})=>(Ua(t,(i,s)=>{r&&Hr(i)?e[s]=Fw(i,r):e[s]=i},{allOwnKeys:n}),e),SP=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),EP=(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)},CP=(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&&sh(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},MP=(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},AP=e=>{if(!e)return null;if(bo(e))return e;let t=e.length;if(!zw(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},TP=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&sh(Uint8Array)),OP=(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])}},IP=(e,t)=>{let r;const n=[];for(;(r=e.exec(t))!==null;)n.push(r);return n},PP=yn("HTMLFormElement"),kP=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,n,i){return n.toUpperCase()+i}),Hw=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),jP=yn("RegExp"),Ww=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};Ua(r,(i,s)=>{let o;(o=t(i,s,e))!==!1&&(n[s]=o||i)}),Object.defineProperties(e,n)},RP=e=>{Ww(e,(t,r)=>{if(Hr(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const n=e[r];if(Hr(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+"'")})}})},NP=(e,t)=>{const r={},n=i=>{i.forEach(s=>{r[s]=!0})};return bo(e)?n(e):n(String(e).split(t)),r},DP=()=>{},$P=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,ah="abcdefghijklmnopqrstuvwxyz",Gw="0123456789",Kw={DIGIT:Gw,ALPHA:ah,ALPHA_DIGIT:ah+ah.toUpperCase()+Gw},BP=(e=16,t=Kw.ALPHA_DIGIT)=>{let r="";const{length:n}=t;for(;e--;)r+=t[Math.random()*n|0];return r};function LP(e){return!!(e&&Hr(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const FP=e=>{const t=new Array(10),r=(n,i)=>{if(gu(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[i]=n;const s=bo(n)?[]:{};return Ua(n,(o,a)=>{const c=r(o,i+1);!Fa(c)&&(s[a]=c)}),t[i]=void 0,s}}return n};return r(e,0)},UP=yn("AsyncFunction"),zP=e=>e&&(gu(e)||Hr(e))&&Hr(e.then)&&Hr(e.catch),Xw=((e,t)=>e?setImmediate:t?((r,n)=>(Is.addEventListener("message",({source:i,data:s})=>{i===Is&&s===r&&n.length&&n.shift()()},!1),i=>{n.push(i),Is.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",Hr(Is.postMessage)),VP=typeof queueMicrotask<"u"?queueMicrotask.bind(Is):typeof cn<"u"&&cn.nextTick||Xw;var le={isArray:bo,isArrayBuffer:Uw,isBuffer:oP,isFormData:mP,isArrayBufferView:aP,isString:cP,isNumber:zw,isBoolean:uP,isObject:gu,isPlainObject:vu,isReadableStream:vP,isRequest:yP,isResponse:bP,isHeaders:wP,isUndefined:Fa,isDate:lP,isFile:fP,isBlob:dP,isRegExp:jP,isFunction:Hr,isStream:pP,isURLSearchParams:gP,isTypedArray:TP,isFileList:hP,forEach:Ua,merge:oh,extend:xP,trim:_P,stripBOM:SP,inherits:EP,toFlatObject:CP,kindOf:pu,kindOfTest:yn,endsWith:MP,toArray:AP,forEachEntry:OP,matchAll:IP,isHTMLForm:PP,hasOwnProperty:Hw,hasOwnProp:Hw,reduceDescriptors:Ww,freezeMethods:RP,toObjectSet:NP,toCamelCase:kP,noop:DP,toFiniteNumber:$P,findKey:Vw,global:Is,isContextDefined:qw,ALPHABET:Kw,generateString:BP,isSpecCompliantForm:LP,toJSONObject:FP,isAsyncFn:UP,isThenable:zP,setImmediate:Xw,asap:VP};function ht(e,t,r,n,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),i&&(this.response=i,this.status=i.status?i.status:null)}le.inherits(ht,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:le.toJSONObject(this.config),code:this.code,status:this.status}}});const Jw=ht.prototype,Yw={};["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=>{Yw[e]={value:e}}),Object.defineProperties(ht,Yw),Object.defineProperty(Jw,"isAxiosError",{value:!0}),ht.from=(e,t,r,n,i,s)=>{const o=Object.create(Jw);return le.toFlatObject(e,o,function(c){return c!==Error.prototype},a=>a!=="isAxiosError"),ht.call(o,e.message,t,r,n,i),o.cause=e,o.name=e.name,s&&Object.assign(o,s),o};var qP=null;function ch(e){return le.isPlainObject(e)||le.isArray(e)}function Zw(e){return le.endsWith(e,"[]")?e.slice(0,-2):e}function Qw(e,t,r){return e?e.concat(t).map(function(i,s){return i=Zw(i),!r&&s?"["+i+"]":i}).join(r?".":""):t}function HP(e){return le.isArray(e)&&!e.some(ch)}const WP=le.toFlatObject(le,{},null,function(t){return/^is[A-Z]/.test(t)});function yu(e,t,r){if(!le.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=le.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(w,T){return!le.isUndefined(T[w])});const n=r.metaTokens,i=r.visitor||l,s=r.dots,o=r.indexes,c=(r.Blob||typeof Blob<"u"&&Blob)&&le.isSpecCompliantForm(t);if(!le.isFunction(i))throw new TypeError("visitor must be a function");function u(b){if(b===null)return"";if(le.isDate(b))return b.toISOString();if(!c&&le.isBlob(b))throw new ht("Blob is not supported. Use a Buffer instead.");return le.isArrayBuffer(b)||le.isTypedArray(b)?c&&typeof Blob=="function"?new Blob([b]):th.from(b):b}function l(b,w,T){let P=b;if(b&&!T&&typeof b=="object"){if(le.endsWith(w,"{}"))w=n?w:w.slice(0,-2),b=JSON.stringify(b);else if(le.isArray(b)&&HP(b)||(le.isFileList(b)||le.endsWith(w,"[]"))&&(P=le.toArray(b)))return w=Zw(w),P.forEach(function(N,z){!(le.isUndefined(N)||N===null)&&t.append(o===!0?Qw([w],z,s):o===null?w:w+"[]",u(N))}),!1}return ch(b)?!0:(t.append(Qw(T,w,s),u(b)),!1)}const f=[],h=Object.assign(WP,{defaultVisitor:l,convertValue:u,isVisitable:ch});function y(b,w){if(!le.isUndefined(b)){if(f.indexOf(b)!==-1)throw Error("Circular reference detected in "+w.join("."));f.push(b),le.forEach(b,function(P,R){(!(le.isUndefined(P)||P===null)&&i.call(t,P,le.isString(R)?R.trim():R,w,h))===!0&&y(P,w?w.concat(R):[R])}),f.pop()}}if(!le.isObject(e))throw new TypeError("data must be an object");return y(e),t}function e2(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function uh(e,t){this._pairs=[],e&&yu(e,this,t)}const t2=uh.prototype;t2.append=function(t,r){this._pairs.push([t,r])},t2.toString=function(t){const r=t?function(n){return t.call(this,n,e2)}:e2;return this._pairs.map(function(i){return r(i[0])+"="+r(i[1])},"").join("&")};function GP(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function r2(e,t,r){if(!t)return e;const n=r&&r.encode||GP;le.isFunction(r)&&(r={serialize:r});const i=r&&r.serialize;let s;if(i?s=i(t,r):s=le.isURLSearchParams(t)?t.toString():new uh(t,r).toString(n),s){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class KP{constructor(){this.handlers=[]}use(t,r,n){return this.handlers.push({fulfilled:t,rejected:r,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){le.forEach(this.handlers,function(n){n!==null&&t(n)})}}var n2=KP,i2={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},XP=typeof URLSearchParams<"u"?URLSearchParams:uh,JP=typeof FormData<"u"?FormData:null,YP=typeof Blob<"u"?Blob:null,ZP={isBrowser:!0,classes:{URLSearchParams:XP,FormData:JP,Blob:YP},protocols:["http","https","file","blob","url","data"]};const lh=typeof window<"u"&&typeof document<"u",fh=typeof navigator=="object"&&navigator||void 0,QP=lh&&(!fh||["ReactNative","NativeScript","NS"].indexOf(fh.product)<0),e7=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),t7=lh&&window.location.href||"http://localhost";var r7=Object.freeze({__proto__:null,hasBrowserEnv:lh,hasStandardBrowserWebWorkerEnv:e7,hasStandardBrowserEnv:QP,navigator:fh,origin:t7}),Ar={...r7,...ZP};function n7(e,t){return yu(e,new Ar.classes.URLSearchParams,Object.assign({visitor:function(r,n,i,s){return Ar.isNode&&le.isBuffer(r)?(this.append(n,r.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function i7(e){return le.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function s7(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 s2(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&&le.isArray(i)?i.length:o,c?(le.hasOwnProp(i,o)?i[o]=[i[o],n]:i[o]=n,!a):((!i[o]||!le.isObject(i[o]))&&(i[o]=[]),t(r,n,i[o],s)&&le.isArray(i[o])&&(i[o]=s7(i[o])),!a)}if(le.isFormData(e)&&le.isFunction(e.entries)){const r={};return le.forEachEntry(e,(n,i)=>{t(i7(n),i,r,0)}),r}return null}function o7(e,t,r){if(le.isString(e))try{return(t||JSON.parse)(e),le.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(r||JSON.stringify)(e)}const dh={transitional:i2,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const n=r.getContentType()||"",i=n.indexOf("application/json")>-1,s=le.isObject(t);if(s&&le.isHTMLForm(t)&&(t=new FormData(t)),le.isFormData(t))return i?JSON.stringify(s2(t)):t;if(le.isArrayBuffer(t)||le.isBuffer(t)||le.isStream(t)||le.isFile(t)||le.isBlob(t)||le.isReadableStream(t))return t;if(le.isArrayBufferView(t))return t.buffer;if(le.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(s){if(n.indexOf("application/x-www-form-urlencoded")>-1)return n7(t,this.formSerializer).toString();if((a=le.isFileList(t))||n.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return yu(a?{"files[]":t}:t,c&&new c,this.formSerializer)}}return s||i?(r.setContentType("application/json",!1),o7(t)):t}],transformResponse:[function(t){const r=this.transitional||dh.transitional,n=r&&r.forcedJSONParsing,i=this.responseType==="json";if(le.isResponse(t)||le.isReadableStream(t))return t;if(t&&le.isString(t)&&(n&&!this.responseType||i)){const o=!(r&&r.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(a){if(o)throw a.name==="SyntaxError"?ht.from(a,ht.ERR_BAD_RESPONSE,this,null,this.response):a}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ar.classes.FormData,Blob:Ar.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};le.forEach(["delete","get","head","post","put","patch"],e=>{dh.headers[e]={}});var hh=dh;const a7=le.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var c7=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]&&
|
|
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[o2]=this[o2]={accessors:{}}).accessors,i=this.prototype;function s(o){const a=za(o);n[a]||(d7(i,o),n[a]=!0)}return le.isArray(t)?t.forEach(s):s(t),this}}wu.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),le.reduceDescriptors(wu.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[r]=n}}}),le.freezeMethods(wu);var bn=wu;function mh(e,t){const r=this||hh,n=t||r,i=bn.from(n.headers);let s=n.data;return le.forEach(e,function(a){s=a.call(r,s,i.normalize(),t?t.status:void 0)}),i.normalize(),s}function a2(e){return!!(e&&e.__CANCEL__)}function wo(e,t,r){ht.call(this,e??"canceled",ht.ERR_CANCELED,t,r),this.name="CanceledError"}le.inherits(wo,ht,{__CANCEL__:!0});function c2(e,t,r){const n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new ht("Request failed with status code "+r.status,[ht.ERR_BAD_REQUEST,ht.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function h7(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function p7(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 m7(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 _u=(e,t,r=3)=>{let n=0;const i=p7(50,250);return m7(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)},u2=(e,t)=>{const r=e!=null;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},l2=e=>(...t)=>le.asap(()=>e(...t));var g7=Ar.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,Ar.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(Ar.origin),Ar.navigator&&/(msie|trident)/i.test(Ar.navigator.userAgent)):()=>!0,v7=Ar.hasStandardBrowserEnv?{write(e,t,r,n,i,s){const o=[e+"="+encodeURIComponent(t)];le.isNumber(r)&&o.push("expires="+new Date(r).toGMTString()),le.isString(n)&&o.push("path="+n),le.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 y7(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function b7(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function f2(e,t){return e&&!y7(t)?b7(e,t):t}const d2=e=>e instanceof bn?{...e}:e;function Ps(e,t){t=t||{};const r={};function n(u,l,f,h){return le.isPlainObject(u)&&le.isPlainObject(l)?le.merge.call({caseless:h},u,l):le.isPlainObject(l)?le.merge({},l):le.isArray(l)?l.slice():l}function i(u,l,f,h){if(le.isUndefined(l)){if(!le.isUndefined(u))return n(void 0,u,f,h)}else return n(u,l,f,h)}function s(u,l){if(!le.isUndefined(l))return n(void 0,l)}function o(u,l){if(le.isUndefined(l)){if(!le.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(d2(u),d2(l),f,!0)};return le.forEach(Object.keys(Object.assign({},e,t)),function(l){const f=c[l]||i,h=f(e[l],t[l],l);le.isUndefined(h)&&f!==a||(r[l]=h)}),r}var h2=e=>{const t=Ps({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:i,xsrfCookieName:s,headers:o,auth:a}=t;t.headers=o=bn.from(o),t.url=r2(f2(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(le.isFormData(r)){if(Ar.hasStandardBrowserEnv||Ar.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(Ar.hasStandardBrowserEnv&&(n&&le.isFunction(n)&&(n=n(t)),n||n!==!1&&g7(t.url))){const u=i&&s&&v7.read(s);u&&o.set(i,u)}return t},w7=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(r,n){const i=h2(e);let s=i.data;const o=bn.from(i.headers).normalize();let{responseType:a,onUploadProgress:c,onDownloadProgress:u}=i,l,f,h,y,b;function w(){y&&y(),b&&b(),i.cancelToken&&i.cancelToken.unsubscribe(l),i.signal&&i.signal.removeEventListener("abort",l)}let T=new XMLHttpRequest;T.open(i.method.toUpperCase(),i.url,!0),T.timeout=i.timeout;function P(){if(!T)return;const N=bn.from("getAllResponseHeaders"in T&&T.getAllResponseHeaders()),F={data:!a||a==="text"||a==="json"?T.responseText:T.response,status:T.status,statusText:T.statusText,headers:N,config:e,request:T};c2(function(q){r(q),w()},function(q){n(q),w()},F),T=null}"onloadend"in T?T.onloadend=P:T.onreadystatechange=function(){!T||T.readyState!==4||T.status===0&&!(T.responseURL&&T.responseURL.indexOf("file:")===0)||setTimeout(P)},T.onabort=function(){T&&(n(new ht("Request aborted",ht.ECONNABORTED,e,T)),T=null)},T.onerror=function(){n(new ht("Network Error",ht.ERR_NETWORK,e,T)),T=null},T.ontimeout=function(){let z=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const F=i.transitional||i2;i.timeoutErrorMessage&&(z=i.timeoutErrorMessage),n(new ht(z,F.clarifyTimeoutError?ht.ETIMEDOUT:ht.ECONNABORTED,e,T)),T=null},s===void 0&&o.setContentType(null),"setRequestHeader"in T&&le.forEach(o.toJSON(),function(z,F){T.setRequestHeader(F,z)}),le.isUndefined(i.withCredentials)||(T.withCredentials=!!i.withCredentials),a&&a!=="json"&&(T.responseType=i.responseType),u&&([h,b]=_u(u,!0),T.addEventListener("progress",h)),c&&T.upload&&([f,y]=_u(c),T.upload.addEventListener("progress",f),T.upload.addEventListener("loadend",y)),(i.cancelToken||i.signal)&&(l=N=>{T&&(n(!N||N.type?new wo(null,e,T):N),T.abort(),T=null)},i.cancelToken&&i.cancelToken.subscribe(l),i.signal&&(i.signal.aborted?l():i.signal.addEventListener("abort",l)));const R=h7(i.url);if(R&&Ar.protocols.indexOf(R)===-1){n(new ht("Unsupported protocol "+R+":",ht.ERR_BAD_REQUEST,e));return}T.send(s||null)})},_7=(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 ht?l:new wo(l instanceof Error?l.message:l))}};let o=t&&setTimeout(()=>{o=null,s(new ht(`timeout ${t} of ms exceeded`,ht.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=()=>le.asap(a),c}};const x7=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},S7=async function*(e,t){for await(const r of E7(e))yield*x7(r,t)},E7=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()}},p2=(e,t,r,n)=>{const i=S7(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})},xu=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",m2=xu&&typeof ReadableStream=="function",C7=xu&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),g2=(e,...t)=>{try{return!!e(...t)}catch{return!1}},M7=m2&&g2(()=>{let e=!1;const t=new Request(Ar.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),v2=64*1024,gh=m2&&g2(()=>le.isReadableStream(new Response("").body)),Su={stream:gh&&(e=>e.body)};xu&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Su[t]&&(Su[t]=le.isFunction(e[t])?r=>r[t]():(r,n)=>{throw new ht(`Response type '${t}' is not supported`,ht.ERR_NOT_SUPPORT,n)})})})(new Response);const A7=async e=>{if(e==null)return 0;if(le.isBlob(e))return e.size;if(le.isSpecCompliantForm(e))return(await new Request(Ar.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(le.isArrayBufferView(e)||le.isArrayBuffer(e))return e.byteLength;if(le.isURLSearchParams(e)&&(e=e+""),le.isString(e))return(await C7(e)).byteLength},T7=async(e,t)=>{const r=le.toFiniteNumber(e.getContentLength());return r??A7(t)};var O7=xu&&(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}=h2(e);u=u?(u+"").toLowerCase():"text";let y=_7([i,s&&s.toAbortSignal()],o),b;const w=y&&y.unsubscribe&&(()=>{y.unsubscribe()});let T;try{if(c&&M7&&r!=="get"&&r!=="head"&&(T=await T7(l,n))!==0){let F=new Request(t,{method:"POST",body:n,duplex:"half"}),W;if(le.isFormData(n)&&(W=F.headers.get("content-type"))&&l.setContentType(W),F.body){const[q,K]=u2(T,_u(l2(c)));n=p2(F.body,v2,q,K)}}le.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=gh&&(u==="stream"||u==="response");if(gh&&(a||N&&w)){const F={};["status","statusText","headers"].forEach(te=>{F[te]=R[te]});const W=le.toFiniteNumber(R.headers.get("content-length")),[q,K]=a&&u2(W,_u(l2(a),!0))||[];R=new Response(p2(R.body,v2,q,()=>{K&&K(),w&&w()}),F)}u=u||"text";let z=await Su[le.findKey(Su,u)||"text"](R,e);return!N&&w&&w(),await new Promise((F,W)=>{c2(F,W,{data:z,headers:bn.from(R.headers),status:R.status,statusText:R.statusText,config:e,request:b})})}catch(P){throw w&&w(),P&&P.name==="TypeError"&&/fetch/i.test(P.message)?Object.assign(new ht("Network Error",ht.ERR_NETWORK,e,b),{cause:P.cause||P}):ht.from(P,P&&P.code,e,b)}});const vh={http:qP,xhr:w7,fetch:O7};le.forEach(vh,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const y2=e=>`- ${e}`,I7=e=>le.isFunction(e)||e===null||e===!1;var b2={getAdapter:e=>{e=le.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,!I7(r)&&(n=vh[(o=String(r)).toLowerCase()],n===void 0))throw new ht(`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(
|
|
37
|
-
`):" "+
|
|
38
|
-
`+s):n.stack=s}catch{}}throw n}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=Ps(this.defaults,r);const{transitional:n,paramsSerializer:i,headers:s}=r;n!==void 0&&Cu.assertOptions(n,{silentJSONParsing:Gn.transitional(Gn.boolean),forcedJSONParsing:Gn.transitional(Gn.boolean),clarifyTimeoutError:Gn.transitional(Gn.boolean)},!1),i!=null&&(le.isFunction(i)?r.paramsSerializer={serialize:i}:Cu.assertOptions(i,{encode:Gn.function,serialize:Gn.function},!0)),Cu.assertOptions(r,{baseUrl:Gn.spelling("baseURL"),withXsrfToken:Gn.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let o=s&&le.merge(s.common,s[r.method]);s&&le.forEach(["delete","get","head","post","put","patch","common"],b=>{delete s[b]}),r.headers=bn.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 b=[w2.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++],w=a[f++];try{y=b(y)}catch(T){w.call(this,T);break}}try{l=w2.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=Ps(this.defaults,t);const r=f2(t.baseURL,t.url);return r2(r,t.params,t.paramsSerializer)}}le.forEach(["delete","get","head","options"],function(t){Mu.prototype[t]=function(r,n){return this.request(Ps(n||{},{method:t,url:r,data:(n||{}).data}))}}),le.forEach(["post","put","patch"],function(t){function r(n){return function(s,o,a){return this.request(Ps(a||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:s,data:o}))}}Mu.prototype[t]=r(),Mu.prototype[t+"Form"]=r(!0)});var Au=Mu;class bh{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 bh(function(i){t=i}),cancel:t}}}var k7=bh;function j7(e){return function(r){return e.apply(null,r)}}function R7(e){return le.isObject(e)&&e.isAxiosError===!0}const wh={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(wh).forEach(([e,t])=>{wh[t]=e});var N7=wh;function S2(e){const t=new Au(e),r=Fw(Au.prototype.request,t);return le.extend(r,Au.prototype,t,{allOwnKeys:!0}),le.extend(r,t,null,{allOwnKeys:!0}),r.create=function(i){return S2(Ps(e,i))},r}const cr=S2(hh);cr.Axios=Au,cr.CanceledError=wo,cr.CancelToken=k7,cr.isCancel=a2,cr.VERSION=_2,cr.toFormData=yu,cr.AxiosError=ht,cr.Cancel=cr.CanceledError,cr.all=function(t){return Promise.all(t)},cr.spread=j7,cr.isAxiosError=R7,cr.mergeConfig=Ps,cr.AxiosHeaders=bn,cr.formToJSON=e=>s2(le.isHTMLForm(e)?new FormData(e):e),cr.getAdapter=b2.getAdapter,cr.HttpStatusCode=N7,cr.default=cr;var E2=cr,_h={exports:{}},Wr={},C2={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})(C2);var D7=C2.exports,xh={exports:{}},Sh={exports:{}},M2;function Tu(){return M2||(M2=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}(Sh)),Sh.exports}var A2;function $7(){return A2||(A2=1,function(e){var t=Tu().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,M){E[O]=M.value},c=typeof Symbol=="function"?Symbol:{},u=c.iterator||"@@iterator",l=c.asyncIterator||"@@asyncIterator",f=c.toStringTag||"@@toStringTag";function h(E,O,M){return Object.defineProperty(E,O,{value:M,enumerable:!0,configurable:!0,writable:!0}),E[O]}try{h({},"")}catch{h=function(M,g,v){return M[g]=v}}function y(E,O,M,g){var v=O&&O.prototype instanceof z?O:z,k=Object.create(v.prototype),ee=new x(g||[]);return a(k,"_invoke",{value:D(E,M,ee)}),k}function b(E,O,M){try{return{type:"normal",arg:E.call(O,M)}}catch(g){return{type:"throw",arg:g}}}i.wrap=y;var w="suspendedStart",T="suspendedYield",P="executing",R="completed",N={};function z(){}function F(){}function W(){}var q={};h(q,u,function(){return this});var K=Object.getPrototypeOf,te=K&&K(K(C([])));te&&te!==s&&o.call(te,u)&&(q=te);var oe=W.prototype=z.prototype=Object.create(q);function H(E){["next","throw","return"].forEach(function(O){h(E,O,function(M){return this._invoke(O,M)})})}function L(E,O){function M(v,k,ee,se){var ge=b(E[v],E,k);if(ge.type!=="throw"){var ve=ge.arg,Se=ve.value;return Se&&t(Se)=="object"&&o.call(Se,"__await")?O.resolve(Se.__await).then(function(xe){M("next",xe,ee,se)},function(xe){M("throw",xe,ee,se)}):O.resolve(Se).then(function(xe){ve.value=xe,ee(ve)},function(xe){return M("throw",xe,ee,se)})}se(ge.arg)}var g;a(this,"_invoke",{value:function(k,ee){function se(){return new O(function(ge,ve){M(k,ee,ge,ve)})}return g=g?g.then(se,se):se()}})}function D(E,O,M){var g=w;return function(v,k){if(g===P)throw Error("Generator is already running");if(g===R){if(v==="throw")throw k;return{value:n,done:!0}}for(M.method=v,M.arg=k;;){var ee=M.delegate;if(ee){var se=p(ee,M);if(se){if(se===N)continue;return se}}if(M.method==="next")M.sent=M._sent=M.arg;else if(M.method==="throw"){if(g===w)throw g=R,M.arg;M.dispatchException(M.arg)}else M.method==="return"&&M.abrupt("return",M.arg);g=P;var ge=b(E,O,M);if(ge.type==="normal"){if(g=M.done?R:T,ge.arg===N)continue;return{value:ge.arg,done:M.done}}ge.type==="throw"&&(g=R,M.method="throw",M.arg=ge.arg)}}}function p(E,O){var M=O.method,g=E.iterator[M];if(g===n)return O.delegate=null,M==="throw"&&E.iterator.return&&(O.method="return",O.arg=n,p(E,O),O.method==="throw")||M!=="return"&&(O.method="throw",O.arg=new TypeError("The iterator does not provide a '"+M+"' 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 k=v.arg;return k?k.done?(O[E.resultName]=k.value,O.next=E.nextLoc,O.method!=="return"&&(O.method="next",O.arg=n),O.delegate=null,N):k:(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 C(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 M=-1,g=function v(){for(;++M<E.length;)if(o.call(E,M))return v.value=E[M],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 F.prototype=W,a(oe,"constructor",{value:W,configurable:!0}),a(W,"constructor",{value:F,configurable:!0}),F.displayName=h(W,f,"GeneratorFunction"),i.isGeneratorFunction=function(E){var O=typeof E=="function"&&E.constructor;return!!O&&(O===F||(O.displayName||O.name)==="GeneratorFunction")},i.mark=function(E){return Object.setPrototypeOf?Object.setPrototypeOf(E,W):(E.__proto__=W,h(E,f,"GeneratorFunction")),E.prototype=Object.create(oe),E},i.awrap=function(E){return{__await:E}},H(L.prototype),h(L.prototype,l,function(){return this}),i.AsyncIterator=L,i.async=function(E,O,M,g,v){v===void 0&&(v=Promise);var k=new L(y(E,O,M,g),v);return i.isGeneratorFunction(O)?k:k.next().then(function(ee){return ee.done?ee.value:k.next()})},H(oe),h(oe,f,"Generator"),h(oe,u,function(){return this}),h(oe,"toString",function(){return"[object Generator]"}),i.keys=function(E){var O=Object(E),M=[];for(var g in O)M.push(g);return M.reverse(),function v(){for(;M.length;){var k=M.pop();if(k in O)return v.value=k,v.done=!1,v}return v.done=!0,v}},i.values=C,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 M in this)M.charAt(0)==="t"&&o.call(this,M)&&!isNaN(+M.slice(1))&&(this[M]=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 M=this;function g(ve,Se){return ee.type="throw",ee.arg=O,M.next=ve,Se&&(M.method="next",M.arg=n),!!Se}for(var v=this.tryEntries.length-1;v>=0;--v){var k=this.tryEntries[v],ee=k.completion;if(k.tryLoc==="root")return g("end");if(k.tryLoc<=this.prev){var se=o.call(k,"catchLoc"),ge=o.call(k,"finallyLoc");if(se&&ge){if(this.prev<k.catchLoc)return g(k.catchLoc,!0);if(this.prev<k.finallyLoc)return g(k.finallyLoc)}else if(se){if(this.prev<k.catchLoc)return g(k.catchLoc,!0)}else{if(!ge)throw Error("try statement without catch or finally");if(this.prev<k.finallyLoc)return g(k.finallyLoc)}}}},abrupt:function(O,M){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 k=v;break}}k&&(O==="break"||O==="continue")&&k.tryLoc<=M&&M<=k.finallyLoc&&(k=null);var ee=k?k.completion:{};return ee.type=O,ee.arg=M,k?(this.method="next",this.next=k.finallyLoc,N):this.complete(ee)},complete:function(O,M){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"&&M&&(this.next=M),N},finish:function(O){for(var M=this.tryEntries.length-1;M>=0;--M){var g=this.tryEntries[M];if(g.finallyLoc===O)return this.complete(g.completion,g.afterLoc),m(g),N}},catch:function(O){for(var M=this.tryEntries.length-1;M>=0;--M){var g=this.tryEntries[M];if(g.tryLoc===O){var v=g.completion;if(v.type==="throw"){var k=v.arg;m(g)}return k}}throw Error("illegal catch attempt")},delegateYield:function(O,M,g){return this.delegate={iterator:C(O),resultName:M,nextLoc:g},this.method==="next"&&(this.arg=n),N}},i}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(xh)),xh.exports}var Eh,T2;function B7(){if(T2)return Eh;T2=1;var e=$7()();Eh=e;try{regeneratorRuntime=e}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}return Eh}var Ch={exports:{}},O2;function L7(){return O2||(O2=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}(Ch)),Ch.exports}var Mh={exports:{}},Ah={exports:{}},Th={exports:{}},I2;function F7(){return I2||(I2=1,function(e){var t=Tu().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}(Th)),Th.exports}var P2;function U7(){return P2||(P2=1,function(e){var t=Tu().default,r=F7();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}(Ah)),Ah.exports}var k2;function z7(){return k2||(k2=1,function(e){var t=U7();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}(Mh)),Mh.exports}var Oh,j2;function V7(){if(j2)return Oh;j2=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 Oh=t=>!e.has(t&&t.code),Oh}var Va=D7;Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.isNetworkError=kh,Wr.isRetryableError=Iu,Wr.isSafeRequestError=$2,Wr.isIdempotentRequestError=jh,Wr.isNetworkOrIdempotentRequestError=Rh,Wr.exponentialDelay=B2,Wr.default=ks,Wr.DEFAULT_OPTIONS=Wr.namespace=void 0;var Ou=Va(B7()),q7=Va(Tu()),R2=Va(L7()),H7=Va(z7()),W7=Va(V7());function N2(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 Ih(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?N2(Object(r),!0).forEach(function(n){(0,H7.default)(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):N2(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var Ph="axios-retry";Wr.namespace=Ph;function kh(e){var t=["ERR_CANCELED","ECONNABORTED"];return!e.response&&!!e.code&&!t.includes(e.code)&&(0,W7.default)(e)}var D2=["get","head","options"],G7=D2.concat(["put","delete"]);function Iu(e){return e.code!=="ECONNABORTED"&&(!e.response||e.response.status>=500&&e.response.status<=599)}function $2(e){return e.config?Iu(e)&&D2.indexOf(e.config.method)!==-1:!1}function jh(e){return e.config?Iu(e)&&G7.indexOf(e.config.method)!==-1:!1}function Rh(e){return kh(e)||jh(e)}function K7(){return 0}function B2(){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 L2={retries:3,retryCondition:Rh,retryDelay:K7,shouldResetTimeout:!1,onRetry:function(){}};Wr.DEFAULT_OPTIONS=L2;function X7(e,t){return Ih(Ih(Ih({},L2),t),e[Ph])}function F2(e,t){var r=X7(e,t);return r.retryCount=r.retryCount||0,e[Ph]=r,r}function J7(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 Y7(e,t){return Nh.apply(this,arguments)}function Nh(){return Nh=(0,R2.default)(Ou.default.mark(function e(t,r){var n,i,s,o;return Ou.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,q7.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]])})),Nh.apply(this,arguments)}function ks(e,t){var r=e.interceptors.request.use(function(i){var s=F2(i,t);return s.lastRequestTime=Date.now(),i}),n=e.interceptors.response.use(null,function(){var i=(0,R2.default)(Ou.default.mark(function s(o){var a,c,u,l,f,h,y,b;return Ou.default.wrap(function(T){for(;;)switch(T.prev=T.next){case 0:if(a=o.config,a){T.next=3;break}return T.abrupt("return",Promise.reject(o));case 3:return c=F2(a,t),T.next=6,Y7(c,o);case 6:if(!T.sent){T.next=21;break}if(c.retryCount+=1,u=c.retryDelay,l=c.shouldResetTimeout,f=c.onRetry,h=u(c.retryCount,o),J7(e,a),!(!l&&a.timeout&&c.lastRequestTime)){T.next=17;break}if(y=Date.now()-c.lastRequestTime,b=a.timeout-y-h,!(b<=0)){T.next=16;break}return T.abrupt("return",Promise.reject(o));case 16:a.timeout=b;case 17:return a.transformRequest=[function(P){return P}],T.next=20,f(c.retryCount,o,a);case 20:return T.abrupt("return",new Promise(function(P){return setTimeout(function(){return P(e(a))},h)}));case 21:return T.abrupt("return",Promise.reject(o));case 22:case"end":return T.stop()}},s)}));return function(s){return i.apply(this,arguments)}}());return{requestInterceptorId:r,responseInterceptorId:n}}ks.isNetworkError=kh,ks.isSafeRequestError=$2,ks.isIdempotentRequestError=jh,ks.isNetworkOrIdempotentRequestError=Rh,ks.exponentialDelay=B2,ks.isRetryableError=Iu;const U2=Wr.default;_h.exports=U2,_h.exports.default=U2;var Z7=_h.exports,Pu={},_o=null;typeof WebSocket<"u"?_o=WebSocket:typeof MozWebSocket<"u"?_o=MozWebSocket:typeof kr<"u"?_o=kr.WebSocket||kr.MozWebSocket:typeof window<"u"?_o=window.WebSocket||window.MozWebSocket:typeof self<"u"&&(_o=self.WebSocket||self.MozWebSocket);var Q7=_o,ek=kr&&kr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Pu,"__esModule",{value:!0}),Pu.ResilientWebSocket=void 0;const tk=ek(Q7),rk=3e4+3e3;class nk{constructor(t,r){gt(this,"endpoint");gt(this,"wsClient");gt(this,"wsUserClosed");gt(this,"wsFailedAttempts");gt(this,"pingTimeout");gt(this,"logger");gt(this,"onError");gt(this,"onMessage");gt(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 tk.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=ik(this.wsFailedAttempts);(r=this.logger)==null||r.error(`Connection closed unexpectedly or because of timeout. Reconnecting after ${i}ms.`),await z2(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()},rk)}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 z2(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}}Pu.ResilientWebSocket=nk;async function z2(e){return new Promise(t=>setTimeout(t,e))}function ik(e){return 2**e*100}var xo={};Object.defineProperty(xo,"__esModule",{value:!0}),xo.removeLeading0xIfExists=xo.makeWebsocketUrl=void 0;function sk(e){const t=new URL("ws",e),r=t.protocol==="https:";return t.protocol=r?"wss:":"ws:",t.toString()}xo.makeWebsocketUrl=sk;function ok(e){return e.startsWith("0x")?e.substring(2):e}xo.removeLeading0xIfExists=ok;var V2=kr&&kr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(du,"__esModule",{value:!0}),du.PriceServiceConnection=void 0;const Dh=Yd,ak=V2(E2),q2=V2(Z7),ck=Pu,$h=xo;class uk{constructor(t,r){gt(this,"httpClient");gt(this,"priceFeedCallbacks");gt(this,"wsClient");gt(this,"wsEndpoint");gt(this,"logger");gt(this,"priceFeedRequestConfig");gt(this,"onWsError");var n,i,s;this.httpClient=ak.default.create({baseURL:t,timeout:(r==null?void 0:r.timeout)||5e3}),(0,q2.default)(this.httpClient,{retries:(r==null?void 0:r.httpRetries)||3,retryDelay:q2.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 cn<"u"&&typeof cn.exit=="function"?(this.logger.error("Halting the process due to the websocket error"),cn.exit(1)):this.logger.error("Cannot halt process. Please handle the websocket error.")},this.wsEndpoint=(0,$h.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=>Dh.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 Dh.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,$h.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,$h.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 ck.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=Dh.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()}}du.PriceServiceConnection=uk,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.parseAccumulatorUpdateData=e.isAccumulatorUpdateData=e.Price=e.PriceFeed=e.PriceFeedMetadata=e.PriceServiceConnection=void 0;var t=du;Object.defineProperty(e,"PriceServiceConnection",{enumerable:!0,get:function(){return t.PriceServiceConnection}});var r=Yd;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}})}(Jd),Object.defineProperty(fu,"__esModule",{value:!0}),fu.SuiPriceServiceConnection=void 0;const lk=Jd,fk=La;class dk extends lk.PriceServiceConnection{async getPriceFeedsUpdateData(t){return(await this.getLatestVaas(t)).map(n=>fk.Buffer.from(n,"base64"))}}fu.SuiPriceServiceConnection=dk;var ku={};Object.defineProperty(ku,"__esModule",{value:!0}),ku.SuiPythClient=void 0;const ju=hn,So=Ln,hk=La,Bh=16*1024;class pk{constructor(t,r,n){gt(this,"provider");gt(this,"pythStateId");gt(this,"wormholeStateId");gt(this,"pythPackageId");gt(this,"wormholePackageId");gt(this,"priceTableInfo");gt(this,"priceFeedObjectIdCache",new Map);gt(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(So.bcs.vector(So.bcs.U8).serialize(Array.from(s),{maxSize:Bh}).toBytes()),r.object(ju.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(So.bcs.vector(So.bcs.U8).serialize(Array.from(r[0]),{maxSize:Bh}).toBytes()),a[0],t.object(ju.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(ju.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(So.bcs.vector(So.bcs.U8).serialize(Array.from(r[0]),{maxSize:Bh}).toBytes()),s[0],t.object(ju.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(hk.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)}}ku.SuiPythClient=pk,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PriceFeed=e.Price=e.SuiPythClient=e.SuiPriceServiceConnection=void 0;var t=fu;Object.defineProperty(e,"SuiPriceServiceConnection",{enumerable:!0,get:function(){return t.SuiPriceServiceConnection}});var r=ku;Object.defineProperty(e,"SuiPythClient",{enumerable:!0,get:function(){return r.SuiPythClient}});var n=Jd;Object.defineProperty(e,"Price",{enumerable:!0,get:function(){return n.Price}}),Object.defineProperty(e,"PriceFeed",{enumerable:!0,get:function(){return n.PriceFeed}})}($w);var H2=$E,Lh=hn,mk=go,Ru=$w,gk=Object.create,Fh=Object.defineProperty,vk=Object.defineProperties,yk=Object.getOwnPropertyDescriptor,bk=Object.getOwnPropertyDescriptors,W2=Object.getOwnPropertyNames,G2=Object.getOwnPropertySymbols,wk=Object.getPrototypeOf,K2=Object.prototype.hasOwnProperty,_k=Object.prototype.propertyIsEnumerable,X2=(e,t,r)=>t in e?Fh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,xk=(e,t)=>{for(var r in t||(t={}))K2.call(t,r)&&X2(e,r,t[r]);if(G2)for(var r of G2(t))_k.call(t,r)&&X2(e,r,t[r]);return e},Sk=(e,t)=>vk(e,bk(t)),Ek=(e=>typeof Nn<"u"?Nn:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof Nn<"u"?Nn:t)[r]}):e)(function(e){if(typeof Nn<"u")return Nn.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),Ck=(e,t)=>function(){return t||(0,e[W2(e)[0]])((t={exports:{}}).exports,t),t.exports},Mk=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of W2(t))!K2.call(e,i)&&i!==r&&Fh(e,i,{get:()=>t[i],enumerable:!(n=yk(t,i))||n.enumerable});return e},Eo=(e,t,r)=>(r=e!=null?gk(wk(e)):{},Mk(!e||!e.__esModule?Fh(r,"default",{value:e,enumerable:!0}):r,e)),xt=(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())}),Co=Ck({"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=Ek("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 C=0;d[0]==="-"&&(C++,this.negative=1),C<d.length&&(m===16?this._parseHex(d,C,x):(this._parseBase(d,m,C),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 C=0;C<this.length;C++)this.words[C]=0;var E,O,M=0;if(x==="be")for(C=d.length-1,E=0;C>=0;C-=3)O=d[C]|d[C-1]<<8|d[C-2]<<16,this.words[E]|=O<<M&67108863,this.words[E+1]=O>>>26-M&67108863,M+=24,M>=26&&(M-=26,E++);else if(x==="le")for(C=0,E=0;C<d.length;C+=3)O=d[C]|d[C+1]<<8|d[C+2]<<16,this.words[E]|=O<<M&67108863,this.words[E+1]=O>>>26-M&67108863,M+=24,M>=26&&(M-=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 C=0;C<this.length;C++)this.words[C]=0;var E=0,O=0,M;if(x==="be")for(C=d.length-1;C>=m;C-=2)M=u(d,m,C)<<E,this.words[O]|=M&67108863,E>=18?(E-=18,O+=1,this.words[O]|=M>>>26):E+=8;else{var g=d.length-m;for(C=g%2===0?m+1:m;C<d.length;C+=2)M=u(d,m,C)<<E,this.words[O]|=M&67108863,E>=18?(E-=18,O+=1,this.words[O]|=M>>>26):E+=8}this._strip()};function l(p,d,m,x){for(var C=0,E=0,O=Math.min(p.length,m),M=d;M<O;M++){var g=p.charCodeAt(M)-48;C*=x,g>=49?E=g-49+10:g>=17?E=g-17+10:E=g,i(g>=0&&E<x,"Invalid character"),C+=E}return C}o.prototype._parseBase=function(d,m,x){this.words=[0],this.length=1;for(var C=0,E=1;E<=67108863;E*=m)C++;C--,E=E/m|0;for(var O=d.length-x,M=O%C,g=Math.min(O,O-M)+x,v=0,k=x;k<g;k+=C)v=l(d,k,k+C,m),this.imuln(E),this.words[0]+v<67108864?this.words[0]+=v:this._iaddn(v);if(M!==0){var ee=1;for(v=l(d,k,d.length,m),k=0;k<M;k++)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],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 C=0,E=0,O=0;O<this.length;O++){var M=this.words[O],g=((M<<C|E)&16777215).toString(16);E=M>>>24-C&16777215,C+=2,C>=26&&(C-=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],k=w[d];x="";var ee=this.clone();for(ee.negative=0;!ee.isZero();){var se=ee.modrn(k).toString(d);ee=ee.idivn(k),ee.isZero()?x=se+x:x=y[v-se.length]+se+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 T=function(d,m){return d.allocUnsafe?d.allocUnsafe(m):new d(m)};o.prototype.toArrayLike=function(d,m,x){this._strip();var C=this.byteLength(),E=x||Math.max(1,C);i(C<=E,"byte array longer than desired length"),i(E>0,"Requested array length <= 0");var O=T(d,E),M=m==="le"?"LE":"BE";return this["_toArrayLike"+M](O,C),O},o.prototype._toArrayLikeLE=function(d,m){for(var x=0,C=0,E=0,O=0;E<this.length;E++){var M=this.words[E]<<O|C;d[x++]=M&255,x<d.length&&(d[x++]=M>>8&255),x<d.length&&(d[x++]=M>>16&255),O===6?(x<d.length&&(d[x++]=M>>24&255),C=0,O=0):(C=M>>>24,O+=2)}if(x<d.length)for(d[x++]=C;x<d.length;)d[x++]=0},o.prototype._toArrayLikeBE=function(d,m){for(var x=d.length-1,C=0,E=0,O=0;E<this.length;E++){var M=this.words[E]<<O|C;d[x--]=M&255,x>=0&&(d[x--]=M>>8&255),x>=0&&(d[x--]=M>>16&255),O===6?(x>=0&&(d[x--]=M>>24&255),C=0,O=0):(C=M>>>24,O+=2)}if(x>=0)for(d[x--]=C;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,C=m%26;d[m]=p.words[x]>>>C&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 C=0;C<x.length;C++)this.words[C]=m.words[C]^x.words[C];if(this!==m)for(;C<m.length;C++)this.words[C]=m.words[C];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 C=0;C<m;C++)this.words[C]=~this.words[C]&67108863;return x>0&&(this.words[C]=~this.words[C]&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,C=d%26;return this._expand(x+1),m?this.words[x]=this.words[x]|1<<C:this.words[x]=this.words[x]&~(1<<C),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,C;this.length>d.length?(x=this,C=d):(x=d,C=this);for(var E=0,O=0;O<C.length;O++)m=(x.words[O]|0)+(C.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 C,E;x>0?(C=this,E=d):(C=d,E=this);for(var O=0,M=0;M<E.length;M++)m=(C.words[M]|0)-(E.words[M]|0)+O,O=m>>26,this.words[M]=m&67108863;for(;O!==0&&M<C.length;M++)m=(C.words[M]|0)+O,O=m>>26,this.words[M]=m&67108863;if(O===0&&M<C.length&&C!==this)for(;M<C.length;M++)this.words[M]=C.words[M];return this.length=Math.max(this.length,M),C!==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 C=p.words[0]|0,E=d.words[0]|0,O=C*E,M=O&67108863,g=O/67108864|0;m.words[0]=M;for(var v=1;v<x;v++){for(var k=g>>>26,ee=g&67108863,se=Math.min(v,d.length-1),ge=Math.max(0,v-p.length+1);ge<=se;ge++){var ve=v-ge|0;C=p.words[ve]|0,E=d.words[ge]|0,O=C*E+ee,k+=O/67108864|0,ee=O&67108863}m.words[v]=ee|0,g=k|0}return g!==0?m.words[v]=g|0:m.length--,m._strip()}var N=function(d,m,x){var C=d.words,E=m.words,O=x.words,M=0,g,v,k,ee=C[0]|0,se=ee&8191,ge=ee>>>13,ve=C[1]|0,Se=ve&8191,xe=ve>>>13,Xe=C[2]|0,Le=Xe&8191,ct=Xe>>>13,dt=C[3]|0,De=dt&8191,vt=dt>>>13,we=C[4]|0,me=we&8191,Ae=we>>>13,ze=C[5]|0,Ne=ze&8191,Te=ze>>>13,Oe=C[6]|0,Be=Oe&8191,ft=Oe>>>13,pt=C[7]|0,He=pt&8191,kt=pt>>>13,St=C[8]|0,Qe=St&8191,Tt=St>>>13,$t=C[9]|0,rt=$t&8191,Et=$t>>>13,Ot=E[0]|0,it=Ot&8191,jt=Ot>>>13,It=E[1]|0,nt=It&8191,wt=It>>>13,Mt=E[2]|0,Je=Mt&8191,mt=Mt>>>13,Pt=E[3]|0,st=Pt&8191,_t=Pt>>>13,Ut=E[4]|0,j=Ut&8191,S=Ut>>>13,A=E[5]|0,B=A&8191,X=A>>>13,Z=E[6]|0,re=Z&8191,$e=Z>>>13,tt=E[7]|0,Re=tt&8191,V=tt>>>13,ae=E[8]|0,de=ae&8191,ke=ae>>>13,We=E[9]|0,je=We&8191,Fe=We>>>13;x.negative=d.negative^m.negative,x.length=19,g=Math.imul(se,it),v=Math.imul(se,jt),v=v+Math.imul(ge,it)|0,k=Math.imul(ge,jt);var ut=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(ut>>>26)|0,ut&=67108863,g=Math.imul(Se,it),v=Math.imul(Se,jt),v=v+Math.imul(xe,it)|0,k=Math.imul(xe,jt),g=g+Math.imul(se,nt)|0,v=v+Math.imul(se,wt)|0,v=v+Math.imul(ge,nt)|0,k=k+Math.imul(ge,wt)|0;var Jt=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(Jt>>>26)|0,Jt&=67108863,g=Math.imul(Le,it),v=Math.imul(Le,jt),v=v+Math.imul(ct,it)|0,k=Math.imul(ct,jt),g=g+Math.imul(Se,nt)|0,v=v+Math.imul(Se,wt)|0,v=v+Math.imul(xe,nt)|0,k=k+Math.imul(xe,wt)|0,g=g+Math.imul(se,Je)|0,v=v+Math.imul(se,mt)|0,v=v+Math.imul(ge,Je)|0,k=k+Math.imul(ge,mt)|0;var Rt=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,g=Math.imul(De,it),v=Math.imul(De,jt),v=v+Math.imul(vt,it)|0,k=Math.imul(vt,jt),g=g+Math.imul(Le,nt)|0,v=v+Math.imul(Le,wt)|0,v=v+Math.imul(ct,nt)|0,k=k+Math.imul(ct,wt)|0,g=g+Math.imul(Se,Je)|0,v=v+Math.imul(Se,mt)|0,v=v+Math.imul(xe,Je)|0,k=k+Math.imul(xe,mt)|0,g=g+Math.imul(se,st)|0,v=v+Math.imul(se,_t)|0,v=v+Math.imul(ge,st)|0,k=k+Math.imul(ge,_t)|0;var Bt=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(Bt>>>26)|0,Bt&=67108863,g=Math.imul(me,it),v=Math.imul(me,jt),v=v+Math.imul(Ae,it)|0,k=Math.imul(Ae,jt),g=g+Math.imul(De,nt)|0,v=v+Math.imul(De,wt)|0,v=v+Math.imul(vt,nt)|0,k=k+Math.imul(vt,wt)|0,g=g+Math.imul(Le,Je)|0,v=v+Math.imul(Le,mt)|0,v=v+Math.imul(ct,Je)|0,k=k+Math.imul(ct,mt)|0,g=g+Math.imul(Se,st)|0,v=v+Math.imul(Se,_t)|0,v=v+Math.imul(xe,st)|0,k=k+Math.imul(xe,_t)|0,g=g+Math.imul(se,j)|0,v=v+Math.imul(se,S)|0,v=v+Math.imul(ge,j)|0,k=k+Math.imul(ge,S)|0;var nr=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(nr>>>26)|0,nr&=67108863,g=Math.imul(Ne,it),v=Math.imul(Ne,jt),v=v+Math.imul(Te,it)|0,k=Math.imul(Te,jt),g=g+Math.imul(me,nt)|0,v=v+Math.imul(me,wt)|0,v=v+Math.imul(Ae,nt)|0,k=k+Math.imul(Ae,wt)|0,g=g+Math.imul(De,Je)|0,v=v+Math.imul(De,mt)|0,v=v+Math.imul(vt,Je)|0,k=k+Math.imul(vt,mt)|0,g=g+Math.imul(Le,st)|0,v=v+Math.imul(Le,_t)|0,v=v+Math.imul(ct,st)|0,k=k+Math.imul(ct,_t)|0,g=g+Math.imul(Se,j)|0,v=v+Math.imul(Se,S)|0,v=v+Math.imul(xe,j)|0,k=k+Math.imul(xe,S)|0,g=g+Math.imul(se,B)|0,v=v+Math.imul(se,X)|0,v=v+Math.imul(ge,B)|0,k=k+Math.imul(ge,X)|0;var Sr=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(Sr>>>26)|0,Sr&=67108863,g=Math.imul(Be,it),v=Math.imul(Be,jt),v=v+Math.imul(ft,it)|0,k=Math.imul(ft,jt),g=g+Math.imul(Ne,nt)|0,v=v+Math.imul(Ne,wt)|0,v=v+Math.imul(Te,nt)|0,k=k+Math.imul(Te,wt)|0,g=g+Math.imul(me,Je)|0,v=v+Math.imul(me,mt)|0,v=v+Math.imul(Ae,Je)|0,k=k+Math.imul(Ae,mt)|0,g=g+Math.imul(De,st)|0,v=v+Math.imul(De,_t)|0,v=v+Math.imul(vt,st)|0,k=k+Math.imul(vt,_t)|0,g=g+Math.imul(Le,j)|0,v=v+Math.imul(Le,S)|0,v=v+Math.imul(ct,j)|0,k=k+Math.imul(ct,S)|0,g=g+Math.imul(Se,B)|0,v=v+Math.imul(Se,X)|0,v=v+Math.imul(xe,B)|0,k=k+Math.imul(xe,X)|0,g=g+Math.imul(se,re)|0,v=v+Math.imul(se,$e)|0,v=v+Math.imul(ge,re)|0,k=k+Math.imul(ge,$e)|0;var sr=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(sr>>>26)|0,sr&=67108863,g=Math.imul(He,it),v=Math.imul(He,jt),v=v+Math.imul(kt,it)|0,k=Math.imul(kt,jt),g=g+Math.imul(Be,nt)|0,v=v+Math.imul(Be,wt)|0,v=v+Math.imul(ft,nt)|0,k=k+Math.imul(ft,wt)|0,g=g+Math.imul(Ne,Je)|0,v=v+Math.imul(Ne,mt)|0,v=v+Math.imul(Te,Je)|0,k=k+Math.imul(Te,mt)|0,g=g+Math.imul(me,st)|0,v=v+Math.imul(me,_t)|0,v=v+Math.imul(Ae,st)|0,k=k+Math.imul(Ae,_t)|0,g=g+Math.imul(De,j)|0,v=v+Math.imul(De,S)|0,v=v+Math.imul(vt,j)|0,k=k+Math.imul(vt,S)|0,g=g+Math.imul(Le,B)|0,v=v+Math.imul(Le,X)|0,v=v+Math.imul(ct,B)|0,k=k+Math.imul(ct,X)|0,g=g+Math.imul(Se,re)|0,v=v+Math.imul(Se,$e)|0,v=v+Math.imul(xe,re)|0,k=k+Math.imul(xe,$e)|0,g=g+Math.imul(se,Re)|0,v=v+Math.imul(se,V)|0,v=v+Math.imul(ge,Re)|0,k=k+Math.imul(ge,V)|0;var Yt=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(Yt>>>26)|0,Yt&=67108863,g=Math.imul(Qe,it),v=Math.imul(Qe,jt),v=v+Math.imul(Tt,it)|0,k=Math.imul(Tt,jt),g=g+Math.imul(He,nt)|0,v=v+Math.imul(He,wt)|0,v=v+Math.imul(kt,nt)|0,k=k+Math.imul(kt,wt)|0,g=g+Math.imul(Be,Je)|0,v=v+Math.imul(Be,mt)|0,v=v+Math.imul(ft,Je)|0,k=k+Math.imul(ft,mt)|0,g=g+Math.imul(Ne,st)|0,v=v+Math.imul(Ne,_t)|0,v=v+Math.imul(Te,st)|0,k=k+Math.imul(Te,_t)|0,g=g+Math.imul(me,j)|0,v=v+Math.imul(me,S)|0,v=v+Math.imul(Ae,j)|0,k=k+Math.imul(Ae,S)|0,g=g+Math.imul(De,B)|0,v=v+Math.imul(De,X)|0,v=v+Math.imul(vt,B)|0,k=k+Math.imul(vt,X)|0,g=g+Math.imul(Le,re)|0,v=v+Math.imul(Le,$e)|0,v=v+Math.imul(ct,re)|0,k=k+Math.imul(ct,$e)|0,g=g+Math.imul(Se,Re)|0,v=v+Math.imul(Se,V)|0,v=v+Math.imul(xe,Re)|0,k=k+Math.imul(xe,V)|0,g=g+Math.imul(se,de)|0,v=v+Math.imul(se,ke)|0,v=v+Math.imul(ge,de)|0,k=k+Math.imul(ge,ke)|0;var gr=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(gr>>>26)|0,gr&=67108863,g=Math.imul(rt,it),v=Math.imul(rt,jt),v=v+Math.imul(Et,it)|0,k=Math.imul(Et,jt),g=g+Math.imul(Qe,nt)|0,v=v+Math.imul(Qe,wt)|0,v=v+Math.imul(Tt,nt)|0,k=k+Math.imul(Tt,wt)|0,g=g+Math.imul(He,Je)|0,v=v+Math.imul(He,mt)|0,v=v+Math.imul(kt,Je)|0,k=k+Math.imul(kt,mt)|0,g=g+Math.imul(Be,st)|0,v=v+Math.imul(Be,_t)|0,v=v+Math.imul(ft,st)|0,k=k+Math.imul(ft,_t)|0,g=g+Math.imul(Ne,j)|0,v=v+Math.imul(Ne,S)|0,v=v+Math.imul(Te,j)|0,k=k+Math.imul(Te,S)|0,g=g+Math.imul(me,B)|0,v=v+Math.imul(me,X)|0,v=v+Math.imul(Ae,B)|0,k=k+Math.imul(Ae,X)|0,g=g+Math.imul(De,re)|0,v=v+Math.imul(De,$e)|0,v=v+Math.imul(vt,re)|0,k=k+Math.imul(vt,$e)|0,g=g+Math.imul(Le,Re)|0,v=v+Math.imul(Le,V)|0,v=v+Math.imul(ct,Re)|0,k=k+Math.imul(ct,V)|0,g=g+Math.imul(Se,de)|0,v=v+Math.imul(Se,ke)|0,v=v+Math.imul(xe,de)|0,k=k+Math.imul(xe,ke)|0,g=g+Math.imul(se,je)|0,v=v+Math.imul(se,Fe)|0,v=v+Math.imul(ge,je)|0,k=k+Math.imul(ge,Fe)|0;var On=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(On>>>26)|0,On&=67108863,g=Math.imul(rt,nt),v=Math.imul(rt,wt),v=v+Math.imul(Et,nt)|0,k=Math.imul(Et,wt),g=g+Math.imul(Qe,Je)|0,v=v+Math.imul(Qe,mt)|0,v=v+Math.imul(Tt,Je)|0,k=k+Math.imul(Tt,mt)|0,g=g+Math.imul(He,st)|0,v=v+Math.imul(He,_t)|0,v=v+Math.imul(kt,st)|0,k=k+Math.imul(kt,_t)|0,g=g+Math.imul(Be,j)|0,v=v+Math.imul(Be,S)|0,v=v+Math.imul(ft,j)|0,k=k+Math.imul(ft,S)|0,g=g+Math.imul(Ne,B)|0,v=v+Math.imul(Ne,X)|0,v=v+Math.imul(Te,B)|0,k=k+Math.imul(Te,X)|0,g=g+Math.imul(me,re)|0,v=v+Math.imul(me,$e)|0,v=v+Math.imul(Ae,re)|0,k=k+Math.imul(Ae,$e)|0,g=g+Math.imul(De,Re)|0,v=v+Math.imul(De,V)|0,v=v+Math.imul(vt,Re)|0,k=k+Math.imul(vt,V)|0,g=g+Math.imul(Le,de)|0,v=v+Math.imul(Le,ke)|0,v=v+Math.imul(ct,de)|0,k=k+Math.imul(ct,ke)|0,g=g+Math.imul(Se,je)|0,v=v+Math.imul(Se,Fe)|0,v=v+Math.imul(xe,je)|0,k=k+Math.imul(xe,Fe)|0;var Vr=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(Vr>>>26)|0,Vr&=67108863,g=Math.imul(rt,Je),v=Math.imul(rt,mt),v=v+Math.imul(Et,Je)|0,k=Math.imul(Et,mt),g=g+Math.imul(Qe,st)|0,v=v+Math.imul(Qe,_t)|0,v=v+Math.imul(Tt,st)|0,k=k+Math.imul(Tt,_t)|0,g=g+Math.imul(He,j)|0,v=v+Math.imul(He,S)|0,v=v+Math.imul(kt,j)|0,k=k+Math.imul(kt,S)|0,g=g+Math.imul(Be,B)|0,v=v+Math.imul(Be,X)|0,v=v+Math.imul(ft,B)|0,k=k+Math.imul(ft,X)|0,g=g+Math.imul(Ne,re)|0,v=v+Math.imul(Ne,$e)|0,v=v+Math.imul(Te,re)|0,k=k+Math.imul(Te,$e)|0,g=g+Math.imul(me,Re)|0,v=v+Math.imul(me,V)|0,v=v+Math.imul(Ae,Re)|0,k=k+Math.imul(Ae,V)|0,g=g+Math.imul(De,de)|0,v=v+Math.imul(De,ke)|0,v=v+Math.imul(vt,de)|0,k=k+Math.imul(vt,ke)|0,g=g+Math.imul(Le,je)|0,v=v+Math.imul(Le,Fe)|0,v=v+Math.imul(ct,je)|0,k=k+Math.imul(ct,Fe)|0;var In=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(In>>>26)|0,In&=67108863,g=Math.imul(rt,st),v=Math.imul(rt,_t),v=v+Math.imul(Et,st)|0,k=Math.imul(Et,_t),g=g+Math.imul(Qe,j)|0,v=v+Math.imul(Qe,S)|0,v=v+Math.imul(Tt,j)|0,k=k+Math.imul(Tt,S)|0,g=g+Math.imul(He,B)|0,v=v+Math.imul(He,X)|0,v=v+Math.imul(kt,B)|0,k=k+Math.imul(kt,X)|0,g=g+Math.imul(Be,re)|0,v=v+Math.imul(Be,$e)|0,v=v+Math.imul(ft,re)|0,k=k+Math.imul(ft,$e)|0,g=g+Math.imul(Ne,Re)|0,v=v+Math.imul(Ne,V)|0,v=v+Math.imul(Te,Re)|0,k=k+Math.imul(Te,V)|0,g=g+Math.imul(me,de)|0,v=v+Math.imul(me,ke)|0,v=v+Math.imul(Ae,de)|0,k=k+Math.imul(Ae,ke)|0,g=g+Math.imul(De,je)|0,v=v+Math.imul(De,Fe)|0,v=v+Math.imul(vt,je)|0,k=k+Math.imul(vt,Fe)|0;var Ti=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(Ti>>>26)|0,Ti&=67108863,g=Math.imul(rt,j),v=Math.imul(rt,S),v=v+Math.imul(Et,j)|0,k=Math.imul(Et,S),g=g+Math.imul(Qe,B)|0,v=v+Math.imul(Qe,X)|0,v=v+Math.imul(Tt,B)|0,k=k+Math.imul(Tt,X)|0,g=g+Math.imul(He,re)|0,v=v+Math.imul(He,$e)|0,v=v+Math.imul(kt,re)|0,k=k+Math.imul(kt,$e)|0,g=g+Math.imul(Be,Re)|0,v=v+Math.imul(Be,V)|0,v=v+Math.imul(ft,Re)|0,k=k+Math.imul(ft,V)|0,g=g+Math.imul(Ne,de)|0,v=v+Math.imul(Ne,ke)|0,v=v+Math.imul(Te,de)|0,k=k+Math.imul(Te,ke)|0,g=g+Math.imul(me,je)|0,v=v+Math.imul(me,Fe)|0,v=v+Math.imul(Ae,je)|0,k=k+Math.imul(Ae,Fe)|0;var Oi=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(Oi>>>26)|0,Oi&=67108863,g=Math.imul(rt,B),v=Math.imul(rt,X),v=v+Math.imul(Et,B)|0,k=Math.imul(Et,X),g=g+Math.imul(Qe,re)|0,v=v+Math.imul(Qe,$e)|0,v=v+Math.imul(Tt,re)|0,k=k+Math.imul(Tt,$e)|0,g=g+Math.imul(He,Re)|0,v=v+Math.imul(He,V)|0,v=v+Math.imul(kt,Re)|0,k=k+Math.imul(kt,V)|0,g=g+Math.imul(Be,de)|0,v=v+Math.imul(Be,ke)|0,v=v+Math.imul(ft,de)|0,k=k+Math.imul(ft,ke)|0,g=g+Math.imul(Ne,je)|0,v=v+Math.imul(Ne,Fe)|0,v=v+Math.imul(Te,je)|0,k=k+Math.imul(Te,Fe)|0;var Pn=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(Pn>>>26)|0,Pn&=67108863,g=Math.imul(rt,re),v=Math.imul(rt,$e),v=v+Math.imul(Et,re)|0,k=Math.imul(Et,$e),g=g+Math.imul(Qe,Re)|0,v=v+Math.imul(Qe,V)|0,v=v+Math.imul(Tt,Re)|0,k=k+Math.imul(Tt,V)|0,g=g+Math.imul(He,de)|0,v=v+Math.imul(He,ke)|0,v=v+Math.imul(kt,de)|0,k=k+Math.imul(kt,ke)|0,g=g+Math.imul(Be,je)|0,v=v+Math.imul(Be,Fe)|0,v=v+Math.imul(ft,je)|0,k=k+Math.imul(ft,Fe)|0;var Ii=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(Ii>>>26)|0,Ii&=67108863,g=Math.imul(rt,Re),v=Math.imul(rt,V),v=v+Math.imul(Et,Re)|0,k=Math.imul(Et,V),g=g+Math.imul(Qe,de)|0,v=v+Math.imul(Qe,ke)|0,v=v+Math.imul(Tt,de)|0,k=k+Math.imul(Tt,ke)|0,g=g+Math.imul(He,je)|0,v=v+Math.imul(He,Fe)|0,v=v+Math.imul(kt,je)|0,k=k+Math.imul(kt,Fe)|0;var Pi=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+(Pi>>>26)|0,Pi&=67108863,g=Math.imul(rt,de),v=Math.imul(rt,ke),v=v+Math.imul(Et,de)|0,k=Math.imul(Et,ke),g=g+Math.imul(Qe,je)|0,v=v+Math.imul(Qe,Fe)|0,v=v+Math.imul(Tt,je)|0,k=k+Math.imul(Tt,Fe)|0;var $=(M+g|0)+((v&8191)<<13)|0;M=(k+(v>>>13)|0)+($>>>26)|0,$&=67108863,g=Math.imul(rt,je),v=Math.imul(rt,Fe),v=v+Math.imul(Et,je)|0,k=Math.imul(Et,Fe);var G=(M+g|0)+((v&8191)<<13)|0;return M=(k+(v>>>13)|0)+(G>>>26)|0,G&=67108863,O[0]=ut,O[1]=Jt,O[2]=Rt,O[3]=Bt,O[4]=nr,O[5]=Sr,O[6]=sr,O[7]=Yt,O[8]=gr,O[9]=On,O[10]=Vr,O[11]=In,O[12]=Ti,O[13]=Oi,O[14]=Pn,O[15]=Ii,O[16]=Pi,O[17]=$,O[18]=G,M!==0&&(O[19]=M,x.length++),x};Math.imul||(N=R);function z(p,d,m){m.negative=d.negative^p.negative,m.length=p.length+d.length;for(var x=0,C=0,E=0;E<m.length-1;E++){var O=C;C=0;for(var M=x&67108863,g=Math.min(E,d.length-1),v=Math.max(0,E-p.length+1);v<=g;v++){var k=E-v,ee=p.words[k]|0,se=d.words[v]|0,ge=ee*se,ve=ge&67108863;O=O+(ge/67108864|0)|0,ve=ve+M|0,M=ve&67108863,O=O+(ve>>>26)|0,C+=O>>>26,O&=67108863}m.words[E]=M,x=O,O=C}return x!==0?m.words[E]=x:m.length--,m._strip()}function F(p,d,m){return z(p,d,m)}o.prototype.mulTo=function(d,m){var x,C=this.length+d.length;return this.length===10&&d.length===10?x=N(this,d,m):C<63?x=R(this,d,m):C<1024?x=z(this,d,m):x=F(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),F(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,C=0;C<this.length;C++){var E=(this.words[C]|0)*d,O=(E&67108863)+(x&67108863);x>>=26,x+=E/67108864|0,x+=O>>>26,this.words[C]=O&67108863}return x!==0&&(this.words[C]=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,C=0;C<m.length&&m[C]===0;C++,x=x.sqr());if(++C<m.length)for(var E=x.sqr();C<m.length;C++,E=E.sqr())m[C]!==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,C=67108863>>>26-m<<26-m,E;if(m!==0){var O=0;for(E=0;E<this.length;E++){var M=this.words[E]&C,g=(this.words[E]|0)-M<<m;this.words[E]=g|O,O=M>>>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 C;m?C=(m-m%26)/26:C=0;var E=d%26,O=Math.min((d-E)/26,this.length),M=67108863^67108863>>>E<<E,g=x;if(C-=O,C=Math.max(0,C),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 k=0;for(v=this.length-1;v>=0&&(k!==0||v>=C);v--){var ee=this.words[v]|0;this.words[v]=k<<26-E|ee>>>E,k=ee&M}return g&&k!==0&&(g.words[g.length++]=k),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,C=1<<m;if(this.length<=x)return!1;var E=this.words[x];return!!(E&C)},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 C=67108863^67108863>>>m<<m;this.words[this.length-1]&=C}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 C=d.length+x,E;this._expand(C);var O,M=0;for(E=0;E<d.length;E++){O=(this.words[E+x]|0)+M;var g=(d.words[E]|0)*m;O-=g&67108863,M=(O>>26)-(g/67108864|0),this.words[E+x]=O&67108863}for(;E<this.length-x;E++)O=(this.words[E+x]|0)+M,M=O>>26,this.words[E+x]=O&67108863;if(M===0)return this._strip();for(i(M===-1),M=0,E=0;E<this.length;E++)O=-(this.words[E]|0)+M,M=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,C=this.clone(),E=d,O=E.words[E.length-1]|0,M=this._countBits(O);x=26-M,x!==0&&(E=E.ushln(x),C.iushln(x),O=E.words[E.length-1]|0);var g=C.length-E.length,v;if(m!=="mod"){v=new o(null),v.length=g+1,v.words=new Array(v.length);for(var k=0;k<v.length;k++)v.words[k]=0}var ee=C.clone()._ishlnsubmul(E,1,g);ee.negative===0&&(C=ee,v&&(v.words[g]=1));for(var se=g-1;se>=0;se--){var ge=(C.words[E.length+se]|0)*67108864+(C.words[E.length+se-1]|0);for(ge=Math.min(ge/O|0,67108863),C._ishlnsubmul(E,ge,se);C.negative!==0;)ge--,C.negative=0,C._ishlnsubmul(E,1,se),C.isZero()||(C.negative^=1);v&&(v.words[se]=ge)}return v&&v._strip(),C._strip(),m!=="div"&&x!==0&&C.iushrn(x),{div:v||null,mod:C}},o.prototype.divmod=function(d,m,x){if(i(!d.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var C,E,O;return this.negative!==0&&d.negative===0?(O=this.neg().divmod(d,m),m!=="mod"&&(C=O.div.neg()),m!=="div"&&(E=O.mod.neg(),x&&E.negative!==0&&E.iadd(d)),{div:C,mod:E}):this.negative===0&&d.negative!==0?(O=this.divmod(d.neg(),m),m!=="mod"&&(C=O.div.neg()),{div:C,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,C=d.ushrn(1),E=d.andln(1),O=x.cmp(C);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,C=0,E=this.length-1;E>=0;E--)C=(x*C+(this.words[E]|0))%d;return m?-C:C},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,C=this.length-1;C>=0;C--){var E=(this.words[C]|0)+x*67108864;this.words[C]=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 C=new o(1),E=new o(0),O=new o(0),M=new o(1),g=0;m.isEven()&&x.isEven();)m.iushrn(1),x.iushrn(1),++g;for(var v=x.clone(),k=m.clone();!m.isZero();){for(var ee=0,se=1;!(m.words[0]&se)&&ee<26;++ee,se<<=1);if(ee>0)for(m.iushrn(ee);ee-- >0;)(C.isOdd()||E.isOdd())&&(C.iadd(v),E.isub(k)),C.iushrn(1),E.iushrn(1);for(var ge=0,ve=1;!(x.words[0]&ve)&&ge<26;++ge,ve<<=1);if(ge>0)for(x.iushrn(ge);ge-- >0;)(O.isOdd()||M.isOdd())&&(O.iadd(v),M.isub(k)),O.iushrn(1),M.iushrn(1);m.cmp(x)>=0?(m.isub(x),C.isub(O),E.isub(M)):(x.isub(m),O.isub(C),M.isub(E))}return{a:O,b:M,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 C=new o(1),E=new o(0),O=x.clone();m.cmpn(1)>0&&x.cmpn(1)>0;){for(var M=0,g=1;!(m.words[0]&g)&&M<26;++M,g<<=1);if(M>0)for(m.iushrn(M);M-- >0;)C.isOdd()&&C.iadd(O),C.iushrn(1);for(var v=0,k=1;!(x.words[0]&k)&&v<26;++v,k<<=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),C.isub(E)):(x.isub(m),E.isub(C))}var ee;return m.cmpn(1)===0?ee=C: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 C=0;m.isEven()&&x.isEven();C++)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(C)},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,C=1<<m;if(this.length<=x)return this._expand(x+1),this.words[x]|=C,this;for(var E=C,O=x;E!==0&&O<this.length;O++){var M=this.words[O]|0;M+=E,E=M>>>26,M&=67108863,this.words[O]=M}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 C=this.words[0]|0;x=C===d?0:C<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 C=this.words[x]|0,E=d.words[x]|0;if(C!==E){C<E?m=-1:C>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 L(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 W={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 C=x<this.n?-1:m.ucmp(this.p);return C===0?(m.words[0]=0,m.length=1):C>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 K(){q.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}s(K,q),K.prototype.split=function(d,m){for(var x=4194303,C=Math.min(d.length,9),E=0;E<C;E++)m.words[E]=d.words[E];if(m.length=C,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 M=d.words[E]|0;d.words[E-10]=(M&x)<<4|O>>>22,O=M}O>>>=22,d.words[E-10]=O,O===0&&d.length>10?d.length-=10:d.length-=9},K.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 C=d.words[x]|0;m+=C*977,d.words[x]=m&67108863,m=C*64+(m/67108864|0)}return d.words[d.length-1]===0&&(d.length--,d.words[d.length-1]===0&&d.length--),d};function te(){q.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}s(te,q);function oe(){q.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}s(oe,q);function H(){q.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}s(H,q),H.prototype.imulK=function(d){for(var m=0,x=0;x<d.length;x++){var C=(d.words[x]|0)*19+m,E=C&67108863;C>>>=26,d.words[x]=E,m=C}return m!==0&&(d.words[d.length++]=m),d},o._prime=function(d){if(W[d])return W[d];var m;if(d==="k256")m=new K;else if(d==="p224")m=new te;else if(d==="p192")m=new oe;else if(d==="p25519")m=new H;else throw new Error("Unknown prime "+d);return W[d]=m,m};function L(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}L.prototype._verify1=function(d){i(d.negative===0,"red works only with positives"),i(d.red,"red works only with red numbers")},L.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")},L.prototype.imod=function(d){return this.prime?this.prime.ireduce(d)._forceRed(this):(f(d,d.umod(this.m)._forceRed(this)),d)},L.prototype.neg=function(d){return d.isZero()?d.clone():this.m.sub(d)._forceRed(this)},L.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)},L.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},L.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)},L.prototype.isub=function(d,m){this._verify2(d,m);var x=d.isub(m);return x.cmpn(0)<0&&x.iadd(this.m),x},L.prototype.shl=function(d,m){return this._verify1(d),this.imod(d.ushln(m))},L.prototype.imul=function(d,m){return this._verify2(d,m),this.imod(d.imul(m))},L.prototype.mul=function(d,m){return this._verify2(d,m),this.imod(d.mul(m))},L.prototype.isqr=function(d){return this.imul(d,d.clone())},L.prototype.sqr=function(d){return this.mul(d,d)},L.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 C=this.m.subn(1),E=0;!C.isZero()&&C.andln(1)===0;)E++,C.iushrn(1);i(!C.isZero());var O=new o(1).toRed(this),M=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(M)!==0;)v.redIAdd(M);for(var k=this.pow(v,C),ee=this.pow(d,C.addn(1).iushrn(1)),se=this.pow(d,C),ge=E;se.cmp(O)!==0;){for(var ve=se,Se=0;ve.cmp(O)!==0;Se++)ve=ve.redSqr();i(Se<ge);var xe=this.pow(k,new o(1).iushln(ge-Se-1));ee=ee.redMul(xe),k=xe.redSqr(),se=se.redMul(k),ge=Se}return ee},L.prototype.invm=function(d){var m=d._invmp(this.m);return m.negative!==0?(m.negative=0,this.imod(m).redNeg()):this.imod(m)},L.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,C=new Array(1<<x);C[0]=new o(1).toRed(this),C[1]=d;for(var E=2;E<C.length;E++)C[E]=this.mul(C[E-1],d);var O=C[0],M=0,g=0,v=m.bitLength()%26;for(v===0&&(v=26),E=m.length-1;E>=0;E--){for(var k=m.words[E],ee=v-1;ee>=0;ee--){var se=k>>ee&1;if(O!==C[0]&&(O=this.sqr(O)),se===0&&M===0){g=0;continue}M<<=1,M|=se,g++,!(g!==x&&(E!==0||ee!==0))&&(O=this.mul(O,C[M]),g=0,M=0)}v=26}return O},L.prototype.convertTo=function(d){var m=d.umod(this.m);return m===d?m.clone():m},L.prototype.convertFrom=function(d){var m=d.clone();return m.red=null,m},o.mont=function(d){return new D(d)};function D(p){L.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(D,L),D.prototype.convertTo=function(d){return this.imod(d.ushln(this.shift))},D.prototype.convertFrom=function(d){var m=this.imod(d.mul(this.rinv));return m.red=null,m},D.prototype.imul=function(d,m){if(d.isZero()||m.isZero())return d.words[0]=0,d.length=1,d;var x=d.imul(m),C=x.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),E=x.isub(C).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)},D.prototype.mul=function(d,m){if(d.isZero()||m.isZero())return new o(0)._forceRed(this);var x=d.mul(m),C=x.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),E=x.isub(C).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)},D.prototype.invm=function(d){var m=this.imod(d._invmp(this.m).mul(this.r2));return m._forceRed(this)}})(typeof t>"u"||t,e)}}),Mo=9e15,Vi=1e9,Uh="0123456789abcdef",Nu="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",Du="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",zh={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-Mo,maxE:Mo,crypto:!1},J2,yi,ot=!0,$u="[DecimalError] ",qi=$u+"Invalid argument: ",Y2=$u+"Precision limit exceeded",Z2=$u+"crypto unavailable",Q2="[object Decimal]",Tr=Math.floor,hr=Math.pow,Ak=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,Tk=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,Ok=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,e_=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,wn=1e7,Ye=7,Ik=9007199254740991,Pk=Nu.length-1,Vh=Du.length-1,ye={toStringTag:Q2};ye.absoluteValue=ye.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),Ge(e)},ye.ceil=function(){return Ge(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(qi+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())+Ye,n.rounding=1,r=kk(n,o_(n,r)),n.precision=e,n.rounding=t,Ge(yi==2||yi==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(ot=!1,s=l.s*hr(l.s*l,1/3),!s||Math.abs(s)==1/0?(r=yr(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=qt(u.plus(l).times(a),u.plus(c),o+2,1),yr(a.d).slice(0,o)===(r=yr(n.d)).slice(0,o))if(r=r.slice(o-3,o+1),r=="9999"||!i&&r=="4999"){if(!i&&(Ge(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")&&(Ge(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return ot=!0,Ge(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-Tr(this.e/Ye))*Ye,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r},ye.dividedBy=ye.div=function(e){return qt(this,new this.constructor(e))},ye.dividedToIntegerBy=ye.divToInt=function(e){var t=this,r=t.constructor;return Ge(qt(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 Ge(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/Uu(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),s=Ao(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 Ge(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=Ao(s,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/Uu(5,e)),i=Ao(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,Ge(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,qt(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()?_n(r,i,s):new r(0):new r(NaN):t.isZero()?_n(r,i+4,s).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=_n(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,ot=!1,r=r.times(r).minus(1).sqrt().plus(r),ot=!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,ot=!1,r=r.times(r).plus(1).sqrt().plus(r),ot=!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?Ge(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)},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=_n(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<=Vh)return o=_n(l,f+4,h).times(.25),o.s=u.s,o}else{if(!u.s)return new l(NaN);if(f+4<=Vh)return o=_n(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/Ye+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(ot=!1,t=Math.ceil(a/Ye),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)),ot=!0,Ge(o,l.precision=f,l.rounding=h,!0)},ye.isFinite=function(){return!!this.d},ye.isInteger=ye.isInt=function(){return!!this.d&&Tr(this.e/Ye)>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(ot=!1,a=f+y,o=Wi(u,a),n=t?Fu(l,a+10):Wi(e,a),c=qt(o,n,a,1),qa(c.d,i=f,h))do if(a+=10,o=Wi(u,a),n=t?Fu(l,a+10):Wi(e,a),c=qt(o,n,a,1),!s){+yr(c.d).slice(i+1,i+15)+1==1e14&&(c=Ge(c,f+1,0));break}while(qa(c.d,i+=10,h));return ot=!0,Ge(c,f,h)},ye.minus=ye.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 ot?Ge(e,a,c):e}if(r=Tr(e.e/Ye),l=Tr(y.e/Ye),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/Ye),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=Lu(u,r),ot?Ge(e,a,c):e):new b(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]?Ge(new n(r),n.precision,n.rounding):(ot=!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),ot=!0,r.minus(t))},ye.naturalExponential=ye.exp=function(){return qh(this)},ye.naturalLogarithm=ye.ln=function(){return Wi(this)},ye.negated=ye.neg=function(){var e=new this.constructor(this);return e.s=-e.s,Ge(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)),ot?Ge(e,a,c):e;if(s=Tr(f.e/Ye),n=Tr(e.e/Ye),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/Ye),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=Lu(u,n),ot?Ge(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(qi+e);return r.d?(t=t_(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t},ye.round=function(){var e=this,t=e.constructor;return Ge(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())+Ye,n.rounding=1,r=Rk(n,o_(n,r)),n.precision=e,n.rounding=t,Ge(yi>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(ot=!1,u=Math.sqrt(+o),u==0||u==1/0?(t=yr(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(qt(o,s,r+2,1)).times(.5),yr(s.d).slice(0,r)===(t=yr(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(Ge(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")&&(Ge(n,c+1,1),e=!n.times(n).eq(o));break}return ot=!0,Ge(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=qt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,Ge(yi==2||yi==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=Tr(l.e/Ye)+Tr(e.e/Ye),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=Lu(s,r),ot?Ge(e,f.precision,f.rounding):e},ye.toBinary=function(e,t){return Wh(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:(Fr(e,0,Vi),t===void 0?t=n.rounding:Fr(t,0,8),Ge(r,e+r.e+1,t))},ye.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Kn(n,!0):(Fr(e,0,Vi),t===void 0?t=i.rounding:Fr(t,0,8),n=Ge(new i(n),e+1,t),r=Kn(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=Kn(i):(Fr(e,0,Vi),t===void 0?t=s.rounding:Fr(t,0,8),n=Ge(new s(i),e+i.e+1,t),r=Kn(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,b=y.d,w=y.constructor;if(!b)return new w(y);if(u=r=new w(1),n=c=new w(0),t=new w(n),s=t.e=t_(b)-y.e-1,o=s%Ye,t.d[0]=hr(10,o<0?Ye+o:o),e==null)e=s>0?t:u;else{if(a=new w(e),!a.isInt()||a.lt(u))throw Error(qi+a);e=a.gt(t)?s>0?t:u:a}for(ot=!1,a=new w(yr(b)),l=w.precision,w.precision=s=b.length*Ye*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],w.precision=l,ot=!0,h},ye.toHexadecimal=ye.toHex=function(e,t){return Wh(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: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]?(ot=!1,r=qt(r,e,0,t,1).times(e),ot=!0,Ge(r)):(e.s=r.s,r=e),r},ye.toNumber=function(){return+this},ye.toOctal=function(e,t){return Wh(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 Ge(a,n,s);if(t=Tr(e.e/Ye),t>=e.d.length-1&&(r=u<0?-u:u)<=Ik)return i=r_(c,a,r,n),e.s<0?new c(1).div(i):Ge(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."+yr(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):(ot=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=qh(e.times(Wi(a,n+r)),n),i.d&&(i=Ge(i,n+5,1),qa(i.d,n,s)&&(t=n+10,i=Ge(qh(e.times(Wi(a,t+r)),t),t+5,1),+yr(i.d).slice(n+1,n+15)+1==1e14&&(i=Ge(i,n+1,0)))),i.s=o,ot=!0,c.rounding=s,Ge(i,n,s))},ye.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Kn(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(Fr(e,1,Vi),t===void 0?t=i.rounding:Fr(t,0,8),n=Ge(new i(n),e,t),r=Kn(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):(Fr(e,1,Vi),t===void 0?t=n.rounding:Fr(t,0,8)),Ge(new n(r),e,t)},ye.toString=function(){var e=this,t=e.constructor,r=Kn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r},ye.truncated=ye.trunc=function(){return Ge(new this.constructor(this),this.e+1,1)},ye.valueOf=ye.toJSON=function(){var e=this,t=e.constructor,r=Kn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+r:r};function yr(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=Ye-n.length,r&&(s+=Hi(r)),s+=n;o=e[t],n=o+"",r=Ye-n.length,r&&(s+=Hi(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(qi+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+=Ye,i=0):(i=Math.ceil((t+1)/Ye),t%=Ye),s=hr(10,Ye-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 Bu(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]+=Uh.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 kk(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/Uu(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=Ao(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,w,T,P,R,N,z,F,W,q,K,te,oe,H,L,D=n.constructor,p=n.s==i.s?1:-1,d=n.d,m=i.d;if(!d||!d[0]||!m||!m[0])return new D(!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=Ye,l=Tr(n.e/y)-Tr(i.e/y)),H=m.length,te=d.length,P=new D(p),R=P.d=[],f=0;m[f]==(d[f]||0);f++);if(m[f]>(d[f]||0)&&l--,s==null?(W=s=D.precision,o=D.rounding):a?W=s+(n.e-i.e)+1:W=s,W<0)R.push(1),b=!0;else{if(W=W/y+2|0,f=0,H==1){for(h=0,m=m[0],W++;(f<te||h)&&W--;f++)q=h*c+(d[f]||0),R[f]=q/m|0,h=q%m|0;b=h||f<te}else{for(h=c/(m[0]+1)|0,h>1&&(m=e(m,h,c),d=e(d,h,c),H=m.length,te=d.length),K=H,N=d.slice(0,H),z=N.length;z<H;)N[z++]=0;L=m.slice(),L.unshift(0),oe=m[0],m[1]>=c/2&&++oe;do h=0,u=t(m,N,H,z),u<0?(F=N[0],H!=z&&(F=F*c+(N[1]||0)),h=F/oe|0,h>1?(h>=c&&(h=c-1),w=e(m,h,c),T=w.length,z=N.length,u=t(w,N,T,z),u==1&&(h--,r(w,H<T?L:m,T,c))):(h==0&&(u=h=1),w=m.slice()),T=w.length,T<z&&w.unshift(0),r(N,w,z,c),u==-1&&(z=N.length,u=t(m,N,H,z),u<1&&(h++,r(N,H<z?L:m,z,c))),z=N.length):u===0&&(h++,N=[0]),R[f++]=h,u&&N[0]?N[z++]=d[K]||0:(N=[d[K]],z=1);while((K++<te||N[0]!==void 0)&&W--);b=N[0]!==void 0}R[0]||R.shift()}if(y==1)P.e=l,J2=b;else{for(f=1,h=R[0];h>=10;h/=10)f++;P.e=f+l*y-1,Ge(P,a?s+P.e+1:s,o,b)}return P}}();function Ge(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+=Ye,o=t,l=f[h=0],c=l/hr(10,i-o-1)%10|0;else if(h=Math.ceil((s+1)/Ye),a=f.length,h>=a)if(n){for(;a++<=h;)f.push(0);l=c=0,i=1,s%=Ye,o=s-Ye+1}else break e;else{for(l=a=f[h],i=1;a>=10;a/=10)i++;s%=Ye,o=s-Ye+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,(Ye-t%Ye)%Ye),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,Ye-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 ot&&(e.e>y.maxE?(e.d=null,e.e=NaN):e.e<y.minE&&(e.e=0,e.d=[0])),e}function Kn(e,t,r){if(!e.isFinite())return s_(e);var n,i=e.e,s=yr(e.d),o=s.length;return t?(r&&(n=r-o)>0?s=s.charAt(0)+"."+s.slice(1)+Hi(n):o>1&&(s=s.charAt(0)+"."+s.slice(1)),s=s+(e.e<0?"e":"e+")+e.e):i<0?(s="0."+Hi(-i-1)+s,r&&(n=r-o)>0&&(s+=Hi(n))):i>=o?(s+=Hi(i+1-o),r&&(n=r-i-1)>0&&(s=s+"."+Hi(n))):((n=i+1)<o&&(s=s.slice(0,n)+"."+s.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(s+="."),s+=Hi(n))),s}function Lu(e,t){var r=e[0];for(t*=Ye;r>=10;r/=10)t++;return t}function Fu(e,t,r){if(t>Pk)throw ot=!0,r&&(e.precision=r),Error(Y2);return Ge(new e(Nu),t,1,!0)}function _n(e,t,r){if(t>Vh)throw Error(Y2);return Ge(new e(Du),t,r,!0)}function t_(e){var t=e.length-1,r=t*Ye+1;if(t=e[t],t){for(;t%10==0;t/=10)r--;for(t=e[0];t>=10;t/=10)r++}return r}function Hi(e){for(var t="";e--;)t+="0";return t}function r_(e,t,r,n){var i,s=new e(1),o=Math.ceil(n/Ye+4);for(ot=!1;;){if(r%2&&(s=s.times(t),a_(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),a_(t.d,o)}return ot=!0,s}function n_(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 qh(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?(ot=!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=Ge(s.times(e),c,1),r=r.times(++l),a=o.plus(qt(s,r,c,1)),yr(a.d).slice(0,c)===yr(o.d).slice(0,c)){for(i=f;i--;)o=Ge(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 Ge(o,h.precision=b,y,ot=!0);else return h.precision=b,o}o=a}}function Wi(e,t){var r,n,i,s,o,a,c,u,l,f,h,y=1,b=10,w=e,T=w.d,P=w.constructor,R=P.rounding,N=P.precision;if(w.s<0||!T||!T[0]||!w.e&&T[0]==1&&T.length==1)return new P(T&&!T[0]?-1/0:w.s!=1?NaN:T?0:w);if(t==null?(ot=!1,l=N):l=t,P.precision=l+=b,r=yr(T),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=yr(w.d),n=r.charAt(0),y++;s=w.e,n>1?(w=new P("0."+r),s++):w=new P(n+"."+r.slice(1))}else return u=Fu(P,l+2,N).times(s+""),w=Wi(new P(n+"."+r.slice(1)),l-b).plus(u),P.precision=N,t==null?Ge(w,N,R,ot=!0):w;for(f=w,c=o=w=qt(w.minus(1),w.plus(1),l,1),h=Ge(w.times(w),l,1),i=3;;){if(o=Ge(o.times(h),l,1),u=c.plus(qt(o,new P(i),l,1)),yr(u.d).slice(0,l)===yr(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=w=qt(f.minus(1),f.plus(1),l,1),h=Ge(w.times(w),l,1),i=a=1;else return Ge(c,P.precision=N,R,ot=!0);else return P.precision=N,c;c=u,i+=2}}function s_(e){return String(e.s*e.s/0)}function Hh(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;n++);for(i=t.length;t.charCodeAt(i-1)===48;--i);if(t=t.slice(n,i),t){if(i-=n,e.e=r=r-n-1,e.d=[],n=(r+1)%Ye,r<0&&(n+=Ye),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Ye;n<i;)e.d.push(+t.slice(n,n+=Ye));t=t.slice(n),n=Ye-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),ot&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function jk(e,t){var r,n,i,s,o,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),e_.test(t))return Hh(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(Tk.test(t))r=16,t=t.toLowerCase();else if(Ak.test(t))r=2;else if(Ok.test(t))r=8;else throw Error(qi+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=r_(n,new n(r),s,s*2)),u=Bu(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=Lu(u,l),e.d=u,ot=!1,o&&(e=qt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?hr(2,c):Ha.pow(2,c))),ot=!0,e)}function Rk(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:Ao(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Uu(5,r)),t=Ao(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 Ao(e,t,r,n,i){var s,o,a,c,u=e.precision,l=Math.ceil(u/Ye);for(ot=!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 ot=!0,o.d.length=l+1,o}function Uu(e,t){for(var r=e;--t;)r*=e;return r}function o_(e,t){var r,n=t.s<0,i=_n(e,e.precision,1),s=i.times(.5);if(t=t.abs(),t.lte(s))return yi=n?4:1,t;if(r=t.divToInt(i),r.isZero())yi=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(s))return yi=n_(r)?n?2:3:n?4:1,t;yi=n_(r)?n?1:4:n?3:2}return t.minus(i).abs()}function Wh(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,Vi),n===void 0?n=y.rounding:Fr(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())l=s_(e);else{for(l=Kn(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=Bu(Kn(h),10,i),h.e=h.d.length),f=Bu(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=J2),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+=Uh.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=Bu(l,i,t),c=f.length;!f[c-1];--c);for(o=1,l="1.";o<c;o++)l+=Uh.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 a_(e,t){if(e.length>t)return e.length=t,!0}function Nk(e){return new this(e).abs()}function Dk(e){return new this(e).acos()}function $k(e){return new this(e).acosh()}function Bk(e,t){return new this(e).plus(t)}function Lk(e){return new this(e).asin()}function Fk(e){return new this(e).asinh()}function Uk(e){return new this(e).atan()}function zk(e){return new this(e).atanh()}function Vk(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=_n(this,s,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?_n(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=_n(this,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=_n(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 qk(e){return new this(e).cbrt()}function Hk(e){return Ge(e=new this(e),e.e+1,2)}function Wk(e,t,r){return new this(e).clamp(t,r)}function Gk(e){if(!e||typeof e!="object")throw Error($u+"Object expected");var t,r,n,i=e.defaults===!0,s=["precision",1,Vi,"rounding",0,8,"toExpNeg",-Mo,0,"toExpPos",0,Mo,"maxE",0,Mo,"minE",-Mo,0,"modulo",0,9];for(t=0;t<s.length;t+=3)if(r=s[t],i&&(this[r]=zh[r]),(n=e[r])!==void 0)if(Tr(n)===n&&n>=s[t+1]&&n<=s[t+2])this[r]=n;else throw Error(qi+r+": "+n);if(r="crypto",i&&(this[r]=zh[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(Z2);else this[r]=!1;else throw Error(qi+r+": "+n);return this}function Kk(e){return new this(e).cos()}function Xk(e){return new this(e).cosh()}function c_(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,u_(s)){u.s=s.s,ot?!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++;ot?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 Hh(u,s.toString())}else if(c!=="string")throw Error(qi+s);return(a=s.charCodeAt(0))===45?(s=s.slice(1),u.s=-1):(a===43&&(s=s.slice(1)),u.s=1),e_.test(s)?Hh(u,s):jk(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=Gk,i.clone=c_,i.isDecimal=u_,i.abs=Nk,i.acos=Dk,i.acosh=$k,i.add=Bk,i.asin=Lk,i.asinh=Fk,i.atan=Uk,i.atanh=zk,i.atan2=Vk,i.cbrt=qk,i.ceil=Hk,i.clamp=Wk,i.cos=Kk,i.cosh=Xk,i.div=Jk,i.exp=Yk,i.floor=Zk,i.hypot=Qk,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 Jk(e,t){return new this(e).div(t)}function Yk(e){return new this(e).exp()}function Zk(e){return Ge(e=new this(e),e.e+1,3)}function Qk(){var e,t,r=new this(0);for(ot=!1,e=0;e<arguments.length;)if(t=new this(arguments[e++]),t.d)r.d&&(r=r.plus(t.times(t)));else{if(t.s)return ot=!0,new this(1/0);r=t}return ot=!0,r.sqrt()}function u_(e){return e instanceof Ha||e&&e.toStringTag===Q2||!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:Fr(e,1,Vi),n=Math.ceil(e/Ye),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(Z2);else for(;s<n;)a[s++]=Math.random()*1e7|0;for(n=a[--s],e%=Ye,n&&e&&(i=hr(10,Ye-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-=Ye)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Ye&&(r-=Ye-n)}return o.e=r,o.d=a,o}function l9(e){return Ge(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(ot=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return ot=!0,Ge(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 Ge(e=new this(e),e.e+1,1)}ye[Symbol.for("nodejs.util.inspect.custom")]=ye.toString,ye[Symbol.toStringTag]="Decimal";var Ha=ye.constructor=c_(zh);Nu=new Ha(Nu),Du=new Ha(Du);var zu=Ha,Gi=Eo(Co()),Gh=Eo(Co()),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 new Gh.default(e).mul(new Gh.default(this.slippage)).div(new Gh.default("1000000000000000000")).toString()}swap(e,t,r,n){return xt(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})})}},l_="0x000000000000000000000000000000000000000000000000000000000000dee9",_9=class{constructor(e){if(e!==0)throw new Error("Aftermath only supported on mainnet")}getAccountCap(e,t){return xt(this,null,function*(){let r=50,n=null;for(;;){const i=e.getOwnedObjects({owner:t,cursor:n,limit:r,filter:{MoveModule:{package:l_,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 xt(this,null,function*(){let n=yield this.getAccountCap(t,r);return n!==null?{accountCap:e.object(n),isCreate:!1}:{accountCap:e.moveCall({target:`${l_}::clob_v2::create_account`,typeArguments:[],arguments:[]}),isCreate:!0}})}swap(e,t,r,n){return xt(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(Xn)],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 xt(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 xt(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(Xn)];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 xt(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})})}},C9=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 xt(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(Xn)];return t.moveCall({target:`${e.publishedAt()}::flowx_clmm::${a}`,typeArguments:[c,u],arguments:l})})}},M9=class{constructor(e){if(e!==0)throw new Error("Turbos only supported on mainnet");this.versioned="0xf1cf0e81048df168ebeb1b8030fad24b3e0b53ae827c25053fff0779c1445b6f"}swap(e,t,r,n){return xt(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(Xn),t.object(this.versioned)];return t.moveCall({target:`${e.publishedAt()}::turbos::${a}`,typeArguments:[c,u,r.extendedDetails.turbosFeeType],arguments:l})})}},f_=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(Xn)],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 xt(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(Xn)];return t.moveCall({target:`${e.publishedAt()}::cetus::${a}`,typeArguments:[c,u],arguments:l})})}};function d_(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=Sk(xk({},c),{type_arguments:i.map(l=>js(l).source_address)});return u.type_arguments=u.type_arguments.map(l=>Rs.isSuiCoin(l)?l:js(l).source_address),u.source_address=d_(u.full_address,u.type_arguments),u}const s=r.split("::"),a={full_address:r,address:r===p_||r===I9?"0x2":Lh.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=d_(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function h_(e){return js(e).source_address}var T9="0x2::coin::Coin",O9=/^0x2::coin::Coin<(.+)>$/,p_="0x2::sui::SUI",I9="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",Rs=class us{static getCoinTypeArg(t){const r=t.type.match(O9);return r?r[1]:null}static isSUI(t){const r=us.getCoinTypeArg(t);return r?us.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=>{h_(i.coinAddress)===h_(t)&&n.push(i)}),n}static isSuiCoin(t){return js(t).full_address===p_}static selectCoinObjectIdGreaterThanOrEqual(t,r,n=[]){const i=us.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=us.sortByBalance(t.filter(u=>!n.includes(u.coinObjectId))),s=us.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:us.sortByBalance(a),remainingCoins:us.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 m_(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 Ki(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 P9(e,t){e=Ki(e),t=Ki(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 g_(e,t){return e.moveCall({target:"0x2::coin::zero",typeArguments:[t]})}function Kh(e,t,r,n){const i=Rs.getCoinAssets(n,t);if(r===BigInt(0)&&i.length===0)return{targetCoin:g_(e,n),isMintZeroCoin:!0,targetCoinAmount:0};if(Rs.calculateTotalBalance(i)<r)throw new AggregateError("Insufficient balance when build merge coin, coinType: "+n,"InsufficientBalance"+n);if(Rs.isSuiCoin(n))return{targetCoin:e.splitCoins(e.gas,[e.pure.u64(r.toString())]),isMintZeroCoin:!0,targetCoinAmount:Number(r.toString())};let o=Rs.sortByBalance(i);o.slice(0,3).reduce((f,h)=>f+h.balance,BigInt(0))<BigInt(r)&&(o=Rs.sortByBalanceDes(i));let c=Rs.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 k9(e,t=!0){return xt(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 j9(e){return!(!e.startsWith("0x")||e.length!==66)}var To=Eo(Co()),Xi=Eo(Co()),Wa=Eo(Co()),Ns=new Wa.default(0);new Wa.default(1);var R9=new Wa.default(2);R9.pow(new Wa.default(128));var N9=new Wa.default("18446744073709551615"),tn=1e9;function D9(e,t,r){let n=Ns;return t?n=e.mul(new Xi.default(tn-r*tn)).div(new Xi.default(tn)):n=e.mul(new Xi.default(tn+r*tn)).div(new Xi.default(tn)),Number(n.toString())}function $9(e,t,r){let n=Ns;return t?n=e.mul(new Xi.default(tn-r*tn)).div(new Xi.default(tn)):n=e.mul(new Xi.default(tn+r*tn)).div(new Xi.default(tn)),n}function B9(e,t,r){return new zu(e).mul(zu.pow(2,-64)).pow(2).mul(zu.pow(10,t-r))}function L9(e,t,r,n){return xt(this,null,function*(){var i,s,o,a,c;const{from:u,target:l,amount:f,byAmountIn:h,pools:y}=t,b=Ki(u),w=Ki(l),T=new mk.Transaction,P=P9(b,w),R=n===0?"0x3a5aa90ffa33d09100d7b6941ea1c0ffe6ab66e77062ddd26320c1b073aabb10":"0x19dd42e05fa6c9988a60d30686ee3feb776672b5547e328d6dab16563da65293",N=P?b:w,z=P?w:b,F=[N,z];console.log("typeArguments",F,R);for(let M=0;M<y.length;M++){const g=[T.object(y[M]),T.pure.bool(P),T.pure.bool(h),T.pure.u64(f.toString())];T.moveCall({target:`${R}::fetcher_script::calculate_swap_result`,arguments:g,typeArguments:F})}if(!j9(r))throw new AggregateError("Aggregator package not set","InvalidWallet");k9(T);const W=yield e.devInspectTransactionBlock({transactionBlock:T,sender:r});if(W.error!=null)throw console.log("simulateRes.error",W.error),new AggregateError("Aggregator package not set","SimulateError");const q=(i=W.events)==null?void 0:i.filter(M=>M.type.includes("CalculatedSwapResultEvent"));if(q.length===0||q.length!==y.length)throw new AggregateError("Simulate event result error","simulateEventError");let K=h?Ns:N9,te=0;for(let M=0;M<q.length;M+=1)if(!q[M].parsedJson.data.is_exceed)if(t.byAmountIn){const g=new To.BN(q[M].parsedJson.data.amount_out);g.gt(K)&&(te=M,K=g)}else{const g=new To.BN(q[M].parsedJson.data.amount_out);g.lt(K)&&(te=M,K=g)}const oe=q[te].parsedJson.data;console.log("event",JSON.stringify(oe,null,2));const H=oe.step_results[0].current_sqrt_price,[L,D]=yield Promise.all([e.getCoinMetadata({coinType:N}).then(M=>M==null?void 0:M.decimals),e.getCoinMetadata({coinType:z}).then(M=>M==null?void 0:M.decimals)]);if(L==null||D==null)throw new AggregateError("Simulate event result error","CannotGetDecimals");const p=B9(H,L,D),d=Number(oe.fee_rate)/1e6,m=new To.BN((s=oe.amount_in)!=null?s:0),x=new To.BN((o=oe.fee_amount)!=null?o:0),C=m.add(x),E={amountIn:C,amountOut:new To.BN((a=oe.amount_out)!=null?a:0),routes:[{path:[{id:y[te],direction:P,provider:"CETUS",from:b,target:w,feeRate:d,amountIn:oe.amount_in,amountOut:oe.amount_out,extendedDetails:{afterSqrtPrice:oe.after_sqrt_price}}],amountIn:C,amountOut:new To.BN((c=oe.amount_out)!=null?c:0),initialPrice:p}],insufficientLiquidity:!1};return{isExceed:oe.is_exceed,routeData:E}})}var F9=class{constructor(e){if(e!==0)throw new Error("Haedal only supported on mainnet")}swap(e,t,r,n){return xt(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})})}},U9=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 xt(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})})}},z9=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 xt(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})})}},V9=class{constructor(e){if(e!==0)throw new Error("Bluemove only supported on mainnet");this.dexInfo="0x3f2d9f724f4a1ce5e71676448dc452be9a6243dac9c5b975a588c8c867066e92"}swap(e,t,r,n){return xt(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})})}},q9=class{constructor(e){this.deepbookV3Config=e===0?"0xe4099d0cda04f3aa80028fac91a9b3dbe50d08f2ff42aa2c29473926e34ca48c":"0xe19b5d072346cae83a037d4e3c8492068a74410a74e5830b3a68012db38296aa"}swap(e,t,r,n,i){return xt(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=g_(t,e.deepbookv3DeepFeeType());const h=[t.object(this.deepbookV3Config),t.object(r.id),n,f,t.object(Xn)];return t.moveCall({target:`${e.publishedAtV2()}::deepbookv3::${c}`,typeArguments:[u,l],arguments:h})})}},H9=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 xt(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(Xn)];return t.moveCall({target:`${e.publishedAtV2()}::scallop::${a}`,typeArguments:[c,u],arguments:l})})}},W9=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 xt(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})})}},G9=class{constructor(e){if(e!==0)throw new Error("Bluefin only supported on mainnet");this.globalConfig="0x03db251ba509a8d5d8777b6338836082335d93eecbdd09a11e190a1cff51c352"}swap(e,t,r,n){return xt(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(Xn)];return t.moveCall({target:`${e.publishedAtV2()}::bluefin::${a}`,typeArguments:[c,u],arguments:l})})}},K9=class{constructor(e,t){if(e===1){this.connection=new Ru.SuiPriceServiceConnection("https://hermes-beta.pyth.network");const r="0x31358d198147da50db32eda2562951d53973a0c0ad5ed738e9b17d88b213d790",n="0x243759059f4c3111179da5878c12f68d612c21a8d54d85edc86164bb18be1c7c";this.pythClient=new Ru.SuiPythClient(t,n,r)}else{this.connection=new Ru.SuiPriceServiceConnection("https://hermes.pyth.network");const r="0xaeab97f96cf9877fee2883315d459552b2b921edc16d7ceac6eab944dd88919c",n="0x1f9310238ee9298fb703c3419030b35b22bb1cc37113e3bb5007c99aec79e5b8";this.pythClient=new Ru.SuiPythClient(t,n,r)}}swap(e,t,r,n){return xt(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),w=[t.object(r.id),t.object(b[0]),t.object(b[1]),n,t.object(Xn)];return t.moveCall({target:`${e.publishedAtV2()}::haedalpmm::${a}`,typeArguments:[c,u],arguments:w})})}},v_="CETUS",X9="DEEPBOOK",J9="KRIYA",Y9="FLOWX",Z9="FLOWXV3",Q9="KRIYAV3",y_="TURBOS",Xh="AFTERMATH",ej="HAEDAL",tj="VOLO",rj="AFSUI",nj="BLUEMOVE",b_="DEEPBOOKV3",w_="SCALLOP",ij="SUILEND",sj="BLUEFIN",__="HAEDALPMM",oj="https://api-sui.cetus.zone/router_v2",aj=class{constructor(e,t,r,n){this.endpoint=e?uj(e):oj,this.client=r||new H2.SuiClient({url:H2.getFullnodeUrl("mainnet")}),this.signer=t||"",this.env=n||0,this.allCoins=new Map}getCoins(e,t=!0){return xt(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 xt(this,null,function*(){return lj(this.endpoint,e)})}expectInputSwap(e,t,r,n,i,s){return xt(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 xt(this,null,function*(){const i=[],s=[],o=[],a=new f_(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:`${Lh.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 xt(this,null,function*(){let t;try{t=yield L9(this.client,e,this.signer,this.env)}catch(r){return console.error("swapInPools error:",r),null}return t})}routerSwap(e){return xt(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 Gi.default(0)),u=t.reduce((y,b)=>y.add(b.amountOut),new Gi.default(0)),l=$9(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 xt(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,z)=>N.add(z.amountIn),new Gi.default(0)),y=t.reduce((N,z)=>N.add(z.amountOut),new Gi.default(0)),b=D9(r?y:h,r,n),T=Kh(i,l,BigInt((r?h:b).toString()),u);let P;if(c&&c>0){let N=yield this.getCoins(this.deepbookv3DeepFeeType());P=Kh(i,N,BigInt(c),this.deepbookv3DeepFeeType()).targetCoin}const R=yield this.routerSwap({routers:t,inputCoin:T.targetCoin,slippage:n,byAmountIn:r,txb:i,partner:s,deepbookv3DeepFee:P});if(o){let N=yield this.getCoins(f,a);const z=Kh(i,N,BigInt(0),f);i.mergeCoins(z.targetCoin,[R]),z.isMintZeroCoin&&this.transferOrDestoryCoin(i,z.targetCoin,f)}else this.transferOrDestoryCoin(i,R,f)})}publishedAt(){return this.env===0?"0x11451575c775a3e633437b827ecbc1eb51a5964b0302210b28f5b89880be21a2":"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:`${Lh.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 v_:return new f_(this.env,t);case X9:return new _9(this.env);case b_:return new q9(this.env);case J9:return new x9(this.env);case Q9:return new S9(this.env);case Y9:return new E9(this.env);case Z9:return new C9(this.env);case y_:return new M9(this.env);case Xh:return new w9(this.env);case ej:return new F9(this.env);case rj:return new U9(this.env);case tj:return new z9(this.env);case nj:return new V9(this.env);case w_:return new H9(this.env);case ij:return new W9(this.env);case sj:return new G9(this.env);case __:return new K9(this.env,this.client);default:throw new Error(`Unsupported dex ${e}`)}}signAndExecuteTransaction(e,t){return xt(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:e,signer:t,options:{showEffects:!0,showEvents:!0,showInput:!0,showBalanceChanges:!0}})})}devInspectTransactionBlock(e){return xt(this,null,function*(){return yield this.client.devInspectTransactionBlock({transactionBlock:e,sender:this.signer})})}sendTransaction(e,t){return xt(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:e,signer:t})})}getDeepbookV3Config(){return xt(this,null,function*(){const e=yield hj(this.endpoint);return e?e.data:null})}};function cj(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 Gi.default(e.amount_in.toString()),amountOut:new Gi.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===Xh&&(h=i.extended_details.aftermath_pool_flatness===0?"v2":"v3");let y;return(i.provider===y_||i.provider===Xh||i.provider===v_||i.provider===b_||i.provider===w_||i.provider===__)&&(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 Gi.default(n.amount_in.toString()),amountOut:new Gi.default(n.amount_out.toString()),initialPrice:new zu(n.initial_price.toString())})),totalDeepFee:t}}var Xn="0x0000000000000000000000000000000000000000000000000000000000000006";Eo(Co());function uj(e){return e.endsWith("/find_routes")?e.replace("/find_routes",""):e}function lj(e,t){return xt(this,null,function*(){let r;if(t.liquidityChanges&&t.liquidityChanges.length>0?r=yield dj(e,t):r=yield fj(e,t),!r)return null;if(!r.ok)return{amountIn:Ns,amountOut:Ns,routes:[],insufficientLiquidity:!1,error:{code:10001,msg:m_(10001)}};const n=yield r.json();if(n.data!=null)return cj(n.data);const i=n.msg==="liquidity is not enough";return{amountIn:Ns,amountOut:Ns,routes:[],insufficientLiquidity:i,error:{code:10003,msg:m_(10003)}}})}function fj(e,t){return xt(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=Ki(r),h=Ki(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=1000315",yield fetch(y)}catch(r){return console.error(r),null}})}function dj(e,t){return xt(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=Ki(r),y=Ki(n),b=`${e}/find_routes`,w=l==null?void 0:l.join(","),T={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(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(T)})}catch(P){return console.error("Error:",P),null}})}function hj(e){return xt(this,null,function*(){const t=`${e}/deepbookv3_config`;try{return(yield fetch(t)).json()}catch(r){return console.error("Error:",r),null}})}var x_=(e=>(e[e.Mainnet=0]="Mainnet",e[e.Testnet=1]="Testnet",e))(x_||{}),S_=aj,pj=x_,E_=A9,Ga=js;/*!
|
|
33
|
+
*/(function(N){const R=r,U=A,L=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;N.Buffer=V,N.SlowBuffer=v,N.INSPECT_MAX_BYTES=50;const W=2147483647;N.kMaxLength=W;const{Uint8Array:q,ArrayBuffer:X,SharedArrayBuffer:ie}=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>W)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(X.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,X)||k&>(k.buffer,X)||typeof ie<"u"&&(gt(k,ie)||k&>(k.buffer,ie)))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>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.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(X.isView(k)||gt(k,X))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 Mt(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 Ge(this,S,T);case"utf8":case"utf-8":return $e(this,S,T);case"ascii":return me(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 se(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)se(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)se(this,T,T+3),se(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)se(this,T,T+7),se(this,T+1,T+6),se(this,T+2,T+5),se(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=N.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 rt=Math.min(te,Be),Re=this.slice(K,Z),z=S.slice(T,B);for(let oe=0;oe<rt;++oe)if(Re[oe]!==z[oe]){te=Re[oe],Be=z[oe];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:ye(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):ye(k,[S],T,B,K);throw new TypeError("val must be string, number or Buffer")}function ye(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 rt(z,oe){return Z===1?z[oe]:z.readUInt16BE(oe*Z)}let Re;if(K){let z=-1;for(Re=T;Re<te;Re++)if(rt(k,Re)===rt(S,z===-1?0:Re-z)){if(z===-1&&(z=Re),Re-z+1===Be)return z*Z}else z!==-1&&(Re-=Re-z),z=-1}else for(T+Be>te&&(T=te-Be),Re=T;Re>=0;Re--){let z=!0;for(let oe=0;oe<Be;oe++)if(rt(k,Re+oe)!==rt(S,oe)){z=!1;break}if(z)return Re}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 Je(k,S,T,B){return Ye(it(S),k,T,B)}function Ue(k,S,T,B){return Ye(Mt(S),k,T,B)}function lt(k,S,T,B){return Ye(wt(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 Je(this,S,T,B);case"base64":return Ue(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?R.fromByteArray(k):R.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 rt,Re,z,oe;switch(Be){case 1:Z<128&&(te=Z);break;case 2:rt=k[K+1],(rt&192)===128&&(oe=(Z&31)<<6|rt&63,oe>127&&(te=oe));break;case 3:rt=k[K+1],Re=k[K+2],(rt&192)===128&&(Re&192)===128&&(oe=(Z&15)<<12|(rt&63)<<6|Re&63,oe>2047&&(oe<55296||oe>57343)&&(te=oe));break;case 4:rt=k[K+1],Re=k[K+2],z=k[K+3],(rt&192)===128&&(Re&192)===128&&(z&192)===128&&(oe=(Z&15)<<18|(rt&63)<<12|(Re&63)<<6|z&63,oe>65535&&oe<1114112&&(te=oe))}}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 me(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 Ge(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=_t(function(S){S=S>>>0,Et(S,"offset");const T=this[S],B=this[S+7];(T===void 0||B===void 0)&&Ot(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=_t(function(S){S=S>>>0,Et(S,"offset");const T=this[S],B=this[S+7];(T===void 0||B===void 0)&&Ot(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=_t(function(S){S=S>>>0,Et(S,"offset");const T=this[S],B=this[S+7];(T===void 0||B===void 0)&&Ot(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=_t(function(S){S=S>>>0,Et(S,"offset");const T=this[S],B=this[S+7];(T===void 0||B===void 0)&&Ot(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),U.read(this,S,!0,23,4)},V.prototype.readFloatBE=function(S,T){return S=S>>>0,T||Oe(S,4,this.length),U.read(this,S,!1,23,4)},V.prototype.readDoubleLE=function(S,T){return S=S>>>0,T||Oe(S,8,this.length),U.read(this,S,!0,52,8)},V.prototype.readDoubleBE=function(S,T){return S=S>>>0,T||Oe(S,8,this.length),U.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=_t(function(S,T=0){return Le(this,S,T,BigInt(0),BigInt("0xffffffffffffffff"))}),V.prototype.writeBigUInt64BE=_t(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 rt=Math.pow(2,8*B-1);Ie(this,S,T,B,rt-1,-rt)}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 rt=Math.pow(2,8*B-1);Ie(this,S,T,B,rt-1,-rt)}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=_t(function(S,T=0){return Le(this,S,T,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),V.prototype.writeBigInt64BE=_t(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 We(k,S,T,B,K){return S=+S,T=T>>>0,K||dt(k,S,T,4),U.write(k,S,T,B,23,4),T+4}V.prototype.writeFloatLE=function(S,T,B){return We(this,S,T,!0,B)},V.prototype.writeFloatBE=function(S,T,B){return We(this,S,T,!1,B)};function jt(k,S,T,B,K){return S=+S,T=T>>>0,K||dt(k,S,T,8),U.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 St={};function et(k,S,T){St[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}`}}}et("ERR_BUFFER_OUT_OF_BOUNDS",function(k){return k?`${k} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),et("ERR_INVALID_ARG_TYPE",function(k,S){return`The "${k}" argument must be of type number. Received type ${typeof S}`},TypeError),et("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=At(String(T)):typeof T=="bigint"&&(K=String(T),(T>BigInt(2)**BigInt(32)||T<-(BigInt(2)**BigInt(32)))&&(K=At(K)),K+="n"),B+=` It must be ${S}. Received ${K}`,B},RangeError);function At(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 $t(k,S,T){Et(S,"offset"),(k[S]===void 0||k[S+T]===void 0)&&Ot(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 St.ERR_OUT_OF_RANGE("value",Be,k)}$t(B,K,Z)}function Et(k,S){if(typeof k!="number")throw new St.ERR_INVALID_ARG_TYPE(S,"number",k)}function Ot(k,S,T){throw Math.floor(k)!==k?(Et(k,T),new St.ERR_OUT_OF_RANGE(T||"offset","an integer",k)):S<0?new St.ERR_BUFFER_OUT_OF_BOUNDS:new St.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 wt(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 Mt(k){return R.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 _t(k){return typeof BigInt>"u"?Ut:k}function Ut(){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}(fh)),fh}var C7=gu();const dh=fa(C7);var nn={},hh={exports:{}};hh.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=gu().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),se=Math.max(0,g-$.length+1);se<=ee;se++){var ve=g-se|0;x=$.words[ve]|0,M=p.words[se]|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 N=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,se=j>>>13,ve=x[1]|0,ye=ve&8191,Ee=ve>>>13,Se=x[2]|0,Je=Se&8191,Ue=Se>>>13,lt=x[3]|0,ht=lt&8191,$e=lt>>>13,mt=x[4]|0,_e=mt&8191,me=mt>>>13,Ae=x[5]|0,Ge=Ae&8191,De=Ae>>>13,Oe=x[6]|0,Ie=Oe&8191,Le=Oe>>>13,ft=x[7]|0,dt=ft&8191,We=ft>>>13,jt=x[8]|0,St=jt&8191,et=jt>>>13,At=x[9]|0,$t=At&8191,nt=At>>>13,Et=M[0]|0,Ot=Et&8191,st=Et>>>13,kt=M[1]|0,It=kt&8191,it=kt>>>13,wt=M[2]|0,Mt=wt&8191,Ye=wt>>>13,gt=M[3]|0,Pt=gt&8191,ot=gt>>>13,_t=M[4]|0,Ut=_t&8191,k=_t>>>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,rt=Be&8191,Re=Be>>>13,z=M[8]|0,oe=z&8191,he=z>>>13,ke=M[9]|0,He=ke&8191,Ne=ke>>>13;m.negative=p.negative^d.negative,m.length=19,C=Math.imul(ee,Ot),g=Math.imul(ee,st),g=g+Math.imul(se,Ot)|0,v=Math.imul(se,st);var ze=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(ze>>>26)|0,ze&=67108863,C=Math.imul(ye,Ot),g=Math.imul(ye,st),g=g+Math.imul(Ee,Ot)|0,v=Math.imul(Ee,st),C=C+Math.imul(ee,It)|0,g=g+Math.imul(ee,it)|0,g=g+Math.imul(se,It)|0,v=v+Math.imul(se,it)|0;var ut=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(ut>>>26)|0,ut&=67108863,C=Math.imul(Je,Ot),g=Math.imul(Je,st),g=g+Math.imul(Ue,Ot)|0,v=Math.imul(Ue,st),C=C+Math.imul(ye,It)|0,g=g+Math.imul(ye,it)|0,g=g+Math.imul(Ee,It)|0,v=v+Math.imul(Ee,it)|0,C=C+Math.imul(ee,Mt)|0,g=g+Math.imul(ee,Ye)|0,g=g+Math.imul(se,Mt)|0,v=v+Math.imul(se,Ye)|0;var Jt=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Jt>>>26)|0,Jt&=67108863,C=Math.imul(ht,Ot),g=Math.imul(ht,st),g=g+Math.imul($e,Ot)|0,v=Math.imul($e,st),C=C+Math.imul(Je,It)|0,g=g+Math.imul(Je,it)|0,g=g+Math.imul(Ue,It)|0,v=v+Math.imul(Ue,it)|0,C=C+Math.imul(ye,Mt)|0,g=g+Math.imul(ye,Ye)|0,g=g+Math.imul(Ee,Mt)|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(se,Pt)|0,v=v+Math.imul(se,ot)|0;var Nt=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Nt>>>26)|0,Nt&=67108863,C=Math.imul(_e,Ot),g=Math.imul(_e,st),g=g+Math.imul(me,Ot)|0,v=Math.imul(me,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(Je,Mt)|0,g=g+Math.imul(Je,Ye)|0,g=g+Math.imul(Ue,Mt)|0,v=v+Math.imul(Ue,Ye)|0,C=C+Math.imul(ye,Pt)|0,g=g+Math.imul(ye,ot)|0,g=g+Math.imul(Ee,Pt)|0,v=v+Math.imul(Ee,ot)|0,C=C+Math.imul(ee,Ut)|0,g=g+Math.imul(ee,k)|0,g=g+Math.imul(se,Ut)|0,v=v+Math.imul(se,k)|0;var Bt=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Bt>>>26)|0,Bt&=67108863,C=Math.imul(Ge,Ot),g=Math.imul(Ge,st),g=g+Math.imul(De,Ot)|0,v=Math.imul(De,st),C=C+Math.imul(_e,It)|0,g=g+Math.imul(_e,it)|0,g=g+Math.imul(me,It)|0,v=v+Math.imul(me,it)|0,C=C+Math.imul(ht,Mt)|0,g=g+Math.imul(ht,Ye)|0,g=g+Math.imul($e,Mt)|0,v=v+Math.imul($e,Ye)|0,C=C+Math.imul(Je,Pt)|0,g=g+Math.imul(Je,ot)|0,g=g+Math.imul(Ue,Pt)|0,v=v+Math.imul(Ue,ot)|0,C=C+Math.imul(ye,Ut)|0,g=g+Math.imul(ye,k)|0,g=g+Math.imul(Ee,Ut)|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(se,T)|0,v=v+Math.imul(se,B)|0;var ir=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(ir>>>26)|0,ir&=67108863,C=Math.imul(Ie,Ot),g=Math.imul(Ie,st),g=g+Math.imul(Le,Ot)|0,v=Math.imul(Le,st),C=C+Math.imul(Ge,It)|0,g=g+Math.imul(Ge,it)|0,g=g+Math.imul(De,It)|0,v=v+Math.imul(De,it)|0,C=C+Math.imul(_e,Mt)|0,g=g+Math.imul(_e,Ye)|0,g=g+Math.imul(me,Mt)|0,v=v+Math.imul(me,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(Je,Ut)|0,g=g+Math.imul(Je,k)|0,g=g+Math.imul(Ue,Ut)|0,v=v+Math.imul(Ue,k)|0,C=C+Math.imul(ye,T)|0,g=g+Math.imul(ye,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(se,Z)|0,v=v+Math.imul(se,te)|0;var Sr=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Sr>>>26)|0,Sr&=67108863,C=Math.imul(dt,Ot),g=Math.imul(dt,st),g=g+Math.imul(We,Ot)|0,v=Math.imul(We,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(Ge,Mt)|0,g=g+Math.imul(Ge,Ye)|0,g=g+Math.imul(De,Mt)|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(me,Pt)|0,v=v+Math.imul(me,ot)|0,C=C+Math.imul(ht,Ut)|0,g=g+Math.imul(ht,k)|0,g=g+Math.imul($e,Ut)|0,v=v+Math.imul($e,k)|0,C=C+Math.imul(Je,T)|0,g=g+Math.imul(Je,B)|0,g=g+Math.imul(Ue,T)|0,v=v+Math.imul(Ue,B)|0,C=C+Math.imul(ye,Z)|0,g=g+Math.imul(ye,te)|0,g=g+Math.imul(Ee,Z)|0,v=v+Math.imul(Ee,te)|0,C=C+Math.imul(ee,rt)|0,g=g+Math.imul(ee,Re)|0,g=g+Math.imul(se,rt)|0,v=v+Math.imul(se,Re)|0;var or=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(or>>>26)|0,or&=67108863,C=Math.imul(St,Ot),g=Math.imul(St,st),g=g+Math.imul(et,Ot)|0,v=Math.imul(et,st),C=C+Math.imul(dt,It)|0,g=g+Math.imul(dt,it)|0,g=g+Math.imul(We,It)|0,v=v+Math.imul(We,it)|0,C=C+Math.imul(Ie,Mt)|0,g=g+Math.imul(Ie,Ye)|0,g=g+Math.imul(Le,Mt)|0,v=v+Math.imul(Le,Ye)|0,C=C+Math.imul(Ge,Pt)|0,g=g+Math.imul(Ge,ot)|0,g=g+Math.imul(De,Pt)|0,v=v+Math.imul(De,ot)|0,C=C+Math.imul(_e,Ut)|0,g=g+Math.imul(_e,k)|0,g=g+Math.imul(me,Ut)|0,v=v+Math.imul(me,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(Je,Z)|0,g=g+Math.imul(Je,te)|0,g=g+Math.imul(Ue,Z)|0,v=v+Math.imul(Ue,te)|0,C=C+Math.imul(ye,rt)|0,g=g+Math.imul(ye,Re)|0,g=g+Math.imul(Ee,rt)|0,v=v+Math.imul(Ee,Re)|0,C=C+Math.imul(ee,oe)|0,g=g+Math.imul(ee,he)|0,g=g+Math.imul(se,oe)|0,v=v+Math.imul(se,he)|0;var Yt=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Yt>>>26)|0,Yt&=67108863,C=Math.imul($t,Ot),g=Math.imul($t,st),g=g+Math.imul(nt,Ot)|0,v=Math.imul(nt,st),C=C+Math.imul(St,It)|0,g=g+Math.imul(St,it)|0,g=g+Math.imul(et,It)|0,v=v+Math.imul(et,it)|0,C=C+Math.imul(dt,Mt)|0,g=g+Math.imul(dt,Ye)|0,g=g+Math.imul(We,Mt)|0,v=v+Math.imul(We,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(Ge,Ut)|0,g=g+Math.imul(Ge,k)|0,g=g+Math.imul(De,Ut)|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(me,T)|0,v=v+Math.imul(me,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(Je,rt)|0,g=g+Math.imul(Je,Re)|0,g=g+Math.imul(Ue,rt)|0,v=v+Math.imul(Ue,Re)|0,C=C+Math.imul(ye,oe)|0,g=g+Math.imul(ye,he)|0,g=g+Math.imul(Ee,oe)|0,v=v+Math.imul(Ee,he)|0,C=C+Math.imul(ee,He)|0,g=g+Math.imul(ee,Ne)|0,g=g+Math.imul(se,He)|0,v=v+Math.imul(se,Ne)|0;var vr=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(vr>>>26)|0,vr&=67108863,C=Math.imul($t,It),g=Math.imul($t,it),g=g+Math.imul(nt,It)|0,v=Math.imul(nt,it),C=C+Math.imul(St,Mt)|0,g=g+Math.imul(St,Ye)|0,g=g+Math.imul(et,Mt)|0,v=v+Math.imul(et,Ye)|0,C=C+Math.imul(dt,Pt)|0,g=g+Math.imul(dt,ot)|0,g=g+Math.imul(We,Pt)|0,v=v+Math.imul(We,ot)|0,C=C+Math.imul(Ie,Ut)|0,g=g+Math.imul(Ie,k)|0,g=g+Math.imul(Le,Ut)|0,v=v+Math.imul(Le,k)|0,C=C+Math.imul(Ge,T)|0,g=g+Math.imul(Ge,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(me,Z)|0,v=v+Math.imul(me,te)|0,C=C+Math.imul(ht,rt)|0,g=g+Math.imul(ht,Re)|0,g=g+Math.imul($e,rt)|0,v=v+Math.imul($e,Re)|0,C=C+Math.imul(Je,oe)|0,g=g+Math.imul(Je,he)|0,g=g+Math.imul(Ue,oe)|0,v=v+Math.imul(Ue,he)|0,C=C+Math.imul(ye,He)|0,g=g+Math.imul(ye,Ne)|0,g=g+Math.imul(Ee,He)|0,v=v+Math.imul(Ee,Ne)|0;var Nn=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Nn>>>26)|0,Nn&=67108863,C=Math.imul($t,Mt),g=Math.imul($t,Ye),g=g+Math.imul(nt,Mt)|0,v=Math.imul(nt,Ye),C=C+Math.imul(St,Pt)|0,g=g+Math.imul(St,ot)|0,g=g+Math.imul(et,Pt)|0,v=v+Math.imul(et,ot)|0,C=C+Math.imul(dt,Ut)|0,g=g+Math.imul(dt,k)|0,g=g+Math.imul(We,Ut)|0,v=v+Math.imul(We,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(Ge,Z)|0,g=g+Math.imul(Ge,te)|0,g=g+Math.imul(De,Z)|0,v=v+Math.imul(De,te)|0,C=C+Math.imul(_e,rt)|0,g=g+Math.imul(_e,Re)|0,g=g+Math.imul(me,rt)|0,v=v+Math.imul(me,Re)|0,C=C+Math.imul(ht,oe)|0,g=g+Math.imul(ht,he)|0,g=g+Math.imul($e,oe)|0,v=v+Math.imul($e,he)|0,C=C+Math.imul(Je,He)|0,g=g+Math.imul(Je,Ne)|0,g=g+Math.imul(Ue,He)|0,v=v+Math.imul(Ue,Ne)|0;var Vr=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Vr>>>26)|0,Vr&=67108863,C=Math.imul($t,Pt),g=Math.imul($t,ot),g=g+Math.imul(nt,Pt)|0,v=Math.imul(nt,ot),C=C+Math.imul(St,Ut)|0,g=g+Math.imul(St,k)|0,g=g+Math.imul(et,Ut)|0,v=v+Math.imul(et,k)|0,C=C+Math.imul(dt,T)|0,g=g+Math.imul(dt,B)|0,g=g+Math.imul(We,T)|0,v=v+Math.imul(We,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(Ge,rt)|0,g=g+Math.imul(Ge,Re)|0,g=g+Math.imul(De,rt)|0,v=v+Math.imul(De,Re)|0,C=C+Math.imul(_e,oe)|0,g=g+Math.imul(_e,he)|0,g=g+Math.imul(me,oe)|0,v=v+Math.imul(me,he)|0,C=C+Math.imul(ht,He)|0,g=g+Math.imul(ht,Ne)|0,g=g+Math.imul($e,He)|0,v=v+Math.imul($e,Ne)|0;var Rn=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Rn>>>26)|0,Rn&=67108863,C=Math.imul($t,Ut),g=Math.imul($t,k),g=g+Math.imul(nt,Ut)|0,v=Math.imul(nt,k),C=C+Math.imul(St,T)|0,g=g+Math.imul(St,B)|0,g=g+Math.imul(et,T)|0,v=v+Math.imul(et,B)|0,C=C+Math.imul(dt,Z)|0,g=g+Math.imul(dt,te)|0,g=g+Math.imul(We,Z)|0,v=v+Math.imul(We,te)|0,C=C+Math.imul(Ie,rt)|0,g=g+Math.imul(Ie,Re)|0,g=g+Math.imul(Le,rt)|0,v=v+Math.imul(Le,Re)|0,C=C+Math.imul(Ge,oe)|0,g=g+Math.imul(Ge,he)|0,g=g+Math.imul(De,oe)|0,v=v+Math.imul(De,he)|0,C=C+Math.imul(_e,He)|0,g=g+Math.imul(_e,Ne)|0,g=g+Math.imul(me,He)|0,v=v+Math.imul(me,Ne)|0;var Li=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Li>>>26)|0,Li&=67108863,C=Math.imul($t,T),g=Math.imul($t,B),g=g+Math.imul(nt,T)|0,v=Math.imul(nt,B),C=C+Math.imul(St,Z)|0,g=g+Math.imul(St,te)|0,g=g+Math.imul(et,Z)|0,v=v+Math.imul(et,te)|0,C=C+Math.imul(dt,rt)|0,g=g+Math.imul(dt,Re)|0,g=g+Math.imul(We,rt)|0,v=v+Math.imul(We,Re)|0,C=C+Math.imul(Ie,oe)|0,g=g+Math.imul(Ie,he)|0,g=g+Math.imul(Le,oe)|0,v=v+Math.imul(Le,he)|0,C=C+Math.imul(Ge,He)|0,g=g+Math.imul(Ge,Ne)|0,g=g+Math.imul(De,He)|0,v=v+Math.imul(De,Ne)|0;var Fi=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Fi>>>26)|0,Fi&=67108863,C=Math.imul($t,Z),g=Math.imul($t,te),g=g+Math.imul(nt,Z)|0,v=Math.imul(nt,te),C=C+Math.imul(St,rt)|0,g=g+Math.imul(St,Re)|0,g=g+Math.imul(et,rt)|0,v=v+Math.imul(et,Re)|0,C=C+Math.imul(dt,oe)|0,g=g+Math.imul(dt,he)|0,g=g+Math.imul(We,oe)|0,v=v+Math.imul(We,he)|0,C=C+Math.imul(Ie,He)|0,g=g+Math.imul(Ie,Ne)|0,g=g+Math.imul(Le,He)|0,v=v+Math.imul(Le,Ne)|0;var Dn=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,C=Math.imul($t,rt),g=Math.imul($t,Re),g=g+Math.imul(nt,rt)|0,v=Math.imul(nt,Re),C=C+Math.imul(St,oe)|0,g=g+Math.imul(St,he)|0,g=g+Math.imul(et,oe)|0,v=v+Math.imul(et,he)|0,C=C+Math.imul(dt,He)|0,g=g+Math.imul(dt,Ne)|0,g=g+Math.imul(We,He)|0,v=v+Math.imul(We,Ne)|0;var Ui=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,C=Math.imul($t,oe),g=Math.imul($t,he),g=g+Math.imul(nt,oe)|0,v=Math.imul(nt,he),C=C+Math.imul(St,He)|0,g=g+Math.imul(St,Ne)|0,g=g+Math.imul(et,He)|0,v=v+Math.imul(et,Ne)|0;var zi=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(zi>>>26)|0,zi&=67108863,C=Math.imul($t,He),g=Math.imul($t,Ne),g=g+Math.imul(nt,He)|0,v=Math.imul(nt,Ne);var D=(O+C|0)+((g&8191)<<13)|0;return O=(v+(g>>>13)|0)+(D>>>26)|0,D&=67108863,E[0]=ze,E[1]=ut,E[2]=Jt,E[3]=Nt,E[4]=Bt,E[5]=ir,E[6]=Sr,E[7]=or,E[8]=Yt,E[9]=vr,E[10]=Nn,E[11]=Vr,E[12]=Rn,E[13]=Li,E[14]=Fi,E[15]=Dn,E[16]=Ui,E[17]=zi,E[18]=D,O!==0&&(E[19]=O,m.length++),m};Math.imul||(N=P);function R($,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,se=j*ee,ve=se&67108863;E=E+(se/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 U($,p,d){return R($,p,d)}s.prototype.mulTo=function(p,d){var m,x=this.length+p.length;return this.length===10&&p.length===10?m=N(this,p,d):x<63?m=P(this,p,d):x<1024?m=R(this,p,d):m=U(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),U(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 se=(x.words[M.length+ee]|0)*67108864+(x.words[M.length+ee-1]|0);for(se=Math.min(se/E|0,67108863),x._ishlnsubmul(M,se,ee);x.negative!==0;)se--,x.negative=0,x._ishlnsubmul(M,1,ee),x.isZero()||(x.negative^=1);g&&(g.words[ee]=se)}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 se=0,ve=1;!(m.words[0]&ve)&&se<26;++se,ve<<=1);if(se>0)for(m.iushrn(se);se-- >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 W($,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()}W.prototype._tmp=function(){var p=new s(null);return p.words=new Array(Math.ceil(this.n/13)),p},W.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},W.prototype.split=function(p,d){p.iushrn(this.n,0,d)},W.prototype.imulK=function(p){return p.imul(this.k)};function q(){W.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}i(q,W),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 X(){W.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}i(X,W);function ie(){W.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}i(ie,W);function ae(){W.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}i(ae,W),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 X;else if(p==="p192")d=new ie;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),se=M;ee.cmp(E)!==0;){for(var ve=ee,ye=0;ve.cmp(E)!==0;ye++)ve=ve.redSqr();n(ye<se);var Ee=this.pow(v,new s(1).iushln(se-ye-1));j=j.redMul(Ee),v=Ee.redSqr(),ee=ee.redMul(v),se=ye}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,jr)}(hh);var g2=hh.exports;const v2=fa(g2);var M7=jr&&jr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(nn,"__esModule",{value:!0}),nn.parseAccumulatorUpdateData=nn.sliceAccumulatorUpdateData=nn.parseTwapMessage=nn.parsePriceFeedMessage=nn.isAccumulatorUpdateData=void 0;const sn=M7(g2),T7="504e4155",A7=1,O7=0,ph=20,I7=0,P7=1;function mh(e){return e.toString("hex").slice(0,8)===T7&&e[4]===A7&&e[5]===O7}nn.isAccumulatorUpdateData=mh;function j7(e){let t=0;if(e.readUInt8(t)!==I7)throw new Error("Not a price feed message");t+=1;const n=e.subarray(t,t+32);t+=32;const i=new sn.default(e.subarray(t,t+8),"be");t+=8;const s=new sn.default(e.subarray(t,t+8),"be");t+=8;const o=e.readInt32BE(t);t+=4;const a=new sn.default(e.subarray(t,t+8),"be");t+=8;const c=new sn.default(e.subarray(t,t+8),"be");t+=8;const u=new sn.default(e.subarray(t,t+8),"be");t+=8;const l=new sn.default(e.subarray(t,t+8),"be");return t+=8,{feedId:n,price:i,confidence:s,exponent:o,publishTime:a,prevPublishTime:c,emaPrice:u,emaConf:l}}nn.parsePriceFeedMessage=j7;function k7(e){let t=0;if(e.readUInt8(t)!==P7)throw new Error("Not a twap message");t+=1;const n=e.subarray(t,t+32);t+=32;const i=new sn.default(e.subarray(t,t+16),"be");t+=16;const s=new sn.default(e.subarray(t,t+16),"be");t+=16;const o=new sn.default(e.subarray(t,t+8),"be");t+=8;const a=e.readInt32BE(t);t+=4;const c=new sn.default(e.subarray(t,t+8),"be");t+=8;const u=new sn.default(e.subarray(t,t+8),"be");t+=8;const l=new sn.default(e.subarray(t,t+8),"be");return t+=8,{feedId:n,cumulativePrice:i,cumulativeConf:s,numDownSlots:o,exponent:a,publishTime:c,prevPublishTime:u,publishSlot:l}}nn.parseTwapMessage=k7;function N7(e,t,r){if(!mh(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+=ph*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 dh.concat([e.subarray(0,o),dh.from([u.length]),...a.slice(t,r)])}nn.sliceAccumulatorUpdateData=N7;function R7(e){if(!mh(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+ph))),t+=ph;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}}nn.parseAccumulatorUpdateData=R7,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=mu;var r=nn;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 N3{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 N3({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}(ah);function y2(e,t){return function(){return e.apply(t,arguments)}}const{toString:D7}=Object.prototype,{getPrototypeOf:gh}=Object,vu=(e=>t=>{const r=D7.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),Sn=e=>(e=e.toLowerCase(),t=>vu(t)===e),yu=e=>t=>typeof t===e,{isArray:Mo}=Array,Ha=yu("undefined");function $7(e){return e!==null&&!Ha(e)&&e.constructor!==null&&!Ha(e.constructor)&&Wr(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const b2=Sn("ArrayBuffer");function B7(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&b2(e.buffer),t}const L7=yu("string"),Wr=yu("function"),w2=yu("number"),bu=e=>e!==null&&typeof e=="object",F7=e=>e===!0||e===!1,wu=e=>{if(vu(e)!=="object")return!1;const t=gh(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},U7=Sn("Date"),z7=Sn("File"),V7=Sn("Blob"),q7=Sn("FileList"),G7=e=>bu(e)&&Wr(e.pipe),W7=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Wr(e.append)&&((t=vu(e))==="formdata"||t==="object"&&Wr(e.toString)&&e.toString()==="[object FormData]"))},H7=Sn("URLSearchParams"),[K7,X7,J7,Y7]=["ReadableStream","Request","Response","Headers"].map(Sn),Z7=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ka(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let n,i;if(typeof e!="object"&&(e=[e]),Mo(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 _2(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 Bs=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:jr)(),x2=e=>!Ha(e)&&e!==Bs;function vh(){const{caseless:e}=x2(this)&&this||{},t={},r=(n,i)=>{const s=e&&_2(t,i)||i;wu(t[s])&&wu(n)?t[s]=vh(t[s],n):wu(n)?t[s]=vh({},n):Mo(n)?t[s]=n.slice():t[s]=n};for(let n=0,i=arguments.length;n<i;n++)arguments[n]&&Ka(arguments[n],r);return t}const Q7=(e,t,r,{allOwnKeys:n}={})=>(Ka(t,(i,s)=>{r&&Wr(i)?e[s]=y2(i,r):e[s]=i},{allOwnKeys:n}),e),ej=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),tj=(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)},rj=(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&&gh(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},nj=(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},ij=e=>{if(!e)return null;if(Mo(e))return e;let t=e.length;if(!w2(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},sj=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&gh(Uint8Array)),oj=(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])}},aj=(e,t)=>{let r;const n=[];for(;(r=e.exec(t))!==null;)n.push(r);return n},cj=Sn("HTMLFormElement"),uj=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,n,i){return n.toUpperCase()+i}),S2=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),lj=Sn("RegExp"),E2=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};Ka(r,(i,s)=>{let o;(o=t(i,s,e))!==!1&&(n[s]=o||i)}),Object.defineProperties(e,n)},fj=e=>{E2(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+"'")})}})},dj=(e,t)=>{const r={},n=i=>{i.forEach(s=>{r[s]=!0})};return Mo(e)?n(e):n(String(e).split(t)),r},hj=()=>{},pj=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,yh="abcdefghijklmnopqrstuvwxyz",C2="0123456789",M2={DIGIT:C2,ALPHA:yh,ALPHA_DIGIT:yh+yh.toUpperCase()+C2},mj=(e=16,t=M2.ALPHA_DIGIT)=>{let r="";const{length:n}=t;for(;e--;)r+=t[Math.random()*n|0];return r};function gj(e){return!!(e&&Wr(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const vj=e=>{const t=new Array(10),r=(n,i)=>{if(bu(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[i]=n;const s=Mo(n)?[]:{};return Ka(n,(o,a)=>{const c=r(o,i+1);!Ha(c)&&(s[a]=c)}),t[i]=void 0,s}}return n};return r(e,0)},yj=Sn("AsyncFunction"),bj=e=>e&&(bu(e)||Wr(e))&&Wr(e.then)&&Wr(e.catch),T2=((e,t)=>e?setImmediate:t?((r,n)=>(Bs.addEventListener("message",({source:i,data:s})=>{i===Bs&&s===r&&n.length&&n.shift()()},!1),i=>{n.push(i),Bs.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",Wr(Bs.postMessage)),wj=typeof queueMicrotask<"u"?queueMicrotask.bind(Bs):typeof hn<"u"&&hn.nextTick||T2;var fe={isArray:Mo,isArrayBuffer:b2,isBuffer:$7,isFormData:W7,isArrayBufferView:B7,isString:L7,isNumber:w2,isBoolean:F7,isObject:bu,isPlainObject:wu,isReadableStream:K7,isRequest:X7,isResponse:J7,isHeaders:Y7,isUndefined:Ha,isDate:U7,isFile:z7,isBlob:V7,isRegExp:lj,isFunction:Wr,isStream:G7,isURLSearchParams:H7,isTypedArray:sj,isFileList:q7,forEach:Ka,merge:vh,extend:Q7,trim:Z7,stripBOM:ej,inherits:tj,toFlatObject:rj,kindOf:vu,kindOfTest:Sn,endsWith:nj,toArray:ij,forEachEntry:oj,matchAll:aj,isHTMLForm:cj,hasOwnProperty:S2,hasOwnProp:S2,reduceDescriptors:E2,freezeMethods:fj,toObjectSet:dj,toCamelCase:uj,noop:hj,toFiniteNumber:pj,findKey:_2,global:Bs,isContextDefined:x2,ALPHABET:M2,generateString:mj,isSpecCompliantForm:gj,toJSONObject:vj,isAsyncFn:yj,isThenable:bj,setImmediate:T2,asap:wj};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 A2=pt.prototype,O2={};["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=>{O2[e]={value:e}}),Object.defineProperties(pt,O2),Object.defineProperty(A2,"isAxiosError",{value:!0}),pt.from=(e,t,r,n,i,s)=>{const o=Object.create(A2);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 _j=null;function bh(e){return fe.isPlainObject(e)||fe.isArray(e)}function I2(e){return fe.endsWith(e,"[]")?e.slice(0,-2):e}function P2(e,t,r){return e?e.concat(t).map(function(i,s){return i=I2(i),!r&&s?"["+i+"]":i}).join(r?".":""):t}function xj(e){return fe.isArray(e)&&!e.some(bh)}const Sj=fe.toFlatObject(fe,{},null,function(t){return/^is[A-Z]/.test(t)});function _u(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]):dh.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)&&xj(b)||(fe.isFileList(b)||fe.endsWith(_,"[]"))&&(P=fe.toArray(b)))return _=I2(_),P.forEach(function(R,U){!(fe.isUndefined(R)||R===null)&&t.append(o===!0?P2([_],U,s):o===null?_:_+"[]",u(R))}),!1}return bh(b)?!0:(t.append(P2(A,_,s),u(b)),!1)}const f=[],h=Object.assign(Sj,{defaultVisitor:l,convertValue:u,isVisitable:bh});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,N){(!(fe.isUndefined(P)||P===null)&&i.call(t,P,fe.isString(N)?N.trim():N,_,h))===!0&&y(P,_?_.concat(N):[N])}),f.pop()}}if(!fe.isObject(e))throw new TypeError("data must be an object");return y(e),t}function j2(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function wh(e,t){this._pairs=[],e&&_u(e,this,t)}const k2=wh.prototype;k2.append=function(t,r){this._pairs.push([t,r])},k2.toString=function(t){const r=t?function(n){return t.call(this,n,j2)}:j2;return this._pairs.map(function(i){return r(i[0])+"="+r(i[1])},"").join("&")};function Ej(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function N2(e,t,r){if(!t)return e;const n=r&&r.encode||Ej;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 wh(t,r).toString(n),s){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class Cj{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 R2=Cj,D2={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Mj=typeof URLSearchParams<"u"?URLSearchParams:wh,Tj=typeof FormData<"u"?FormData:null,Aj=typeof Blob<"u"?Blob:null,Oj={isBrowser:!0,classes:{URLSearchParams:Mj,FormData:Tj,Blob:Aj},protocols:["http","https","file","blob","url","data"]};const _h=typeof window<"u"&&typeof document<"u",xh=typeof navigator=="object"&&navigator||void 0,Ij=_h&&(!xh||["ReactNative","NativeScript","NS"].indexOf(xh.product)<0),Pj=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),jj=_h&&window.location.href||"http://localhost";var kj=Object.freeze({__proto__:null,hasBrowserEnv:_h,hasStandardBrowserWebWorkerEnv:Pj,hasStandardBrowserEnv:Ij,navigator:xh,origin:jj}),Tr={...kj,...Oj};function Nj(e,t){return _u(e,new Tr.classes.URLSearchParams,Object.assign({visitor:function(r,n,i,s){return Tr.isNode&&fe.isBuffer(r)?(this.append(n,r.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function Rj(e){return fe.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Dj(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 $2(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]=Dj(i[o])),!a)}if(fe.isFormData(e)&&fe.isFunction(e.entries)){const r={};return fe.forEachEntry(e,(n,i)=>{t(Rj(n),i,r,0)}),r}return null}function $j(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 Sh={transitional:D2,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($2(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 Nj(t,this.formSerializer).toString();if((a=fe.isFileList(t))||n.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return _u(a?{"files[]":t}:t,c&&new c,this.formSerializer)}}return s||i?(r.setContentType("application/json",!1),$j(t)):t}],transformResponse:[function(t){const r=this.transitional||Sh.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:Tr.classes.FormData,Blob:Tr.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=>{Sh.headers[e]={}});var Eh=Sh;const Bj=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 Lj=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]&&Bj[r])&&(r==="set-cookie"?t[r]?t[r].push(n):t[r]=[n]:t[r]=t[r]?t[r]+", "+n:n)}),t};const B2=Symbol("internals");function Xa(e){return e&&String(e).trim().toLowerCase()}function xu(e){return e===!1||e==null?e:fe.isArray(e)?e.map(xu):String(e)}function Fj(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 Uj=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Ch(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 zj(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,n)=>r.toUpperCase()+n)}function Vj(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 Su{constructor(t){t&&this.set(t)}set(t,r,n){const i=this;function s(a,c,u){const l=Xa(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]=xu(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())&&!Uj(t))o(Lj(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=Xa(t),t){const n=fe.findKey(this,t);if(n){const i=this[n];if(!r)return i;if(r===!0)return Fj(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=Xa(t),t){const n=fe.findKey(this,t);return!!(n&&this[n]!==void 0&&(!r||Ch(this,this[n],n,r)))}return!1}delete(t,r){const n=this;let i=!1;function s(o){if(o=Xa(o),o){const a=fe.findKey(n,o);a&&(!r||Ch(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||Ch(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]=xu(i),delete r[s];return}const a=t?zj(s):String(s).trim();a!==s&&delete r[s],r[a]=xu(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[B2]=this[B2]={accessors:{}}).accessors,i=this.prototype;function s(o){const a=Xa(o);n[a]||(Vj(i,o),n[a]=!0)}return fe.isArray(t)?t.forEach(s):s(t),this}}Su.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),fe.reduceDescriptors(Su.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[r]=n}}}),fe.freezeMethods(Su);var En=Su;function Mh(e,t){const r=this||Eh,n=t||r,i=En.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 L2(e){return!!(e&&e.__CANCEL__)}function To(e,t,r){pt.call(this,e??"canceled",pt.ERR_CANCELED,t,r),this.name="CanceledError"}fe.inherits(To,pt,{__CANCEL__:!0});function F2(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 qj(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Gj(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 Wj(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 Eu=(e,t,r=3)=>{let n=0;const i=Gj(50,250);return Wj(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)},U2=(e,t)=>{const r=e!=null;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},z2=e=>(...t)=>fe.asap(()=>e(...t));var Hj=Tr.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,Tr.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(Tr.origin),Tr.navigator&&/(msie|trident)/i.test(Tr.navigator.userAgent)):()=>!0,Kj=Tr.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 Xj(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Jj(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function V2(e,t){return e&&!Xj(t)?Jj(e,t):t}const q2=e=>e instanceof En?{...e}:e;function Ls(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(q2(u),q2(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 G2=e=>{const t=Ls({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:i,xsrfCookieName:s,headers:o,auth:a}=t;t.headers=o=En.from(o),t.url=N2(V2(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(Tr.hasStandardBrowserEnv||Tr.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(Tr.hasStandardBrowserEnv&&(n&&fe.isFunction(n)&&(n=n(t)),n||n!==!1&&Hj(t.url))){const u=i&&s&&Kj.read(s);u&&o.set(i,u)}return t},Yj=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(r,n){const i=G2(e);let s=i.data;const o=En.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 R=En.from("getAllResponseHeaders"in A&&A.getAllResponseHeaders()),L={data:!a||a==="text"||a==="json"?A.responseText:A.response,status:A.status,statusText:A.statusText,headers:R,config:e,request:A};F2(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 U=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const L=i.transitional||D2;i.timeoutErrorMessage&&(U=i.timeoutErrorMessage),n(new pt(U,L.clarifyTimeoutError?pt.ETIMEDOUT:pt.ECONNABORTED,e,A)),A=null},s===void 0&&o.setContentType(null),"setRequestHeader"in A&&fe.forEach(o.toJSON(),function(U,L){A.setRequestHeader(L,U)}),fe.isUndefined(i.withCredentials)||(A.withCredentials=!!i.withCredentials),a&&a!=="json"&&(A.responseType=i.responseType),u&&([h,b]=Eu(u,!0),A.addEventListener("progress",h)),c&&A.upload&&([f,y]=Eu(c),A.upload.addEventListener("progress",f),A.upload.addEventListener("loadend",y)),(i.cancelToken||i.signal)&&(l=R=>{A&&(n(!R||R.type?new To(null,e,A):R),A.abort(),A=null)},i.cancelToken&&i.cancelToken.subscribe(l),i.signal&&(i.signal.aborted?l():i.signal.addEventListener("abort",l)));const N=qj(i.url);if(N&&Tr.protocols.indexOf(N)===-1){n(new pt("Unsupported protocol "+N+":",pt.ERR_BAD_REQUEST,e));return}A.send(s||null)})},Zj=(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 To(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}};const Qj=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},ek=async function*(e,t){for await(const r of tk(e))yield*Qj(r,t)},tk=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()}},W2=(e,t,r,n)=>{const i=ek(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})},Cu=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",H2=Cu&&typeof ReadableStream=="function",rk=Cu&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),K2=(e,...t)=>{try{return!!e(...t)}catch{return!1}},nk=H2&&K2(()=>{let e=!1;const t=new Request(Tr.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),X2=64*1024,Th=H2&&K2(()=>fe.isReadableStream(new Response("").body)),Mu={stream:Th&&(e=>e.body)};Cu&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Mu[t]&&(Mu[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 ik=async e=>{if(e==null)return 0;if(fe.isBlob(e))return e.size;if(fe.isSpecCompliantForm(e))return(await new Request(Tr.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 rk(e)).byteLength},sk=async(e,t)=>{const r=fe.toFiniteNumber(e.getContentLength());return r??ik(t)};var ok=Cu&&(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}=G2(e);u=u?(u+"").toLowerCase():"text";let y=Zj([i,s&&s.toAbortSignal()],o),b;const _=y&&y.unsubscribe&&(()=>{y.unsubscribe()});let A;try{if(c&&nk&&r!=="get"&&r!=="head"&&(A=await sk(l,n))!==0){let L=new Request(t,{method:"POST",body:n,duplex:"half"}),W;if(fe.isFormData(n)&&(W=L.headers.get("content-type"))&&l.setContentType(W),L.body){const[q,X]=U2(A,Eu(z2(c)));n=W2(L.body,X2,q,X)}}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 N=await fetch(b);const R=Th&&(u==="stream"||u==="response");if(Th&&(a||R&&_)){const L={};["status","statusText","headers"].forEach(ie=>{L[ie]=N[ie]});const W=fe.toFiniteNumber(N.headers.get("content-length")),[q,X]=a&&U2(W,Eu(z2(a),!0))||[];N=new Response(W2(N.body,X2,q,()=>{X&&X(),_&&_()}),L)}u=u||"text";let U=await Mu[fe.findKey(Mu,u)||"text"](N,e);return!R&&_&&_(),await new Promise((L,W)=>{F2(L,W,{data:U,headers:En.from(N.headers),status:N.status,statusText:N.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 Ah={http:_j,xhr:Yj,fetch:ok};fe.forEach(Ah,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const J2=e=>`- ${e}`,ak=e=>fe.isFunction(e)||e===null||e===!1;var Y2={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,!ak(r)&&(n=Ah[(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(J2).join(`
|
|
37
|
+
`):" "+J2(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:Ah};function Oh(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new To(null,e)}function Z2(e){return Oh(e),e.headers=En.from(e.headers),e.data=Mh.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Y2.getAdapter(e.adapter||Eh.adapter)(e).then(function(n){return Oh(e),n.data=Mh.call(e,e.transformResponse,n),n.headers=En.from(n.headers),n},function(n){return L2(n)||(Oh(e),n&&n.response&&(n.response.data=Mh.call(e,e.transformResponse,n.response),n.response.headers=En.from(n.response.headers))),Promise.reject(n)})}const Q2="1.7.9",Tu={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Tu[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const e_={};Tu.transitional=function(t,r,n){function i(s,o){return"[Axios v"+Q2+"] 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&&!e_[o]&&(e_[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}},Tu.spelling=function(t){return(r,n)=>(console.warn(`${n} is likely a misspelling of ${t}`),!0)};function ck(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 Au={assertOptions:ck,validators:Tu};const Zn=Au.validators;class Ou{constructor(t){this.defaults=t,this.interceptors={request:new R2,response:new R2}}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=Ls(this.defaults,r);const{transitional:n,paramsSerializer:i,headers:s}=r;n!==void 0&&Au.assertOptions(n,{silentJSONParsing:Zn.transitional(Zn.boolean),forcedJSONParsing:Zn.transitional(Zn.boolean),clarifyTimeoutError:Zn.transitional(Zn.boolean)},!1),i!=null&&(fe.isFunction(i)?r.paramsSerializer={serialize:i}:Au.assertOptions(i,{encode:Zn.function,serialize:Zn.function},!0)),Au.assertOptions(r,{baseUrl:Zn.spelling("baseURL"),withXsrfToken:Zn.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=En.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=[Z2.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=Z2.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=Ls(this.defaults,t);const r=V2(t.baseURL,t.url);return N2(r,t.params,t.paramsSerializer)}}fe.forEach(["delete","get","head","options"],function(t){Ou.prototype[t]=function(r,n){return this.request(Ls(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(Ls(a||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:s,data:o}))}}Ou.prototype[t]=r(),Ou.prototype[t+"Form"]=r(!0)});var Iu=Ou;class Ih{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 To(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 Ih(function(i){t=i}),cancel:t}}}var uk=Ih;function lk(e){return function(r){return e.apply(null,r)}}function fk(e){return fe.isObject(e)&&e.isAxiosError===!0}const Ph={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(Ph).forEach(([e,t])=>{Ph[t]=e});var dk=Ph;function t_(e){const t=new Iu(e),r=y2(Iu.prototype.request,t);return fe.extend(r,Iu.prototype,t,{allOwnKeys:!0}),fe.extend(r,t,null,{allOwnKeys:!0}),r.create=function(i){return t_(Ls(e,i))},r}const ur=t_(Eh);ur.Axios=Iu,ur.CanceledError=To,ur.CancelToken=uk,ur.isCancel=L2,ur.VERSION=Q2,ur.toFormData=_u,ur.AxiosError=pt,ur.Cancel=ur.CanceledError,ur.all=function(t){return Promise.all(t)},ur.spread=lk,ur.isAxiosError=fk,ur.mergeConfig=Ls,ur.AxiosHeaders=En,ur.formToJSON=e=>$2(fe.isHTMLForm(e)?new FormData(e):e),ur.getAdapter=Y2.getAdapter,ur.HttpStatusCode=dk,ur.default=ur;var r_=ur,jh={exports:{}},Hr={},n_={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})(n_);var hk=n_.exports,kh={exports:{}},Nh={exports:{}},i_;function Pu(){return i_||(i_=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}(Nh)),Nh.exports}var s_;function pk(){return s_||(s_=1,function(e){var t=Pu().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 U?O:U,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",N="completed",R={};function U(){}function L(){}function W(){}var q={};h(q,u,function(){return this});var X=Object.getPrototypeOf,ie=X&&X(X(M([])));ie&&ie!==s&&o.call(ie,u)&&(q=ie);var ae=W.prototype=U.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,se){var ve=b(E[v],E,j);if(ve.type!=="throw"){var ye=ve.arg,Ee=ye.value;return Ee&&t(Ee)=="object"&&o.call(Ee,"__await")?O.resolve(Ee.__await).then(function(Se){C("next",Se,ee,se)},function(Se){C("throw",Se,ee,se)}):O.resolve(Ee).then(function(Se){ye.value=Se,ee(ye)},function(Se){return C("throw",Se,ee,se)})}se(ve.arg)}var g;a(this,"_invoke",{value:function(j,ee){function se(){return new O(function(ve,ye){C(j,ee,ve,ye)})}return g=g?g.then(se,se):se()}})}function $(E,O,C){var g=_;return function(v,j){if(g===P)throw Error("Generator is already running");if(g===N){if(v==="throw")throw j;return{value:n,done:!0}}for(C.method=v,C.arg=j;;){var ee=C.delegate;if(ee){var se=p(ee,C);if(se){if(se===R)continue;return se}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(g===_)throw g=N,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?N:A,ve.arg===R)continue;return{value:ve.arg,done:C.done}}ve.type==="throw"&&(g=N,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")),R;var v=b(g,E.iterator,O.arg);if(v.type==="throw")return O.method="throw",O.arg=v.arg,O.delegate=null,R;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,R):j:(O.method="throw",O.arg=new TypeError("iterator result is not an object"),O.delegate=null,R)}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=W,a(ae,"constructor",{value:W,configurable:!0}),a(W,"constructor",{value:L,configurable:!0}),L.displayName=h(W,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,W):(E.__proto__=W,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(ye,Ee){return ee.type="throw",ee.arg=O,C.next=ye,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 se=o.call(j,"catchLoc"),ve=o.call(j,"finallyLoc");if(se&&ve){if(this.prev<j.catchLoc)return g(j.catchLoc,!0);if(this.prev<j.finallyLoc)return g(j.finallyLoc)}else if(se){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,R):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),R},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),R}},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),R}},i}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(kh)),kh.exports}var Rh,o_;function mk(){if(o_)return Rh;o_=1;var e=pk()();Rh=e;try{regeneratorRuntime=e}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}return Rh}var Dh={exports:{}},a_;function gk(){return a_||(a_=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}(Dh)),Dh.exports}var $h={exports:{}},Bh={exports:{}},Lh={exports:{}},c_;function vk(){return c_||(c_=1,function(e){var t=Pu().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}(Lh)),Lh.exports}var u_;function yk(){return u_||(u_=1,function(e){var t=Pu().default,r=vk();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}(Bh)),Bh.exports}var l_;function bk(){return l_||(l_=1,function(e){var t=yk();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}($h)),$h.exports}var Fh,f_;function wk(){if(f_)return Fh;f_=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 Fh=t=>!e.has(t&&t.code),Fh}var Ja=hk;Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.isNetworkError=Vh,Hr.isRetryableError=ku,Hr.isSafeRequestError=m_,Hr.isIdempotentRequestError=qh,Hr.isNetworkOrIdempotentRequestError=Gh,Hr.exponentialDelay=g_,Hr.default=Fs,Hr.DEFAULT_OPTIONS=Hr.namespace=void 0;var ju=Ja(mk()),_k=Ja(Pu()),d_=Ja(gk()),xk=Ja(bk()),Sk=Ja(wk());function h_(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 Uh(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?h_(Object(r),!0).forEach(function(n){(0,xk.default)(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):h_(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var zh="axios-retry";Hr.namespace=zh;function Vh(e){var t=["ERR_CANCELED","ECONNABORTED"];return!e.response&&!!e.code&&!t.includes(e.code)&&(0,Sk.default)(e)}var p_=["get","head","options"],Ek=p_.concat(["put","delete"]);function ku(e){return e.code!=="ECONNABORTED"&&(!e.response||e.response.status>=500&&e.response.status<=599)}function m_(e){return e.config?ku(e)&&p_.indexOf(e.config.method)!==-1:!1}function qh(e){return e.config?ku(e)&&Ek.indexOf(e.config.method)!==-1:!1}function Gh(e){return Vh(e)||qh(e)}function Ck(){return 0}function g_(){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 v_={retries:3,retryCondition:Gh,retryDelay:Ck,shouldResetTimeout:!1,onRetry:function(){}};Hr.DEFAULT_OPTIONS=v_;function Mk(e,t){return Uh(Uh(Uh({},v_),t),e[zh])}function y_(e,t){var r=Mk(e,t);return r.retryCount=r.retryCount||0,e[zh]=r,r}function Tk(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 Ak(e,t){return Wh.apply(this,arguments)}function Wh(){return Wh=(0,d_.default)(ju.default.mark(function e(t,r){var n,i,s,o;return ju.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,_k.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]])})),Wh.apply(this,arguments)}function Fs(e,t){var r=e.interceptors.request.use(function(i){var s=y_(i,t);return s.lastRequestTime=Date.now(),i}),n=e.interceptors.response.use(null,function(){var i=(0,d_.default)(ju.default.mark(function s(o){var a,c,u,l,f,h,y,b;return ju.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=y_(a,t),A.next=6,Ak(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),Tk(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}}Fs.isNetworkError=Vh,Fs.isSafeRequestError=m_,Fs.isIdempotentRequestError=qh,Fs.isNetworkOrIdempotentRequestError=Gh,Fs.exponentialDelay=g_,Fs.isRetryableError=ku;const b_=Hr.default;jh.exports=b_,jh.exports.default=b_;var Ok=jh.exports,Nu={},Ao=null;typeof WebSocket<"u"?Ao=WebSocket:typeof MozWebSocket<"u"?Ao=MozWebSocket:typeof jr<"u"?Ao=jr.WebSocket||jr.MozWebSocket:typeof window<"u"?Ao=window.WebSocket||window.MozWebSocket:typeof self<"u"&&(Ao=self.WebSocket||self.MozWebSocket);var Ik=Ao,Pk=jr&&jr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Nu,"__esModule",{value:!0}),Nu.ResilientWebSocket=void 0;const jk=Pk(Ik),kk=3e4+3e3;class Nk{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 jk.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=Rk(this.wsFailedAttempts);(r=this.logger)==null||r.error(`Connection closed unexpectedly or because of timeout. Reconnecting after ${i}ms.`),await w_(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()},kk)}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 w_(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}}Nu.ResilientWebSocket=Nk;async function w_(e){return new Promise(t=>setTimeout(t,e))}function Rk(e){return 2**e*100}var Oo={};Object.defineProperty(Oo,"__esModule",{value:!0}),Oo.removeLeading0xIfExists=Oo.makeWebsocketUrl=void 0;function Dk(e){const t=new URL("ws",e),r=t.protocol==="https:";return t.protocol=r?"wss:":"ws:",t.toString()}Oo.makeWebsocketUrl=Dk;function $k(e){return e.startsWith("0x")?e.substring(2):e}Oo.removeLeading0xIfExists=$k;var __=jr&&jr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(pu,"__esModule",{value:!0}),pu.PriceServiceConnection=void 0;const Hh=ah,Bk=__(r_),x_=__(Ok),Lk=Nu,Kh=Oo;class Fk{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=Bk.default.create({baseURL:t,timeout:(r==null?void 0:r.timeout)||5e3}),(0,x_.default)(this.httpClient,{retries:(r==null?void 0:r.httpRetries)||3,retryDelay:x_.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 hn<"u"&&typeof hn.exit=="function"?(this.logger.error("Halting the process due to the websocket error"),hn.exit(1)):this.logger.error("Cannot halt process. Please handle the websocket error.")},this.wsEndpoint=(0,Kh.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=>Hh.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 Hh.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,Kh.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,Kh.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 Lk.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=Hh.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()}}pu.PriceServiceConnection=Fk,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.parseAccumulatorUpdateData=e.isAccumulatorUpdateData=e.Price=e.PriceFeed=e.PriceFeedMetadata=e.PriceServiceConnection=void 0;var t=pu;Object.defineProperty(e,"PriceServiceConnection",{enumerable:!0,get:function(){return t.PriceServiceConnection}});var r=ah;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}})}(oh),Object.defineProperty(hu,"__esModule",{value:!0}),hu.SuiPriceServiceConnection=void 0;const Uk=oh,zk=gu();class Vk extends Uk.PriceServiceConnection{async getPriceFeedsUpdateData(t){return(await this.getLatestVaas(t)).map(n=>zk.Buffer.from(n,"base64"))}}hu.SuiPriceServiceConnection=Vk;var Ru={};Object.defineProperty(Ru,"__esModule",{value:!0}),Ru.SuiPythClient=void 0;const Du=Ey,Io=Gn,qk=gu(),Xh=16*1024;class Gk{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(Io.bcs.vector(Io.bcs.U8).serialize(Array.from(s),{maxSize:Xh}).toBytes()),r.object(Du.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(Io.bcs.vector(Io.bcs.U8).serialize(Array.from(r[0]),{maxSize:Xh}).toBytes()),a[0],t.object(Du.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(Du.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(Io.bcs.vector(Io.bcs.U8).serialize(Array.from(r[0]),{maxSize:Xh}).toBytes()),s[0],t.object(Du.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(qk.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)}}Ru.SuiPythClient=Gk,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PriceFeed=e.Price=e.SuiPythClient=e.SuiPriceServiceConnection=void 0;var t=hu;Object.defineProperty(e,"SuiPriceServiceConnection",{enumerable:!0,get:function(){return t.SuiPriceServiceConnection}});var r=Ru;Object.defineProperty(e,"SuiPythClient",{enumerable:!0,get:function(){return r.SuiPythClient}});var n=oh;Object.defineProperty(e,"Price",{enumerable:!0,get:function(){return n.Price}}),Object.defineProperty(e,"PriceFeed",{enumerable:!0,get:function(){return n.PriceFeed}})}(p2);var S_=fM,Jh=Ey,Wk=Eo,$u=p2,Hk=Object.create,Yh=Object.defineProperty,Kk=Object.defineProperties,Xk=Object.getOwnPropertyDescriptor,Jk=Object.getOwnPropertyDescriptors,E_=Object.getOwnPropertyNames,C_=Object.getOwnPropertySymbols,Yk=Object.getPrototypeOf,M_=Object.prototype.hasOwnProperty,Zk=Object.prototype.propertyIsEnumerable,T_=(e,t,r)=>t in e?Yh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Qk=(e,t)=>{for(var r in t||(t={}))M_.call(t,r)&&T_(e,r,t[r]);if(C_)for(var r of C_(t))Zk.call(t,r)&&T_(e,r,t[r]);return e},e9=(e,t)=>Kk(e,Jk(t)),t9=(e=>typeof Fn<"u"?Fn:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof Fn<"u"?Fn:t)[r]}):e)(function(e){if(typeof Fn<"u")return Fn.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),r9=(e,t)=>function(){return t||(0,e[E_(e)[0]])((t={exports:{}}).exports,t),t.exports},n9=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of E_(t))!M_.call(e,i)&&i!==r&&Yh(e,i,{get:()=>t[i],enumerable:!(n=Xk(t,i))||n.enumerable});return e},Po=(e,t,r)=>(r=e!=null?Hk(Yk(e)):{},n9(!e||!e.__esModule?Yh(r,"default",{value:e,enumerable:!0}):r,e)),xt=(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())}),jo=r9({"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=t9("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 se=ee.modrn(j).toString(d);ee=ee.idivn(j),ee.isZero()?x=se+x:x=y[v-se.length]+se+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 N(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,se=Math.min(v,d.length-1),ve=Math.max(0,v-p.length+1);ve<=se;ve++){var ye=v-ve|0;M=p.words[ye]|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 R=function(d,m,x){var M=d.words,E=m.words,O=x.words,C=0,g,v,j,ee=M[0]|0,se=ee&8191,ve=ee>>>13,ye=M[1]|0,Ee=ye&8191,Se=ye>>>13,Je=M[2]|0,Ue=Je&8191,lt=Je>>>13,ht=M[3]|0,$e=ht&8191,mt=ht>>>13,_e=M[4]|0,me=_e&8191,Ae=_e>>>13,Ge=M[5]|0,De=Ge&8191,Oe=Ge>>>13,Ie=M[6]|0,Le=Ie&8191,ft=Ie>>>13,dt=M[7]|0,We=dt&8191,jt=dt>>>13,St=M[8]|0,et=St&8191,At=St>>>13,$t=M[9]|0,nt=$t&8191,Et=$t>>>13,Ot=E[0]|0,st=Ot&8191,kt=Ot>>>13,It=E[1]|0,it=It&8191,wt=It>>>13,Mt=E[2]|0,Ye=Mt&8191,gt=Mt>>>13,Pt=E[3]|0,ot=Pt&8191,_t=Pt>>>13,Ut=E[4]|0,k=Ut&8191,S=Ut>>>13,T=E[5]|0,B=T&8191,K=T>>>13,Z=E[6]|0,te=Z&8191,Be=Z>>>13,rt=E[7]|0,Re=rt&8191,z=rt>>>13,oe=E[8]|0,he=oe&8191,ke=oe>>>13,He=E[9]|0,Ne=He&8191,ze=He>>>13;x.negative=d.negative^m.negative,x.length=19,g=Math.imul(se,st),v=Math.imul(se,kt),v=v+Math.imul(ve,st)|0,j=Math.imul(ve,kt);var ut=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(ut>>>26)|0,ut&=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(se,it)|0,v=v+Math.imul(se,wt)|0,v=v+Math.imul(ve,it)|0,j=j+Math.imul(ve,wt)|0;var Jt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Jt>>>26)|0,Jt&=67108863,g=Math.imul(Ue,st),v=Math.imul(Ue,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,wt)|0,v=v+Math.imul(Se,it)|0,j=j+Math.imul(Se,wt)|0,g=g+Math.imul(se,Ye)|0,v=v+Math.imul(se,gt)|0,v=v+Math.imul(ve,Ye)|0,j=j+Math.imul(ve,gt)|0;var Nt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Nt>>>26)|0,Nt&=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(Ue,it)|0,v=v+Math.imul(Ue,wt)|0,v=v+Math.imul(lt,it)|0,j=j+Math.imul(lt,wt)|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(se,ot)|0,v=v+Math.imul(se,_t)|0,v=v+Math.imul(ve,ot)|0,j=j+Math.imul(ve,_t)|0;var Bt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Bt>>>26)|0,Bt&=67108863,g=Math.imul(me,st),v=Math.imul(me,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,wt)|0,v=v+Math.imul(mt,it)|0,j=j+Math.imul(mt,wt)|0,g=g+Math.imul(Ue,Ye)|0,v=v+Math.imul(Ue,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,_t)|0,v=v+Math.imul(Se,ot)|0,j=j+Math.imul(Se,_t)|0,g=g+Math.imul(se,k)|0,v=v+Math.imul(se,S)|0,v=v+Math.imul(ve,k)|0,j=j+Math.imul(ve,S)|0;var ir=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(ir>>>26)|0,ir&=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(me,it)|0,v=v+Math.imul(me,wt)|0,v=v+Math.imul(Ae,it)|0,j=j+Math.imul(Ae,wt)|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(Ue,ot)|0,v=v+Math.imul(Ue,_t)|0,v=v+Math.imul(lt,ot)|0,j=j+Math.imul(lt,_t)|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(se,B)|0,v=v+Math.imul(se,K)|0,v=v+Math.imul(ve,B)|0,j=j+Math.imul(ve,K)|0;var Sr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Sr>>>26)|0,Sr&=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,wt)|0,v=v+Math.imul(Oe,it)|0,j=j+Math.imul(Oe,wt)|0,g=g+Math.imul(me,Ye)|0,v=v+Math.imul(me,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,_t)|0,v=v+Math.imul(mt,ot)|0,j=j+Math.imul(mt,_t)|0,g=g+Math.imul(Ue,k)|0,v=v+Math.imul(Ue,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(se,te)|0,v=v+Math.imul(se,Be)|0,v=v+Math.imul(ve,te)|0,j=j+Math.imul(ve,Be)|0;var or=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(or>>>26)|0,or&=67108863,g=Math.imul(We,st),v=Math.imul(We,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,wt)|0,v=v+Math.imul(ft,it)|0,j=j+Math.imul(ft,wt)|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(me,ot)|0,v=v+Math.imul(me,_t)|0,v=v+Math.imul(Ae,ot)|0,j=j+Math.imul(Ae,_t)|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(Ue,B)|0,v=v+Math.imul(Ue,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(se,Re)|0,v=v+Math.imul(se,z)|0,v=v+Math.imul(ve,Re)|0,j=j+Math.imul(ve,z)|0;var Yt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Yt>>>26)|0,Yt&=67108863,g=Math.imul(et,st),v=Math.imul(et,kt),v=v+Math.imul(At,st)|0,j=Math.imul(At,kt),g=g+Math.imul(We,it)|0,v=v+Math.imul(We,wt)|0,v=v+Math.imul(jt,it)|0,j=j+Math.imul(jt,wt)|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,_t)|0,v=v+Math.imul(Oe,ot)|0,j=j+Math.imul(Oe,_t)|0,g=g+Math.imul(me,k)|0,v=v+Math.imul(me,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(Ue,te)|0,v=v+Math.imul(Ue,Be)|0,v=v+Math.imul(lt,te)|0,j=j+Math.imul(lt,Be)|0,g=g+Math.imul(Ee,Re)|0,v=v+Math.imul(Ee,z)|0,v=v+Math.imul(Se,Re)|0,j=j+Math.imul(Se,z)|0,g=g+Math.imul(se,he)|0,v=v+Math.imul(se,ke)|0,v=v+Math.imul(ve,he)|0,j=j+Math.imul(ve,ke)|0;var vr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(vr>>>26)|0,vr&=67108863,g=Math.imul(nt,st),v=Math.imul(nt,kt),v=v+Math.imul(Et,st)|0,j=Math.imul(Et,kt),g=g+Math.imul(et,it)|0,v=v+Math.imul(et,wt)|0,v=v+Math.imul(At,it)|0,j=j+Math.imul(At,wt)|0,g=g+Math.imul(We,Ye)|0,v=v+Math.imul(We,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,_t)|0,v=v+Math.imul(ft,ot)|0,j=j+Math.imul(ft,_t)|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(me,B)|0,v=v+Math.imul(me,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(Ue,Re)|0,v=v+Math.imul(Ue,z)|0,v=v+Math.imul(lt,Re)|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(se,Ne)|0,v=v+Math.imul(se,ze)|0,v=v+Math.imul(ve,Ne)|0,j=j+Math.imul(ve,ze)|0;var Nn=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Nn>>>26)|0,Nn&=67108863,g=Math.imul(nt,it),v=Math.imul(nt,wt),v=v+Math.imul(Et,it)|0,j=Math.imul(Et,wt),g=g+Math.imul(et,Ye)|0,v=v+Math.imul(et,gt)|0,v=v+Math.imul(At,Ye)|0,j=j+Math.imul(At,gt)|0,g=g+Math.imul(We,ot)|0,v=v+Math.imul(We,_t)|0,v=v+Math.imul(jt,ot)|0,j=j+Math.imul(jt,_t)|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(me,te)|0,v=v+Math.imul(me,Be)|0,v=v+Math.imul(Ae,te)|0,j=j+Math.imul(Ae,Be)|0,g=g+Math.imul($e,Re)|0,v=v+Math.imul($e,z)|0,v=v+Math.imul(mt,Re)|0,j=j+Math.imul(mt,z)|0,g=g+Math.imul(Ue,he)|0,v=v+Math.imul(Ue,ke)|0,v=v+Math.imul(lt,he)|0,j=j+Math.imul(lt,ke)|0,g=g+Math.imul(Ee,Ne)|0,v=v+Math.imul(Ee,ze)|0,v=v+Math.imul(Se,Ne)|0,j=j+Math.imul(Se,ze)|0;var Vr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Vr>>>26)|0,Vr&=67108863,g=Math.imul(nt,Ye),v=Math.imul(nt,gt),v=v+Math.imul(Et,Ye)|0,j=Math.imul(Et,gt),g=g+Math.imul(et,ot)|0,v=v+Math.imul(et,_t)|0,v=v+Math.imul(At,ot)|0,j=j+Math.imul(At,_t)|0,g=g+Math.imul(We,k)|0,v=v+Math.imul(We,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(me,Re)|0,v=v+Math.imul(me,z)|0,v=v+Math.imul(Ae,Re)|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(Ue,Ne)|0,v=v+Math.imul(Ue,ze)|0,v=v+Math.imul(lt,Ne)|0,j=j+Math.imul(lt,ze)|0;var Rn=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Rn>>>26)|0,Rn&=67108863,g=Math.imul(nt,ot),v=Math.imul(nt,_t),v=v+Math.imul(Et,ot)|0,j=Math.imul(Et,_t),g=g+Math.imul(et,k)|0,v=v+Math.imul(et,S)|0,v=v+Math.imul(At,k)|0,j=j+Math.imul(At,S)|0,g=g+Math.imul(We,B)|0,v=v+Math.imul(We,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,Re)|0,v=v+Math.imul(De,z)|0,v=v+Math.imul(Oe,Re)|0,j=j+Math.imul(Oe,z)|0,g=g+Math.imul(me,he)|0,v=v+Math.imul(me,ke)|0,v=v+Math.imul(Ae,he)|0,j=j+Math.imul(Ae,ke)|0,g=g+Math.imul($e,Ne)|0,v=v+Math.imul($e,ze)|0,v=v+Math.imul(mt,Ne)|0,j=j+Math.imul(mt,ze)|0;var Li=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Li>>>26)|0,Li&=67108863,g=Math.imul(nt,k),v=Math.imul(nt,S),v=v+Math.imul(Et,k)|0,j=Math.imul(Et,S),g=g+Math.imul(et,B)|0,v=v+Math.imul(et,K)|0,v=v+Math.imul(At,B)|0,j=j+Math.imul(At,K)|0,g=g+Math.imul(We,te)|0,v=v+Math.imul(We,Be)|0,v=v+Math.imul(jt,te)|0,j=j+Math.imul(jt,Be)|0,g=g+Math.imul(Le,Re)|0,v=v+Math.imul(Le,z)|0,v=v+Math.imul(ft,Re)|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(me,Ne)|0,v=v+Math.imul(me,ze)|0,v=v+Math.imul(Ae,Ne)|0,j=j+Math.imul(Ae,ze)|0;var Fi=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Fi>>>26)|0,Fi&=67108863,g=Math.imul(nt,B),v=Math.imul(nt,K),v=v+Math.imul(Et,B)|0,j=Math.imul(Et,K),g=g+Math.imul(et,te)|0,v=v+Math.imul(et,Be)|0,v=v+Math.imul(At,te)|0,j=j+Math.imul(At,Be)|0,g=g+Math.imul(We,Re)|0,v=v+Math.imul(We,z)|0,v=v+Math.imul(jt,Re)|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,Ne)|0,v=v+Math.imul(De,ze)|0,v=v+Math.imul(Oe,Ne)|0,j=j+Math.imul(Oe,ze)|0;var Dn=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,g=Math.imul(nt,te),v=Math.imul(nt,Be),v=v+Math.imul(Et,te)|0,j=Math.imul(Et,Be),g=g+Math.imul(et,Re)|0,v=v+Math.imul(et,z)|0,v=v+Math.imul(At,Re)|0,j=j+Math.imul(At,z)|0,g=g+Math.imul(We,he)|0,v=v+Math.imul(We,ke)|0,v=v+Math.imul(jt,he)|0,j=j+Math.imul(jt,ke)|0,g=g+Math.imul(Le,Ne)|0,v=v+Math.imul(Le,ze)|0,v=v+Math.imul(ft,Ne)|0,j=j+Math.imul(ft,ze)|0;var Ui=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,g=Math.imul(nt,Re),v=Math.imul(nt,z),v=v+Math.imul(Et,Re)|0,j=Math.imul(Et,z),g=g+Math.imul(et,he)|0,v=v+Math.imul(et,ke)|0,v=v+Math.imul(At,he)|0,j=j+Math.imul(At,ke)|0,g=g+Math.imul(We,Ne)|0,v=v+Math.imul(We,ze)|0,v=v+Math.imul(jt,Ne)|0,j=j+Math.imul(jt,ze)|0;var zi=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(zi>>>26)|0,zi&=67108863,g=Math.imul(nt,he),v=Math.imul(nt,ke),v=v+Math.imul(Et,he)|0,j=Math.imul(Et,ke),g=g+Math.imul(et,Ne)|0,v=v+Math.imul(et,ze)|0,v=v+Math.imul(At,Ne)|0,j=j+Math.imul(At,ze)|0;var D=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(D>>>26)|0,D&=67108863,g=Math.imul(nt,Ne),v=Math.imul(nt,ze),v=v+Math.imul(Et,Ne)|0,j=Math.imul(Et,ze);var H=(C+g|0)+((v&8191)<<13)|0;return C=(j+(v>>>13)|0)+(H>>>26)|0,H&=67108863,O[0]=ut,O[1]=Jt,O[2]=Nt,O[3]=Bt,O[4]=ir,O[5]=Sr,O[6]=or,O[7]=Yt,O[8]=vr,O[9]=Nn,O[10]=Vr,O[11]=Rn,O[12]=Li,O[13]=Fi,O[14]=Dn,O[15]=Ui,O[16]=zi,O[17]=D,O[18]=H,C!==0&&(O[19]=C,x.length++),x};Math.imul||(R=N);function U(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,se=d.words[v]|0,ve=ee*se,ye=ve&67108863;O=O+(ve/67108864|0)|0,ye=ye+C|0,C=ye&67108863,O=O+(ye>>>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 U(p,d,m)}o.prototype.mulTo=function(d,m){var x,M=this.length+d.length;return this.length===10&&d.length===10?x=R(this,d,m):M<63?x=N(this,d,m):M<1024?x=U(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 se=g-1;se>=0;se--){var ve=(M.words[E.length+se]|0)*67108864+(M.words[E.length+se-1]|0);for(ve=Math.min(ve/O|0,67108863),M._ishlnsubmul(E,ve,se);M.negative!==0;)ve--,M.negative=0,M._ishlnsubmul(E,1,se),M.isZero()||(M.negative^=1);v&&(v.words[se]=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,se=1;!(m.words[0]&se)&&ee<26;++ee,se<<=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,ye=1;!(x.words[0]&ye)&&ve<26;++ve,ye<<=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 W={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 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,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},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 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 ie(){q.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}s(ie,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(W[d])return W[d];var m;if(d==="k256")m=new X;else if(d==="p224")m=new ie;else if(d==="p192")m=new ae;else if(d==="p25519")m=new ce;else throw new Error("Unknown prime "+d);return W[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)),se=this.pow(d,M),ve=E;se.cmp(O)!==0;){for(var ye=se,Ee=0;ye.cmp(O)!==0;Ee++)ye=ye.redSqr();i(Ee<ve);var Se=this.pow(j,new o(1).iushln(ve-Ee-1));ee=ee.redMul(Se),j=Se.redSqr(),se=se.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 se=j>>ee&1;if(O!==M[0]&&(O=this.sqr(O)),se===0&&C===0){g=0;continue}C<<=1,C|=se,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)}}),ko=9e15,Qi=1e9,Zh="0123456789abcdef",Bu="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",Lu="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",Qh={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-ko,maxE:ko,crypto:!1},A_,Ai,at=!0,Fu="[DecimalError] ",es=Fu+"Invalid argument: ",O_=Fu+"Precision limit exceeded",I_=Fu+"crypto unavailable",P_="[object Decimal]",Ar=Math.floor,pr=Math.pow,i9=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,s9=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,o9=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,j_=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,Cn=1e7,Ze=7,a9=9007199254740991,c9=Bu.length-1,ep=Lu.length-1,be={toStringTag:P_};be.absoluteValue=be.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),Ke(e)},be.ceil=function(){return Ke(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(es+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())+Ze,n.rounding=1,r=u9(n,B_(n,r)),n.precision=e,n.rounding=t,Ke(Ai==2||Ai==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(at=!1,s=l.s*pr(l.s*l,1/3),!s||Math.abs(s)==1/0?(r=yr(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),yr(a.d).slice(0,o)===(r=yr(n.d)).slice(0,o))if(r=r.slice(o-3,o+1),r=="9999"||!i&&r=="4999"){if(!i&&(Ke(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")&&(Ke(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return at=!0,Ke(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-Ar(this.e/Ze))*Ze,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r},be.dividedBy=be.div=function(e){return qt(this,new this.constructor(e))},be.dividedToIntegerBy=be.divToInt=function(e){var t=this,r=t.constructor;return Ke(qt(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 Ke(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/qu(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),s=No(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 Ke(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=No(s,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/qu(5,e)),i=No(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,Ke(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,qt(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()?Mn(r,i,s):new r(0):new r(NaN):t.isZero()?Mn(r,i+4,s).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=Mn(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,at=!1,r=r.times(r).minus(1).sqrt().plus(r),at=!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,at=!1,r=r.times(r).plus(1).sqrt().plus(r),at=!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?Ke(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)},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=Mn(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<=ep)return o=Mn(l,f+4,h).times(.25),o.s=u.s,o}else{if(!u.s)return new l(NaN);if(f+4<=ep)return o=Mn(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/Ze+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(at=!1,t=Math.ceil(a/Ze),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)),at=!0,Ke(o,l.precision=f,l.rounding=h,!0)},be.isFinite=function(){return!!this.d},be.isInteger=be.isInt=function(){return!!this.d&&Ar(this.e/Ze)>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(at=!1,a=f+y,o=rs(u,a),n=t?Vu(l,a+10):rs(e,a),c=qt(o,n,a,1),Ya(c.d,i=f,h))do if(a+=10,o=rs(u,a),n=t?Vu(l,a+10):rs(e,a),c=qt(o,n,a,1),!s){+yr(c.d).slice(i+1,i+15)+1==1e14&&(c=Ke(c,f+1,0));break}while(Ya(c.d,i+=10,h));return at=!0,Ke(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 at?Ke(e,a,c):e}if(r=Ar(e.e/Ze),l=Ar(y.e/Ze),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/Ze),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]=Cn-1;--u[i],u[n]+=Cn}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=zu(u,r),at?Ke(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]?Ke(new n(r),n.precision,n.rounding):(at=!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),at=!0,r.minus(t))},be.naturalExponential=be.exp=function(){return tp(this)},be.naturalLogarithm=be.ln=function(){return rs(this)},be.negated=be.neg=function(){var e=new this.constructor(this);return e.s=-e.s,Ke(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)),at?Ke(e,a,c):e;if(s=Ar(f.e/Ze),n=Ar(e.e/Ze),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/Ze),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)/Cn|0,u[i]%=Cn;for(t&&(u.unshift(t),++n),o=u.length;u[--o]==0;)u.pop();return e.d=u,e.e=zu(u,n),at?Ke(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(es+e);return r.d?(t=k_(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t},be.round=function(){var e=this,t=e.constructor;return Ke(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())+Ze,n.rounding=1,r=f9(n,B_(n,r)),n.precision=e,n.rounding=t,Ke(Ai>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(at=!1,u=Math.sqrt(+o),u==0||u==1/0?(t=yr(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),yr(s.d).slice(0,r)===(t=yr(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(Ke(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")&&(Ke(n,c+1,1),e=!n.times(n).eq(o));break}return at=!0,Ke(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=qt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,Ke(Ai==2||Ai==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=Ar(l.e/Ze)+Ar(e.e/Ze),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%Cn|0,t=a/Cn|0;s[i]=(s[i]+t)%Cn|0}for(;!s[--o];)s.pop();return t?++r:s.shift(),e.d=s,e.e=zu(s,r),at?Ke(e,f.precision,f.rounding):e},be.toBinary=function(e,t){return np(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,Qi),t===void 0?t=n.rounding:Fr(t,0,8),Ke(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,Qi),t===void 0?t=i.rounding:Fr(t,0,8),n=Ke(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,Qi),t===void 0?t=s.rounding:Fr(t,0,8),n=Ke(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=k_(b)-y.e-1,o=s%Ze,t.d[0]=pr(10,o<0?Ze+o:o),e==null)e=s>0?t:u;else{if(a=new _(e),!a.isInt()||a.lt(u))throw Error(es+a);e=a.gt(t)?s>0?t:u:a}for(at=!1,a=new _(yr(b)),l=_.precision,_.precision=s=b.length*Ze*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,at=!0,h},be.toHexadecimal=be.toHex=function(e,t){return np(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]?(at=!1,r=qt(r,e,0,t,1).times(e),at=!0,Ke(r)):(e.s=r.s,r=e),r},be.toNumber=function(){return+this},be.toOctal=function(e,t){return np(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(pr(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,s=c.rounding,e.eq(1))return Ke(a,n,s);if(t=Ar(e.e/Ze),t>=e.d.length-1&&(r=u<0?-u:u)<=a9)return i=N_(c,a,r,n),e.s<0?new c(1).div(i):Ke(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."+yr(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):(at=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=tp(e.times(rs(a,n+r)),n),i.d&&(i=Ke(i,n+5,1),Ya(i.d,n,s)&&(t=n+10,i=Ke(tp(e.times(rs(a,t+r)),t),t+5,1),+yr(i.d).slice(n+1,n+15)+1==1e14&&(i=Ke(i,n+1,0)))),i.s=o,at=!0,c.rounding=s,Ke(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,Qi),t===void 0?t=i.rounding:Fr(t,0,8),n=Ke(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,Qi),t===void 0?t=n.rounding:Fr(t,0,8)),Ke(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 Ke(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 yr(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=Ze-n.length,r&&(s+=ts(r)),s+=n;o=e[t],n=o+"",r=Ze-n.length,r&&(s+=ts(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(es+e)}function Ya(e,t,r,n){var i,s,o,a;for(s=e[0];s>=10;s/=10)--t;return--t<0?(t+=Ze,i=0):(i=Math.ceil((t+1)/Ze),t%=Ze),s=pr(10,Ze-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 Uu(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]+=Zh.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 u9(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/qu(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=No(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,N,R,U,L,W,q,X,ie,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=Cn,y=Ze,l=Ar(n.e/y)-Ar(i.e/y)),ce=m.length,ie=d.length,P=new $(p),N=P.d=[],f=0;m[f]==(d[f]||0);f++);if(m[f]>(d[f]||0)&&l--,s==null?(W=s=$.precision,o=$.rounding):a?W=s+(n.e-i.e)+1:W=s,W<0)N.push(1),b=!0;else{if(W=W/y+2|0,f=0,ce==1){for(h=0,m=m[0],W++;(f<ie||h)&&W--;f++)q=h*c+(d[f]||0),N[f]=q/m|0,h=q%m|0;b=h||f<ie}else{for(h=c/(m[0]+1)|0,h>1&&(m=e(m,h,c),d=e(d,h,c),ce=m.length,ie=d.length),X=ce,R=d.slice(0,ce),U=R.length;U<ce;)R[U++]=0;V=m.slice(),V.unshift(0),ae=m[0],m[1]>=c/2&&++ae;do h=0,u=t(m,R,ce,U),u<0?(L=R[0],ce!=U&&(L=L*c+(R[1]||0)),h=L/ae|0,h>1?(h>=c&&(h=c-1),_=e(m,h,c),A=_.length,U=R.length,u=t(_,R,A,U),u==1&&(h--,r(_,ce<A?V:m,A,c))):(h==0&&(u=h=1),_=m.slice()),A=_.length,A<U&&_.unshift(0),r(R,_,U,c),u==-1&&(U=R.length,u=t(m,R,ce,U),u<1&&(h++,r(R,ce<U?V:m,U,c))),U=R.length):u===0&&(h++,R=[0]),N[f++]=h,u&&R[0]?R[U++]=d[X]||0:(R=[d[X]],U=1);while((X++<ie||R[0]!==void 0)&&W--);b=R[0]!==void 0}N[0]||N.shift()}if(y==1)P.e=l,A_=b;else{for(f=1,h=N[0];h>=10;h/=10)f++;P.e=f+l*y-1,Ke(P,a?s+P.e+1:s,o,b)}return P}}();function Ke(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+=Ze,o=t,l=f[h=0],c=l/pr(10,i-o-1)%10|0;else if(h=Math.ceil((s+1)/Ze),a=f.length,h>=a)if(n){for(;a++<=h;)f.push(0);l=c=0,i=1,s%=Ze,o=s-Ze+1}else break e;else{for(l=a=f[h],i=1;a>=10;a/=10)i++;s%=Ze,o=s-Ze+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,(Ze-t%Ze)%Ze),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,Ze-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]==Cn&&(f[0]=1));break}else{if(f[h]+=a,f[h]!=Cn)break;f[h--]=0,a=1}for(s=f.length;f[--s]===0;)f.pop()}return at&&(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 $_(e);var n,i=e.e,s=yr(e.d),o=s.length;return t?(r&&(n=r-o)>0?s=s.charAt(0)+"."+s.slice(1)+ts(n):o>1&&(s=s.charAt(0)+"."+s.slice(1)),s=s+(e.e<0?"e":"e+")+e.e):i<0?(s="0."+ts(-i-1)+s,r&&(n=r-o)>0&&(s+=ts(n))):i>=o?(s+=ts(i+1-o),r&&(n=r-i-1)>0&&(s=s+"."+ts(n))):((n=i+1)<o&&(s=s.slice(0,n)+"."+s.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(s+="."),s+=ts(n))),s}function zu(e,t){var r=e[0];for(t*=Ze;r>=10;r/=10)t++;return t}function Vu(e,t,r){if(t>c9)throw at=!0,r&&(e.precision=r),Error(O_);return Ke(new e(Bu),t,1,!0)}function Mn(e,t,r){if(t>ep)throw Error(O_);return Ke(new e(Lu),t,r,!0)}function k_(e){var t=e.length-1,r=t*Ze+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 ts(e){for(var t="";e--;)t+="0";return t}function N_(e,t,r,n){var i,s=new e(1),o=Math.ceil(n/Ze+4);for(at=!1;;){if(r%2&&(s=s.times(t),L_(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),L_(t.d,o)}return at=!0,s}function R_(e){return e.d[e.d.length-1]&1}function D_(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 tp(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?(at=!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=Ke(s.times(e),c,1),r=r.times(++l),a=o.plus(qt(s,r,c,1)),yr(a.d).slice(0,c)===yr(o.d).slice(0,c)){for(i=f;i--;)o=Ke(o.times(o),c,1);if(t==null)if(u<3&&Ya(o.d,c-n,y,u))h.precision=c+=10,r=s=a=new h(1),l=0,u++;else return Ke(o,h.precision=b,y,at=!0);else return h.precision=b,o}o=a}}function rs(e,t){var r,n,i,s,o,a,c,u,l,f,h,y=1,b=10,_=e,A=_.d,P=_.constructor,N=P.rounding,R=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?(at=!1,l=R):l=t,P.precision=l+=b,r=yr(A),n=r.charAt(0),Math.abs(s=_.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)_=_.times(e),r=yr(_.d),n=r.charAt(0),y++;s=_.e,n>1?(_=new P("0."+r),s++):_=new P(n+"."+r.slice(1))}else return u=Vu(P,l+2,R).times(s+""),_=rs(new P(n+"."+r.slice(1)),l-b).plus(u),P.precision=R,t==null?Ke(_,R,N,at=!0):_;for(f=_,c=o=_=qt(_.minus(1),_.plus(1),l,1),h=Ke(_.times(_),l,1),i=3;;){if(o=Ke(o.times(h),l,1),u=c.plus(qt(o,new P(i),l,1)),yr(u.d).slice(0,l)===yr(c.d).slice(0,l))if(c=c.times(2),s!==0&&(c=c.plus(Vu(P,l+2,R).times(s+""))),c=qt(c,new P(y),l,1),t==null)if(Ya(c.d,l-b,N,a))P.precision=l+=b,u=o=_=qt(f.minus(1),f.plus(1),l,1),h=Ke(_.times(_),l,1),i=a=1;else return Ke(c,P.precision=R,N,at=!0);else return P.precision=R,c;c=u,i+=2}}function $_(e){return String(e.s*e.s/0)}function rp(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)%Ze,r<0&&(n+=Ze),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Ze;n<i;)e.d.push(+t.slice(n,n+=Ze));t=t.slice(n),n=Ze-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),at&&(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 l9(e,t){var r,n,i,s,o,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),j_.test(t))return rp(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(s9.test(t))r=16,t=t.toLowerCase();else if(i9.test(t))r=2;else if(o9.test(t))r=8;else throw Error(es+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=N_(n,new n(r),s,s*2)),u=Uu(t,r,Cn),l=u.length-1,s=l;u[s]===0;--s)u.pop();return s<0?new n(e.s*0):(e.e=zu(u,l),e.d=u,at=!1,o&&(e=qt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?pr(2,c):Za.pow(2,c))),at=!0,e)}function f9(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:No(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/qu(5,r)),t=No(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 No(e,t,r,n,i){var s,o,a,c,u=e.precision,l=Math.ceil(u/Ze);for(at=!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 at=!0,o.d.length=l+1,o}function qu(e,t){for(var r=e;--t;)r*=e;return r}function B_(e,t){var r,n=t.s<0,i=Mn(e,e.precision,1),s=i.times(.5);if(t=t.abs(),t.lte(s))return Ai=n?4:1,t;if(r=t.divToInt(i),r.isZero())Ai=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(s))return Ai=R_(r)?n?2:3:n?4:1,t;Ai=R_(r)?n?1:4:n?3:2}return t.minus(i).abs()}function np(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,Qi),n===void 0?n=y.rounding:Fr(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())l=$_(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=Uu(Qn(h),10,i),h.e=h.d.length),f=Uu(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=A_),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+=Zh.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=Uu(l,i,t),c=f.length;!f[c-1];--c);for(o=1,l="1.";o<c;o++)l+=Zh.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 L_(e,t){if(e.length>t)return e.length=t,!0}function d9(e){return new this(e).abs()}function h9(e){return new this(e).acos()}function p9(e){return new this(e).acosh()}function m9(e,t){return new this(e).plus(t)}function g9(e){return new this(e).asin()}function v9(e){return new this(e).asinh()}function y9(e){return new this(e).atan()}function b9(e){return new this(e).atanh()}function w9(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=Mn(this,s,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?Mn(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=Mn(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=Mn(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 _9(e){return new this(e).cbrt()}function x9(e){return Ke(e=new this(e),e.e+1,2)}function S9(e,t,r){return new this(e).clamp(t,r)}function E9(e){if(!e||typeof e!="object")throw Error(Fu+"Object expected");var t,r,n,i=e.defaults===!0,s=["precision",1,Qi,"rounding",0,8,"toExpNeg",-ko,0,"toExpPos",0,ko,"maxE",0,ko,"minE",-ko,0,"modulo",0,9];for(t=0;t<s.length;t+=3)if(r=s[t],i&&(this[r]=Qh[r]),(n=e[r])!==void 0)if(Ar(n)===n&&n>=s[t+1]&&n<=s[t+2])this[r]=n;else throw Error(es+r+": "+n);if(r="crypto",i&&(this[r]=Qh[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(I_);else this[r]=!1;else throw Error(es+r+": "+n);return this}function C9(e){return new this(e).cos()}function M9(e){return new this(e).cosh()}function F_(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,U_(s)){u.s=s.s,at?!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++;at?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 rp(u,s.toString())}else if(c!=="string")throw Error(es+s);return(a=s.charCodeAt(0))===45?(s=s.slice(1),u.s=-1):(a===43&&(s=s.slice(1)),u.s=1),j_.test(s)?rp(u,s):l9(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=E9,i.clone=F_,i.isDecimal=U_,i.abs=d9,i.acos=h9,i.acosh=p9,i.add=m9,i.asin=g9,i.asinh=v9,i.atan=y9,i.atanh=b9,i.atan2=w9,i.cbrt=_9,i.ceil=x9,i.clamp=S9,i.cos=C9,i.cosh=M9,i.div=T9,i.exp=A9,i.floor=O9,i.hypot=I9,i.ln=P9,i.log=j9,i.log10=N9,i.log2=k9,i.max=R9,i.min=D9,i.mod=$9,i.mul=B9,i.pow=L9,i.random=F9,i.round=U9,i.sign=z9,i.sin=V9,i.sinh=q9,i.sqrt=G9,i.sub=W9,i.sum=H9,i.tan=K9,i.tanh=X9,i.trunc=J9,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 T9(e,t){return new this(e).div(t)}function A9(e){return new this(e).exp()}function O9(e){return Ke(e=new this(e),e.e+1,3)}function I9(){var e,t,r=new this(0);for(at=!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 at=!0,new this(1/0);r=t}return at=!0,r.sqrt()}function U_(e){return e instanceof Za||e&&e.toStringTag===P_||!1}function P9(e){return new this(e).ln()}function j9(e,t){return new this(e).log(t)}function k9(e){return new this(e).log(2)}function N9(e){return new this(e).log(10)}function R9(){return D_(this,arguments,"lt")}function D9(){return D_(this,arguments,"gt")}function $9(e,t){return new this(e).mod(t)}function B9(e,t){return new this(e).mul(t)}function L9(e,t){return new this(e).pow(t)}function F9(e){var t,r,n,i,s=0,o=new this(1),a=[];if(e===void 0?e=this.precision:Fr(e,1,Qi),n=Math.ceil(e/Ze),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(I_);else for(;s<n;)a[s++]=Math.random()*1e7|0;for(n=a[--s],e%=Ze,n&&e&&(i=pr(10,Ze-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-=Ze)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Ze&&(r-=Ze-n)}return o.e=r,o.d=a,o}function U9(e){return Ke(e=new this(e),e.e+1,this.rounding)}function z9(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function V9(e){return new this(e).sin()}function q9(e){return new this(e).sinh()}function G9(e){return new this(e).sqrt()}function W9(e,t){return new this(e).sub(t)}function H9(){var e=0,t=arguments,r=new this(t[e]);for(at=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return at=!0,Ke(r,this.precision,this.rounding)}function K9(e){return new this(e).tan()}function X9(e){return new this(e).tanh()}function J9(e){return Ke(e=new this(e),e.e+1,1)}be[Symbol.for("nodejs.util.inspect.custom")]=be.toString,be[Symbol.toStringTag]="Decimal";var Za=be.constructor=F_(Qh);Bu=new Za(Bu),Lu=new Za(Lu);var Gu=Za,ns=Po(jo()),ip=Po(jo()),Y9=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 ip.default(e).mul(new ip.default(this.slippage)).div(new ip.default("1000000000000000000")).toString()}swap(e,t,r,n){return xt(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})})}},z_="0x000000000000000000000000000000000000000000000000000000000000dee9",Z9=class{constructor(e){if(e!==0)throw new Error("Aftermath only supported on mainnet")}getAccountCap(e,t){return xt(this,null,function*(){let r=50,n=null;for(;;){const i=e.getOwnedObjects({owner:t,cursor:n,limit:r,filter:{MoveModule:{package:z_,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 xt(this,null,function*(){let n=yield this.getAccountCap(t,r);return n!==null?{accountCap:e.object(n),isCreate:!1}:{accountCap:e.moveCall({target:`${z_}::clob_v2::create_account`,typeArguments:[],arguments:[]}),isCreate:!0}})}swap(e,t,r,n){return xt(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})}},Q9=class{constructor(e){if(e!==0)throw new Error("Kriya amm only supported on mainnet")}swap(e,t,r,n){return xt(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})})}},eN=class{constructor(e){if(e!==0)throw new Error("Kriya clmm only supported on mainnet");this.version="0xf5145a7ac345ca8736cf8c76047d00d6d378f30e81be6f6eb557184d9de93c78"}swap(e,t,r,n){return xt(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})})}},tN=class{constructor(e){if(e!==0)throw new Error("Flowx only supported on mainnet");this.container="0xb65dcbf63fd3ad5d0ebfbf334780dc9f785eff38a4459e37ab08fa79576ee511"}swap(e,t,r,n){return xt(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})})}},rN=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 xt(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})})}},nN=class{constructor(e){if(e!==0)throw new Error("Turbos only supported on mainnet");this.versioned="0xf1cf0e81048df168ebeb1b8030fad24b3e0b53ae827c25053fff0779c1445b6f"}swap(e,t,r,n){return xt(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})})}},V_=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 xt(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 q_(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 iN(e){return e.split("::")[0]}function Us(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=Us(r),u=e9(Qk({},c),{type_arguments:i.map(l=>Us(l).source_address)});return u.type_arguments=u.type_arguments.map(l=>zs.isSuiCoin(l)?l:Us(l).source_address),u.source_address=q_(u.full_address,u.type_arguments),u}const s=r.split("::"),a={full_address:r,address:r===W_||r===aN?"0x2":Jh.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=q_(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function G_(e){return Us(e).source_address}var sN="0x2::coin::Coin",oN=/^0x2::coin::Coin<(.+)>$/,W_="0x2::sui::SUI",aN="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",zs=class bs{static getCoinTypeArg(t){const r=t.type.match(oN);return r?r[1]:null}static isSUI(t){const r=bs.getCoinTypeArg(t);return r?bs.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`${sN}<${t}>`}static getCoinAssets(t,r){const n=[];return r.forEach(i=>{G_(i.coinAddress)===G_(t)&&n.push(i)}),n}static isSuiCoin(t){return Us(t).full_address===W_}static selectCoinObjectIdGreaterThanOrEqual(t,r,n=[]){const i=bs.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=bs.sortByBalance(t.filter(u=>!n.includes(u.coinObjectId))),s=bs.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:bs.sortByBalance(a),remainingCoins:bs.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 sp(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 is(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 cN(e,t){e=is(e),t=is(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 H_(e,t){return e.moveCall({target:"0x2::coin::zero",typeArguments:[t]})}function op(e,t,r,n){const i=zs.getCoinAssets(n,t);if(r===BigInt(0)&&i.length===0)return{targetCoin:H_(e,n),isMintZeroCoin:!0,targetCoinAmount:0};if(zs.calculateTotalBalance(i)<r)throw new AggregateError("Insufficient balance when build merge coin, coinType: "+n,"InsufficientBalance"+n);if(zs.isSuiCoin(n))return{targetCoin:e.splitCoins(e.gas,[e.pure.u64(r.toString())]),isMintZeroCoin:!0,targetCoinAmount:Number(r.toString())};let o=zs.sortByBalance(i);o.slice(0,3).reduce((f,h)=>f+h.balance,BigInt(0))<BigInt(r)&&(o=zs.sortByBalanceDes(i));let c=zs.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 uN(e,t=!0){return xt(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 lN(e){return!(!e.startsWith("0x")||e.length!==66)}var Ro=Po(jo()),ss=Po(jo()),Qa=Po(jo()),Oi=new Qa.default(0);new Qa.default(1);var fN=new Qa.default(2);fN.pow(new Qa.default(128));var dN=new Qa.default("18446744073709551615"),on=1e9;function hN(e,t,r){let n=Oi;return t?n=e.mul(new ss.default(on-r*on)).div(new ss.default(on)):n=e.mul(new ss.default(on+r*on)).div(new ss.default(on)),Number(n.toString())}function pN(e,t,r){let n=Oi;return t?n=e.mul(new ss.default(on-r*on)).div(new ss.default(on)):n=e.mul(new ss.default(on+r*on)).div(new ss.default(on)),n}function mN(e,t,r){return new Gu(e).mul(Gu.pow(2,-64)).pow(2).mul(Gu.pow(10,t-r))}function gN(e,t,r,n){return xt(this,null,function*(){var i,s,o,a,c;const{from:u,target:l,amount:f,byAmountIn:h,pools:y}=t,b=is(u),_=is(l),A=new Wk.Transaction,P=cN(b,_),N=n===0?"0x3a5aa90ffa33d09100d7b6941ea1c0ffe6ab66e77062ddd26320c1b073aabb10":"0x19dd42e05fa6c9988a60d30686ee3feb776672b5547e328d6dab16563da65293",R=P?b:_,U=P?_:b,L=[R,U];console.log("typeArguments",L,N);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:`${N}::fetcher_script::calculate_swap_result`,arguments:g,typeArguments:L})}if(!lN(r))throw new AggregateError("Aggregator package not set","InvalidWallet");uN(A);const W=yield e.devInspectTransactionBlock({transactionBlock:A,sender:r});if(W.error!=null)throw console.log("simulateRes.error",W.error),new AggregateError("Aggregator package not set","SimulateError");const q=(i=W.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 X=h?Oi:dN,ie=0;for(let C=0;C<q.length;C+=1)if(!q[C].parsedJson.data.is_exceed)if(t.byAmountIn){const g=new Ro.BN(q[C].parsedJson.data.amount_out);g.gt(X)&&(ie=C,X=g)}else{const g=new Ro.BN(q[C].parsedJson.data.amount_out);g.lt(X)&&(ie=C,X=g)}const ae=q[ie].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:R}).then(C=>C==null?void 0:C.decimals),e.getCoinMetadata({coinType:U}).then(C=>C==null?void 0:C.decimals)]);if(V==null||$==null)throw new AggregateError("Simulate event result error","CannotGetDecimals");const p=mN(ce,V,$),d=Number(ae.fee_rate)/1e6,m=new Ro.BN((s=ae.amount_in)!=null?s:0),x=new Ro.BN((o=ae.fee_amount)!=null?o:0),M=m.add(x),E={amountIn:M,amountOut:new Ro.BN((a=ae.amount_out)!=null?a:0),routes:[{path:[{id:y[ie],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 Ro.BN((c=ae.amount_out)!=null?c:0),initialPrice:p}],insufficientLiquidity:!1};return{isExceed:ae.is_exceed,routeData:E}})}var vN=class{constructor(e){if(e!==0)throw new Error("Haedal only supported on mainnet")}swap(e,t,r,n){return xt(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})})}},yN=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 xt(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})})}},bN=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 xt(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})})}},wN=class{constructor(e){if(e!==0)throw new Error("Bluemove only supported on mainnet");this.dexInfo="0x3f2d9f724f4a1ce5e71676448dc452be9a6243dac9c5b975a588c8c867066e92"}swap(e,t,r,n){return xt(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})})}},_N=class{constructor(e){this.deepbookV3Config=e===0?"0xe4099d0cda04f3aa80028fac91a9b3dbe50d08f2ff42aa2c29473926e34ca48c":"0xe19b5d072346cae83a037d4e3c8492068a74410a74e5830b3a68012db38296aa"}swap(e,t,r,n,i){return xt(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=H_(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})})}},xN=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 xt(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})})}},SN=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 xt(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})})}},EN=class{constructor(e){if(e!==0)throw new Error("Bluefin only supported on mainnet");this.globalConfig="0x03db251ba509a8d5d8777b6338836082335d93eecbdd09a11e190a1cff51c352"}swap(e,t,r,n){return xt(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})})}},CN=class{constructor(e,t){if(e===1){this.connection=new $u.SuiPriceServiceConnection("https://hermes-beta.pyth.network");const r="0x31358d198147da50db32eda2562951d53973a0c0ad5ed738e9b17d88b213d790",n="0x243759059f4c3111179da5878c12f68d612c21a8d54d85edc86164bb18be1c7c";this.pythClient=new $u.SuiPythClient(t,n,r)}else{this.connection=new $u.SuiPriceServiceConnection("https://hermes.pyth.network");const r="0xaeab97f96cf9877fee2883315d459552b2b921edc16d7ceac6eab944dd88919c",n="0x1f9310238ee9298fb703c3419030b35b22bb1cc37113e3bb5007c99aec79e5b8";this.pythClient=new $u.SuiPythClient(t,n,r)}}swap(e,t,r,n){return xt(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:_})})}},K_="CETUS",MN="DEEPBOOK",TN="KRIYA",AN="FLOWX",ON="FLOWXV3",IN="KRIYAV3",X_="TURBOS",ap="AFTERMATH",PN="HAEDAL",jN="VOLO",kN="AFSUI",NN="BLUEMOVE",J_="DEEPBOOKV3",Y_="SCALLOP",RN="SUILEND",DN="BLUEFIN",Z_="HAEDALPMM",$N="https://api-sui.cetus.zone/router_v2",BN=class{constructor(e,t,r,n){this.endpoint=e?FN(e):$N,this.client=r||new S_.SuiClient({url:S_.getFullnodeUrl("mainnet")}),this.signer=t||"",this.env=n||0,this.allCoins=new Map}getCoins(e,t=!0){return xt(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:Us(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 xt(this,null,function*(){return UN(this.endpoint,e)})}expectInputSwap(e,t,r,n,i,s){return xt(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 xt(this,null,function*(){const i=[],s=[],o=[],a=new V_(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:`${Jh.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 xt(this,null,function*(){let t;try{t=yield gN(this.client,e,this.signer,this.env)}catch(r){return console.error("swapInPools error:",r),null}return t})}routerSwap(e){return xt(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 ns.default(0)),u=t.reduce((y,b)=>y.add(b.amountOut),new ns.default(0)),l=pN(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 xt(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((R,U)=>R.add(U.amountIn),new ns.default(0)),y=t.reduce((R,U)=>R.add(U.amountOut),new ns.default(0)),b=hN(r?y:h,r,n),A=op(i,l,BigInt((r?h:b).toString()),u);let P;if(c&&c>0){let R=yield this.getCoins(this.deepbookv3DeepFeeType());P=op(i,R,BigInt(c),this.deepbookv3DeepFeeType()).targetCoin}const N=yield this.routerSwap({routers:t,inputCoin:A.targetCoin,slippage:n,byAmountIn:r,txb:i,partner:s,deepbookv3DeepFee:P});if(o){let R=yield this.getCoins(f,a);const U=op(i,R,BigInt(0),f);i.mergeCoins(U.targetCoin,[N]),U.isMintZeroCoin&&this.transferOrDestoryCoin(i,U.targetCoin,f)}else this.transferOrDestoryCoin(i,N,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:`${Jh.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 K_:return new V_(this.env,t);case MN:return new Z9(this.env);case J_:return new _N(this.env);case TN:return new Q9(this.env);case IN:return new eN(this.env);case AN:return new tN(this.env);case ON:return new rN(this.env);case X_:return new nN(this.env);case ap:return new Y9(this.env);case PN:return new vN(this.env);case kN:return new yN(this.env);case jN:return new bN(this.env);case NN:return new wN(this.env);case Y_:return new xN(this.env);case RN:return new SN(this.env);case DN:return new EN(this.env);case Z_:return new CN(this.env,this.client);default:throw new Error(`Unsupported dex ${e}`)}}signAndExecuteTransaction(e,t){return xt(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:e,signer:t,options:{showEffects:!0,showEvents:!0,showInput:!0,showBalanceChanges:!0}})})}devInspectTransactionBlock(e){return xt(this,null,function*(){return yield this.client.devInspectTransactionBlock({transactionBlock:e,sender:this.signer})})}sendTransaction(e,t){return xt(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:e,signer:t})})}getDeepbookV3Config(){return xt(this,null,function*(){const e=yield qN(this.endpoint);return e?e.data:null})}};function LN(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 ns.default(e.amount_in.toString()),amountOut:new ns.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===ap&&(h=i.extended_details.aftermath_pool_flatness===0?"v2":"v3");let y;return(i.provider===X_||i.provider===ap||i.provider===K_||i.provider===J_||i.provider===Y_||i.provider===Z_)&&(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 ns.default(n.amount_in.toString()),amountOut:new ns.default(n.amount_out.toString()),initialPrice:new Gu(n.initial_price.toString())})),totalDeepFee:t}}var ei="0x0000000000000000000000000000000000000000000000000000000000000006";Po(jo());function FN(e){return e.endsWith("/find_routes")?e.replace("/find_routes",""):e}function UN(e,t){return xt(this,null,function*(){let r;if(t.liquidityChanges&&t.liquidityChanges.length>0?r=yield VN(e,t):r=yield zN(e,t),!r)return null;if(!r.ok)return{amountIn:Oi,amountOut:Oi,routes:[],insufficientLiquidity:!1,error:{code:10001,msg:sp(10001)}};const n=yield r.json(),i=n.msg==="liquidity is not enough";return n.msg&&n.msg.indexOf("HoneyPot scam")>-1?{amountIn:Oi,amountOut:Oi,routes:[],insufficientLiquidity:i,error:{code:10004,msg:sp(10004)}}:n.data!=null?LN(n.data):{amountIn:Oi,amountOut:Oi,routes:[],insufficientLiquidity:i,error:{code:10003,msg:sp(10003)}}})}function zN(e,t){return xt(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=is(r),h=is(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 VN(e,t){return xt(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=is(r),y=is(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 qN(e){return xt(this,null,function*(){const t=`${e}/deepbookv3_config`;try{return(yield fetch(t)).json()}catch(r){return console.error("Error:",r),null}})}var Q_=(e=>(e[e.Mainnet=0]="Mainnet",e[e.Testnet=1]="Testnet",e))(Q_||{}),ex=BN,GN=Q_,tx=iN,ec=Us;/*!
|
|
39
39
|
* decimal.js v10.4.3
|
|
40
40
|
* An arbitrary-precision Decimal type for JavaScript.
|
|
41
41
|
* https://github.com/MikeMcl/decimal.js
|
|
42
42
|
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
43
43
|
* MIT Licence
|
|
44
|
-
*/var Oo=9e15,Ji=1e9,Jh="0123456789abcdef",Vu="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",qu="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",Yh={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-Oo,maxE:Oo,crypto:!1},C_,bi,at=!0,Hu="[DecimalError] ",Yi=Hu+"Invalid argument: ",M_=Hu+"Precision limit exceeded",A_=Hu+"crypto unavailable",T_="[object Decimal]",Or=Math.floor,pr=Math.pow,mj=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,gj=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,vj=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,O_=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,xn=1e7,Ze=7,yj=9007199254740991,bj=Vu.length-1,Zh=qu.length-1,be={toStringTag:T_};be.absoluteValue=be.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),Ke(e)},be.ceil=function(){return Ke(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(Yi+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())+Ze,n.rounding=1,r=wj(n,N_(n,r)),n.precision=e,n.rounding=t,Ke(bi==2||bi==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(at=!1,s=l.s*pr(l.s*l,1/3),!s||Math.abs(s)==1/0?(r=br(l.d),e=l.e,(s=(e-r.length+1)%3)&&(r+=s==1||s==-2?"0":"00"),s=pr(r,1/3),e=Or((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=Ht(u.plus(l).times(a),u.plus(c),o+2,1),br(a.d).slice(0,o)===(r=br(n.d)).slice(0,o))if(r=r.slice(o-3,o+1),r=="9999"||!i&&r=="4999"){if(!i&&(Ke(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")&&(Ke(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return at=!0,Ke(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-Or(this.e/Ze))*Ze,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r},be.dividedBy=be.div=function(e){return Ht(this,new this.constructor(e))},be.dividedToIntegerBy=be.divToInt=function(e){var t=this,r=t.constructor;return Ke(Ht(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 Ke(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/Xu(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),s=Io(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 Ke(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=Io(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=Io(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,Ke(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,Ht(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,at=!1,r=r.times(r).minus(1).sqrt().plus(r),at=!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,at=!1,r=r.times(r).plus(1).sqrt().plus(r),at=!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?Ke(new s(i),e,t,!0):(s.precision=r=n-i.e,i=Ht(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<=Zh)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<=Zh)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/Ze+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(at=!1,t=Math.ceil(a/Ze),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)),at=!0,Ke(o,l.precision=f,l.rounding=h,!0)},be.isFinite=function(){return!!this.d},be.isInteger=be.isInt=function(){return!!this.d&&Or(this.e/Ze)>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(at=!1,a=f+y,o=Qi(u,a),n=t?Ku(l,a+10):Qi(e,a),c=Ht(o,n,a,1),Ka(c.d,i=f,h))do if(a+=10,o=Qi(u,a),n=t?Ku(l,a+10):Qi(e,a),c=Ht(o,n,a,1),!s){+br(c.d).slice(i+1,i+15)+1==1e14&&(c=Ke(c,f+1,0));break}while(Ka(c.d,i+=10,h));return at=!0,Ke(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 at?Ke(e,a,c):e}if(r=Or(e.e/Ze),l=Or(y.e/Ze),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/Ze),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]=xn-1;--u[i],u[n]+=xn}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=Gu(u,r),at?Ke(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]?Ke(new n(r),n.precision,n.rounding):(at=!1,n.modulo==9?(t=Ht(r,e.abs(),0,3,1),t.s*=e.s):t=Ht(r,e,0,n.modulo,1),t=t.times(e),at=!0,r.minus(t))},be.naturalExponential=be.exp=function(){return Qh(this)},be.naturalLogarithm=be.ln=function(){return Qi(this)},be.negated=be.neg=function(){var e=new this.constructor(this);return e.s=-e.s,Ke(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)),at?Ke(e,a,c):e;if(s=Or(f.e/Ze),n=Or(e.e/Ze),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/Ze),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)/xn|0,u[i]%=xn;for(t&&(u.unshift(t),++n),o=u.length;u[--o]==0;)u.pop();return e.d=u,e.e=Gu(u,n),at?Ke(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(Yi+e);return r.d?(t=I_(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t},be.round=function(){var e=this,t=e.constructor;return Ke(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())+Ze,n.rounding=1,r=xj(n,N_(n,r)),n.precision=e,n.rounding=t,Ke(bi>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(at=!1,u=Math.sqrt(+o),u==0||u==1/0?(t=br(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=Or((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(Ht(o,s,r+2,1)).times(.5),br(s.d).slice(0,r)===(t=br(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(Ke(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")&&(Ke(n,c+1,1),e=!n.times(n).eq(o));break}return at=!0,Ke(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=Ht(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,Ke(bi==2||bi==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=Or(l.e/Ze)+Or(e.e/Ze),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%xn|0,t=a/xn|0;s[i]=(s[i]+t)%xn|0}for(;!s[--o];)s.pop();return t?++r:s.shift(),e.d=s,e.e=Gu(s,r),at?Ke(e,f.precision,f.rounding):e},be.toBinary=function(e,t){return tp(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:(Ur(e,0,Ji),t===void 0?t=n.rounding:Ur(t,0,8),Ke(r,e+r.e+1,t))},be.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Jn(n,!0):(Ur(e,0,Ji),t===void 0?t=i.rounding:Ur(t,0,8),n=Ke(new i(n),e+1,t),r=Jn(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=Jn(i):(Ur(e,0,Ji),t===void 0?t=s.rounding:Ur(t,0,8),n=Ke(new s(i),e+i.e+1,t),r=Jn(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,w=y.constructor;if(!b)return new w(y);if(u=r=new w(1),n=c=new w(0),t=new w(n),s=t.e=I_(b)-y.e-1,o=s%Ze,t.d[0]=pr(10,o<0?Ze+o:o),e==null)e=s>0?t:u;else{if(a=new w(e),!a.isInt()||a.lt(u))throw Error(Yi+a);e=a.gt(t)?s>0?t:u:a}for(at=!1,a=new w(br(b)),l=w.precision,w.precision=s=b.length*Ze*2;f=Ht(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=Ht(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=Ht(u,n,s,1).minus(y).abs().cmp(Ht(c,r,s,1).minus(y).abs())<1?[u,n]:[c,r],w.precision=l,at=!0,h},be.toHexadecimal=be.toHex=function(e,t){return tp(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: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]?(at=!1,r=Ht(r,e,0,t,1).times(e),at=!0,Ke(r)):(e.s=r.s,r=e),r},be.toNumber=function(){return+this},be.toOctal=function(e,t){return tp(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(pr(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,s=c.rounding,e.eq(1))return Ke(a,n,s);if(t=Or(e.e/Ze),t>=e.d.length-1&&(r=u<0?-u:u)<=yj)return i=P_(c,a,r,n),e.s<0?new c(1).div(i):Ke(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)?Or(u*(Math.log("0."+br(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):(at=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=Qh(e.times(Qi(a,n+r)),n),i.d&&(i=Ke(i,n+5,1),Ka(i.d,n,s)&&(t=n+10,i=Ke(Qh(e.times(Qi(a,t+r)),t),t+5,1),+br(i.d).slice(n+1,n+15)+1==1e14&&(i=Ke(i,n+1,0)))),i.s=o,at=!0,c.rounding=s,Ke(i,n,s))},be.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Jn(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(Ur(e,1,Ji),t===void 0?t=i.rounding:Ur(t,0,8),n=Ke(new i(n),e,t),r=Jn(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):(Ur(e,1,Ji),t===void 0?t=n.rounding:Ur(t,0,8)),Ke(new n(r),e,t)},be.toString=function(){var e=this,t=e.constructor,r=Jn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r},be.truncated=be.trunc=function(){return Ke(new this.constructor(this),this.e+1,1)},be.valueOf=be.toJSON=function(){var e=this,t=e.constructor,r=Jn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+r:r};function br(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=Ze-n.length,r&&(s+=Zi(r)),s+=n;o=e[t],n=o+"",r=Ze-n.length,r&&(s+=Zi(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(Yi+e)}function Ka(e,t,r,n){var i,s,o,a;for(s=e[0];s>=10;s/=10)--t;return--t<0?(t+=Ze,i=0):(i=Math.ceil((t+1)/Ze),t%=Ze),s=pr(10,Ze-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 Wu(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]+=Jh.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 wj(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=Io(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 Ht=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,w,T,P,R,N,z,F,W,q,K,te,oe,H,L,D=n.constructor,p=n.s==i.s?1:-1,d=n.d,m=i.d;if(!d||!d[0]||!m||!m[0])return new D(!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=xn,y=Ze,l=Or(n.e/y)-Or(i.e/y)),H=m.length,te=d.length,P=new D(p),R=P.d=[],f=0;m[f]==(d[f]||0);f++);if(m[f]>(d[f]||0)&&l--,s==null?(W=s=D.precision,o=D.rounding):a?W=s+(n.e-i.e)+1:W=s,W<0)R.push(1),b=!0;else{if(W=W/y+2|0,f=0,H==1){for(h=0,m=m[0],W++;(f<te||h)&&W--;f++)q=h*c+(d[f]||0),R[f]=q/m|0,h=q%m|0;b=h||f<te}else{for(h=c/(m[0]+1)|0,h>1&&(m=e(m,h,c),d=e(d,h,c),H=m.length,te=d.length),K=H,N=d.slice(0,H),z=N.length;z<H;)N[z++]=0;L=m.slice(),L.unshift(0),oe=m[0],m[1]>=c/2&&++oe;do h=0,u=t(m,N,H,z),u<0?(F=N[0],H!=z&&(F=F*c+(N[1]||0)),h=F/oe|0,h>1?(h>=c&&(h=c-1),w=e(m,h,c),T=w.length,z=N.length,u=t(w,N,T,z),u==1&&(h--,r(w,H<T?L:m,T,c))):(h==0&&(u=h=1),w=m.slice()),T=w.length,T<z&&w.unshift(0),r(N,w,z,c),u==-1&&(z=N.length,u=t(m,N,H,z),u<1&&(h++,r(N,H<z?L:m,z,c))),z=N.length):u===0&&(h++,N=[0]),R[f++]=h,u&&N[0]?N[z++]=d[K]||0:(N=[d[K]],z=1);while((K++<te||N[0]!==void 0)&&W--);b=N[0]!==void 0}R[0]||R.shift()}if(y==1)P.e=l,C_=b;else{for(f=1,h=R[0];h>=10;h/=10)f++;P.e=f+l*y-1,Ke(P,a?s+P.e+1:s,o,b)}return P}}();function Ke(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+=Ze,o=t,l=f[h=0],c=l/pr(10,i-o-1)%10|0;else if(h=Math.ceil((s+1)/Ze),a=f.length,h>=a)if(n){for(;a++<=h;)f.push(0);l=c=0,i=1,s%=Ze,o=s-Ze+1}else break e;else{for(l=a=f[h],i=1;a>=10;a/=10)i++;s%=Ze,o=s-Ze+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,(Ze-t%Ze)%Ze),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,Ze-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]==xn&&(f[0]=1));break}else{if(f[h]+=a,f[h]!=xn)break;f[h--]=0,a=1}for(s=f.length;f[--s]===0;)f.pop()}return at&&(e.e>y.maxE?(e.d=null,e.e=NaN):e.e<y.minE&&(e.e=0,e.d=[0])),e}function Jn(e,t,r){if(!e.isFinite())return R_(e);var n,i=e.e,s=br(e.d),o=s.length;return t?(r&&(n=r-o)>0?s=s.charAt(0)+"."+s.slice(1)+Zi(n):o>1&&(s=s.charAt(0)+"."+s.slice(1)),s=s+(e.e<0?"e":"e+")+e.e):i<0?(s="0."+Zi(-i-1)+s,r&&(n=r-o)>0&&(s+=Zi(n))):i>=o?(s+=Zi(i+1-o),r&&(n=r-i-1)>0&&(s=s+"."+Zi(n))):((n=i+1)<o&&(s=s.slice(0,n)+"."+s.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(s+="."),s+=Zi(n))),s}function Gu(e,t){var r=e[0];for(t*=Ze;r>=10;r/=10)t++;return t}function Ku(e,t,r){if(t>bj)throw at=!0,r&&(e.precision=r),Error(M_);return Ke(new e(Vu),t,1,!0)}function Sn(e,t,r){if(t>Zh)throw Error(M_);return Ke(new e(qu),t,r,!0)}function I_(e){var t=e.length-1,r=t*Ze+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 Zi(e){for(var t="";e--;)t+="0";return t}function P_(e,t,r,n){var i,s=new e(1),o=Math.ceil(n/Ze+4);for(at=!1;;){if(r%2&&(s=s.times(t),D_(s.d,o)&&(i=!0)),r=Or(r/2),r===0){r=s.d.length-1,i&&s.d[r]===0&&++s.d[r];break}t=t.times(t),D_(t.d,o)}return at=!0,s}function k_(e){return e.d[e.d.length-1]&1}function j_(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 Qh(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?(at=!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=Ke(s.times(e),c,1),r=r.times(++l),a=o.plus(Ht(s,r,c,1)),br(a.d).slice(0,c)===br(o.d).slice(0,c)){for(i=f;i--;)o=Ke(o.times(o),c,1);if(t==null)if(u<3&&Ka(o.d,c-n,y,u))h.precision=c+=10,r=s=a=new h(1),l=0,u++;else return Ke(o,h.precision=b,y,at=!0);else return h.precision=b,o}o=a}}function Qi(e,t){var r,n,i,s,o,a,c,u,l,f,h,y=1,b=10,w=e,T=w.d,P=w.constructor,R=P.rounding,N=P.precision;if(w.s<0||!T||!T[0]||!w.e&&T[0]==1&&T.length==1)return new P(T&&!T[0]?-1/0:w.s!=1?NaN:T?0:w);if(t==null?(at=!1,l=N):l=t,P.precision=l+=b,r=br(T),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=br(w.d),n=r.charAt(0),y++;s=w.e,n>1?(w=new P("0."+r),s++):w=new P(n+"."+r.slice(1))}else return u=Ku(P,l+2,N).times(s+""),w=Qi(new P(n+"."+r.slice(1)),l-b).plus(u),P.precision=N,t==null?Ke(w,N,R,at=!0):w;for(f=w,c=o=w=Ht(w.minus(1),w.plus(1),l,1),h=Ke(w.times(w),l,1),i=3;;){if(o=Ke(o.times(h),l,1),u=c.plus(Ht(o,new P(i),l,1)),br(u.d).slice(0,l)===br(c.d).slice(0,l))if(c=c.times(2),s!==0&&(c=c.plus(Ku(P,l+2,N).times(s+""))),c=Ht(c,new P(y),l,1),t==null)if(Ka(c.d,l-b,R,a))P.precision=l+=b,u=o=w=Ht(f.minus(1),f.plus(1),l,1),h=Ke(w.times(w),l,1),i=a=1;else return Ke(c,P.precision=N,R,at=!0);else return P.precision=N,c;c=u,i+=2}}function R_(e){return String(e.s*e.s/0)}function ep(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)%Ze,r<0&&(n+=Ze),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Ze;n<i;)e.d.push(+t.slice(n,n+=Ze));t=t.slice(n),n=Ze-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),at&&(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 _j(e,t){var r,n,i,s,o,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),O_.test(t))return ep(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(gj.test(t))r=16,t=t.toLowerCase();else if(mj.test(t))r=2;else if(vj.test(t))r=8;else throw Error(Yi+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=P_(n,new n(r),s,s*2)),u=Wu(t,r,xn),l=u.length-1,s=l;u[s]===0;--s)u.pop();return s<0?new n(e.s*0):(e.e=Gu(u,l),e.d=u,at=!1,o&&(e=Ht(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?pr(2,c):rn.pow(2,c))),at=!0,e)}function xj(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:Io(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Xu(5,r)),t=Io(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 Io(e,t,r,n,i){var s,o,a,c,u=e.precision,l=Math.ceil(u/Ze);for(at=!1,c=r.times(r),a=new e(n);;){if(o=Ht(a.times(c),new e(t++*t++),u,1),a=i?n.plus(o):n.minus(o),n=Ht(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 at=!0,o.d.length=l+1,o}function Xu(e,t){for(var r=e;--t;)r*=e;return r}function N_(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 bi=n?4:1,t;if(r=t.divToInt(i),r.isZero())bi=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(s))return bi=k_(r)?n?2:3:n?4:1,t;bi=k_(r)?n?1:4:n?3:2}return t.minus(i).abs()}function tp(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,Ji),n===void 0?n=y.rounding:Ur(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())l=R_(e);else{for(l=Jn(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=Wu(Jn(h),10,i),h.e=h.d.length),f=Wu(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=Ht(e,h,r,n,0,i),f=e.d,s=e.e,u=C_),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+=Jh.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=Wu(l,i,t),c=f.length;!f[c-1];--c);for(o=1,l="1.";o<c;o++)l+=Jh.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 D_(e,t){if(e.length>t)return e.length=t,!0}function Sj(e){return new this(e).abs()}function Ej(e){return new this(e).acos()}function Cj(e){return new this(e).acosh()}function Mj(e,t){return new this(e).plus(t)}function Aj(e){return new this(e).asin()}function Tj(e){return new this(e).asinh()}function Oj(e){return new this(e).atan()}function Ij(e){return new this(e).atanh()}function Pj(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(Ht(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(Ht(e,t,s,1)),r}function kj(e){return new this(e).cbrt()}function jj(e){return Ke(e=new this(e),e.e+1,2)}function Rj(e,t,r){return new this(e).clamp(t,r)}function Nj(e){if(!e||typeof e!="object")throw Error(Hu+"Object expected");var t,r,n,i=e.defaults===!0,s=["precision",1,Ji,"rounding",0,8,"toExpNeg",-Oo,0,"toExpPos",0,Oo,"maxE",0,Oo,"minE",-Oo,0,"modulo",0,9];for(t=0;t<s.length;t+=3)if(r=s[t],i&&(this[r]=Yh[r]),(n=e[r])!==void 0)if(Or(n)===n&&n>=s[t+1]&&n<=s[t+2])this[r]=n;else throw Error(Yi+r+": "+n);if(r="crypto",i&&(this[r]=Yh[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(A_);else this[r]=!1;else throw Error(Yi+r+": "+n);return this}function Dj(e){return new this(e).cos()}function $j(e){return new this(e).cosh()}function $_(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,B_(s)){u.s=s.s,at?!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++;at?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 ep(u,s.toString())}else if(c!=="string")throw Error(Yi+s);return(a=s.charCodeAt(0))===45?(s=s.slice(1),u.s=-1):(a===43&&(s=s.slice(1)),u.s=1),O_.test(s)?ep(u,s):_j(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=Nj,i.clone=$_,i.isDecimal=B_,i.abs=Sj,i.acos=Ej,i.acosh=Cj,i.add=Mj,i.asin=Aj,i.asinh=Tj,i.atan=Oj,i.atanh=Ij,i.atan2=Pj,i.cbrt=kj,i.ceil=jj,i.clamp=Rj,i.cos=Dj,i.cosh=$j,i.div=Bj,i.exp=Lj,i.floor=Fj,i.hypot=Uj,i.ln=zj,i.log=Vj,i.log10=Hj,i.log2=qj,i.max=Wj,i.min=Gj,i.mod=Kj,i.mul=Xj,i.pow=Jj,i.random=Yj,i.round=Zj,i.sign=Qj,i.sin=eR,i.sinh=tR,i.sqrt=rR,i.sub=nR,i.sum=iR,i.tan=sR,i.tanh=oR,i.trunc=aR,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 Bj(e,t){return new this(e).div(t)}function Lj(e){return new this(e).exp()}function Fj(e){return Ke(e=new this(e),e.e+1,3)}function Uj(){var e,t,r=new this(0);for(at=!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 at=!0,new this(1/0);r=t}return at=!0,r.sqrt()}function B_(e){return e instanceof rn||e&&e.toStringTag===T_||!1}function zj(e){return new this(e).ln()}function Vj(e,t){return new this(e).log(t)}function qj(e){return new this(e).log(2)}function Hj(e){return new this(e).log(10)}function Wj(){return j_(this,arguments,"lt")}function Gj(){return j_(this,arguments,"gt")}function Kj(e,t){return new this(e).mod(t)}function Xj(e,t){return new this(e).mul(t)}function Jj(e,t){return new this(e).pow(t)}function Yj(e){var t,r,n,i,s=0,o=new this(1),a=[];if(e===void 0?e=this.precision:Ur(e,1,Ji),n=Math.ceil(e/Ze),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(A_);else for(;s<n;)a[s++]=Math.random()*1e7|0;for(n=a[--s],e%=Ze,n&&e&&(i=pr(10,Ze-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-=Ze)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Ze&&(r-=Ze-n)}return o.e=r,o.d=a,o}function Zj(e){return Ke(e=new this(e),e.e+1,this.rounding)}function Qj(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function eR(e){return new this(e).sin()}function tR(e){return new this(e).sinh()}function rR(e){return new this(e).sqrt()}function nR(e,t){return new this(e).sub(t)}function iR(){var e=0,t=arguments,r=new this(t[e]);for(at=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return at=!0,Ke(r,this.precision,this.rounding)}function sR(e){return new this(e).tan()}function oR(e){return new this(e).tanh()}function aR(e){return Ke(e=new this(e),e.e+1,1)}be[Symbol.for("nodejs.util.inspect.custom")]=be.toString,be[Symbol.toStringTag]="Decimal";var rn=be.constructor=$_(Yh);Vu=new rn(Vu),qu=new rn(qu),rn.config({precision:256,rounding:rn.ROUND_DOWN,toExpNeg:-256,toExpPos:256});const nn=(e,t,r,n=rn.ROUND_HALF_DOWN)=>{if(e==="∞")return"∞";if(e!=="0"&&!e||Ue(e).equals(0))return"0";if(t!==void 0){const u=Ds(e,t,n);if(!Ue(u).equals(0))return r?u:Po(u)}const i=Ue(e).toString(),s=i.split("."),o=s[0],a=s[1];let c;if(Ue(o).gt(0))!a||Ue(o.length).gte(9)?c=Ds(i,0,n):Ue(o.length).gte(4)?c=Ds(i,2,n):c=Ds(i,4,n);else{Ds(i,6,n);const u=dR(a);if(u<6)c=Ds(i,u+6,n);else{if(u>30)return"0";c=Ds(i,9+(u-6),n)}}return r||Ue(o).lt(1)?c:Po(c)},cR=(e,t=2)=>{if(typeof e>"u"||e==="undefined"||e!==0&&!e)return"--";if(Ue(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=fR(e,t);return Number(r)>0?`+${r}%`:`${r}%`},L_=(e,t,r,n)=>{try{if(e===void 0||e==="--")return"$--";const i=nn(e,t,!0,rn.ROUND_DOWN).toString();if(Ue(i).equals(0))return"$0";const s=i.startsWith("-");let o=n?i:Po(i).toString();return o.includes("e")&&(o=n?i:Po(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(i){return console.log("🚀 ~ formatCurrency ~ error:",i),"$--"}},uR=(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 w=u[b]||"0";h+=w}o=c+h+y}else{let b="0";for(let w=0;w<f;w+=1)h=(c[c.length-w-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}`},Ue=e=>rn.isDecimal(e)?e:new rn(typeof e>"u"||e==="undefined"||!e?0:e);function lR(e,t){return t===void 0?"":Ue(e==null?void 0:e.toString()).div(Math.pow(10,t)).toString()}const Ds=(e,t,r)=>Ue(e).toDP(t,r).toString(),fR=(e,t)=>{try{return Ue(e).toDP(t,rn.ROUND_DOWN).toString()}catch{return String(e)}},Po=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 dR(e){let t=0;if(e)for(;t<e.length;){if(Ue(e[t]).gt(0))return t+1;t++}return 0}function hR(e,t){const r=F_(Ue(t));return Number(Ue(e).mul(r))}function pR(e,t){const r=F_(Ue(t));return Number(Ue(e).div(r))}function F_(e){return Ue(10).pow(Ue(e).abs())}function rp(e,t){const r=pR(e,t);return mR(r.toString(),Number(t))}function mR(e,t=9){if(e===void 0)return"";const r=e.toLowerCase();if(r.includes("e")){if(r.includes("+"))return uR(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 Ju(e){e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()}const $s=(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):"",np=(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(!np(e[i],t[i]))return!1;return!0};function U_(e){return!e||Object.keys(e).length===0}function z_(e){var t;return!!(((t=e.split("::"))==null?void 0:t.length)===3&&e.startsWith("0x"))}const V_=async e=>new Promise(t=>{setTimeout(()=>{t(1)},e)});function gR(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=Ue(i.computationCost).add(i.storageCost).sub(i.storageRebate).mul(-1).toFixed(0)),n&&n.forEach(c=>{const u=Ga(c.coinType).full_address;if(c.owner.AddressOwner===t){const l=u===hn.SUI_TYPE_ARG;let f=c.amount;l&&(f=r?f:Ue(f).sub(o).toFixed(0));const h={coinType:u,amount:f};s[u]=h}}),s}function q_(e,t){if(t){const r=e[Ga(t.coin_type).full_address];if(r)return rp(Ue(r.amount).abs().toFixed(0),t.decimals)}}function Ft(e){return`https://archive.cetus.zone/assets/terminal${e}`}const Yu=(e,t=10)=>e&&(e==null?void 0:e.length)>t&&Ue(t).gt(0)?`${e.slice(0,t)}...`:e,H_="0x2::sui::SUI",vR="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI";function W_(e){return Ir(e).full_address===H_}function G_(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 Ir(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={...Ir(r),type_arguments:i.map(l=>Ir(l).source_address)};return u.type_arguments=u.type_arguments.map(l=>W_(l)?l:Ir(l).source_address),u.source_address=G_(u.full_address,u.type_arguments),u}const s=r.split("::"),a={full_address:r,address:r===H_||r===vR?"0x2":hn.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=G_(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function yR(e){return e.startsWith("0x")?`${e.slice(2)}`:e}const ip=(e,t=!0)=>{const r=e.split("::"),n=r.shift();let i=hn.normalizeSuiObjectId(n);return t&&(i=yR(i)),`${i}::${r.join("::")}`},bR=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}},wR=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}},sp="tokenMap",K_="trustedTokenList",X_="collectTokenMap",J_="importTokenList";var Y_={exports:{}};/*!
|
|
44
|
+
*/var Do=9e15,os=1e9,cp="0123456789abcdef",Wu="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",Hu="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",up={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-Do,maxE:Do,crypto:!1},rx,Ii,ct=!0,Ku="[DecimalError] ",as=Ku+"Invalid argument: ",nx=Ku+"Precision limit exceeded",ix=Ku+"crypto unavailable",sx="[object Decimal]",Or=Math.floor,mr=Math.pow,WN=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,HN=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,KN=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,ox=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,Tn=1e7,Qe=7,XN=9007199254740991,JN=Wu.length-1,lp=Hu.length-1,we={toStringTag:sx};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(as+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())+Qe,n.rounding=1,r=YN(n,dx(n,r)),n.precision=e,n.rounding=t,Xe(Ii==2||Ii==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(ct=!1,s=l.s*mr(l.s*l,1/3),!s||Math.abs(s)==1/0?(r=br(l.d),e=l.e,(s=(e-r.length+1)%3)&&(r+=s==1||s==-2?"0":"00"),s=mr(r,1/3),e=Or((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=Gt(u.plus(l).times(a),u.plus(c),o+2,1),br(a.d).slice(0,o)===(r=br(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)},we.decimalPlaces=we.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-Or(this.e/Qe))*Qe,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r},we.dividedBy=we.div=function(e){return Gt(this,new this.constructor(e))},we.dividedToIntegerBy=we.divToInt=function(e){var t=this,r=t.constructor;return Xe(Gt(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/Zu(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/Zu(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,Gt(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()?An(r,i,s):new r(0):new r(NaN):t.isZero()?An(r,i+4,s).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=An(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,ct=!1,r=r.times(r).minus(1).sqrt().plus(r),ct=!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,ct=!1,r=r.times(r).plus(1).sqrt().plus(r),ct=!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=Gt(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=An(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<=lp)return o=An(l,f+4,h).times(.25),o.s=u.s,o}else{if(!u.s)return new l(NaN);if(f+4<=lp)return o=An(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)},we.isFinite=function(){return!!this.d},we.isInteger=we.isInt=function(){return!!this.d&&Or(this.e/Qe)>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(ct=!1,a=f+y,o=us(u,a),n=t?Yu(l,a+10):us(e,a),c=Gt(o,n,a,1),tc(c.d,i=f,h))do if(a+=10,o=us(u,a),n=t?Yu(l,a+10):us(e,a),c=Gt(o,n,a,1),!s){+br(c.d).slice(i+1,i+15)+1==1e14&&(c=Xe(c,f+1,0));break}while(tc(c.d,i+=10,h));return ct=!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 ct?Xe(e,a,c):e}if(r=Or(e.e/Qe),l=Or(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]=Tn-1;--u[i],u[n]+=Tn}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),ct?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):(ct=!1,n.modulo==9?(t=Gt(r,e.abs(),0,3,1),t.s*=e.s):t=Gt(r,e,0,n.modulo,1),t=t.times(e),ct=!0,r.minus(t))},we.naturalExponential=we.exp=function(){return fp(this)},we.naturalLogarithm=we.ln=function(){return us(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)),ct?Xe(e,a,c):e;if(s=Or(f.e/Qe),n=Or(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)/Tn|0,u[i]%=Tn;for(t&&(u.unshift(t),++n),o=u.length;u[--o]==0;)u.pop();return e.d=u,e.e=Ju(u,n),ct?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(as+e);return r.d?(t=ax(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())+Qe,n.rounding=1,r=QN(n,dx(n,r)),n.precision=e,n.rounding=t,Xe(Ii>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(ct=!1,u=Math.sqrt(+o),u==0||u==1/0?(t=br(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=Or((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(Gt(o,s,r+2,1)).times(.5),br(s.d).slice(0,r)===(t=br(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)},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=Gt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,Xe(Ii==2||Ii==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=Or(l.e/Qe)+Or(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%Tn|0,t=a/Tn|0;s[i]=(s[i]+t)%Tn|0}for(;!s[--o];)s.pop();return t?++r:s.shift(),e.d=s,e.e=Ju(s,r),ct?Xe(e,f.precision,f.rounding):e},we.toBinary=function(e,t){return hp(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,os),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,os),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,os),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=ax(b)-y.e-1,o=s%Qe,t.d[0]=mr(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(as+a);e=a.gt(t)?s>0?t:u:a}for(ct=!1,a=new _(br(b)),l=_.precision,_.precision=s=b.length*Qe*2;f=Gt(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=Gt(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=Gt(u,n,s,1).minus(y).abs().cmp(Gt(c,r,s,1).minus(y).abs())<1?[u,n]:[c,r],_.precision=l,ct=!0,h},we.toHexadecimal=we.toHex=function(e,t){return hp(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]?(ct=!1,r=Gt(r,e,0,t,1).times(e),ct=!0,Xe(r)):(e.s=r.s,r=e),r},we.toNumber=function(){return+this},we.toOctal=function(e,t){return hp(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(mr(+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=Or(e.e/Qe),t>=e.d.length-1&&(r=u<0?-u:u)<=XN)return i=cx(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=mr(+a,u),t=r==0||!isFinite(r)?Or(u*(Math.log("0."+br(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=fp(e.times(us(a,n+r)),n),i.d&&(i=Xe(i,n+5,1),tc(i.d,n,s)&&(t=n+10,i=Xe(fp(e.times(us(a,t+r)),t),t+5,1),+br(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))},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,os),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,os),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 br(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+=cs(r)),s+=n;o=e[t],n=o+"",r=Qe-n.length,r&&(s+=cs(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(as+e)}function tc(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=mr(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)==mr(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)==mr(10,t-3)-1,o}function Xu(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]+=cp.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 YN(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=$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 Gt=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,N,R,U,L,W,q,X,ie,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=Tn,y=Qe,l=Or(n.e/y)-Or(i.e/y)),ce=m.length,ie=d.length,P=new $(p),N=P.d=[],f=0;m[f]==(d[f]||0);f++);if(m[f]>(d[f]||0)&&l--,s==null?(W=s=$.precision,o=$.rounding):a?W=s+(n.e-i.e)+1:W=s,W<0)N.push(1),b=!0;else{if(W=W/y+2|0,f=0,ce==1){for(h=0,m=m[0],W++;(f<ie||h)&&W--;f++)q=h*c+(d[f]||0),N[f]=q/m|0,h=q%m|0;b=h||f<ie}else{for(h=c/(m[0]+1)|0,h>1&&(m=e(m,h,c),d=e(d,h,c),ce=m.length,ie=d.length),X=ce,R=d.slice(0,ce),U=R.length;U<ce;)R[U++]=0;V=m.slice(),V.unshift(0),ae=m[0],m[1]>=c/2&&++ae;do h=0,u=t(m,R,ce,U),u<0?(L=R[0],ce!=U&&(L=L*c+(R[1]||0)),h=L/ae|0,h>1?(h>=c&&(h=c-1),_=e(m,h,c),A=_.length,U=R.length,u=t(_,R,A,U),u==1&&(h--,r(_,ce<A?V:m,A,c))):(h==0&&(u=h=1),_=m.slice()),A=_.length,A<U&&_.unshift(0),r(R,_,U,c),u==-1&&(U=R.length,u=t(m,R,ce,U),u<1&&(h++,r(R,ce<U?V:m,U,c))),U=R.length):u===0&&(h++,R=[0]),N[f++]=h,u&&R[0]?R[U++]=d[X]||0:(R=[d[X]],U=1);while((X++<ie||R[0]!==void 0)&&W--);b=R[0]!==void 0}N[0]||N.shift()}if(y==1)P.e=l,rx=b;else{for(f=1,h=N[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+=Qe,o=t,l=f[h=0],c=l/mr(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/mr(10,i-o-1)%10|0}if(n=n||t<0||f[h+1]!==void 0||(o<0?l:l%mr(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/mr(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]=mr(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=mr(10,Qe-s),f[h]=o>0?(l/mr(10,i-o)%mr(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]==Tn&&(f[0]=1));break}else{if(f[h]+=a,f[h]!=Tn)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 ti(e,t,r){if(!e.isFinite())return fx(e);var n,i=e.e,s=br(e.d),o=s.length;return t?(r&&(n=r-o)>0?s=s.charAt(0)+"."+s.slice(1)+cs(n):o>1&&(s=s.charAt(0)+"."+s.slice(1)),s=s+(e.e<0?"e":"e+")+e.e):i<0?(s="0."+cs(-i-1)+s,r&&(n=r-o)>0&&(s+=cs(n))):i>=o?(s+=cs(i+1-o),r&&(n=r-i-1)>0&&(s=s+"."+cs(n))):((n=i+1)<o&&(s=s.slice(0,n)+"."+s.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(s+="."),s+=cs(n))),s}function Ju(e,t){var r=e[0];for(t*=Qe;r>=10;r/=10)t++;return t}function Yu(e,t,r){if(t>JN)throw ct=!0,r&&(e.precision=r),Error(nx);return Xe(new e(Wu),t,1,!0)}function An(e,t,r){if(t>lp)throw Error(nx);return Xe(new e(Hu),t,r,!0)}function ax(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 cs(e){for(var t="";e--;)t+="0";return t}function cx(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),hx(s.d,o)&&(i=!0)),r=Or(r/2),r===0){r=s.d.length-1,i&&s.d[r]===0&&++s.d[r];break}t=t.times(t),hx(t.d,o)}return ct=!0,s}function ux(e){return e.d[e.d.length-1]&1}function lx(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 fp(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(mr(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(Gt(s,r,c,1)),br(a.d).slice(0,c)===br(o.d).slice(0,c)){for(i=f;i--;)o=Xe(o.times(o),c,1);if(t==null)if(u<3&&tc(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,ct=!0);else return h.precision=b,o}o=a}}function us(e,t){var r,n,i,s,o,a,c,u,l,f,h,y=1,b=10,_=e,A=_.d,P=_.constructor,N=P.rounding,R=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=R):l=t,P.precision=l+=b,r=br(A),n=r.charAt(0),Math.abs(s=_.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)_=_.times(e),r=br(_.d),n=r.charAt(0),y++;s=_.e,n>1?(_=new P("0."+r),s++):_=new P(n+"."+r.slice(1))}else return u=Yu(P,l+2,R).times(s+""),_=us(new P(n+"."+r.slice(1)),l-b).plus(u),P.precision=R,t==null?Xe(_,R,N,ct=!0):_;for(f=_,c=o=_=Gt(_.minus(1),_.plus(1),l,1),h=Xe(_.times(_),l,1),i=3;;){if(o=Xe(o.times(h),l,1),u=c.plus(Gt(o,new P(i),l,1)),br(u.d).slice(0,l)===br(c.d).slice(0,l))if(c=c.times(2),s!==0&&(c=c.plus(Yu(P,l+2,R).times(s+""))),c=Gt(c,new P(y),l,1),t==null)if(tc(c.d,l-b,N,a))P.precision=l+=b,u=o=_=Gt(f.minus(1),f.plus(1),l,1),h=Xe(_.times(_),l,1),i=a=1;else return Xe(c,P.precision=R,N,ct=!0);else return P.precision=R,c;c=u,i+=2}}function fx(e){return String(e.s*e.s/0)}function dp(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 ZN(e,t){var r,n,i,s,o,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),ox.test(t))return dp(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(HN.test(t))r=16,t=t.toLowerCase();else if(WN.test(t))r=2;else if(KN.test(t))r=8;else throw Error(as+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=cx(n,new n(r),s,s*2)),u=Xu(t,r,Tn),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,ct=!1,o&&(e=Gt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?mr(2,c):an.pow(2,c))),ct=!0,e)}function QN(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/Zu(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/Qe);for(ct=!1,c=r.times(r),a=new e(n);;){if(o=Gt(a.times(c),new e(t++*t++),u,1),a=i?n.plus(o):n.minus(o),n=Gt(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 Zu(e,t){for(var r=e;--t;)r*=e;return r}function dx(e,t){var r,n=t.s<0,i=An(e,e.precision,1),s=i.times(.5);if(t=t.abs(),t.lte(s))return Ii=n?4:1,t;if(r=t.divToInt(i),r.isZero())Ii=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(s))return Ii=ux(r)?n?2:3:n?4:1,t;Ii=ux(r)?n?1:4:n?3:2}return t.minus(i).abs()}function hp(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,os),n===void 0?n=y.rounding:Ur(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())l=fx(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=Xu(ti(h),10,i),h.e=h.d.length),f=Xu(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=Gt(e,h,r,n,0,i),f=e.d,s=e.e,u=rx),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+=cp.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=Xu(l,i,t),c=f.length;!f[c-1];--c);for(o=1,l="1.";o<c;o++)l+=cp.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 hx(e,t){if(e.length>t)return e.length=t,!0}function eR(e){return new this(e).abs()}function tR(e){return new this(e).acos()}function rR(e){return new this(e).acosh()}function nR(e,t){return new this(e).plus(t)}function iR(e){return new this(e).asin()}function sR(e){return new this(e).asinh()}function oR(e){return new this(e).atan()}function aR(e){return new this(e).atanh()}function cR(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=An(this,s,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?An(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=An(this,s,1).times(.5),r.s=e.s):t.s<0?(this.precision=s,this.rounding=1,r=this.atan(Gt(e,t,s,1)),t=An(this,s,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(Gt(e,t,s,1)),r}function uR(e){return new this(e).cbrt()}function lR(e){return Xe(e=new this(e),e.e+1,2)}function fR(e,t,r){return new this(e).clamp(t,r)}function dR(e){if(!e||typeof e!="object")throw Error(Ku+"Object expected");var t,r,n,i=e.defaults===!0,s=["precision",1,os,"rounding",0,8,"toExpNeg",-Do,0,"toExpPos",0,Do,"maxE",0,Do,"minE",-Do,0,"modulo",0,9];for(t=0;t<s.length;t+=3)if(r=s[t],i&&(this[r]=up[r]),(n=e[r])!==void 0)if(Or(n)===n&&n>=s[t+1]&&n<=s[t+2])this[r]=n;else throw Error(as+r+": "+n);if(r="crypto",i&&(this[r]=up[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(ix);else this[r]=!1;else throw Error(as+r+": "+n);return this}function hR(e){return new this(e).cos()}function pR(e){return new this(e).cosh()}function px(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,mx(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 dp(u,s.toString())}else if(c!=="string")throw Error(as+s);return(a=s.charCodeAt(0))===45?(s=s.slice(1),u.s=-1):(a===43&&(s=s.slice(1)),u.s=1),ox.test(s)?dp(u,s):ZN(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=dR,i.clone=px,i.isDecimal=mx,i.abs=eR,i.acos=tR,i.acosh=rR,i.add=nR,i.asin=iR,i.asinh=sR,i.atan=oR,i.atanh=aR,i.atan2=cR,i.cbrt=uR,i.ceil=lR,i.clamp=fR,i.cos=hR,i.cosh=pR,i.div=mR,i.exp=gR,i.floor=vR,i.hypot=yR,i.ln=bR,i.log=wR,i.log10=xR,i.log2=_R,i.max=SR,i.min=ER,i.mod=CR,i.mul=MR,i.pow=TR,i.random=AR,i.round=OR,i.sign=IR,i.sin=PR,i.sinh=jR,i.sqrt=kR,i.sub=NR,i.sum=RR,i.tan=DR,i.tanh=$R,i.trunc=BR,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 mR(e,t){return new this(e).div(t)}function gR(e){return new this(e).exp()}function vR(e){return Xe(e=new this(e),e.e+1,3)}function yR(){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 mx(e){return e instanceof an||e&&e.toStringTag===sx||!1}function bR(e){return new this(e).ln()}function wR(e,t){return new this(e).log(t)}function _R(e){return new this(e).log(2)}function xR(e){return new this(e).log(10)}function SR(){return lx(this,arguments,"lt")}function ER(){return lx(this,arguments,"gt")}function CR(e,t){return new this(e).mod(t)}function MR(e,t){return new this(e).mul(t)}function TR(e,t){return new this(e).pow(t)}function AR(e){var t,r,n,i,s=0,o=new this(1),a=[];if(e===void 0?e=this.precision:Ur(e,1,os),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(ix);else for(;s<n;)a[s++]=Math.random()*1e7|0;for(n=a[--s],e%=Qe,n&&e&&(i=mr(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 OR(e){return Xe(e=new this(e),e.e+1,this.rounding)}function IR(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function PR(e){return new this(e).sin()}function jR(e){return new this(e).sinh()}function kR(e){return new this(e).sqrt()}function NR(e,t){return new this(e).sub(t)}function RR(){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 DR(e){return new this(e).tan()}function $R(e){return new this(e).tanh()}function BR(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 an=we.constructor=px(up);Wu=new an(Wu),Hu=new an(Hu),an.config({precision:256,rounding:an.ROUND_DOWN,toExpNeg:-256,toExpPos:256});const cn=(e,t,r,n=an.ROUND_HALF_DOWN)=>{if(e==="∞")return"∞";if(e!=="0"&&!e||Fe(e).equals(0))return"0";if(t!==void 0){const u=Vs(e,t,n);if(!Fe(u).equals(0))return r?u:Bo(u)}const i=Fe(e).toString(),s=i.split("."),o=s[0],a=s[1];let c;if(Fe(o).gt(0))!a||Fe(o.length).gte(9)?c=Vs(i,0,n):Fe(o.length).gte(4)?c=Vs(i,2,n):c=Vs(i,4,n);else{Vs(i,6,n);const u=VR(a);if(u<6)c=Vs(i,u+6,n);else{if(u>30)return"0";c=Vs(i,9+(u-6),n)}}return r||Fe(o).lt(1)?c:Bo(c)},LR=(e,t=2)=>{if(typeof e>"u"||e==="undefined"||e!==0&&!e)return"--";if(Fe(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=zR(e,t);return Number(r)>0?`+${r}%`:`${r}%`},gx=(e,t,r,n)=>{try{if(e===void 0||e==="--")return"$--";const i=cn(e,t,!0,an.ROUND_DOWN).toString();if(Fe(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"$--"}},FR=(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}`},Fe=e=>an.isDecimal(e)?e:new an(typeof e>"u"||e==="undefined"||!e?0:e);function UR(e,t){return t===void 0?"":Fe(e==null?void 0:e.toString()).div(Math.pow(10,t)).toString()}const Vs=(e,t,r)=>Fe(e).toDP(t,r).toString(),zR=(e,t)=>{try{return Fe(e).toDP(t,an.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 VR(e){let t=0;if(e)for(;t<e.length;){if(Fe(e[t]).gt(0))return t+1;t++}return 0}function qR(e,t){const r=vx(Fe(t));return Number(Fe(e).mul(r))}function GR(e,t){const r=vx(Fe(t));return Number(Fe(e).div(r))}function vx(e){return Fe(10).pow(Fe(e).abs())}function pp(e,t){const r=GR(e,t);return WR(r.toString(),Number(t))}function WR(e,t=9){if(e===void 0)return"";const r=e.toLowerCase();if(r.includes("e")){if(r.includes("+"))return FR(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 qs=(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):"",mp=(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(!mp(e[i],t[i]))return!1;return!0};function yx(e){return!e||Object.keys(e).length===0}function bx(e){var t;return!!(((t=e.split("::"))==null?void 0:t.length)===3&&e.startsWith("0x"))}const wx=async e=>new Promise(t=>{setTimeout(()=>{t(1)},e)});function HR(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=Fe(i.computationCost).add(i.storageCost).sub(i.storageRebate).mul(-1).toFixed(0)),n&&n.forEach(c=>{const u=ec(c.coinType).full_address;if(c.owner.AddressOwner===t){const l=u===Af;let f=c.amount;l&&(f=r?f:Fe(f).sub(o).toFixed(0));const h={coinType:u,amount:f};s[u]=h}}),s}function _x(e,t){if(t){const r=e[ec(t.coin_type).full_address];if(r)return pp(Fe(r.amount).abs().toFixed(0),t.decimals)}}function Ft(e){return`https://archive.cetus.zone/assets/terminal${e}`}const On=(e,t=10)=>e&&(e==null?void 0:e.length)>t&&Fe(t).gt(0)?`${e.slice(0,t)}...`:e,xx="0x2::sui::SUI",KR="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI";function Sx(e){return Ir(e).full_address===xx}function Ex(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 Ir(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={...Ir(r),type_arguments:i.map(l=>Ir(l).source_address)};return u.type_arguments=u.type_arguments.map(l=>Sx(l)?l:Ir(l).source_address),u.source_address=Ex(u.full_address,u.type_arguments),u}const s=r.split("::"),a={full_address:r,address:r===xx||r===KR?"0x2":gi(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=Ex(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function XR(e){return e.startsWith("0x")?`${e.slice(2)}`:e}const gp=(e,t=!0)=>{const r=e.split("::"),n=r.shift();let i=gi(n);return t&&(i=XR(i)),`${i}::${r.join("::")}`},JR=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}},YR=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}},vp="tokenMap",Cx="trustedTokenList",Mx="collectTokenMap",Tx="importTokenList";var Ax={exports:{}};/*!
|
|
45
45
|
localForage -- Offline Storage, Improved
|
|
46
46
|
Version 1.10.0
|
|
47
47
|
https://localforage.github.io/localForage
|
|
48
48
|
(c) 2013-2017 Mozilla, Apache License 2.0
|
|
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 Nn=="function"&&Nn;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 w=n[u][1][b];return o(w||b)},y,y.exports,r,n,i,s)}return i[u].exports}for(var a=typeof Nn=="function"&&Nn,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 T=s.document.createElement("script");T.onreadystatechange=function(){b(),T.onreadystatechange=null,T.parentNode.removeChild(T),T=null},s.document.documentElement.appendChild(T)}:a=function(){setTimeout(b,0)};var h,y=[];function b(){h=!0;for(var T,P,R=y.length;R;){for(P=y,y=[],T=-1;++T<R;)P[T]();R=y.length}h=!1}n.exports=w;function w(T){y.push(T)===1&&!h&&a()}}).call(this,typeof kr<"u"?kr: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(F){if(typeof F!="function")throw new TypeError("resolver must be a function");this.state=l,this.queue=[],this.outcome=void 0,F!==o&&w(this,F)}f.prototype.catch=function(F){return this.then(null,F)},f.prototype.then=function(F,W){if(typeof F!="function"&&this.state===u||typeof W!="function"&&this.state===c)return this;var q=new this.constructor(o);if(this.state!==l){var K=this.state===u?F:W;y(q,K,this.outcome)}else this.queue.push(new h(q,F,W));return q};function h(F,W,q){this.promise=F,typeof W=="function"&&(this.onFulfilled=W,this.callFulfilled=this.otherCallFulfilled),typeof q=="function"&&(this.onRejected=q,this.callRejected=this.otherCallRejected)}h.prototype.callFulfilled=function(F){a.resolve(this.promise,F)},h.prototype.otherCallFulfilled=function(F){y(this.promise,this.onFulfilled,F)},h.prototype.callRejected=function(F){a.reject(this.promise,F)},h.prototype.otherCallRejected=function(F){y(this.promise,this.onRejected,F)};function y(F,W,q){s(function(){var K;try{K=W(q)}catch(te){return a.reject(F,te)}K===F?a.reject(F,new TypeError("Cannot resolve promise with itself")):a.resolve(F,K)})}a.resolve=function(F,W){var q=T(b,W);if(q.status==="error")return a.reject(F,q.value);var K=q.value;if(K)w(F,K);else{F.state=u,F.outcome=W;for(var te=-1,oe=F.queue.length;++te<oe;)F.queue[te].callFulfilled(W)}return F},a.reject=function(F,W){F.state=c,F.outcome=W;for(var q=-1,K=F.queue.length;++q<K;)F.queue[q].callRejected(W);return F};function b(F){var W=F&&F.then;if(F&&(typeof F=="object"||typeof F=="function")&&typeof W=="function")return function(){W.apply(F,arguments)}}function w(F,W){var q=!1;function K(L){q||(q=!0,a.reject(F,L))}function te(L){q||(q=!0,a.resolve(F,L))}function oe(){W(te,K)}var H=T(oe);H.status==="error"&&K(H.value)}function T(F,W){var q={};try{q.value=F(W),q.status="success"}catch(K){q.status="error",q.value=K}return q}f.resolve=P;function P(F){return F instanceof this?F:a.resolve(new this(o),F)}f.reject=R;function R(F){var W=new this(o);return a.reject(W,F)}f.all=N;function N(F){var W=this;if(Object.prototype.toString.call(F)!=="[object Array]")return this.reject(new TypeError("must be an array"));var q=F.length,K=!1;if(!q)return this.resolve([]);for(var te=new Array(q),oe=0,H=-1,L=new this(o);++H<q;)D(F[H],H);return L;function D(p,d){W.resolve(p).then(m,function(x){K||(K=!0,a.reject(L,x))});function m(x){te[d]=x,++oe===q&&!K&&(K=!0,a.resolve(L,te))}}}f.race=z;function z(F){var W=this;if(Object.prototype.toString.call(F)!=="[object Array]")return this.reject(new TypeError("must be an array"));var q=F.length,K=!1;if(!q)return this.resolve([]);for(var te=-1,oe=new this(o);++te<q;)H(F[te]);return oe;function H(L){W.resolve(L).then(function(D){K||(K=!0,a.resolve(oe,D))},function(D){K||(K=!0,a.reject(oe,D))})}}},{1:1}],3:[function(r,n,i){(function(s){typeof s.Promise!="function"&&(s.Promise=r(2))}).call(this,typeof kr<"u"?kr: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($){return typeof $}:function($){return $&&typeof Symbol=="function"&&$.constructor===Symbol&&$!==Symbol.prototype?"symbol":typeof $};function o($,G){if(!($ instanceof G))throw new TypeError("Cannot call a class as a function")}function a(){try{if(typeof indexedDB<"u")return indexedDB;if(typeof webkitIndexedDB<"u")return webkitIndexedDB;if(typeof mozIndexedDB<"u")return mozIndexedDB;if(typeof OIndexedDB<"u")return OIndexedDB;if(typeof msIndexedDB<"u")return msIndexedDB}catch{return}}var c=a();function u(){try{if(!c||!c.open)return!1;var $=typeof openDatabase<"u"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),G=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!$||G)&&typeof indexedDB<"u"&&typeof IDBKeyRange<"u"}catch{return!1}}function l($,G){$=$||[],G=G||{};try{return new Blob($,G)}catch(J){if(J.name!=="TypeError")throw J;for(var U=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,Y=new U,Q=0;Q<$.length;Q+=1)Y.append($[Q]);return Y.getBlob(G.type)}}typeof Promise>"u"&&r(3);var f=Promise;function h($,G){G&&$.then(function(U){G(null,U)},function(U){G(U)})}function y($,G,U){typeof G=="function"&&$.then(G),typeof U=="function"&&$.catch(U)}function b($){return typeof $!="string"&&(console.warn($+" used as a key, but it is not a string."),$=String($)),$}function w(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var T="local-forage-detect-blob-support",P=void 0,R={},N=Object.prototype.toString,z="readonly",F="readwrite";function W($){for(var G=$.length,U=new ArrayBuffer(G),Y=new Uint8Array(U),Q=0;Q<G;Q++)Y[Q]=$.charCodeAt(Q);return U}function q($){return new f(function(G){var U=$.transaction(T,F),Y=l([""]);U.objectStore(T).put(Y,"key"),U.onabort=function(Q){Q.preventDefault(),Q.stopPropagation(),G(!1)},U.oncomplete=function(){var Q=navigator.userAgent.match(/Chrome\/(\d+)/),J=navigator.userAgent.match(/Edge\//);G(J||!Q||parseInt(Q[1],10)>=43)}}).catch(function(){return!1})}function K($){return typeof P=="boolean"?f.resolve(P):q($).then(function(G){return P=G,P})}function te($){var G=R[$.name],U={};U.promise=new f(function(Y,Q){U.resolve=Y,U.reject=Q}),G.deferredOperations.push(U),G.dbReady?G.dbReady=G.dbReady.then(function(){return U.promise}):G.dbReady=U.promise}function oe($){var G=R[$.name],U=G.deferredOperations.pop();if(U)return U.resolve(),U.promise}function H($,G){var U=R[$.name],Y=U.deferredOperations.pop();if(Y)return Y.reject(G),Y.promise}function L($,G){return new f(function(U,Y){if(R[$.name]=R[$.name]||g(),$.db)if(G)te($),$.db.close();else return U($.db);var Q=[$.name];G&&Q.push($.version);var J=c.open.apply(c,Q);G&&(J.onupgradeneeded=function(he){var _e=J.result;try{_e.createObjectStore($.storeName),he.oldVersion<=1&&_e.createObjectStore(T)}catch(Ee){if(Ee.name==="ConstraintError")console.warn('The database "'+$.name+'" has been upgraded from version '+he.oldVersion+" to version "+he.newVersion+', but the storage "'+$.storeName+'" already exists.');else throw Ee}}),J.onerror=function(he){he.preventDefault(),Y(J.error)},J.onsuccess=function(){var he=J.result;he.onversionchange=function(_e){_e.target.close()},U(he),oe($)}})}function D($){return L($,!1)}function p($){return L($,!0)}function d($,G){if(!$.db)return!0;var U=!$.db.objectStoreNames.contains($.storeName),Y=$.version<$.db.version,Q=$.version>$.db.version;if(Y&&($.version!==G&&console.warn('The database "'+$.name+`" can't be downgraded from version `+$.db.version+" to version "+$.version+"."),$.version=$.db.version),Q||U){if(U){var J=$.db.version+1;J>$.version&&($.version=J)}return!0}return!1}function m($){return new f(function(G,U){var Y=new FileReader;Y.onerror=U,Y.onloadend=function(Q){var J=btoa(Q.target.result||"");G({__local_forage_encoded_blob:!0,data:J,type:$.type})},Y.readAsBinaryString($)})}function x($){var G=W(atob($.data));return l([G],{type:$.type})}function C($){return $&&$.__local_forage_encoded_blob}function E($){var G=this,U=G._initReady().then(function(){var Y=R[G._dbInfo.name];if(Y&&Y.dbReady)return Y.dbReady});return y(U,$,$),U}function O($){te($);for(var G=R[$.name],U=G.forages,Y=0;Y<U.length;Y++){var Q=U[Y];Q._dbInfo.db&&(Q._dbInfo.db.close(),Q._dbInfo.db=null)}return $.db=null,D($).then(function(J){return $.db=J,d($)?p($):J}).then(function(J){$.db=G.db=J;for(var he=0;he<U.length;he++)U[he]._dbInfo.db=J}).catch(function(J){throw H($,J),J})}function M($,G,U,Y){Y===void 0&&(Y=1);try{var Q=$.db.transaction($.storeName,G);U(null,Q)}catch(J){if(Y>0&&(!$.db||J.name==="InvalidStateError"||J.name==="NotFoundError"))return f.resolve().then(function(){if(!$.db||J.name==="NotFoundError"&&!$.db.objectStoreNames.contains($.storeName)&&$.version<=$.db.version)return $.db&&($.version=$.db.version+1),p($)}).then(function(){return O($).then(function(){M($,G,U,Y-1)})}).catch(U);U(J)}}function g(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function v($){var G=this,U={db:null};if($)for(var Y in $)U[Y]=$[Y];var Q=R[U.name];Q||(Q=g(),R[U.name]=Q),Q.forages.push(G),G._initReady||(G._initReady=G.ready,G.ready=E);var J=[];function he(){return f.resolve()}for(var _e=0;_e<Q.forages.length;_e++){var Ee=Q.forages[_e];Ee!==G&&J.push(Ee._initReady().catch(he))}var Ce=Q.forages.slice(0);return f.all(J).then(function(){return U.db=Q.db,D(U)}).then(function(Me){return U.db=Me,d(U,G._defaultConfig.version)?p(U):Me}).then(function(Me){U.db=Q.db=Me,G._dbInfo=U;for(var Ve=0;Ve<Ce.length;Ve++){var yt=Ce[Ve];yt!==G&&(yt._dbInfo.db=U.db,yt._dbInfo.version=U.version)}})}function k($,G){var U=this;$=b($);var Y=new f(function(Q,J){U.ready().then(function(){M(U._dbInfo,z,function(he,_e){if(he)return J(he);try{var Ee=_e.objectStore(U._dbInfo.storeName),Ce=Ee.get($);Ce.onsuccess=function(){var Me=Ce.result;Me===void 0&&(Me=null),C(Me)&&(Me=x(Me)),Q(Me)},Ce.onerror=function(){J(Ce.error)}}catch(Me){J(Me)}})}).catch(J)});return h(Y,G),Y}function ee($,G){var U=this,Y=new f(function(Q,J){U.ready().then(function(){M(U._dbInfo,z,function(he,_e){if(he)return J(he);try{var Ee=_e.objectStore(U._dbInfo.storeName),Ce=Ee.openCursor(),Me=1;Ce.onsuccess=function(){var Ve=Ce.result;if(Ve){var yt=Ve.value;C(yt)&&(yt=x(yt));var Lt=$(yt,Ve.key,Me++);Lt!==void 0?Q(Lt):Ve.continue()}else Q()},Ce.onerror=function(){J(Ce.error)}}catch(Ve){J(Ve)}})}).catch(J)});return h(Y,G),Y}function se($,G,U){var Y=this;$=b($);var Q=new f(function(J,he){var _e;Y.ready().then(function(){return _e=Y._dbInfo,N.call(G)==="[object Blob]"?K(_e.db).then(function(Ee){return Ee?G:m(G)}):G}).then(function(Ee){M(Y._dbInfo,F,function(Ce,Me){if(Ce)return he(Ce);try{var Ve=Me.objectStore(Y._dbInfo.storeName);Ee===null&&(Ee=void 0);var yt=Ve.put(Ee,$);Me.oncomplete=function(){Ee===void 0&&(Ee=null),J(Ee)},Me.onabort=Me.onerror=function(){var Lt=yt.error?yt.error:yt.transaction.error;he(Lt)}}catch(Lt){he(Lt)}})}).catch(he)});return h(Q,U),Q}function ge($,G){var U=this;$=b($);var Y=new f(function(Q,J){U.ready().then(function(){M(U._dbInfo,F,function(he,_e){if(he)return J(he);try{var Ee=_e.objectStore(U._dbInfo.storeName),Ce=Ee.delete($);_e.oncomplete=function(){Q()},_e.onerror=function(){J(Ce.error)},_e.onabort=function(){var Me=Ce.error?Ce.error:Ce.transaction.error;J(Me)}}catch(Me){J(Me)}})}).catch(J)});return h(Y,G),Y}function ve($){var G=this,U=new f(function(Y,Q){G.ready().then(function(){M(G._dbInfo,F,function(J,he){if(J)return Q(J);try{var _e=he.objectStore(G._dbInfo.storeName),Ee=_e.clear();he.oncomplete=function(){Y()},he.onabort=he.onerror=function(){var Ce=Ee.error?Ee.error:Ee.transaction.error;Q(Ce)}}catch(Ce){Q(Ce)}})}).catch(Q)});return h(U,$),U}function Se($){var G=this,U=new f(function(Y,Q){G.ready().then(function(){M(G._dbInfo,z,function(J,he){if(J)return Q(J);try{var _e=he.objectStore(G._dbInfo.storeName),Ee=_e.count();Ee.onsuccess=function(){Y(Ee.result)},Ee.onerror=function(){Q(Ee.error)}}catch(Ce){Q(Ce)}})}).catch(Q)});return h(U,$),U}function xe($,G){var U=this,Y=new f(function(Q,J){if($<0){Q(null);return}U.ready().then(function(){M(U._dbInfo,z,function(he,_e){if(he)return J(he);try{var Ee=_e.objectStore(U._dbInfo.storeName),Ce=!1,Me=Ee.openKeyCursor();Me.onsuccess=function(){var Ve=Me.result;if(!Ve){Q(null);return}$===0||Ce?Q(Ve.key):(Ce=!0,Ve.advance($))},Me.onerror=function(){J(Me.error)}}catch(Ve){J(Ve)}})}).catch(J)});return h(Y,G),Y}function Xe($){var G=this,U=new f(function(Y,Q){G.ready().then(function(){M(G._dbInfo,z,function(J,he){if(J)return Q(J);try{var _e=he.objectStore(G._dbInfo.storeName),Ee=_e.openKeyCursor(),Ce=[];Ee.onsuccess=function(){var Me=Ee.result;if(!Me){Y(Ce);return}Ce.push(Me.key),Me.continue()},Ee.onerror=function(){Q(Ee.error)}}catch(Me){Q(Me)}})}).catch(Q)});return h(U,$),U}function Le($,G){G=w.apply(this,arguments);var U=this.config();$=typeof $!="function"&&$||{},$.name||($.name=$.name||U.name,$.storeName=$.storeName||U.storeName);var Y=this,Q;if(!$.name)Q=f.reject("Invalid arguments");else{var J=$.name===U.name&&Y._dbInfo.db,he=J?f.resolve(Y._dbInfo.db):D($).then(function(_e){var Ee=R[$.name],Ce=Ee.forages;Ee.db=_e;for(var Me=0;Me<Ce.length;Me++)Ce[Me]._dbInfo.db=_e;return _e});$.storeName?Q=he.then(function(_e){if(_e.objectStoreNames.contains($.storeName)){var Ee=_e.version+1;te($);var Ce=R[$.name],Me=Ce.forages;_e.close();for(var Ve=0;Ve<Me.length;Ve++){var yt=Me[Ve];yt._dbInfo.db=null,yt._dbInfo.version=Ee}var Lt=new f(function(zt,ur){var or=c.open($.name,Ee);or.onerror=function(an){var Ec=or.result;Ec.close(),ur(an)},or.onupgradeneeded=function(){var an=or.result;an.deleteObjectStore($.storeName)},or.onsuccess=function(){var an=or.result;an.close(),zt(an)}});return Lt.then(function(zt){Ce.db=zt;for(var ur=0;ur<Me.length;ur++){var or=Me[ur];or._dbInfo.db=zt,oe(or._dbInfo)}}).catch(function(zt){throw(H($,zt)||f.resolve()).catch(function(){}),zt})}}):Q=he.then(function(_e){te($);var Ee=R[$.name],Ce=Ee.forages;_e.close();for(var Me=0;Me<Ce.length;Me++){var Ve=Ce[Me];Ve._dbInfo.db=null}var yt=new f(function(Lt,zt){var ur=c.deleteDatabase($.name);ur.onerror=function(){var or=ur.result;or&&or.close(),zt(ur.error)},ur.onblocked=function(){console.warn('dropInstance blocked for database "'+$.name+'" until all open connections are closed')},ur.onsuccess=function(){var or=ur.result;or&&or.close(),Lt(or)}});return yt.then(function(Lt){Ee.db=Lt;for(var zt=0;zt<Ce.length;zt++){var ur=Ce[zt];oe(ur._dbInfo)}}).catch(function(Lt){throw(H($,Lt)||f.resolve()).catch(function(){}),Lt})})}return h(Q,G),Q}var ct={_driver:"asyncStorage",_initStorage:v,_support:u(),iterate:ee,getItem:k,setItem:se,removeItem:ge,clear:ve,length:Se,key:xe,keys:Xe,dropInstance:Le};function dt(){return typeof openDatabase=="function"}var De="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",vt="~~local_forage_type~",we=/^~~local_forage_type~([^~]+)~/,me="__lfsc__:",Ae=me.length,ze="arbf",Ne="blob",Te="si08",Oe="ui08",Be="uic8",ft="si16",pt="si32",He="ur16",kt="ui32",St="fl32",Qe="fl64",Tt=Ae+ze.length,$t=Object.prototype.toString;function rt($){var G=$.length*.75,U=$.length,Y,Q=0,J,he,_e,Ee;$[$.length-1]==="="&&(G--,$[$.length-2]==="="&&G--);var Ce=new ArrayBuffer(G),Me=new Uint8Array(Ce);for(Y=0;Y<U;Y+=4)J=De.indexOf($[Y]),he=De.indexOf($[Y+1]),_e=De.indexOf($[Y+2]),Ee=De.indexOf($[Y+3]),Me[Q++]=J<<2|he>>4,Me[Q++]=(he&15)<<4|_e>>2,Me[Q++]=(_e&3)<<6|Ee&63;return Ce}function Et($){var G=new Uint8Array($),U="",Y;for(Y=0;Y<G.length;Y+=3)U+=De[G[Y]>>2],U+=De[(G[Y]&3)<<4|G[Y+1]>>4],U+=De[(G[Y+1]&15)<<2|G[Y+2]>>6],U+=De[G[Y+2]&63];return G.length%3===2?U=U.substring(0,U.length-1)+"=":G.length%3===1&&(U=U.substring(0,U.length-2)+"=="),U}function Ot($,G){var U="";if($&&(U=$t.call($)),$&&(U==="[object ArrayBuffer]"||$.buffer&&$t.call($.buffer)==="[object ArrayBuffer]")){var Y,Q=me;$ instanceof ArrayBuffer?(Y=$,Q+=ze):(Y=$.buffer,U==="[object Int8Array]"?Q+=Te:U==="[object Uint8Array]"?Q+=Oe:U==="[object Uint8ClampedArray]"?Q+=Be:U==="[object Int16Array]"?Q+=ft:U==="[object Uint16Array]"?Q+=He:U==="[object Int32Array]"?Q+=pt:U==="[object Uint32Array]"?Q+=kt:U==="[object Float32Array]"?Q+=St:U==="[object Float64Array]"?Q+=Qe:G(new Error("Failed to get type for BinaryArray"))),G(Q+Et(Y))}else if(U==="[object Blob]"){var J=new FileReader;J.onload=function(){var he=vt+$.type+"~"+Et(this.result);G(me+Ne+he)},J.readAsArrayBuffer($)}else try{G(JSON.stringify($))}catch(he){console.error("Couldn't convert value into a JSON string: ",$),G(null,he)}}function it($){if($.substring(0,Ae)!==me)return JSON.parse($);var G=$.substring(Tt),U=$.substring(Ae,Tt),Y;if(U===Ne&&we.test(G)){var Q=G.match(we);Y=Q[1],G=G.substring(Q[0].length)}var J=rt(G);switch(U){case ze:return J;case Ne:return l([J],{type:Y});case Te:return new Int8Array(J);case Oe:return new Uint8Array(J);case Be:return new Uint8ClampedArray(J);case ft:return new Int16Array(J);case He:return new Uint16Array(J);case pt:return new Int32Array(J);case kt:return new Uint32Array(J);case St:return new Float32Array(J);case Qe:return new Float64Array(J);default:throw new Error("Unkown type: "+U)}}var jt={serialize:Ot,deserialize:it,stringToBuffer:rt,bufferToString:Et};function It($,G,U,Y){$.executeSql("CREATE TABLE IF NOT EXISTS "+G.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],U,Y)}function nt($){var G=this,U={db:null};if($)for(var Y in $)U[Y]=typeof $[Y]!="string"?$[Y].toString():$[Y];var Q=new f(function(J,he){try{U.db=openDatabase(U.name,String(U.version),U.description,U.size)}catch(_e){return he(_e)}U.db.transaction(function(_e){It(_e,U,function(){G._dbInfo=U,J()},function(Ee,Ce){he(Ce)})},he)});return U.serializer=jt,Q}function wt($,G,U,Y,Q,J){$.executeSql(U,Y,Q,function(he,_e){_e.code===_e.SYNTAX_ERR?he.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[G.storeName],function(Ee,Ce){Ce.rows.length?J(Ee,_e):It(Ee,G,function(){Ee.executeSql(U,Y,Q,J)},J)},J):J(he,_e)},J)}function Mt($,G){var U=this;$=b($);var Y=new f(function(Q,J){U.ready().then(function(){var he=U._dbInfo;he.db.transaction(function(_e){wt(_e,he,"SELECT * FROM "+he.storeName+" WHERE key = ? LIMIT 1",[$],function(Ee,Ce){var Me=Ce.rows.length?Ce.rows.item(0).value:null;Me&&(Me=he.serializer.deserialize(Me)),Q(Me)},function(Ee,Ce){J(Ce)})})}).catch(J)});return h(Y,G),Y}function Je($,G){var U=this,Y=new f(function(Q,J){U.ready().then(function(){var he=U._dbInfo;he.db.transaction(function(_e){wt(_e,he,"SELECT * FROM "+he.storeName,[],function(Ee,Ce){for(var Me=Ce.rows,Ve=Me.length,yt=0;yt<Ve;yt++){var Lt=Me.item(yt),zt=Lt.value;if(zt&&(zt=he.serializer.deserialize(zt)),zt=$(zt,Lt.key,yt+1),zt!==void 0){Q(zt);return}}Q()},function(Ee,Ce){J(Ce)})})}).catch(J)});return h(Y,G),Y}function mt($,G,U,Y){var Q=this;$=b($);var J=new f(function(he,_e){Q.ready().then(function(){G===void 0&&(G=null);var Ee=G,Ce=Q._dbInfo;Ce.serializer.serialize(G,function(Me,Ve){Ve?_e(Ve):Ce.db.transaction(function(yt){wt(yt,Ce,"INSERT OR REPLACE INTO "+Ce.storeName+" (key, value) VALUES (?, ?)",[$,Me],function(){he(Ee)},function(Lt,zt){_e(zt)})},function(yt){if(yt.code===yt.QUOTA_ERR){if(Y>0){he(mt.apply(Q,[$,Ee,U,Y-1]));return}_e(yt)}})})}).catch(_e)});return h(J,U),J}function Pt($,G,U){return mt.apply(this,[$,G,U,1])}function st($,G){var U=this;$=b($);var Y=new f(function(Q,J){U.ready().then(function(){var he=U._dbInfo;he.db.transaction(function(_e){wt(_e,he,"DELETE FROM "+he.storeName+" WHERE key = ?",[$],function(){Q()},function(Ee,Ce){J(Ce)})})}).catch(J)});return h(Y,G),Y}function _t($){var G=this,U=new f(function(Y,Q){G.ready().then(function(){var J=G._dbInfo;J.db.transaction(function(he){wt(he,J,"DELETE FROM "+J.storeName,[],function(){Y()},function(_e,Ee){Q(Ee)})})}).catch(Q)});return h(U,$),U}function Ut($){var G=this,U=new f(function(Y,Q){G.ready().then(function(){var J=G._dbInfo;J.db.transaction(function(he){wt(he,J,"SELECT COUNT(key) as c FROM "+J.storeName,[],function(_e,Ee){var Ce=Ee.rows.item(0).c;Y(Ce)},function(_e,Ee){Q(Ee)})})}).catch(Q)});return h(U,$),U}function j($,G){var U=this,Y=new f(function(Q,J){U.ready().then(function(){var he=U._dbInfo;he.db.transaction(function(_e){wt(_e,he,"SELECT key FROM "+he.storeName+" WHERE id = ? LIMIT 1",[$+1],function(Ee,Ce){var Me=Ce.rows.length?Ce.rows.item(0).key:null;Q(Me)},function(Ee,Ce){J(Ce)})})}).catch(J)});return h(Y,G),Y}function S($){var G=this,U=new f(function(Y,Q){G.ready().then(function(){var J=G._dbInfo;J.db.transaction(function(he){wt(he,J,"SELECT key FROM "+J.storeName,[],function(_e,Ee){for(var Ce=[],Me=0;Me<Ee.rows.length;Me++)Ce.push(Ee.rows.item(Me).key);Y(Ce)},function(_e,Ee){Q(Ee)})})}).catch(Q)});return h(U,$),U}function A($){return new f(function(G,U){$.transaction(function(Y){Y.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(Q,J){for(var he=[],_e=0;_e<J.rows.length;_e++)he.push(J.rows.item(_e).name);G({db:$,storeNames:he})},function(Q,J){U(J)})},function(Y){U(Y)})})}function B($,G){G=w.apply(this,arguments);var U=this.config();$=typeof $!="function"&&$||{},$.name||($.name=$.name||U.name,$.storeName=$.storeName||U.storeName);var Y=this,Q;return $.name?Q=new f(function(J){var he;$.name===U.name?he=Y._dbInfo.db:he=openDatabase($.name,"","",0),$.storeName?J({db:he,storeNames:[$.storeName]}):J(A(he))}).then(function(J){return new f(function(he,_e){J.db.transaction(function(Ee){function Ce(Lt){return new f(function(zt,ur){Ee.executeSql("DROP TABLE IF EXISTS "+Lt,[],function(){zt()},function(or,an){ur(an)})})}for(var Me=[],Ve=0,yt=J.storeNames.length;Ve<yt;Ve++)Me.push(Ce(J.storeNames[Ve]));f.all(Me).then(function(){he()}).catch(function(Lt){_e(Lt)})},function(Ee){_e(Ee)})})}):Q=f.reject("Invalid arguments"),h(Q,G),Q}var X={_driver:"webSQLStorage",_initStorage:nt,_support:dt(),iterate:Je,getItem:Mt,setItem:Pt,removeItem:st,clear:_t,length:Ut,key:j,keys:S,dropInstance:B};function Z(){try{return typeof localStorage<"u"&&"setItem"in localStorage&&!!localStorage.setItem}catch{return!1}}function re($,G){var U=$.name+"/";return $.storeName!==G.storeName&&(U+=$.storeName+"/"),U}function $e(){var $="_localforage_support_test";try{return localStorage.setItem($,!0),localStorage.removeItem($),!1}catch{return!0}}function tt(){return!$e()||localStorage.length>0}function Re($){var G=this,U={};if($)for(var Y in $)U[Y]=$[Y];return U.keyPrefix=re($,G._defaultConfig),tt()?(G._dbInfo=U,U.serializer=jt,f.resolve()):f.reject()}function V($){var G=this,U=G.ready().then(function(){for(var Y=G._dbInfo.keyPrefix,Q=localStorage.length-1;Q>=0;Q--){var J=localStorage.key(Q);J.indexOf(Y)===0&&localStorage.removeItem(J)}});return h(U,$),U}function ae($,G){var U=this;$=b($);var Y=U.ready().then(function(){var Q=U._dbInfo,J=localStorage.getItem(Q.keyPrefix+$);return J&&(J=Q.serializer.deserialize(J)),J});return h(Y,G),Y}function de($,G){var U=this,Y=U.ready().then(function(){for(var Q=U._dbInfo,J=Q.keyPrefix,he=J.length,_e=localStorage.length,Ee=1,Ce=0;Ce<_e;Ce++){var Me=localStorage.key(Ce);if(Me.indexOf(J)===0){var Ve=localStorage.getItem(Me);if(Ve&&(Ve=Q.serializer.deserialize(Ve)),Ve=$(Ve,Me.substring(he),Ee++),Ve!==void 0)return Ve}}});return h(Y,G),Y}function ke($,G){var U=this,Y=U.ready().then(function(){var Q=U._dbInfo,J;try{J=localStorage.key($)}catch{J=null}return J&&(J=J.substring(Q.keyPrefix.length)),J});return h(Y,G),Y}function We($){var G=this,U=G.ready().then(function(){for(var Y=G._dbInfo,Q=localStorage.length,J=[],he=0;he<Q;he++){var _e=localStorage.key(he);_e.indexOf(Y.keyPrefix)===0&&J.push(_e.substring(Y.keyPrefix.length))}return J});return h(U,$),U}function je($){var G=this,U=G.keys().then(function(Y){return Y.length});return h(U,$),U}function Fe($,G){var U=this;$=b($);var Y=U.ready().then(function(){var Q=U._dbInfo;localStorage.removeItem(Q.keyPrefix+$)});return h(Y,G),Y}function ut($,G,U){var Y=this;$=b($);var Q=Y.ready().then(function(){G===void 0&&(G=null);var J=G;return new f(function(he,_e){var Ee=Y._dbInfo;Ee.serializer.serialize(G,function(Ce,Me){if(Me)_e(Me);else try{localStorage.setItem(Ee.keyPrefix+$,Ce),he(J)}catch(Ve){(Ve.name==="QuotaExceededError"||Ve.name==="NS_ERROR_DOM_QUOTA_REACHED")&&_e(Ve),_e(Ve)}})})});return h(Q,U),Q}function Jt($,G){if(G=w.apply(this,arguments),$=typeof $!="function"&&$||{},!$.name){var U=this.config();$.name=$.name||U.name,$.storeName=$.storeName||U.storeName}var Y=this,Q;return $.name?Q=new f(function(J){$.storeName?J(re($,Y._defaultConfig)):J($.name+"/")}).then(function(J){for(var he=localStorage.length-1;he>=0;he--){var _e=localStorage.key(he);_e.indexOf(J)===0&&localStorage.removeItem(_e)}}):Q=f.reject("Invalid arguments"),h(Q,G),Q}var Rt={_driver:"localStorageWrapper",_initStorage:Re,_support:Z(),iterate:de,getItem:ae,setItem:ut,removeItem:Fe,clear:V,length:je,key:ke,keys:We,dropInstance:Jt},Bt=function(G,U){return G===U||typeof G=="number"&&typeof U=="number"&&isNaN(G)&&isNaN(U)},nr=function(G,U){for(var Y=G.length,Q=0;Q<Y;){if(Bt(G[Q],U))return!0;Q++}return!1},Sr=Array.isArray||function($){return Object.prototype.toString.call($)==="[object Array]"},sr={},Yt={},gr={INDEXEDDB:ct,WEBSQL:X,LOCALSTORAGE:Rt},On=[gr.INDEXEDDB._driver,gr.WEBSQL._driver,gr.LOCALSTORAGE._driver],Vr=["dropInstance"],In=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Vr),Ti={description:"",driver:On.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function Oi($,G){$[G]=function(){var U=arguments;return $.ready().then(function(){return $[G].apply($,U)})}}function Pn(){for(var $=1;$<arguments.length;$++){var G=arguments[$];if(G)for(var U in G)G.hasOwnProperty(U)&&(Sr(G[U])?arguments[0][U]=G[U].slice():arguments[0][U]=G[U])}return arguments[0]}var Ii=function(){function $(G){o(this,$);for(var U in gr)if(gr.hasOwnProperty(U)){var Y=gr[U],Q=Y._driver;this[U]=Q,sr[Q]||this.defineDriver(Y)}this._defaultConfig=Pn({},Ti),this._config=Pn({},this._defaultConfig,G),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return $.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},$.prototype.defineDriver=function(U,Y,Q){var J=new f(function(he,_e){try{var Ee=U._driver,Ce=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!U._driver){_e(Ce);return}for(var Me=In.concat("_initStorage"),Ve=0,yt=Me.length;Ve<yt;Ve++){var Lt=Me[Ve],zt=!nr(Vr,Lt);if((zt||U[Lt])&&typeof U[Lt]!="function"){_e(Ce);return}}var ur=function(){for(var Ec=function(BG){return function(){var LG=new Error("Method "+BG+" is not implemented by the current driver"),Q8=f.reject(LG);return h(Q8,arguments[arguments.length-1]),Q8}},N0=0,$G=Vr.length;N0<$G;N0++){var D0=Vr[N0];U[D0]||(U[D0]=Ec(D0))}};ur();var or=function(Ec){sr[Ee]&&console.info("Redefining LocalForage driver: "+Ee),sr[Ee]=U,Yt[Ee]=Ec,he()};"_support"in U?U._support&&typeof U._support=="function"?U._support().then(or,_e):or(!!U._support):or(!0)}catch(an){_e(an)}});return y(J,Y,Q),J},$.prototype.driver=function(){return this._driver||null},$.prototype.getDriver=function(U,Y,Q){var J=sr[U]?f.resolve(sr[U]):f.reject(new Error("Driver not found."));return y(J,Y,Q),J},$.prototype.getSerializer=function(U){var Y=f.resolve(jt);return y(Y,U),Y},$.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},$.prototype.setDriver=function(U,Y,Q){var J=this;Sr(U)||(U=[U]);var he=this._getSupportedDrivers(U);function _e(){J._config.driver=J.driver()}function Ee(Ve){return J._extend(Ve),_e(),J._ready=J._initStorage(J._config),J._ready}function Ce(Ve){return function(){var yt=0;function Lt(){for(;yt<Ve.length;){var zt=Ve[yt];return yt++,J._dbInfo=null,J._ready=null,J.getDriver(zt).then(Ee).catch(Lt)}_e();var ur=new Error("No available storage method found.");return J._driverSet=f.reject(ur),J._driverSet}return Lt()}}var Me=this._driverSet!==null?this._driverSet.catch(function(){return f.resolve()}):f.resolve();return this._driverSet=Me.then(function(){var Ve=he[0];return J._dbInfo=null,J._ready=null,J.getDriver(Ve).then(function(yt){J._driver=yt._driver,_e(),J._wrapLibraryMethodsWithReady(),J._initDriver=Ce(he)})}).catch(function(){_e();var Ve=new Error("No available storage method found.");return J._driverSet=f.reject(Ve),J._driverSet}),y(this._driverSet,Y,Q),this._driverSet},$.prototype.supports=function(U){return!!Yt[U]},$.prototype._extend=function(U){Pn(this,U)},$.prototype._getSupportedDrivers=function(U){for(var Y=[],Q=0,J=U.length;Q<J;Q++){var he=U[Q];this.supports(he)&&Y.push(he)}return Y},$.prototype._wrapLibraryMethodsWithReady=function(){for(var U=0,Y=In.length;U<Y;U++)Oi(this,In[U])},$.prototype.createInstance=function(U){return new $(U)},$}(),Pi=new Ii;n.exports=Pi},{3:3}]},{},[4])(4)})})(Y_);var _R=Y_.exports;const Xa=na(_R);Xa.config({name:"CetusSite",storeName:"tokens"});class wi{static async setItem(t,r){try{await Xa.setItem(t,r)}catch(n){console.error(`Failed to set item with key "${t}"`,n)}}static async getItem(t){try{return await Xa.getItem(t)}catch(r){return console.error(`Failed to get item with key "${t}"`,r),null}}static async removeItem(t){try{await Xa.removeItem(t)}catch(r){console.error(`Failed to remove item with key "${t}"`,r)}}static async clear(){try{await Xa.clear()}catch(t){console.error("Failed to clear storage",t)}}}const Zu=[{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}],Qu=[{name:"Sui Fullnode",link:"https://fullnode.mainnet.sui.io",isCustom:!1},{name:"Custom RPC URL",link:"",isCustom:!0}],xR=[{display:"0.1",value:"0.001"},{display:"0.5",value:"0.005"},{display:"1",value:"0.01"}],el={mainnet:{env:"mainnet",fullRpcUrl:"https://fullnode.mainnet.sui.io",simulationAccount:"0x326ce9894f08dcaa337fa232641cc34db957aec9ff6614c1186bc9a7508df0bb",api:"https://api-sui.cetus.zone",aggregatorUrl:"https://api-sui.cetus.zone/router_v2"}}["mainnet"],SR=Ft("/images/birdeye-logo.png"),ER=Ft("/images/img-logo@2x.png"),CR=Ft("/images/logo_CoinGecko@2x.png"),MR=Ft("/images/logo_pyth.png");var Ja=(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))(Ja||{});const Z_={pyth:"Pyth Network",coingecko:"CoinGecko",birdeye:"Birdeye",Cetus:"Cetus"},AR={pyth:MR,coingecko:CR,birdeye:SR,Cetus:ER},wr={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")},Q_={CETUS:{name:"Cetus",id:"CETUS",logo:wr.CETUS,type:"dex",sort:100},DEEPBOOKV3:{name:"DeepBook V3",id:"DEEPBOOKV3",logo:wr.DEEPBOOKV3,type:"dex",sort:99},KRIYA:{name:"Kriya V2",id:"KRIYA",logo:wr.KRIYA,type:"dex",sort:98},KRIYAV3:{name:"Kriya V3",id:"KRIYAV3",logo:wr.KRIYA,type:"dex",sort:97},FLOWX:{name:"FlowX V2",id:"FLOWX",logo:wr.FLOWX,type:"dex",sort:96},FLOWXV3:{name:"FlowX V3",id:"FLOWXV3",logo:wr.FLOWX,type:"dex",sort:95},AFTERMATH:{name:"Aftermath",id:"AFTERMATH",logo:wr.AFTERMATH,type:"dex",sort:94},TURBOS:{name:"Turbos",id:"TURBOS",logo:wr.TURBOS,type:"dex",sort:93},HAEDAL:{name:"Haedal LSD",id:"HAEDAL",logo:wr.HAEDAL,type:"other",sort:92},HAEDALPMM:{name:"Haedal HMM",id:"HAEDALPMM",logo:wr.HAEDALPMM,type:"other",sort:92},VOLO:{name:"Volo",id:"VOLO",logo:wr.VOLO,type:"other",sort:91},AFSUI:{name:"Aftermath LSD",id:"AFSUI",logo:wr.AFTERMATH,type:"other",sort:90},BLUEMOVE:{name:"BlueMove",id:"BLUEMOVE",logo:wr.BLUEMOVE,type:"dex",sort:80},BLUEFIN:{name:"Bluefin",id:"BLUEFIN",logo:wr.BLUEFIN,sort:79,type:"dex"},SCALLOP:{name:"Scallop",id:"SCALLOP",logo:wr.SCALLOP,type:"other",sort:70},SUILEND:{name:"SpringSui",id:"SUILEND",logo:wr.SUILEND,type:"other",sort:60}},ex=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},TR=e=>e?ex(e):ex,OR=e=>e;function IR(e,t=OR){const r=ie.useSyncExternalStore(e.subscribe,()=>t(e.getState()),()=>t(e.getInitialState()));return ie.useDebugValue(r),r}const tx=e=>{const t=TR(e),r=n=>IR(t,n);return Object.assign(r,t),r},_i=e=>e?tx(e):tx;function PR(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 op=e=>t=>{try{const r=e(t);return r instanceof Promise?r:{then(n){return op(n)(r)},catch(n){return this}}}catch(r){return{then(n){return this},catch(n){return op(n)(r)}}}},Gr=_i(((e,t)=>(r,n,i)=>{let s={storage:PR(()=>localStorage),partialize:w=>w,version:0,merge:(w,T)=>({...T,...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,T)=>{f(w,T),l()};const h=e((...w)=>{r(...w),l()},n,i);i.getInitialState=()=>h;let y;const b=()=>{var w,T;if(!u)return;o=!1,a.forEach(R=>{var N;return R((N=n())!=null?N:h)});const P=((T=s.onRehydrateStorage)==null?void 0:T.call(s,(w=n())!=null?w:h))||void 0;return op(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(z=>[!0,z]):[!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[z,F]=R;if(y=s.merge(F,(N=n())!=null?N:h),r(y,!0),z)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:w=>{s={...s,...w},w.storage&&(u=w.storage)},clearStorage:()=>{u==null||u.removeItem(s.name)},getOptions:()=>s,rehydrate:()=>b(),hasHydrated:()=>o,onHydrate:w=>(a.add(w),()=>{a.delete(w)}),onFinishHydration:w=>(c.add(w),()=>{c.delete(w)})},s.skipHydration||b(),y||h})((e,t)=>({currentExplorer:Zu[0].link,setCurrentExplorer:r=>{e(()=>({currentExplorer:r}))},rpcList:Qu,setRpcList:r=>{e(()=>({rpcList:[...r]}))},currentRpc:Qu[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(Ja),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}))}}),{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 ko(){const{currentExplorer:e}=Gr();return{getExplorerUrl:(r,n="account",i=e)=>{let s;return i.includes("suivision")?s=`${i}/${jR(n)}/${r}`:s=`${i}/${kR(n)}/${r}`,s}}}const kR=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"}},jR=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 rx(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 _.jsx("span",{style:{display:"inline",whiteSpace:"normal",textAlign:"start"},children:c.map((u,l)=>{const f=r.includes(u);return _.jsx("span",{style:{lineHeight:"20px",fontSize:s,color:f?i:o,cursor:"pointer",whiteSpace:"inherit"},onClick:()=>n(u),children:u},l)})})}var nx={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 Fn=="function"&&Fn;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 Fn=="function"&&Fn,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,N=y.length;N;){for(P=y,y=[],A=-1;++A<N;)P[A]();N=y.length}h=!1}n.exports=_;function _(A){y.push(A)===1&&!h&&a()}}).call(this,typeof jr<"u"?jr: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,W){if(typeof L!="function"&&this.state===u||typeof W!="function"&&this.state===c)return this;var q=new this.constructor(o);if(this.state!==l){var X=this.state===u?L:W;y(q,X,this.outcome)}else this.queue.push(new h(q,L,W));return q};function h(L,W,q){this.promise=L,typeof W=="function"&&(this.onFulfilled=W,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,W,q){s(function(){var X;try{X=W(q)}catch(ie){return a.reject(L,ie)}X===L?a.reject(L,new TypeError("Cannot resolve promise with itself")):a.resolve(L,X)})}a.resolve=function(L,W){var q=A(b,W);if(q.status==="error")return a.reject(L,q.value);var X=q.value;if(X)_(L,X);else{L.state=u,L.outcome=W;for(var ie=-1,ae=L.queue.length;++ie<ae;)L.queue[ie].callFulfilled(W)}return L},a.reject=function(L,W){L.state=c,L.outcome=W;for(var q=-1,X=L.queue.length;++q<X;)L.queue[q].callRejected(W);return L};function b(L){var W=L&&L.then;if(L&&(typeof L=="object"||typeof L=="function")&&typeof W=="function")return function(){W.apply(L,arguments)}}function _(L,W){var q=!1;function X(V){q||(q=!0,a.reject(L,V))}function ie(V){q||(q=!0,a.resolve(L,V))}function ae(){W(ie,X)}var ce=A(ae);ce.status==="error"&&X(ce.value)}function A(L,W){var q={};try{q.value=L(W),q.status="success"}catch(X){q.status="error",q.value=X}return q}f.resolve=P;function P(L){return L instanceof this?L:a.resolve(new this(o),L)}f.reject=N;function N(L){var W=new this(o);return a.reject(W,L)}f.all=R;function R(L){var W=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 ie=new Array(q),ae=0,ce=-1,V=new this(o);++ce<q;)$(L[ce],ce);return V;function $(p,d){W.resolve(p).then(m,function(x){X||(X=!0,a.reject(V,x))});function m(x){ie[d]=x,++ae===q&&!X&&(X=!0,a.resolve(V,ie))}}}f.race=U;function U(L){var W=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 ie=-1,ae=new this(o);++ie<q;)ce(L[ie]);return ae;function ce(V){W.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 jr<"u"?jr: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(J){if(J.name!=="TypeError")throw J;for(var F=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,Y=new F,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(F){H(null,F)},function(F){H(F)})}function y(D,H,F){typeof H=="function"&&D.then(H),typeof F=="function"&&D.catch(F)}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,N={},R=Object.prototype.toString,U="readonly",L="readwrite";function W(D){for(var H=D.length,F=new ArrayBuffer(H),Y=new Uint8Array(F),Q=0;Q<H;Q++)Y[Q]=D.charCodeAt(Q);return F}function q(D){return new f(function(H){var F=D.transaction(A,L),Y=l([""]);F.objectStore(A).put(Y,"key"),F.onabort=function(Q){Q.preventDefault(),Q.stopPropagation(),H(!1)},F.oncomplete=function(){var Q=navigator.userAgent.match(/Chrome\/(\d+)/),J=navigator.userAgent.match(/Edge\//);H(J||!Q||parseInt(Q[1],10)>=43)}}).catch(function(){return!1})}function X(D){return typeof P=="boolean"?f.resolve(P):q(D).then(function(H){return P=H,P})}function ie(D){var H=N[D.name],F={};F.promise=new f(function(Y,Q){F.resolve=Y,F.reject=Q}),H.deferredOperations.push(F),H.dbReady?H.dbReady=H.dbReady.then(function(){return F.promise}):H.dbReady=F.promise}function ae(D){var H=N[D.name],F=H.deferredOperations.pop();if(F)return F.resolve(),F.promise}function ce(D,H){var F=N[D.name],Y=F.deferredOperations.pop();if(Y)return Y.reject(H),Y.promise}function V(D,H){return new f(function(F,Y){if(N[D.name]=N[D.name]||g(),D.db)if(H)ie(D),D.db.close();else return F(D.db);var Q=[D.name];H&&Q.push(D.version);var J=c.open.apply(c,Q);H&&(J.onupgradeneeded=function(pe){var xe=J.result;try{xe.createObjectStore(D.storeName),pe.oldVersion<=1&&xe.createObjectStore(A)}catch(Ce){if(Ce.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 Ce}}),J.onerror=function(pe){pe.preventDefault(),Y(J.error)},J.onsuccess=function(){var pe=J.result;pe.onversionchange=function(xe){xe.target.close()},F(pe),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 F=!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||F){if(F){var J=D.db.version+1;J>D.version&&(D.version=J)}return!0}return!1}function m(D){return new f(function(H,F){var Y=new FileReader;Y.onerror=F,Y.onloadend=function(Q){var J=btoa(Q.target.result||"");H({__local_forage_encoded_blob:!0,data:J,type:D.type})},Y.readAsBinaryString(D)})}function x(D){var H=W(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,F=H._initReady().then(function(){var Y=N[H._dbInfo.name];if(Y&&Y.dbReady)return Y.dbReady});return y(F,D,D),F}function O(D){ie(D);for(var H=N[D.name],F=H.forages,Y=0;Y<F.length;Y++){var Q=F[Y];Q._dbInfo.db&&(Q._dbInfo.db.close(),Q._dbInfo.db=null)}return D.db=null,$(D).then(function(J){return D.db=J,d(D)?p(D):J}).then(function(J){D.db=H.db=J;for(var pe=0;pe<F.length;pe++)F[pe]._dbInfo.db=J}).catch(function(J){throw ce(D,J),J})}function C(D,H,F,Y){Y===void 0&&(Y=1);try{var Q=D.db.transaction(D.storeName,H);F(null,Q)}catch(J){if(Y>0&&(!D.db||J.name==="InvalidStateError"||J.name==="NotFoundError"))return f.resolve().then(function(){if(!D.db||J.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,F,Y-1)})}).catch(F);F(J)}}function g(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function v(D){var H=this,F={db:null};if(D)for(var Y in D)F[Y]=D[Y];var Q=N[F.name];Q||(Q=g(),N[F.name]=Q),Q.forages.push(H),H._initReady||(H._initReady=H.ready,H.ready=E);var J=[];function pe(){return f.resolve()}for(var xe=0;xe<Q.forages.length;xe++){var Ce=Q.forages[xe];Ce!==H&&J.push(Ce._initReady().catch(pe))}var Me=Q.forages.slice(0);return f.all(J).then(function(){return F.db=Q.db,$(F)}).then(function(Te){return F.db=Te,d(F,H._defaultConfig.version)?p(F):Te}).then(function(Te){F.db=Q.db=Te,H._dbInfo=F;for(var Ve=0;Ve<Me.length;Ve++){var yt=Me[Ve];yt!==H&&(yt._dbInfo.db=F.db,yt._dbInfo.version=F.version)}})}function j(D,H){var F=this;D=b(D);var Y=new f(function(Q,J){F.ready().then(function(){C(F._dbInfo,U,function(pe,xe){if(pe)return J(pe);try{var Ce=xe.objectStore(F._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(){J(Me.error)}}catch(Te){J(Te)}})}).catch(J)});return h(Y,H),Y}function ee(D,H){var F=this,Y=new f(function(Q,J){F.ready().then(function(){C(F._dbInfo,U,function(pe,xe){if(pe)return J(pe);try{var Ce=xe.objectStore(F._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 Lt=D(yt,Ve.key,Te++);Lt!==void 0?Q(Lt):Ve.continue()}else Q()},Me.onerror=function(){J(Me.error)}}catch(Ve){J(Ve)}})}).catch(J)});return h(Y,H),Y}function se(D,H,F){var Y=this;D=b(D);var Q=new f(function(J,pe){var xe;Y.ready().then(function(){return xe=Y._dbInfo,R.call(H)==="[object Blob]"?X(xe.db).then(function(Ce){return Ce?H:m(H)}):H}).then(function(Ce){C(Y._dbInfo,L,function(Me,Te){if(Me)return pe(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),J(Ce)},Te.onabort=Te.onerror=function(){var Lt=yt.error?yt.error:yt.transaction.error;pe(Lt)}}catch(Lt){pe(Lt)}})}).catch(pe)});return h(Q,F),Q}function ve(D,H){var F=this;D=b(D);var Y=new f(function(Q,J){F.ready().then(function(){C(F._dbInfo,L,function(pe,xe){if(pe)return J(pe);try{var Ce=xe.objectStore(F._dbInfo.storeName),Me=Ce.delete(D);xe.oncomplete=function(){Q()},xe.onerror=function(){J(Me.error)},xe.onabort=function(){var Te=Me.error?Me.error:Me.transaction.error;J(Te)}}catch(Te){J(Te)}})}).catch(J)});return h(Y,H),Y}function ye(D){var H=this,F=new f(function(Y,Q){H.ready().then(function(){C(H._dbInfo,L,function(J,pe){if(J)return Q(J);try{var xe=pe.objectStore(H._dbInfo.storeName),Ce=xe.clear();pe.oncomplete=function(){Y()},pe.onabort=pe.onerror=function(){var Me=Ce.error?Ce.error:Ce.transaction.error;Q(Me)}}catch(Me){Q(Me)}})}).catch(Q)});return h(F,D),F}function Ee(D){var H=this,F=new f(function(Y,Q){H.ready().then(function(){C(H._dbInfo,U,function(J,pe){if(J)return Q(J);try{var xe=pe.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(F,D),F}function Se(D,H){var F=this,Y=new f(function(Q,J){if(D<0){Q(null);return}F.ready().then(function(){C(F._dbInfo,U,function(pe,xe){if(pe)return J(pe);try{var Ce=xe.objectStore(F._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(){J(Te.error)}}catch(Ve){J(Ve)}})}).catch(J)});return h(Y,H),Y}function Je(D){var H=this,F=new f(function(Y,Q){H.ready().then(function(){C(H._dbInfo,U,function(J,pe){if(J)return Q(J);try{var xe=pe.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(F,D),F}function Ue(D,H){H=_.apply(this,arguments);var F=this.config();D=typeof D!="function"&&D||{},D.name||(D.name=D.name||F.name,D.storeName=D.storeName||F.storeName);var Y=this,Q;if(!D.name)Q=f.reject("Invalid arguments");else{var J=D.name===F.name&&Y._dbInfo.db,pe=J?f.resolve(Y._dbInfo.db):$(D).then(function(xe){var Ce=N[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=pe.then(function(xe){if(xe.objectStoreNames.contains(D.storeName)){var Ce=xe.version+1;ie(D);var Me=N[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 Lt=new f(function(zt,lr){var ar=c.open(D.name,Ce);ar.onerror=function(dn){var Pc=ar.result;Pc.close(),lr(dn)},ar.onupgradeneeded=function(){var dn=ar.result;dn.deleteObjectStore(D.storeName)},ar.onsuccess=function(){var dn=ar.result;dn.close(),zt(dn)}});return Lt.then(function(zt){Me.db=zt;for(var lr=0;lr<Te.length;lr++){var ar=Te[lr];ar._dbInfo.db=zt,ae(ar._dbInfo)}}).catch(function(zt){throw(ce(D,zt)||f.resolve()).catch(function(){}),zt})}}):Q=pe.then(function(xe){ie(D);var Ce=N[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(Lt,zt){var lr=c.deleteDatabase(D.name);lr.onerror=function(){var ar=lr.result;ar&&ar.close(),zt(lr.error)},lr.onblocked=function(){console.warn('dropInstance blocked for database "'+D.name+'" until all open connections are closed')},lr.onsuccess=function(){var ar=lr.result;ar&&ar.close(),Lt(ar)}});return yt.then(function(Lt){Ce.db=Lt;for(var zt=0;zt<Me.length;zt++){var lr=Me[zt];ae(lr._dbInfo)}}).catch(function(Lt){throw(ce(D,Lt)||f.resolve()).catch(function(){}),Lt})})}return h(Q,H),Q}var lt={_driver:"asyncStorage",_initStorage:v,_support:u(),iterate:ee,getItem:j,setItem:se,removeItem:ve,clear:ye,length:Ee,key:Se,keys:Je,dropInstance:Ue};function ht(){return typeof openDatabase=="function"}var $e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",mt="~~local_forage_type~",_e=/^~~local_forage_type~([^~]+)~/,me="__lfsc__:",Ae=me.length,Ge="arbf",De="blob",Oe="si08",Ie="ui08",Le="uic8",ft="si16",dt="si32",We="ur16",jt="ui32",St="fl32",et="fl64",At=Ae+Ge.length,$t=Object.prototype.toString;function nt(D){var H=D.length*.75,F=D.length,Y,Q=0,J,pe,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<F;Y+=4)J=$e.indexOf(D[Y]),pe=$e.indexOf(D[Y+1]),xe=$e.indexOf(D[Y+2]),Ce=$e.indexOf(D[Y+3]),Te[Q++]=J<<2|pe>>4,Te[Q++]=(pe&15)<<4|xe>>2,Te[Q++]=(xe&3)<<6|Ce&63;return Me}function Et(D){var H=new Uint8Array(D),F="",Y;for(Y=0;Y<H.length;Y+=3)F+=$e[H[Y]>>2],F+=$e[(H[Y]&3)<<4|H[Y+1]>>4],F+=$e[(H[Y+1]&15)<<2|H[Y+2]>>6],F+=$e[H[Y+2]&63];return H.length%3===2?F=F.substring(0,F.length-1)+"=":H.length%3===1&&(F=F.substring(0,F.length-2)+"=="),F}function Ot(D,H){var F="";if(D&&(F=$t.call(D)),D&&(F==="[object ArrayBuffer]"||D.buffer&&$t.call(D.buffer)==="[object ArrayBuffer]")){var Y,Q=me;D instanceof ArrayBuffer?(Y=D,Q+=Ge):(Y=D.buffer,F==="[object Int8Array]"?Q+=Oe:F==="[object Uint8Array]"?Q+=Ie:F==="[object Uint8ClampedArray]"?Q+=Le:F==="[object Int16Array]"?Q+=ft:F==="[object Uint16Array]"?Q+=We:F==="[object Int32Array]"?Q+=dt:F==="[object Uint32Array]"?Q+=jt:F==="[object Float32Array]"?Q+=St:F==="[object Float64Array]"?Q+=et:H(new Error("Failed to get type for BinaryArray"))),H(Q+Et(Y))}else if(F==="[object Blob]"){var J=new FileReader;J.onload=function(){var pe=mt+D.type+"~"+Et(this.result);H(me+De+pe)},J.readAsArrayBuffer(D)}else try{H(JSON.stringify(D))}catch(pe){console.error("Couldn't convert value into a JSON string: ",D),H(null,pe)}}function st(D){if(D.substring(0,Ae)!==me)return JSON.parse(D);var H=D.substring(At),F=D.substring(Ae,At),Y;if(F===De&&_e.test(H)){var Q=H.match(_e);Y=Q[1],H=H.substring(Q[0].length)}var J=nt(H);switch(F){case Ge:return J;case De:return l([J],{type:Y});case Oe:return new Int8Array(J);case Ie:return new Uint8Array(J);case Le:return new Uint8ClampedArray(J);case ft:return new Int16Array(J);case We:return new Uint16Array(J);case dt:return new Int32Array(J);case jt:return new Uint32Array(J);case St:return new Float32Array(J);case et:return new Float64Array(J);default:throw new Error("Unkown type: "+F)}}var kt={serialize:Ot,deserialize:st,stringToBuffer:nt,bufferToString:Et};function It(D,H,F,Y){D.executeSql("CREATE TABLE IF NOT EXISTS "+H.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],F,Y)}function it(D){var H=this,F={db:null};if(D)for(var Y in D)F[Y]=typeof D[Y]!="string"?D[Y].toString():D[Y];var Q=new f(function(J,pe){try{F.db=openDatabase(F.name,String(F.version),F.description,F.size)}catch(xe){return pe(xe)}F.db.transaction(function(xe){It(xe,F,function(){H._dbInfo=F,J()},function(Ce,Me){pe(Me)})},pe)});return F.serializer=kt,Q}function wt(D,H,F,Y,Q,J){D.executeSql(F,Y,Q,function(pe,xe){xe.code===xe.SYNTAX_ERR?pe.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[H.storeName],function(Ce,Me){Me.rows.length?J(Ce,xe):It(Ce,H,function(){Ce.executeSql(F,Y,Q,J)},J)},J):J(pe,xe)},J)}function Mt(D,H){var F=this;D=b(D);var Y=new f(function(Q,J){F.ready().then(function(){var pe=F._dbInfo;pe.db.transaction(function(xe){wt(xe,pe,"SELECT * FROM "+pe.storeName+" WHERE key = ? LIMIT 1",[D],function(Ce,Me){var Te=Me.rows.length?Me.rows.item(0).value:null;Te&&(Te=pe.serializer.deserialize(Te)),Q(Te)},function(Ce,Me){J(Me)})})}).catch(J)});return h(Y,H),Y}function Ye(D,H){var F=this,Y=new f(function(Q,J){F.ready().then(function(){var pe=F._dbInfo;pe.db.transaction(function(xe){wt(xe,pe,"SELECT * FROM "+pe.storeName,[],function(Ce,Me){for(var Te=Me.rows,Ve=Te.length,yt=0;yt<Ve;yt++){var Lt=Te.item(yt),zt=Lt.value;if(zt&&(zt=pe.serializer.deserialize(zt)),zt=D(zt,Lt.key,yt+1),zt!==void 0){Q(zt);return}}Q()},function(Ce,Me){J(Me)})})}).catch(J)});return h(Y,H),Y}function gt(D,H,F,Y){var Q=this;D=b(D);var J=new f(function(pe,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){wt(yt,Me,"INSERT OR REPLACE INTO "+Me.storeName+" (key, value) VALUES (?, ?)",[D,Te],function(){pe(Ce)},function(Lt,zt){xe(zt)})},function(yt){if(yt.code===yt.QUOTA_ERR){if(Y>0){pe(gt.apply(Q,[D,Ce,F,Y-1]));return}xe(yt)}})})}).catch(xe)});return h(J,F),J}function Pt(D,H,F){return gt.apply(this,[D,H,F,1])}function ot(D,H){var F=this;D=b(D);var Y=new f(function(Q,J){F.ready().then(function(){var pe=F._dbInfo;pe.db.transaction(function(xe){wt(xe,pe,"DELETE FROM "+pe.storeName+" WHERE key = ?",[D],function(){Q()},function(Ce,Me){J(Me)})})}).catch(J)});return h(Y,H),Y}function _t(D){var H=this,F=new f(function(Y,Q){H.ready().then(function(){var J=H._dbInfo;J.db.transaction(function(pe){wt(pe,J,"DELETE FROM "+J.storeName,[],function(){Y()},function(xe,Ce){Q(Ce)})})}).catch(Q)});return h(F,D),F}function Ut(D){var H=this,F=new f(function(Y,Q){H.ready().then(function(){var J=H._dbInfo;J.db.transaction(function(pe){wt(pe,J,"SELECT COUNT(key) as c FROM "+J.storeName,[],function(xe,Ce){var Me=Ce.rows.item(0).c;Y(Me)},function(xe,Ce){Q(Ce)})})}).catch(Q)});return h(F,D),F}function k(D,H){var F=this,Y=new f(function(Q,J){F.ready().then(function(){var pe=F._dbInfo;pe.db.transaction(function(xe){wt(xe,pe,"SELECT key FROM "+pe.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){J(Me)})})}).catch(J)});return h(Y,H),Y}function S(D){var H=this,F=new f(function(Y,Q){H.ready().then(function(){var J=H._dbInfo;J.db.transaction(function(pe){wt(pe,J,"SELECT key FROM "+J.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(F,D),F}function T(D){return new f(function(H,F){D.transaction(function(Y){Y.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(Q,J){for(var pe=[],xe=0;xe<J.rows.length;xe++)pe.push(J.rows.item(xe).name);H({db:D,storeNames:pe})},function(Q,J){F(J)})},function(Y){F(Y)})})}function B(D,H){H=_.apply(this,arguments);var F=this.config();D=typeof D!="function"&&D||{},D.name||(D.name=D.name||F.name,D.storeName=D.storeName||F.storeName);var Y=this,Q;return D.name?Q=new f(function(J){var pe;D.name===F.name?pe=Y._dbInfo.db:pe=openDatabase(D.name,"","",0),D.storeName?J({db:pe,storeNames:[D.storeName]}):J(T(pe))}).then(function(J){return new f(function(pe,xe){J.db.transaction(function(Ce){function Me(Lt){return new f(function(zt,lr){Ce.executeSql("DROP TABLE IF EXISTS "+Lt,[],function(){zt()},function(ar,dn){lr(dn)})})}for(var Te=[],Ve=0,yt=J.storeNames.length;Ve<yt;Ve++)Te.push(Me(J.storeNames[Ve]));f.all(Te).then(function(){pe()}).catch(function(Lt){xe(Lt)})},function(Ce){xe(Ce)})})}):Q=f.reject("Invalid arguments"),h(Q,H),Q}var K={_driver:"webSQLStorage",_initStorage:it,_support:ht(),iterate:Ye,getItem:Mt,setItem:Pt,removeItem:ot,clear:_t,length:Ut,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 F=D.name+"/";return D.storeName!==H.storeName&&(F+=D.storeName+"/"),F}function Be(){var D="_localforage_support_test";try{return localStorage.setItem(D,!0),localStorage.removeItem(D),!1}catch{return!0}}function rt(){return!Be()||localStorage.length>0}function Re(D){var H=this,F={};if(D)for(var Y in D)F[Y]=D[Y];return F.keyPrefix=te(D,H._defaultConfig),rt()?(H._dbInfo=F,F.serializer=kt,f.resolve()):f.reject()}function z(D){var H=this,F=H.ready().then(function(){for(var Y=H._dbInfo.keyPrefix,Q=localStorage.length-1;Q>=0;Q--){var J=localStorage.key(Q);J.indexOf(Y)===0&&localStorage.removeItem(J)}});return h(F,D),F}function oe(D,H){var F=this;D=b(D);var Y=F.ready().then(function(){var Q=F._dbInfo,J=localStorage.getItem(Q.keyPrefix+D);return J&&(J=Q.serializer.deserialize(J)),J});return h(Y,H),Y}function he(D,H){var F=this,Y=F.ready().then(function(){for(var Q=F._dbInfo,J=Q.keyPrefix,pe=J.length,xe=localStorage.length,Ce=1,Me=0;Me<xe;Me++){var Te=localStorage.key(Me);if(Te.indexOf(J)===0){var Ve=localStorage.getItem(Te);if(Ve&&(Ve=Q.serializer.deserialize(Ve)),Ve=D(Ve,Te.substring(pe),Ce++),Ve!==void 0)return Ve}}});return h(Y,H),Y}function ke(D,H){var F=this,Y=F.ready().then(function(){var Q=F._dbInfo,J;try{J=localStorage.key(D)}catch{J=null}return J&&(J=J.substring(Q.keyPrefix.length)),J});return h(Y,H),Y}function He(D){var H=this,F=H.ready().then(function(){for(var Y=H._dbInfo,Q=localStorage.length,J=[],pe=0;pe<Q;pe++){var xe=localStorage.key(pe);xe.indexOf(Y.keyPrefix)===0&&J.push(xe.substring(Y.keyPrefix.length))}return J});return h(F,D),F}function Ne(D){var H=this,F=H.keys().then(function(Y){return Y.length});return h(F,D),F}function ze(D,H){var F=this;D=b(D);var Y=F.ready().then(function(){var Q=F._dbInfo;localStorage.removeItem(Q.keyPrefix+D)});return h(Y,H),Y}function ut(D,H,F){var Y=this;D=b(D);var Q=Y.ready().then(function(){H===void 0&&(H=null);var J=H;return new f(function(pe,xe){var Ce=Y._dbInfo;Ce.serializer.serialize(H,function(Me,Te){if(Te)xe(Te);else try{localStorage.setItem(Ce.keyPrefix+D,Me),pe(J)}catch(Ve){(Ve.name==="QuotaExceededError"||Ve.name==="NS_ERROR_DOM_QUOTA_REACHED")&&xe(Ve),xe(Ve)}})})});return h(Q,F),Q}function Jt(D,H){if(H=_.apply(this,arguments),D=typeof D!="function"&&D||{},!D.name){var F=this.config();D.name=D.name||F.name,D.storeName=D.storeName||F.storeName}var Y=this,Q;return D.name?Q=new f(function(J){D.storeName?J(te(D,Y._defaultConfig)):J(D.name+"/")}).then(function(J){for(var pe=localStorage.length-1;pe>=0;pe--){var xe=localStorage.key(pe);xe.indexOf(J)===0&&localStorage.removeItem(xe)}}):Q=f.reject("Invalid arguments"),h(Q,H),Q}var Nt={_driver:"localStorageWrapper",_initStorage:Re,_support:Z(),iterate:he,getItem:oe,setItem:ut,removeItem:ze,clear:z,length:Ne,key:ke,keys:He,dropInstance:Jt},Bt=function(H,F){return H===F||typeof H=="number"&&typeof F=="number"&&isNaN(H)&&isNaN(F)},ir=function(H,F){for(var Y=H.length,Q=0;Q<Y;){if(Bt(H[Q],F))return!0;Q++}return!1},Sr=Array.isArray||function(D){return Object.prototype.toString.call(D)==="[object Array]"},or={},Yt={},vr={INDEXEDDB:lt,WEBSQL:K,LOCALSTORAGE:Nt},Nn=[vr.INDEXEDDB._driver,vr.WEBSQL._driver,vr.LOCALSTORAGE._driver],Vr=["dropInstance"],Rn=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Vr),Li={description:"",driver:Nn.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function Fi(D,H){D[H]=function(){var F=arguments;return D.ready().then(function(){return D[H].apply(D,F)})}}function Dn(){for(var D=1;D<arguments.length;D++){var H=arguments[D];if(H)for(var F in H)H.hasOwnProperty(F)&&(Sr(H[F])?arguments[0][F]=H[F].slice():arguments[0][F]=H[F])}return arguments[0]}var Ui=function(){function D(H){o(this,D);for(var F in vr)if(vr.hasOwnProperty(F)){var Y=vr[F],Q=Y._driver;this[F]=Q,or[Q]||this.defineDriver(Y)}this._defaultConfig=Dn({},Li),this._config=Dn({},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(F){if((typeof F>"u"?"undefined":s(F))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var Y in F){if(Y==="storeName"&&(F[Y]=F[Y].replace(/\W/g,"_")),Y==="version"&&typeof F[Y]!="number")return new Error("Database version must be a number.");this._config[Y]=F[Y]}return"driver"in F&&F.driver?this.setDriver(this._config.driver):!0}else return typeof F=="string"?this._config[F]:this._config},D.prototype.defineDriver=function(F,Y,Q){var J=new f(function(pe,xe){try{var Ce=F._driver,Me=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!F._driver){xe(Me);return}for(var Te=Rn.concat("_initStorage"),Ve=0,yt=Te.length;Ve<yt;Ve++){var Lt=Te[Ve],zt=!ir(Vr,Lt);if((zt||F[Lt])&&typeof F[Lt]!="function"){xe(Me);return}}var lr=function(){for(var Pc=function(pX){return function(){var mX=new Error("Method "+pX+" is not implemented by the current driver"),j3=f.reject(mX);return h(j3,arguments[arguments.length-1]),j3}},H0=0,hX=Vr.length;H0<hX;H0++){var K0=Vr[H0];F[K0]||(F[K0]=Pc(K0))}};lr();var ar=function(Pc){or[Ce]&&console.info("Redefining LocalForage driver: "+Ce),or[Ce]=F,Yt[Ce]=Pc,pe()};"_support"in F?F._support&&typeof F._support=="function"?F._support().then(ar,xe):ar(!!F._support):ar(!0)}catch(dn){xe(dn)}});return y(J,Y,Q),J},D.prototype.driver=function(){return this._driver||null},D.prototype.getDriver=function(F,Y,Q){var J=or[F]?f.resolve(or[F]):f.reject(new Error("Driver not found."));return y(J,Y,Q),J},D.prototype.getSerializer=function(F){var Y=f.resolve(kt);return y(Y,F),Y},D.prototype.ready=function(F){var Y=this,Q=Y._driverSet.then(function(){return Y._ready===null&&(Y._ready=Y._initDriver()),Y._ready});return y(Q,F,F),Q},D.prototype.setDriver=function(F,Y,Q){var J=this;Sr(F)||(F=[F]);var pe=this._getSupportedDrivers(F);function xe(){J._config.driver=J.driver()}function Ce(Ve){return J._extend(Ve),xe(),J._ready=J._initStorage(J._config),J._ready}function Me(Ve){return function(){var yt=0;function Lt(){for(;yt<Ve.length;){var zt=Ve[yt];return yt++,J._dbInfo=null,J._ready=null,J.getDriver(zt).then(Ce).catch(Lt)}xe();var lr=new Error("No available storage method found.");return J._driverSet=f.reject(lr),J._driverSet}return Lt()}}var Te=this._driverSet!==null?this._driverSet.catch(function(){return f.resolve()}):f.resolve();return this._driverSet=Te.then(function(){var Ve=pe[0];return J._dbInfo=null,J._ready=null,J.getDriver(Ve).then(function(yt){J._driver=yt._driver,xe(),J._wrapLibraryMethodsWithReady(),J._initDriver=Me(pe)})}).catch(function(){xe();var Ve=new Error("No available storage method found.");return J._driverSet=f.reject(Ve),J._driverSet}),y(this._driverSet,Y,Q),this._driverSet},D.prototype.supports=function(F){return!!Yt[F]},D.prototype._extend=function(F){Dn(this,F)},D.prototype._getSupportedDrivers=function(F){for(var Y=[],Q=0,J=F.length;Q<J;Q++){var pe=F[Q];this.supports(pe)&&Y.push(pe)}return Y},D.prototype._wrapLibraryMethodsWithReady=function(){for(var F=0,Y=Rn.length;F<Y;F++)Fi(this,Rn[F])},D.prototype.createInstance=function(F){return new D(F)},D}(),zi=new Ui;n.exports=zi},{3:3}]},{},[4])(4)})})(Ax);var ZR=Ax.exports;const rc=fa(ZR);rc.config({name:"CetusSite",storeName:"tokens"});class Pi{static async setItem(t,r){try{await rc.setItem(t,r)}catch(n){console.error(`Failed to set item with key "${t}"`,n)}}static async getItem(t){try{return await rc.getItem(t)}catch(r){return console.error(`Failed to get item with key "${t}"`,r),null}}static async removeItem(t){try{await rc.removeItem(t)}catch(r){console.error(`Failed to remove item with key "${t}"`,r)}}static async clear(){try{await rc.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}],tl=[{name:"Sui Fullnode",link:"https://fullnode.mainnet.sui.io",isCustom:!1},{name:"Custom RPC URL",link:"",isCustom:!0}],QR=[{display:"0.1",value:"0.001"},{display:"0.5",value:"0.005"},{display:"1",value:"0.01"}],rl={mainnet:{env:"mainnet",fullRpcUrl:"https://fullnode.mainnet.sui.io",simulationAccount:"0x326ce9894f08dcaa337fa232641cc34db957aec9ff6614c1186bc9a7508df0bb",api:"https://api-sui.cetus.zone",aggregatorUrl:"https://api-sui.cetus.zone/router_v2"}}["mainnet"],eD=Ft("/images/birdeye-logo.png"),tD=Ft("/images/img-logo@2x.png"),rD=Ft("/images/logo_CoinGecko@2x.png"),nD=Ft("/images/logo_pyth.png");var nc=(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))(nc||{});const Ox={pyth:"Pyth Network",coingecko:"CoinGecko",birdeye:"Birdeye",Cetus:"Cetus"},iD={pyth:nD,coingecko:rD,birdeye:eD,Cetus:tD},wr={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")},Ix={CETUS:{name:"Cetus",id:"CETUS",logo:wr.CETUS,type:"dex",sort:100},DEEPBOOKV3:{name:"DeepBook V3",id:"DEEPBOOKV3",logo:wr.DEEPBOOKV3,type:"dex",sort:99},KRIYA:{name:"Kriya V2",id:"KRIYA",logo:wr.KRIYA,type:"dex",sort:98},KRIYAV3:{name:"Kriya V3",id:"KRIYAV3",logo:wr.KRIYA,type:"dex",sort:97},FLOWX:{name:"FlowX V2",id:"FLOWX",logo:wr.FLOWX,type:"dex",sort:96},FLOWXV3:{name:"FlowX V3",id:"FLOWXV3",logo:wr.FLOWX,type:"dex",sort:95},AFTERMATH:{name:"Aftermath",id:"AFTERMATH",logo:wr.AFTERMATH,type:"dex",sort:94},TURBOS:{name:"Turbos",id:"TURBOS",logo:wr.TURBOS,type:"dex",sort:93},HAEDAL:{name:"Haedal LSD",id:"HAEDAL",logo:wr.HAEDAL,type:"other",sort:92},HAEDALPMM:{name:"Haedal HMM",id:"HAEDALPMM",logo:wr.HAEDALPMM,type:"other",sort:92},VOLO:{name:"Volo",id:"VOLO",logo:wr.VOLO,type:"other",sort:91},AFSUI:{name:"Aftermath LSD",id:"AFSUI",logo:wr.AFTERMATH,type:"other",sort:90},BLUEMOVE:{name:"BlueMove",id:"BLUEMOVE",logo:wr.BLUEMOVE,type:"dex",sort:80},BLUEFIN:{name:"Bluefin",id:"BLUEFIN",logo:wr.BLUEFIN,sort:79,type:"dex"},SCALLOP:{name:"Scallop",id:"SCALLOP",logo:wr.SCALLOP,type:"other",sort:70},SUILEND:{name:"SpringSui",id:"SUILEND",logo:wr.SUILEND,type:"other",sort:60}},Px=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},sD=e=>e?Px(e):Px,oD=e=>e;function aD(e,t=oD){const r=re.useSyncExternalStore(e.subscribe,()=>t(e.getState()),()=>t(e.getInitialState()));return re.useDebugValue(r),r}const jx=e=>{const t=sD(e),r=n=>aD(t,n);return Object.assign(r,t),r},ji=e=>e?jx(e):jx;function cD(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 yp=e=>t=>{try{const r=e(t);return r instanceof Promise?r:{then(n){return yp(n)(r)},catch(n){return this}}}catch(r){return{then(n){return this},catch(n){return yp(n)(r)}}}},Kr=ji(((e,t)=>(r,n,i)=>{let s={storage:cD(()=>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(N=>{var R;return N((R=n())!=null?R:h)});const P=((A=s.onRehydrateStorage)==null?void 0:A.call(s,(_=n())!=null?_:h))||void 0;return yp(u.getItem.bind(u))(s.name).then(N=>{if(N)if(typeof N.version=="number"&&N.version!==s.version){if(s.migrate){const R=s.migrate(N.state,N.version);return R instanceof Promise?R.then(U=>[!0,U]):[!0,R]}console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,N.state];return[!1,void 0]}).then(N=>{var R;const[U,L]=N;if(y=s.merge(L,(R=n())!=null?R:h),r(y,!0),U)return l()}).then(()=>{P==null||P(y,void 0),y=n(),o=!0,c.forEach(N=>N(y))}).catch(N=>{P==null||P(void 0,N)})};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})((e,t)=>({currentExplorer:el[0].link,setCurrentExplorer:r=>{e(()=>({currentExplorer:r}))},rpcList:tl,setRpcList:r=>{e(()=>({rpcList:[...r]}))},currentRpc:tl[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(nc),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}))}}),{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 Lo(){const{currentExplorer:e}=Kr();return{getExplorerUrl:(r,n="account",i=e)=>{let s;return i.includes("suivision")?s=`${i}/${lD(n)}/${r}`:s=`${i}/${uD(n)}/${r}`,s}}}const uD=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"}},lD=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 kx(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 Nx={exports:{}};/*!
|
|
50
50
|
Copyright (c) 2018 Jed Watson.
|
|
51
51
|
Licensed under the MIT License (MIT), see
|
|
52
52
|
http://jedwatson.github.io/classnames
|
|
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})()})(nx);var RR=nx.exports;const Kt=na(RR);function et(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 NR(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function tl(...e){return t=>e.forEach(r=>NR(r,t))}function Qt(...e){return I.useCallback(tl(...e),e)}function jo(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,w=((P=h==null?void 0:h[e])==null?void 0:P[c])||a,T=I.useMemo(()=>b,Object.values(b));return _.jsx(w.Provider,{value:T,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,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,DR(i,...t)]}function DR(...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 xi=I.forwardRef((e,t)=>{const{children:r,...n}=e,i=I.Children.toArray(r),s=i.find($R);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 _.jsx(ap,{...n,ref:t,children:I.isValidElement(o)?I.cloneElement(o,void 0,a):null})}return _.jsx(ap,{...n,ref:t,children:r})});xi.displayName="Slot";var ap=I.forwardRef((e,t)=>{const{children:r,...n}=e;if(I.isValidElement(r)){const i=LR(r);return I.cloneElement(r,{...BR(n,r.props),ref:t?tl(t,i):i})}return I.Children.count(r)>1?I.Children.only(null):null});ap.displayName="SlotClone";var Ro=({children:e})=>_.jsx(_.Fragment,{children:e});function $R(e){return I.isValidElement(e)&&e.type===Ro}function BR(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 LR(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 FR=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Wt=FR.reduce((e,t)=>{const r=I.forwardRef((n,i)=>{const{asChild:s,...o}=n,a=s?xi:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),_.jsx(a,{...o,ref:i})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function ix(e,t){e&&L0.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 UR(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 zR="DismissableLayer",cp="dismissableLayer.update",VR="dismissableLayer.pointerDownOutside",qR="dismissableLayer.focusOutside",sx,ox=I.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),up=I.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:s,onInteractOutside:o,onDismiss:a,...c}=e,u=I.useContext(ox),[l,f]=I.useState(null),h=(l==null?void 0:l.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,y]=I.useState({}),b=Qt(t,q=>f(q)),w=Array.from(u.layers),[T]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),P=w.indexOf(T),R=l?w.indexOf(l):-1,N=u.layersWithOutsidePointerEventsDisabled.size>0,z=R>=P,F=GR(q=>{const K=q.target,te=[...u.branches].some(oe=>oe.contains(K));!z||te||(i==null||i(q),o==null||o(q),q.defaultPrevented||a==null||a())},h),W=KR(q=>{const K=q.target;[...u.branches].some(oe=>oe.contains(K))||(s==null||s(q),o==null||o(q),q.defaultPrevented||a==null||a())},h);return UR(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&&(sx=h.body.style.pointerEvents,h.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(l)),u.layers.add(l),ax(),()=>{r&&u.layersWithOutsidePointerEventsDisabled.size===1&&(h.body.style.pointerEvents=sx)}},[l,h,r,u]),I.useEffect(()=>()=>{l&&(u.layers.delete(l),u.layersWithOutsidePointerEventsDisabled.delete(l),ax())},[l,u]),I.useEffect(()=>{const q=()=>y({});return document.addEventListener(cp,q),()=>document.removeEventListener(cp,q)},[]),_.jsx(Wt.div,{...c,ref:b,style:{pointerEvents:N?z?"auto":"none":void 0,...e.style},onFocusCapture:et(e.onFocusCapture,W.onFocusCapture),onBlurCapture:et(e.onBlurCapture,W.onBlurCapture),onPointerDownCapture:et(e.onPointerDownCapture,F.onPointerDownCapture)})});up.displayName=zR;var HR="DismissableLayerBranch",WR=I.forwardRef((e,t)=>{const r=I.useContext(ox),n=I.useRef(null),i=Qt(t,n);return I.useEffect(()=>{const s=n.current;if(s)return r.branches.add(s),()=>{r.branches.delete(s)}},[r.branches]),_.jsx(Wt.div,{...e,ref:i})});WR.displayName=HR;function GR(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(){cx(VR,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 KR(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&&cx(qR,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 ax(){const e=new CustomEvent(cp);document.dispatchEvent(e)}function cx(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?ix(i,s):i.dispatchEvent(s)}var es=globalThis!=null&&globalThis.document?I.useLayoutEffect:()=>{},XR=I["useId".toString()]||(()=>{}),JR=0;function Ya(e){const[t,r]=I.useState(XR());return es(()=>{e||r(n=>n??String(JR++))},[e]),e||(t?`radix-${t}`:"")}const YR=["top","right","bottom","left"],ts=Math.min,Kr=Math.max,rl=Math.round,nl=Math.floor,Yn=e=>({x:e,y:e}),ZR={left:"right",right:"left",bottom:"top",top:"bottom"},QR={start:"end",end:"start"};function lp(e,t,r){return Kr(e,ts(t,r))}function Si(e,t){return typeof e=="function"?e(t):e}function Ei(e){return e.split("-")[0]}function No(e){return e.split("-")[1]}function fp(e){return e==="x"?"y":"x"}function dp(e){return e==="y"?"height":"width"}function rs(e){return["top","bottom"].includes(Ei(e))?"y":"x"}function hp(e){return fp(rs(e))}function eN(e,t,r){r===void 0&&(r=!1);const n=No(e),i=hp(e),s=dp(i);let o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=il(o)),[o,il(o)]}function tN(e){const t=il(e);return[pp(e),t,pp(t)]}function pp(e){return e.replace(/start|end/g,t=>QR[t])}function rN(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 nN(e,t,r,n){const i=No(e);let s=rN(Ei(e),r==="start",n);return i&&(s=s.map(o=>o+"-"+i),t&&(s=s.concat(s.map(pp)))),s}function il(e){return e.replace(/left|right|bottom|top/g,t=>ZR[t])}function iN(e){return{top:0,right:0,bottom:0,left:0,...e}}function ux(e){return typeof e!="number"?iN(e):{top:e,right:e,bottom:e,left:e}}function sl(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 lx(e,t,r){let{reference:n,floating:i}=e;const s=rs(t),o=hp(t),a=dp(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(No(t)){case"start":y[o]-=h*(r&&u?-1:1);break;case"end":y[o]+=h*(r&&u?-1:1);break}return y}const sN=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}=lx(u,n,c),h=n,y={},b=0;for(let w=0;w<a.length;w++){const{name:T,fn:P}=a[w],{x:R,y:N,data:z,reset:F}=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,[T]:{...y[T],...z}},F&&b<=50&&(b++,typeof F=="object"&&(F.placement&&(h=F.placement),F.rects&&(u=F.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):F.rects),{x:l,y:f}=lx(u,h,c)),w=-1)}return{x:l,y:f,placement:h,strategy:i,middlewareData:y}};async function Za(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),b=ux(y),T=a[h?f==="floating"?"reference":"floating":f],P=sl(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(T)))==null||r?T:T.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)),z=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},F=sl(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:R,offsetParent:N,strategy:c}):R);return{top:(P.top-F.top+b.top)/z.y,bottom:(F.bottom-P.bottom+b.bottom)/z.y,left:(P.left-F.left+b.left)/z.x,right:(F.right-P.right+b.right)/z.x}}const oN=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=ux(l),h={x:r,y:n},y=hp(i),b=dp(y),w=await o.getDimensions(u),T=y==="y",P=T?"top":"left",R=T?"bottom":"right",N=T?"clientHeight":"clientWidth",z=s.reference[b]+s.reference[y]-h[y]-s.floating[b],F=h[y]-s.reference[y],W=await(o.getOffsetParent==null?void 0:o.getOffsetParent(u));let q=W?W[N]:0;(!q||!await(o.isElement==null?void 0:o.isElement(W)))&&(q=a.floating[N]||s.floating[b]);const K=z/2-F/2,te=q/2-w[b]/2-1,oe=ts(f[P],te),H=ts(f[R],te),L=oe,D=q-w[b]-H,p=q/2-w[b]/2+K,d=lp(L,p,D),m=!c.arrow&&No(i)!=null&&p!==d&&s.reference[b]/2-(p<L?oe:H)-w[b]/2<0,x=m?p<L?p-L:p-D:0;return{[y]:h[y]+x,data:{[y]:d,centerOffset:p-d-x,...m&&{alignmentOffset:x}},reset:m}}}),aN=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:w=!0,...T}=Si(e,t);if((r=s.arrow)!=null&&r.alignmentOffset)return{};const P=Ei(i),R=rs(a),N=Ei(a)===a,z=await(c.isRTL==null?void 0:c.isRTL(u.floating)),F=h||(N||!w?[il(a)]:tN(a)),W=b!=="none";!h&&W&&F.push(...nN(a,w,b,z));const q=[a,...F],K=await Za(t,T),te=[];let oe=((n=s.flip)==null?void 0:n.overflows)||[];if(l&&te.push(K[P]),f){const p=eN(i,o,z);te.push(K[p[0]],K[p[1]])}if(oe=[...oe,{placement:i,overflows:te}],!te.every(p=>p<=0)){var H,L;const p=(((H=s.flip)==null?void 0:H.index)||0)+1,d=q[p];if(d)return{data:{index:p,overflows:oe},reset:{placement:d}};let m=(L=oe.filter(x=>x.overflows[0]<=0).sort((x,C)=>x.overflows[1]-C.overflows[1])[0])==null?void 0:L.placement;if(!m)switch(y){case"bestFit":{var D;const x=(D=oe.filter(C=>{if(W){const E=rs(C.placement);return E===R||E==="y"}return!0}).map(C=>[C.placement,C.overflows.filter(E=>E>0).reduce((E,O)=>E+O,0)]).sort((C,E)=>C[1]-E[1])[0])==null?void 0:D[0];x&&(m=x);break}case"initialPlacement":m=a;break}if(i!==m)return{reset:{placement:m}}}return{}}}};function fx(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function dx(e){return YR.some(t=>e[t]>=0)}const cN=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 Za(t,{...i,elementContext:"reference"}),o=fx(s,r.reference);return{data:{referenceHiddenOffsets:o,referenceHidden:dx(o)}}}case"escaped":{const s=await Za(t,{...i,altBoundary:!0}),o=fx(s,r.floating);return{data:{escapedOffsets:o,escaped:dx(o)}}}default:return{}}}}};async function uN(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=No(r),c=rs(r)==="y",u=["left","top"].includes(o)?-1:1,l=s&&c?-1:1,f=Si(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 lN=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 uN(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}}}}},fN=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:T=>{let{x:P,y:R}=T;return{x:P,y:R}}},...c}=Si(e,t),u={x:r,y:n},l=await Za(t,c),f=rs(Ei(i)),h=fp(f);let y=u[h],b=u[f];if(s){const T=h==="y"?"top":"left",P=h==="y"?"bottom":"right",R=y+l[T],N=y-l[P];y=lp(R,y,N)}if(o){const T=f==="y"?"top":"left",P=f==="y"?"bottom":"right",R=b+l[T],N=b-l[P];b=lp(R,b,N)}const w=a.fn({...t,[h]:y,[f]:b});return{...w,data:{x:w.x-r,y:w.y-n,enabled:{[h]:s,[f]:o}}}}}},dN=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=rs(i),h=fp(f);let y=l[h],b=l[f];const w=Si(a,t),T=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(c){const N=h==="y"?"height":"width",z=s.reference[h]-s.floating[N]+T.mainAxis,F=s.reference[h]+s.reference[N]-T.mainAxis;y<z?y=z:y>F&&(y=F)}if(u){var P,R;const N=h==="y"?"width":"height",z=["top","left"].includes(Ei(i)),F=s.reference[f]-s.floating[N]+(z&&((P=o.offset)==null?void 0:P[f])||0)+(z?0:T.crossAxis),W=s.reference[f]+s.reference[N]+(z?0:((R=o.offset)==null?void 0:R[f])||0)-(z?T.crossAxis:0);b<F?b=F:b>W&&(b=W)}return{[h]:y,[f]:b}}}},hN=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 Za(t,u),f=Ei(i),h=No(i),y=rs(i)==="y",{width:b,height:w}=s.floating;let T,P;f==="top"||f==="bottom"?(T=f,P=h===(await(o.isRTL==null?void 0:o.isRTL(a.floating))?"start":"end")?"left":"right"):(P=f,T=h==="end"?"top":"bottom");const R=w-l.top-l.bottom,N=b-l.left-l.right,z=ts(w-l[T],R),F=ts(b-l[P],N),W=!t.middlewareData.shift;let q=z,K=F;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(K=N),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(q=R),W&&!h){const oe=Kr(l.left,0),H=Kr(l.right,0),L=Kr(l.top,0),D=Kr(l.bottom,0);y?K=b-2*(oe!==0||H!==0?oe+H:Kr(l.left,l.right)):q=w-2*(L!==0||D!==0?L+D:Kr(l.top,l.bottom))}await c({...t,availableWidth:K,availableHeight:q});const te=await o.getDimensions(a.floating);return b!==te.width||w!==te.height?{reset:{rects:!0}}:{}}}};function ol(){return typeof window<"u"}function Do(e){return hx(e)?(e.nodeName||"").toLowerCase():"#document"}function Xr(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Zn(e){var t;return(t=(hx(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function hx(e){return ol()?e instanceof Node||e instanceof Xr(e).Node:!1}function En(e){return ol()?e instanceof Element||e instanceof Xr(e).Element:!1}function Qn(e){return ol()?e instanceof HTMLElement||e instanceof Xr(e).HTMLElement:!1}function px(e){return!ol()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Xr(e).ShadowRoot}function Qa(e){const{overflow:t,overflowX:r,overflowY:n,display:i}=Cn(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(i)}function pN(e){return["table","td","th"].includes(Do(e))}function al(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function mp(e){const t=gp(),r=En(e)?Cn(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 mN(e){let t=ns(e);for(;Qn(t)&&!$o(t);){if(mp(t))return t;if(al(t))return null;t=ns(t)}return null}function gp(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function $o(e){return["html","body","#document"].includes(Do(e))}function Cn(e){return Xr(e).getComputedStyle(e)}function cl(e){return En(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function ns(e){if(Do(e)==="html")return e;const t=e.assignedSlot||e.parentNode||px(e)&&e.host||Zn(e);return px(t)?t.host:t}function mx(e){const t=ns(e);return $o(t)?e.ownerDocument?e.ownerDocument.body:e.body:Qn(t)&&Qa(t)?t:mx(t)}function ec(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const i=mx(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=Xr(i);if(s){const a=vp(o);return t.concat(o,o.visualViewport||[],Qa(i)?i:[],a&&r?ec(a):[])}return t.concat(i,ec(i,[],r))}function vp(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function gx(e){const t=Cn(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const i=Qn(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=rl(r)!==s||rl(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function yp(e){return En(e)?e:e.contextElement}function Bo(e){const t=yp(e);if(!Qn(t))return Yn(1);const r=t.getBoundingClientRect(),{width:n,height:i,$:s}=gx(t);let o=(s?rl(r.width):r.width)/n,a=(s?rl(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}const gN=Yn(0);function vx(e){const t=Xr(e);return!gp()||!t.visualViewport?gN:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function vN(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==Xr(e)?!1:t}function Bs(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),s=yp(e);let o=Yn(1);t&&(n?En(n)&&(o=Bo(n)):o=Bo(e));const a=vN(s,r,n)?vx(s):Yn(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=Xr(s),y=n&&En(n)?Xr(n):n;let b=h,w=vp(b);for(;w&&n&&y!==b;){const T=Bo(w),P=w.getBoundingClientRect(),R=Cn(w),N=P.left+(w.clientLeft+parseFloat(R.paddingLeft))*T.x,z=P.top+(w.clientTop+parseFloat(R.paddingTop))*T.y;c*=T.x,u*=T.y,l*=T.x,f*=T.y,c+=N,u+=z,b=Xr(w),w=vp(b)}}return sl({width:l,height:f,x:c,y:u})}function bp(e,t){const r=cl(e).scrollLeft;return t?t.left+r:Bs(Zn(e)).left+r}function yx(e,t,r){r===void 0&&(r=!1);const n=e.getBoundingClientRect(),i=n.left+t.scrollLeft-(r?0:bp(e,n)),s=n.top+t.scrollTop;return{x:i,y:s}}function yN(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e;const s=i==="fixed",o=Zn(n),a=t?al(t.floating):!1;if(n===o||a&&s)return r;let c={scrollLeft:0,scrollTop:0},u=Yn(1);const l=Yn(0),f=Qn(n);if((f||!f&&!s)&&((Do(n)!=="body"||Qa(o))&&(c=cl(n)),Qn(n))){const y=Bs(n);u=Bo(n),l.x=y.x+n.clientLeft,l.y=y.y+n.clientTop}const h=o&&!f&&!s?yx(o,c,!0):Yn(0);return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-c.scrollLeft*u.x+l.x+h.x,y:r.y*u.y-c.scrollTop*u.y+l.y+h.y}}function bN(e){return Array.from(e.getClientRects())}function wN(e){const t=Zn(e),r=cl(e),n=e.ownerDocument.body,i=Kr(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),s=Kr(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let o=-r.scrollLeft+bp(e);const a=-r.scrollTop;return Cn(n).direction==="rtl"&&(o+=Kr(t.clientWidth,n.clientWidth)-i),{width:i,height:s,x:o,y:a}}function _N(e,t){const r=Xr(e),n=Zn(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=gp();(!u||u&&t==="fixed")&&(a=i.offsetLeft,c=i.offsetTop)}return{width:s,height:o,x:a,y:c}}function xN(e,t){const r=Bs(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=Qn(e)?Bo(e):Yn(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 bx(e,t,r){let n;if(t==="viewport")n=_N(e,r);else if(t==="document")n=wN(Zn(e));else if(En(t))n=xN(t,r);else{const i=vx(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return sl(n)}function wx(e,t){const r=ns(e);return r===t||!En(r)||$o(r)?!1:Cn(r).position==="fixed"||wx(r,t)}function SN(e,t){const r=t.get(e);if(r)return r;let n=ec(e,[],!1).filter(a=>En(a)&&Do(a)!=="body"),i=null;const s=Cn(e).position==="fixed";let o=s?ns(e):e;for(;En(o)&&!$o(o);){const a=Cn(o),c=mp(o);!c&&a.position==="fixed"&&(i=null),(s?!c&&!i:!c&&a.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Qa(o)&&!c&&wx(e,o))?n=n.filter(l=>l!==o):i=a,o=ns(o)}return t.set(e,n),n}function EN(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e;const o=[...r==="clippingAncestors"?al(t)?[]:SN(t,this._c):[].concat(r),n],a=o[0],c=o.reduce((u,l)=>{const f=bx(t,l,i);return u.top=Kr(f.top,u.top),u.right=ts(f.right,u.right),u.bottom=ts(f.bottom,u.bottom),u.left=Kr(f.left,u.left),u},bx(t,a,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function CN(e){const{width:t,height:r}=gx(e);return{width:t,height:r}}function MN(e,t,r){const n=Qn(t),i=Zn(t),s=r==="fixed",o=Bs(e,!0,s,t);let a={scrollLeft:0,scrollTop:0};const c=Yn(0);if(n||!n&&!s)if((Do(t)!=="body"||Qa(i))&&(a=cl(t)),n){const h=Bs(t,!0,s,t);c.x=h.x+t.clientLeft,c.y=h.y+t.clientTop}else i&&(c.x=bp(i));const u=i&&!n&&!s?yx(i,a):Yn(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 wp(e){return Cn(e).position==="static"}function _x(e,t){if(!Qn(e)||Cn(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Zn(e)===r&&(r=r.ownerDocument.body),r}function xx(e,t){const r=Xr(e);if(al(e))return r;if(!Qn(e)){let i=ns(e);for(;i&&!$o(i);){if(En(i)&&!wp(i))return i;i=ns(i)}return r}let n=_x(e,t);for(;n&&pN(n)&&wp(n);)n=_x(n,t);return n&&$o(n)&&wp(n)&&!mp(n)?r:n||mN(e)||r}const AN=async function(e){const t=this.getOffsetParent||xx,r=this.getDimensions,n=await r(e.floating);return{reference:MN(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function TN(e){return Cn(e).direction==="rtl"}const ON={convertOffsetParentRelativeRectToViewportRelativeRect:yN,getDocumentElement:Zn,getClippingRect:EN,getOffsetParent:xx,getElementRects:AN,getClientRects:bN,getDimensions:CN,getScale:Bo,isElement:En,isRTL:TN};function IN(e,t){let r=null,n;const i=Zn(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=nl(l),b=nl(i.clientWidth-(u+f)),w=nl(i.clientHeight-(l+h)),T=nl(u),R={rootMargin:-y+"px "+-b+"px "+-w+"px "+-T+"px",threshold:Kr(0,ts(1,c))||1};let N=!0;function z(F){const W=F[0].intersectionRatio;if(W!==c){if(!N)return o();W?o(!1,W):n=setTimeout(()=>{o(!1,1e-7)},1e3)}N=!1}try{r=new IntersectionObserver(z,{...R,root:i.ownerDocument})}catch{r=new IntersectionObserver(z,R)}r.observe(e)}return o(!0),s}function PN(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=yp(e),l=i||s?[...u?ec(u):[],...ec(t)]:[];l.forEach(P=>{i&&P.addEventListener("scroll",r,{passive:!0}),s&&P.addEventListener("resize",r)});const f=u&&a?IN(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,w=c?Bs(e):null;c&&T();function T(){const P=Bs(e);w&&(P.x!==w.x||P.y!==w.y||P.width!==w.width||P.height!==w.height)&&r(),w=P,b=requestAnimationFrame(T)}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 kN=lN,jN=fN,RN=aN,NN=hN,DN=cN,Sx=oN,$N=dN,BN=(e,t,r)=>{const n=new Map,i={platform:ON,...r},s={...i.platform,_c:n};return sN(e,t,{...i,platform:s})};var ul=typeof document<"u"?ie.useLayoutEffect:ie.useEffect;function ll(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(!ll(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)&&!ll(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function Ex(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Cx(e,t){const r=Ex(e);return Math.round(t*r)/r}function _p(e){const t=I.useRef(e);return ul(()=>{t.current=e}),t}function LN(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);ll(h,n)||y(n);const[b,w]=I.useState(null),[T,P]=I.useState(null),R=I.useCallback(C=>{C!==W.current&&(W.current=C,w(C))},[]),N=I.useCallback(C=>{C!==q.current&&(q.current=C,P(C))},[]),z=s||b,F=o||T,W=I.useRef(null),q=I.useRef(null),K=I.useRef(l),te=c!=null,oe=_p(c),H=_p(i),L=_p(u),D=I.useCallback(()=>{if(!W.current||!q.current)return;const C={placement:t,strategy:r,middleware:h};H.current&&(C.platform=H.current),BN(W.current,q.current,C).then(E=>{const O={...E,isPositioned:L.current!==!1};p.current&&!ll(K.current,O)&&(K.current=O,L0.flushSync(()=>{f(O)}))})},[h,t,r,H,L]);ul(()=>{u===!1&&K.current.isPositioned&&(K.current.isPositioned=!1,f(C=>({...C,isPositioned:!1})))},[u]);const p=I.useRef(!1);ul(()=>(p.current=!0,()=>{p.current=!1}),[]),ul(()=>{if(z&&(W.current=z),F&&(q.current=F),z&&F){if(oe.current)return oe.current(z,F,D);D()}},[z,F,D,oe,te]);const d=I.useMemo(()=>({reference:W,floating:q,setReference:R,setFloating:N}),[R,N]),m=I.useMemo(()=>({reference:z,floating:F}),[z,F]),x=I.useMemo(()=>{const C={position:r,left:0,top:0};if(!m.floating)return C;const E=Cx(m.floating,l.x),O=Cx(m.floating,l.y);return a?{...C,transform:"translate("+E+"px, "+O+"px)",...Ex(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:D,refs:d,elements:m,floatingStyles:x}),[l,D,d,m,x])}const FN=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?Sx({element:n.current,padding:i}).fn(r):{}:n?Sx({element:n,padding:i}).fn(r):{}}}},UN=(e,t)=>({...kN(e),options:[e,t]}),zN=(e,t)=>({...jN(e),options:[e,t]}),VN=(e,t)=>({...$N(e),options:[e,t]}),qN=(e,t)=>({...RN(e),options:[e,t]}),HN=(e,t)=>({...NN(e),options:[e,t]}),WN=(e,t)=>({...DN(e),options:[e,t]}),GN=(e,t)=>({...FN(e),options:[e,t]});var KN="Arrow",Mx=I.forwardRef((e,t)=>{const{children:r,width:n=10,height:i=5,...s}=e;return _.jsx(Wt.svg,{...s,ref:t,width:n,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:_.jsx("polygon",{points:"0,0 30,0 15,10"})})});Mx.displayName=KN;var XN=Mx;function JN(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,w=(h==null?void 0:h[e][c])||a,T=I.useMemo(()=>b,Object.values(b));return _.jsx(w.Provider,{value:T,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,YN(i,...t)]}function YN(...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 xp(e){const[t,r]=I.useState(void 0);return es(()=>{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 Sp="Popper",[Ax,fl]=JN(Sp),[ZN,Tx]=Ax(Sp),Ox=e=>{const{__scopePopper:t,children:r}=e,[n,i]=I.useState(null);return _.jsx(ZN,{scope:t,anchor:n,onAnchorChange:i,children:r})};Ox.displayName=Sp;var Ix="PopperAnchor",Px=I.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...i}=e,s=Tx(Ix,r),o=I.useRef(null),a=Qt(t,o);return I.useEffect(()=>{s.onAnchorChange((n==null?void 0:n.current)||o.current)}),n?null:_.jsx(Wt.div,{...i,ref:a})});Px.displayName=Ix;var Ep="PopperContent",[QN,eD]=Ax(Ep),kx=I.forwardRef((e,t)=>{var ge,ve,Se,xe,Xe,Le;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,...w}=e,T=Tx(Ep,r),[P,R]=I.useState(null),N=Qt(t,ct=>R(ct)),[z,F]=I.useState(null),W=xp(z),q=(W==null?void 0:W.width)??0,K=(W==null?void 0:W.height)??0,te=n+(s!=="center"?"-"+s:""),oe=typeof l=="number"?l:{top:0,right:0,bottom:0,left:0,...l},H=Array.isArray(u)?u:[u],L=H.length>0,D={padding:oe,boundary:H.filter(rD),altBoundary:L},{refs:p,floatingStyles:d,placement:m,isPositioned:x,middlewareData:C}=LN({strategy:"fixed",placement:te,whileElementsMounted:(...ct)=>PN(...ct,{animationFrame:y==="always"}),elements:{reference:T.anchor},middleware:[UN({mainAxis:i+K,alignmentAxis:o}),c&&zN({mainAxis:!0,crossAxis:!1,limiter:f==="partial"?VN():void 0,...D}),c&&qN({...D}),HN({...D,apply:({elements:ct,rects:dt,availableWidth:De,availableHeight:vt})=>{const{width:we,height:me}=dt.reference,Ae=ct.floating.style;Ae.setProperty("--radix-popper-available-width",`${De}px`),Ae.setProperty("--radix-popper-available-height",`${vt}px`),Ae.setProperty("--radix-popper-anchor-width",`${we}px`),Ae.setProperty("--radix-popper-anchor-height",`${me}px`)}}),z&&GN({element:z,padding:a}),nD({arrowWidth:q,arrowHeight:K}),h&&WN({strategy:"referenceHidden",...D})]}),[E,O]=Nx(m),M=mr(b);es(()=>{x&&(M==null||M())},[x,M]);const g=(ge=C.arrow)==null?void 0:ge.x,v=(ve=C.arrow)==null?void 0:ve.y,k=((Se=C.arrow)==null?void 0:Se.centerOffset)!==0,[ee,se]=I.useState();return es(()=>{P&&se(window.getComputedStyle(P).zIndex)},[P]),_.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":[(xe=C.transformOrigin)==null?void 0:xe.x,(Xe=C.transformOrigin)==null?void 0:Xe.y].join(" "),...((Le=C.hide)==null?void 0:Le.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:_.jsx(QN,{scope:r,placedSide:E,onArrowChange:F,arrowX:g,arrowY:v,shouldHideArrow:k,children:_.jsx(Wt.div,{"data-side":E,"data-align":O,...w,ref:N,style:{...w.style,animation:x?void 0:"none"}})})})});kx.displayName=Ep;var jx="PopperArrow",tD={top:"bottom",right:"left",bottom:"top",left:"right"},Rx=I.forwardRef(function(t,r){const{__scopePopper:n,...i}=t,s=eD(jx,n),o=tD[s.placedSide];return _.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:_.jsx(XN,{...i,ref:r,style:{...i.style,display:"block"}})})});Rx.displayName=jx;function rD(e){return e!==null}var nD=e=>({name:"transformOrigin",options:e,fn(t){var T,P,R;const{placement:r,rects:n,middlewareData:i}=t,o=((T=i.arrow)==null?void 0:T.centerOffset)!==0,a=o?0:e.arrowWidth,c=o?0:e.arrowHeight,[u,l]=Nx(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="",w="";return u==="bottom"?(b=o?f:`${h}px`,w=`${-c}px`):u==="top"?(b=o?f:`${h}px`,w=`${n.floating.height+c}px`):u==="right"?(b=`${-c}px`,w=o?f:`${y}px`):u==="left"&&(b=`${n.floating.width+c}px`,w=o?f:`${y}px`),{data:{x:b,y:w}}}});function Nx(e){const[t,r="center"]=e.split("-");return[t,r]}var Dx=Ox,$x=Px,Bx=kx,Lx=Rx,iD="Portal",Fx=I.forwardRef((e,t)=>{var a;const{container:r,...n}=e,[i,s]=I.useState(!1);es(()=>s(!0),[]);const o=r||i&&((a=globalThis==null?void 0:globalThis.document)==null?void 0:a.body);return o?kn.createPortal(_.jsx(Wt.div,{...n,ref:t}),o):null});Fx.displayName=iD;function sD(e,t){return I.useReducer((r,n)=>t[r][n]??r,e)}var Mn=e=>{const{present:t,children:r}=e,n=oD(t),i=typeof r=="function"?r({present:n.isPresent}):I.Children.only(r),s=Qt(n.ref,aD(i));return typeof r=="function"||n.isPresent?I.cloneElement(i,{ref:s}):null};Mn.displayName="Presence";function oD(e){const[t,r]=I.useState(),n=I.useRef({}),i=I.useRef(e),s=I.useRef("none"),o=e?"mounted":"unmounted",[a,c]=sD(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return I.useEffect(()=>{const u=dl(n.current);s.current=a==="mounted"?u:"none"},[a]),es(()=>{const u=n.current,l=i.current;if(l!==e){const h=s.current,y=dl(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]),es(()=>{if(t){let u;const l=t.ownerDocument.defaultView??window,f=y=>{const w=dl(n.current).includes(y.animationName);if(y.target===t&&w&&(c("ANIMATION_END"),!i.current)){const T=t.style.animationFillMode;t.style.animationFillMode="forwards",u=l.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=T)})}},h=y=>{y.target===t&&(s.current=dl(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 dl(e){return(e==null?void 0:e.animationName)||"none"}function aD(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 tc({prop:e,defaultProp:t,onChange:r=()=>{}}){const[n,i]=cD({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 cD({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 uD="VisuallyHidden",Ux=I.forwardRef((e,t)=>_.jsx(Wt.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}}));Ux.displayName=uD;var lD=Ux,[hl,nK]=jo("Tooltip",[fl]),Cp=fl(),zx="TooltipProvider",fD=700,Vx="tooltip.open",[dD,qx]=hl(zx),Hx=e=>{const{__scopeTooltip:t,delayDuration:r=fD,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)},[]),_.jsx(dD,{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})};Hx.displayName=zx;var Wx="Tooltip",[iK,pl]=hl(Wx),Mp="TooltipTrigger",hD=I.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=pl(Mp,r),s=qx(Mp,r),o=Cp(r),a=I.useRef(null),c=Qt(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]),_.jsx($x,{asChild:!0,...o,children:_.jsx(Wt.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...n,ref:c,onPointerMove:et(e.onPointerMove,h=>{h.pointerType!=="touch"&&!l.current&&!s.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:et(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:et(e.onPointerDown,()=>{u.current=!0,document.addEventListener("pointerup",f,{once:!0})}),onFocus:et(e.onFocus,()=>{u.current||i.onOpen()}),onBlur:et(e.onBlur,i.onClose),onClick:et(e.onClick,i.onClose)})})});hD.displayName=Mp;var pD="TooltipPortal",[sK,mD]=hl(pD,{forceMount:void 0}),Lo="TooltipContent",gD=I.forwardRef((e,t)=>{const r=mD(Lo,e.__scopeTooltip),{forceMount:n=r.forceMount,side:i="top",...s}=e,o=pl(Lo,e.__scopeTooltip);return _.jsx(Mn,{present:n||o.open,children:o.disableHoverableContent?_.jsx(Gx,{side:i,...s,ref:t}):_.jsx(vD,{side:i,...s,ref:t})})}),vD=I.forwardRef((e,t)=>{const r=pl(Lo,e.__scopeTooltip),n=qx(Lo,e.__scopeTooltip),i=I.useRef(null),s=Qt(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,w)=>{const T=b.currentTarget,P={x:b.clientX,y:b.clientY},R=_D(P,T.getBoundingClientRect()),N=xD(P,R),z=SD(w.getBoundingClientRect()),F=CD([...N,...z]);a(F),f(!0)},[f]);return I.useEffect(()=>()=>h(),[h]),I.useEffect(()=>{if(c&&l){const b=T=>y(T,l),w=T=>y(T,c);return c.addEventListener("pointerleave",b),l.addEventListener("pointerleave",w),()=>{c.removeEventListener("pointerleave",b),l.removeEventListener("pointerleave",w)}}},[c,l,y,h]),I.useEffect(()=>{if(o){const b=w=>{const T=w.target,P={x:w.clientX,y:w.clientY},R=(c==null?void 0:c.contains(T))||(l==null?void 0:l.contains(T)),N=!ED(P,o);R?h():N&&(h(),u())};return document.addEventListener("pointermove",b),()=>document.removeEventListener("pointermove",b)}},[c,l,o,u,h]),_.jsx(Gx,{...e,ref:s})}),[yD,bD]=hl(Wx,{isInside:!1}),Gx=I.forwardRef((e,t)=>{const{__scopeTooltip:r,children:n,"aria-label":i,onEscapeKeyDown:s,onPointerDownOutside:o,...a}=e,c=pl(Lo,r),u=Cp(r),{onClose:l}=c;return I.useEffect(()=>(document.addEventListener(Vx,l),()=>document.removeEventListener(Vx,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]),_.jsx(up,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:o,onFocusOutside:f=>f.preventDefault(),onDismiss:l,children:_.jsxs(Bx,{"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:[_.jsx(Ro,{children:n}),_.jsx(yD,{scope:r,isInside:!0,children:_.jsx(lD,{id:c.contentId,role:"tooltip",children:i||n})})]})})});gD.displayName=Lo;var Kx="TooltipArrow",wD=I.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=Cp(r);return bD(Kx,r).isInside?null:_.jsx(Lx,{...i,...n,ref:t})});wD.displayName=Kx;function _D(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 xD(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 SD(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 ED(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 CD(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),MD(t)}function MD(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 AD=Hx,Xx=I.createContext(void 0),TD=e=>{const{dir:t,children:r}=e;return _.jsx(Xx.Provider,{value:t,children:r})};function Ap(e){const t=I.useContext(Xx);return e||t||"ltr"}const OD=["tomato","red","ruby","crimson","pink","plum","purple","violet","iris","indigo","blue","cyan","teal","jade","green","grass","brown","orange"],ID=["sky","mint","lime","yellow","amber"],PD=["gold","bronze"],kD=[...OD,...ID,...PD],jD=["gray",...["mauve","slate","sage","olive","sand"]];function RD(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 ND=["inherit","light","dark"],DD=[...kD,"gray"],$D=[...jD,"auto"],Dr={hasBackground:{type:"boolean",default:!0},appearance:{type:"enum",values:ND,default:"inherit"},accentColor:{type:"enum",values:DD,default:"indigo"},grayColor:{type:"enum",values:$D,default:"auto"},panelBackground:{type:"enum",values:["solid","translucent"],default:"translucent"},radius:{type:"enum",values:["none","small","medium","large","full"],default:"medium"},scaling:{type:"enum",values:["90%","95%","100%","105%","110%"],default:"100%"}};function Jx(e){return e==="gray"?"gray":RD(e)}const Fo=()=>{},ml=I.createContext(void 0);function BD(){const e=I.useContext(ml);if(e===void 0)throw new Error("`useThemeContext` must be used within a `Theme`");return e}const gl=I.forwardRef((e,t)=>I.useContext(ml)===void 0?I.createElement(AD,null,I.createElement(TD,{dir:"ltr"},I.createElement(Yx,{...e,ref:t}))):I.createElement(Tp,{...e,ref:t}));gl.displayName="Theme";const Yx=I.forwardRef((e,t)=>{const{appearance:r=Dr.appearance.default,accentColor:n=Dr.accentColor.default,grayColor:i=Dr.grayColor.default,panelBackground:s=Dr.panelBackground.default,radius:o=Dr.radius.default,scaling:a=Dr.scaling.default,hasBackground:c=Dr.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,w]=I.useState(i);I.useEffect(()=>w(i),[i]);const[T,P]=I.useState(s);I.useEffect(()=>P(s),[s]);const[R,N]=I.useState(o);I.useEffect(()=>N(o),[o]);const[z,F]=I.useState(a);I.useEffect(()=>F(a),[a]);const W=I.memo(({appearance:K})=>I.createElement("script",{dangerouslySetInnerHTML:{__html:`!(function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');d.style.colorScheme='${K}';c.add('${K}');}catch(e){}})();`}}),()=>!0);W.displayName="ExplicitRootAppearanceScript",I.useEffect(()=>LD(r),[r]);const q=b==="auto"?Jx(h):b;return I.createElement(I.Fragment,null,l!=="inherit"&&I.createElement(W,{appearance:l}),c&&I.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})()})(Nx);var fD=Nx.exports;const Kt=fa(fD);function tt(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 dD(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function nl(...e){return t=>e.forEach(r=>dD(r,t))}function Qt(...e){return I.useCallback(nl(...e),e)}function Fo(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,hD(i,...t)]}function hD(...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(pD);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(bp,{...n,ref:t,children:I.isValidElement(o)?I.cloneElement(o,void 0,a):null})}return w.jsx(bp,{...n,ref:t,children:r})});ki.displayName="Slot";var bp=I.forwardRef((e,t)=>{const{children:r,...n}=e;if(I.isValidElement(r)){const i=gD(r);return I.cloneElement(r,{...mD(n,r.props),ref:t?nl(t,i):i})}return I.Children.count(r)>1?I.Children.only(null):null});bp.displayName="SlotClone";var Uo=({children:e})=>w.jsx(w.Fragment,{children:e});function pD(e){return I.isValidElement(e)&&e.type===Uo}function mD(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 gD(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 vD=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Wt=vD.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 Rx(e,t){e&&Y0.flushSync(()=>e.dispatchEvent(t))}function gr(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 yD(e,t=globalThis==null?void 0:globalThis.document){const r=gr(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",wp="dismissableLayer.update",wD="dismissableLayer.pointerDownOutside",_D="dismissableLayer.focusOutside",Dx,$x=I.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),_p=I.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:s,onInteractOutside:o,onDismiss:a,...c}=e,u=I.useContext($x),[l,f]=I.useState(null),h=(l==null?void 0:l.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,y]=I.useState({}),b=Qt(t,q=>f(q)),_=Array.from(u.layers),[A]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),P=_.indexOf(A),N=l?_.indexOf(l):-1,R=u.layersWithOutsidePointerEventsDisabled.size>0,U=N>=P,L=ED(q=>{const X=q.target,ie=[...u.branches].some(ae=>ae.contains(X));!U||ie||(i==null||i(q),o==null||o(q),q.defaultPrevented||a==null||a())},h),W=CD(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 yD(q=>{N===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&&(Dx=h.body.style.pointerEvents,h.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(l)),u.layers.add(l),Bx(),()=>{r&&u.layersWithOutsidePointerEventsDisabled.size===1&&(h.body.style.pointerEvents=Dx)}},[l,h,r,u]),I.useEffect(()=>()=>{l&&(u.layers.delete(l),u.layersWithOutsidePointerEventsDisabled.delete(l),Bx())},[l,u]),I.useEffect(()=>{const q=()=>y({});return document.addEventListener(wp,q),()=>document.removeEventListener(wp,q)},[]),w.jsx(Wt.div,{...c,ref:b,style:{pointerEvents:R?U?"auto":"none":void 0,...e.style},onFocusCapture:tt(e.onFocusCapture,W.onFocusCapture),onBlurCapture:tt(e.onBlurCapture,W.onBlurCapture),onPointerDownCapture:tt(e.onPointerDownCapture,L.onPointerDownCapture)})});_p.displayName=bD;var xD="DismissableLayerBranch",SD=I.forwardRef((e,t)=>{const r=I.useContext($x),n=I.useRef(null),i=Qt(t,n);return I.useEffect(()=>{const s=n.current;if(s)return r.branches.add(s),()=>{r.branches.delete(s)}},[r.branches]),w.jsx(Wt.div,{...e,ref:i})});SD.displayName=xD;function ED(e,t=globalThis==null?void 0:globalThis.document){const r=gr(e),n=I.useRef(!1),i=I.useRef(()=>{});return I.useEffect(()=>{const s=a=>{if(a.target&&!n.current){let c=function(){Lx(wD,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 CD(e,t=globalThis==null?void 0:globalThis.document){const r=gr(e),n=I.useRef(!1);return I.useEffect(()=>{const i=s=>{s.target&&!n.current&&Lx(_D,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 Bx(){const e=new CustomEvent(wp);document.dispatchEvent(e)}function Lx(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?Rx(i,s):i.dispatchEvent(s)}var ls=globalThis!=null&&globalThis.document?I.useLayoutEffect:()=>{},MD=I["useId".toString()]||(()=>{}),TD=0;function ic(e){const[t,r]=I.useState(MD());return ls(()=>{e||r(n=>n??String(TD++))},[e]),e||(t?`radix-${t}`:"")}const AD=["top","right","bottom","left"],fs=Math.min,Xr=Math.max,il=Math.round,sl=Math.floor,ri=e=>({x:e,y:e}),OD={left:"right",right:"left",bottom:"top",top:"bottom"},ID={start:"end",end:"start"};function xp(e,t,r){return Xr(e,fs(t,r))}function Ni(e,t){return typeof e=="function"?e(t):e}function Ri(e){return e.split("-")[0]}function zo(e){return e.split("-")[1]}function Sp(e){return e==="x"?"y":"x"}function Ep(e){return e==="y"?"height":"width"}function ds(e){return["top","bottom"].includes(Ri(e))?"y":"x"}function Cp(e){return Sp(ds(e))}function PD(e,t,r){r===void 0&&(r=!1);const n=zo(e),i=Cp(e),s=Ep(i);let o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=ol(o)),[o,ol(o)]}function jD(e){const t=ol(e);return[Mp(e),t,Mp(t)]}function Mp(e){return e.replace(/start|end/g,t=>ID[t])}function kD(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 ND(e,t,r,n){const i=zo(e);let s=kD(Ri(e),r==="start",n);return i&&(s=s.map(o=>o+"-"+i),t&&(s=s.concat(s.map(Mp)))),s}function ol(e){return e.replace(/left|right|bottom|top/g,t=>OD[t])}function RD(e){return{top:0,right:0,bottom:0,left:0,...e}}function Fx(e){return typeof e!="number"?RD(e):{top:e,right:e,bottom:e,left:e}}function al(e){const{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function Ux(e,t,r){let{reference:n,floating:i}=e;const s=ds(t),o=Cp(t),a=Ep(o),c=Ri(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(zo(t)){case"start":y[o]-=h*(r&&u?-1:1);break;case"end":y[o]+=h*(r&&u?-1:1);break}return y}const DD=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}=Ux(u,n,c),h=n,y={},b=0;for(let _=0;_<a.length;_++){const{name:A,fn:P}=a[_],{x:N,y:R,data:U,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=N??l,f=R??f,y={...y,[A]:{...y[A],...U}},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}=Ux(u,h,c)),_=-1)}return{x:l,y:f,placement:h,strategy:i,middlewareData:y}};async function sc(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}=Ni(t,e),b=Fx(y),A=a[h?f==="floating"?"reference":"floating":f],P=al(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})),N=f==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,R=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),U=await(s.isElement==null?void 0:s.isElement(R))?await(s.getScale==null?void 0:s.getScale(R))||{x:1,y:1}:{x:1,y:1},L=al(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:N,offsetParent:R,strategy:c}):N);return{top:(P.top-L.top+b.top)/U.y,bottom:(L.bottom-P.bottom+b.bottom)/U.y,left:(P.left-L.left+b.left)/U.x,right:(L.right-P.right+b.right)/U.x}}const $D=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}=Ni(e,t)||{};if(u==null)return{};const f=Fx(l),h={x:r,y:n},y=Cp(i),b=Ep(y),_=await o.getDimensions(u),A=y==="y",P=A?"top":"left",N=A?"bottom":"right",R=A?"clientHeight":"clientWidth",U=s.reference[b]+s.reference[y]-h[y]-s.floating[b],L=h[y]-s.reference[y],W=await(o.getOffsetParent==null?void 0:o.getOffsetParent(u));let q=W?W[R]:0;(!q||!await(o.isElement==null?void 0:o.isElement(W)))&&(q=a.floating[R]||s.floating[b]);const X=U/2-L/2,ie=q/2-_[b]/2-1,ae=fs(f[P],ie),ce=fs(f[N],ie),V=ae,$=q-_[b]-ce,p=q/2-_[b]/2+X,d=xp(V,p,$),m=!c.arrow&&zo(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}}}),BD=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}=Ni(e,t);if((r=s.arrow)!=null&&r.alignmentOffset)return{};const P=Ri(i),N=ds(a),R=Ri(a)===a,U=await(c.isRTL==null?void 0:c.isRTL(u.floating)),L=h||(R||!_?[ol(a)]:jD(a)),W=b!=="none";!h&&W&&L.push(...ND(a,_,b,U));const q=[a,...L],X=await sc(t,A),ie=[];let ae=((n=s.flip)==null?void 0:n.overflows)||[];if(l&&ie.push(X[P]),f){const p=PD(i,o,U);ie.push(X[p[0]],X[p[1]])}if(ae=[...ae,{placement:i,overflows:ie}],!ie.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(W){const E=ds(M.placement);return E===N||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 zx(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Vx(e){return AD.some(t=>e[t]>=0)}const LD=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r}=t,{strategy:n="referenceHidden",...i}=Ni(e,t);switch(n){case"referenceHidden":{const s=await sc(t,{...i,elementContext:"reference"}),o=zx(s,r.reference);return{data:{referenceHiddenOffsets:o,referenceHidden:Vx(o)}}}case"escaped":{const s=await sc(t,{...i,altBoundary:!0}),o=zx(s,r.floating);return{data:{escapedOffsets:o,escaped:Vx(o)}}}default:return{}}}}};async function FD(e,t){const{placement:r,platform:n,elements:i}=e,s=await(n.isRTL==null?void 0:n.isRTL(i.floating)),o=Ri(r),a=zo(r),c=ds(r)==="y",u=["left","top"].includes(o)?-1:1,l=s&&c?-1:1,f=Ni(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 UD=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 FD(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}}}}},zD=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:N}=A;return{x:P,y:N}}},...c}=Ni(e,t),u={x:r,y:n},l=await sc(t,c),f=ds(Ri(i)),h=Sp(f);let y=u[h],b=u[f];if(s){const A=h==="y"?"top":"left",P=h==="y"?"bottom":"right",N=y+l[A],R=y-l[P];y=xp(N,y,R)}if(o){const A=f==="y"?"top":"left",P=f==="y"?"bottom":"right",N=b+l[A],R=b-l[P];b=xp(N,b,R)}const _=a.fn({...t,[h]:y,[f]:b});return{..._,data:{x:_.x-r,y:_.y-n,enabled:{[h]:s,[f]:o}}}}}},VD=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}=Ni(e,t),l={x:r,y:n},f=ds(i),h=Sp(f);let y=l[h],b=l[f];const _=Ni(a,t),A=typeof _=="number"?{mainAxis:_,crossAxis:0}:{mainAxis:0,crossAxis:0,..._};if(c){const R=h==="y"?"height":"width",U=s.reference[h]-s.floating[R]+A.mainAxis,L=s.reference[h]+s.reference[R]-A.mainAxis;y<U?y=U:y>L&&(y=L)}if(u){var P,N;const R=h==="y"?"width":"height",U=["top","left"].includes(Ri(i)),L=s.reference[f]-s.floating[R]+(U&&((P=o.offset)==null?void 0:P[f])||0)+(U?0:A.crossAxis),W=s.reference[f]+s.reference[R]+(U?0:((N=o.offset)==null?void 0:N[f])||0)-(U?A.crossAxis:0);b<L?b=L:b>W&&(b=W)}return{[h]:y,[f]:b}}}},qD=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}=Ni(e,t),l=await sc(t,u),f=Ri(i),h=zo(i),y=ds(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 N=_-l.top-l.bottom,R=b-l.left-l.right,U=fs(_-l[A],N),L=fs(b-l[P],R),W=!t.middlewareData.shift;let q=U,X=L;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(X=R),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(q=N),W&&!h){const ae=Xr(l.left,0),ce=Xr(l.right,0),V=Xr(l.top,0),$=Xr(l.bottom,0);y?X=b-2*(ae!==0||ce!==0?ae+ce:Xr(l.left,l.right)):q=_-2*(V!==0||$!==0?V+$:Xr(l.top,l.bottom))}await c({...t,availableWidth:X,availableHeight:q});const ie=await o.getDimensions(a.floating);return b!==ie.width||_!==ie.height?{reset:{rects:!0}}:{}}}};function cl(){return typeof window<"u"}function Vo(e){return qx(e)?(e.nodeName||"").toLowerCase():"#document"}function Jr(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ni(e){var t;return(t=(qx(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function qx(e){return cl()?e instanceof Node||e instanceof Jr(e).Node:!1}function In(e){return cl()?e instanceof Element||e instanceof Jr(e).Element:!1}function ii(e){return cl()?e instanceof HTMLElement||e instanceof Jr(e).HTMLElement:!1}function Gx(e){return!cl()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Jr(e).ShadowRoot}function oc(e){const{overflow:t,overflowX:r,overflowY:n,display:i}=Pn(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(i)}function GD(e){return["table","td","th"].includes(Vo(e))}function ul(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function Tp(e){const t=Ap(),r=In(e)?Pn(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 WD(e){let t=hs(e);for(;ii(t)&&!qo(t);){if(Tp(t))return t;if(ul(t))return null;t=hs(t)}return null}function Ap(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function qo(e){return["html","body","#document"].includes(Vo(e))}function Pn(e){return Jr(e).getComputedStyle(e)}function ll(e){return In(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function hs(e){if(Vo(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Gx(e)&&e.host||ni(e);return Gx(t)?t.host:t}function Wx(e){const t=hs(e);return qo(t)?e.ownerDocument?e.ownerDocument.body:e.body:ii(t)&&oc(t)?t:Wx(t)}function ac(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const i=Wx(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=Jr(i);if(s){const a=Op(o);return t.concat(o,o.visualViewport||[],oc(i)?i:[],a&&r?ac(a):[])}return t.concat(i,ac(i,[],r))}function Op(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Hx(e){const t=Pn(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const i=ii(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=il(r)!==s||il(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function Ip(e){return In(e)?e:e.contextElement}function Go(e){const t=Ip(e);if(!ii(t))return ri(1);const r=t.getBoundingClientRect(),{width:n,height:i,$:s}=Hx(t);let o=(s?il(r.width):r.width)/n,a=(s?il(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}const HD=ri(0);function Kx(e){const t=Jr(e);return!Ap()||!t.visualViewport?HD:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function KD(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==Jr(e)?!1:t}function Gs(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),s=Ip(e);let o=ri(1);t&&(n?In(n)&&(o=Go(n)):o=Go(e));const a=KD(s,r,n)?Kx(s):ri(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=Jr(s),y=n&&In(n)?Jr(n):n;let b=h,_=Op(b);for(;_&&n&&y!==b;){const A=Go(_),P=_.getBoundingClientRect(),N=Pn(_),R=P.left+(_.clientLeft+parseFloat(N.paddingLeft))*A.x,U=P.top+(_.clientTop+parseFloat(N.paddingTop))*A.y;c*=A.x,u*=A.y,l*=A.x,f*=A.y,c+=R,u+=U,b=Jr(_),_=Op(b)}}return al({width:l,height:f,x:c,y:u})}function Pp(e,t){const r=ll(e).scrollLeft;return t?t.left+r:Gs(ni(e)).left+r}function Xx(e,t,r){r===void 0&&(r=!1);const n=e.getBoundingClientRect(),i=n.left+t.scrollLeft-(r?0:Pp(e,n)),s=n.top+t.scrollTop;return{x:i,y:s}}function XD(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e;const s=i==="fixed",o=ni(n),a=t?ul(t.floating):!1;if(n===o||a&&s)return r;let c={scrollLeft:0,scrollTop:0},u=ri(1);const l=ri(0),f=ii(n);if((f||!f&&!s)&&((Vo(n)!=="body"||oc(o))&&(c=ll(n)),ii(n))){const y=Gs(n);u=Go(n),l.x=y.x+n.clientLeft,l.y=y.y+n.clientTop}const h=o&&!f&&!s?Xx(o,c,!0):ri(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 JD(e){return Array.from(e.getClientRects())}function YD(e){const t=ni(e),r=ll(e),n=e.ownerDocument.body,i=Xr(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),s=Xr(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let o=-r.scrollLeft+Pp(e);const a=-r.scrollTop;return Pn(n).direction==="rtl"&&(o+=Xr(t.clientWidth,n.clientWidth)-i),{width:i,height:s,x:o,y:a}}function ZD(e,t){const r=Jr(e),n=ni(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=Ap();(!u||u&&t==="fixed")&&(a=i.offsetLeft,c=i.offsetTop)}return{width:s,height:o,x:a,y:c}}function QD(e,t){const r=Gs(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=ii(e)?Go(e):ri(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 Jx(e,t,r){let n;if(t==="viewport")n=ZD(e,r);else if(t==="document")n=YD(ni(e));else if(In(t))n=QD(t,r);else{const i=Kx(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return al(n)}function Yx(e,t){const r=hs(e);return r===t||!In(r)||qo(r)?!1:Pn(r).position==="fixed"||Yx(r,t)}function e$(e,t){const r=t.get(e);if(r)return r;let n=ac(e,[],!1).filter(a=>In(a)&&Vo(a)!=="body"),i=null;const s=Pn(e).position==="fixed";let o=s?hs(e):e;for(;In(o)&&!qo(o);){const a=Pn(o),c=Tp(o);!c&&a.position==="fixed"&&(i=null),(s?!c&&!i:!c&&a.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||oc(o)&&!c&&Yx(e,o))?n=n.filter(l=>l!==o):i=a,o=hs(o)}return t.set(e,n),n}function t$(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e;const o=[...r==="clippingAncestors"?ul(t)?[]:e$(t,this._c):[].concat(r),n],a=o[0],c=o.reduce((u,l)=>{const f=Jx(t,l,i);return u.top=Xr(f.top,u.top),u.right=fs(f.right,u.right),u.bottom=fs(f.bottom,u.bottom),u.left=Xr(f.left,u.left),u},Jx(t,a,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function r$(e){const{width:t,height:r}=Hx(e);return{width:t,height:r}}function n$(e,t,r){const n=ii(t),i=ni(t),s=r==="fixed",o=Gs(e,!0,s,t);let a={scrollLeft:0,scrollTop:0};const c=ri(0);if(n||!n&&!s)if((Vo(t)!=="body"||oc(i))&&(a=ll(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=Pp(i));const u=i&&!n&&!s?Xx(i,a):ri(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 jp(e){return Pn(e).position==="static"}function Zx(e,t){if(!ii(e)||Pn(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return ni(e)===r&&(r=r.ownerDocument.body),r}function Qx(e,t){const r=Jr(e);if(ul(e))return r;if(!ii(e)){let i=hs(e);for(;i&&!qo(i);){if(In(i)&&!jp(i))return i;i=hs(i)}return r}let n=Zx(e,t);for(;n&&GD(n)&&jp(n);)n=Zx(n,t);return n&&qo(n)&&jp(n)&&!Tp(n)?r:n||WD(e)||r}const i$=async function(e){const t=this.getOffsetParent||Qx,r=this.getDimensions,n=await r(e.floating);return{reference:n$(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function s$(e){return Pn(e).direction==="rtl"}const o$={convertOffsetParentRelativeRectToViewportRelativeRect:XD,getDocumentElement:ni,getClippingRect:t$,getOffsetParent:Qx,getElementRects:i$,getClientRects:JD,getDimensions:r$,getScale:Go,isElement:In,isRTL:s$};function a$(e,t){let r=null,n;const i=ni(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=sl(l),b=sl(i.clientWidth-(u+f)),_=sl(i.clientHeight-(l+h)),A=sl(u),N={rootMargin:-y+"px "+-b+"px "+-_+"px "+-A+"px",threshold:Xr(0,fs(1,c))||1};let R=!0;function U(L){const W=L[0].intersectionRatio;if(W!==c){if(!R)return o();W?o(!1,W):n=setTimeout(()=>{o(!1,1e-7)},1e3)}R=!1}try{r=new IntersectionObserver(U,{...N,root:i.ownerDocument})}catch{r=new IntersectionObserver(U,N)}r.observe(e)}return o(!0),s}function c$(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=Ip(e),l=i||s?[...u?ac(u):[],...ac(t)]:[];l.forEach(P=>{i&&P.addEventListener("scroll",r,{passive:!0}),s&&P.addEventListener("resize",r)});const f=u&&a?a$(u,r):null;let h=-1,y=null;o&&(y=new ResizeObserver(P=>{let[N]=P;N&&N.target===u&&y&&(y.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var R;(R=y)==null||R.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(N=>{i&&N.removeEventListener("scroll",r),s&&N.removeEventListener("resize",r)}),f==null||f(),(P=y)==null||P.disconnect(),y=null,c&&cancelAnimationFrame(b)}}const u$=UD,l$=zD,f$=BD,d$=qD,h$=LD,e4=$D,p$=VD,m$=(e,t,r)=>{const n=new Map,i={platform:o$,...r},s={...i.platform,_c:n};return DD(e,t,{...i,platform:s})};var fl=typeof document<"u"?re.useLayoutEffect:re.useEffect;function dl(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let r,n,i;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!dl(e[n],t[n]))return!1;return!0}if(i=Object.keys(e),r=i.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,i[n]))return!1;for(n=r;n--!==0;){const s=i[n];if(!(s==="_owner"&&e.$$typeof)&&!dl(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function t4(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function r4(e,t){const r=t4(e);return Math.round(t*r)/r}function kp(e){const t=I.useRef(e);return fl(()=>{t.current=e}),t}function g$(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);dl(h,n)||y(n);const[b,_]=I.useState(null),[A,P]=I.useState(null),N=I.useCallback(M=>{M!==W.current&&(W.current=M,_(M))},[]),R=I.useCallback(M=>{M!==q.current&&(q.current=M,P(M))},[]),U=s||b,L=o||A,W=I.useRef(null),q=I.useRef(null),X=I.useRef(l),ie=c!=null,ae=kp(c),ce=kp(i),V=kp(u),$=I.useCallback(()=>{if(!W.current||!q.current)return;const M={placement:t,strategy:r,middleware:h};ce.current&&(M.platform=ce.current),m$(W.current,q.current,M).then(E=>{const O={...E,isPositioned:V.current!==!1};p.current&&!dl(X.current,O)&&(X.current=O,Y0.flushSync(()=>{f(O)}))})},[h,t,r,ce,V]);fl(()=>{u===!1&&X.current.isPositioned&&(X.current.isPositioned=!1,f(M=>({...M,isPositioned:!1})))},[u]);const p=I.useRef(!1);fl(()=>(p.current=!0,()=>{p.current=!1}),[]),fl(()=>{if(U&&(W.current=U),L&&(q.current=L),U&&L){if(ae.current)return ae.current(U,L,$);$()}},[U,L,$,ae,ie]);const d=I.useMemo(()=>({reference:W,floating:q,setReference:N,setFloating:R}),[N,R]),m=I.useMemo(()=>({reference:U,floating:L}),[U,L]),x=I.useMemo(()=>{const M={position:r,left:0,top:0};if(!m.floating)return M;const E=r4(m.floating,l.x),O=r4(m.floating,l.y);return a?{...M,transform:"translate("+E+"px, "+O+"px)",...t4(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 v$=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?e4({element:n.current,padding:i}).fn(r):{}:n?e4({element:n,padding:i}).fn(r):{}}}},y$=(e,t)=>({...u$(e),options:[e,t]}),b$=(e,t)=>({...l$(e),options:[e,t]}),w$=(e,t)=>({...p$(e),options:[e,t]}),_$=(e,t)=>({...f$(e),options:[e,t]}),x$=(e,t)=>({...d$(e),options:[e,t]}),S$=(e,t)=>({...h$(e),options:[e,t]}),E$=(e,t)=>({...v$(e),options:[e,t]});var C$="Arrow",n4=I.forwardRef((e,t)=>{const{children:r,width:n=10,height:i=5,...s}=e;return w.jsx(Wt.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"})})});n4.displayName=C$;var M$=n4;function T$(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,A$(i,...t)]}function A$(...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 Np(e){const[t,r]=I.useState(void 0);return ls(()=>{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 Rp="Popper",[i4,hl]=T$(Rp),[O$,s4]=i4(Rp),o4=e=>{const{__scopePopper:t,children:r}=e,[n,i]=I.useState(null);return w.jsx(O$,{scope:t,anchor:n,onAnchorChange:i,children:r})};o4.displayName=Rp;var a4="PopperAnchor",c4=I.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...i}=e,s=s4(a4,r),o=I.useRef(null),a=Qt(t,o);return I.useEffect(()=>{s.onAnchorChange((n==null?void 0:n.current)||o.current)}),n?null:w.jsx(Wt.div,{...i,ref:a})});c4.displayName=a4;var Dp="PopperContent",[I$,P$]=i4(Dp),u4=I.forwardRef((e,t)=>{var ve,ye,Ee,Se,Je,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:b,..._}=e,A=s4(Dp,r),[P,N]=I.useState(null),R=Qt(t,lt=>N(lt)),[U,L]=I.useState(null),W=Np(U),q=(W==null?void 0:W.width)??0,X=(W==null?void 0:W.height)??0,ie=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(k$),altBoundary:V},{refs:p,floatingStyles:d,placement:m,isPositioned:x,middlewareData:M}=g$({strategy:"fixed",placement:ie,whileElementsMounted:(...lt)=>c$(...lt,{animationFrame:y==="always"}),elements:{reference:A.anchor},middleware:[y$({mainAxis:i+X,alignmentAxis:o}),c&&b$({mainAxis:!0,crossAxis:!1,limiter:f==="partial"?w$():void 0,...$}),c&&_$({...$}),x$({...$,apply:({elements:lt,rects:ht,availableWidth:$e,availableHeight:mt})=>{const{width:_e,height:me}=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",`${me}px`)}}),U&&E$({element:U,padding:a}),N$({arrowWidth:q,arrowHeight:X}),h&&S$({strategy:"referenceHidden",...$})]}),[E,O]=d4(m),C=gr(b);ls(()=>{x&&(C==null||C())},[x,C]);const g=(ve=M.arrow)==null?void 0:ve.x,v=(ye=M.arrow)==null?void 0:ye.y,j=((Ee=M.arrow)==null?void 0:Ee.centerOffset)!==0,[ee,se]=I.useState();return ls(()=>{P&&se(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,(Je=M.transformOrigin)==null?void 0:Je.y].join(" "),...((Ue=M.hide)==null?void 0:Ue.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:w.jsx(I$,{scope:r,placedSide:E,onArrowChange:L,arrowX:g,arrowY:v,shouldHideArrow:j,children:w.jsx(Wt.div,{"data-side":E,"data-align":O,..._,ref:R,style:{..._.style,animation:x?void 0:"none"}})})})});u4.displayName=Dp;var l4="PopperArrow",j$={top:"bottom",right:"left",bottom:"top",left:"right"},f4=I.forwardRef(function(t,r){const{__scopePopper:n,...i}=t,s=P$(l4,n),o=j$[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(M$,{...i,ref:r,style:{...i.style,display:"block"}})})});f4.displayName=l4;function k$(e){return e!==null}var N$=e=>({name:"transformOrigin",options:e,fn(t){var A,P,N;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]=d4(r),f={start:"0%",center:"50%",end:"100%"}[l],h=(((P=i.arrow)==null?void 0:P.x)??0)+a/2,y=(((N=i.arrow)==null?void 0:N.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 d4(e){const[t,r="center"]=e.split("-");return[t,r]}var h4=o4,p4=c4,m4=u4,g4=f4,R$="Portal",v4=I.forwardRef((e,t)=>{var a;const{container:r,...n}=e,[i,s]=I.useState(!1);ls(()=>s(!0),[]);const o=r||i&&((a=globalThis==null?void 0:globalThis.document)==null?void 0:a.body);return o?$n.createPortal(w.jsx(Wt.div,{...n,ref:t}),o):null});v4.displayName=R$;function D$(e,t){return I.useReducer((r,n)=>t[r][n]??r,e)}var jn=e=>{const{present:t,children:r}=e,n=$$(t),i=typeof r=="function"?r({present:n.isPresent}):I.Children.only(r),s=Qt(n.ref,B$(i));return typeof r=="function"||n.isPresent?I.cloneElement(i,{ref:s}):null};jn.displayName="Presence";function $$(e){const[t,r]=I.useState(),n=I.useRef({}),i=I.useRef(e),s=I.useRef("none"),o=e?"mounted":"unmounted",[a,c]=D$(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return I.useEffect(()=>{const u=pl(n.current);s.current=a==="mounted"?u:"none"},[a]),ls(()=>{const u=n.current,l=i.current;if(l!==e){const h=s.current,y=pl(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]),ls(()=>{if(t){let u;const l=t.ownerDocument.defaultView??window,f=y=>{const _=pl(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=pl(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 pl(e){return(e==null?void 0:e.animationName)||"none"}function B$(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 cc({prop:e,defaultProp:t,onChange:r=()=>{}}){const[n,i]=L$({defaultProp:t,onChange:r}),s=e!==void 0,o=s?e:n,a=gr(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 L$({defaultProp:e,onChange:t}){const r=I.useState(e),[n]=r,i=I.useRef(n),s=gr(t);return I.useEffect(()=>{i.current!==n&&(s(n),i.current=n)},[n,i,s]),r}var F$="VisuallyHidden",y4=I.forwardRef((e,t)=>w.jsx(Wt.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}}));y4.displayName=F$;var U$=y4,[ml,FX]=Fo("Tooltip",[hl]),$p=hl(),b4="TooltipProvider",z$=700,w4="tooltip.open",[V$,_4]=ml(b4),x4=e=>{const{__scopeTooltip:t,delayDuration:r=z$,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(V$,{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})};x4.displayName=b4;var S4="Tooltip",[UX,gl]=ml(S4),Bp="TooltipTrigger",q$=I.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=gl(Bp,r),s=_4(Bp,r),o=$p(r),a=I.useRef(null),c=Qt(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(p4,{asChild:!0,...o,children:w.jsx(Wt.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...n,ref:c,onPointerMove:tt(e.onPointerMove,h=>{h.pointerType!=="touch"&&!l.current&&!s.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:tt(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:tt(e.onPointerDown,()=>{u.current=!0,document.addEventListener("pointerup",f,{once:!0})}),onFocus:tt(e.onFocus,()=>{u.current||i.onOpen()}),onBlur:tt(e.onBlur,i.onClose),onClick:tt(e.onClick,i.onClose)})})});q$.displayName=Bp;var G$="TooltipPortal",[zX,W$]=ml(G$,{forceMount:void 0}),Wo="TooltipContent",H$=I.forwardRef((e,t)=>{const r=W$(Wo,e.__scopeTooltip),{forceMount:n=r.forceMount,side:i="top",...s}=e,o=gl(Wo,e.__scopeTooltip);return w.jsx(jn,{present:n||o.open,children:o.disableHoverableContent?w.jsx(E4,{side:i,...s,ref:t}):w.jsx(K$,{side:i,...s,ref:t})})}),K$=I.forwardRef((e,t)=>{const r=gl(Wo,e.__scopeTooltip),n=_4(Wo,e.__scopeTooltip),i=I.useRef(null),s=Qt(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},N=Z$(P,A.getBoundingClientRect()),R=Q$(P,N),U=eB(_.getBoundingClientRect()),L=rB([...R,...U]);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},N=(c==null?void 0:c.contains(A))||(l==null?void 0:l.contains(A)),R=!tB(P,o);N?h():R&&(h(),u())};return document.addEventListener("pointermove",b),()=>document.removeEventListener("pointermove",b)}},[c,l,o,u,h]),w.jsx(E4,{...e,ref:s})}),[X$,J$]=ml(S4,{isInside:!1}),E4=I.forwardRef((e,t)=>{const{__scopeTooltip:r,children:n,"aria-label":i,onEscapeKeyDown:s,onPointerDownOutside:o,...a}=e,c=gl(Wo,r),u=$p(r),{onClose:l}=c;return I.useEffect(()=>(document.addEventListener(w4,l),()=>document.removeEventListener(w4,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(_p,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:o,onFocusOutside:f=>f.preventDefault(),onDismiss:l,children:w.jsxs(m4,{"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(Uo,{children:n}),w.jsx(X$,{scope:r,isInside:!0,children:w.jsx(U$,{id:c.contentId,role:"tooltip",children:i||n})})]})})});H$.displayName=Wo;var C4="TooltipArrow",Y$=I.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=$p(r);return J$(C4,r).isInside?null:w.jsx(g4,{...i,...n,ref:t})});Y$.displayName=C4;function Z$(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 Q$(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 eB(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 tB(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 rB(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),nB(t)}function nB(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 iB=x4,M4=I.createContext(void 0),sB=e=>{const{dir:t,children:r}=e;return w.jsx(M4.Provider,{value:t,children:r})};function Lp(e){const t=I.useContext(M4);return e||t||"ltr"}const oB=["tomato","red","ruby","crimson","pink","plum","purple","violet","iris","indigo","blue","cyan","teal","jade","green","grass","brown","orange"],aB=["sky","mint","lime","yellow","amber"],cB=["gold","bronze"],uB=[...oB,...aB,...cB],lB=["gray",...["mauve","slate","sage","olive","sand"]];function fB(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 dB=["inherit","light","dark"],hB=[...uB,"gray"],pB=[...lB,"auto"],Dr={hasBackground:{type:"boolean",default:!0},appearance:{type:"enum",values:dB,default:"inherit"},accentColor:{type:"enum",values:hB,default:"indigo"},grayColor:{type:"enum",values:pB,default:"auto"},panelBackground:{type:"enum",values:["solid","translucent"],default:"translucent"},radius:{type:"enum",values:["none","small","medium","large","full"],default:"medium"},scaling:{type:"enum",values:["90%","95%","100%","105%","110%"],default:"100%"}};function T4(e){return e==="gray"?"gray":fB(e)}const Ho=()=>{},vl=I.createContext(void 0);function mB(){const e=I.useContext(vl);if(e===void 0)throw new Error("`useThemeContext` must be used within a `Theme`");return e}const yl=I.forwardRef((e,t)=>I.useContext(vl)===void 0?I.createElement(iB,null,I.createElement(sB,{dir:"ltr"},I.createElement(A4,{...e,ref:t}))):I.createElement(Fp,{...e,ref:t}));yl.displayName="Theme";const A4=I.forwardRef((e,t)=>{const{appearance:r=Dr.appearance.default,accentColor:n=Dr.accentColor.default,grayColor:i=Dr.grayColor.default,panelBackground:s=Dr.panelBackground.default,radius:o=Dr.radius.default,scaling:a=Dr.scaling.default,hasBackground:c=Dr.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[N,R]=I.useState(o);I.useEffect(()=>R(o),[o]);const[U,L]=I.useState(a);I.useEffect(()=>L(a),[a]);const W=I.memo(({appearance:X})=>I.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);W.displayName="ExplicitRootAppearanceScript",I.useEffect(()=>gB(r),[r]);const q=b==="auto"?T4(h):b;return I.createElement(I.Fragment,null,l!=="inherit"&&I.createElement(W,{appearance:l}),c&&I.createElement("style",{dangerouslySetInnerHTML:{__html:`
|
|
54
54
|
:root, .light, .light-theme { --color-page-background: white; }
|
|
55
55
|
.dark, .dark-theme { --color-page-background: var(--${q}-1); }
|
|
56
56
|
body { background-color: var(--color-page-background); }
|
|
57
|
-
`}}),I.createElement(Tp,{...u,ref:t,isRoot:!0,hasBackground:c,appearance:l,accentColor:h,grayColor:b,panelBackground:T,radius:R,scaling:z,onAppearanceChange:f,onAccentColorChange:y,onGrayColorChange:w,onPanelBackgroundChange:P,onRadiusChange:N,onScalingChange:F}))});Yx.displayName="ThemeRoot";const Tp=I.forwardRef((e,t)=>{var r,n,i,s,o,a;const c=I.useContext(ml),{asChild:u,isRoot:l,hasBackground:f,appearance:h=(r=c==null?void 0:c.appearance)!==null&&r!==void 0?r:Dr.appearance.default,accentColor:y=(n=c==null?void 0:c.accentColor)!==null&&n!==void 0?n:Dr.accentColor.default,grayColor:b=(i=c==null?void 0:c.resolvedGrayColor)!==null&&i!==void 0?i:Dr.grayColor.default,panelBackground:w=(s=c==null?void 0:c.panelBackground)!==null&&s!==void 0?s:Dr.panelBackground.default,radius:T=(o=c==null?void 0:c.radius)!==null&&o!==void 0?o:Dr.radius.default,scaling:P=(a=c==null?void 0:c.scaling)!==null&&a!==void 0?a:Dr.scaling.default,onAppearanceChange:R=Fo,onAccentColorChange:N=Fo,onGrayColorChange:z=Fo,onPanelBackgroundChange:F=Fo,onRadiusChange:W=Fo,onScalingChange:q=Fo,...K}=e,te=u?xi:"div",oe=b==="auto"?Jx(y):b,H=e.appearance!==void 0&&e.appearance!=="inherit",L=e.grayColor!==void 0,D=!l&&(f===!0||f!==!1&&(H||L));return I.createElement(ml.Provider,{value:I.useMemo(()=>({appearance:h,accentColor:y,grayColor:b,resolvedGrayColor:oe,panelBackground:w,radius:T,scaling:P,onAppearanceChange:R,onAccentColorChange:N,onGrayColorChange:z,onPanelBackgroundChange:F,onRadiusChange:W,onScalingChange:q}),[h,y,b,oe,w,T,P,R,N,z,F,W,q])},I.createElement(te,{"data-is-root-theme":l?"true":"false","data-accent-color":y,"data-gray-color":oe,"data-has-background":D?"true":"false","data-panel-background":w,"data-radius":T,"data-scaling":P,ref:t,...K,className:Kt("radix-themes",{light:!l&&h==="light",dark:!l&&h==="dark"},K.className)}))});Tp.displayName="ThemeImpl";function LD(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 rc={type:"enum",values:Dr.accentColor.values,default:void 0},vl={type:"boolean",default:void 0};function bt(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,w=c==="initial"?`${h}${f}${b}`:`${c}:${h}${f}${b}`;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 Ls=["0","1","2","3","4","5","6","7","8","9"],FD={p:{type:"enum",values:Ls,default:void 0,responsive:!0},px:{type:"enum",values:Ls,default:void 0,responsive:!0},py:{type:"enum",values:Ls,default:void 0,responsive:!0},pt:{type:"enum",values:Ls,default:void 0,responsive:!0},pr:{type:"enum",values:Ls,default:void 0,responsive:!0},pb:{type:"enum",values:Ls,default:void 0,responsive:!0},pl:{type:"enum",values:Ls,default:void 0,responsive:!0}};function UD(e){const{p:t=_r.p.default,px:r=_r.px.default,py:n=_r.py.default,pt:i=_r.pt.default,pr:s=_r.pr.default,pb:o=_r.pb.default,pl:a=_r.pl.default,...c}=e;return{p:t,px:r,py:n,pt:i,pr:s,pb:o,pl:a,rest:c}}function zD(e){return[bt(e.p,"rt-r-p"),bt(e.px,"rt-r-px"),bt(e.py,"rt-r-py"),bt(e.pt,"rt-r-pt"),bt(e.pr,"rt-r-pr"),bt(e.pb,"rt-r-pb"),bt(e.pl,"rt-r-pl")].filter(Boolean).join(" ")}const VD=["static","relative","absolute","fixed","sticky"],nc=["auto","0","50%","100%"],Zx=["auto","min-content","max-content","100%","0","1","2","3","4","5","6","7","8","9"],_r={...FD,position:{type:"enum",values:VD,default:void 0,responsive:!0},inset:{type:"enum",values:nc,default:void 0,responsive:!0},top:{type:"enum",values:nc,default:void 0,responsive:!0},right:{type:"enum",values:nc,default:void 0,responsive:!0},bottom:{type:"enum",values:nc,default:void 0,responsive:!0},left:{type:"enum",values:nc,default:void 0,responsive:!0},width:{type:"enum",values:Zx,default:void 0,responsive:!0},height:{type:"enum",values:Zx,default:void 0,responsive:!0},shrink:{type:"enum",values:["0","1"],default:void 0,responsive:!0},grow:{type:"enum",values:["0","1"],default:void 0,responsive:!0}};function qD(e){const{rest:t,...r}=UD(e),{position:n=_r.position.default,width:i=_r.width.default,height:s=_r.height.default,inset:o=_r.inset.default,top:a=_r.top.default,bottom:c=_r.bottom.default,left:u=_r.left.default,right:l=_r.right.default,shrink:f=_r.shrink.default,grow:h=_r.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 HD(e){return[zD(e),bt(e.position,"rt-r-position"),bt(e.shrink,"rt-r-fs"),bt(e.grow,"rt-r-fg"),bt(e.width,"rt-r-w"),bt(e.height,"rt-r-h"),bt(e.inset,"rt-r-inset"),bt(e.top,"rt-r-top"),bt(e.bottom,"rt-r-bottom"),bt(e.left,"rt-r-left"),bt(e.right,"rt-r-right")].filter(Boolean).join(" ")}const Fs=["auto","0","1","2","3","4","5","6","7","8","9","-1","-2","-3","-4","-5","-6","-7","-8","-9"],Us={m:{type:"enum",values:Fs,default:void 0,responsive:!0},mx:{type:"enum",values:Fs,default:void 0,responsive:!0},my:{type:"enum",values:Fs,default:void 0,responsive:!0},mt:{type:"enum",values:Fs,default:void 0,responsive:!0},mr:{type:"enum",values:Fs,default:void 0,responsive:!0},mb:{type:"enum",values:Fs,default:void 0,responsive:!0},ml:{type:"enum",values:Fs,default:void 0,responsive:!0}};function Uo(e){const{m:t=Us.m.default,mx:r=Us.mx.default,my:n=Us.my.default,mt:i=Us.mt.default,mr:s=Us.mr.default,mb:o=Us.mb.default,ml:a=Us.ml.default,...c}=e;return{m:t,mx:r,my:n,mt:i,mr:s,mb:o,ml:a,rest:c}}function zo(e){return[bt(e.m,"rt-r-m"),bt(e.mx,"rt-r-mx"),bt(e.my,"rt-r-my"),bt(e.mt,"rt-r-mt"),bt(e.mr,"rt-r-mr"),bt(e.mb,"rt-r-mb"),bt(e.ml,"rt-r-ml")].filter(Boolean).join(" ")}const Op={type:"enum",values:Dr.radius.values,default:void 0},Vo={display:{type:"enum",values:["none","inline-flex","flex"],default:"flex",responsive:!0},direction:{type:"enum",values:["row","column","row-reverse","column-reverse"],default:void 0,responsive:!0},align:{type:"enum",values:["start","center","end","baseline","stretch"],default:void 0,responsive:!0},justify:{type:"enum",values:["start","center","end","between"],default:"start",responsive:!0},wrap:{type:"enum",values:["nowrap","wrap","wrap-reverse"],default:void 0,responsive:!0},gap:{type:"enum",values:["0","1","2","3","4","5","6","7","8","9"],default:void 0,responsive:!0}},Qx=I.forwardRef((e,t)=>{const{rest:r,...n}=Uo(e),{rest:i,...s}=qD(r),{className:o,asChild:a,display:c=Vo.display.default,direction:u=Vo.direction.default,align:l=Vo.align.default,justify:f=Vo.justify.default,wrap:h=Vo.wrap.default,gap:y=Vo.gap.default,...b}=i,w=a?xi:"div";return I.createElement(w,{...b,ref:t,className:Kt("rt-Flex",o,bt(c,"rt-r-display"),bt(u,"rt-r-fd"),bt(l,"rt-r-ai"),bt(f,"rt-r-jc",{between:"space-between"}),bt(h,"rt-r-fw"),bt(y,"rt-r-gap"),HD(s),zo(n))})});Qx.displayName="Flex";function e4(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 Ip="Checkbox",[WD,bK]=jo(Ip),[GD,KD]=WD(Ip),t4=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=Qt(t,z=>y(z)),w=I.useRef(!1),T=h?l||!!h.closest("form"):!0,[P=!1,R]=tc({prop:i,defaultProp:s,onChange:u}),N=I.useRef(P);return I.useEffect(()=>{const z=h==null?void 0:h.form;if(z){const F=()=>R(N.current);return z.addEventListener("reset",F),()=>z.removeEventListener("reset",F)}},[h,R]),_.jsxs(GD,{scope:r,state:P,disabled:a,children:[_.jsx(Wt.button,{type:"button",role:"checkbox","aria-checked":is(P)?"mixed":P,"aria-required":o,"data-state":i4(P),"data-disabled":a?"":void 0,disabled:a,value:c,...f,ref:b,onKeyDown:et(e.onKeyDown,z=>{z.key==="Enter"&&z.preventDefault()}),onClick:et(e.onClick,z=>{R(F=>is(F)?!0:!F),T&&(w.current=z.isPropagationStopped(),w.current||z.stopPropagation())})}),T&&_.jsx(XD,{control:h,bubbles:!w.current,name:n,value:c,checked:P,required:o,disabled:a,form:l,style:{transform:"translateX(-100%)"},defaultChecked:is(s)?!1:s})]})});t4.displayName=Ip;var r4="CheckboxIndicator",n4=I.forwardRef((e,t)=>{const{__scopeCheckbox:r,forceMount:n,...i}=e,s=KD(r4,r);return _.jsx(Mn,{present:n||is(s.state)||s.state===!0,children:_.jsx(Wt.span,{"data-state":i4(s.state),"data-disabled":s.disabled?"":void 0,...i,ref:t,style:{pointerEvents:"none",...e.style}})})});n4.displayName=r4;var XD=e=>{const{control:t,checked:r,bubbles:n=!0,defaultChecked:i,...s}=e,o=I.useRef(null),a=e4(r),c=xp(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 _.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 i4(e){return is(e)?"indeterminate":e?"checked":"unchecked"}var JD=t4,YD=n4;const yl={size:{type:"enum",values:["1","2","3"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","surface","soft"],default:"surface"},color:rc,highContrast:vl},bl=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"})));bl.displayName="ThickCheckIcon";const ZD=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"})));ZD.displayName="ChevronDownIcon";const s4=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"})));s4.displayName="ThickChevronRightIcon";const QD=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"})));QD.displayName="InfoCircledIcon";const wl=I.forwardRef((e,t)=>{const{rest:r,...n}=Uo(e),{className:i,style:s,size:o=yl.size.default,variant:a=yl.variant.default,color:c=yl.color.default,highContrast:u=yl.highContrast.default,...l}=r;return I.createElement("span",{className:Kt("rt-CheckboxRoot",i,bt(o,"rt-r-size"),zo(n)),style:s},I.createElement(JD,{"data-accent-color":c,...l,ref:t,className:Kt("rt-reset","rt-CheckboxButton",`rt-variant-${a}`,{"rt-high-contrast":u})},I.createElement(YD,{className:"rt-CheckboxIndicator"},I.createElement(bl,{className:"rt-CheckboxIndicatorIcon"}))))});wl.displayName="Checkbox";function e$(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,w=(h==null?void 0:h[e][c])||a,T=I.useMemo(()=>b,Object.values(b));return _.jsx(w.Provider,{value:T,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,t$(i,...t)]}function t$(...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 o4(e){const t=e+"CollectionProvider",[r,n]=e$(t),[i,s]=r(t,{collectionRef:{current:null},itemMap:new Map}),o=y=>{const{scope:b,children:w}=y,T=ie.useRef(null),P=ie.useRef(new Map).current;return _.jsx(i,{scope:b,itemMap:P,collectionRef:T,children:w})};o.displayName=t;const a=e+"CollectionSlot",c=ie.forwardRef((y,b)=>{const{scope:w,children:T}=y,P=s(a,w),R=Qt(b,P.collectionRef);return _.jsx(xi,{ref:R,children:T})});c.displayName=a;const u=e+"CollectionItemSlot",l="data-radix-collection-item",f=ie.forwardRef((y,b)=>{const{scope:w,children:T,...P}=y,R=ie.useRef(null),N=Qt(b,R),z=s(u,w);return ie.useEffect(()=>(z.itemMap.set(R,{ref:R,...P}),()=>void z.itemMap.delete(R))),_.jsx(xi,{[l]:"",ref:N,children:T})});f.displayName=u;function h(y){const b=s(e+"CollectionConsumer",y);return ie.useCallback(()=>{const T=b.collectionRef.current;if(!T)return[];const P=Array.from(T.querySelectorAll(`[${l}]`));return Array.from(b.itemMap.values()).sort((z,F)=>P.indexOf(z.ref.current)-P.indexOf(F.ref.current))},[b.collectionRef,b.itemMap])}return[{Provider:o,Slot:c,ItemSlot:f},h,n]}function r$(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,w=(h==null?void 0:h[e][c])||a,T=I.useMemo(()=>b,Object.values(b));return _.jsx(w.Provider,{value:T,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,n$(i,...t)]}function n$(...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 Pp="rovingFocusGroup.onEntryFocus",i$={bubbles:!1,cancelable:!0},_l="RovingFocusGroup",[kp,a4,s$]=o4(_l),[o$,c4]=r$(_l,[s$]),[a$,c$]=o$(_l),u4=I.forwardRef((e,t)=>_.jsx(kp.Provider,{scope:e.__scopeRovingFocusGroup,children:_.jsx(kp.Slot,{scope:e.__scopeRovingFocusGroup,children:_.jsx(u$,{...e,ref:t})})}));u4.displayName=_l;var u$=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=Qt(t,h),b=Ap(s),[w=null,T]=tc({prop:o,defaultProp:a,onChange:c}),[P,R]=I.useState(!1),N=mr(u),z=a4(r),F=I.useRef(!1),[W,q]=I.useState(0);return I.useEffect(()=>{const K=h.current;if(K)return K.addEventListener(Pp,N),()=>K.removeEventListener(Pp,N)},[N]),_.jsx(a$,{scope:r,orientation:n,dir:b,loop:i,currentTabStopId:w,onItemFocus:I.useCallback(K=>T(K),[T]),onItemShiftTab:I.useCallback(()=>R(!0),[]),onFocusableItemAdd:I.useCallback(()=>q(K=>K+1),[]),onFocusableItemRemove:I.useCallback(()=>q(K=>K-1),[]),children:_.jsx(Wt.div,{tabIndex:P||W===0?-1:0,"data-orientation":n,...f,ref:y,style:{outline:"none",...e.style},onMouseDown:et(e.onMouseDown,()=>{F.current=!0}),onFocus:et(e.onFocus,K=>{const te=!F.current;if(K.target===K.currentTarget&&te&&!P){const oe=new CustomEvent(Pp,i$);if(K.currentTarget.dispatchEvent(oe),!oe.defaultPrevented){const H=z().filter(m=>m.focusable),L=H.find(m=>m.active),D=H.find(m=>m.id===w),d=[L,D,...H].filter(Boolean).map(m=>m.ref.current);d4(d,l)}}F.current=!1}),onBlur:et(e.onBlur,()=>R(!1))})})}),l4="RovingFocusGroupItem",f4=I.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,focusable:n=!0,active:i=!1,tabStopId:s,...o}=e,a=Ya(),c=s||a,u=c$(l4,r),l=u.currentTabStopId===c,f=a4(r),{onFocusableItemAdd:h,onFocusableItemRemove:y}=u;return I.useEffect(()=>{if(n)return h(),()=>y()},[n,h,y]),_.jsx(kp.ItemSlot,{scope:r,id:c,focusable:n,active:i,children:_.jsx(Wt.span,{tabIndex:l?0:-1,"data-orientation":u.orientation,...o,ref:t,onMouseDown:et(e.onMouseDown,b=>{n?u.onItemFocus(c):b.preventDefault()}),onFocus:et(e.onFocus,()=>u.onItemFocus(c)),onKeyDown:et(e.onKeyDown,b=>{if(b.key==="Tab"&&b.shiftKey){u.onItemShiftTab();return}if(b.target!==b.currentTarget)return;const w=d$(b,u.orientation,u.dir);if(w!==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(w==="last")P.reverse();else if(w==="prev"||w==="next"){w==="prev"&&P.reverse();const R=P.indexOf(b.currentTarget);P=u.loop?h$(P,R+1):P.slice(R+1)}setTimeout(()=>d4(P))}})})})});f4.displayName=l4;var l$={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function f$(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function d$(e,t,r){const n=f$(e.key,r);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(n))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(n)))return l$[n]}function d4(e,t=!1){const r=document.activeElement;for(const n of e)if(n===r||(n.focus({preventScroll:t}),document.activeElement!==r))return}function h$(e,t){return e.map((r,n)=>e[(t+n)%e.length])}var p$=u4,m$=f4;function g$(e,[t,r]){return Math.min(r,Math.max(t,e))}var jp=0;function v$(){I.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??h4()),document.body.insertAdjacentElement("beforeend",e[1]??h4()),jp++,()=>{jp===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),jp--}},[])}function h4(){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 Rp="focusScope.autoFocusOnMount",Np="focusScope.autoFocusOnUnmount",p4={bubbles:!1,cancelable:!0},y$="FocusScope",m4=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=Qt(t,w=>c(w)),y=I.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;I.useEffect(()=>{if(n){let w=function(N){if(y.paused||!a)return;const z=N.target;a.contains(z)?f.current=z:ss(f.current,{select:!0})},T=function(N){if(y.paused||!a)return;const z=N.relatedTarget;z!==null&&(a.contains(z)||ss(f.current,{select:!0}))},P=function(N){if(document.activeElement===document.body)for(const F of N)F.removedNodes.length>0&&ss(a)};document.addEventListener("focusin",w),document.addEventListener("focusout",T);const R=new MutationObserver(P);return a&&R.observe(a,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",T),R.disconnect()}}},[n,a,y.paused]),I.useEffect(()=>{if(a){y4.add(y);const w=document.activeElement;if(!a.contains(w)){const P=new CustomEvent(Rp,p4);a.addEventListener(Rp,u),a.dispatchEvent(P),P.defaultPrevented||(b$(E$(g4(a)),{select:!0}),document.activeElement===w&&ss(a))}return()=>{a.removeEventListener(Rp,u),setTimeout(()=>{const P=new CustomEvent(Np,p4);a.addEventListener(Np,l),a.dispatchEvent(P),P.defaultPrevented||ss(w??document.body,{select:!0}),a.removeEventListener(Np,l),y4.remove(y)},0)}}},[a,u,l,y]);const b=I.useCallback(w=>{if(!r&&!n||y.paused)return;const T=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,P=document.activeElement;if(T&&P){const R=w.currentTarget,[N,z]=w$(R);N&&z?!w.shiftKey&&P===z?(w.preventDefault(),r&&ss(N,{select:!0})):w.shiftKey&&P===N&&(w.preventDefault(),r&&ss(z,{select:!0})):P===R&&w.preventDefault()}},[r,n,y.paused]);return _.jsx(Wt.div,{tabIndex:-1,...o,ref:h,onKeyDown:b})});m4.displayName=y$;function b$(e,{select:t=!1}={}){const r=document.activeElement;for(const n of e)if(ss(n,{select:t}),document.activeElement!==r)return}function w$(e){const t=g4(e),r=v4(t,e),n=v4(t.reverse(),e);return[r,n]}function g4(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 v4(e,t){for(const r of e)if(!_$(r,{upTo:t}))return r}function _$(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 x$(e){return e instanceof HTMLInputElement&&"select"in e}function ss(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&x$(e)&&t&&e.select()}}var y4=S$();function S$(){let e=[];return{add(t){const r=e[0];t!==r&&(r==null||r.pause()),e=b4(e,t),e.unshift(t)},remove(t){var r;e=b4(e,t),(r=e[0])==null||r.resume()}}}function b4(e,t){const r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}function E$(e){return e.filter(t=>t.tagName!=="A")}var C$=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},qo=new WeakMap,xl=new WeakMap,Sl={},Dp=0,w4=function(e){return e&&(e.host||w4(e.parentNode))},M$=function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=w4(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})},A$=function(e,t,r,n){var i=M$(t,Array.isArray(e)?e:[e]);Sl[r]||(Sl[r]=new WeakMap);var s=Sl[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",w=(qo.get(h)||0)+1,T=(s.get(h)||0)+1;qo.set(h,w),s.set(h,T),o.push(h),w===1&&b&&xl.set(h,!0),T===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(),Dp++,function(){o.forEach(function(f){var h=qo.get(f)-1,y=s.get(f)-1;qo.set(f,h),s.set(f,y),h||(xl.has(f)||f.removeAttribute(n),xl.delete(f)),y||f.removeAttribute(r)}),Dp--,Dp||(qo=new WeakMap,qo=new WeakMap,xl=new WeakMap,Sl={})}},T$=function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),i=t||C$(e);return i?(n.push.apply(n,Array.from(i.querySelectorAll("[aria-live]"))),A$(n,i,r,"aria-hidden")):function(){return null}},ei=function(){return ei=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},ei.apply(this,arguments)};function _4(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 O$(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))}typeof SuppressedError=="function"&&SuppressedError;var El="right-scroll-bar-position",Cl="width-before-scroll-bar",I$="with-scroll-bars-hidden",P$="--removed-body-scroll-bar-size";function $p(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function k$(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 j$=typeof window<"u"?I.useLayoutEffect:I.useEffect,x4=new WeakMap;function R$(e,t){var r=k$(t||null,function(n){return e.forEach(function(i){return $p(i,n)})});return j$(function(){var n=x4.get(r);if(n){var i=new Set(n),s=new Set(e),o=r.current;i.forEach(function(a){s.has(a)||$p(a,null)}),s.forEach(function(a){i.has(a)||$p(a,o)})}x4.set(r,e)},[e]),r}function N$(e){return e}function D$(e,t){t===void 0&&(t=N$);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 $$(e){e===void 0&&(e={});var t=D$(null);return t.options=ei({async:!0,ssr:!1},e),t}var S4=function(e){var t=e.sideCar,r=_4(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,ei({},r))};S4.isSideCarExport=!0;function B$(e,t){return e.useMedium(t),S4}var E4=$$(),Bp=function(){},Ml=I.forwardRef(function(e,t){var r=I.useRef(null),n=I.useState({onScrollCapture:Bp,onWheelCapture:Bp,onTouchMoveCapture:Bp}),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,w=e.allowPinchZoom,T=e.as,P=T===void 0?"div":T,R=e.gapMode,N=_4(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),z=h,F=R$([r,t]),W=ei(ei({},N),i);return I.createElement(I.Fragment,null,l&&I.createElement(z,{sideCar:E4,removeScrollBar:u,shards:f,noIsolation:y,inert:b,setCallbacks:s,allowPinchZoom:!!w,lockRef:r,gapMode:R}),o?I.cloneElement(I.Children.only(a),ei(ei({},W),{ref:F})):I.createElement(P,ei({},W,{className:c,ref:F}),a))});Ml.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Ml.classNames={fullWidth:Cl,zeroRight:El};var C4,L$=function(){if(C4)return C4;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function F$(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=L$();return t&&e.setAttribute("nonce",t),e}function U$(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function z$(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var V$=function(){var e=0,t=null;return{add:function(r){e==0&&(t=F$())&&(U$(t,r),z$(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},q$=function(){var e=V$();return function(t,r){I.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},M4=function(){var e=q$(),t=function(r){var n=r.styles,i=r.dynamic;return e(n,i),null};return t},H$={left:0,top:0,right:0,gap:0},Lp=function(e){return parseInt(e||"",10)||0},W$=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[Lp(r),Lp(n),Lp(i)]},G$=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return H$;var t=W$(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])}},K$=M4(),Ho="data-scroll-locked",X$=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(
|
|
57
|
+
`}}),I.createElement(Fp,{...u,ref:t,isRoot:!0,hasBackground:c,appearance:l,accentColor:h,grayColor:b,panelBackground:A,radius:N,scaling:U,onAppearanceChange:f,onAccentColorChange:y,onGrayColorChange:_,onPanelBackgroundChange:P,onRadiusChange:R,onScalingChange:L}))});A4.displayName="ThemeRoot";const Fp=I.forwardRef((e,t)=>{var r,n,i,s,o,a;const c=I.useContext(vl),{asChild:u,isRoot:l,hasBackground:f,appearance:h=(r=c==null?void 0:c.appearance)!==null&&r!==void 0?r:Dr.appearance.default,accentColor:y=(n=c==null?void 0:c.accentColor)!==null&&n!==void 0?n:Dr.accentColor.default,grayColor:b=(i=c==null?void 0:c.resolvedGrayColor)!==null&&i!==void 0?i:Dr.grayColor.default,panelBackground:_=(s=c==null?void 0:c.panelBackground)!==null&&s!==void 0?s:Dr.panelBackground.default,radius:A=(o=c==null?void 0:c.radius)!==null&&o!==void 0?o:Dr.radius.default,scaling:P=(a=c==null?void 0:c.scaling)!==null&&a!==void 0?a:Dr.scaling.default,onAppearanceChange:N=Ho,onAccentColorChange:R=Ho,onGrayColorChange:U=Ho,onPanelBackgroundChange:L=Ho,onRadiusChange:W=Ho,onScalingChange:q=Ho,...X}=e,ie=u?ki:"div",ae=b==="auto"?T4(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(vl.Provider,{value:I.useMemo(()=>({appearance:h,accentColor:y,grayColor:b,resolvedGrayColor:ae,panelBackground:_,radius:A,scaling:P,onAppearanceChange:N,onAccentColorChange:R,onGrayColorChange:U,onPanelBackgroundChange:L,onRadiusChange:W,onScalingChange:q}),[h,y,b,ae,_,A,P,N,R,U,L,W,q])},I.createElement(ie,{"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,...X,className:Kt("radix-themes",{light:!l&&h==="light",dark:!l&&h==="dark"},X.className)}))});Fp.displayName="ThemeImpl";function gB(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 uc={type:"enum",values:Dr.accentColor.values,default:void 0},bl={type:"boolean",default:void 0};function bt(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 Ws=["0","1","2","3","4","5","6","7","8","9"],vB={p:{type:"enum",values:Ws,default:void 0,responsive:!0},px:{type:"enum",values:Ws,default:void 0,responsive:!0},py:{type:"enum",values:Ws,default:void 0,responsive:!0},pt:{type:"enum",values:Ws,default:void 0,responsive:!0},pr:{type:"enum",values:Ws,default:void 0,responsive:!0},pb:{type:"enum",values:Ws,default:void 0,responsive:!0},pl:{type:"enum",values:Ws,default:void 0,responsive:!0}};function yB(e){const{p:t=_r.p.default,px:r=_r.px.default,py:n=_r.py.default,pt:i=_r.pt.default,pr:s=_r.pr.default,pb:o=_r.pb.default,pl:a=_r.pl.default,...c}=e;return{p:t,px:r,py:n,pt:i,pr:s,pb:o,pl:a,rest:c}}function bB(e){return[bt(e.p,"rt-r-p"),bt(e.px,"rt-r-px"),bt(e.py,"rt-r-py"),bt(e.pt,"rt-r-pt"),bt(e.pr,"rt-r-pr"),bt(e.pb,"rt-r-pb"),bt(e.pl,"rt-r-pl")].filter(Boolean).join(" ")}const wB=["static","relative","absolute","fixed","sticky"],lc=["auto","0","50%","100%"],O4=["auto","min-content","max-content","100%","0","1","2","3","4","5","6","7","8","9"],_r={...vB,position:{type:"enum",values:wB,default:void 0,responsive:!0},inset:{type:"enum",values:lc,default:void 0,responsive:!0},top:{type:"enum",values:lc,default:void 0,responsive:!0},right:{type:"enum",values:lc,default:void 0,responsive:!0},bottom:{type:"enum",values:lc,default:void 0,responsive:!0},left:{type:"enum",values:lc,default:void 0,responsive:!0},width:{type:"enum",values:O4,default:void 0,responsive:!0},height:{type:"enum",values:O4,default:void 0,responsive:!0},shrink:{type:"enum",values:["0","1"],default:void 0,responsive:!0},grow:{type:"enum",values:["0","1"],default:void 0,responsive:!0}};function _B(e){const{rest:t,...r}=yB(e),{position:n=_r.position.default,width:i=_r.width.default,height:s=_r.height.default,inset:o=_r.inset.default,top:a=_r.top.default,bottom:c=_r.bottom.default,left:u=_r.left.default,right:l=_r.right.default,shrink:f=_r.shrink.default,grow:h=_r.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 xB(e){return[bB(e),bt(e.position,"rt-r-position"),bt(e.shrink,"rt-r-fs"),bt(e.grow,"rt-r-fg"),bt(e.width,"rt-r-w"),bt(e.height,"rt-r-h"),bt(e.inset,"rt-r-inset"),bt(e.top,"rt-r-top"),bt(e.bottom,"rt-r-bottom"),bt(e.left,"rt-r-left"),bt(e.right,"rt-r-right")].filter(Boolean).join(" ")}const Hs=["auto","0","1","2","3","4","5","6","7","8","9","-1","-2","-3","-4","-5","-6","-7","-8","-9"],Ks={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 Ko(e){const{m:t=Ks.m.default,mx:r=Ks.mx.default,my:n=Ks.my.default,mt:i=Ks.mt.default,mr:s=Ks.mr.default,mb:o=Ks.mb.default,ml:a=Ks.ml.default,...c}=e;return{m:t,mx:r,my:n,mt:i,mr:s,mb:o,ml:a,rest:c}}function Xo(e){return[bt(e.m,"rt-r-m"),bt(e.mx,"rt-r-mx"),bt(e.my,"rt-r-my"),bt(e.mt,"rt-r-mt"),bt(e.mr,"rt-r-mr"),bt(e.mb,"rt-r-mb"),bt(e.ml,"rt-r-ml")].filter(Boolean).join(" ")}const Up={type:"enum",values:Dr.radius.values,default:void 0},Jo={display:{type:"enum",values:["none","inline-flex","flex"],default:"flex",responsive:!0},direction:{type:"enum",values:["row","column","row-reverse","column-reverse"],default:void 0,responsive:!0},align:{type:"enum",values:["start","center","end","baseline","stretch"],default:void 0,responsive:!0},justify:{type:"enum",values:["start","center","end","between"],default:"start",responsive:!0},wrap:{type:"enum",values:["nowrap","wrap","wrap-reverse"],default:void 0,responsive:!0},gap:{type:"enum",values:["0","1","2","3","4","5","6","7","8","9"],default:void 0,responsive:!0}},I4=I.forwardRef((e,t)=>{const{rest:r,...n}=Ko(e),{rest:i,...s}=_B(r),{className:o,asChild:a,display:c=Jo.display.default,direction:u=Jo.direction.default,align:l=Jo.align.default,justify:f=Jo.justify.default,wrap:h=Jo.wrap.default,gap:y=Jo.gap.default,...b}=i,_=a?ki:"div";return I.createElement(_,{...b,ref:t,className:Kt("rt-Flex",o,bt(c,"rt-r-display"),bt(u,"rt-r-fd"),bt(l,"rt-r-ai"),bt(f,"rt-r-jc",{between:"space-between"}),bt(h,"rt-r-fw"),bt(y,"rt-r-gap"),xB(s),Xo(n))})});I4.displayName="Flex";function P4(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 zp="Checkbox",[SB,rJ]=Fo(zp),[EB,CB]=SB(zp),j4=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=Qt(t,U=>y(U)),_=I.useRef(!1),A=h?l||!!h.closest("form"):!0,[P=!1,N]=cc({prop:i,defaultProp:s,onChange:u}),R=I.useRef(P);return I.useEffect(()=>{const U=h==null?void 0:h.form;if(U){const L=()=>N(R.current);return U.addEventListener("reset",L),()=>U.removeEventListener("reset",L)}},[h,N]),w.jsxs(EB,{scope:r,state:P,disabled:a,children:[w.jsx(Wt.button,{type:"button",role:"checkbox","aria-checked":ps(P)?"mixed":P,"aria-required":o,"data-state":R4(P),"data-disabled":a?"":void 0,disabled:a,value:c,...f,ref:b,onKeyDown:tt(e.onKeyDown,U=>{U.key==="Enter"&&U.preventDefault()}),onClick:tt(e.onClick,U=>{N(L=>ps(L)?!0:!L),A&&(_.current=U.isPropagationStopped(),_.current||U.stopPropagation())})}),A&&w.jsx(MB,{control:h,bubbles:!_.current,name:n,value:c,checked:P,required:o,disabled:a,form:l,style:{transform:"translateX(-100%)"},defaultChecked:ps(s)?!1:s})]})});j4.displayName=zp;var k4="CheckboxIndicator",N4=I.forwardRef((e,t)=>{const{__scopeCheckbox:r,forceMount:n,...i}=e,s=CB(k4,r);return w.jsx(jn,{present:n||ps(s.state)||s.state===!0,children:w.jsx(Wt.span,{"data-state":R4(s.state),"data-disabled":s.disabled?"":void 0,...i,ref:t,style:{pointerEvents:"none",...e.style}})})});N4.displayName=k4;var MB=e=>{const{control:t,checked:r,bubbles:n=!0,defaultChecked:i,...s}=e,o=I.useRef(null),a=P4(r),c=Np(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=ps(r),y.call(l,ps(r)?!1:r),l.dispatchEvent(b)}},[a,r,n]);const u=I.useRef(ps(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 ps(e){return e==="indeterminate"}function R4(e){return ps(e)?"indeterminate":e?"checked":"unchecked"}var TB=j4,AB=N4;const wl={size:{type:"enum",values:["1","2","3"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","surface","soft"],default:"surface"},color:uc,highContrast:bl},_l=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"})));_l.displayName="ThickCheckIcon";const OB=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"})));OB.displayName="ChevronDownIcon";const D4=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"})));D4.displayName="ThickChevronRightIcon";const IB=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"})));IB.displayName="InfoCircledIcon";const xl=I.forwardRef((e,t)=>{const{rest:r,...n}=Ko(e),{className:i,style:s,size:o=wl.size.default,variant:a=wl.variant.default,color:c=wl.color.default,highContrast:u=wl.highContrast.default,...l}=r;return I.createElement("span",{className:Kt("rt-CheckboxRoot",i,bt(o,"rt-r-size"),Xo(n)),style:s},I.createElement(TB,{"data-accent-color":c,...l,ref:t,className:Kt("rt-reset","rt-CheckboxButton",`rt-variant-${a}`,{"rt-high-contrast":u})},I.createElement(AB,{className:"rt-CheckboxIndicator"},I.createElement(_l,{className:"rt-CheckboxIndicatorIcon"}))))});xl.displayName="Checkbox";function PB(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,jB(i,...t)]}function jB(...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 $4(e){const t=e+"CollectionProvider",[r,n]=PB(t),[i,s]=r(t,{collectionRef:{current:null},itemMap:new Map}),o=y=>{const{scope:b,children:_}=y,A=re.useRef(null),P=re.useRef(new Map).current;return w.jsx(i,{scope:b,itemMap:P,collectionRef:A,children:_})};o.displayName=t;const a=e+"CollectionSlot",c=re.forwardRef((y,b)=>{const{scope:_,children:A}=y,P=s(a,_),N=Qt(b,P.collectionRef);return w.jsx(ki,{ref:N,children:A})});c.displayName=a;const u=e+"CollectionItemSlot",l="data-radix-collection-item",f=re.forwardRef((y,b)=>{const{scope:_,children:A,...P}=y,N=re.useRef(null),R=Qt(b,N),U=s(u,_);return re.useEffect(()=>(U.itemMap.set(N,{ref:N,...P}),()=>void U.itemMap.delete(N))),w.jsx(ki,{[l]:"",ref:R,children:A})});f.displayName=u;function h(y){const b=s(e+"CollectionConsumer",y);return re.useCallback(()=>{const A=b.collectionRef.current;if(!A)return[];const P=Array.from(A.querySelectorAll(`[${l}]`));return Array.from(b.itemMap.values()).sort((U,L)=>P.indexOf(U.ref.current)-P.indexOf(L.ref.current))},[b.collectionRef,b.itemMap])}return[{Provider:o,Slot:c,ItemSlot:f},h,n]}function kB(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,NB(i,...t)]}function NB(...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 Vp="rovingFocusGroup.onEntryFocus",RB={bubbles:!1,cancelable:!0},Sl="RovingFocusGroup",[qp,B4,DB]=$4(Sl),[$B,L4]=kB(Sl,[DB]),[BB,LB]=$B(Sl),F4=I.forwardRef((e,t)=>w.jsx(qp.Provider,{scope:e.__scopeRovingFocusGroup,children:w.jsx(qp.Slot,{scope:e.__scopeRovingFocusGroup,children:w.jsx(FB,{...e,ref:t})})}));F4.displayName=Sl;var FB=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=Qt(t,h),b=Lp(s),[_=null,A]=cc({prop:o,defaultProp:a,onChange:c}),[P,N]=I.useState(!1),R=gr(u),U=B4(r),L=I.useRef(!1),[W,q]=I.useState(0);return I.useEffect(()=>{const X=h.current;if(X)return X.addEventListener(Vp,R),()=>X.removeEventListener(Vp,R)},[R]),w.jsx(BB,{scope:r,orientation:n,dir:b,loop:i,currentTabStopId:_,onItemFocus:I.useCallback(X=>A(X),[A]),onItemShiftTab:I.useCallback(()=>N(!0),[]),onFocusableItemAdd:I.useCallback(()=>q(X=>X+1),[]),onFocusableItemRemove:I.useCallback(()=>q(X=>X-1),[]),children:w.jsx(Wt.div,{tabIndex:P||W===0?-1:0,"data-orientation":n,...f,ref:y,style:{outline:"none",...e.style},onMouseDown:tt(e.onMouseDown,()=>{L.current=!0}),onFocus:tt(e.onFocus,X=>{const ie=!L.current;if(X.target===X.currentTarget&&ie&&!P){const ae=new CustomEvent(Vp,RB);if(X.currentTarget.dispatchEvent(ae),!ae.defaultPrevented){const ce=U().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);V4(d,l)}}L.current=!1}),onBlur:tt(e.onBlur,()=>N(!1))})})}),U4="RovingFocusGroupItem",z4=I.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,focusable:n=!0,active:i=!1,tabStopId:s,...o}=e,a=ic(),c=s||a,u=LB(U4,r),l=u.currentTabStopId===c,f=B4(r),{onFocusableItemAdd:h,onFocusableItemRemove:y}=u;return I.useEffect(()=>{if(n)return h(),()=>y()},[n,h,y]),w.jsx(qp.ItemSlot,{scope:r,id:c,focusable:n,active:i,children:w.jsx(Wt.span,{tabIndex:l?0:-1,"data-orientation":u.orientation,...o,ref:t,onMouseDown:tt(e.onMouseDown,b=>{n?u.onItemFocus(c):b.preventDefault()}),onFocus:tt(e.onFocus,()=>u.onItemFocus(c)),onKeyDown:tt(e.onKeyDown,b=>{if(b.key==="Tab"&&b.shiftKey){u.onItemShiftTab();return}if(b.target!==b.currentTarget)return;const _=VB(b,u.orientation,u.dir);if(_!==void 0){if(b.metaKey||b.ctrlKey||b.altKey||b.shiftKey)return;b.preventDefault();let P=f().filter(N=>N.focusable).map(N=>N.ref.current);if(_==="last")P.reverse();else if(_==="prev"||_==="next"){_==="prev"&&P.reverse();const N=P.indexOf(b.currentTarget);P=u.loop?qB(P,N+1):P.slice(N+1)}setTimeout(()=>V4(P))}})})})});z4.displayName=U4;var UB={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function zB(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function VB(e,t,r){const n=zB(e.key,r);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(n))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(n)))return UB[n]}function V4(e,t=!1){const r=document.activeElement;for(const n of e)if(n===r||(n.focus({preventScroll:t}),document.activeElement!==r))return}function qB(e,t){return e.map((r,n)=>e[(t+n)%e.length])}var GB=F4,WB=z4;function HB(e,[t,r]){return Math.min(r,Math.max(t,e))}var Gp=0;function KB(){I.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??q4()),document.body.insertAdjacentElement("beforeend",e[1]??q4()),Gp++,()=>{Gp===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Gp--}},[])}function q4(){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 Wp="focusScope.autoFocusOnMount",Hp="focusScope.autoFocusOnUnmount",G4={bubbles:!1,cancelable:!0},XB="FocusScope",W4=I.forwardRef((e,t)=>{const{loop:r=!1,trapped:n=!1,onMountAutoFocus:i,onUnmountAutoFocus:s,...o}=e,[a,c]=I.useState(null),u=gr(i),l=gr(s),f=I.useRef(null),h=Qt(t,_=>c(_)),y=I.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;I.useEffect(()=>{if(n){let _=function(R){if(y.paused||!a)return;const U=R.target;a.contains(U)?f.current=U:ms(f.current,{select:!0})},A=function(R){if(y.paused||!a)return;const U=R.relatedTarget;U!==null&&(a.contains(U)||ms(f.current,{select:!0}))},P=function(R){if(document.activeElement===document.body)for(const L of R)L.removedNodes.length>0&&ms(a)};document.addEventListener("focusin",_),document.addEventListener("focusout",A);const N=new MutationObserver(P);return a&&N.observe(a,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",_),document.removeEventListener("focusout",A),N.disconnect()}}},[n,a,y.paused]),I.useEffect(()=>{if(a){X4.add(y);const _=document.activeElement;if(!a.contains(_)){const P=new CustomEvent(Wp,G4);a.addEventListener(Wp,u),a.dispatchEvent(P),P.defaultPrevented||(JB(tL(H4(a)),{select:!0}),document.activeElement===_&&ms(a))}return()=>{a.removeEventListener(Wp,u),setTimeout(()=>{const P=new CustomEvent(Hp,G4);a.addEventListener(Hp,l),a.dispatchEvent(P),P.defaultPrevented||ms(_??document.body,{select:!0}),a.removeEventListener(Hp,l),X4.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 N=_.currentTarget,[R,U]=YB(N);R&&U?!_.shiftKey&&P===U?(_.preventDefault(),r&&ms(R,{select:!0})):_.shiftKey&&P===R&&(_.preventDefault(),r&&ms(U,{select:!0})):P===N&&_.preventDefault()}},[r,n,y.paused]);return w.jsx(Wt.div,{tabIndex:-1,...o,ref:h,onKeyDown:b})});W4.displayName=XB;function JB(e,{select:t=!1}={}){const r=document.activeElement;for(const n of e)if(ms(n,{select:t}),document.activeElement!==r)return}function YB(e){const t=H4(e),r=K4(t,e),n=K4(t.reverse(),e);return[r,n]}function H4(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 K4(e,t){for(const r of e)if(!ZB(r,{upTo:t}))return r}function ZB(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 QB(e){return e instanceof HTMLInputElement&&"select"in e}function ms(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&QB(e)&&t&&e.select()}}var X4=eL();function eL(){let e=[];return{add(t){const r=e[0];t!==r&&(r==null||r.pause()),e=J4(e,t),e.unshift(t)},remove(t){var r;e=J4(e,t),(r=e[0])==null||r.resume()}}}function J4(e,t){const r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}function tL(e){return e.filter(t=>t.tagName!=="A")}var rL=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},Yo=new WeakMap,El=new WeakMap,Cl={},Kp=0,Y4=function(e){return e&&(e.host||Y4(e.parentNode))},nL=function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=Y4(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})},iL=function(e,t,r,n){var i=nL(t,Array.isArray(e)?e:[e]);Cl[r]||(Cl[r]=new WeakMap);var s=Cl[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",_=(Yo.get(h)||0)+1,A=(s.get(h)||0)+1;Yo.set(h,_),s.set(h,A),o.push(h),_===1&&b&&El.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(),Kp++,function(){o.forEach(function(f){var h=Yo.get(f)-1,y=s.get(f)-1;Yo.set(f,h),s.set(f,y),h||(El.has(f)||f.removeAttribute(n),El.delete(f)),y||f.removeAttribute(r)}),Kp--,Kp||(Yo=new WeakMap,Yo=new WeakMap,El=new WeakMap,Cl={})}},sL=function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),i=t||rL(e);return i?(n.push.apply(n,Array.from(i.querySelectorAll("[aria-live]"))),iL(n,i,r,"aria-hidden")):function(){return null}},si=function(){return si=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},si.apply(this,arguments)};function Z4(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 oL(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))}typeof SuppressedError=="function"&&SuppressedError;var Ml="right-scroll-bar-position",Tl="width-before-scroll-bar",aL="with-scroll-bars-hidden",cL="--removed-body-scroll-bar-size";function Xp(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function uL(e,t){var r=re.useState(function(){return{value:e,callback:t,facade:{get current(){return r.value},set current(n){var i=r.value;i!==n&&(r.value=n,r.callback(n,i))}}}})[0];return r.callback=t,r.facade}var lL=typeof window<"u"?I.useLayoutEffect:I.useEffect,Q4=new WeakMap;function fL(e,t){var r=uL(t||null,function(n){return e.forEach(function(i){return Xp(i,n)})});return lL(function(){var n=Q4.get(r);if(n){var i=new Set(n),s=new Set(e),o=r.current;i.forEach(function(a){s.has(a)||Xp(a,null)}),s.forEach(function(a){i.has(a)||Xp(a,o)})}Q4.set(r,e)},[e]),r}function dL(e){return e}function hL(e,t){t===void 0&&(t=dL);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 pL(e){e===void 0&&(e={});var t=hL(null);return t.options=si({async:!0,ssr:!1},e),t}var e6=function(e){var t=e.sideCar,r=Z4(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,si({},r))};e6.isSideCarExport=!0;function mL(e,t){return e.useMedium(t),e6}var t6=pL(),Jp=function(){},Al=I.forwardRef(function(e,t){var r=I.useRef(null),n=I.useState({onScrollCapture:Jp,onWheelCapture:Jp,onTouchMoveCapture:Jp}),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,N=e.gapMode,R=Z4(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),U=h,L=fL([r,t]),W=si(si({},R),i);return I.createElement(I.Fragment,null,l&&I.createElement(U,{sideCar:t6,removeScrollBar:u,shards:f,noIsolation:y,inert:b,setCallbacks:s,allowPinchZoom:!!_,lockRef:r,gapMode:N}),o?I.cloneElement(I.Children.only(a),si(si({},W),{ref:L})):I.createElement(P,si({},W,{className:c,ref:L}),a))});Al.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Al.classNames={fullWidth:Tl,zeroRight:Ml};var r6,gL=function(){if(r6)return r6;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function vL(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=gL();return t&&e.setAttribute("nonce",t),e}function yL(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function bL(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var wL=function(){var e=0,t=null;return{add:function(r){e==0&&(t=vL())&&(yL(t,r),bL(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},_L=function(){var e=wL();return function(t,r){I.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},n6=function(){var e=_L(),t=function(r){var n=r.styles,i=r.dynamic;return e(n,i),null};return t},xL={left:0,top:0,right:0,gap:0},Yp=function(e){return parseInt(e||"",10)||0},SL=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[Yp(r),Yp(n),Yp(i)]},EL=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return xL;var t=SL(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])}},CL=n6(),Zo="data-scroll-locked",ML=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(aL,` {
|
|
59
59
|
overflow: hidden `).concat(n,`;
|
|
60
60
|
padding-right: `).concat(a,"px ").concat(n,`;
|
|
61
61
|
}
|
|
62
|
-
body[`).concat(
|
|
62
|
+
body[`).concat(Zo,`] {
|
|
63
63
|
overflow: hidden `).concat(n,`;
|
|
64
64
|
overscroll-behavior: contain;
|
|
65
65
|
`).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
|
|
@@ -72,29 +72,29 @@ body { background-color: var(--color-page-background); }
|
|
|
72
72
|
`),r==="padding"&&"padding-right: ".concat(a,"px ").concat(n,";")].filter(Boolean).join(""),`
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
.`).concat(
|
|
75
|
+
.`).concat(Ml,` {
|
|
76
76
|
right: `).concat(a,"px ").concat(n,`;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.`).concat(
|
|
79
|
+
.`).concat(Tl,` {
|
|
80
80
|
margin-right: `).concat(a,"px ").concat(n,`;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
.`).concat(
|
|
83
|
+
.`).concat(Ml," .").concat(Ml,` {
|
|
84
84
|
right: 0 `).concat(n,`;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.`).concat(
|
|
87
|
+
.`).concat(Tl," .").concat(Tl,` {
|
|
88
88
|
margin-right: 0 `).concat(n,`;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
body[`).concat(
|
|
92
|
-
`).concat(
|
|
91
|
+
body[`).concat(Zo,`] {
|
|
92
|
+
`).concat(cL,": ").concat(a,`px;
|
|
93
93
|
}
|
|
94
|
-
`)},
|
|
94
|
+
`)},i6=function(){var e=parseInt(document.body.getAttribute(Zo)||"0",10);return isFinite(e)?e:0},TL=function(){I.useEffect(function(){return document.body.setAttribute(Zo,(i6()+1).toString()),function(){var e=i6()-1;e<=0?document.body.removeAttribute(Zo):document.body.setAttribute(Zo,e.toString())}},[])},AL=function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,i=n===void 0?"margin":n;TL();var s=I.useMemo(function(){return EL(i)},[i]);return I.createElement(CL,{styles:ML(s,!t,i,r?"":"!important")})},Zp=!1;if(typeof window<"u")try{var Ol=Object.defineProperty({},"passive",{get:function(){return Zp=!0,!0}});window.addEventListener("test",Ol,Ol),window.removeEventListener("test",Ol,Ol)}catch{Zp=!1}var Qo=Zp?{passive:!1}:!1,OL=function(e){return e.tagName==="TEXTAREA"},s6=function(e,t){if(!(e instanceof Element))return!1;var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!OL(e)&&r[t]==="visible")},IL=function(e){return s6(e,"overflowY")},PL=function(e){return s6(e,"overflowX")},o6=function(e,t){var r=t.ownerDocument,n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var i=a6(e,n);if(i){var s=c6(e,n),o=s[1],a=s[2];if(o>a)return!0}n=n.parentNode}while(n&&n!==r.body);return!1},jL=function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},kL=function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},a6=function(e,t){return e==="v"?IL(t):PL(t)},c6=function(e,t){return e==="v"?jL(t):kL(t)},NL=function(e,t){return e==="h"&&t==="rtl"?-1:1},RL=function(e,t,r,n,i){var s=NL(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=c6(e,a),b=y[0],_=y[1],A=y[2],P=_-A-s*b;(b||P)&&a6(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},Il=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},u6=function(e){return[e.deltaX,e.deltaY]},l6=function(e){return e&&"current"in e?e.current:e},DL=function(e,t){return e[0]===t[0]&&e[1]===t[1]},$L=function(e){return`
|
|
95
95
|
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
96
96
|
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
97
|
-
`)},aB=0,Go=[];function cB(e){var t=I.useRef([]),r=I.useRef([0,0]),n=I.useRef(),i=I.useState(aB++)[0],s=I.useState(M4)[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 w=O$([e.lockRef.current],(e.shards||[]).map(j4),!0).filter(Boolean);return w.forEach(function(T){return T.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),w.forEach(function(T){return T.classList.remove("allow-interactivity-".concat(i))})}}},[e.inert,e.lockRef.current,e.shards]);var a=I.useCallback(function(w,T){if("touches"in w&&w.touches.length===2||w.type==="wheel"&&w.ctrlKey)return!o.current.allowPinchZoom;var P=Tl(w),R=r.current,N="deltaX"in w?w.deltaX:R[0]-P[0],z="deltaY"in w?w.deltaY:R[1]-P[1],F,W=w.target,q=Math.abs(N)>Math.abs(z)?"h":"v";if("touches"in w&&q==="h"&&W.type==="range")return!1;var K=O4(q,W);if(!K)return!0;if(K?F=q:(F=q==="v"?"h":"v",K=O4(q,W)),!K)return!1;if(!n.current&&"changedTouches"in w&&(N||z)&&(n.current=F),!F)return!0;var te=n.current||F;return iB(te,T,w,te==="h"?N:z,!0)},[]),c=I.useCallback(function(w){var T=w;if(!(!Go.length||Go[Go.length-1]!==s)){var P="deltaY"in T?k4(T):Tl(T),R=t.current.filter(function(F){return F.name===T.type&&(F.target===T.target||T.target===F.shadowParent)&&sB(F.delta,P)})[0];if(R&&R.should){T.cancelable&&T.preventDefault();return}if(!R){var N=(o.current.shards||[]).map(j4).filter(Boolean).filter(function(F){return F.contains(T.target)}),z=N.length>0?a(T,N[0]):!o.current.noIsolation;z&&T.cancelable&&T.preventDefault()}}},[]),u=I.useCallback(function(w,T,P,R){var N={name:w,delta:T,target:P,should:R,shadowParent:uB(P)};t.current.push(N),setTimeout(function(){t.current=t.current.filter(function(z){return z!==N})},1)},[]),l=I.useCallback(function(w){r.current=Tl(w),n.current=void 0},[]),f=I.useCallback(function(w){u(w.type,k4(w),w.target,a(w,e.lockRef.current))},[]),h=I.useCallback(function(w){u(w.type,Tl(w),w.target,a(w,e.lockRef.current))},[]);I.useEffect(function(){return Go.push(s),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:h}),document.addEventListener("wheel",c,Wo),document.addEventListener("touchmove",c,Wo),document.addEventListener("touchstart",l,Wo),function(){Go=Go.filter(function(w){return w!==s}),document.removeEventListener("wheel",c,Wo),document.removeEventListener("touchmove",c,Wo),document.removeEventListener("touchstart",l,Wo)}},[]);var y=e.removeScrollBar,b=e.inert;return I.createElement(I.Fragment,null,b?I.createElement(s,{styles:oB(i)}):null,y?I.createElement(Y$,{gapMode:e.gapMode}):null)}function uB(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const lB=B$(E4,cB);var R4=I.forwardRef(function(e,t){return I.createElement(Ml,ei({},e,{ref:t,sideCar:lB}))});R4.classNames=Ml.classNames;const fB=R4;function dB(e,t){return I.useReducer((r,n)=>t[r][n]??r,e)}var Up="ScrollArea",[N4,xK]=jo(Up),[hB,sn]=N4(Up),D4=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),[w,T]=I.useState(null),[P,R]=I.useState(0),[N,z]=I.useState(0),[F,W]=I.useState(!1),[q,K]=I.useState(!1),te=Qt(t,H=>c(H)),oe=Ap(i);return _.jsx(hB,{scope:r,type:n,dir:oe,scrollHideDelay:s,scrollArea:a,viewport:u,onViewportChange:l,content:f,onContentChange:h,scrollbarX:y,onScrollbarXChange:b,scrollbarXEnabled:F,onScrollbarXEnabledChange:W,scrollbarY:w,onScrollbarYChange:T,scrollbarYEnabled:q,onScrollbarYEnabledChange:K,onCornerWidthChange:R,onCornerHeightChange:z,children:_.jsx(Wt.div,{dir:oe,...o,ref:te,style:{position:"relative","--radix-scroll-area-corner-width":P+"px","--radix-scroll-area-corner-height":N+"px",...e.style}})})});D4.displayName=Up;var $4="ScrollAreaViewport",B4=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,children:n,nonce:i,...s}=e,o=sn($4,r),a=I.useRef(null),c=Qt(t,a,o.onViewportChange);return _.jsxs(_.Fragment,{children:[_.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}),_.jsx(Wt.div,{"data-radix-scroll-area-viewport":"",...s,ref:c,style:{overflowX:o.scrollbarXEnabled?"scroll":"hidden",overflowY:o.scrollbarYEnabled?"scroll":"hidden",...e.style},children:_.jsx("div",{ref:o.onContentChange,style:{minWidth:"100%",display:"table"},children:n})})]})});B4.displayName=$4;var ti="ScrollAreaScrollbar",L4=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=sn(ti,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"?_.jsx(pB,{...n,ref:t,forceMount:r}):i.type==="scroll"?_.jsx(mB,{...n,ref:t,forceMount:r}):i.type==="auto"?_.jsx(F4,{...n,ref:t,forceMount:r}):i.type==="always"?_.jsx(zp,{...n,ref:t}):null});L4.displayName=ti;var pB=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=sn(ti,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]),_.jsx(Mn,{present:r||s,children:_.jsx(F4,{"data-state":s?"visible":"hidden",...n,ref:t})})}),mB=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=sn(ti,e.__scopeScrollArea),s=e.orientation==="horizontal",o=kl(()=>c("SCROLL_END"),100),[a,c]=dB("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]),_.jsx(Mn,{present:r||a!=="hidden",children:_.jsx(zp,{"data-state":a==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:et(e.onPointerEnter,()=>c("POINTER_ENTER")),onPointerLeave:et(e.onPointerLeave,()=>c("POINTER_LEAVE"))})})}),F4=I.forwardRef((e,t)=>{const r=sn(ti,e.__scopeScrollArea),{forceMount:n,...i}=e,[s,o]=I.useState(!1),a=e.orientation==="horizontal",c=kl(()=>{if(r.viewport){const u=r.viewport.offsetWidth<r.viewport.scrollWidth,l=r.viewport.offsetHeight<r.viewport.scrollHeight;o(a?u:l)}},10);return Ko(r.viewport,c),Ko(r.content,c),_.jsx(Mn,{present:n||s,children:_.jsx(zp,{"data-state":s?"visible":"hidden",...i,ref:t})})}),zp=I.forwardRef((e,t)=>{const{orientation:r="vertical",...n}=e,i=sn(ti,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=H4(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 _B(h,o.current,a,y)}return r==="horizontal"?_.jsx(gB,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){const h=i.viewport.scrollLeft,y=W4(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"?_.jsx(vB,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){const h=i.viewport.scrollTop,y=W4(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}),gB=I.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,s=sn(ti,e.__scopeScrollArea),[o,a]=I.useState(),c=I.useRef(null),u=Qt(t,c,s.onScrollbarXChange);return I.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),_.jsx(z4,{"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),K4(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:Il(o.paddingLeft),paddingEnd:Il(o.paddingRight)}})}})}),vB=I.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,s=sn(ti,e.__scopeScrollArea),[o,a]=I.useState(),c=I.useRef(null),u=Qt(t,c,s.onScrollbarYChange);return I.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),_.jsx(z4,{"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),K4(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:Il(o.paddingTop),paddingEnd:Il(o.paddingBottom)}})}})}),[yB,U4]=N4(ti),z4=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=sn(ti,r),[b,w]=I.useState(null),T=Qt(t,te=>w(te)),P=I.useRef(null),R=I.useRef(""),N=y.viewport,z=n.content-n.viewport,F=mr(l),W=mr(c),q=kl(f,10);function K(te){if(P.current){const oe=te.clientX-P.current.left,H=te.clientY-P.current.top;u({x:oe,y:H})}}return I.useEffect(()=>{const te=oe=>{const H=oe.target;(b==null?void 0:b.contains(H))&&F(oe,z)};return document.addEventListener("wheel",te,{passive:!1}),()=>document.removeEventListener("wheel",te,{passive:!1})},[N,b,z,F]),I.useEffect(W,[n,W]),Ko(b,q),Ko(y.content,q),_.jsx(yB,{scope:r,scrollbar:b,hasThumb:i,onThumbChange:mr(s),onThumbPointerUp:mr(o),onThumbPositionChange:W,onThumbPointerDown:mr(a),children:_.jsx(Wt.div,{...h,ref:T,style:{position:"absolute",...h.style},onPointerDown:et(e.onPointerDown,te=>{te.button===0&&(te.target.setPointerCapture(te.pointerId),P.current=b.getBoundingClientRect(),R.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",y.viewport&&(y.viewport.style.scrollBehavior="auto"),K(te))}),onPointerMove:et(e.onPointerMove,K),onPointerUp:et(e.onPointerUp,te=>{const oe=te.target;oe.hasPointerCapture(te.pointerId)&&oe.releasePointerCapture(te.pointerId),document.body.style.webkitUserSelect=R.current,y.viewport&&(y.viewport.style.scrollBehavior=""),P.current=null})})})}),Ol="ScrollAreaThumb",V4=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=U4(Ol,e.__scopeScrollArea);return _.jsx(Mn,{present:r||i.hasThumb,children:_.jsx(bB,{ref:t,...n})})}),bB=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,style:n,...i}=e,s=sn(Ol,r),o=U4(Ol,r),{onThumbPositionChange:a}=o,c=Qt(t,f=>o.onThumbChange(f)),u=I.useRef(),l=kl(()=>{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=xB(f,a);u.current=y,a()}};return a(),f.addEventListener("scroll",h),()=>f.removeEventListener("scroll",h)}},[s.viewport,l,a]),_.jsx(Wt.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:et(e.onPointerDownCapture,f=>{const y=f.target.getBoundingClientRect(),b=f.clientX-y.left,w=f.clientY-y.top;o.onThumbPointerDown({x:b,y:w})}),onPointerUp:et(e.onPointerUp,o.onThumbPointerUp)})});V4.displayName=Ol;var Vp="ScrollAreaCorner",q4=I.forwardRef((e,t)=>{const r=sn(Vp,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?_.jsx(wB,{...e,ref:t}):null});q4.displayName=Vp;var wB=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,...n}=e,i=sn(Vp,r),[s,o]=I.useState(0),[a,c]=I.useState(0),u=!!(s&&a);return Ko(i.scrollbarX,()=>{var f;const l=((f=i.scrollbarX)==null?void 0:f.offsetHeight)||0;i.onCornerHeightChange(l),c(l)}),Ko(i.scrollbarY,()=>{var f;const l=((f=i.scrollbarY)==null?void 0:f.offsetWidth)||0;i.onCornerWidthChange(l),o(l)}),u?_.jsx(Wt.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 Il(e){return e?parseInt(e,10):0}function H4(e,t){const r=e/t;return isNaN(r)?0:r}function Pl(e){const t=H4(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function _B(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 G4([c,u],f)(e)}function W4(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=g$(e,c);return G4([0,o],[0,a])(u)}function G4(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 K4(e,t){return e>0&&e<t}var xB=(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 kl(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 Ko(e,t){const r=mr(t);es(()=>{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 SB=D4,EB=B4,X4=L4,J4=V4,CB=q4,qp="Switch",[MB,SK]=jo(qp),[AB,TB]=MB(qp),Y4=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=Qt(t,N=>y(N)),w=I.useRef(!1),T=h?l||!!h.closest("form"):!0,[P=!1,R]=tc({prop:i,defaultProp:s,onChange:u});return _.jsxs(AB,{scope:r,checked:P,disabled:a,children:[_.jsx(Wt.button,{type:"button",role:"switch","aria-checked":P,"aria-required":o,"data-state":e6(P),"data-disabled":a?"":void 0,disabled:a,value:c,...f,ref:b,onClick:et(e.onClick,N=>{R(z=>!z),T&&(w.current=N.isPropagationStopped(),w.current||N.stopPropagation())})}),T&&_.jsx(OB,{control:h,bubbles:!w.current,name:n,value:c,checked:P,required:o,disabled:a,form:l,style:{transform:"translateX(-100%)"}})]})});Y4.displayName=qp;var Z4="SwitchThumb",Q4=I.forwardRef((e,t)=>{const{__scopeSwitch:r,...n}=e,i=TB(Z4,r);return _.jsx(Wt.span,{"data-state":e6(i.checked),"data-disabled":i.disabled?"":void 0,...n,ref:t})});Q4.displayName=Z4;var OB=e=>{const{control:t,checked:r,bubbles:n=!0,...i}=e,s=I.useRef(null),o=e4(r),a=xp(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]),_.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 e6(e){return e?"checked":"unchecked"}var IB=Y4,PB=Q4;const ic={size:{type:"enum",values:["1","2","3"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","surface","soft"],default:"surface"},color:rc,highContrast:vl,radius:Op},t6=I.forwardRef((e,t)=>{const{rest:r,...n}=Uo(e),{className:i,style:s,size:o=ic.size.default,variant:a=ic.variant.default,color:c=ic.color.default,highContrast:u=ic.highContrast.default,radius:l=ic.radius.default,...f}=r;return I.createElement("span",{"data-radius":l,className:Kt("rt-SwitchRoot",i,bt(o,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},zo(n)),style:s},I.createElement(IB,{"data-accent-color":c,...f,ref:t,className:Kt("rt-reset","rt-SwitchButton",{"rt-high-contrast":u})},I.createElement(PB,{className:Kt("rt-SwitchThumb",{"rt-high-contrast":u})})))});t6.displayName="Switch";var Hp=["Enter"," "],kB=["ArrowDown","PageUp","Home"],r6=["ArrowUp","PageDown","End"],jB=[...kB,...r6],RB={ltr:[...Hp,"ArrowRight"],rtl:[...Hp,"ArrowLeft"]},NB={ltr:["ArrowLeft"],rtl:["ArrowRight"]},sc="Menu",[oc,DB,$B]=o4(sc),[zs,n6]=jo(sc,[$B,fl,c4]),ac=fl(),i6=c4(),[s6,os]=zs(sc),[BB,cc]=zs(sc),o6=e=>{const{__scopeMenu:t,open:r=!1,children:n,dir:i,onOpenChange:s,modal:o=!0}=e,a=ac(t),[c,u]=I.useState(null),l=I.useRef(!1),f=mr(s),h=Ap(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})}},[]),_.jsx(Dx,{...a,children:_.jsx(s6,{scope:t,open:r,onOpenChange:f,content:c,onContentChange:u,children:_.jsx(BB,{scope:t,onClose:I.useCallback(()=>f(!1),[f]),isUsingKeyboardRef:l,dir:h,modal:o,children:n})})})};o6.displayName=sc;var LB="MenuAnchor",Wp=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=ac(r);return _.jsx($x,{...i,...n,ref:t})});Wp.displayName=LB;var Gp="MenuPortal",[FB,a6]=zs(Gp,{forceMount:void 0}),c6=e=>{const{__scopeMenu:t,forceMount:r,children:n,container:i}=e,s=os(Gp,t);return _.jsx(FB,{scope:t,forceMount:r,children:_.jsx(Mn,{present:r||s.open,children:_.jsx(Fx,{asChild:!0,container:i,children:n})})})};c6.displayName=Gp;var on="MenuContent",[UB,Kp]=zs(on),u6=I.forwardRef((e,t)=>{const r=a6(on,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,s=os(on,e.__scopeMenu),o=cc(on,e.__scopeMenu);return _.jsx(oc.Provider,{scope:e.__scopeMenu,children:_.jsx(Mn,{present:n||s.open,children:_.jsx(oc.Slot,{scope:e.__scopeMenu,children:o.modal?_.jsx(zB,{...i,ref:t}):_.jsx(VB,{...i,ref:t})})})})}),zB=I.forwardRef((e,t)=>{const r=os(on,e.__scopeMenu),n=I.useRef(null),i=Qt(t,n);return I.useEffect(()=>{const s=n.current;if(s)return T$(s)},[]),_.jsx(Xp,{...e,ref:i,trapFocus:r.open,disableOutsidePointerEvents:r.open,disableOutsideScroll:!0,onFocusOutside:et(e.onFocusOutside,s=>s.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>r.onOpenChange(!1)})}),VB=I.forwardRef((e,t)=>{const r=os(on,e.__scopeMenu);return _.jsx(Xp,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>r.onOpenChange(!1)})}),Xp=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,...w}=e,T=os(on,r),P=cc(on,r),R=ac(r),N=i6(r),z=DB(r),[F,W]=I.useState(null),q=I.useRef(null),K=Qt(t,q,T.onContentChange),te=I.useRef(0),oe=I.useRef(""),H=I.useRef(0),L=I.useRef(null),D=I.useRef("right"),p=I.useRef(0),d=b?fB:I.Fragment,m=b?{as:xi,allowPinchZoom:!0}:void 0,x=E=>{var ge,ve;const O=oe.current+E,M=z().filter(Se=>!Se.disabled),g=document.activeElement,v=(ge=M.find(Se=>Se.ref.current===g))==null?void 0:ge.textValue,k=M.map(Se=>Se.textValue),ee=tL(k,O,v),se=(ve=M.find(Se=>Se.textValue===ee))==null?void 0:ve.ref.current;(function Se(xe){oe.current=xe,window.clearTimeout(te.current),xe!==""&&(te.current=window.setTimeout(()=>Se(""),1e3))})(O),se&&setTimeout(()=>se.focus())};I.useEffect(()=>()=>window.clearTimeout(te.current),[]),v$();const C=I.useCallback(E=>{var M,g;return D.current===((M=L.current)==null?void 0:M.side)&&nL(E,(g=L.current)==null?void 0:g.area)},[]);return _.jsx(UB,{scope:r,searchRef:oe,onItemEnter:I.useCallback(E=>{C(E)&&E.preventDefault()},[C]),onItemLeave:I.useCallback(E=>{var O;C(E)||((O=q.current)==null||O.focus(),W(null))},[C]),onTriggerLeave:I.useCallback(E=>{C(E)&&E.preventDefault()},[C]),pointerGraceTimerRef:H,onPointerGraceIntentChange:I.useCallback(E=>{L.current=E},[]),children:_.jsx(d,{...m,children:_.jsx(m4,{asChild:!0,trapped:i,onMountAutoFocus:et(s,E=>{var O;E.preventDefault(),(O=q.current)==null||O.focus({preventScroll:!0})}),onUnmountAutoFocus:o,children:_.jsx(up,{asChild:!0,disableOutsidePointerEvents:a,onEscapeKeyDown:u,onPointerDownOutside:l,onFocusOutside:f,onInteractOutside:h,onDismiss:y,children:_.jsx(p$,{asChild:!0,...N,dir:P.dir,orientation:"vertical",loop:n,currentTabStopId:F,onCurrentTabStopIdChange:W,onEntryFocus:et(c,E=>{P.isUsingKeyboardRef.current||E.preventDefault()}),preventScrollOnEntryFocus:!0,children:_.jsx(Bx,{role:"menu","aria-orientation":"vertical","data-state":A6(T.open),"data-radix-menu-content":"",dir:P.dir,...R,...w,ref:K,style:{outline:"none",...w.style},onKeyDown:et(w.onKeyDown,E=>{const M=E.target.closest("[data-radix-menu-content]")===E.currentTarget,g=E.ctrlKey||E.altKey||E.metaKey,v=E.key.length===1;M&&(E.key==="Tab"&&E.preventDefault(),!g&&v&&x(E.key));const k=q.current;if(E.target!==k||!jB.includes(E.key))return;E.preventDefault();const se=z().filter(ge=>!ge.disabled).map(ge=>ge.ref.current);r6.includes(E.key)&&se.reverse(),QB(se)}),onBlur:et(e.onBlur,E=>{E.currentTarget.contains(E.target)||(window.clearTimeout(te.current),oe.current="")}),onPointerMove:et(e.onPointerMove,lc(E=>{const O=E.target,M=p.current!==E.clientX;if(E.currentTarget.contains(O)&&M){const g=E.clientX>p.current?"right":"left";D.current=g,p.current=E.clientX}}))})})})})})})});u6.displayName=on;var qB="MenuGroup",Jp=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return _.jsx(Wt.div,{role:"group",...n,ref:t})});Jp.displayName=qB;var HB="MenuLabel",l6=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return _.jsx(Wt.div,{...n,ref:t})});l6.displayName=HB;var jl="MenuItem",f6="menu.itemSelect",Rl=I.forwardRef((e,t)=>{const{disabled:r=!1,onSelect:n,...i}=e,s=I.useRef(null),o=cc(jl,e.__scopeMenu),a=Kp(jl,e.__scopeMenu),c=Qt(t,s),u=I.useRef(!1),l=()=>{const f=s.current;if(!r&&f){const h=new CustomEvent(f6,{bubbles:!0,cancelable:!0});f.addEventListener(f6,y=>n==null?void 0:n(y),{once:!0}),ix(f,h),h.defaultPrevented?u.current=!1:o.onClose()}};return _.jsx(d6,{...i,ref:c,disabled:r,onClick:et(e.onClick,l),onPointerDown:f=>{var h;(h=e.onPointerDown)==null||h.call(e,f),u.current=!0},onPointerUp:et(e.onPointerUp,f=>{var h;u.current||(h=f.currentTarget)==null||h.click()}),onKeyDown:et(e.onKeyDown,f=>{const h=a.searchRef.current!=="";r||h&&f.key===" "||Hp.includes(f.key)&&(f.currentTarget.click(),f.preventDefault())})})});Rl.displayName=jl;var d6=I.forwardRef((e,t)=>{const{__scopeMenu:r,disabled:n=!1,textValue:i,...s}=e,o=Kp(jl,r),a=i6(r),c=I.useRef(null),u=Qt(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]),_.jsx(oc.ItemSlot,{scope:r,disabled:n,textValue:i??h,children:_.jsx(m$,{asChild:!0,...a,focusable:!n,children:_.jsx(Wt.div,{role:"menuitem","data-highlighted":l?"":void 0,"aria-disabled":n||void 0,"data-disabled":n?"":void 0,...s,ref:u,onPointerMove:et(e.onPointerMove,lc(b=>{n?o.onItemLeave(b):(o.onItemEnter(b),b.defaultPrevented||b.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:et(e.onPointerLeave,lc(b=>o.onItemLeave(b))),onFocus:et(e.onFocus,()=>f(!0)),onBlur:et(e.onBlur,()=>f(!1))})})})}),WB="MenuCheckboxItem",h6=I.forwardRef((e,t)=>{const{checked:r=!1,onCheckedChange:n,...i}=e;return _.jsx(y6,{scope:e.__scopeMenu,checked:r,children:_.jsx(Rl,{role:"menuitemcheckbox","aria-checked":Nl(r)?"mixed":r,...i,ref:t,"data-state":Qp(r),onSelect:et(i.onSelect,()=>n==null?void 0:n(Nl(r)?!0:!r),{checkForDefaultPrevented:!1})})})});h6.displayName=WB;var p6="MenuRadioGroup",[GB,KB]=zs(p6,{value:void 0,onValueChange:()=>{}}),m6=I.forwardRef((e,t)=>{const{value:r,onValueChange:n,...i}=e,s=mr(n);return _.jsx(GB,{scope:e.__scopeMenu,value:r,onValueChange:s,children:_.jsx(Jp,{...i,ref:t})})});m6.displayName=p6;var g6="MenuRadioItem",v6=I.forwardRef((e,t)=>{const{value:r,...n}=e,i=KB(g6,e.__scopeMenu),s=r===i.value;return _.jsx(y6,{scope:e.__scopeMenu,checked:s,children:_.jsx(Rl,{role:"menuitemradio","aria-checked":s,...n,ref:t,"data-state":Qp(s),onSelect:et(n.onSelect,()=>{var o;return(o=i.onValueChange)==null?void 0:o.call(i,r)},{checkForDefaultPrevented:!1})})})});v6.displayName=g6;var Yp="MenuItemIndicator",[y6,XB]=zs(Yp,{checked:!1}),b6=I.forwardRef((e,t)=>{const{__scopeMenu:r,forceMount:n,...i}=e,s=XB(Yp,r);return _.jsx(Mn,{present:n||Nl(s.checked)||s.checked===!0,children:_.jsx(Wt.span,{...i,ref:t,"data-state":Qp(s.checked)})})});b6.displayName=Yp;var JB="MenuSeparator",w6=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return _.jsx(Wt.div,{role:"separator","aria-orientation":"horizontal",...n,ref:t})});w6.displayName=JB;var YB="MenuArrow",_6=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=ac(r);return _.jsx(Lx,{...i,...n,ref:t})});_6.displayName=YB;var Zp="MenuSub",[ZB,x6]=zs(Zp),S6=e=>{const{__scopeMenu:t,children:r,open:n=!1,onOpenChange:i}=e,s=os(Zp,t),o=ac(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]),_.jsx(Dx,{...o,children:_.jsx(s6,{scope:t,open:n,onOpenChange:f,content:u,onContentChange:l,children:_.jsx(ZB,{scope:t,contentId:Ya(),triggerId:Ya(),trigger:a,onTriggerChange:c,children:r})})})};S6.displayName=Zp;var uc="MenuSubTrigger",E6=I.forwardRef((e,t)=>{const r=os(uc,e.__scopeMenu),n=cc(uc,e.__scopeMenu),i=x6(uc,e.__scopeMenu),s=Kp(uc,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]),_.jsx(Wp,{asChild:!0,...u,children:_.jsx(d6,{id:i.triggerId,"aria-haspopup":"menu","aria-expanded":r.open,"aria-controls":i.contentId,"data-state":A6(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:et(e.onPointerMove,lc(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:et(e.onPointerLeave,lc(f=>{var y,b;l();const h=(y=r.content)==null?void 0:y.getBoundingClientRect();if(h){const w=(b=r.content)==null?void 0:b.dataset.side,T=w==="right",P=T?-5:5,R=h[T?"left":"right"],N=h[T?"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: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:et(e.onKeyDown,f=>{var y;const h=s.searchRef.current!=="";e.disabled||h&&f.key===" "||RB[n.dir].includes(f.key)&&(r.onOpenChange(!0),(y=r.content)==null||y.focus(),f.preventDefault())})})})});E6.displayName=uc;var C6="MenuSubContent",M6=I.forwardRef((e,t)=>{const r=a6(on,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,s=os(on,e.__scopeMenu),o=cc(on,e.__scopeMenu),a=x6(C6,e.__scopeMenu),c=I.useRef(null),u=Qt(t,c);return _.jsx(oc.Provider,{scope:e.__scopeMenu,children:_.jsx(Mn,{present:n||s.open,children:_.jsx(oc.Slot,{scope:e.__scopeMenu,children:_.jsx(Xp,{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:et(e.onFocusOutside,l=>{l.target!==a.trigger&&s.onOpenChange(!1)}),onEscapeKeyDown:et(e.onEscapeKeyDown,l=>{o.onClose(),l.preventDefault()}),onKeyDown:et(e.onKeyDown,l=>{var y;const f=l.currentTarget.contains(l.target),h=NB[o.dir].includes(l.key);f&&h&&(s.onOpenChange(!1),(y=a.trigger)==null||y.focus(),l.preventDefault())})})})})})});M6.displayName=C6;function A6(e){return e?"open":"closed"}function Nl(e){return e==="indeterminate"}function Qp(e){return Nl(e)?"indeterminate":e?"checked":"unchecked"}function QB(e){const t=document.activeElement;for(const r of e)if(r===t||(r.focus(),document.activeElement!==t))return}function eL(e,t){return e.map((r,n)=>e[(t+n)%e.length])}function tL(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=eL(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 rL(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 nL(e,t){if(!t)return!1;const r={x:e.clientX,y:e.clientY};return rL(r,t)}function lc(e){return t=>t.pointerType==="mouse"?e(t):void 0}var iL=o6,sL=Wp,oL=c6,aL=u6,cL=Jp,uL=l6,lL=Rl,fL=h6,dL=m6,hL=v6,pL=b6,mL=w6,gL=_6,vL=S6,yL=E6,bL=M6,e0="DropdownMenu",[wL,MK]=jo(e0,[n6]),Pr=n6(),[_L,T6]=wL(e0),O6=e=>{const{__scopeDropdownMenu:t,children:r,dir:n,open:i,defaultOpen:s,onOpenChange:o,modal:a=!0}=e,c=Pr(t),u=I.useRef(null),[l=!1,f]=tc({prop:i,defaultProp:s,onChange:o});return _.jsx(_L,{scope:t,triggerId:Ya(),triggerRef:u,contentId:Ya(),open:l,onOpenChange:f,onOpenToggle:I.useCallback(()=>f(h=>!h),[f]),modal:a,children:_.jsx(iL,{...c,open:l,onOpenChange:f,dir:n,modal:a,children:r})})};O6.displayName=e0;var I6="DropdownMenuTrigger",P6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,disabled:n=!1,...i}=e,s=T6(I6,r),o=Pr(r);return _.jsx(sL,{asChild:!0,...o,children:_.jsx(Wt.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:et(e.onPointerDown,a=>{!n&&a.button===0&&a.ctrlKey===!1&&(s.onOpenToggle(),s.open||a.preventDefault())}),onKeyDown:et(e.onKeyDown,a=>{n||(["Enter"," "].includes(a.key)&&s.onOpenToggle(),a.key==="ArrowDown"&&s.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(a.key)&&a.preventDefault())})})})});P6.displayName=I6;var xL="DropdownMenuPortal",k6=e=>{const{__scopeDropdownMenu:t,...r}=e,n=Pr(t);return _.jsx(oL,{...n,...r})};k6.displayName=xL;var j6="DropdownMenuContent",R6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=T6(j6,r),s=Pr(r),o=I.useRef(!1);return _.jsx(aL,{id:i.contentId,"aria-labelledby":i.triggerId,...s,...n,ref:t,onCloseAutoFocus:et(e.onCloseAutoFocus,a=>{var c;o.current||(c=i.triggerRef.current)==null||c.focus(),o.current=!1,a.preventDefault()}),onInteractOutside:et(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)"}})});R6.displayName=j6;var SL="DropdownMenuGroup",N6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return _.jsx(cL,{...i,...n,ref:t})});N6.displayName=SL;var EL="DropdownMenuLabel",D6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return _.jsx(uL,{...i,...n,ref:t})});D6.displayName=EL;var CL="DropdownMenuItem",$6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return _.jsx(lL,{...i,...n,ref:t})});$6.displayName=CL;var ML="DropdownMenuCheckboxItem",B6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return _.jsx(fL,{...i,...n,ref:t})});B6.displayName=ML;var AL="DropdownMenuRadioGroup",L6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return _.jsx(dL,{...i,...n,ref:t})});L6.displayName=AL;var TL="DropdownMenuRadioItem",F6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return _.jsx(hL,{...i,...n,ref:t})});F6.displayName=TL;var OL="DropdownMenuItemIndicator",U6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return _.jsx(pL,{...i,...n,ref:t})});U6.displayName=OL;var IL="DropdownMenuSeparator",z6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return _.jsx(mL,{...i,...n,ref:t})});z6.displayName=IL;var PL="DropdownMenuArrow",kL=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return _.jsx(gL,{...i,...n,ref:t})});kL.displayName=PL;var jL=e=>{const{__scopeDropdownMenu:t,children:r,open:n,onOpenChange:i,defaultOpen:s}=e,o=Pr(t),[a=!1,c]=tc({prop:n,defaultProp:s,onChange:i});return _.jsx(vL,{...o,open:a,onOpenChange:c,children:r})},RL="DropdownMenuSubTrigger",V6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return _.jsx(yL,{...i,...n,ref:t})});V6.displayName=RL;var NL="DropdownMenuSubContent",q6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return _.jsx(bL,{...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)"}})});q6.displayName=NL;var DL=O6,$L=P6,H6=k6,BL=R6,LL=N6,FL=D6,UL=$6,zL=B6,VL=L6,qL=F6,W6=U6,HL=z6,WL=jL,GL=V6,KL=q6;const t0={size:{type:"enum",values:["1","2","3"],default:"1",responsive:!0},radius:Op,scrollbars:{type:"enum",values:["vertical","horizontal","both"],default:"both"}},r0=I.forwardRef((e,t)=>{const{rest:r,...n}=Uo(e),{className:i,style:s,type:o,scrollHideDelay:a=o!=="scroll"?0:void 0,dir:c,size:u=t0.size.default,radius:l=t0.radius.default,scrollbars:f=t0.scrollbars.default,...h}=r;return I.createElement(SB,{type:o,scrollHideDelay:a,className:Kt("rt-ScrollAreaRoot",i,zo(n)),style:s},I.createElement(EB,{...h,ref:t,className:"rt-ScrollAreaViewport"}),I.createElement("div",{className:"rt-ScrollAreaViewportFocusRing"}),f!=="vertical"?I.createElement(X4,{"data-radius":l,orientation:"horizontal",className:Kt("rt-ScrollAreaScrollbar",bt(u,"rt-r-size"))},I.createElement(J4,{className:"rt-ScrollAreaThumb"})):null,f!=="horizontal"?I.createElement(X4,{"data-radius":l,orientation:"vertical",className:Kt("rt-ScrollAreaScrollbar",bt(u,"rt-r-size"))},I.createElement(J4,{className:"rt-ScrollAreaThumb"})):null,f==="both"?I.createElement(CB,{className:"rt-ScrollAreaCorner"}):null)});r0.displayName="ScrollArea";const n0={size:{type:"enum",values:["1","2"],default:"2",responsive:!0},variant:{type:"enum",values:["solid","soft"],default:"solid"},color:rc,highContrast:vl},G6={color:rc,shortcut:{type:"string",default:void 0}},K6=e=>I.createElement(DL,{...e});K6.displayName="DropdownMenuRoot";const X6=I.forwardRef((e,t)=>I.createElement($L,{...e,ref:t,asChild:!0}));X6.displayName="DropdownMenuTrigger";const J6=I.createContext({}),Y6=I.forwardRef((e,t)=>{const r=BD(),{className:n,children:i,size:s=n0.size.default,variant:o=n0.variant.default,highContrast:a=n0.highContrast.default,color:c=G6.color.default,container:u,forceMount:l,...f}=e,h=c??r.accentColor;return I.createElement(H6,{container:u,forceMount:l},I.createElement(gl,{asChild:!0},I.createElement(BL,{"data-accent-color":h,align:"start",sideOffset:4,collisionPadding:10,...f,ref:t,className:Kt("rt-PopperContent","rt-BaseMenuContent","rt-DropdownMenuContent",n,bt(s,"rt-r-size"),`rt-variant-${o}`,{"rt-high-contrast":a})},I.createElement(r0,{type:"auto"},I.createElement("div",{className:Kt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},I.createElement(J6.Provider,{value:I.useMemo(()=>({size:s,variant:o,color:h,highContrast:a}),[s,o,h,a])},i))))))});Y6.displayName="DropdownMenuContent";const Z6=I.forwardRef((e,t)=>I.createElement(FL,{...e,ref:t,className:Kt("rt-BaseMenuLabel","rt-DropdownMenuLabel",e.className)}));Z6.displayName="DropdownMenuLabel";const Q6=I.forwardRef((e,t)=>{const{className:r,children:n,color:i=G6.color.default,shortcut:s,...o}=e;return I.createElement(UL,{"data-accent-color":i,...o,ref:t,className:Kt("rt-reset","rt-BaseMenuItem","rt-DropdownMenuItem",r)},I.createElement(Ro,null,n),s&&I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},s))});Q6.displayName="DropdownMenuItem";const e3=I.forwardRef((e,t)=>I.createElement(LL,{...e,ref:t,className:Kt("rt-BaseMenuGroup","rt-DropdownMenuGroup",e.className)}));e3.displayName="DropdownMenuGroup";const t3=I.forwardRef((e,t)=>I.createElement(VL,{...e,ref:t,className:Kt("rt-BaseMenuRadioGroup","rt-DropdownMenuRadioGroup",e.className)}));t3.displayName="DropdownMenuRadioGroup";const r3=I.forwardRef((e,t)=>{const{children:r,className:n,...i}=e;return I.createElement(qL,{...i,ref:t,className:Kt("rt-BaseMenuItem","rt-BaseMenuRadioItem","rt-DropdownMenuItem","rt-DropdownMenuRadioItem",n)},I.createElement(Ro,null,r),I.createElement(W6,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},I.createElement(bl,{className:"rt-BaseMenuItemIndicatorIcon rt-DropdownMenuItemIndicatorIcon"})))});r3.displayName="DropdownMenuRadioItem";const n3=I.forwardRef((e,t)=>{const{children:r,className:n,shortcut:i,...s}=e;return I.createElement(zL,{...s,ref:t,className:Kt("rt-BaseMenuItem","rt-BaseMenuCheckboxItem","rt-DropdownMenuItem","rt-DropdownMenuCheckboxItem",n)},I.createElement(Ro,null,r),I.createElement(W6,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},I.createElement(bl,{className:"rt-BaseMenuItemIndicatorIcon rt-ContextMenuItemIndicatorIcon"})),i&&I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},i))});n3.displayName="DropdownMenuCheckboxItem";const i3=e=>I.createElement(WL,{...e});i3.displayName="DropdownMenuSub";const s3=I.forwardRef((e,t)=>{const{className:r,children:n,...i}=e;return I.createElement(GL,{...i,ref:t,className:Kt("rt-BaseMenuItem","rt-BaseMenuSubTrigger","rt-DropdownMenuItem","rt-DropdownMenuSubTrigger",r)},I.createElement(Ro,null,n),I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},I.createElement(s4,{className:"rt-BaseMenuSubTriggerIcon rt-DropdownMenuSubtriggerIcon"})))});s3.displayName="DropdownMenuSubTrigger";const o3=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(J6);return I.createElement(H6,{container:i,forceMount:s},I.createElement(gl,{asChild:!0},I.createElement(KL,{"data-accent-color":u,alignOffset:-Number(a)*4,sideOffset:1,collisionPadding:10,...o,ref:t,className:Kt("rt-PopperContent","rt-BaseMenuContent","rt-BaseMenuSubContent","rt-DropdownMenuContent","rt-DropdownMenuSubContent",r,bt(a,"rt-r-size"),`rt-variant-${c}`,{"rt-high-contrast":l})},I.createElement(r0,{type:"auto"},I.createElement("div",{className:Kt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},n)))))});o3.displayName="DropdownMenuSubContent";const a3=I.forwardRef((e,t)=>I.createElement(HL,{...e,ref:t,className:Kt("rt-BaseMenuSeparator","rt-DropdownMenuSeparator",e.className)}));a3.displayName="DropdownMenuSeparator";const Ci=Object.assign({},{Root:K6,Trigger:X6,Content:Y6,Label:Z6,Item:Q6,Group:e3,RadioGroup:t3,RadioItem:r3,CheckboxItem:n3,Sub:i3,SubTrigger:s3,SubContent:o3,Separator:a3}),fc={size:{type:"enum",values:["1","2","3","4"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","solid","soft","surface","outline","ghost"],default:"solid"},color:rc,highContrast:vl,radius:Op},c3=I.forwardRef((e,t)=>{const{rest:r,...n}=Uo(e),{className:i,asChild:s=!1,size:o=fc.size.default,variant:a=fc.variant.default,color:c=fc.color.default,highContrast:u=fc.highContrast.default,radius:l=fc.radius.default,...f}=r,h=s?xi:"button";return I.createElement(h,{"data-disabled":f.disabled||void 0,"data-accent-color":c,"data-radius":l,...f,ref:t,className:Kt("rt-reset","rt-BaseButton",i,bt(o,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},zo(n))})});c3.displayName="BaseButton";const u3=I.forwardRef((e,t)=>I.createElement(c3,{...e,ref:t,className:Kt("rt-Button",e.className)}));u3.displayName="Button";const XL={loading:{type:"boolean",default:!0}},Xo=I.forwardRef((e,t)=>{const{rest:r,...n}=Uo(e),{className:i,children:s,loading:o=XL.loading.default,...a}=r;if(!o)return I.createElement(I.Fragment,null,s);const c=I.isValidElement(s)?xi:"span";return I.createElement(c,{ref:t,"aria-hidden":!0,className:Kt("rt-Skeleton",i,zo(n)),"data-inline-skeleton":I.isValidElement(s)?void 0:!0,tabIndex:-1,inert:"",...a},s)});Xo.displayName="Skeleton";const JL=Ft("/images/ghost_loading.png"),YL={primary:Ft("/images/primary_loading.png"),ghost:JL};function ZL({size:e="24px",variant:t="primary",wrapStyle:r={}}){return _.jsx(Qx,{align:"center",justify:"center",style:{width:"100%",height:"100%",...r},children:_.jsx("img",{src:YL[t],alt:"Loading",style:{width:e,height:e,animation:"spin 1s linear infinite"}})})}const QL="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==",i0="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 Jr({src:e,alt:t,className:r,style:n,showWarn:i,...s}){const[o,a]=ie.useState(i0),c=u=>{console.log("🚀 ~ file: TokenImage.tsx:25 ~ handleError ~ e:",u),a(i0)};return ie.useEffect(()=>{a(e||i0)},[e]),_.jsxs("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[_.jsx("img",{src:o,alt:t||"",className:r,loading:"lazy",decoding:"async",style:{borderRadius:"100%",...n},onError:c,...s}),i&&_.jsx("img",{style:{position:"absolute",right:-2,bottom:-2,width:"16px",height:"16px"},src:QL})]})}function eF({toastData:e,onClose:t}){const{status:r,buildShowInfo:n,tx:i,id:s}=e,{getExplorerUrl:o}=ko(),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 _.jsxs("div",{className:"cs-toast",children:[_.jsxs("div",{style:{gap:"0px",display:"flex",flexDirection:"column"},children:[_.jsxs("div",{style:{display:"flex",gap:"10px",alignItems:"center"},children:[r==="submitted"&&_.jsx("div",{children:_.jsx(ZL,{})}),_.jsxs("svg",{className:"cs-icon",style:{width:"16px",height:"16px",fill:c},children:[r==="rejected"&&_.jsx("use",{xlinkHref:"#icon-close"}),r==="success"&&_.jsx("use",{xlinkHref:"#icon-sel"})]}),r==="submitted"&&_.jsxs("span",{style:{marginLeft:"-28px"},children:[" ","Transaction in progress"," "]}),r==="rejected"&&_.jsx("span",{className:"red",children:(a==null?void 0:a.toastTitleText)||"Transaction failed"}),r==="success"&&_.jsx("span",{className:"green",children:(a==null?void 0:a.toastTitleText)||"Transaction Successful"})]}),r==="submitted"&&_.jsxs("div",{children:[a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():_.jsx("span",{children:a==null?void 0:a.toastDescriptionContent}),!(a!=null&&a.toastDescriptionContent)&&i&&_.jsx(rx,{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"&&_.jsxs(_.Fragment,{children:[a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():_.jsx("span",{children:a==null?void 0:a.toastDescriptionContent}),!(a!=null&&a.toastDescriptionContent)&&_.jsx("span",{children:"Something went wrong"})]}),r==="success"&&_.jsx(_.Fragment,{children:a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():_.jsx("span",{children:a==null?void 0:a.toastDescriptionContent})}),r==="success"&&i&&_.jsxs("div",{className:"view-transaction",children:[_.jsx("span",{children:"View Transaction"}),Zu.map(u=>_.jsx("a",{href:o(i,"tx",u.link),target:"_blank",children:_.jsx(Jr,{src:u.img})},u.link))]})]}),_.jsx("svg",{className:"cs-icon close","aria-hidden":"true",onClick:()=>t(s),children:_.jsx("use",{xlinkHref:"#icon-close"})})]})}const tF=_i((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)}))}})),Jo=(e="cs-swap-widget")=>{const{toasts:t,setToasts:r,removeToast:n}=tF(),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)),kn.createPortal(_.jsx("div",{className:"cs-toast-wrapper",children:t&&t.map(c=>_.jsx(eF,{toastData:c,onClose:()=>{n(c.id)}},c.id))}),a)},[t]);return{addCommonToast:i,addTxToast:s,ToastContainer:o,removeToast:n}},RK="";function rF(){const{mevProtect:e,setMevProtect:t}=Gr();return _.jsxs(Ci.Root,{children:[_.jsx(Ci.Trigger,{children:_.jsx("div",{className:"cs-settings-btn",children:_.jsx("svg",{"aria-hidden":"true",cursor:"pointer",fill:e?"var(--cs-primary)":"var(--cs-icon-fill)",children:_.jsx("use",{xlinkHref:"#icon-mev"})})})}),_.jsx(Ci.Content,{variant:"soft",className:"cs-dropdown-content",side:"bottom",align:"end",style:{maxWidth:"328px"},children:_.jsxs("div",{className:"mev-settings-box",children:[_.jsxs("div",{className:"mev-setting-title",children:[_.jsxs("div",{className:"name",children:[_.jsx("img",{src:Ft("/images/icon_mev@2x.png")}),_.jsx("span",{children:"MEV Protect"})]}),_.jsx(t6,{checked:e,className:"cs-switch",onClick:()=>{t(!e)}})]}),_.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 nF({onClick:e}){const[t,r]=ie.useState(!1),n=()=>{r(!0),setTimeout(()=>{r(!1)},1e3),e()};return _.jsx("div",{className:"refresh-button",children:_.jsx("svg",{className:t?"rotate cs-icon-hover":"cs-icon-hover","aria-hidden":"true",onClick:n,children:_.jsx("use",{xlinkHref:"#icon-refresh"})})})}const NK="",DK="";function s0(e){const{text:t,onClick:r,className:n,btnIsDisabled:i=!1}=e,s=()=>{r&&r()};return _.jsx(u3,{disabled:i,className:n?`cs-button ${n}`:"cs-button",onClick:s,children:t})}function iF(){const{setIsOpenSlippageDialog:e,isOpenSlippageDialog:t,slippage:r}=Gr();return _.jsxs(_.Fragment,{children:[_.jsxs("div",{className:"slippage-button",onClick:()=>e(!0),children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-verticalslider"})}),_.jsxs("span",{children:[r,"%"]})]}),t&&_.jsx(sF,{onClose:()=>e(!1)})]})}function sF({onClose:e}){const{slippage:t,setSlippage:r}=Gr(),[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 _.jsxs(_.Fragment,{children:[_.jsx("div",{className:"dialog-mask",style:{zIndex:"100"}}),_.jsx("div",{className:"slippage-settings-dialog",style:{zIndex:"100"},children:_.jsxs("div",{className:"slippage-settings",children:[_.jsxs("div",{className:"slippage-settings-header",children:[_.jsx("div",{className:"title",children:"Settings"}),_.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:e,children:_.jsx("use",{xlinkHref:"#icon-close"})})]}),_.jsxs("div",{className:"title",children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-verticalslider"})}),_.jsx("span",{children:"Slippage Tolerance"})]}),_.jsxs("div",{className:"form-box",children:[_.jsx("div",{className:"slippage-tab-list",children:xR.map(u=>_.jsxs("span",{className:u.display===n?"active":"",onClick:()=>s(u),children:[u.display,"%"]}))}),_.jsxs("div",{className:"input-box",children:[_.jsx("span",{children:"Custom"}),_.jsx("input",{className:"cs-input",placeholder:"0.0",value:n,onChange:o}),_.jsx("i",{children:"%"})]})]}),Number(n)<=.05&&_.jsx("div",{className:"tips warning",children:"Slippage is low. Your transaction may fail."}),Number(n)<=50&&Number(n)>1&&_.jsx("div",{className:"tips warning",children:"Your transaction may frontrun"}),Number(n)>50&&_.jsx("div",{className:"tips error",children:" Enter a valid slippage percentage"}),_.jsx(s0,{text:"Save",btnIsDisabled:c,className:"slippage-save-btn",onClick:a})]})})]})}function oF({handleRefresh:e}){return _.jsx(_.Fragment,{children:_.jsxs("div",{className:"swap-header",children:[_.jsx("h3",{className:"swap-title",children:"Swap"}),_.jsxs("div",{className:"right",children:[_.jsx(iF,{}),_.jsx(rF,{}),_.jsx(nF,{onClick:e})]})]})})}const $K="",BK="";function aF(){const[e,t]=ie.useState(!1);return _.jsxs(Ci.Root,{open:e,onOpenChange:t,children:[_.jsx(Ci.Trigger,{children:_.jsx("div",{className:"cs-settings-btn",children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-settings"})})})}),_.jsx(Ci.Content,{variant:"soft",className:"cs-dropdown-content",style:{backgroundColor:"#2B3643"},side:"bottom",align:"end",children:_.jsxs("div",{className:"cs-settings-box",children:[_.jsx("h3",{children:"Settings"}),_.jsx(cF,{}),_.jsx(lF,{onClose:()=>{t(!1)}})]})})]})}function cF(){const{currentExplorer:e,setCurrentExplorer:t,currentRpc:r,setCurrentRpc:n}=Gr(),i=s=>{console.log("🚀 ~ file: SettingsButton.tsx:32 ~ handleSelectExplorer ~ value:",s),t(s)};return _.jsxs("div",{className:"settings-card",style:{marginTop:"12px"},children:[_.jsxs("h3",{className:"card-title",children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-plorer"})}),_.jsx("span",{children:"Preferred Explorer"})]}),_.jsx("div",{className:"explorer-checkbox-group",children:Zu.map(s=>_.jsxs("div",{className:"group-item",style:{justifyContent:"center"},onClick:()=>i(s.link),children:[_.jsx(wl,{color:"indigo",checked:s.link===e,variant:"soft",className:"cs-checkbox"}),_.jsx("img",{src:s.img}),_.jsx("span",{children:s.name})]}))})]})}const uF=e=>!/^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?/.test(e);function lF({onClose:e}){const{addTxToast:t}=Jo(),{currentRpc:r,setCurrentRpc:n,customRpc:i,setCustomRpc:s,rpcList:o}=Gr(),[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)},b=()=>{if(a){const w={name:"Custom RPC URL",link:a,isCustom:!0};s(a),n(w),f(a),e()}};return _.jsxs("div",{className:"settings-card rpc-settings-card",children:[_.jsxs("h3",{className:"card-title",children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-settings"})}),_.jsx("span",{children:"RPC Node"})]}),_.jsxs("div",{className:"rpc-checkbox-group",children:[o.map(w=>_.jsxs("div",{className:"rpc-item",onClick:()=>h(w),children:[_.jsx(wl,{color:"indigo",checked:u.name===w.name,variant:"soft",className:"cs-checkbox"}),_.jsx("span",{children:w.name})]})),u.isCustom&&_.jsxs("div",{className:"custom-rpc-input-box",children:[_.jsx("input",{className:"cs-input",placeholder:"Custom RPC URL",onChange:y,value:a}),_.jsx(s0,{btnIsDisabled:uF(a),text:"Save",onClick:b})]})]})]})}const LK="",An=_i((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 fF=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()}},dF=fF,l3={"text/plain":"Text","text/html":"Url",default:"Text"},hF="Copy to clipboard: #{key}, Enter";function pF(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}function mF(e,t){var r,n,i,s,o,a,c=!1;t||(t={}),r=t.debug||!1;try{i=dF(),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=l3[t.format]||l3.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=pF("message"in t?t.message:hF),window.prompt(n,e)}}finally{o&&(typeof o.removeRange=="function"?o.removeRange(s):o.removeAllRanges()),a&&document.body.removeChild(a),i()}return c}var gF=mF;const f3=na(gF);function vF({currentAccount:e}){const{mutate:t}=$r.useSwitchAccount(),r=$r.useAccounts(),{isOpenAccountList:n,setIsOpenAccountList:i}=An(),s=()=>{i(!n)},o=ie.useMemo(()=>r.filter(c=>c.address!==e),[r,e]);ie.useEffect(()=>{console.log("🚀 ~ file: AccountSwitch.tsx:26 ~ accountList:",o)},[o]);const a=c=>{t({account:c},{onSuccess:()=>console.log(`switched to ${c.address}`)})};return _.jsxs("div",{className:"cs-account-switch",children:[_.jsxs("div",{className:"account",onClick:s,children:[_.jsx("span",{children:$s(e)}),(o==null?void 0:o.length)>0&&_.jsx("svg",{className:`cs-icon ${n?"open":"close"}`,"aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-unfold"})})]}),_.jsx("div",{className:`account-list ${n?"open":"close"}`,children:o.map(c=>_.jsxs("div",{className:"account-item",children:[_.jsxs("div",{className:"left",children:[_.jsx("div",{className:"label",children:c==null?void 0:c.label}),_.jsx("div",{className:"address",children:$s(c==null?void 0:c.address)})]}),_.jsx("button",{className:"cs-outline-btn",onClick:()=>a(c),children:"Switch"})]}))})]})}function yF({connect:e}){const t=$r.useCurrentAccount();return ie.useEffect(()=>{console.log("TriggerButton currentAccount: ",t)},[t]),_.jsx("div",{children:t?_.jsx(bF,{}):_.jsx(s0,{text:"Connect Wallet",className:"cs-connect-button",onClick:()=>e(!0)})})}function bF(){const{mutate:e}=$r.useDisconnectWallet(),t=$r.useCurrentAccount(),{currentWallet:r}=$r.useCurrentWallet(),{addCommonToast:n}=Jo(),{getExplorerUrl:i}=ko(),s=()=>{t&&(f3(t.address||"",{debug:!1,message:"message"}),n("Copied success"))},o=()=>{t&&window.open(i(t.address,"account"),"_blank")};return ie.useEffect(()=>{console.log("TriggerButton currentWallet: ",r)},[r]),_.jsxs(Ci.Root,{children:[_.jsx(Ci.Trigger,{children:_.jsxs("div",{className:"cs-connected-button",children:[_.jsx("img",{src:r==null?void 0:r.icon,style:{width:"20px",height:"20px"}}),_.jsx("span",{children:$s(t==null?void 0:t.address)})]})}),_.jsx(Ci.Content,{variant:"soft",className:"cs-dropdown-content",style:{backgroundColor:"#2B3643"},side:"bottom",align:"end",children:_.jsxs("div",{className:"account-op-box",children:[_.jsx("span",{style:{fontSize:"14px",color:"#909CA4",marginBottom:"6px"},children:t==null?void 0:t.label}),_.jsx(vF,{currentAccount:t==null?void 0:t.address}),_.jsxs("div",{className:"account-op-item",onClick:s,style:{marginTop:"12px"},children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-copy"})}),_.jsx("span",{children:"Copy address"})]}),_.jsxs("div",{className:"account-op-item",onClick:o,children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-link"})}),_.jsx("span",{children:"Open explorer"})]}),_.jsxs("div",{className:"account-op-item",onClick:()=>e(),children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-disconnect"})}),_.jsx("span",{children:"Disconnect"})]})]})})]})}function wF(){$r.useCurrentAccount();const{currentWallet:e,connectionStatus:t}=$r.useCurrentWallet(),{isOpenWalletModal:r,onWalletModal:n,saveCurrentAccount:i}=An(),s=$r.useWallets();return ie.useEffect(()=>{console.log("test wallet currentWallet: ",e),console.log("test wallet wallets: ",s)},[e,s]),_.jsx(_.Fragment,{children:_.jsx($r.ConnectModal,{trigger:_.jsx(yF,{connect:n}),open:r,onOpenChange:o=>n(o)})})}function _F({independentWallet:e,customWallet:t}){return _.jsxs(_.Fragment,{children:[_.jsxs("div",{className:"widget-header",children:[_.jsx("img",{src:Ft("/images/logo@2x.png"),className:"cetus-logo"}),_.jsxs("div",{className:"right",children:[e&&_.jsx(wF,{}),_.jsx(aF,{})]})]}),_.jsx("div",{style:{marginTop:"20px"}})]})}const FK="",d3=()=>{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 _.jsx("div",{style:{width:"100%",height:"100%",position:"relative"},children:_.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)=>_.jsx("div",{style:t(i),children:_.jsx("div",{style:r})},i))})})};function xF({onClose:e,transactionData:t}){const{status:r,buildShowInfo:n,tx:i}=t,s=ie.useMemo(()=>{if(n&&r)return n(r)},[r]);return _.jsxs("div",{className:"ts-status-dialog",children:[(r==="confirmation"||r==="submitted")&&_.jsx(SF,{info:s,status:r}),(r==="success"||r==="rejected")&&_.jsx(EF,{info:s,status:r,tx:i,onClose:e})]})}function SF({info:e,status:t}){return _.jsxs("div",{className:"progress-dialog",children:[_.jsx("div",{className:"title",children:t==="confirmation"?"Waiting for Confirmation":"Transaction in progress"}),_.jsx("div",{className:"loading-box",children:_.jsx(d3,{})}),_.jsxs("div",{className:"ts-content",children:[e==null?void 0:e.modalDescriptionText," "]}),_.jsxs("p",{className:"ts-desc",children:[" ",t==="confirmation"?"Confirm this transaction in your wallet.":"Confirmation is in progress."]})]})}function EF({info:e,status:t,tx:r,onClose:n}){const{getExplorerUrl:i}=ko();return _.jsxs("div",{className:"finally-status-dialog",children:[_.jsxs("div",{className:"center-content",children:[_.jsxs("div",{className:t==="success"?"status-box is-success":"status-box is-error",children:[_.jsx("div",{className:"status-icon-box",children:_.jsx("div",{className:"status-icon",children:_.jsx("svg",{className:"icon","aria-hidden":"true",children:t==="success"?_.jsx("use",{xlinkHref:"#icon-sel"}):_.jsx("use",{xlinkHref:"#icon-caution"})})})}),t==="success"?_.jsx("span",{children:"Swap Success"}):_.jsx("span",{children:"Swap failed"})]}),_.jsx("div",{className:"ts-content",children:e==null?void 0:e.modalDescriptionText}),r&&_.jsxs("div",{className:"view-transaction",children:[_.jsx("span",{children:"View Transaction"}),Zu.map(s=>_.jsx("a",{href:i(r,"tx",s.link),target:"_blank",children:_.jsx("img",{src:s.img})},s.link))]})]}),_.jsx("button",{className:"cs-solid-btn swap-more-btn",onClick:n,children:t==="success"?_.jsx("span",{children:" Swap More"}):_.jsx("span",{children:"Retry"})})]})}function Dl(){return{fetchByApi:async(t,r,n,i)=>{try{return r==="GET"?await bR(`${i||el.api}${t}`,n):await wR(`${i||el.api}${t}`,n)}catch(s){throw console.log("🚀 ~ file: useFetch.tsx:6 ~ fetchByApi ~ error:",s),s}}}}function CF(){const{fetchByApi:e}=Dl(),{setProviders:t}=Gr();return{fetchRouterConfig:async()=>{try{const n=await e("/router_v2/status","GET"),{providers:i}=n;i&&t(i),console.log("🚀 ~ file: useGetRouterConfig.ts:13 ~ fetchRouterConfig ~ res:",n)}catch(n){console.log("🚀 ~ file: useGetRouterConfig.ts:18 ~ fetchRouterConfig ~ error:",n)}}}}function MF({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 Vs=_i((e,t)=>({suiClient:new ma({url:el.fullRpcUrl}),setSuiClient:r=>{e(()=>({suiClient:r}))},aggregatorSDK:new S_,setAggregatorSDK:r=>{e(()=>({aggregatorSDK:r}))}})),dc=_i((e,t)=>({requestTokenList:[],addRequestTokenList:r=>{e(()=>({requestTokenList:[...t().requestTokenList,r]}))},setToken:r=>{const{tokenMap:n,requestTokenList:i}=t(),s=new Map(n);s.set(Ir(r.coin_type).full_address,r);const o=i.filter(a=>a!==r.coin_type);e(()=>({tokenMap:s,requestTokenList:[...o]})),wi.setItem(sp,s)},tokenMap:new Map,setTokenMap:(r,n=!1)=>{e(()=>({tokenMap:r})),n||wi.setItem(sp,r)},trustedTokenList:[],setTrustedTokenList:(r,n=!1)=>{e(()=>({trustedTokenList:r})),n||wi.setItem(K_,r)}}));wi.getItem(sp).then(e=>{e!==null&&dc.getState().setTokenMap(e,!0)}),wi.getItem(K_).then(e=>{e!==null&&dc.getState().setTrustedTokenList(e,!0)});function AF(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 qs(){const{suiClient:e}=Vs(),{fetchByApi:t}=Dl(),{setTokenMap:r,tokenMap:n,setToken:i,requestTokenList:s,addRequestTokenList:o,setTrustedTokenList:a}=dc(),c=async()=>{var b;const f=await t("/v2/sui/coins_info","GET");console.log("🚀 ~ file: useGetTokens.ts:8 ~ getTokens ~ res:",f);const h=[],y=(b=f==null?void 0:f.list)==null?void 0:b.reduce((w,T)=>(w.set(T.coin_type,T),T.is_trusted&&h.push({...T,coin_type:Ir(T.coin_type).full_address}),w),new Map);console.log("🚀 ~ file: useTokens.ts:42 ~ getTokens ~ trustedTokenList:",h),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){W_(f)&&(y.iconUrl="https://archive.cetus.zone/assets/image/sui/sui.png");const b=AF(y,f);return i(b),console.log("🚀 ~ file: useToken.ts:38 ~ fetchTokenInfo ~ token:",b,s),b}}catch(h){console.log("🚀 ~ file: useToken.ts:44 ~ fetchTokenInfo ~ error:",h)}},l=ie.useCallback(f=>{if(f)return n.get(Ir(f).full_address)||n.get(f)},[n]);return{getTokens:c,fetchTokenInfo:u,getTokenInfo:l}}function $l(e){const{suiClient:t}=Vs(),{currentAccount:r,setTokenBalanceObj:n,tokenBalanceObj:i}=An(),{fetchTokenInfo:s}=qs(),[o,a]=ie.useState([]),{tokenMap:c}=dc(),u=async(y=(r==null?void 0:r.address)||"",b)=>{try{if(!y){l();return}let w=[];b?w=[await t.getBalance({owner:y,coinType:b})]:w=[...await t.getAllBalances({owner:y})],a(w)}catch(w){console.log("getOwnerCoinBalances ~ error:",w),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 b={};for(let w=0;w<(y==null?void 0:y.length);w++)try{const T=y[w],P=await s(T.coinType),R=lR(T.totalBalance,P==null?void 0:P.decimals),N=nn(R,4);b[Ir(T.coinType).full_address]={...T,displayBalance:N,totalBalanceFormat:R}}catch{continue}n(b)},h=ie.useMemo(()=>{if(e&&r)return i[e]||i[Ir(e).full_address]},[e,i,r]);return{getOwnerCoinBalances:u,balanceInfo:h}}const Tn=_i((e,t)=>({isOpenSecondary:!1,byAmountIn:!0,findRouterLoading:!1,fromAmount:"",toAmount:"",fromCoin:void 0,toCoin:void 0,routerData:void 0,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}))}})),TF={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"}},OF={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"}},IF=TF,PF=OF;function kF(e,t){const{fetchTokenInfo:r}=qs(),{setFromCoin:n,setToCoin:i}=Tn(),{setSlippage:s,setRpcList:o,setCurrentRpc:a}=Gr(),c=ie.useRef({}),u=async(f,h)=>{const y=f?await r(f):IF,b=h?await r(h):PF;n(y),i(b)},l=(f,h)=>{const y=[Qu[0]];let b=Qu[0];f.forEach(w=>{const T={name:w,link:w,isCustom:!1};y.push(T),w===h&&(b=T)}),o([...y,{name:"Custom RPC URL",link:"",isCustom:!0}]),console.log("🚀 ~ file: useInitWidget.ts:51 ~ handleInitRpcList ~ defaultRpcInfo:",b),a(b)};return ie.useEffect(()=>{if(!np(e,c.current)){const{defaultFromToken:f,defaultToToken:h,defaultSlippage:y,customRpcList:b,defaultRpc:w}=e;u(f,h),y&&s(y),(b==null?void 0:b.length)>0&&l(b,w),c.current=e}},[e]),{handleSetDefaultPair:u}}function jF(){const{currentRpc:e}=Gr(),{setSuiClient:t,setAggregatorSDK:r}=Vs(),{currentAccount:n}=An();ie.useEffect(()=>{if(e){const i=new ma({url:e.link});t(i)}},[e]),ie.useEffect(()=>{if(e){const i=new S_(el.aggregatorUrl,(n==null?void 0:n.address)||void 0,new ma({url:e.link}),pj.Mainnet);r(i)}},[e.link,n==null?void 0:n.address])}const h3=_i((e,t)=>({coinPriceObj:{},setPriceObj:r=>{const n=t().coinPriceObj;e({coinPriceObj:{...n,...r}})},clearPriceObj:r=>{const n=t().coinPriceObj;r.forEach(i=>{delete n[Ir(i).full_address]}),e({coinPriceObj:{...n}})}}));function Bl(){const{fetchByApi:e}=Dl(),{coinPriceObj:t,setPriceObj:r,clearPriceObj:n}=h3(),i=async a=>{try{const u=(await e("/v2/sui/market_price","GET",{base_symbol_address_pair:a.map(l=>ip(l,!1))})).prices;if(u){const l={};u.forEach(f=>{l[Ir(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[Ir(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 Ue(c).mul(f.price).toString()}return l},[t]);return{fetchTokenPrices:i,getTokenPrice:s,getTokenAmountValue:o}}const o0=_i((e,t)=>({transactionData:void 0,setTransactionData:r=>{e(()=>({transactionData:r}))}})),xr=[];for(let e=0;e<256;++e)xr.push((e+256).toString(16).slice(1));function RF(e,t=0){return(xr[e[t+0]]+xr[e[t+1]]+xr[e[t+2]]+xr[e[t+3]]+"-"+xr[e[t+4]]+xr[e[t+5]]+"-"+xr[e[t+6]]+xr[e[t+7]]+"-"+xr[e[t+8]]+xr[e[t+9]]+"-"+xr[e[t+10]]+xr[e[t+11]]+xr[e[t+12]]+xr[e[t+13]]+xr[e[t+14]]+xr[e[t+15]]).toLowerCase()}let a0;const NF=new Uint8Array(16);function DF(){if(!a0){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");a0=crypto.getRandomValues.bind(crypto)}return a0(NF)}const p3={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function m3(e,t,r){if(p3.randomUUID&&!t&&!e)return p3.randomUUID();e=e||{};const n=e.random||(e.rng||DF)();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 RF(n)}const $F=new ma({url:tm("mainnet")}),BF=["0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC","0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD","0xf16e6b723f242ec745dfd7634ad072c42d5c1d9ac9d62a39c381303eaa57693a::fdusd::FDUSD","0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb::usdy::USDY","0x294de7579d55c110a00a7c4946e09a1b5cbeca2592fbb83fd7bfacba3cfeaf0e::drf::DRF"],LF=["deny_list","DenyList","DenyCap","create_regulated_currency"],FF={showType:!0,showContent:!0,showOwner:!1,showPreviousTransaction:!1,showStorageRebate:!1,showDisplay:!1},UF=async e=>{let t=!1;if(BF.includes(e))return t;const r=e.split("::"),n=r[0]&&hn.normalizeSuiAddress(r[0]),i=r[1],s=await $F.getObject({id:n,options:FF}),o="disassembled"in s.data.content?s.data.content.disassembled[i]:null;return o&&typeof o=="string"&&new RegExp(LF.join("|"),"i").test(o)&&(t=!0),t},zF=e=>{var n;if(!e)return"";const t=e==null?void 0:e.split(",");return(n=t==null?void 0:t.map(i=>ip(i,!1)))==null?void 0:n.join(",")};function VF(){const{fetchByApi:e}=Dl(),t=async n=>{try{const i={...n},s=zF(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(b=>Ga(b).source_address);f=l==null?void 0:l.filter(b=>{var P,R;const w=Ga((P=b==null?void 0:b.coin_a)==null?void 0:P.address).source_address,T=Ga((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(w)&&y.includes(T)?!0:!!((y==null?void 0:y.length)===1&&(y.includes(w)||y.includes(T)))})}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 qF(e=!0){const{poolApiMap:t,setPoolApiMap:r}=Gr(),{getPoolList:n,getLocalJsonPoolList:i}=VF();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 HF(e){const{routerData:t}=Tn();return{priceAcceptRouterData:ie.useMemo(()=>{if(t&&e){if(e.byAmountIn){if(!Ue(e.toAmountUi).eq(t.toAmountUi||"0"))return t}else if(!Ue(e.fromAmountUi).eq(t.fromAmountUi||"0"))return t;return}},[t,e])}}function g3(e,t){return{amountLimit:ie.useMemo(()=>{if(t&&t.routerData){const{byAmountIn:n,fromAmountUi:i,toAmountUi:s}=t;return n?Ue(s).mul(Ue(1).sub(Ue(e).div(100))).toString():Ue(i).mul(Ue(1).add(Ue(e).div(100))).toString()}},[e,t])}}function WF(e){const{getTokenInfo:t,fetchTokenInfo:r}=qs();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=Ue(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=Ue(1).sub(c).toFixed(2):h.percentage=Ue(y).div(s).toFixed(2),c=Ue(c).add(h.percentage);const b=[];l.path.forEach(w=>{i.includes(w.provider)||i.push(w.provider);const T=Ir(w.from).full_address,P=Ir(w.target).full_address,R=t(T),N=t(P);R||a.includes(T)&&a.push(T),N||a.includes(P)&&a.push(P);const z=w.provider===Ja.SCALLOP||w.provider===Ja.FLOWX||w.provider===Ja.FLOWXV3;b.push({from_type:T,to_type:P,pool_address:z?"":w.id,fee_rate:w.feeRate,provider:w.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 GF(){const{fromCoin:e,toCoin:t}=Tn(),{getPoolListByCoinType:r}=qF();return{getSwapPoolAddress:async()=>e&&t?(await r(e.coin_type,t.coin_type)).map(o=>o.address):[]}}function v3(e,t,r){return ie.useMemo(()=>t&&r&&+t&&+r?e?Ue(r).div(t).toString():Ue(t).div(r).toString():"0",[t,r,e])}function y3(e){const[t,r]=ie.useState(),n=async i=>{if(i.is_trusted)return!1;try{return await UF(i.coin_type)}catch(s){console.log("🚀 ~ file: useCheckTokenScamsAlert.ts:19 ~ checkTokenScams ~ error:",s)}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 KF(){const{aggregatorSDK:e}=Vs(),{getSwapPoolAddress:t}=GF(),r=async i=>{const{fromToken:s,toToken:o,amount:a,providersKeys:c,by_amount_in:u,uuid:l}=i,f={from:s.coin_type,target:o.coin_type,amount:new Lw(a),byAmountIn:u,depth:3,splitAlgorithm:void 0,splitFactor:void 0,splitCount:void 0,providers:c};console.log("🚀 ~ file: useFindBestRouting.ts:26 ~ findBestRouters ~ routerParams:",f);try{const h=await e.findRouters(f);if(console.log("🚀 ~ file: useFindBestRouting.ts:145 ~ findBestRouters ~ res:",h),h&&h.insufficientLiquidity)return n(!1,h.insufficientLiquidity,u,l,s,o);if(!h||h.routes.length===0)throw Error("not find router");return n(!1,h.insufficientLiquidity,u,l,s,o,h)}catch(h){console.log("🚀 ~ file: useFindBestRouting.ts:105 ~ findRouters ~ error:",h);const y=await t(),b={from:s.coin_type,target:o.coin_type,amount:new Lw(a),byAmountIn:u,pools:y};console.log("🚀 ~ file: useFindBestRouting.ts:115 ~ findRouters ~ routerParams:",b);try{const w=await e.swapInPools(b);return console.log("🚀 ~ file: useFindBestRouting.ts:170 ~ swapInPools ~ res:",w),!w||!w.routeData?n(!0,!0,u,l,s,o):n(!0,w.isExceed,u,l,s,o,w.routeData)}catch(w){return console.log("🚀 ~ file: useFindBestRouting.ts:120 ~ swapInPools ~ error:",w),{uuid:l,byAmountIn:u,isExceed:!1,isDegrade:!0}}}},n=(i,s,o,a,c,u,l)=>{if(console.log("🚀 ~ file: useSwap.ts:166 ~ handleRouterData ~ res:",{isDegrade:i,isExceed:s,routerData:l}),l){const f=rp(l.amountIn.toString(),c.decimals).toString(),h=rp(l.amountOut.toString(),u.decimals).toString();return{routerData:l,fromAmountUi:f,toAmountUi:h,uuid:a,byAmountIn:o,isExceed:s,isDegrade:i}}else return{uuid:a,byAmountIn:o,isExceed:s,isDegrade:i}};return{findBestRouters:r}}function Yo(e){const t=ie.useRef(e);return ie.useEffect(()=>{t.current=e},[e]),t}function XF(e){try{return e&&e.toString().includes("Rejected from user")}catch(t){return console.log("🚀 ~ file: common.ts:214 ~ isUserRejectedError ~ error:",{error:e,error1:t}),!1}}function JF(e){const t=String(e);return t.indexOf("withdraw_with_proof")>-1||t.indexOf("check_coin_threshold")>-1||t.indexOf('Identifier("balance")')>-1}function YF(e){return!!String(e).includes("Could not find the referenced transaction")}function ZF(e){return XF(e)?"User rejected the request":JF(e)?"Exceeded price slippage":YF(e)?"Oops. Failed to sync data from your txid. Please check your txn status from explorer or from your wallet.":"Transaction failed"}var c0={};Object.defineProperty(c0,"__esModule",{value:!0});var QF=c0.executeAuction=b3,eU=E2,tU="https://rpc.getshio.com",rU=500,nU=300;function b3(e,t,r){r===void 0&&(r=rU);var n={jsonrpc:"2.0",method:"shio_executeAuction",params:[e,t],id:1};return new Promise(function(i,s){setTimeout(i,r),eU.default.post(tU,n,{headers:{"Content-Type":"application/json"},timeout:r}).then(function(o){console.log("Shio executeAuction response:",o.data),setTimeout(i,nU)}).catch(s)})}c0.default={executeAuction:b3};function iU(){const{suiClient:e}=Vs(),{currentAccount:t}=An(),{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 b=await e.devInspectTransactionBlock({transactionBlock:go.Transaction.from(hn.fromBase64(c)),sender:t.address});if(console.log("devInspectTransactionBlock:",b),!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=go.Transaction.from(c):l=c,console.log("chain: ",{chain:i,transactionBlock:c}),u){const y=await e.devInspectTransactionBlock({transactionBlock:c,sender:t.address});if(console.log("devInspectTransactionBlock:",y),!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),console.log("🚀 ~ file: useSigner.ts:71 ~ signTransactionBlock ~ transactionBlock:",c),new Promise((y,b)=>{n({transaction:l,chain:i},{onSuccess:w=>{console.log(" signAndExecuteTransactionBlock executed transaction",w),y(w)},onError:w=>{console.error("signAndExecuteTransactionBlock transaction failed",w),b(w)}})})},signTransactionBlock:async c=>(c instanceof Uint8Array&&(c=go.Transaction.from(c)),typeof c=="string"&&(c=go.Transaction.from(hn.fromBase64(c))),console.log("🚀 ~ file: useSigner.ts:105 ~ signTransactionBlock ~ transactionBlock:",{transactionBlock:c,chain:i}),new Promise((u,l)=>{r({transaction:c,chain:i},{onSuccess:f=>{console.log("signTransactionBlock result",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 sU(){const{signTransactionBlock:e,executeTransactionBlock:t,signAndExecuteTransactionBlock:r}=iU(),{currentAccount:n}=An(),{suiClient:i}=Vs(),{setTransactionData:s}=o0(),{addTxToast:o,removeToast:a}=Jo(),c=5,u=2e3;async function l(y,b=1){console.log("🚀 ~ file: useTransaction.tsx:24 ~ getTransactionStatus ~ Checking transaction status, attempt:",b);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(console.log("🚀 ~ file: useTransaction.tsx:28 ~ getTransactionStatus ~ response:",w),w)return w;throw new Error("Empty response")}catch(w){if(console.error(`Attempt ${b} failed:`,w),b>=c)throw new Error("Failed to fetch transaction status after maximum retries.");return await V_(u),l(y,b+1)}}const f=async(y,b,w={useDevInspect:!1,useMev:!1,txAction:"signTransactionBlock"})=>{var z,F;const{useDevInspect:T=!1,useMev:P,txAction:R="signTransactionBlock"}=w;console.log("🚀 ~ file: useTransaction.tsx:76 ~ useTransaction ~ option:",{useDevInspect:T,useMev:P,txAction:R,tx:y,toastType:b});let N;b.status="confirmation",s(b);try{let W;if(R==="signTransactionBlock"){const K=await e(y);console.log("🚀 ~ file: useTransaction.tsx:94 ~ useTransaction ~ signTx:",K);const{bytes:te,signature:oe}=K;if(P)try{const H=await QF(te,oe,500);console.log("🚀 ~ file: useTransaction.tsx:92 ~ useTransaction ~ shioRes: success",H)}catch(H){console.log("🚀 ~ file: useTransaction.tsx:95 ~ useTransaction ~ shioRes : error:",H)}console.log("🚀 ~ useTransaction ~ useMev:",P),W=await t(te,oe,T),console.log("🚀 ~ useTransaction ~ response:",W)}else W=await r(y,T);console.log("🚀 ~ file: useTransaction.tsx:24 ~ signAndExecuteTransaction ~ response:",W),b.status="submitted",s({...b}),b.tx=W.digest,N=o(b),await V_(u);const q=await l(W.digest,0);if(!q||((z=q.effects)==null?void 0:z.status.status)==="failure")h(b,(F=q.effects)==null?void 0:F.status.error);else{const K=gR(q,n==null?void 0:n.address,!1);if(console.log("🚀 ~ file: useTransaction.tsx:48 ~ signAndExecuteTransaction ~ balanceChanges:",K),b.buildShowInfo){const te=b.buildShowInfo("success",K);b.buildShowInfo=oe=>te}a(N),b.status="success",s({...b})}return q}catch(W){console.log("🚀 ~ file: useTransaction.tsx:144 ~ useTransaction ~ error:",W),h(b,W)}},h=(y,b)=>{console.log("🚀 ~ file: useTransaction.tsx:114 ~ handleError ~ error:",b);const w=ZF(b);if(y.buildShowInfo){const T=y.buildShowInfo("confirmation");y.buildShowInfo=P=>(T.toastDescriptionContent=w,T.modalDescriptionText=w,T),y.status="rejected",s({...y})}else y.buildShowInfo=T=>{const P={};return P.toastDescriptionContent=w,P.modalDescriptionText=w,P},y.status="rejected",s({...y})};return{signAndExecuteTransaction:f}}function w3(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 oU(){const{aggregatorSDK:e}=Vs(),{findBestRouters:t}=KF(),{getTokenAmountValue:r,fetchTokenPrices:n}=Bl(),{providers:i,slippage:s,mevProtect:o}=Gr(),{signAndExecuteTransaction:a}=sU(),{setTransactionData:c}=o0(),{addTxToast:u}=Jo(),{fromCoin:l,toCoin:f,setFromCoin:h,setToCoin:y,setToAmount:b,fromAmount:w,toAmount:T,setFromAmount:P,setFindRouterLoading:R,setRouterData:N,setByAmountIn:z,byAmountIn:F}=Tn(),[W,q]=ie.useState(""),K=Yo(W),te=Yo(F),oe=Yo(w),H=Yo(T),L=Yo(l),D=Yo(f),{balanceInfo:p,getOwnerCoinBalances:d}=$l(l==null?void 0:l.coin_type),{balanceInfo:m}=$l(f==null?void 0:f.coin_type),x=r(l==null?void 0:l.coin_type,w),C=r(f==null?void 0:f.coin_type,T),O=w3(async(xe,Xe,Le)=>{if(L.current&&D.current&&+xe){(+oe.current||+H.current)&&R(!0);const ct=hR(xe,Xe?L.current.decimals:D.current.decimals),dt=await t({fromToken:L.current,toToken:D.current,amount:ct.toString(),providersKeys:i,by_amount_in:Xe,uuid:Le});R(!1),K.current===Le&&(Xe?+oe.current?(b(dt.toAmountUi||""),N(dt)):b(""):+H.current?(P(dt.fromAmountUi||"ß"),N(dt)):P(""))}else v(!Xe)},500),M=(xe,Xe,Le=!1)=>{if(z(Xe),Xe?(P(xe),Le&&b("")):(b(xe),Le&&P("")),+xe){const ct=m3();q(ct),O(xe,Xe,ct)}else R(!1),N(void 0),v(!Xe)},g=(xe,Xe=!0)=>{v(),Xe?((xe==null?void 0:xe.coin_type)===(f==null?void 0:f.coin_type)&&y(l),h(xe)):((xe==null?void 0:xe.coin_type)===(l==null?void 0:l.coin_type)&&h(f),y(xe))},v=xe=>{xe===void 0?(P(""),b("")):xe?P(""):b(""),R(!1),N(void 0)},k=()=>{const xe=te.current?oe.current:H.current;if(console.log("🚀 ~ file: useSwap.ts:273 ~ reCalculateRouteData ~ amount:",xe,te.current,oe.current,H.current),+xe){const Xe=m3();q(Xe),O(xe,te.current,Xe)}},ee=async xe=>{const{routerData:Xe,byAmountIn:Le,fromAmountUi:ct,toAmountUi:dt}=xe,De=new go.Transaction,vt={routers:Xe.routes,byAmountIn:Le,slippage:Number(s),txb:De};try{await e.fastRouterSwap(vt);const we={status:"confirmation",buildShowInfo:(Ae,ze)=>{const Ne=`Swap ${nn(ct,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${nn(dt,f==null?void 0:f.decimals)} ${f==null?void 0:f.symbol}`,Te={modalDescriptionText:Ne,toastTitleText:Ne};if(Ae==="success"){let Oe=ct,Be=dt;ze&&(Oe=q_(ze,l)||ct,Be=q_(ze,f)||dt);const ft=`Swapped ${nn(Oe,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${nn(Be,f==null?void 0:f.decimals)} ${f==null?void 0:f.symbol}`;Te.toastTitleText=ft,Te.modalDescriptionText=ft}return Te},id:0};c(we),await a(De,we,{useMev:o})?(v(),d()):k()}catch(we){String(we).includes("TypeError: Failed to fetch")&&u({id:0,status:"rejected",buildShowInfo(me,Ae){return{toastTitleText:"RPC loading failed",toastDescriptionContent:"Try resubmission. Or to check your network and switch an RPC in settings to try again."}}})}};ie.useEffect(()=>{se(),v()},[l==null?void 0:l.coin_type,f==null?void 0:f.coin_type]);const se=()=>{const xe=[];l&&xe.push(l.coin_type),f&&xe.push(f.coin_type),xe.length>0&&n(xe)},{isScamsCoin:ge}=y3(l),{isScamsCoin:ve}=y3(f),Se=ie.useMemo(()=>{if(!(!ge&&!ve)){if(ge&&ve)return`${l==null?void 0:l.symbol} and ${f==null?void 0:f.symbol} are`;if(ge)return`${l==null?void 0:l.symbol} token is `;if(ve)return`${f==null?void 0:f.symbol} token is `}},[ge,ve]);return{handleAmountChange:M,handleSelectToken:g,fromBalanceInfo:p,toBalanceInfo:m,fromAmountValue:x,toAmountValue:C,doSwapAction:ee,reCalculateRouteData:k,refreshMarketPrice:se,scamsText:Se}}function aU(e){const{fromCoin:t,toCoin:r,fromAmount:n,toAmount:i,routerData:s}=Tn(),{currentAccount:o}=An(),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&&Ue(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 _3({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 _.jsxs("svg",{width:e,height:e,viewBox:"0 0 100 100",children:[_.jsx("circle",{cx:"50",cy:"50",r:s,fill:"none",stroke:n,strokeWidth:t}),_.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"}}),_.jsx("style",{children:`
|
|
97
|
+
`)},BL=0,ea=[];function LL(e){var t=I.useRef([]),r=I.useRef([0,0]),n=I.useRef(),i=I.useState(BL++)[0],s=I.useState(n6)[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 _=oL([e.lockRef.current],(e.shards||[]).map(l6),!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=Il(_),N=r.current,R="deltaX"in _?_.deltaX:N[0]-P[0],U="deltaY"in _?_.deltaY:N[1]-P[1],L,W=_.target,q=Math.abs(R)>Math.abs(U)?"h":"v";if("touches"in _&&q==="h"&&W.type==="range")return!1;var X=o6(q,W);if(!X)return!0;if(X?L=q:(L=q==="v"?"h":"v",X=o6(q,W)),!X)return!1;if(!n.current&&"changedTouches"in _&&(R||U)&&(n.current=L),!L)return!0;var ie=n.current||L;return RL(ie,A,_,ie==="h"?R:U,!0)},[]),c=I.useCallback(function(_){var A=_;if(!(!ea.length||ea[ea.length-1]!==s)){var P="deltaY"in A?u6(A):Il(A),N=t.current.filter(function(L){return L.name===A.type&&(L.target===A.target||A.target===L.shadowParent)&&DL(L.delta,P)})[0];if(N&&N.should){A.cancelable&&A.preventDefault();return}if(!N){var R=(o.current.shards||[]).map(l6).filter(Boolean).filter(function(L){return L.contains(A.target)}),U=R.length>0?a(A,R[0]):!o.current.noIsolation;U&&A.cancelable&&A.preventDefault()}}},[]),u=I.useCallback(function(_,A,P,N){var R={name:_,delta:A,target:P,should:N,shadowParent:FL(P)};t.current.push(R),setTimeout(function(){t.current=t.current.filter(function(U){return U!==R})},1)},[]),l=I.useCallback(function(_){r.current=Il(_),n.current=void 0},[]),f=I.useCallback(function(_){u(_.type,u6(_),_.target,a(_,e.lockRef.current))},[]),h=I.useCallback(function(_){u(_.type,Il(_),_.target,a(_,e.lockRef.current))},[]);I.useEffect(function(){return ea.push(s),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:h}),document.addEventListener("wheel",c,Qo),document.addEventListener("touchmove",c,Qo),document.addEventListener("touchstart",l,Qo),function(){ea=ea.filter(function(_){return _!==s}),document.removeEventListener("wheel",c,Qo),document.removeEventListener("touchmove",c,Qo),document.removeEventListener("touchstart",l,Qo)}},[]);var y=e.removeScrollBar,b=e.inert;return I.createElement(I.Fragment,null,b?I.createElement(s,{styles:$L(i)}):null,y?I.createElement(AL,{gapMode:e.gapMode}):null)}function FL(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const UL=mL(t6,LL);var f6=I.forwardRef(function(e,t){return I.createElement(Al,si({},e,{ref:t,sideCar:UL}))});f6.classNames=Al.classNames;const zL=f6;function VL(e,t){return I.useReducer((r,n)=>t[r][n]??r,e)}var Qp="ScrollArea",[d6,sJ]=Fo(Qp),[qL,un]=d6(Qp),h6=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,N]=I.useState(0),[R,U]=I.useState(0),[L,W]=I.useState(!1),[q,X]=I.useState(!1),ie=Qt(t,ce=>c(ce)),ae=Lp(i);return w.jsx(qL,{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:W,scrollbarY:_,onScrollbarYChange:A,scrollbarYEnabled:q,onScrollbarYEnabledChange:X,onCornerWidthChange:N,onCornerHeightChange:U,children:w.jsx(Wt.div,{dir:ae,...o,ref:ie,style:{position:"relative","--radix-scroll-area-corner-width":P+"px","--radix-scroll-area-corner-height":R+"px",...e.style}})})});h6.displayName=Qp;var p6="ScrollAreaViewport",m6=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,children:n,nonce:i,...s}=e,o=un(p6,r),a=I.useRef(null),c=Qt(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(Wt.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})})]})});m6.displayName=p6;var oi="ScrollAreaScrollbar",g6=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=un(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(GL,{...n,ref:t,forceMount:r}):i.type==="scroll"?w.jsx(WL,{...n,ref:t,forceMount:r}):i.type==="auto"?w.jsx(v6,{...n,ref:t,forceMount:r}):i.type==="always"?w.jsx(e0,{...n,ref:t}):null});g6.displayName=oi;var GL=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=un(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(jn,{present:r||s,children:w.jsx(v6,{"data-state":s?"visible":"hidden",...n,ref:t})})}),WL=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=un(oi,e.__scopeScrollArea),s=e.orientation==="horizontal",o=Nl(()=>c("SCROLL_END"),100),[a,c]=VL("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(jn,{present:r||a!=="hidden",children:w.jsx(e0,{"data-state":a==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:tt(e.onPointerEnter,()=>c("POINTER_ENTER")),onPointerLeave:tt(e.onPointerLeave,()=>c("POINTER_LEAVE"))})})}),v6=I.forwardRef((e,t)=>{const r=un(oi,e.__scopeScrollArea),{forceMount:n,...i}=e,[s,o]=I.useState(!1),a=e.orientation==="horizontal",c=Nl(()=>{if(r.viewport){const u=r.viewport.offsetWidth<r.viewport.scrollWidth,l=r.viewport.offsetHeight<r.viewport.scrollHeight;o(a?u:l)}},10);return ta(r.viewport,c),ta(r.content,c),w.jsx(jn,{present:n||s,children:w.jsx(e0,{"data-state":s?"visible":"hidden",...i,ref:t})})}),e0=I.forwardRef((e,t)=>{const{orientation:r="vertical",...n}=e,i=un(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=x6(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 ZL(h,o.current,a,y)}return r==="horizontal"?w.jsx(HL,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){const h=i.viewport.scrollLeft,y=S6(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(KL,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){const h=i.viewport.scrollTop,y=S6(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}),HL=I.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,s=un(oi,e.__scopeScrollArea),[o,a]=I.useState(),c=I.useRef(null),u=Qt(t,c,s.onScrollbarXChange);return I.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),w.jsx(b6,{"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":kl(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),C6(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:jl(o.paddingLeft),paddingEnd:jl(o.paddingRight)}})}})}),KL=I.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,s=un(oi,e.__scopeScrollArea),[o,a]=I.useState(),c=I.useRef(null),u=Qt(t,c,s.onScrollbarYChange);return I.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),w.jsx(b6,{"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":kl(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),C6(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:jl(o.paddingTop),paddingEnd:jl(o.paddingBottom)}})}})}),[XL,y6]=d6(oi),b6=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=un(oi,r),[b,_]=I.useState(null),A=Qt(t,ie=>_(ie)),P=I.useRef(null),N=I.useRef(""),R=y.viewport,U=n.content-n.viewport,L=gr(l),W=gr(c),q=Nl(f,10);function X(ie){if(P.current){const ae=ie.clientX-P.current.left,ce=ie.clientY-P.current.top;u({x:ae,y:ce})}}return I.useEffect(()=>{const ie=ae=>{const ce=ae.target;(b==null?void 0:b.contains(ce))&&L(ae,U)};return document.addEventListener("wheel",ie,{passive:!1}),()=>document.removeEventListener("wheel",ie,{passive:!1})},[R,b,U,L]),I.useEffect(W,[n,W]),ta(b,q),ta(y.content,q),w.jsx(XL,{scope:r,scrollbar:b,hasThumb:i,onThumbChange:gr(s),onThumbPointerUp:gr(o),onThumbPositionChange:W,onThumbPointerDown:gr(a),children:w.jsx(Wt.div,{...h,ref:A,style:{position:"absolute",...h.style},onPointerDown:tt(e.onPointerDown,ie=>{ie.button===0&&(ie.target.setPointerCapture(ie.pointerId),P.current=b.getBoundingClientRect(),N.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",y.viewport&&(y.viewport.style.scrollBehavior="auto"),X(ie))}),onPointerMove:tt(e.onPointerMove,X),onPointerUp:tt(e.onPointerUp,ie=>{const ae=ie.target;ae.hasPointerCapture(ie.pointerId)&&ae.releasePointerCapture(ie.pointerId),document.body.style.webkitUserSelect=N.current,y.viewport&&(y.viewport.style.scrollBehavior=""),P.current=null})})})}),Pl="ScrollAreaThumb",w6=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=y6(Pl,e.__scopeScrollArea);return w.jsx(jn,{present:r||i.hasThumb,children:w.jsx(JL,{ref:t,...n})})}),JL=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,style:n,...i}=e,s=un(Pl,r),o=y6(Pl,r),{onThumbPositionChange:a}=o,c=Qt(t,f=>o.onThumbChange(f)),u=I.useRef(),l=Nl(()=>{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=QL(f,a);u.current=y,a()}};return a(),f.addEventListener("scroll",h),()=>f.removeEventListener("scroll",h)}},[s.viewport,l,a]),w.jsx(Wt.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:tt(e.onPointerDownCapture,f=>{const y=f.target.getBoundingClientRect(),b=f.clientX-y.left,_=f.clientY-y.top;o.onThumbPointerDown({x:b,y:_})}),onPointerUp:tt(e.onPointerUp,o.onThumbPointerUp)})});w6.displayName=Pl;var t0="ScrollAreaCorner",_6=I.forwardRef((e,t)=>{const r=un(t0,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?w.jsx(YL,{...e,ref:t}):null});_6.displayName=t0;var YL=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,...n}=e,i=un(t0,r),[s,o]=I.useState(0),[a,c]=I.useState(0),u=!!(s&&a);return ta(i.scrollbarX,()=>{var f;const l=((f=i.scrollbarX)==null?void 0:f.offsetHeight)||0;i.onCornerHeightChange(l),c(l)}),ta(i.scrollbarY,()=>{var f;const l=((f=i.scrollbarY)==null?void 0:f.offsetWidth)||0;i.onCornerWidthChange(l),o(l)}),u?w.jsx(Wt.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 jl(e){return e?parseInt(e,10):0}function x6(e,t){const r=e/t;return isNaN(r)?0:r}function kl(e){const t=x6(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function ZL(e,t,r,n="ltr"){const i=kl(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 E6([c,u],f)(e)}function S6(e,t,r="ltr"){const n=kl(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=HB(e,c);return E6([0,o],[0,a])(u)}function E6(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 C6(e,t){return e>0&&e<t}var QL=(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 Nl(e,t){const r=gr(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 ta(e,t){const r=gr(t);ls(()=>{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 eF=h6,tF=m6,M6=g6,T6=w6,rF=_6,r0="Switch",[nF,oJ]=Fo(r0),[iF,sF]=nF(r0),A6=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=Qt(t,R=>y(R)),_=I.useRef(!1),A=h?l||!!h.closest("form"):!0,[P=!1,N]=cc({prop:i,defaultProp:s,onChange:u});return w.jsxs(iF,{scope:r,checked:P,disabled:a,children:[w.jsx(Wt.button,{type:"button",role:"switch","aria-checked":P,"aria-required":o,"data-state":P6(P),"data-disabled":a?"":void 0,disabled:a,value:c,...f,ref:b,onClick:tt(e.onClick,R=>{N(U=>!U),A&&(_.current=R.isPropagationStopped(),_.current||R.stopPropagation())})}),A&&w.jsx(oF,{control:h,bubbles:!_.current,name:n,value:c,checked:P,required:o,disabled:a,form:l,style:{transform:"translateX(-100%)"}})]})});A6.displayName=r0;var O6="SwitchThumb",I6=I.forwardRef((e,t)=>{const{__scopeSwitch:r,...n}=e,i=sF(O6,r);return w.jsx(Wt.span,{"data-state":P6(i.checked),"data-disabled":i.disabled?"":void 0,...n,ref:t})});I6.displayName=O6;var oF=e=>{const{control:t,checked:r,bubbles:n=!0,...i}=e,s=I.useRef(null),o=P4(r),a=Np(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 P6(e){return e?"checked":"unchecked"}var aF=A6,cF=I6;const fc={size:{type:"enum",values:["1","2","3"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","surface","soft"],default:"surface"},color:uc,highContrast:bl,radius:Up},j6=I.forwardRef((e,t)=>{const{rest:r,...n}=Ko(e),{className:i,style:s,size:o=fc.size.default,variant:a=fc.variant.default,color:c=fc.color.default,highContrast:u=fc.highContrast.default,radius:l=fc.radius.default,...f}=r;return I.createElement("span",{"data-radius":l,className:Kt("rt-SwitchRoot",i,bt(o,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},Xo(n)),style:s},I.createElement(aF,{"data-accent-color":c,...f,ref:t,className:Kt("rt-reset","rt-SwitchButton",{"rt-high-contrast":u})},I.createElement(cF,{className:Kt("rt-SwitchThumb",{"rt-high-contrast":u})})))});j6.displayName="Switch";var n0=["Enter"," "],uF=["ArrowDown","PageUp","Home"],k6=["ArrowUp","PageDown","End"],lF=[...uF,...k6],fF={ltr:[...n0,"ArrowRight"],rtl:[...n0,"ArrowLeft"]},dF={ltr:["ArrowLeft"],rtl:["ArrowRight"]},dc="Menu",[hc,hF,pF]=$4(dc),[Xs,N6]=Fo(dc,[pF,hl,L4]),pc=hl(),R6=L4(),[D6,gs]=Xs(dc),[mF,mc]=Xs(dc),$6=e=>{const{__scopeMenu:t,open:r=!1,children:n,dir:i,onOpenChange:s,modal:o=!0}=e,a=pc(t),[c,u]=I.useState(null),l=I.useRef(!1),f=gr(s),h=Lp(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(h4,{...a,children:w.jsx(D6,{scope:t,open:r,onOpenChange:f,content:c,onContentChange:u,children:w.jsx(mF,{scope:t,onClose:I.useCallback(()=>f(!1),[f]),isUsingKeyboardRef:l,dir:h,modal:o,children:n})})})};$6.displayName=dc;var gF="MenuAnchor",i0=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=pc(r);return w.jsx(p4,{...i,...n,ref:t})});i0.displayName=gF;var s0="MenuPortal",[vF,B6]=Xs(s0,{forceMount:void 0}),L6=e=>{const{__scopeMenu:t,forceMount:r,children:n,container:i}=e,s=gs(s0,t);return w.jsx(vF,{scope:t,forceMount:r,children:w.jsx(jn,{present:r||s.open,children:w.jsx(v4,{asChild:!0,container:i,children:n})})})};L6.displayName=s0;var ln="MenuContent",[yF,o0]=Xs(ln),F6=I.forwardRef((e,t)=>{const r=B6(ln,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,s=gs(ln,e.__scopeMenu),o=mc(ln,e.__scopeMenu);return w.jsx(hc.Provider,{scope:e.__scopeMenu,children:w.jsx(jn,{present:n||s.open,children:w.jsx(hc.Slot,{scope:e.__scopeMenu,children:o.modal?w.jsx(bF,{...i,ref:t}):w.jsx(wF,{...i,ref:t})})})})}),bF=I.forwardRef((e,t)=>{const r=gs(ln,e.__scopeMenu),n=I.useRef(null),i=Qt(t,n);return I.useEffect(()=>{const s=n.current;if(s)return sL(s)},[]),w.jsx(a0,{...e,ref:i,trapFocus:r.open,disableOutsidePointerEvents:r.open,disableOutsideScroll:!0,onFocusOutside:tt(e.onFocusOutside,s=>s.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>r.onOpenChange(!1)})}),wF=I.forwardRef((e,t)=>{const r=gs(ln,e.__scopeMenu);return w.jsx(a0,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>r.onOpenChange(!1)})}),a0=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=gs(ln,r),P=mc(ln,r),N=pc(r),R=R6(r),U=hF(r),[L,W]=I.useState(null),q=I.useRef(null),X=Qt(t,q,A.onContentChange),ie=I.useRef(0),ae=I.useRef(""),ce=I.useRef(0),V=I.useRef(null),$=I.useRef("right"),p=I.useRef(0),d=b?zL:I.Fragment,m=b?{as:ki,allowPinchZoom:!0}:void 0,x=E=>{var ve,ye;const O=ae.current+E,C=U().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=jF(j,O,v),se=(ye=C.find(Ee=>Ee.textValue===ee))==null?void 0:ye.ref.current;(function Ee(Se){ae.current=Se,window.clearTimeout(ie.current),Se!==""&&(ie.current=window.setTimeout(()=>Ee(""),1e3))})(O),se&&setTimeout(()=>se.focus())};I.useEffect(()=>()=>window.clearTimeout(ie.current),[]),KB();const M=I.useCallback(E=>{var C,g;return $.current===((C=V.current)==null?void 0:C.side)&&NF(E,(g=V.current)==null?void 0:g.area)},[]);return w.jsx(yF,{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(),W(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(W4,{asChild:!0,trapped:i,onMountAutoFocus:tt(s,E=>{var O;E.preventDefault(),(O=q.current)==null||O.focus({preventScroll:!0})}),onUnmountAutoFocus:o,children:w.jsx(_p,{asChild:!0,disableOutsidePointerEvents:a,onEscapeKeyDown:u,onPointerDownOutside:l,onFocusOutside:f,onInteractOutside:h,onDismiss:y,children:w.jsx(GB,{asChild:!0,...R,dir:P.dir,orientation:"vertical",loop:n,currentTabStopId:L,onCurrentTabStopIdChange:W,onEntryFocus:tt(c,E=>{P.isUsingKeyboardRef.current||E.preventDefault()}),preventScrollOnEntryFocus:!0,children:w.jsx(m4,{role:"menu","aria-orientation":"vertical","data-state":iS(A.open),"data-radix-menu-content":"",dir:P.dir,...N,..._,ref:X,style:{outline:"none",..._.style},onKeyDown:tt(_.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||!lF.includes(E.key))return;E.preventDefault();const se=U().filter(ve=>!ve.disabled).map(ve=>ve.ref.current);k6.includes(E.key)&&se.reverse(),IF(se)}),onBlur:tt(e.onBlur,E=>{E.currentTarget.contains(E.target)||(window.clearTimeout(ie.current),ae.current="")}),onPointerMove:tt(e.onPointerMove,vc(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}}))})})})})})})});F6.displayName=ln;var _F="MenuGroup",c0=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return w.jsx(Wt.div,{role:"group",...n,ref:t})});c0.displayName=_F;var xF="MenuLabel",U6=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return w.jsx(Wt.div,{...n,ref:t})});U6.displayName=xF;var Rl="MenuItem",z6="menu.itemSelect",Dl=I.forwardRef((e,t)=>{const{disabled:r=!1,onSelect:n,...i}=e,s=I.useRef(null),o=mc(Rl,e.__scopeMenu),a=o0(Rl,e.__scopeMenu),c=Qt(t,s),u=I.useRef(!1),l=()=>{const f=s.current;if(!r&&f){const h=new CustomEvent(z6,{bubbles:!0,cancelable:!0});f.addEventListener(z6,y=>n==null?void 0:n(y),{once:!0}),Rx(f,h),h.defaultPrevented?u.current=!1:o.onClose()}};return w.jsx(V6,{...i,ref:c,disabled:r,onClick:tt(e.onClick,l),onPointerDown:f=>{var h;(h=e.onPointerDown)==null||h.call(e,f),u.current=!0},onPointerUp:tt(e.onPointerUp,f=>{var h;u.current||(h=f.currentTarget)==null||h.click()}),onKeyDown:tt(e.onKeyDown,f=>{const h=a.searchRef.current!=="";r||h&&f.key===" "||n0.includes(f.key)&&(f.currentTarget.click(),f.preventDefault())})})});Dl.displayName=Rl;var V6=I.forwardRef((e,t)=>{const{__scopeMenu:r,disabled:n=!1,textValue:i,...s}=e,o=o0(Rl,r),a=R6(r),c=I.useRef(null),u=Qt(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(hc.ItemSlot,{scope:r,disabled:n,textValue:i??h,children:w.jsx(WB,{asChild:!0,...a,focusable:!n,children:w.jsx(Wt.div,{role:"menuitem","data-highlighted":l?"":void 0,"aria-disabled":n||void 0,"data-disabled":n?"":void 0,...s,ref:u,onPointerMove:tt(e.onPointerMove,vc(b=>{n?o.onItemLeave(b):(o.onItemEnter(b),b.defaultPrevented||b.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:tt(e.onPointerLeave,vc(b=>o.onItemLeave(b))),onFocus:tt(e.onFocus,()=>f(!0)),onBlur:tt(e.onBlur,()=>f(!1))})})})}),SF="MenuCheckboxItem",q6=I.forwardRef((e,t)=>{const{checked:r=!1,onCheckedChange:n,...i}=e;return w.jsx(X6,{scope:e.__scopeMenu,checked:r,children:w.jsx(Dl,{role:"menuitemcheckbox","aria-checked":$l(r)?"mixed":r,...i,ref:t,"data-state":f0(r),onSelect:tt(i.onSelect,()=>n==null?void 0:n($l(r)?!0:!r),{checkForDefaultPrevented:!1})})})});q6.displayName=SF;var G6="MenuRadioGroup",[EF,CF]=Xs(G6,{value:void 0,onValueChange:()=>{}}),W6=I.forwardRef((e,t)=>{const{value:r,onValueChange:n,...i}=e,s=gr(n);return w.jsx(EF,{scope:e.__scopeMenu,value:r,onValueChange:s,children:w.jsx(c0,{...i,ref:t})})});W6.displayName=G6;var H6="MenuRadioItem",K6=I.forwardRef((e,t)=>{const{value:r,...n}=e,i=CF(H6,e.__scopeMenu),s=r===i.value;return w.jsx(X6,{scope:e.__scopeMenu,checked:s,children:w.jsx(Dl,{role:"menuitemradio","aria-checked":s,...n,ref:t,"data-state":f0(s),onSelect:tt(n.onSelect,()=>{var o;return(o=i.onValueChange)==null?void 0:o.call(i,r)},{checkForDefaultPrevented:!1})})})});K6.displayName=H6;var u0="MenuItemIndicator",[X6,MF]=Xs(u0,{checked:!1}),J6=I.forwardRef((e,t)=>{const{__scopeMenu:r,forceMount:n,...i}=e,s=MF(u0,r);return w.jsx(jn,{present:n||$l(s.checked)||s.checked===!0,children:w.jsx(Wt.span,{...i,ref:t,"data-state":f0(s.checked)})})});J6.displayName=u0;var TF="MenuSeparator",Y6=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return w.jsx(Wt.div,{role:"separator","aria-orientation":"horizontal",...n,ref:t})});Y6.displayName=TF;var AF="MenuArrow",Z6=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=pc(r);return w.jsx(g4,{...i,...n,ref:t})});Z6.displayName=AF;var l0="MenuSub",[OF,Q6]=Xs(l0),eS=e=>{const{__scopeMenu:t,children:r,open:n=!1,onOpenChange:i}=e,s=gs(l0,t),o=pc(t),[a,c]=I.useState(null),[u,l]=I.useState(null),f=gr(i);return I.useEffect(()=>(s.open===!1&&f(!1),()=>f(!1)),[s.open,f]),w.jsx(h4,{...o,children:w.jsx(D6,{scope:t,open:n,onOpenChange:f,content:u,onContentChange:l,children:w.jsx(OF,{scope:t,contentId:ic(),triggerId:ic(),trigger:a,onTriggerChange:c,children:r})})})};eS.displayName=l0;var gc="MenuSubTrigger",tS=I.forwardRef((e,t)=>{const r=gs(gc,e.__scopeMenu),n=mc(gc,e.__scopeMenu),i=Q6(gc,e.__scopeMenu),s=o0(gc,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(i0,{asChild:!0,...u,children:w.jsx(V6,{id:i.triggerId,"aria-haspopup":"menu","aria-expanded":r.open,"aria-controls":i.contentId,"data-state":iS(r.open),...e,ref:nl(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:tt(e.onPointerMove,vc(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:tt(e.onPointerLeave,vc(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,N=h[A?"left":"right"],R=h[A?"right":"left"];s.onPointerGraceIntentChange({area:[{x:f.clientX+P,y:f.clientY},{x:N,y:h.top},{x:R,y:h.top},{x:R,y:h.bottom},{x:N,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:tt(e.onKeyDown,f=>{var y;const h=s.searchRef.current!=="";e.disabled||h&&f.key===" "||fF[n.dir].includes(f.key)&&(r.onOpenChange(!0),(y=r.content)==null||y.focus(),f.preventDefault())})})})});tS.displayName=gc;var rS="MenuSubContent",nS=I.forwardRef((e,t)=>{const r=B6(ln,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,s=gs(ln,e.__scopeMenu),o=mc(ln,e.__scopeMenu),a=Q6(rS,e.__scopeMenu),c=I.useRef(null),u=Qt(t,c);return w.jsx(hc.Provider,{scope:e.__scopeMenu,children:w.jsx(jn,{present:n||s.open,children:w.jsx(hc.Slot,{scope:e.__scopeMenu,children:w.jsx(a0,{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:tt(e.onFocusOutside,l=>{l.target!==a.trigger&&s.onOpenChange(!1)}),onEscapeKeyDown:tt(e.onEscapeKeyDown,l=>{o.onClose(),l.preventDefault()}),onKeyDown:tt(e.onKeyDown,l=>{var y;const f=l.currentTarget.contains(l.target),h=dF[o.dir].includes(l.key);f&&h&&(s.onOpenChange(!1),(y=a.trigger)==null||y.focus(),l.preventDefault())})})})})})});nS.displayName=rS;function iS(e){return e?"open":"closed"}function $l(e){return e==="indeterminate"}function f0(e){return $l(e)?"indeterminate":e?"checked":"unchecked"}function IF(e){const t=document.activeElement;for(const r of e)if(r===t||(r.focus(),document.activeElement!==t))return}function PF(e,t){return e.map((r,n)=>e[(t+n)%e.length])}function jF(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=PF(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 kF(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 NF(e,t){if(!t)return!1;const r={x:e.clientX,y:e.clientY};return kF(r,t)}function vc(e){return t=>t.pointerType==="mouse"?e(t):void 0}var RF=$6,DF=i0,$F=L6,BF=F6,LF=c0,FF=U6,UF=Dl,zF=q6,VF=W6,qF=K6,GF=J6,WF=Y6,HF=Z6,KF=eS,XF=tS,JF=nS,d0="DropdownMenu",[YF,uJ]=Fo(d0,[N6]),Pr=N6(),[ZF,sS]=YF(d0),oS=e=>{const{__scopeDropdownMenu:t,children:r,dir:n,open:i,defaultOpen:s,onOpenChange:o,modal:a=!0}=e,c=Pr(t),u=I.useRef(null),[l=!1,f]=cc({prop:i,defaultProp:s,onChange:o});return w.jsx(ZF,{scope:t,triggerId:ic(),triggerRef:u,contentId:ic(),open:l,onOpenChange:f,onOpenToggle:I.useCallback(()=>f(h=>!h),[f]),modal:a,children:w.jsx(RF,{...c,open:l,onOpenChange:f,dir:n,modal:a,children:r})})};oS.displayName=d0;var aS="DropdownMenuTrigger",cS=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,disabled:n=!1,...i}=e,s=sS(aS,r),o=Pr(r);return w.jsx(DF,{asChild:!0,...o,children:w.jsx(Wt.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:nl(t,s.triggerRef),onPointerDown:tt(e.onPointerDown,a=>{!n&&a.button===0&&a.ctrlKey===!1&&(s.onOpenToggle(),s.open||a.preventDefault())}),onKeyDown:tt(e.onKeyDown,a=>{n||(["Enter"," "].includes(a.key)&&s.onOpenToggle(),a.key==="ArrowDown"&&s.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(a.key)&&a.preventDefault())})})})});cS.displayName=aS;var QF="DropdownMenuPortal",uS=e=>{const{__scopeDropdownMenu:t,...r}=e,n=Pr(t);return w.jsx($F,{...n,...r})};uS.displayName=QF;var lS="DropdownMenuContent",fS=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=sS(lS,r),s=Pr(r),o=I.useRef(!1);return w.jsx(BF,{id:i.contentId,"aria-labelledby":i.triggerId,...s,...n,ref:t,onCloseAutoFocus:tt(e.onCloseAutoFocus,a=>{var c;o.current||(c=i.triggerRef.current)==null||c.focus(),o.current=!1,a.preventDefault()}),onInteractOutside:tt(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)"}})});fS.displayName=lS;var eU="DropdownMenuGroup",dS=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return w.jsx(LF,{...i,...n,ref:t})});dS.displayName=eU;var tU="DropdownMenuLabel",hS=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return w.jsx(FF,{...i,...n,ref:t})});hS.displayName=tU;var rU="DropdownMenuItem",pS=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return w.jsx(UF,{...i,...n,ref:t})});pS.displayName=rU;var nU="DropdownMenuCheckboxItem",mS=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return w.jsx(zF,{...i,...n,ref:t})});mS.displayName=nU;var iU="DropdownMenuRadioGroup",gS=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return w.jsx(VF,{...i,...n,ref:t})});gS.displayName=iU;var sU="DropdownMenuRadioItem",vS=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return w.jsx(qF,{...i,...n,ref:t})});vS.displayName=sU;var oU="DropdownMenuItemIndicator",yS=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return w.jsx(GF,{...i,...n,ref:t})});yS.displayName=oU;var aU="DropdownMenuSeparator",bS=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return w.jsx(WF,{...i,...n,ref:t})});bS.displayName=aU;var cU="DropdownMenuArrow",uU=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return w.jsx(HF,{...i,...n,ref:t})});uU.displayName=cU;var lU=e=>{const{__scopeDropdownMenu:t,children:r,open:n,onOpenChange:i,defaultOpen:s}=e,o=Pr(t),[a=!1,c]=cc({prop:n,defaultProp:s,onChange:i});return w.jsx(KF,{...o,open:a,onOpenChange:c,children:r})},fU="DropdownMenuSubTrigger",wS=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return w.jsx(XF,{...i,...n,ref:t})});wS.displayName=fU;var dU="DropdownMenuSubContent",_S=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=Pr(r);return w.jsx(JF,{...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)"}})});_S.displayName=dU;var hU=oS,pU=cS,xS=uS,mU=fS,gU=dS,vU=hS,yU=pS,bU=mS,wU=gS,_U=vS,SS=yS,xU=bS,SU=lU,EU=wS,CU=_S;const h0={size:{type:"enum",values:["1","2","3"],default:"1",responsive:!0},radius:Up,scrollbars:{type:"enum",values:["vertical","horizontal","both"],default:"both"}},p0=I.forwardRef((e,t)=>{const{rest:r,...n}=Ko(e),{className:i,style:s,type:o,scrollHideDelay:a=o!=="scroll"?0:void 0,dir:c,size:u=h0.size.default,radius:l=h0.radius.default,scrollbars:f=h0.scrollbars.default,...h}=r;return I.createElement(eF,{type:o,scrollHideDelay:a,className:Kt("rt-ScrollAreaRoot",i,Xo(n)),style:s},I.createElement(tF,{...h,ref:t,className:"rt-ScrollAreaViewport"}),I.createElement("div",{className:"rt-ScrollAreaViewportFocusRing"}),f!=="vertical"?I.createElement(M6,{"data-radius":l,orientation:"horizontal",className:Kt("rt-ScrollAreaScrollbar",bt(u,"rt-r-size"))},I.createElement(T6,{className:"rt-ScrollAreaThumb"})):null,f!=="horizontal"?I.createElement(M6,{"data-radius":l,orientation:"vertical",className:Kt("rt-ScrollAreaScrollbar",bt(u,"rt-r-size"))},I.createElement(T6,{className:"rt-ScrollAreaThumb"})):null,f==="both"?I.createElement(rF,{className:"rt-ScrollAreaCorner"}):null)});p0.displayName="ScrollArea";const m0={size:{type:"enum",values:["1","2"],default:"2",responsive:!0},variant:{type:"enum",values:["solid","soft"],default:"solid"},color:uc,highContrast:bl},ES={color:uc,shortcut:{type:"string",default:void 0}},CS=e=>I.createElement(hU,{...e});CS.displayName="DropdownMenuRoot";const MS=I.forwardRef((e,t)=>I.createElement(pU,{...e,ref:t,asChild:!0}));MS.displayName="DropdownMenuTrigger";const TS=I.createContext({}),AS=I.forwardRef((e,t)=>{const r=mB(),{className:n,children:i,size:s=m0.size.default,variant:o=m0.variant.default,highContrast:a=m0.highContrast.default,color:c=ES.color.default,container:u,forceMount:l,...f}=e,h=c??r.accentColor;return I.createElement(xS,{container:u,forceMount:l},I.createElement(yl,{asChild:!0},I.createElement(mU,{"data-accent-color":h,align:"start",sideOffset:4,collisionPadding:10,...f,ref:t,className:Kt("rt-PopperContent","rt-BaseMenuContent","rt-DropdownMenuContent",n,bt(s,"rt-r-size"),`rt-variant-${o}`,{"rt-high-contrast":a})},I.createElement(p0,{type:"auto"},I.createElement("div",{className:Kt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},I.createElement(TS.Provider,{value:I.useMemo(()=>({size:s,variant:o,color:h,highContrast:a}),[s,o,h,a])},i))))))});AS.displayName="DropdownMenuContent";const OS=I.forwardRef((e,t)=>I.createElement(vU,{...e,ref:t,className:Kt("rt-BaseMenuLabel","rt-DropdownMenuLabel",e.className)}));OS.displayName="DropdownMenuLabel";const IS=I.forwardRef((e,t)=>{const{className:r,children:n,color:i=ES.color.default,shortcut:s,...o}=e;return I.createElement(yU,{"data-accent-color":i,...o,ref:t,className:Kt("rt-reset","rt-BaseMenuItem","rt-DropdownMenuItem",r)},I.createElement(Uo,null,n),s&&I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},s))});IS.displayName="DropdownMenuItem";const PS=I.forwardRef((e,t)=>I.createElement(gU,{...e,ref:t,className:Kt("rt-BaseMenuGroup","rt-DropdownMenuGroup",e.className)}));PS.displayName="DropdownMenuGroup";const jS=I.forwardRef((e,t)=>I.createElement(wU,{...e,ref:t,className:Kt("rt-BaseMenuRadioGroup","rt-DropdownMenuRadioGroup",e.className)}));jS.displayName="DropdownMenuRadioGroup";const kS=I.forwardRef((e,t)=>{const{children:r,className:n,...i}=e;return I.createElement(_U,{...i,ref:t,className:Kt("rt-BaseMenuItem","rt-BaseMenuRadioItem","rt-DropdownMenuItem","rt-DropdownMenuRadioItem",n)},I.createElement(Uo,null,r),I.createElement(SS,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},I.createElement(_l,{className:"rt-BaseMenuItemIndicatorIcon rt-DropdownMenuItemIndicatorIcon"})))});kS.displayName="DropdownMenuRadioItem";const NS=I.forwardRef((e,t)=>{const{children:r,className:n,shortcut:i,...s}=e;return I.createElement(bU,{...s,ref:t,className:Kt("rt-BaseMenuItem","rt-BaseMenuCheckboxItem","rt-DropdownMenuItem","rt-DropdownMenuCheckboxItem",n)},I.createElement(Uo,null,r),I.createElement(SS,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},I.createElement(_l,{className:"rt-BaseMenuItemIndicatorIcon rt-ContextMenuItemIndicatorIcon"})),i&&I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},i))});NS.displayName="DropdownMenuCheckboxItem";const RS=e=>I.createElement(SU,{...e});RS.displayName="DropdownMenuSub";const DS=I.forwardRef((e,t)=>{const{className:r,children:n,...i}=e;return I.createElement(EU,{...i,ref:t,className:Kt("rt-BaseMenuItem","rt-BaseMenuSubTrigger","rt-DropdownMenuItem","rt-DropdownMenuSubTrigger",r)},I.createElement(Uo,null,n),I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},I.createElement(D4,{className:"rt-BaseMenuSubTriggerIcon rt-DropdownMenuSubtriggerIcon"})))});DS.displayName="DropdownMenuSubTrigger";const $S=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(TS);return I.createElement(xS,{container:i,forceMount:s},I.createElement(yl,{asChild:!0},I.createElement(CU,{"data-accent-color":u,alignOffset:-Number(a)*4,sideOffset:1,collisionPadding:10,...o,ref:t,className:Kt("rt-PopperContent","rt-BaseMenuContent","rt-BaseMenuSubContent","rt-DropdownMenuContent","rt-DropdownMenuSubContent",r,bt(a,"rt-r-size"),`rt-variant-${c}`,{"rt-high-contrast":l})},I.createElement(p0,{type:"auto"},I.createElement("div",{className:Kt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},n)))))});$S.displayName="DropdownMenuSubContent";const BS=I.forwardRef((e,t)=>I.createElement(xU,{...e,ref:t,className:Kt("rt-BaseMenuSeparator","rt-DropdownMenuSeparator",e.className)}));BS.displayName="DropdownMenuSeparator";const Di=Object.assign({},{Root:CS,Trigger:MS,Content:AS,Label:OS,Item:IS,Group:PS,RadioGroup:jS,RadioItem:kS,CheckboxItem:NS,Sub:RS,SubTrigger:DS,SubContent:$S,Separator:BS}),yc={size:{type:"enum",values:["1","2","3","4"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","solid","soft","surface","outline","ghost"],default:"solid"},color:uc,highContrast:bl,radius:Up},LS=I.forwardRef((e,t)=>{const{rest:r,...n}=Ko(e),{className:i,asChild:s=!1,size:o=yc.size.default,variant:a=yc.variant.default,color:c=yc.color.default,highContrast:u=yc.highContrast.default,radius:l=yc.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:Kt("rt-reset","rt-BaseButton",i,bt(o,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},Xo(n))})});LS.displayName="BaseButton";const FS=I.forwardRef((e,t)=>I.createElement(LS,{...e,ref:t,className:Kt("rt-Button",e.className)}));FS.displayName="Button";const MU={loading:{type:"boolean",default:!0}},ra=I.forwardRef((e,t)=>{const{rest:r,...n}=Ko(e),{className:i,children:s,loading:o=MU.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:Kt("rt-Skeleton",i,Xo(n)),"data-inline-skeleton":I.isValidElement(s)?void 0:!0,tabIndex:-1,inert:"",...a},s)});ra.displayName="Skeleton";const TU=Ft("/images/ghost_loading.png"),AU={primary:Ft("/images/primary_loading.png"),ghost:TU};function OU({size:e="24px",variant:t="primary",wrapStyle:r={}}){return w.jsx(I4,{align:"center",justify:"center",style:{width:"100%",height:"100%",...r},children:w.jsx("img",{src:AU[t],alt:"Loading",style:{width:e,height:e,animation:"spin 1s linear infinite"}})})}const IU="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==",g0="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 Yr({src:e,alt:t,className:r,style:n,showWarn:i,...s}){const[o,a]=re.useState(g0),c=u=>{a(g0)};return re.useEffect(()=>{a(e||g0)},[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:IU})]})}function PU({toastData:e,onClose:t}){const{status:r,buildShowInfo:n,tx:i,id:s}=e,{getExplorerUrl:o}=Lo(),a=re.useMemo(()=>{if(n&&r)return n(r)},[r]),c=re.useMemo(()=>{if(r){if(r==="rejected")return"#ff5073";if(r==="success")return"#68ffd8"}return"#909ca4"},[r]);return w.jsxs("div",{className:"cs-toast",children:[w.jsxs("div",{style:{gap:"0px",display:"flex",flexDirection:"column"},children:[w.jsxs("div",{style:{display:"flex",gap:"10px",alignItems:"center"},children:[r==="submitted"&&w.jsx("div",{children:w.jsx(OU,{})}),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(kx,{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"}),el.map(u=>w.jsx("a",{href:o(i,"tx",u.link),target:"_blank",children:w.jsx(Yr,{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 jU=ji((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)}))}})),na=(e="cs-swap-widget")=>{const{toasts:t,setToasts:r,removeToast:n}=jU(),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=re.useCallback(()=>{let a=document.getElementById(e);return a||(a=document.createElement("div"),a.id=e,document.body.appendChild(a)),$n.createPortal(w.jsx("div",{className:"cs-toast-wrapper",children:t&&t.map(c=>w.jsx(PU,{toastData:c,onClose:()=>{n(c.id)}},c.id))}),a)},[t]);return{addCommonToast:i,addTxToast:s,ToastContainer:o,removeToast:n}},vJ="";function kU(){const{mevProtect:e,setMevProtect:t}=Kr();return w.jsxs(Di.Root,{children:[w.jsx(Di.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(Di.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:Ft("/images/icon_mev@2x.png")}),w.jsx("span",{children:"MEV Protect"})]}),w.jsx(j6,{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 NU({onClick:e}){const[t,r]=re.useState(!1),n=()=>{r(!0),setTimeout(()=>{r(!1)},1e3),e()};return w.jsx("div",{className:"refresh-button",children:w.jsx("svg",{className:t?"rotate cs-icon-hover":"cs-icon-hover","aria-hidden":"true",onClick:n,children:w.jsx("use",{xlinkHref:"#icon-refresh"})})})}const yJ="",bJ="";function v0(e){const{text:t,onClick:r,className:n,btnIsDisabled:i=!1}=e,s=()=>{r&&r()};return w.jsx(FS,{disabled:i,className:n?`cs-button ${n}`:"cs-button",onClick:s,children:t})}function RU(){const{setIsOpenSlippageDialog:e,isOpenSlippageDialog:t,slippage:r}=Kr();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(DU,{onClose:()=>e(!1)})]})}function DU({onClose:e}){const{slippage:t,setSlippage:r}=Kr(),[n,i]=re.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=re.useMemo(()=>+n?Number(n)>50||Number(n)<.01:!0,[t,n]);return w.jsxs(w.Fragment,{children:[w.jsx("div",{className:"dialog-mask",style:{zIndex:"100"}}),w.jsx("div",{className:"slippage-settings-dialog",style:{zIndex:"100"},children:w.jsxs("div",{className:"slippage-settings",children:[w.jsxs("div",{className:"slippage-settings-header",children:[w.jsx("div",{className:"title",children:"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:QR.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(v0,{text:"Save",btnIsDisabled:c,className:"slippage-save-btn",onClick:a})]})})]})}function $U({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(RU,{}),w.jsx(kU,{}),w.jsx(NU,{onClick:e})]})]})})}const wJ="",_J="";function BU(){const[e,t]=re.useState(!1);return w.jsxs(Di.Root,{open:e,onOpenChange:t,children:[w.jsx(Di.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(Di.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(LU,{}),w.jsx(UU,{onClose:()=>{t(!1)}})]})})]})}function LU(){const{currentExplorer:e,setCurrentExplorer:t,currentRpc:r,setCurrentRpc:n}=Kr(),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:el.map(s=>w.jsxs("div",{className:"group-item",style:{justifyContent:"center"},onClick:()=>i(s.link),children:[w.jsx(xl,{color:"indigo",checked:s.link===e,variant:"soft",className:"cs-checkbox"}),w.jsx("img",{src:s.img}),w.jsx("span",{children:s.name})]}))})]})}const FU=e=>!/^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?/.test(e);function UU({onClose:e}){const{addTxToast:t}=na(),{currentRpc:r,setCurrentRpc:n,customRpc:i,setCustomRpc:s,rpcList:o}=Kr(),[a,c]=re.useState(i),[u,l]=re.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(xl,{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(v0,{btnIsDisabled:FU(a),text:"Save",onClick:b})]})]})]})}const xJ="",kn=ji((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 zU=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()}},VU=zU,US={"text/plain":"Text","text/html":"Url",default:"Text"},qU="Copy to clipboard: #{key}, Enter";function GU(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}function WU(e,t){var r,n,i,s,o,a,c=!1;t||(t={}),r=t.debug||!1;try{i=VU(),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=US[t.format]||US.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=GU("message"in t?t.message:qU),window.prompt(n,e)}}finally{o&&(typeof o.removeRange=="function"?o.removeRange(s):o.removeAllRanges()),a&&document.body.removeChild(a),i()}return c}var HU=WU;const zS=fa(HU);function KU({currentAccount:e}){const{mutate:t}=$r.useSwitchAccount(),r=$r.useAccounts(),{isOpenAccountList:n,setIsOpenAccountList:i}=kn(),s=()=>{i(!n)};re.useEffect(()=>()=>{i(!1)},[]);const o=re.useMemo(()=>r.filter(c=>c.address!==e),[r,e]);re.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:qs(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:qs(c==null?void 0:c.address)})]}),w.jsx("button",{className:"cs-outline-btn",onClick:()=>a(c),children:"Switch"})]}))})]})}function XU({connect:e}){const t=$r.useCurrentAccount();return re.useEffect(()=>{},[t]),w.jsx("div",{children:t?w.jsx(JU,{}):w.jsx(v0,{text:"Connect",className:"cs-connect-button",onClick:()=>e(!0)})})}function JU(){const{mutate:e}=$r.useDisconnectWallet(),t=$r.useCurrentAccount(),{currentWallet:r}=$r.useCurrentWallet(),{addCommonToast:n}=na(),{getExplorerUrl:i}=Lo(),s=()=>{t&&(zS(t.address||"",{debug:!1,message:"message"}),n("Copied"))},o=()=>{t&&window.open(i(t.address,"account"),"_blank")};return re.useEffect(()=>{},[r]),w.jsxs(Di.Root,{children:[w.jsx(Di.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:qs(t==null?void 0:t.address)})]})}),w.jsx(Di.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(KU,{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 YU(){$r.useCurrentAccount(),$r.useCurrentWallet();const{isOpenWalletModal:e,onWalletModal:t,saveCurrentAccount:r}=kn();return $r.useWallets(),w.jsx(w.Fragment,{children:w.jsx($r.ConnectModal,{trigger:w.jsx(XU,{connect:t}),open:e,onOpenChange:n=>t(n)})})}function ZU({independentWallet:e,customWallet:t}){return w.jsxs(w.Fragment,{children:[w.jsxs("div",{className:"widget-header",children:[w.jsx("img",{src:Ft("/images/logo@2x.png"),className:"cetus-logo"}),w.jsxs("div",{className:"right",children:[e&&w.jsx(YU,{}),w.jsx(BU,{})]})]}),w.jsx("div",{style:{marginTop:"20px"}})]})}const SJ="",VS=()=>{const e=re.useRef(null);re.useEffect(()=>{if(e.current){const n=e.current.style;n.setProperty("--size-loader","50px"),n.setProperty("--size-orbe","10px")}},[]);const t=n=>({position:"absolute",width:"100%",height:"100%",animation:`webLoading ease-in-out 1.5s calc(${n} * 0.1s) infinite`,opacity:`calc(1 - calc(0.2 * ${n}))`}),r={position:"absolute",content:"''",top:0,left:0,width:"var(--size-orbe)",height:"var(--size-orbe)",backgroundColor:"#75C8FF",boxShadow:"0px 0px 20px 2px #75C8FF",borderRadius:"50%"};return w.jsx("div",{style:{width:"100%",height:"100%",position:"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 QU({onClose:e,transactionData:t}){const{status:r,buildShowInfo:n,tx:i}=t,s=re.useMemo(()=>{if(n&&r)return n(r)},[r]);return w.jsxs("div",{className:"ts-status-dialog",children:[(r==="confirmation"||r==="submitted")&&w.jsx(ez,{info:s,status:r}),(r==="success"||r==="rejected")&&w.jsx(tz,{info:s,status:r,tx:i,onClose:e})]})}function ez({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(VS,{})}),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 tz({info:e,status:t,tx:r,onClose:n}){const{getExplorerUrl:i}=Lo();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"}),el.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 Bl(){return{fetchByApi:async(t,r,n,i)=>{try{return r==="GET"?await JR(`${i||rl.api}${t}`,n):await YR(`${i||rl.api}${t}`,n)}catch(s){throw s}}}}function rz(){const{fetchByApi:e}=Bl(),{setProviders:t}=Kr();return{fetchRouterConfig:async()=>{try{const n=await e("/router_v2/status","GET"),{providers:i}=n;i&&t(i)}catch{}}}}function nz({interval:e,callback:t}){const r=re.useRef(),n=re.useRef(null);re.useEffect(()=>{r.current=t},[t]);const i=re.useCallback(()=>{n.current&&clearInterval(n.current),e>0&&(n.current=setInterval(()=>{r.current&&r.current(Date.now())},e))},[e]),s=re.useCallback(()=>{n.current&&(clearInterval(n.current),n.current=null)},[]);return re.useEffect(()=>(i(),()=>s()),[]),{startTimer:i,stopTimer:s}}const Js=ji((e,t)=>({suiClient:new Sa({url:rl.fullRpcUrl}),setSuiClient:r=>{e(()=>({suiClient:r}))},aggregatorSDK:new ex,setAggregatorSDK:r=>{e(()=>({aggregatorSDK:r}))}})),bc=ji((e,t)=>({requestTokenList:[],addRequestTokenList:r=>{e(()=>({requestTokenList:[...t().requestTokenList,r]}))},setToken:r=>{const{tokenMap:n,requestTokenList:i}=t(),s=new Map(n);s.set(Ir(r.coin_type).full_address,r);const o=i.filter(a=>a!==r.coin_type);e(()=>({tokenMap:s,requestTokenList:[...o]})),Pi.setItem(vp,s)},tokenMap:new Map,setTokenMap:(r,n=!1)=>{e(()=>({tokenMap:r})),n||Pi.setItem(vp,r)},trustedTokenList:[],setTrustedTokenList:(r,n=!1)=>{e(()=>({trustedTokenList:r})),n||Pi.setItem(Cx,r)}}));Pi.getItem(vp).then(e=>{e!==null&&bc.getState().setTokenMap(e,!0)}),Pi.getItem(Cx).then(e=>{e!==null&&bc.getState().setTrustedTokenList(e,!0)});function iz(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 Ys(){const{suiClient:e}=Js(),{fetchByApi:t}=Bl(),{setTokenMap:r,tokenMap:n,setToken:i,requestTokenList:s,addRequestTokenList:o,setTrustedTokenList:a}=bc(),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:Ir(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){Sx(f)&&(y.iconUrl="https://archive.cetus.zone/assets/image/sui/sui.png");const b=iz(y,f);return i(b),b}}catch{}},l=re.useCallback(f=>{if(f)return n.get(Ir(f).full_address)||n.get(f)},[n]);return{getTokens:c,fetchTokenInfo:u,getTokenInfo:l}}function Ll(e){const{suiClient:t}=Js(),{currentAccount:r,setTokenBalanceObj:n,tokenBalanceObj:i}=kn(),{fetchTokenInfo:s}=Ys(),[o,a]=re.useState([]),{tokenMap:c}=bc(),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({})};re.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),N=UR(A.totalBalance,P==null?void 0:P.decimals),R=cn(N,4);b[Ir(A.coinType).full_address]={...A,displayBalance:R,totalBalanceFormat:N}}catch{continue}n(b)},h=re.useMemo(()=>{if(e&&r)return i[e]||i[Ir(e).full_address]},[e,i,r]);return{getOwnerCoinBalances:u,balanceInfo:h}}const fn=ji((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}))}})),sz={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"}},oz={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"}},qS=sz,GS=oz;function az(e,t){const{fetchTokenInfo:r}=Ys(),{setFromCoin:n,setToCoin:i,setDefaultCoin:s}=fn(),{setSlippage:o,setRpcList:a,setCurrentRpc:c}=Kr(),u=re.useRef({}),l=async(h,y)=>{const b=h?await r(h):qS,_=y?await r(y):GS;n(b),i(_),s(b,_)},f=(h,y)=>{const b=[tl[0]];let _=tl[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 re.useEffect(()=>{if(!mp(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 cz(){const{currentRpc:e}=Kr(),{setSuiClient:t,setAggregatorSDK:r}=Js(),{currentAccount:n}=kn();re.useEffect(()=>{if(e){const i=new Sa({url:e.link});t(i)}},[e]),re.useEffect(()=>{if(e){const i=new ex(rl.aggregatorUrl,(n==null?void 0:n.address)||void 0,new Sa({url:e.link}),GN.Mainnet);r(i)}},[e.link,n==null?void 0:n.address])}const WS=ji((e,t)=>({coinPriceObj:{},setPriceObj:r=>{const n=t().coinPriceObj;e({coinPriceObj:{...n,...r}})},clearPriceObj:r=>{const n=t().coinPriceObj;r.forEach(i=>{delete n[Ir(i).full_address]}),e({coinPriceObj:{...n}})}}));function Fl(){const{fetchByApi:e}=Bl(),{coinPriceObj:t,setPriceObj:r,clearPriceObj:n}=WS(),i=async a=>{try{const u=(await e("/v2/sui/market_price","GET",{base_symbol_address_pair:a.map(l=>gp(l,!1))})).prices;if(u){const l={};u.forEach(f=>{l[Ir(f.base_symbol).full_address]=f}),r(l)}return u}catch{return n(a),null}},s=re.useCallback(a=>{if(!a)return;const c=t[Ir(a).full_address];if(c)return c},[t]),o=re.useCallback((a,c,u)=>{const l=Number(c)==0||!u?"0":u;if(c&&a&&+c){const f=s(a);if(f)return Fe(c).mul(f.price).toString()}return l},[t]);return{fetchTokenPrices:i,getTokenPrice:s,getTokenAmountValue:o}}const y0=ji((e,t)=>({transactionData:void 0,setTransactionData:r=>{e(()=>({transactionData:r}))}})),xr=[];for(let e=0;e<256;++e)xr.push((e+256).toString(16).slice(1));function uz(e,t=0){return(xr[e[t+0]]+xr[e[t+1]]+xr[e[t+2]]+xr[e[t+3]]+"-"+xr[e[t+4]]+xr[e[t+5]]+"-"+xr[e[t+6]]+xr[e[t+7]]+"-"+xr[e[t+8]]+xr[e[t+9]]+"-"+xr[e[t+10]]+xr[e[t+11]]+xr[e[t+12]]+xr[e[t+13]]+xr[e[t+14]]+xr[e[t+15]]).toLowerCase()}let b0;const lz=new Uint8Array(16);function fz(){if(!b0){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");b0=crypto.getRandomValues.bind(crypto)}return b0(lz)}const HS={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function KS(e,t,r){if(HS.randomUUID&&!t&&!e)return HS.randomUUID();e=e||{};const n=e.random||(e.rng||fz)();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 uz(n)}var Ul=(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))(Ul||{});const dz=new Sa({url:dm("mainnet")}),hz=["0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC","0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD","0xf16e6b723f242ec745dfd7634ad072c42d5c1d9ac9d62a39c381303eaa57693a::fdusd::FDUSD","0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb::usdy::USDY","0x294de7579d55c110a00a7c4946e09a1b5cbeca2592fbb83fd7bfacba3cfeaf0e::drf::DRF"],pz=["deny_list","DenyList","DenyCap","create_regulated_currency"],mz={showType:!0,showContent:!0,showOwner:!1,showPreviousTransaction:!1,showStorageRebate:!1,showDisplay:!1},gz=async e=>{let t=!1;if(hz.includes(e))return t;const r=e.split("::"),n=r[0]&&Br(r[0]),i=r[1],s=await dz.getObject({id:n,options:mz}),o="disassembled"in s.data.content?s.data.content.disassembled[i]:null;return o&&typeof o=="string"&&new RegExp(pz.join("|"),"i").test(o)&&(t=!0),t},vz=e=>{var n;if(!e)return"";const t=e==null?void 0:e.split(",");return(n=t==null?void 0:t.map(i=>gp(i,!1)))==null?void 0:n.join(",")};function yz(){const{fetchByApi:e}=Bl(),t=async n=>{try{const i={...n},s=vz(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(b=>ec(b).source_address);f=l==null?void 0:l.filter(b=>{var P,N;const _=ec((P=b==null?void 0:b.coin_a)==null?void 0:P.address).source_address,A=ec((N=b==null?void 0:b.coin_b)==null?void 0:N.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 bz(e=!0){const{poolApiMap:t,setPoolApiMap:r}=Kr(),{getPoolList:n,getLocalJsonPoolList:i}=yz();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 wz(e){const{routerData:t}=fn();return{priceAcceptRouterData:re.useMemo(()=>{if(t&&e){if(e.byAmountIn){if(!Fe(e.toAmountUi).eq(t.toAmountUi||"0"))return t}else if(!Fe(e.fromAmountUi).eq(t.fromAmountUi||"0"))return t;return}},[t,e])}}function XS(e,t){return{amountLimit:re.useMemo(()=>{if(t&&t.routerData){const{byAmountIn:n,fromAmountUi:i,toAmountUi:s}=t;return n?Fe(s).mul(Fe(1).sub(Fe(e).div(100))).toString():Fe(i).mul(Fe(1).add(Fe(e).div(100))).toString()}},[e,t])}}function _z(e){const{getTokenInfo:t,fetchTokenInfo:r}=Ys();return{formatSwapRouter:re.useMemo(()=>{if(e&&e.routerData){const i=[],s=e.byAmountIn?e.routerData.amountIn.toString():e.routerData.amountOut.toString(),o=[],a=[];let c=Fe(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=Fe(1).sub(c).toFixed(2):h.percentage=Fe(y).div(s).toFixed(2),c=Fe(c).add(h.percentage);const b=[];l.path.forEach(_=>{i.includes(_.provider)||i.push(_.provider);const A=Ir(_.from).full_address,P=Ir(_.target).full_address,N=t(A),R=t(P);N||a.includes(A)&&a.push(A),R||a.includes(P)&&a.push(P);const U=_.provider===nc.SCALLOP||_.provider===nc.FLOWX||_.provider===nc.FLOWXV3;b.push({from_type:A,to_type:P,pool_address:U?"":_.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 xz(){const{fromCoin:e,toCoin:t}=fn(),{getPoolListByCoinType:r}=bz();return{getSwapPoolAddress:async()=>e&&t?(await r(e.coin_type,t.coin_type)).map(o=>o.address):[]}}function JS(e,t,r){return re.useMemo(()=>t&&r&&+t&&+r?e?Fe(r).div(t).toString():Fe(t).div(r).toString():"0",[t,r,e])}function YS(e){const[t,r]=re.useState(),n=async i=>{if(i.is_trusted)return!1;try{return await gz(i.coin_type)}catch{}return!1};return re.useEffect(()=>{r(void 0),e&&n(e).then(i=>{r(i)})},[e==null?void 0:e.coin_type]),{isScamsCoin:t}}function Sz(){const{defaultFromCoin:e,defaultToCoin:t}=fn();return{isCustomMode:re.useMemo(()=>(e==null?void 0:e.coin_type)!==qS.coin_type||(t==null?void 0:t.coin_type)!==GS.coin_type,[e,t])}}function Ez(){const{aggregatorSDK:e}=Js(),{getSwapPoolAddress:t}=xz(),r=s=>s&&s.error?s.error.code===Ul.InsufficientLiquidity||Ul.HoneyPot||Ul.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 v2(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 v2(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=pp(f.amountIn.toString(),u.decimals).toString(),y=pp(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 ia(e){const t=re.useRef(e);return re.useEffect(()=>{t.current=e},[e]),t}function Cz(e){try{return e&&e.toString().includes("Rejected from user")}catch{return!1}}function Mz(e){const t=String(e);return t.indexOf("withdraw_with_proof")>-1||t.indexOf("check_coin_threshold")>-1||t.indexOf('Identifier("balance")')>-1}function Tz(e){return!!String(e).includes("Could not find the referenced transaction")}function Az(e){return Cz(e)?"User rejected the request":Mz(e)?"Exceeded price slippage":Tz(e)?"Oops. Failed to sync data from your txid. Please check your txn status from explorer or from your wallet.":"Transaction failed"}var w0={};Object.defineProperty(w0,"__esModule",{value:!0});var Oz=w0.executeAuction=ZS,Iz=r_,Pz="https://rpc.getshio.com",jz=500,kz=300;function ZS(e,t,r){r===void 0&&(r=jz);var n={jsonrpc:"2.0",method:"shio_executeAuction",params:[e,t],id:1};return new Promise(function(i,s){setTimeout(i,r),Iz.default.post(Pz,n,{headers:{"Content-Type":"application/json"},timeout:r}).then(function(o){console.log("Shio executeAuction response:",o.data),setTimeout(i,kz)}).catch(s)})}w0.default={executeAuction:ZS};function Nz(){const{suiClient:e}=Js(),{currentAccount:t}=kn(),{mutateAsync:r}=$r.useSignTransaction(),{mutate:n}=$r.useSignAndExecuteTransaction({execute:async({bytes:c,signature:u})=>await s(c,u)}),i=re.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:Eo.Transaction.from(mn(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=Eo.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=Eo.Transaction.from(c)),typeof c=="string"&&(c=Eo.Transaction.from(mn(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 Rz(){const{signTransactionBlock:e,executeTransactionBlock:t,signAndExecuteTransactionBlock:r}=Nz(),{currentAccount:n}=kn(),{suiClient:i}=Js(),{setTransactionData:s}=y0(),{addTxToast:o,removeToast:a}=na(),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 wx(u),l(y,b+1)}}const f=async(y,b,_={useDevInspect:!1,useMev:!1,txAction:"signTransactionBlock"})=>{var U,L;const{useDevInspect:A=!1,useMev:P,txAction:N="signTransactionBlock"}=_;let R;b.status="confirmation",s(b);try{let W;if(N==="signTransactionBlock"){const X=await e(y),{bytes:ie,signature:ae}=X;if(P)try{const ce=await Oz(ie,ae,500)}catch{}W=await t(ie,ae,A)}else W=await r(y,A);b.status="submitted",s({...b}),b.tx=W.digest,R=o(b),await wx(u);const q=await l(W.digest,0);if(!q||((U=q.effects)==null?void 0:U.status.status)==="failure")h(b,(L=q.effects)==null?void 0:L.status.error);else{const X=HR(q,n==null?void 0:n.address,!1);if(b.buildShowInfo){const ie=b.buildShowInfo("success",X);b.buildShowInfo=ae=>ie}a(R),b.status="success",s({...b})}return q}catch(W){h(b,W)}},h=(y,b)=>{const _=Az(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 QS(e,t=1e3){const r=re.useRef(),n=re.useCallback((...i)=>{r.current&&clearTimeout(r.current),r.current=setTimeout(()=>{e(...i)},t)},[e,t]);return re.useEffect(()=>()=>{r.current&&clearTimeout(r.current)},[]),n}function Dz(){const{aggregatorSDK:e}=Js(),{findBestRouters:t}=Ez(),{getTokenAmountValue:r,fetchTokenPrices:n}=Fl(),{providers:i,slippage:s,mevProtect:o}=Kr(),{signAndExecuteTransaction:a}=Rz(),{setTransactionData:c}=y0(),{addTxToast:u}=na(),{fromCoin:l,toCoin:f,setFromCoin:h,setToCoin:y,setToAmount:b,fromAmount:_,toAmount:A,setFromAmount:P,setFindRouterLoading:N,setRouterData:R,setByAmountIn:U,byAmountIn:L}=fn(),[W,q]=re.useState(""),X=ia(W),ie=ia(L),ae=ia(_),ce=ia(A),V=ia(l),$=ia(f),{balanceInfo:p,getOwnerCoinBalances:d}=Ll(l==null?void 0:l.coin_type),{balanceInfo:m}=Ll(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=QS(async(Se,Je,Ue)=>{if(V.current&&$.current&&+Se){(+ae.current||+ce.current)&&N(!0);const lt=qR(Se,Je?V.current.decimals:$.current.decimals),ht=await t({fromToken:V.current,toToken:$.current,amount:lt.toString(),providersKeys:i,by_amount_in:Je,uuid:Ue});N(!1),X.current===Ue&&(Je?+ae.current?(b(ht.toAmountUi||""),R(ht)):b(""):+ce.current?(P(ht.fromAmountUi||"ß"),R(ht)):P(""))}else v(!Je)},500),C=(Se,Je,Ue=!1)=>{if(U(Je),Je?(P(Se),Ue&&b("")):(b(Se),Ue&&P("")),+Se){const lt=KS();q(lt),O(Se,Je,lt)}else N(!1),R(void 0),v(!Je)},g=(Se,Je=!0)=>{v(),Je?((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(""),N(!1),R(void 0)},j=()=>{const Se=ie.current?ae.current:ce.current;if(+Se){const Je=KS();q(Je),O(Se,ie.current,Je)}},ee=async(Se,Je)=>{const{routerData:Ue,byAmountIn:lt,fromAmountUi:ht,toAmountUi:$e}=Se,mt=new Eo.Transaction,_e={routers:Ue.routes,byAmountIn:lt,slippage:Number(s),txb:mt};Je&&(_e.partner=Je);try{await e.fastRouterSwap(_e);const me={status:"confirmation",buildShowInfo:(Ge,De)=>{const Oe=`Swap ${cn(ht,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${cn($e,f==null?void 0:f.decimals)} ${f==null?void 0:f.symbol}`,Ie={modalDescriptionText:Oe,toastTitleText:Oe};if(Ge==="success"){let Le=ht,ft=$e;De&&(Le=_x(De,l)||ht,ft=_x(De,f)||$e);const dt=`Swapped ${cn(Le,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${cn(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()):j()}catch(me){String(me).includes("TypeError: Failed to fetch")&&u({id:0,status:"rejected",buildShowInfo(Ae,Ge){return{toastTitleText:"RPC loading failed",toastDescriptionContent:"Try resubmission. Or to check your network and switch an RPC in settings to try again."}}})}};re.useEffect(()=>{se(),v()},[l==null?void 0:l.coin_type,f==null?void 0:f.coin_type]);const se=()=>{const Se=[];l&&Se.push(l.coin_type),f&&Se.push(f.coin_type),Se.length>0&&n(Se)},{isScamsCoin:ve}=YS(l),{isScamsCoin:ye}=YS(f),Ee=re.useMemo(()=>{if(!(!ve&&!ye)){if(ve&&ye)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(ye)return`${f==null?void 0:f.symbol} token is `}},[ve,ye]);return{handleAmountChange:C,handleSelectToken:g,fromBalanceInfo:p,toBalanceInfo:m,fromAmountValue:x,toAmountValue:M,doSwapAction:ee,reCalculateRouteData:j,refreshMarketPrice:se,scamsText:Ee}}function $z(e){const{fromCoin:t,toCoin:r,fromAmount:n,toAmount:i,routerData:s}=fn(),{currentAccount:o}=kn(),a=re.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&&Fe(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 e8({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 u0({baseToken:e,quoteToken:t,baseAmount:r,quoteAmount:n,loading:i}){const[s,o]=ie.useState(!0),a=v3(s,r,n);return _.jsxs("div",{className:"current-price-block",style:{cursor:"pointer"},onClick:()=>{o(!s)},children:[_.jsx(Jr,{src:s?e.logo_url:t.logo_url}),_.jsxs("span",{style:{display:"flex",alignItems:"center",color:"var(--cs-text-title)",fontSize:"12px",maxWidth:"80%"},children:["1"," ",Yu(s?e.symbol:t.symbol)," ","="," ",i?_.jsx(Xo,{style:{height:"16px",width:"40px",marginLeft:"2px",marginRight:"2px"}}):nn(a,t.decimals)," ",Yu(s?t.symbol:e.symbol)]}),_.jsx(Jr,{src:s?t.logo_url:e.logo_url}),_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-swap"})})]})}function x3(e,t,r,n){const{getTokenPrice:i}=Bl(),s=i(e==null?void 0:e.coin_type),o=i(t==null?void 0:t.coin_type),a=v3(!0,r,n),c=ie.useMemo(()=>{if(o&&s)return Ue(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 Ue(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&&Ue(u).lt(0)?Ue(u).abs().gt(5):!1,[u]),h=ie.useMemo(()=>u&&Ue(u).lt(0)?Ue(u).abs().gt(10):!1,[u]);return{swapPrice:a,marketPrice:c,priceImpact:u,sources:l,showPriceImpactTips:f,showPriceImpactWarn:h}}function hc({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,b]=ie.useState({left:void 0,top:void 0});return ie.useEffect(()=>{var w;if(i&&h.current){const T=(w=h.current)==null?void 0:w.getBoundingClientRect();let P,R;r==="top"?(P=`${window.scrollX+T.left+T.width/2}px`,R=`${window.scrollY+T.top-2*T.height-8}px`):r==="bottom"?(P=`${window.scrollX+T.left+T.width/2}px`,R=`${window.scrollY+T.bottom}px`):r==="left"?(P=`${window.scrollX+T.left-8}px`,R=`${window.scrollY+T.top+T.height/2}px`):r==="right"?(P=`${window.scrollX+T.right+8}px`,R=`${window.scrollY+T.top+T.height/2}px`):(P=`${window.scrollX+T.left+T.width/2}px`,R=`${window.scrollY+T.top+T.height/2}px`),b({left:P,top:R})}},[i]),_.jsxs("div",{ref:h,style:{position:"relative",display:"inline-block"},onMouseEnter:u,onMouseLeave:l,children:[t,i&&kn.createPortal(_.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 S3({isLoading:e,routerData:t,noTips:r}){const{fromCoin:n,toCoin:i,fromAmount:s,toAmount:o}=Tn(),{priceImpact:a,sources:c,marketPrice:u}=x3(n,i,t==null?void 0:t.fromAmountUi,t==null?void 0:t.toAmountUi),l=ie.useMemo(()=>{if(a){if(Ue(a).gt(0))return"green";const f=Ue(a).abs();return f.gt(1)&&f.lt(10)?"yellow":f.gte(10)?"red":"green"}return"yellow"},[a]);return _.jsxs(_.Fragment,{children:[!r&&Ue(a).lte(-30)&&_.jsx("div",{className:"price-impact-tips red",children:"Price Impact Alert. Be cautious before submitting your order."}),_.jsxs("div",{className:"price-impact-block",children:[_.jsxs("div",{className:"left",children:[_.jsx("span",{children:"Price Impact"}),_.jsx(hc,{content:_.jsx(cU,{fromToken:n,toToken:i,sources:c,baseAmount:"1",quoteAmount:u}),position:"bottom",delay:300,children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{cursor:"pointer",width:"20px",height:"20px"},children:_.jsx("use",{xlinkHref:"#icon-tips"})})})]}),_.jsxs("div",{children:[e&&_.jsx(Xo,{style:{width:"80px",height:"20px"}}),!e&&_.jsxs("div",{className:"right",children:[_.jsx("span",{className:l,children:a?cR(a,2):"Incalculable"}),_.jsx("div",{className:"platforms",children:c.map(f=>_.jsx(hc,{content:_.jsx("span",{style:{fontSize:"12px"},children:Z_[f]}),position:"top",delay:300,children:_.jsx(Jr,{src:AR[f]})},f))})]})]})]})]})}function cU({fromToken:e,toToken:t,baseAmount:r,quoteAmount:n,sources:i}){return _.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"12px"},children:[_.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."}),_.jsxs("div",{style:{width:"100%",display:"flex",flexDirection:"column",alignItems:"flex-start"},children:[_.jsx("p",{style:{fontSize:"12px",color:"var(--cs-text-title)"},children:"Market price sources:"}),r&&n?_.jsx(u0,{baseToken:e,quoteToken:t,baseAmount:"1",quoteAmount:n,loading:!1}):_.jsx("p",{style:{color:"var(--cs-text-title)",fontSize:"12px"},children:"Price is unknown"})]}),_.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:"5px"},children:[_.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",whiteSpace:"pre"},children:"Market price sources:"}),_.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",whiteSpace:"pre"},children:i.map(s=>Z_[s]+" ").join("")})]})]})}function E3({pr:e="8px",pl:t="8px",amountLimit:r,isLoading:n}){const{fromCoin:i,toCoin:s,byAmountIn:o}=Tn();return _.jsxs("div",{className:"swap-info-between",style:{paddingLeft:t,paddingRight:e},children:[_.jsx("div",{className:"left",children:o?"Minimum Received":"Maximum Sold"}),n?_.jsx(Xo,{style:{height:"18px",width:"80px"}}):_.jsxs("div",{className:"right",children:[nn(r,o?s==null?void 0:s.decimals:i==null?void 0:i.decimals,!1,rn.ROUND_DOWN)," ",o?s==null?void 0:s.symbol:i==null?void 0:i.symbol]})]})}function uU({scamsText:e}){return _.jsxs("div",{style:{marginTop:"16px",borderRadius:"8px",border:"1px solid #2A3238",paddingTop:"12px",width:"100%",backgroundColor:"#161A1E"},children:[_.jsxs("div",{style:{display:"flex",alignItems:"center",padding:"0 12px",justifyContent:"center",textAlign:"center"},children:[_.jsx("svg",{className:"cs-icon",style:{width:"20px",height:"20px",fill:"#ffca68"},"aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-alert"})}),_.jsx("span",{style:{color:"#ffca68",marginLeft:"4px"},children:"Alert"})]}),_.jsx("div",{style:{borderRadius:"8px",padding:"11px",margin:"-1px",marginTop:"14px",border:"1px solid #2A3238",lineHeight:"1"},children:_.jsx(rx,{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 lU({onClick:e}){return _.jsxs("div",{className:"cs-icon-button cs-back-button",onClick:t=>{t.stopPropagation(),e()},children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-back"})}),_.jsx("span",{children:"Back"})]})}function l0({title:e,backClick:t}){return _.jsxs("div",{className:"cs-have-back-header",children:[_.jsx(lU,{onClick:t}),_.jsx("span",{className:"title",children:e})]})}const Ll=globalThis||void 0||self;var fU=typeof Ll=="object"&&Ll&&Ll.Object===Object&⋘const C3=fU;var dU=typeof self=="object"&&self&&self.Object===Object&&self,hU=C3||dU||Function("return this")();const ri=hU;var pU=ri.Symbol;const ni=pU;var M3=Object.prototype,mU=M3.hasOwnProperty,gU=M3.toString,pc=ni?ni.toStringTag:void 0;function vU(e){var t=mU.call(e,pc),r=e[pc];try{e[pc]=void 0;var n=!0}catch{}var i=gU.call(e);return n&&(t?e[pc]=r:delete e[pc]),i}var yU=Object.prototype,bU=yU.toString;function wU(e){return bU.call(e)}var _U="[object Null]",xU="[object Undefined]",A3=ni?ni.toStringTag:void 0;function Zo(e){return e==null?e===void 0?xU:_U:A3&&A3 in Object(e)?vU(e):wU(e)}function as(e){return e!=null&&typeof e=="object"}var SU="[object Symbol]";function mc(e){return typeof e=="symbol"||as(e)&&Zo(e)==SU}function Fl(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 EU=Array.isArray;const zr=EU;var CU=1/0,T3=ni?ni.prototype:void 0,O3=T3?T3.toString:void 0;function I3(e){if(typeof e=="string")return e;if(zr(e))return Fl(e,I3)+"";if(mc(e))return O3?O3.call(e):"";var t=e+"";return t=="0"&&1/e==-CU?"-0":t}function Qo(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function P3(e){return e}var MU="[object AsyncFunction]",AU="[object Function]",TU="[object GeneratorFunction]",OU="[object Proxy]";function k3(e){if(!Qo(e))return!1;var t=Zo(e);return t==AU||t==TU||t==MU||t==OU}var IU=ri["__core-js_shared__"];const f0=IU;var j3=function(){var e=/[^.]+$/.exec(f0&&f0.keys&&f0.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function PU(e){return!!j3&&j3 in e}var kU=Function.prototype,jU=kU.toString;function Hs(e){if(e!=null){try{return jU.call(e)}catch{}try{return e+""}catch{}}return""}var RU=/[\\^$.*+?()[\]{}|]/g,NU=/^\[object .+?Constructor\]$/,DU=Function.prototype,$U=Object.prototype,BU=DU.toString,LU=$U.hasOwnProperty,FU=RegExp("^"+BU.call(LU).replace(RU,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function UU(e){if(!Qo(e)||PU(e))return!1;var t=k3(e)?FU:NU;return t.test(Hs(e))}function zU(e,t){return e==null?void 0:e[t]}function Ws(e,t){var r=zU(e,t);return UU(r)?r:void 0}var VU=Ws(ri,"WeakMap");const d0=VU;var R3=Object.create,qU=function(){function e(){}return function(t){if(!Qo(t))return{};if(R3)return R3(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();const HU=qU;function WU(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var GU=function(){try{var e=Ws(Object,"defineProperty");return e({},"",{}),e}catch{}}();const N3=GU;function KU(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var XU=9007199254740991,JU=/^(?:0|[1-9]\d*)$/;function D3(e,t){var r=typeof e;return t=t??XU,!!t&&(r=="number"||r!="symbol"&&JU.test(e))&&e>-1&&e%1==0&&e<t}function $3(e,t,r){t=="__proto__"&&N3?N3(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function h0(e,t){return e===t||e!==e&&t!==t}var YU=Object.prototype,ZU=YU.hasOwnProperty;function B3(e,t,r){var n=e[t];(!(ZU.call(e,t)&&h0(n,r))||r===void 0&&!(t in e))&&$3(e,t,r)}function Ul(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?$3(r,a,c):B3(r,a,c)}return r}var QU=9007199254740991;function p0(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=QU}function zl(e){return e!=null&&p0(e.length)&&!k3(e)}var ez=Object.prototype;function m0(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||ez;return e===r}function tz(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var rz="[object Arguments]";function L3(e){return as(e)&&Zo(e)==rz}var F3=Object.prototype,nz=F3.hasOwnProperty,iz=F3.propertyIsEnumerable,sz=L3(function(){return arguments}())?L3:function(e){return as(e)&&nz.call(e,"callee")&&!iz.call(e,"callee")};const U3=sz;function oz(){return!1}var z3=typeof Vt=="object"&&Vt&&!Vt.nodeType&&Vt,V3=z3&&typeof module=="object"&&module&&!module.nodeType&&module,az=V3&&V3.exports===z3,q3=az?ri.Buffer:void 0,cz=q3?q3.isBuffer:void 0,uz=cz||oz;const Vl=uz;var lz="[object Arguments]",fz="[object Array]",dz="[object Boolean]",hz="[object Date]",pz="[object Error]",mz="[object Function]",gz="[object Map]",vz="[object Number]",yz="[object Object]",bz="[object RegExp]",wz="[object Set]",_z="[object String]",xz="[object WeakMap]",Sz="[object ArrayBuffer]",Ez="[object DataView]",Cz="[object Float32Array]",Mz="[object Float64Array]",Az="[object Int8Array]",Tz="[object Int16Array]",Oz="[object Int32Array]",Iz="[object Uint8Array]",Pz="[object Uint8ClampedArray]",kz="[object Uint16Array]",jz="[object Uint32Array]",Xt={};Xt[Cz]=Xt[Mz]=Xt[Az]=Xt[Tz]=Xt[Oz]=Xt[Iz]=Xt[Pz]=Xt[kz]=Xt[jz]=!0,Xt[lz]=Xt[fz]=Xt[Sz]=Xt[dz]=Xt[Ez]=Xt[hz]=Xt[pz]=Xt[mz]=Xt[gz]=Xt[vz]=Xt[yz]=Xt[bz]=Xt[wz]=Xt[_z]=Xt[xz]=!1;function Rz(e){return as(e)&&p0(e.length)&&!!Xt[Zo(e)]}function ql(e){return function(t){return e(t)}}var H3=typeof Vt=="object"&&Vt&&!Vt.nodeType&&Vt,gc=H3&&typeof module=="object"&&module&&!module.nodeType&&module,Nz=gc&&gc.exports===H3,g0=Nz&&C3.process,Dz=function(){try{var e=gc&&gc.require&&gc.require("util").types;return e||g0&&g0.binding&&g0.binding("util")}catch{}}();const ea=Dz;var W3=ea&&ea.isTypedArray,$z=W3?ql(W3):Rz;const G3=$z;var Bz=Object.prototype,Lz=Bz.hasOwnProperty;function K3(e,t){var r=zr(e),n=!r&&U3(e),i=!r&&!n&&Vl(e),s=!r&&!n&&!i&&G3(e),o=r||n||i||s,a=o?tz(e.length,String):[],c=a.length;for(var u in e)(t||Lz.call(e,u))&&!(o&&(u=="length"||i&&(u=="offset"||u=="parent")||s&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||D3(u,c)))&&a.push(u);return a}function X3(e,t){return function(r){return e(t(r))}}var Fz=X3(Object.keys,Object);const Uz=Fz;var zz=Object.prototype,Vz=zz.hasOwnProperty;function qz(e){if(!m0(e))return Uz(e);var t=[];for(var r in Object(e))Vz.call(e,r)&&r!="constructor"&&t.push(r);return t}function vc(e){return zl(e)?K3(e):qz(e)}function Hz(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var Wz=Object.prototype,Gz=Wz.hasOwnProperty;function Kz(e){if(!Qo(e))return Hz(e);var t=m0(e),r=[];for(var n in e)n=="constructor"&&(t||!Gz.call(e,n))||r.push(n);return r}function v0(e){return zl(e)?K3(e,!0):Kz(e)}var Xz=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Jz=/^\w*$/;function y0(e,t){if(zr(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||mc(e)?!0:Jz.test(e)||!Xz.test(e)||t!=null&&e in Object(t)}var Yz=Ws(Object,"create");const yc=Yz;function Zz(){this.__data__=yc?yc(null):{},this.size=0}function Qz(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var eV="__lodash_hash_undefined__",tV=Object.prototype,rV=tV.hasOwnProperty;function nV(e){var t=this.__data__;if(yc){var r=t[e];return r===eV?void 0:r}return rV.call(t,e)?t[e]:void 0}var iV=Object.prototype,sV=iV.hasOwnProperty;function oV(e){var t=this.__data__;return yc?t[e]!==void 0:sV.call(t,e)}var aV="__lodash_hash_undefined__";function cV(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=yc&&t===void 0?aV:t,this}function Gs(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])}}Gs.prototype.clear=Zz,Gs.prototype.delete=Qz,Gs.prototype.get=nV,Gs.prototype.has=oV,Gs.prototype.set=cV;function uV(){this.__data__=[],this.size=0}function Hl(e,t){for(var r=e.length;r--;)if(h0(e[r][0],t))return r;return-1}var lV=Array.prototype,fV=lV.splice;function dV(e){var t=this.__data__,r=Hl(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():fV.call(t,r,1),--this.size,!0}function hV(e){var t=this.__data__,r=Hl(t,e);return r<0?void 0:t[r][1]}function pV(e){return Hl(this.__data__,e)>-1}function mV(e,t){var r=this.__data__,n=Hl(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function Mi(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])}}Mi.prototype.clear=uV,Mi.prototype.delete=dV,Mi.prototype.get=hV,Mi.prototype.has=pV,Mi.prototype.set=mV;var gV=Ws(ri,"Map");const bc=gV;function vV(){this.size=0,this.__data__={hash:new Gs,map:new(bc||Mi),string:new Gs}}function yV(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Wl(e,t){var r=e.__data__;return yV(t)?r[typeof t=="string"?"string":"hash"]:r.map}function bV(e){var t=Wl(this,e).delete(e);return this.size-=t?1:0,t}function wV(e){return Wl(this,e).get(e)}function _V(e){return Wl(this,e).has(e)}function xV(e,t){var r=Wl(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function Ai(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Ai.prototype.clear=vV,Ai.prototype.delete=bV,Ai.prototype.get=wV,Ai.prototype.has=_V,Ai.prototype.set=xV;var SV="Expected a function";function b0(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(SV);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(b0.Cache||Ai),r}b0.Cache=Ai;var EV=500;function CV(e){var t=b0(e,function(n){return r.size===EV&&r.clear(),n}),r=t.cache;return t}var MV=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,AV=/\\(\\)?/g,TV=CV(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(MV,function(r,n,i,s){t.push(i?s.replace(AV,"$1"):n||r)}),t});const OV=TV;function IV(e){return e==null?"":I3(e)}function J3(e,t){return zr(e)?e:y0(e,t)?[e]:OV(IV(e))}var PV=1/0;function Gl(e){if(typeof e=="string"||mc(e))return e;var t=e+"";return t=="0"&&1/e==-PV?"-0":t}function w0(e,t){t=J3(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[Gl(t[r++])];return r&&r==n?e:void 0}function kV(e,t,r){var n=e==null?void 0:w0(e,t);return n===void 0?r:n}function Y3(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}var jV=X3(Object.getPrototypeOf,Object);const Z3=jV;function RV(){this.__data__=new Mi,this.size=0}function NV(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function DV(e){return this.__data__.get(e)}function $V(e){return this.__data__.has(e)}var BV=200;function LV(e,t){var r=this.__data__;if(r instanceof Mi){var n=r.__data__;if(!bc||n.length<BV-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Ai(n)}return r.set(e,t),this.size=r.size,this}function ii(e){var t=this.__data__=new Mi(e);this.size=t.size}ii.prototype.clear=RV,ii.prototype.delete=NV,ii.prototype.get=DV,ii.prototype.has=$V,ii.prototype.set=LV;function FV(e,t){return e&&Ul(t,vc(t),e)}function UV(e,t){return e&&Ul(t,v0(t),e)}var Q3=typeof Vt=="object"&&Vt&&!Vt.nodeType&&Vt,e8=Q3&&typeof module=="object"&&module&&!module.nodeType&&module,zV=e8&&e8.exports===Q3,t8=zV?ri.Buffer:void 0,r8=t8?t8.allocUnsafe:void 0;function VV(e,t){if(t)return e.slice();var r=e.length,n=r8?r8(r):new e.constructor(r);return e.copy(n),n}function n8(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 i8(){return[]}var qV=Object.prototype,HV=qV.propertyIsEnumerable,s8=Object.getOwnPropertySymbols,WV=s8?function(e){return e==null?[]:(e=Object(e),n8(s8(e),function(t){return HV.call(e,t)}))}:i8;const _0=WV;function GV(e,t){return Ul(e,_0(e),t)}var KV=Object.getOwnPropertySymbols,XV=KV?function(e){for(var t=[];e;)Y3(t,_0(e)),e=Z3(e);return t}:i8;const o8=XV;function JV(e,t){return Ul(e,o8(e),t)}function a8(e,t,r){var n=t(e);return zr(e)?n:Y3(n,r(e))}function x0(e){return a8(e,vc,_0)}function YV(e){return a8(e,v0,o8)}var ZV=Ws(ri,"DataView");const S0=ZV;var QV=Ws(ri,"Promise");const E0=QV;var eq=Ws(ri,"Set");const C0=eq;var c8="[object Map]",tq="[object Object]",u8="[object Promise]",l8="[object Set]",f8="[object WeakMap]",d8="[object DataView]",rq=Hs(S0),nq=Hs(bc),iq=Hs(E0),sq=Hs(C0),oq=Hs(d0),Ks=Zo;(S0&&Ks(new S0(new ArrayBuffer(1)))!=d8||bc&&Ks(new bc)!=c8||E0&&Ks(E0.resolve())!=u8||C0&&Ks(new C0)!=l8||d0&&Ks(new d0)!=f8)&&(Ks=function(e){var t=Zo(e),r=t==tq?e.constructor:void 0,n=r?Hs(r):"";if(n)switch(n){case rq:return d8;case nq:return c8;case iq:return u8;case sq:return l8;case oq:return f8}return t});const wc=Ks;var aq=Object.prototype,cq=aq.hasOwnProperty;function uq(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&cq.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var lq=ri.Uint8Array;const Kl=lq;function M0(e){var t=new e.constructor(e.byteLength);return new Kl(t).set(new Kl(e)),t}function fq(e,t){var r=t?M0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var dq=/\w*$/;function hq(e){var t=new e.constructor(e.source,dq.exec(e));return t.lastIndex=e.lastIndex,t}var h8=ni?ni.prototype:void 0,p8=h8?h8.valueOf:void 0;function pq(e){return p8?Object(p8.call(e)):{}}function mq(e,t){var r=t?M0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var gq="[object Boolean]",vq="[object Date]",yq="[object Map]",bq="[object Number]",wq="[object RegExp]",_q="[object Set]",xq="[object String]",Sq="[object Symbol]",Eq="[object ArrayBuffer]",Cq="[object DataView]",Mq="[object Float32Array]",Aq="[object Float64Array]",Tq="[object Int8Array]",Oq="[object Int16Array]",Iq="[object Int32Array]",Pq="[object Uint8Array]",kq="[object Uint8ClampedArray]",jq="[object Uint16Array]",Rq="[object Uint32Array]";function Nq(e,t,r){var n=e.constructor;switch(t){case Eq:return M0(e);case gq:case vq:return new n(+e);case Cq:return fq(e,r);case Mq:case Aq:case Tq:case Oq:case Iq:case Pq:case kq:case jq:case Rq:return mq(e,r);case yq:return new n;case bq:case xq:return new n(e);case wq:return hq(e);case _q:return new n;case Sq:return pq(e)}}function Dq(e){return typeof e.constructor=="function"&&!m0(e)?HU(Z3(e)):{}}var $q="[object Map]";function Bq(e){return as(e)&&wc(e)==$q}var m8=ea&&ea.isMap,Lq=m8?ql(m8):Bq;const Fq=Lq;var Uq="[object Set]";function zq(e){return as(e)&&wc(e)==Uq}var g8=ea&&ea.isSet,Vq=g8?ql(g8):zq;const qq=Vq;var Hq=1,Wq=2,Gq=4,v8="[object Arguments]",Kq="[object Array]",Xq="[object Boolean]",Jq="[object Date]",Yq="[object Error]",y8="[object Function]",Zq="[object GeneratorFunction]",Qq="[object Map]",eH="[object Number]",b8="[object Object]",tH="[object RegExp]",rH="[object Set]",nH="[object String]",iH="[object Symbol]",sH="[object WeakMap]",oH="[object ArrayBuffer]",aH="[object DataView]",cH="[object Float32Array]",uH="[object Float64Array]",lH="[object Int8Array]",fH="[object Int16Array]",dH="[object Int32Array]",hH="[object Uint8Array]",pH="[object Uint8ClampedArray]",mH="[object Uint16Array]",gH="[object Uint32Array]",Gt={};Gt[v8]=Gt[Kq]=Gt[oH]=Gt[aH]=Gt[Xq]=Gt[Jq]=Gt[cH]=Gt[uH]=Gt[lH]=Gt[fH]=Gt[dH]=Gt[Qq]=Gt[eH]=Gt[b8]=Gt[tH]=Gt[rH]=Gt[nH]=Gt[iH]=Gt[hH]=Gt[pH]=Gt[mH]=Gt[gH]=!0,Gt[Yq]=Gt[y8]=Gt[sH]=!1;function Xl(e,t,r,n,i,s){var o,a=t&Hq,c=t&Wq,u=t&Gq;if(r&&(o=i?r(e,n,i,s):r(e)),o!==void 0)return o;if(!Qo(e))return e;var l=zr(e);if(l){if(o=uq(e),!a)return WU(e,o)}else{var f=wc(e),h=f==y8||f==Zq;if(Vl(e))return VV(e,a);if(f==b8||f==v8||h&&!i){if(o=c||h?{}:Dq(e),!a)return c?JV(e,UV(o,e)):GV(e,FV(o,e))}else{if(!Gt[f])return i?e:{};o=Nq(e,f,a)}}s||(s=new ii);var y=s.get(e);if(y)return y;s.set(e,o),qq(e)?e.forEach(function(T){o.add(Xl(T,t,r,T,e,s))}):Fq(e)&&e.forEach(function(T,P){o.set(P,Xl(T,t,r,P,e,s))});var b=u?c?YV:x0:c?v0:vc,w=l?void 0:b(e);return KU(w||e,function(T,P){w&&(P=T,T=e[P]),B3(o,P,Xl(T,t,r,P,e,s))}),o}var vH=1,yH=4;function bH(e){return Xl(e,vH|yH)}var wH="__lodash_hash_undefined__";function _H(e){return this.__data__.set(e,wH),this}function xH(e){return this.__data__.has(e)}function Jl(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new Ai;++t<r;)this.add(e[t])}Jl.prototype.add=Jl.prototype.push=_H,Jl.prototype.has=xH;function SH(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 EH(e,t){return e.has(t)}var CH=1,MH=2;function w8(e,t,r,n,i,s){var o=r&CH,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&MH?new Jl:void 0;for(s.set(e,t),s.set(t,e);++f<a;){var b=e[f],w=t[f];if(n)var T=o?n(w,b,f,t,e,s):n(b,w,f,e,t,s);if(T!==void 0){if(T)continue;h=!1;break}if(y){if(!SH(t,function(P,R){if(!EH(y,R)&&(b===P||i(b,P,r,n,s)))return y.push(R)})){h=!1;break}}else if(!(b===w||i(b,w,r,n,s))){h=!1;break}}return s.delete(e),s.delete(t),h}function AH(e){var t=-1,r=Array(e.size);return e.forEach(function(n,i){r[++t]=[i,n]}),r}function TH(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var OH=1,IH=2,PH="[object Boolean]",kH="[object Date]",jH="[object Error]",RH="[object Map]",NH="[object Number]",DH="[object RegExp]",$H="[object Set]",BH="[object String]",LH="[object Symbol]",FH="[object ArrayBuffer]",UH="[object DataView]",_8=ni?ni.prototype:void 0,A0=_8?_8.valueOf:void 0;function zH(e,t,r,n,i,s,o){switch(r){case UH:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case FH:return!(e.byteLength!=t.byteLength||!s(new Kl(e),new Kl(t)));case PH:case kH:case NH:return h0(+e,+t);case jH:return e.name==t.name&&e.message==t.message;case DH:case BH:return e==t+"";case RH:var a=AH;case $H:var c=n&OH;if(a||(a=TH),e.size!=t.size&&!c)return!1;var u=o.get(e);if(u)return u==t;n|=IH,o.set(e,t);var l=w8(a(e),a(t),n,i,s,o);return o.delete(e),l;case LH:if(A0)return A0.call(e)==A0.call(t)}return!1}var VH=1,qH=Object.prototype,HH=qH.hasOwnProperty;function WH(e,t,r,n,i,s){var o=r&VH,a=x0(e),c=a.length,u=x0(t),l=u.length;if(c!=l&&!o)return!1;for(var f=c;f--;){var h=a[f];if(!(o?h in t:HH.call(t,h)))return!1}var y=s.get(e),b=s.get(t);if(y&&b)return y==t&&b==e;var w=!0;s.set(e,t),s.set(t,e);for(var T=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)){w=!1;break}T||(T=h=="constructor")}if(w&&!T){var z=e.constructor,F=t.constructor;z!=F&&"constructor"in e&&"constructor"in t&&!(typeof z=="function"&&z instanceof z&&typeof F=="function"&&F instanceof F)&&(w=!1)}return s.delete(e),s.delete(t),w}var GH=1,x8="[object Arguments]",S8="[object Array]",Yl="[object Object]",KH=Object.prototype,E8=KH.hasOwnProperty;function XH(e,t,r,n,i,s){var o=zr(e),a=zr(t),c=o?S8:wc(e),u=a?S8:wc(t);c=c==x8?Yl:c,u=u==x8?Yl:u;var l=c==Yl,f=u==Yl,h=c==u;if(h&&Vl(e)){if(!Vl(t))return!1;o=!0,l=!1}if(h&&!l)return s||(s=new ii),o||G3(e)?w8(e,t,r,n,i,s):zH(e,t,c,r,n,i,s);if(!(r&GH)){var y=l&&E8.call(e,"__wrapped__"),b=f&&E8.call(t,"__wrapped__");if(y||b){var w=y?e.value():e,T=b?t.value():t;return s||(s=new ii),i(w,T,r,n,s)}}return h?(s||(s=new ii),WH(e,t,r,n,i,s)):!1}function Zl(e,t,r,n,i){return e===t?!0:e==null||t==null||!as(e)&&!as(t)?e!==e&&t!==t:XH(e,t,r,n,Zl,i)}var JH=1,YH=2;function ZH(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 ii;if(n)var h=n(u,l,c,e,t,f);if(!(h===void 0?Zl(l,u,JH|YH,n,f):h))return!1}}return!0}function C8(e){return e===e&&!Qo(e)}function QH(e){for(var t=vc(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,C8(i)]}return t}function M8(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function eW(e){var t=QH(e);return t.length==1&&t[0][2]?M8(t[0][0],t[0][1]):function(r){return r===e||ZH(r,e,t)}}function tW(e,t){return e!=null&&t in Object(e)}function rW(e,t,r){t=J3(t,e);for(var n=-1,i=t.length,s=!1;++n<i;){var o=Gl(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&&p0(i)&&D3(o,i)&&(zr(e)||U3(e)))}function nW(e,t){return e!=null&&rW(e,t,tW)}var iW=1,sW=2;function oW(e,t){return y0(e)&&C8(t)?M8(Gl(e),t):function(r){var n=kV(r,e);return n===void 0&&n===t?nW(r,e):Zl(t,n,iW|sW)}}function aW(e){return function(t){return t==null?void 0:t[e]}}function cW(e){return function(t){return w0(t,e)}}function uW(e){return y0(e)?aW(Gl(e)):cW(e)}function A8(e){return typeof e=="function"?e:e==null?P3:typeof e=="object"?zr(e)?oW(e[0],e[1]):eW(e):uW(e)}function lW(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 fW=lW();const dW=fW;function hW(e,t){return e&&dW(e,t,vc)}function pW(e,t){return function(r,n){if(r==null)return r;if(!zl(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 mW=pW(hW);const T8=mW;function gW(e,t){var r=[];return T8(e,function(n,i,s){t(n,i,s)&&r.push(n)}),r}function vW(e,t){var r=zr(e)?n8:gW;return r(e,A8(t))}function yW(e,t){var r=-1,n=zl(e)?Array(e.length):[];return T8(e,function(i,s,o){n[++r]=t(i,s,o)}),n}function bW(e,t){return Zl(e,t)}function wW(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}function _W(e,t){if(e!==t){var r=e!==void 0,n=e===null,i=e===e,s=mc(e),o=t!==void 0,a=t===null,c=t===t,u=mc(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 xW(e,t,r){for(var n=-1,i=e.criteria,s=t.criteria,o=i.length,a=r.length;++n<o;){var c=_W(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 SW(e,t,r){t.length?t=Fl(t,function(s){return zr(s)?function(o){return w0(o,s.length===1?s[0]:s)}:s}):t=[P3];var n=-1;t=Fl(t,ql(A8));var i=yW(e,function(s,o,a){var c=Fl(t,function(u){return u(s)});return{criteria:c,index:++n,value:s}});return wW(i,function(s,o){return xW(s,o,r)})}function EW(e,t,r,n){return e==null?[]:(zr(t)||(t=t==null?[]:[t]),r=n?void 0:r,zr(r)||(r=r==null?[]:[r]),SW(e,t,r))}function CW({toBack:e,onSubmitClick:t,data:r}){const{fromCoin:n,toCoin:i}=Tn(),s=ie.useRef(!1),{slippage:o}=Gr(),[a,c]=ie.useState(r),{fromAmountUi:u,toAmountUi:l,byAmountIn:f}=a,{amountLimit:h}=g3(o,a),{showPriceImpactTips:y,showPriceImpactWarn:b}=x3(n,i,u,l),{priceAcceptRouterData:w}=HF(a),[T,P]=ie.useState(!1),[R,N]=ie.useState(!1);ie.useMemo(()=>f?i:n,[f]);const z=ie.useMemo(()=>w!==void 0,[w]),F=()=>{if(w){if(s.current)return;s.current=!0;const q=bH(w);c(q),setTimeout(()=>{s.current=!1},300)}},W=ie.useMemo(()=>T?!1:!!b,[T,b]);return _.jsxs("div",{className:"secondary-dialog",children:[_.jsx(l0,{title:"Review your order",backClick:e}),_.jsxs("div",{className:"secondary-content",children:[_.jsxs("div",{className:"trade-info",children:[_.jsxs("div",{className:"amount-info",children:[_.jsx("span",{className:"amount",children:Po(u||"")}),_.jsx("img",{src:n==null?void 0:n.logo_url}),_.jsx("span",{className:"symbol",children:n==null?void 0:n.symbol})]}),_.jsx("div",{className:"dividing-line",children:_.jsx("div",{className:"swap-icon",children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-trade"})})})}),_.jsxs("div",{className:"amount-info",children:[_.jsx("span",{className:"amount",children:Po(l||"")}),_.jsx("img",{src:i==null?void 0:i.logo_url}),_.jsx("span",{className:"symbol",children:i==null?void 0:i.symbol})]})]}),_.jsxs("div",{className:"current-price-tips-box yellow",style:{fontSize:"12px",marginTop:"16px",flexDirection:"column",justifyContent:"start",gap:"10px"},children:[_.jsx("div",{className:"current-price-box",style:{backgroundColor:"#1b242c",margin:"-1px"},children:_.jsx(u0,{baseToken:n,quoteToken:i,baseAmount:u||"0",quoteAmount:l||"0",loading:!1})}),y&&_.jsx("div",{style:{paddingBottom:"10px"},children:"Price Impact Alert. Be cautious before submitting your order."})]}),_.jsxs("div",{className:"swap-info-between",children:[_.jsx("div",{className:"left",children:"Slippage Tolerance"}),_.jsxs("div",{className:"right",children:[o,"%"]})]}),_.jsx(E3,{pl:"0px",pr:"0px",isLoading:!1,amountLimit:h}),_.jsx(S3,{isLoading:!1,routerData:a,noTips:!0}),b&&_.jsxs("div",{style:{width:"100%",marginTop:"16px",gap:"1px"},children:[_.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?"}),_.jsxs("div",{style:{width:"100%",gap:"16px",display:"flex",flexDirection:"row",marginTop:"-10px"},children:[_.jsx("button",{className:"swap-btn cs-outline-btn secondary-btn",style:{fontSize:"14px",height:"42px",flex:1,color:T?"#72c1f7":"#7F98A7"},onClick:()=>{P(!0)},children:"Yes, please continue."}),_.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."})]})]})]}),!z&&_.jsx("button",{disabled:W||R,className:"swap-btn cs-solid-btn",onClick:()=>{R||(N(!0),t(a))},children:R?_.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:_.jsx(_3,{})}):"Confirm Swap"}),z&&_.jsxs("div",{className:"price-update",children:[_.jsxs("div",{className:"left",children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-alert"})}),_.jsx("span",{children:"Price update"})]}),_.jsx("div",{className:"right",children:_.jsx("button",{className:"cs-solid-btn",onClick:F,children:"Accept"})})]})]})}function Ql(e){const{text:t}=e,[r,n]=ie.useState(!1),{addCommonToast:i}=Jo(),s=o=>{r||(Ju(o),f3(t,{debug:!1,message:"message"}),i("Copied success"),n(!r))};return ie.useEffect(()=>{r&&setTimeout(()=>{n(!1)},2e3)},[r]),_.jsx(_.Fragment,{children:_.jsx("svg",{className:"cs-icon cs-copy-icon","aria-hidden":"true",onClick:s,children:_.jsx("use",{xlinkHref:r?"#icon-sel":"#icon-copy"})})})}function MW({toBack:e,data:t,isLoading:r}){const{fromCoin:n,toCoin:i,fromAmount:s,toAmount:o}=Tn(),{getTokenInfo:a}=qs(),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 _.jsxs("div",{className:"route-dialog",children:[_.jsx(l0,{title:"Route",backClick:e}),_.jsxs("div",{className:"route-dialog-content",children:[_.jsx("div",{className:"simple-router-box",children:_.jsx(I8,{hasSubMenu:!1,isLoading:r,formatSwapRouter:t})}),_.jsxs("div",{className:"center",style:{flexDirection:"column",gap:"0px"},children:[_.jsxs("div",{className:"center",style:{gap:"4px",marginTop:"16px"},children:[_.jsx(Jr,{src:n==null?void 0:n.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),_.jsx("span",{className:"amount",children:nn(s,n==null?void 0:n.decimals)}),_.jsx("span",{className:"symbol",children:n==null?void 0:n.symbol})]}),_.jsx("div",{className:"route-box-h5 center",style:{backgroundColor:"#1B242C"},children:_.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)=>_.jsxs("div",{className:"route-item-box-h5",children:[_.jsxs("div",{className:"percent",children:[Ue(u.percentage).mul(100).toString(),"%"]}),_.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=>_.jsx("div",{className:"route-path-item",children:_.jsx(hc,{position:"bottom",content:_.jsxs("div",{className:"router-pool-tip-con",style:{display:"flex",flexDirection:"column"},children:[_.jsx(TW,{poolAddress:f.pool_address}),_.jsx(O8,{token:f.fromToken}),_.jsx(O8,{token:f.toToken})]}),children:_.jsx(AW,{path:f})})},f.to_type))})]},l))})}),_.jsxs("div",{className:"center",style:{gap:"4px"},children:[_.jsx(Jr,{src:i==null?void 0:i.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),_.jsx("span",{className:"amount",children:nn(o,i==null?void 0:i.decimals)}),_.jsx("span",{className:"symbol",children:i==null?void 0:i.symbol})]})]})]})]})}function AW({path:e}){var t,r,n;return _.jsxs("div",{style:{display:"flex",flexDirection:"row",gap:"0px",zIndex:3},children:[_.jsxs("div",{style:{display:"flex",flexDirection:"row"},children:[_.jsx(Jr,{src:(t=e.fromToken)==null?void 0:t.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}}),_.jsx(Jr,{src:(r=e.toToken)==null?void 0:r.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}})]}),_.jsxs("span",{className:"provider",children:[(n=Q_[e.provider])==null?void 0:n.name," "]}),!!+e.fee_rate&&_.jsxs("div",{className:"fee-tier",children:[" ",Ue(e.fee_rate).mul(100).toString(),"%"]})]})}function O8({token:e}){const{getExplorerUrl:t}=ko();return _.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",alignItems:"center",height:"40px",fontSize:"12px",gap:"12px"},children:[_.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",gap:"8px"},children:[_.jsx(Jr,{src:e==null?void 0:e.logo_url,style:{width:"20px",height:"20px",borderRadius:"100%"}}),_.jsx("span",{style:{color:"#fff",fontSize:"12px"},children:e==null?void 0:e.symbol})]}),_.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[_.jsx("a",{onClick:Ju,href:t(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{textDecoration:"none",color:"#909ca4"},children:$s(e==null?void 0:e.coin_type)}),_.jsx(Ql,{text:(e==null?void 0:e.coin_type)||""})]})]})}function TW({poolAddress:e}){const{getExplorerUrl:t}=ko();return _.jsxs(_.Fragment,{children:[e&&_.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",fontSize:"12px",gap:"12px"},children:[_.jsx("span",{style:{color:"fff",fontSize:"12px"},children:"Pool"}),_.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[_.jsx("a",{style:{color:"#fff",textDecoration:"none"},onClick:Ju,href:t(e,"poolAddress"),target:"_blank",children:$s(e)}),_.jsx(Ql,{text:e})]})]}),e&&_.jsx("div",{style:{width:"100%",height:"1px",marginTop:"12px",backgroundColor:"var(--cs-border)"}})]})}function I8({hasSubMenu:e,isLoading:t,formatSwapRouter:r}){var a,c,u;const[n,i]=ie.useState(!1),{getTokenInfo:s}=qs(),o=ie.useMemo(()=>(r==null?void 0:r.routers.length)===1,[r==null?void 0:r.routers.length]);return _.jsxs("div",{className:"simple-router-block",style:{paddingLeft:e?"8px":"0px",paddingRight:e?"8px":"0px"},children:[_.jsx("div",{className:"left",style:{whiteSpace:"nowrap",color:e?"var(--cs-text-con)":"#fff",paddingRight:"8px"},children:e?"Auto Router":"Route"}),t?_.jsx(Xo,{style:{width:"80px",height:"18px"}}):_.jsxs("div",{className:"right",onClick:()=>{i(!0)},children:[_.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}),_.jsx("div",{className:"providers",children:(u=r==null?void 0:r.providers)==null?void 0:u.map((l,f)=>_.jsx(hc,{content:_.jsx("div",{children:Q_[l].name}),position:"top",delay:300,children:_.jsx(Jr,{src:wr[l],style:{width:"16px",height:"16px"}})},l))}),e&&_.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{width:"16px",height:"16px"},children:_.jsx("use",{xlinkHref:"#icon-spread"})})]}),n&&e&&_.jsx(MW,{data:r,isLoading:t,toBack:()=>i(!1)})]})}const HK="",_c=_i((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||wi.setItem(X_,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=E_(r.coin_type);o=i.filter(c=>E_(c.coin_type)!==a)}return s(o),wi.setItem(J_,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}))}}));wi.getItem(X_).then(e=>{e!==null&&_c.getState().setCollectTokenMap(e,!0)}),wi.getItem(J_).then(e=>{e&&_c.getState().setImportTokenList(e)});function P8(){const{setCollectTokenMap:e,collectTokenMap:t}=_c(),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 OW(e){const{trustedTokenList:t}=dc(),{tokenBalanceObj:r,currentAccount:n}=An(),{coinPriceObj:i}=h3(),{getTokenAmountValue:s}=Bl(),{fetchTokenInfo:o}=qs(),{currentTypeTab:a,showTokenList:c,setShowTokenList:u,combineTokenList:l,importTokenList:f,setComBineTokenList:h,setImportToken:y,setCurrentImportTokenData:b,setImportTokenIsLoading:w,currentImportTokenData:T,searchInput:P,setSearchInput:R,importTokenIsLoading:N,showTokenListIsLoading:z,setCurrentTypeTab:F}=_c(),[W,q]=ie.useState(!1);ie.useEffect(()=>{t&&(t==null?void 0:t.length)>0&&q(!0)},[t]);const[K,te]=ie.useState(!1);ie.useEffect(()=>{U_(i)||te(!0)},[i]);const oe=ie.useRef({}),[H,L]=ie.useState(!1);ie.useEffect(()=>{(!U_(r)||!np(oe.current,r))&&(oe.current=r,L(!0))},[r]);const D=(v,k)=>{const ee=k&&k.toLocaleLowerCase().trim(),se=v.map(ve=>{let Se=0,xe=0;ve.symbol.toLowerCase()===ee||ve.name.toLowerCase()===ee||ve.coin_type.toLowerCase()===ee?(Se=1e3,xe=2):ve.symbol.toLowerCase().indexOf(ee)>-1?(Se=100,xe=0):ve.name.toLowerCase().indexOf(ee)>-1?(Se=10,xe=0):ve.coin_type.toLowerCase().indexOf(ee)>-1?(Se=1,xe=0):ve.coin_type.toLowerCase()=="0x2::sui::sui"&&(xe=1);let Xe=Array.isArray(ve==null?void 0:ve.coin_priority)?Number(ve.coin_priority[0])||0:Number(ve==null?void 0:ve.coin_priority)||0;return e===ve.coin_type&&!k&&(xe=12,Se=1e3,Xe=1e4),{...ve,mark:Se,sort:xe,coin_priority_sort:Xe,rateNumber:Number((ve==null?void 0:ve.rate)||"0"),balanceNumber:Number((ve==null?void 0:ve.balance)||"0")}});return EW(se,[ve=>!k&&e===ve.coin_type?1:0,"rateNumber","balanceNumber","sort","mark","coin_priority_sort"],["desc","desc","desc","desc","desc","desc"])},p=(v,k=!1)=>{const ee=k?v.trim():v.toLowerCase().trim(),se=["symbol","name","coin_type"];return vW(ee.length===0?l:[...l,...f],ve=>se.some(Se=>{const xe=ve[Se];return typeof xe=="string"?(k?xe:xe.toLowerCase()).includes(ee):!1}))},d=v=>{v||b(void 0);const k=p(v);if(console.log("🚀 ~ file: useTokenSelect.ts:182 ~ handleSearch ~ filterList:",k),(k==null?void 0:k.length)===0){m(v);return}else{const ee=D(k,v);u(ee)}},m=async v=>{var k;console.log("🚀 ~ file: useTokenSelect.ts:182 ~ assemblyImportTokenInfo ~ coinType:",v),w(!0);try{if(z_(v)){const ee=v.trim(),se=Ir(ee).full_address,ge=await o(se);if(!ge){u([]);return}const ve=((k=r==null?void 0:r[ee])==null?void 0:k.totalBalanceFormat)||"0",Se=Ue(ve).gt("0")?s(ee,ve):"0",xe={...ge,balance:ve,rate:Se};u([xe]),b(xe)}else{u([]);return}}catch(ee){console.log("🚀 ~ file: useTokenSelect.ts:182 ~ assemblyImportTokenInfo ~ error:",ee),b(void 0),u([]);return}finally{w(!1)}},x=v=>{if(v==="Default")O("All");else{const k=D(f,P);u(k)}},C=()=>{if(T){const v=y(T,!0),k=D(v,P);u(k),b(void 0),R("")}},E=v=>{const k=y(v,!1),ee=D(k,P);u(ee)},O=v=>{const k=v==="All"?[...l]:l.filter(se=>v=="Native"?!se.labels||se.labels.length==0||se.labels=="Native":se.labels&&se.labels.length>0&&se.labels[0].toLowerCase()==v.toLowerCase()),ee=D(k,P);u(ee)};ie.useEffect(()=>{if(!W||!(t!=null&&t.length)){h([]);return}if(!(n!=null&&n.address))h(t);else if(n!=null&&n.address&&K){const v=[];for(const k of t){const ee=r==null?void 0:r[k==null?void 0:k.coin_type],se=(ee==null?void 0:ee.totalBalanceFormat)||"0",ge=(ee==null?void 0:ee.displayBalance)||"0",ve=Ue(se).gt("0")?s(k==null?void 0:k.coin_type,se):"0";v.push({...k,balance:ge,rate:nn(ve,4)})}h(v)}},[W,K,H,n==null?void 0:n.address]);const M=ie.useRef([]);ie.useEffect(()=>{if((l==null?void 0:l.length)>0&&!bW(M.current,l)){M.current=l;const v=D(l);e&&f.find(ee=>ee.coin_type===e)!==void 0?(F("Imported"),x("Imported")):u(v)}},[l,e]);const g=ie.useMemo(()=>{if(a==="Default"){if(P&&!z&&(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,T,N,z]);return{showTokenList:c,handleSearch:d,handleChangePlatform:O,currentImportTokenData:T,handleChangeType:x,handleImportClick:C,handleDeleteImportClick:E,isNoData:g}}function IW({tokenList:e,onHandleTokenAction:t}){return _.jsx("div",{className:"token-collect-list",children:e.map(r=>_.jsx(PW,{token:r,onHandleTokenAction:t},r.coin_type))})}function PW({token:e,onHandleTokenAction:t}){return _.jsxs("div",{className:"token-collect-item",onClick:()=>{t(e,"select_token")},children:[_.jsx("img",{src:e.logo_url,style:{marginRight:"8px"}}),_.jsx("span",{children:e.symbol}),_.jsx("i",{children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:r=>{r.stopPropagation(),t(e,"un_collect")},children:_.jsx("use",{xlinkHref:"#icon-close"})})})]})}function kW({onClose:e,token:t,onSureImport:r}){const[n,i]=ie.useState(!1);return _.jsxs(_.Fragment,{children:[_.jsx("div",{className:"dialog-mask",onClick:e}),_.jsxs("div",{className:"import-dialog",children:[_.jsxs("div",{className:"cs-dialog-header",children:[_.jsx("div",{className:"title",children:"Tips"}),_.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:e,children:_.jsx("use",{xlinkHref:"#icon-close"})})]}),_.jsxs("div",{className:"import-content",children:[_.jsxs("div",{className:"import-token-info",children:[_.jsx(Jr,{style:{marginRight:"4px",borderRadius:"36px"},src:t.logo_url}),_.jsxs("div",{className:"info",children:[_.jsxs("div",{className:"name",children:[_.jsxs("span",{children:[" ",t.symbol," "]}),_.jsx("svg",{className:"cs-icon external-warning","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-alert"})})]}),_.jsxs("div",{className:"address",children:[_.jsx("span",{children:$s(t.coin_type)}),_.jsx(Ql,{text:t.coin_type})]})]})]}),_.jsxs("div",{className:"tip-text-box",children:[_.jsx("p",{className:"tips-text",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."}),_.jsxs("div",{className:"risk-checkbox",children:[_.jsx(wl,{color:"indigo",checked:n,variant:"soft",className:"cs-checkbox",onClick:()=>{i(!n)}}),_.jsx("span",{children:"I acknowledge the risk"})]})]}),_.jsxs("div",{className:"button-block",children:[_.jsx("button",{className:"cs-outline-btn",onClick:e,children:"Cancel"}),_.jsx("button",{className:"cs-solid-btn",disabled:!n,onClick:r,children:"Confirm"})]})]})]})]})}const jW=Ft("/images/img_no_data@2x.png");function RW(e){const{img:t=jW,text:r,width:n="100%",height:i="auto",padding:s="20px",subItem:o}=e;return _.jsxs("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:n,height:i,padding:s,boxSizing:"border-box",textAlign:"center"},children:[t&&_.jsx("img",{src:t,alt:"No Data",style:{width:"160px",height:"160px"}}),r&&_.jsx("div",{style:{color:"#fff",fontSize:"14px"},children:r}),o&&o]})}function NW({tabList:e,currentTab:t,changeTab:r}){return _.jsx("div",{className:"platform-tabs",children:e.map(n=>_.jsx("div",{className:t===n?"platform-tab-item active":"platform-tab-item",onClick:()=>{r(n)},children:n},n))})}var k8=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function DW(e,t){return!!(e===t||k8(e)&&k8(t))}function $W(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!DW(e[r],t[r]))return!1;return!0}function BW(e,t){t===void 0&&(t=$W);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 T0(){return T0=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},T0.apply(null,arguments)}function j8(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function O0(e,t){return O0=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},O0(e,t)}function LW(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,O0(e,t)}var R8=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function FW(e,t){return!!(e===t||R8(e)&&R8(t))}function UW(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!FW(e[r],t[r]))return!1;return!0}function I0(e,t){t===void 0&&(t=UW);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 N8(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 zW=typeof performance=="object"&&typeof performance.now=="function",D8=zW?function(){return performance.now()}:function(){return Date.now()};function $8(e){cancelAnimationFrame(e.id)}function VW(e,t){var r=D8();function n(){D8()-r>=t?e.call(null):i.id=requestAnimationFrame(n)}var i={id:requestAnimationFrame(n)};return i}var P0=-1;function B8(e){if(e===void 0&&(e=!1),P0===-1||e){var t=document.createElement("div"),r=t.style;r.width="50px",r.height="50px",r.overflow="scroll",document.body.appendChild(t),P0=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return P0}var ta=null;function L8(e){if(e===void 0&&(e=!1),ta===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?ta="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?ta="negative":ta="positive-ascending"),document.body.removeChild(t),ta}return ta}cn.env.NODE_ENV;var qW=150,HW=function(t,r){return t},ef=null,tf=null;cn.env.NODE_ENV!=="production"&&typeof window<"u"&&typeof window.WeakSet<"u"&&(ef=new WeakSet,tf=new WeakSet);function WW(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){LW(h,f);function h(b){var w;return w=f.call(this,b)||this,w._instanceProps=c(w.props,j8(w)),w._outerRef=void 0,w._resetIsScrollingTimeoutId=null,w.state={instance:j8(w),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof w.props.initialScrollOffset=="number"?w.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},w._callOnItemsRendered=void 0,w._callOnItemsRendered=I0(function(T,P,R,N){return w.props.onItemsRendered({overscanStartIndex:T,overscanStopIndex:P,visibleStartIndex:R,visibleStopIndex:N})}),w._callOnScroll=void 0,w._callOnScroll=I0(function(T,P,R){return w.props.onScroll({scrollDirection:T,scrollOffset:P,scrollUpdateWasRequested:R})}),w._getItemStyle=void 0,w._getItemStyle=function(T){var P=w.props,R=P.direction,N=P.itemSize,z=P.layout,F=w._getItemStyleCache(u&&N,u&&z,u&&R),W;if(F.hasOwnProperty(T))W=F[T];else{var q=r(w.props,T,w._instanceProps),K=i(w.props,T,w._instanceProps),te=R==="horizontal"||z==="horizontal",oe=R==="rtl",H=te?q:0;F[T]=W={position:"absolute",left:oe?void 0:H,right:oe?H:void 0,top:te?0:q,height:te?"100%":K,width:te?K:"100%"}}return W},w._getItemStyleCache=void 0,w._getItemStyleCache=I0(function(T,P,R){return{}}),w._onScrollHorizontal=function(T){var P=T.currentTarget,R=P.clientWidth,N=P.scrollLeft,z=P.scrollWidth;w.setState(function(F){if(F.scrollOffset===N)return null;var W=w.props.direction,q=N;if(W==="rtl")switch(L8()){case"negative":q=-N;break;case"positive-descending":q=z-R-N;break}return q=Math.max(0,Math.min(q,z-R)),{isScrolling:!0,scrollDirection:F.scrollOffset<q?"forward":"backward",scrollOffset:q,scrollUpdateWasRequested:!1}},w._resetIsScrollingDebounced)},w._onScrollVertical=function(T){var P=T.currentTarget,R=P.clientHeight,N=P.scrollHeight,z=P.scrollTop;w.setState(function(F){if(F.scrollOffset===z)return null;var W=Math.max(0,Math.min(z,N-R));return{isScrolling:!0,scrollDirection:F.scrollOffset<W?"forward":"backward",scrollOffset:W,scrollUpdateWasRequested:!1}},w._resetIsScrollingDebounced)},w._outerRefSetter=function(T){var P=w.props.outerRef;w._outerRef=T,typeof P=="function"?P(T):P!=null&&typeof P=="object"&&P.hasOwnProperty("current")&&(P.current=T)},w._resetIsScrollingDebounced=function(){w._resetIsScrollingTimeoutId!==null&&$8(w._resetIsScrollingTimeoutId),w._resetIsScrollingTimeoutId=VW(w._resetIsScrolling,qW)},w._resetIsScrolling=function(){w._resetIsScrollingTimeoutId=null,w.setState({isScrolling:!1},function(){w._getItemStyleCache(-1,null)})},w}h.getDerivedStateFromProps=function(w,T){return GW(w,T),l(w),null};var y=h.prototype;return y.scrollTo=function(w){w=Math.max(0,w),this.setState(function(T){return T.scrollOffset===w?null:{scrollDirection:T.scrollOffset<w?"forward":"backward",scrollOffset:w,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},y.scrollToItem=function(w,T){T===void 0&&(T="auto");var P=this.props,R=P.itemCount,N=P.layout,z=this.state.scrollOffset;w=Math.max(0,Math.min(w,R-1));var F=0;if(this._outerRef){var W=this._outerRef;N==="vertical"?F=W.scrollWidth>W.clientWidth?B8():0:F=W.scrollHeight>W.clientHeight?B8():0}this.scrollTo(s(this.props,w,T,z,this._instanceProps,F))},y.componentDidMount=function(){var w=this.props,T=w.direction,P=w.initialScrollOffset,R=w.layout;if(typeof P=="number"&&this._outerRef!=null){var N=this._outerRef;T==="horizontal"||R==="horizontal"?N.scrollLeft=P:N.scrollTop=P}this._callPropsCallbacks()},y.componentDidUpdate=function(){var w=this.props,T=w.direction,P=w.layout,R=this.state,N=R.scrollOffset,z=R.scrollUpdateWasRequested;if(z&&this._outerRef!=null){var F=this._outerRef;if(T==="horizontal"||P==="horizontal")if(T==="rtl")switch(L8()){case"negative":F.scrollLeft=-N;break;case"positive-ascending":F.scrollLeft=N;break;default:var W=F.clientWidth,q=F.scrollWidth;F.scrollLeft=q-W-N;break}else F.scrollLeft=N;else F.scrollTop=N}this._callPropsCallbacks()},y.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&$8(this._resetIsScrollingTimeoutId)},y.render=function(){var w=this.props,T=w.children,P=w.className,R=w.direction,N=w.height,z=w.innerRef,F=w.innerElementType,W=w.innerTagName,q=w.itemCount,K=w.itemData,te=w.itemKey,oe=te===void 0?HW:te,H=w.layout,L=w.outerElementType,D=w.outerTagName,p=w.style,d=w.useIsScrolling,m=w.width,x=this.state.isScrolling,C=R==="horizontal"||H==="horizontal",E=C?this._onScrollHorizontal:this._onScrollVertical,O=this._getRangeToRender(),M=O[0],g=O[1],v=[];if(q>0)for(var k=M;k<=g;k++)v.push(ie.createElement(T,{data:K,key:oe(k,K),index:k,isScrolling:d?x:void 0,style:this._getItemStyle(k)}));var ee=n(this.props,this._instanceProps);return ie.createElement(L||D||"div",{className:P,onScroll:E,ref:this._outerRefSetter,style:T0({position:"relative",height:N,width:m,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:R},p)},ie.createElement(F||W||"div",{children:v,ref:z,style:{height:C?"100%":ee,pointerEvents:x?"none":void 0,width:C?ee:"100%"}}))},y._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var w=this.props.itemCount;if(w>0){var T=this._getRangeToRender(),P=T[0],R=T[1],N=T[2],z=T[3];this._callOnItemsRendered(P,R,N,z)}}if(typeof this.props.onScroll=="function"){var F=this.state,W=F.scrollDirection,q=F.scrollOffset,K=F.scrollUpdateWasRequested;this._callOnScroll(W,q,K)}},y._getRangeToRender=function(){var w=this.props,T=w.itemCount,P=w.overscanCount,R=this.state,N=R.isScrolling,z=R.scrollDirection,F=R.scrollOffset;if(T===0)return[0,0,0,0];var W=o(this.props,F,this._instanceProps),q=a(this.props,W,F,this._instanceProps),K=!N||z==="backward"?Math.max(1,P):1,te=!N||z==="forward"?Math.max(1,P):1;return[Math.max(0,W-K),Math.max(0,Math.min(T-1,q+te)),W,q]},h}(ie.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var GW=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(cn.env.NODE_ENV!=="production"){(a!=null||c!=null)&&tf&&!tf.has(l)&&(tf.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":ef&&!ef.has(l)&&(ef.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.'))}},KW=WW({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,w=Math.max(0,u*l-b),T=Math.min(w,r*l),P=Math.max(0,r*l-b+l+o);switch(n==="smart"&&(i>=P-b&&i<=T+b?n="auto":n="center"),n){case"start":return T;case"end":return P;case"center":{var R=Math.round(P+(T-P)/2);return R<Math.ceil(b/2)?0:R>w+Math.floor(b/2)?w:R}case"auto":default:return i>=P&&i<=T?i:i<P?P:T}},getStartIndexForOffset:function(t,r){var n=t.itemCount,i=t.itemSize;return Math.max(0,Math.min(n-1,Math.floor(r/i)))},getStopIndexForStartIndex:function(t,r,n){var i=t.direction,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(cn.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 F8(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 XW=["style"],JW=["style"];function YW(e,t){var r=e.style,n=N8(e,XW),i=t.style,s=N8(t,JW);return!F8(r,i)&&!F8(n,s)}const ZW=ie.memo(({data:e,index:t,style:r})=>{const{items:n,onHandleTokenAction:i,showCollect:s,showDelete:o}=e,a=n[t];return _.jsx("div",{style:r,children:_.jsx(tG,{data:a,onHandleTokenAction:i,showCollect:s,showDelete:o})})},YW),QW=BW((e,t,r,n)=>({items:e,onHandleTokenAction:t,showCollect:r,showDelete:n}));function eG({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=QW(e,t,r,n);return _.jsx("div",{className:"token-list",children:_.jsx(KW,{ref:i,style:{overflowY:"scroll",scrollbarWidth:"none",msOverflowStyle:"none",padding:"8px"},height:360,itemCount:e.length,itemData:s,itemSize:72,width:"100%",children:ZW})})}function tG({data:e,showCollect:t,showDelete:r,onHandleTokenAction:n}){const{isCollectToken:i}=P8(),{getExplorerUrl:s}=ko();return _.jsxs("div",{className:"token-list-item",onClick:o=>{t&&(o.stopPropagation(),n(e,"select_token"))},children:[_.jsx(Jr,{className:"token-img",src:e==null?void 0:e.logo_url,showWarn:!t}),_.jsxs("div",{className:"token-info",children:[_.jsx("h4",{className:"token-symbol",children:_.jsx("span",{children:e.symbol})}),_.jsx("p",{className:"token-name",children:e==null?void 0:e.name}),_.jsxs("div",{className:"copy",children:[_.jsx("a",{onClick:Ju,href:s(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{fontSize:"12px"},children:$s(e==null?void 0:e.coin_type)}),_.jsx(Ql,{text:e==null?void 0:e.coin_type})]})]}),_.jsxs("div",{className:"token-balance",children:[_.jsxs("div",{className:"balance",children:[_.jsx("h4",{children:e==null?void 0:e.balance}),_.jsx("p",{children:e!=null&&e.rate?`${L_(e==null?void 0:e.rate,2)}`:""})]}),r&&_.jsx("div",{className:"collect-button",onClick:o=>{o.stopPropagation(),n(e,"delete_import")},children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-icon_del"})})}),t&&_.jsx("div",{className:"collect-button",onClick:o=>{o.stopPropagation(),n(e,"collect_token")},children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:i(e)?"#icon-star_sel":"#icon-star"})})})]})]},e==null?void 0:e.coin_type)}function rG({currentType:e,changeTab:t}){const r=["Default","Imported"];return _.jsx("div",{className:"type-tabs",children:r.map(n=>_.jsx("div",{className:e===n?"type-tab-item active":"type-tab-item",onClick:()=>t(n),children:n},n))})}function nG({backClick:e,onSelectToken:t,currToken:r}){const{showTokenList:n,isNoData:i,handleSearch:s,handleChangePlatform:o,handleChangeType:a,handleImportClick:c,handleDeleteImportClick:u}=OW(r==null?void 0:r.coin_type),{importTokenList:l,currentTypeTab:f,setCurrentTypeTab:h,currentPlatformTab:y,setCurrentPlatformTab:b,platformList:w,isOpenImportDialog:T,setIsOpenImportDialog:P,setSearchInput:R,searchInput:N,importTokenIsLoading:z,currentImportTokenData:F,setCurrentImportTokenData:W}=_c();ie.useEffect(()=>()=>{R(""),b("All"),h("Default"),W(void 0)},[]);const{handleCollectToken:q,collectTokenMap:K}=P8(),te=x=>{h(x),a(x)},oe=x=>{b(x),o(x)},H=()=>{P(!1)},L=()=>{c(),P(!1)},D=x=>{let C=x.replace(/[^[a-zA-Z0-9\s]+$/g,"").trim();R(C),C?(p(C),console.log("🚀🚀🚀 ~ file: index.tsx:36 ~ changeInputValue ~ regValue:",C)):(s(""),te("Default"))},p=w3(x=>{z_(x)?s(ip(x,!1)):s(x)},300),d=(x,C)=>{if(C==="delete_import"){u(x);return}if(C==="collect_token"||C==="un_collect"){q(x);return}C==="select_token"&&(t(x),e())},m=ie.useMemo(()=>Array.from(K.values()),[K]);return _.jsxs("div",{className:"token-select-modal",children:[_.jsx(l0,{backClick:e,title:"Select Token"}),_.jsxs("div",{className:"token-select-content",style:{position:"relative"},children:[_.jsxs("div",{className:"center-content",children:[_.jsxs("div",{className:"search-input",style:{position:"relative"},children:[_.jsx("input",{className:"token-search-input",placeholder:"Search by token or address",value:N,onChange:x=>D(x.target.value),style:{paddingRight:"40px"}}),N.length>0&&_.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:x=>{D("")},children:_.jsx("use",{xlinkHref:"#icon-close"})})]}),m.length>0&&_.jsx(IW,{tokenList:m,onHandleTokenAction:d}),N.length===0&&_.jsx(rG,{currentType:f,changeTab:te}),N.length===0&&f==="Default"&&_.jsx(NW,{tabList:w,currentTab:y,changeTab:oe})]}),i&&_.jsx(iG,{searchInputLength:N.length}),z&&_.jsx(d3,{}),F&&_.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&&_.jsx(eG,{showTokenList:n,showCollect:!F,showDelete:!F&&f==="Imported",onHandleTokenAction:d}),F&&_.jsx("div",{className:"center",style:{position:"absolute",top:"280px",left:"50%",transform:"translateX(-50%)"},children:_.jsx("button",{className:"cs-solid-btn swap-btn",style:{height:"32px",width:"140px",fontSize:"14px",borderRadius:"8px",fontFamily:"Inter, Inter",fontWeight:500},onClick:()=>{L(),d(F,"select_token")},children:"Import"})}),T&&_.jsx(kW,{onClose:H,token:F,onSureImport:L})]})]})}function iG({searchInputLength:e}){return _.jsx("div",{style:{height:"360px"},children:_.jsx(RW,{text:e>0?"No tokens found":"No Imported Tokens",subItem:e>0?_.jsx("div",{children:_.jsx(hc,{position:"bottom",content:_.jsx("div",{children:"The unique id of coin"}),children:_.jsxs("div",{style:{fontSize:"12px",color:"var(--cs-text-con)",display:"flex",flexDirection:"row"},children:["Or you can enter Coin Type",_.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{cursor:"pointer",width:"20px",height:"20px"},children:_.jsx("use",{xlinkHref:"#icon-tips"})})]})})}):void 0})})}const WK="";function U8(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 xc;(function(e){e.event="event",e.props="prop"})(xc||(xc={}));function cs(){}function sG(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 Sc(e){return!!(e||"").match(/\d/)}function ra(e){return e==null}function oG(e){return typeof e=="number"&&isNaN(e)}function z8(e){return ra(e)||oG(e)||typeof e=="number"&&!isFinite(e)}function V8(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function aG(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 cG(e,t,r){var n=aG(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 uG(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 k0(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 lG(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 q8(e,t,r){for(var n="",i=r?"0":"",s=0;s<=t-1;s++)n+=e[s]||i;return n}function H8(e,t){return Array(t+1).join(e)}function W8(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."+H8("0",Math.abs(o))+i:o>=a?i=i+H8("0",o-a):i=(i.substring(0,o)||"0")+"."+i.substring(o),r+i}function G8(e,t,r){if(["","-"].indexOf(e)!==-1)return e;var n=(e.indexOf(".")!==-1||r)&&t,i=k0(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,T,P){return w.length>P?(Number(w[0])+Number(T)).toString()+w.substring(1,w.length):T+w},l[0]));var h=q8(l[1]||"",t,r),y=a?"-":"",b=n?".":"";return""+y+f+b+h}function Xs(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 K8=sG(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}}}),fG=function(e,t){var r=Math.min(e.selectionStart,t);return{from:{start:r,end:e.selectionEnd},to:{start:r,end:t}}};function dG(e,t,r){return Math.min(Math.max(e,t),r)}function j0(e){return Math.max(e.selectionStart,e.selectionEnd)}function hG(){return typeof navigator<"u"&&!(navigator.platform&&/iPhone|iPod/.test(navigator.platform))}function pG(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function mG(e){var t=e.currentValue,r=e.formattedValue,n=e.currentValueIndex,i=e.formattedValueIndex;return t[n]===r[i]}function gG(e,t,r,n,i,s,o){o===void 0&&(o=mG);var a=i.findIndex(function(z){return z}),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,w=l;b<w;b++){var T=o({currentValue:r,lastValue:t,formattedValue:e,currentValueIndex:y,formattedValueIndex:b});if(T&&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 X8(e,t,r,n){var i=e.length;if(t=dG(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 vG(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),r=0,n=t.length;r<n;r++)t[r]=!!(Sc(e[r])||Sc(e[r-1]));return t}function J8(e,t,r,n,i,s){s===void 0&&(s=cs);var o=uG(function(b,w){var T,P;return z8(b)?(P="",T=""):typeof b=="number"||w?(P=typeof b=="number"?W8(b):b,T=n(P)):(P=i(b,void 0),T=n(P)),{formattedValue:T,numAsString:P}}),a=ie.useState(function(){return o(ra(e)?t:e,r)}),c=a[0],u=a[1],l=function(b,w){b.formattedValue!==c.formattedValue&&u({formattedValue:b.formattedValue,numAsString:b.value}),s(b,w)},f=e,h=r;ra(e)&&(f=c.numAsString,h=!0);var y=o(f,h);return ie.useMemo(function(){u(y)},[y.formattedValue]),[c,l]}function yG(e){return e.replace(/[^0-9]/g,"")}function bG(e){return e}function wG(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=bG);var a=e.removeFormatting;a===void 0&&(a=yG);var c=e.defaultValue,u=e.valueIsNumericString,l=e.onValueChange,f=e.isAllowed,h=e.onChange;h===void 0&&(h=cs);var y=e.onKeyDown;y===void 0&&(y=cs);var b=e.onMouseUp;b===void 0&&(b=cs);var w=e.onFocus;w===void 0&&(w=cs);var T=e.onBlur;T===void 0&&(T=cs);var P=e.value,R=e.getCaretBoundary;R===void 0&&(R=vG);var N=e.isValidInputCharacter;N===void 0&&(N=Sc);var z=e.isCharacterSame,F=U8(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),W=J8(P,c,!!u,o,a,l),q=W[0],K=q.formattedValue,te=q.numAsString,oe=W[1],H=ie.useRef(),L=ie.useRef({formattedValue:K,numAsString:te}),D=function(we,me){L.current={formattedValue:we.formattedValue,numAsString:we.value},oe(we,me)},p=ie.useState(!1),d=p[0],m=p[1],x=ie.useRef(null),C=ie.useRef({setCaretTimeout:null,focusTimeout:null});ie.useEffect(function(){return m(!0),function(){clearTimeout(C.current.setCaretTimeout),clearTimeout(C.current.focusTimeout)}},[]);var E=o,O=function(we,me){var Ae=parseFloat(me);return{formattedValue:we,value:me,floatValue:isNaN(Ae)?void 0:Ae}},M=function(we,me,Ae){we.selectionStart===0&&we.selectionEnd===we.value.length||(Xs(we,me),C.current.setCaretTimeout=setTimeout(function(){we.value===Ae&&we.selectionStart!==me&&Xs(we,me)},0))},g=function(we,me,Ae){return X8(we,me,R(we),Ae)},v=function(we,me,Ae){var ze=R(me),Ne=gG(me,K,we,Ae,ze,N,z);return Ne=X8(me,Ne,ze),Ne},k=function(we){var me=we.formattedValue;me===void 0&&(me="");var Ae=we.input,ze=we.source,Ne=we.event,Te=we.numAsString,Oe;if(Ae){var Be=we.inputValue||Ae.value,ft=j0(Ae);Ae.value=me,Oe=v(Be,me,ft),Oe!==void 0&&M(Ae,Oe,me)}me!==K&&D(O(me,Te),{event:Ne,source:ze})};ie.useEffect(function(){var we=L.current,me=we.formattedValue,Ae=we.numAsString;(K!==me||te!==Ae)&&D(O(K,te),{event:void 0,source:xc.props})},[K,te]);var ee=x.current?j0(x.current):void 0,se=typeof window<"u"?ie.useLayoutEffect:ie.useEffect;se(function(){var we=x.current;if(K!==L.current.formattedValue&&we){var me=v(L.current.formattedValue,K,ee);we.value=K,M(we,me,K)}},[K]);var ge=function(we,me,Ae){var ze=me.target,Ne=H.current?fG(H.current,ze.selectionEnd):K8(K,we),Te=Object.assign(Object.assign({},Ne),{lastValue:K}),Oe=a(we,Te),Be=E(Oe);if(Oe=a(Be,void 0),f&&!f(O(Be,Oe))){var ft=me.target,pt=j0(ft),He=v(we,K,pt);return ft.value=K,M(ft,He,K),!1}return k({formattedValue:Be,numAsString:Oe,inputValue:we,event:me,source:Ae,input:me.target}),!0},ve=function(we,me){me===void 0&&(me=0);var Ae=we.selectionStart,ze=we.selectionEnd;H.current={selectionStart:Ae,selectionEnd:ze+me}},Se=function(we){var me=we.target,Ae=me.value,ze=ge(Ae,we,xc.event);ze&&h(we),H.current=void 0},xe=function(we){var me=we.target,Ae=we.key,ze=me.selectionStart,Ne=me.selectionEnd,Te=me.value;Te===void 0&&(Te="");var Oe;Ae==="ArrowLeft"||Ae==="Backspace"?Oe=Math.max(ze-1,0):Ae==="ArrowRight"?Oe=Math.min(ze+1,Te.length):Ae==="Delete"&&(Oe=ze);var Be=0;Ae==="Delete"&&ze===Ne&&(Be=1);var ft=Ae==="ArrowLeft"||Ae==="ArrowRight";if(Oe===void 0||ze!==Ne&&!ft){y(we),ve(me,Be);return}var pt=Oe;if(ft){var He=Ae==="ArrowLeft"?"left":"right";pt=g(Te,Oe,He),pt!==Oe&&we.preventDefault()}else Ae==="Delete"&&!N(Te[Oe])?pt=g(Te,Oe,"right"):Ae==="Backspace"&&!N(Te[Oe])&&(pt=g(Te,Oe,"left"));pt!==Oe&&M(me,pt,Te),y(we),ve(me,Be)},Xe=function(we){var me=we.target,Ae=function(){var ze=me.selectionStart,Ne=me.selectionEnd,Te=me.value;if(Te===void 0&&(Te=""),ze===Ne){var Oe=g(Te,ze);Oe!==ze&&M(me,Oe,Te)}};Ae(),requestAnimationFrame(function(){Ae()}),b(we),ve(me)},Le=function(we){we.persist&&we.persist();var me=we.target,Ae=we.currentTarget;x.current=me,C.current.focusTimeout=setTimeout(function(){var ze=me.selectionStart,Ne=me.selectionEnd,Te=me.value;Te===void 0&&(Te="");var Oe=g(Te,ze);Oe!==ze&&!(ze===0&&Ne===Te.length)&&M(me,Oe,Te),w(Object.assign(Object.assign({},we),{currentTarget:Ae}))},0)},ct=function(we){x.current=null,clearTimeout(C.current.focusTimeout),clearTimeout(C.current.setCaretTimeout),T(we)},dt=d&&hG()?"numeric":void 0,De=Object.assign({inputMode:dt},F,{type:t,value:K,onChange:Se,onKeyDown:xe,onMouseUp:Xe,onFocus:Le,onBlur:ct});if(r==="text")return i?ie.createElement(ie.Fragment,null,i(K,F)||null):ie.createElement("span",Object.assign({},F,{ref:s}),K);if(n){var vt=n;return ie.createElement(vt,Object.assign({},De,{ref:s}))}return ie.createElement("input",Object.assign({},De,{ref:s}))}function Y8(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=rf(t),u=c.thousandSeparator,l=c.decimalSeparator,f=r!==0&&e.indexOf(".")!==-1||r&&n,h=k0(e,o),y=h.beforeDecimal,b=h.afterDecimal,w=h.addNegation;return r!==void 0&&(b=q8(b,r,!!n)),u&&(y=cG(y,u,a)),i&&(y=i+y),s&&(b=b+s),w&&(y="-"+y),e=y+(f&&l||"")+b,e}function rf(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 _G(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 xG(e,t){return new RegExp("(^-)|[0-9]|"+V8(e),t?"g":void 0)}function SG(e,t,r){return e===""?!0:!(t!=null&&t.match(/\d/))&&!(r!=null&&r.match(/\d/))&&typeof e=="string"&&!isNaN(Number(e))}function EG(e,t,r){var n;t===void 0&&(t=pG(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=rf(r),y=h.allowedDecimalSeparators,b=h.decimalSeparator,w=e[f]===b;if(Sc(e)&&(e===s||e===o)&&t.lastValue==="")return e;if(f-l===1&&y.indexOf(e[l])!==-1){var T=a===0?"":b;e=e.substring(0,l)+T+e.substring(l+1,e.length)}var P=function(x,C,E){var O=!1,M=!1;s.startsWith("-")?O=!1:x.startsWith("--")?(O=!1,M=!0):o.startsWith("-")&&x.length===o.length?O=!1:x[0]==="-"&&(O=!0);var g=O?1:0;return M&&(g=2),g&&(x=x.substring(g),C-=g,E-=g),{value:x,start:C,end:E,hasNegation:O}},R=P(e,l,f),N=R.hasNegation;n=R,e=n.value,l=n.start,f=n.end;var z=P(t.lastValue,c.start,c.end),F=z.start,W=z.end,q=z.value,K=e.substring(l,f);e.length&&q.length&&(F>q.length-o.length||W<s.length)&&!(K&&o.startsWith(K))&&(e=q);var te=0;e.startsWith(s)?te+=s.length:l<s.length&&(te=l),e=e.substring(te),f-=te;var oe=e.length,H=e.length-o.length;e.endsWith(o)?oe=H:(f>H||f>e.length-o.length)&&(oe=f),e=e.substring(0,oe),e=_G(N?"-"+e:e,i),e=(e.match(xG(b,!0))||[]).join("");var L=e.indexOf(b);e=e.replace(new RegExp(V8(b),"g"),function(x,C){return C===L?".":""});var D=k0(e,i),p=D.beforeDecimal,d=D.afterDecimal,m=D.addNegation;return u.end-u.start<c.end-c.start&&p===""&&w&&!parseFloat(d)&&(e=m?"-":""),e}function CG(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 MG(e){var t=rf(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 _0({baseToken:e,quoteToken:t,baseAmount:r,quoteAmount:n,loading:i}){const[s,o]=re.useState(!0),a=JS(s,r,n);return w.jsxs("div",{className:"current-price-block",style:{cursor:"pointer"},onClick:()=>{o(!s)},children:[w.jsx(Yr,{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"," ",On(s?e.symbol:t.symbol)," ","="," ",i?w.jsx(ra,{style:{height:"16px",width:"40px",marginLeft:"2px",marginRight:"2px"}}):cn(a,t.decimals)," ",On(s?t.symbol:e.symbol)]}),w.jsx(Yr,{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 t8(e,t,r,n){const{getTokenPrice:i}=Fl(),s=i(e==null?void 0:e.coin_type),o=i(t==null?void 0:t.coin_type),a=JS(!0,r,n),c=re.useMemo(()=>{if(o&&s)return Fe(s.price).div(o.price).toString()},[s==null?void 0:s.price,o==null?void 0:o.price]),u=re.useMemo(()=>{if(c&&+a)return Fe(a).sub(c).div(a).mul(100).toFixed(10)},[c,a]),l=re.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=re.useMemo(()=>u&&Fe(u).lt(0)?Fe(u).abs().gt(5):!1,[u]),h=re.useMemo(()=>u&&Fe(u).lt(0)?Fe(u).abs().gt(10):!1,[u]);return{swapPrice:a,marketPrice:c,priceImpact:u,sources:l,showPriceImpactTips:f,showPriceImpactWarn:h}}function wc({content:e,children:t,position:r="top",delay:n=0}){const[i,s]=re.useState(!1),[o,a]=re.useState(!1),c=re.useRef(null),u=()=>{c.current&&(clearTimeout(c.current),c.current=null),s(!0)};re.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=re.useRef(null),[y,b]=re.useState({left:void 0,top:void 0});return re.useEffect(()=>{var _;if(i&&h.current){const A=(_=h.current)==null?void 0:_.getBoundingClientRect();let P,N;r==="top"?(P=`${window.scrollX+A.left+A.width/2}px`,N=`${window.scrollY+A.top-2*A.height-8}px`):r==="bottom"?(P=`${window.scrollX+A.left+A.width/2}px`,N=`${window.scrollY+A.bottom}px`):r==="left"?(P=`${window.scrollX+A.left-8}px`,N=`${window.scrollY+A.top+A.height/2}px`):r==="right"?(P=`${window.scrollX+A.right+8}px`,N=`${window.scrollY+A.top+A.height/2}px`):(P=`${window.scrollX+A.left+A.width/2}px`,N=`${window.scrollY+A.top+A.height/2}px`),b({left:P,top:N})}},[i]),w.jsxs("div",{ref:h,style:{position:"relative",display:"inline-block"},onMouseEnter:u,onMouseLeave:l,children:[t,i&&$n.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 r8({isLoading:e,routerData:t,noTips:r}){const{fromCoin:n,toCoin:i,fromAmount:s,toAmount:o}=fn(),{priceImpact:a,sources:c,marketPrice:u}=t8(n,i,t==null?void 0:t.fromAmountUi,t==null?void 0:t.toAmountUi),l=re.useMemo(()=>{if(a){if(Fe(a).gt(0))return"green";const f=Fe(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&&Fe(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(wc,{content:w.jsx(Bz,{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(ra,{style:{width:"80px",height:"20px"}}),!e&&w.jsxs("div",{className:"right",children:[w.jsx("span",{className:l,children:a?LR(a,2):"Incalculable"}),w.jsx("div",{className:"platforms",children:c.map(f=>w.jsx(wc,{content:w.jsx("span",{style:{fontSize:"12px"},children:Ox[f]}),position:"top",delay:300,children:w.jsx(Yr,{src:iD[f]})},f))})]})]})]})]})}function Bz({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(_0,{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=>Ox[s]+" ").join("")})]})]})}function n8({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(ra,{style:{height:"18px",width:"80px"}}):w.jsxs("div",{className:"right",children:[cn(r,o?s==null?void 0:s.decimals:i==null?void 0:i.decimals,!1,an.ROUND_DOWN)," ",On(o?(s==null?void 0:s.symbol)||"":(i==null?void 0:i.symbol)||"")]})]})}function Lz({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(kx,{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 Fz({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 x0({title:e,backClick:t}){return w.jsxs("div",{className:"cs-have-back-header",children:[w.jsx(Fz,{onClick:t}),w.jsx("span",{className:"title",children:e})]})}const zl=globalThis||void 0||self;var Uz=typeof zl=="object"&&zl&&zl.Object===Object&&zl;const i8=Uz;var zz=typeof self=="object"&&self&&self.Object===Object&&self,Vz=i8||zz||Function("return this")();const ai=Vz;var qz=ai.Symbol;const ci=qz;var s8=Object.prototype,Gz=s8.hasOwnProperty,Wz=s8.toString,_c=ci?ci.toStringTag:void 0;function Hz(e){var t=Gz.call(e,_c),r=e[_c];try{e[_c]=void 0;var n=!0}catch{}var i=Wz.call(e);return n&&(t?e[_c]=r:delete e[_c]),i}var Kz=Object.prototype,Xz=Kz.toString;function Jz(e){return Xz.call(e)}var Yz="[object Null]",Zz="[object Undefined]",o8=ci?ci.toStringTag:void 0;function sa(e){return e==null?e===void 0?Zz:Yz:o8&&o8 in Object(e)?Hz(e):Jz(e)}function vs(e){return e!=null&&typeof e=="object"}var Qz="[object Symbol]";function xc(e){return typeof e=="symbol"||vs(e)&&sa(e)==Qz}function Vl(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 eV=Array.isArray;const zr=eV;var tV=1/0,a8=ci?ci.prototype:void 0,c8=a8?a8.toString:void 0;function u8(e){if(typeof e=="string")return e;if(zr(e))return Vl(e,u8)+"";if(xc(e))return c8?c8.call(e):"";var t=e+"";return t=="0"&&1/e==-tV?"-0":t}function oa(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function l8(e){return e}var rV="[object AsyncFunction]",nV="[object Function]",iV="[object GeneratorFunction]",sV="[object Proxy]";function f8(e){if(!oa(e))return!1;var t=sa(e);return t==nV||t==iV||t==rV||t==sV}var oV=ai["__core-js_shared__"];const S0=oV;var d8=function(){var e=/[^.]+$/.exec(S0&&S0.keys&&S0.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function aV(e){return!!d8&&d8 in e}var cV=Function.prototype,uV=cV.toString;function Zs(e){if(e!=null){try{return uV.call(e)}catch{}try{return e+""}catch{}}return""}var lV=/[\\^$.*+?()[\]{}|]/g,fV=/^\[object .+?Constructor\]$/,dV=Function.prototype,hV=Object.prototype,pV=dV.toString,mV=hV.hasOwnProperty,gV=RegExp("^"+pV.call(mV).replace(lV,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function vV(e){if(!oa(e)||aV(e))return!1;var t=f8(e)?gV:fV;return t.test(Zs(e))}function yV(e,t){return e==null?void 0:e[t]}function Qs(e,t){var r=yV(e,t);return vV(r)?r:void 0}var bV=Qs(ai,"WeakMap");const E0=bV;var h8=Object.create,wV=function(){function e(){}return function(t){if(!oa(t))return{};if(h8)return h8(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();const _V=wV;function xV(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var SV=function(){try{var e=Qs(Object,"defineProperty");return e({},"",{}),e}catch{}}();const p8=SV;function EV(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var CV=9007199254740991,MV=/^(?:0|[1-9]\d*)$/;function m8(e,t){var r=typeof e;return t=t??CV,!!t&&(r=="number"||r!="symbol"&&MV.test(e))&&e>-1&&e%1==0&&e<t}function g8(e,t,r){t=="__proto__"&&p8?p8(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function C0(e,t){return e===t||e!==e&&t!==t}var TV=Object.prototype,AV=TV.hasOwnProperty;function v8(e,t,r){var n=e[t];(!(AV.call(e,t)&&C0(n,r))||r===void 0&&!(t in e))&&g8(e,t,r)}function ql(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?g8(r,a,c):v8(r,a,c)}return r}var OV=9007199254740991;function M0(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=OV}function Gl(e){return e!=null&&M0(e.length)&&!f8(e)}var IV=Object.prototype;function T0(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||IV;return e===r}function PV(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var jV="[object Arguments]";function y8(e){return vs(e)&&sa(e)==jV}var b8=Object.prototype,kV=b8.hasOwnProperty,NV=b8.propertyIsEnumerable,RV=y8(function(){return arguments}())?y8:function(e){return vs(e)&&kV.call(e,"callee")&&!NV.call(e,"callee")};const w8=RV;function DV(){return!1}var _8=typeof Vt=="object"&&Vt&&!Vt.nodeType&&Vt,x8=_8&&typeof module=="object"&&module&&!module.nodeType&&module,$V=x8&&x8.exports===_8,S8=$V?ai.Buffer:void 0,BV=S8?S8.isBuffer:void 0,LV=BV||DV;const Wl=LV;var FV="[object Arguments]",UV="[object Array]",zV="[object Boolean]",VV="[object Date]",qV="[object Error]",GV="[object Function]",WV="[object Map]",HV="[object Number]",KV="[object Object]",XV="[object RegExp]",JV="[object Set]",YV="[object String]",ZV="[object WeakMap]",QV="[object ArrayBuffer]",eq="[object DataView]",tq="[object Float32Array]",rq="[object Float64Array]",nq="[object Int8Array]",iq="[object Int16Array]",sq="[object Int32Array]",oq="[object Uint8Array]",aq="[object Uint8ClampedArray]",cq="[object Uint16Array]",uq="[object Uint32Array]",Xt={};Xt[tq]=Xt[rq]=Xt[nq]=Xt[iq]=Xt[sq]=Xt[oq]=Xt[aq]=Xt[cq]=Xt[uq]=!0,Xt[FV]=Xt[UV]=Xt[QV]=Xt[zV]=Xt[eq]=Xt[VV]=Xt[qV]=Xt[GV]=Xt[WV]=Xt[HV]=Xt[KV]=Xt[XV]=Xt[JV]=Xt[YV]=Xt[ZV]=!1;function lq(e){return vs(e)&&M0(e.length)&&!!Xt[sa(e)]}function Hl(e){return function(t){return e(t)}}var E8=typeof Vt=="object"&&Vt&&!Vt.nodeType&&Vt,Sc=E8&&typeof module=="object"&&module&&!module.nodeType&&module,fq=Sc&&Sc.exports===E8,A0=fq&&i8.process,dq=function(){try{var e=Sc&&Sc.require&&Sc.require("util").types;return e||A0&&A0.binding&&A0.binding("util")}catch{}}();const aa=dq;var C8=aa&&aa.isTypedArray,hq=C8?Hl(C8):lq;const M8=hq;var pq=Object.prototype,mq=pq.hasOwnProperty;function T8(e,t){var r=zr(e),n=!r&&w8(e),i=!r&&!n&&Wl(e),s=!r&&!n&&!i&&M8(e),o=r||n||i||s,a=o?PV(e.length,String):[],c=a.length;for(var u in e)(t||mq.call(e,u))&&!(o&&(u=="length"||i&&(u=="offset"||u=="parent")||s&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||m8(u,c)))&&a.push(u);return a}function A8(e,t){return function(r){return e(t(r))}}var gq=A8(Object.keys,Object);const vq=gq;var yq=Object.prototype,bq=yq.hasOwnProperty;function wq(e){if(!T0(e))return vq(e);var t=[];for(var r in Object(e))bq.call(e,r)&&r!="constructor"&&t.push(r);return t}function Ec(e){return Gl(e)?T8(e):wq(e)}function _q(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var xq=Object.prototype,Sq=xq.hasOwnProperty;function Eq(e){if(!oa(e))return _q(e);var t=T0(e),r=[];for(var n in e)n=="constructor"&&(t||!Sq.call(e,n))||r.push(n);return r}function O0(e){return Gl(e)?T8(e,!0):Eq(e)}var Cq=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Mq=/^\w*$/;function I0(e,t){if(zr(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||xc(e)?!0:Mq.test(e)||!Cq.test(e)||t!=null&&e in Object(t)}var Tq=Qs(Object,"create");const Cc=Tq;function Aq(){this.__data__=Cc?Cc(null):{},this.size=0}function Oq(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Iq="__lodash_hash_undefined__",Pq=Object.prototype,jq=Pq.hasOwnProperty;function kq(e){var t=this.__data__;if(Cc){var r=t[e];return r===Iq?void 0:r}return jq.call(t,e)?t[e]:void 0}var Nq=Object.prototype,Rq=Nq.hasOwnProperty;function Dq(e){var t=this.__data__;return Cc?t[e]!==void 0:Rq.call(t,e)}var $q="__lodash_hash_undefined__";function Bq(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Cc&&t===void 0?$q:t,this}function eo(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])}}eo.prototype.clear=Aq,eo.prototype.delete=Oq,eo.prototype.get=kq,eo.prototype.has=Dq,eo.prototype.set=Bq;function Lq(){this.__data__=[],this.size=0}function Kl(e,t){for(var r=e.length;r--;)if(C0(e[r][0],t))return r;return-1}var Fq=Array.prototype,Uq=Fq.splice;function zq(e){var t=this.__data__,r=Kl(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():Uq.call(t,r,1),--this.size,!0}function Vq(e){var t=this.__data__,r=Kl(t,e);return r<0?void 0:t[r][1]}function qq(e){return Kl(this.__data__,e)>-1}function Gq(e,t){var r=this.__data__,n=Kl(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function $i(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])}}$i.prototype.clear=Lq,$i.prototype.delete=zq,$i.prototype.get=Vq,$i.prototype.has=qq,$i.prototype.set=Gq;var Wq=Qs(ai,"Map");const Mc=Wq;function Hq(){this.size=0,this.__data__={hash:new eo,map:new(Mc||$i),string:new eo}}function Kq(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Xl(e,t){var r=e.__data__;return Kq(t)?r[typeof t=="string"?"string":"hash"]:r.map}function Xq(e){var t=Xl(this,e).delete(e);return this.size-=t?1:0,t}function Jq(e){return Xl(this,e).get(e)}function Yq(e){return Xl(this,e).has(e)}function Zq(e,t){var r=Xl(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function Bi(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])}}Bi.prototype.clear=Hq,Bi.prototype.delete=Xq,Bi.prototype.get=Jq,Bi.prototype.has=Yq,Bi.prototype.set=Zq;var Qq="Expected a function";function P0(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(Qq);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(P0.Cache||Bi),r}P0.Cache=Bi;var eG=500;function tG(e){var t=P0(e,function(n){return r.size===eG&&r.clear(),n}),r=t.cache;return t}var rG=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nG=/\\(\\)?/g,iG=tG(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(rG,function(r,n,i,s){t.push(i?s.replace(nG,"$1"):n||r)}),t});const sG=iG;function oG(e){return e==null?"":u8(e)}function O8(e,t){return zr(e)?e:I0(e,t)?[e]:sG(oG(e))}var aG=1/0;function Jl(e){if(typeof e=="string"||xc(e))return e;var t=e+"";return t=="0"&&1/e==-aG?"-0":t}function j0(e,t){t=O8(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[Jl(t[r++])];return r&&r==n?e:void 0}function cG(e,t,r){var n=e==null?void 0:j0(e,t);return n===void 0?r:n}function I8(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}var uG=A8(Object.getPrototypeOf,Object);const P8=uG;function lG(){this.__data__=new $i,this.size=0}function fG(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function dG(e){return this.__data__.get(e)}function hG(e){return this.__data__.has(e)}var pG=200;function mG(e,t){var r=this.__data__;if(r instanceof $i){var n=r.__data__;if(!Mc||n.length<pG-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Bi(n)}return r.set(e,t),this.size=r.size,this}function ui(e){var t=this.__data__=new $i(e);this.size=t.size}ui.prototype.clear=lG,ui.prototype.delete=fG,ui.prototype.get=dG,ui.prototype.has=hG,ui.prototype.set=mG;function gG(e,t){return e&&ql(t,Ec(t),e)}function vG(e,t){return e&&ql(t,O0(t),e)}var j8=typeof Vt=="object"&&Vt&&!Vt.nodeType&&Vt,k8=j8&&typeof module=="object"&&module&&!module.nodeType&&module,yG=k8&&k8.exports===j8,N8=yG?ai.Buffer:void 0,R8=N8?N8.allocUnsafe:void 0;function bG(e,t){if(t)return e.slice();var r=e.length,n=R8?R8(r):new e.constructor(r);return e.copy(n),n}function D8(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 $8(){return[]}var wG=Object.prototype,_G=wG.propertyIsEnumerable,B8=Object.getOwnPropertySymbols,xG=B8?function(e){return e==null?[]:(e=Object(e),D8(B8(e),function(t){return _G.call(e,t)}))}:$8;const k0=xG;function SG(e,t){return ql(e,k0(e),t)}var EG=Object.getOwnPropertySymbols,CG=EG?function(e){for(var t=[];e;)I8(t,k0(e)),e=P8(e);return t}:$8;const L8=CG;function MG(e,t){return ql(e,L8(e),t)}function F8(e,t,r){var n=t(e);return zr(e)?n:I8(n,r(e))}function N0(e){return F8(e,Ec,k0)}function TG(e){return F8(e,O0,L8)}var AG=Qs(ai,"DataView");const R0=AG;var OG=Qs(ai,"Promise");const D0=OG;var IG=Qs(ai,"Set");const $0=IG;var U8="[object Map]",PG="[object Object]",z8="[object Promise]",V8="[object Set]",q8="[object WeakMap]",G8="[object DataView]",jG=Zs(R0),kG=Zs(Mc),NG=Zs(D0),RG=Zs($0),DG=Zs(E0),to=sa;(R0&&to(new R0(new ArrayBuffer(1)))!=G8||Mc&&to(new Mc)!=U8||D0&&to(D0.resolve())!=z8||$0&&to(new $0)!=V8||E0&&to(new E0)!=q8)&&(to=function(e){var t=sa(e),r=t==PG?e.constructor:void 0,n=r?Zs(r):"";if(n)switch(n){case jG:return G8;case kG:return U8;case NG:return z8;case RG:return V8;case DG:return q8}return t});const Tc=to;var $G=Object.prototype,BG=$G.hasOwnProperty;function LG(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&BG.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var FG=ai.Uint8Array;const Yl=FG;function B0(e){var t=new e.constructor(e.byteLength);return new Yl(t).set(new Yl(e)),t}function UG(e,t){var r=t?B0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var zG=/\w*$/;function VG(e){var t=new e.constructor(e.source,zG.exec(e));return t.lastIndex=e.lastIndex,t}var W8=ci?ci.prototype:void 0,H8=W8?W8.valueOf:void 0;function qG(e){return H8?Object(H8.call(e)):{}}function GG(e,t){var r=t?B0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var WG="[object Boolean]",HG="[object Date]",KG="[object Map]",XG="[object Number]",JG="[object RegExp]",YG="[object Set]",ZG="[object String]",QG="[object Symbol]",eW="[object ArrayBuffer]",tW="[object DataView]",rW="[object Float32Array]",nW="[object Float64Array]",iW="[object Int8Array]",sW="[object Int16Array]",oW="[object Int32Array]",aW="[object Uint8Array]",cW="[object Uint8ClampedArray]",uW="[object Uint16Array]",lW="[object Uint32Array]";function fW(e,t,r){var n=e.constructor;switch(t){case eW:return B0(e);case WG:case HG:return new n(+e);case tW:return UG(e,r);case rW:case nW:case iW:case sW:case oW:case aW:case cW:case uW:case lW:return GG(e,r);case KG:return new n;case XG:case ZG:return new n(e);case JG:return VG(e);case YG:return new n;case QG:return qG(e)}}function dW(e){return typeof e.constructor=="function"&&!T0(e)?_V(P8(e)):{}}var hW="[object Map]";function pW(e){return vs(e)&&Tc(e)==hW}var K8=aa&&aa.isMap,mW=K8?Hl(K8):pW;const gW=mW;var vW="[object Set]";function yW(e){return vs(e)&&Tc(e)==vW}var X8=aa&&aa.isSet,bW=X8?Hl(X8):yW;const wW=bW;var _W=1,xW=2,SW=4,J8="[object Arguments]",EW="[object Array]",CW="[object Boolean]",MW="[object Date]",TW="[object Error]",Y8="[object Function]",AW="[object GeneratorFunction]",OW="[object Map]",IW="[object Number]",Z8="[object Object]",PW="[object RegExp]",jW="[object Set]",kW="[object String]",NW="[object Symbol]",RW="[object WeakMap]",DW="[object ArrayBuffer]",$W="[object DataView]",BW="[object Float32Array]",LW="[object Float64Array]",FW="[object Int8Array]",UW="[object Int16Array]",zW="[object Int32Array]",VW="[object Uint8Array]",qW="[object Uint8ClampedArray]",GW="[object Uint16Array]",WW="[object Uint32Array]",Ht={};Ht[J8]=Ht[EW]=Ht[DW]=Ht[$W]=Ht[CW]=Ht[MW]=Ht[BW]=Ht[LW]=Ht[FW]=Ht[UW]=Ht[zW]=Ht[OW]=Ht[IW]=Ht[Z8]=Ht[PW]=Ht[jW]=Ht[kW]=Ht[NW]=Ht[VW]=Ht[qW]=Ht[GW]=Ht[WW]=!0,Ht[TW]=Ht[Y8]=Ht[RW]=!1;function Zl(e,t,r,n,i,s){var o,a=t&_W,c=t&xW,u=t&SW;if(r&&(o=i?r(e,n,i,s):r(e)),o!==void 0)return o;if(!oa(e))return e;var l=zr(e);if(l){if(o=LG(e),!a)return xV(e,o)}else{var f=Tc(e),h=f==Y8||f==AW;if(Wl(e))return bG(e,a);if(f==Z8||f==J8||h&&!i){if(o=c||h?{}:dW(e),!a)return c?MG(e,vG(o,e)):SG(e,gG(o,e))}else{if(!Ht[f])return i?e:{};o=fW(e,f,a)}}s||(s=new ui);var y=s.get(e);if(y)return y;s.set(e,o),wW(e)?e.forEach(function(A){o.add(Zl(A,t,r,A,e,s))}):gW(e)&&e.forEach(function(A,P){o.set(P,Zl(A,t,r,P,e,s))});var b=u?c?TG:N0:c?O0:Ec,_=l?void 0:b(e);return EV(_||e,function(A,P){_&&(P=A,A=e[P]),v8(o,P,Zl(A,t,r,P,e,s))}),o}var HW=1,KW=4;function XW(e){return Zl(e,HW|KW)}var JW="__lodash_hash_undefined__";function YW(e){return this.__data__.set(e,JW),this}function ZW(e){return this.__data__.has(e)}function Ql(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new Bi;++t<r;)this.add(e[t])}Ql.prototype.add=Ql.prototype.push=YW,Ql.prototype.has=ZW;function QW(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 eH(e,t){return e.has(t)}var tH=1,rH=2;function Q8(e,t,r,n,i,s){var o=r&tH,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&rH?new Ql: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(!QW(t,function(P,N){if(!eH(y,N)&&(b===P||i(b,P,r,n,s)))return y.push(N)})){h=!1;break}}else if(!(b===_||i(b,_,r,n,s))){h=!1;break}}return s.delete(e),s.delete(t),h}function nH(e){var t=-1,r=Array(e.size);return e.forEach(function(n,i){r[++t]=[i,n]}),r}function iH(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var sH=1,oH=2,aH="[object Boolean]",cH="[object Date]",uH="[object Error]",lH="[object Map]",fH="[object Number]",dH="[object RegExp]",hH="[object Set]",pH="[object String]",mH="[object Symbol]",gH="[object ArrayBuffer]",vH="[object DataView]",e3=ci?ci.prototype:void 0,L0=e3?e3.valueOf:void 0;function yH(e,t,r,n,i,s,o){switch(r){case vH:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case gH:return!(e.byteLength!=t.byteLength||!s(new Yl(e),new Yl(t)));case aH:case cH:case fH:return C0(+e,+t);case uH:return e.name==t.name&&e.message==t.message;case dH:case pH:return e==t+"";case lH:var a=nH;case hH:var c=n&sH;if(a||(a=iH),e.size!=t.size&&!c)return!1;var u=o.get(e);if(u)return u==t;n|=oH,o.set(e,t);var l=Q8(a(e),a(t),n,i,s,o);return o.delete(e),l;case mH:if(L0)return L0.call(e)==L0.call(t)}return!1}var bH=1,wH=Object.prototype,_H=wH.hasOwnProperty;function xH(e,t,r,n,i,s){var o=r&bH,a=N0(e),c=a.length,u=N0(t),l=u.length;if(c!=l&&!o)return!1;for(var f=c;f--;){var h=a[f];if(!(o?h in t:_H.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],N=t[h];if(n)var R=o?n(N,P,h,t,e,s):n(P,N,h,e,t,s);if(!(R===void 0?P===N||i(P,N,r,n,s):R)){_=!1;break}A||(A=h=="constructor")}if(_&&!A){var U=e.constructor,L=t.constructor;U!=L&&"constructor"in e&&"constructor"in t&&!(typeof U=="function"&&U instanceof U&&typeof L=="function"&&L instanceof L)&&(_=!1)}return s.delete(e),s.delete(t),_}var SH=1,t3="[object Arguments]",r3="[object Array]",ef="[object Object]",EH=Object.prototype,n3=EH.hasOwnProperty;function CH(e,t,r,n,i,s){var o=zr(e),a=zr(t),c=o?r3:Tc(e),u=a?r3:Tc(t);c=c==t3?ef:c,u=u==t3?ef:u;var l=c==ef,f=u==ef,h=c==u;if(h&&Wl(e)){if(!Wl(t))return!1;o=!0,l=!1}if(h&&!l)return s||(s=new ui),o||M8(e)?Q8(e,t,r,n,i,s):yH(e,t,c,r,n,i,s);if(!(r&SH)){var y=l&&n3.call(e,"__wrapped__"),b=f&&n3.call(t,"__wrapped__");if(y||b){var _=y?e.value():e,A=b?t.value():t;return s||(s=new ui),i(_,A,r,n,s)}}return h?(s||(s=new ui),xH(e,t,r,n,i,s)):!1}function tf(e,t,r,n,i){return e===t?!0:e==null||t==null||!vs(e)&&!vs(t)?e!==e&&t!==t:CH(e,t,r,n,tf,i)}var MH=1,TH=2;function AH(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 ui;if(n)var h=n(u,l,c,e,t,f);if(!(h===void 0?tf(l,u,MH|TH,n,f):h))return!1}}return!0}function i3(e){return e===e&&!oa(e)}function OH(e){for(var t=Ec(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,i3(i)]}return t}function s3(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function IH(e){var t=OH(e);return t.length==1&&t[0][2]?s3(t[0][0],t[0][1]):function(r){return r===e||AH(r,e,t)}}function PH(e,t){return e!=null&&t in Object(e)}function jH(e,t,r){t=O8(t,e);for(var n=-1,i=t.length,s=!1;++n<i;){var o=Jl(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&&M0(i)&&m8(o,i)&&(zr(e)||w8(e)))}function kH(e,t){return e!=null&&jH(e,t,PH)}var NH=1,RH=2;function DH(e,t){return I0(e)&&i3(t)?s3(Jl(e),t):function(r){var n=cG(r,e);return n===void 0&&n===t?kH(r,e):tf(t,n,NH|RH)}}function $H(e){return function(t){return t==null?void 0:t[e]}}function BH(e){return function(t){return j0(t,e)}}function LH(e){return I0(e)?$H(Jl(e)):BH(e)}function o3(e){return typeof e=="function"?e:e==null?l8:typeof e=="object"?zr(e)?DH(e[0],e[1]):IH(e):LH(e)}function FH(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 UH=FH();const zH=UH;function VH(e,t){return e&&zH(e,t,Ec)}function qH(e,t){return function(r,n){if(r==null)return r;if(!Gl(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 GH=qH(VH);const a3=GH;function WH(e,t){var r=[];return a3(e,function(n,i,s){t(n,i,s)&&r.push(n)}),r}function HH(e,t){var r=zr(e)?D8:WH;return r(e,o3(t))}function KH(e,t){var r=-1,n=Gl(e)?Array(e.length):[];return a3(e,function(i,s,o){n[++r]=t(i,s,o)}),n}function XH(e,t){return tf(e,t)}function JH(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}function YH(e,t){if(e!==t){var r=e!==void 0,n=e===null,i=e===e,s=xc(e),o=t!==void 0,a=t===null,c=t===t,u=xc(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 ZH(e,t,r){for(var n=-1,i=e.criteria,s=t.criteria,o=i.length,a=r.length;++n<o;){var c=YH(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 QH(e,t,r){t.length?t=Vl(t,function(s){return zr(s)?function(o){return j0(o,s.length===1?s[0]:s)}:s}):t=[l8];var n=-1;t=Vl(t,Hl(o3));var i=KH(e,function(s,o,a){var c=Vl(t,function(u){return u(s)});return{criteria:c,index:++n,value:s}});return JH(i,function(s,o){return ZH(s,o,r)})}function eK(e,t,r,n){return e==null?[]:(zr(t)||(t=t==null?[]:[t]),r=n?void 0:r,zr(r)||(r=r==null?[]:[r]),QH(e,t,r))}function tK({toBack:e,onSubmitClick:t,data:r}){const{fromCoin:n,toCoin:i}=fn(),s=re.useRef(!1),{slippage:o}=Kr(),[a,c]=re.useState(r),{fromAmountUi:u,toAmountUi:l,byAmountIn:f}=a,{amountLimit:h}=XS(o,a),{showPriceImpactTips:y,showPriceImpactWarn:b}=t8(n,i,u,l),{priceAcceptRouterData:_}=wz(a),[A,P]=re.useState(!1),[N,R]=re.useState(!1);re.useMemo(()=>f?i:n,[f]);const U=re.useMemo(()=>_!==void 0,[_]),L=()=>{if(_){if(s.current)return;s.current=!0;const q=XW(_);c(q),setTimeout(()=>{s.current=!1},300)}},W=re.useMemo(()=>A?!1:!!b,[A,b]);return w.jsxs("div",{className:"secondary-dialog",children:[w.jsx(x0,{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:On((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:On((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(_0,{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(n8,{pl:"0px",pr:"0px",isLoading:!1,amountLimit:h}),w.jsx(r8,{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."})]})]})]}),!U&&w.jsx("button",{disabled:W||N,className:"swap-btn cs-solid-btn",style:{marginTop:"8px"},onClick:()=>{N||(R(!0),t(a))},children:N?w.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:w.jsx(e8,{})}):"Confirm Swap"}),U&&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 rf(e){const{text:t,type:r}=e,[n,i]=re.useState(!1),{addCommonToast:s}=na(),o=a=>{n||(Qu(a),zS(t,{debug:!1,message:"message"}),s("Copied"),i(!n))};return re.useEffect(()=>{n&&setTimeout(()=>{i(!1)},2e3)},[n]),w.jsx(w.Fragment,{children:r==="btn"?w.jsxs("div",{className:"copy-btn",onClick: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 rK({toBack:e,data:t,isLoading:r}){const{fromCoin:n,toCoin:i,fromAmount:s,toAmount:o}=fn(),{getTokenInfo:a}=Ys(),c=re.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(x0,{title:"Route",backClick:e}),w.jsxs("div",{className:"route-dialog-content",children:[w.jsx("div",{className:"simple-router-box",children:w.jsx(u3,{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(Yr,{src:n==null?void 0:n.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),w.jsx("span",{className:"amount",children:cn(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",style:{backgroundColor:"#1B242C"},children:w.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)=>w.jsxs("div",{className:"route-item-box-h5",children:[w.jsxs("div",{className:"percent",children:[Fe(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(wc,{position:"bottom",content:w.jsxs("div",{className:"router-pool-tip-con",style:{display:"flex",flexDirection:"column"},children:[w.jsx(iK,{poolAddress:f.pool_address}),w.jsx(c3,{token:f.fromToken}),w.jsx(c3,{token:f.toToken})]}),children:w.jsx(nK,{path:f})})},f.to_type))})]},l))})}),w.jsxs("div",{className:"center",style:{gap:"4px"},children:[w.jsx(Yr,{src:i==null?void 0:i.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),w.jsx("span",{className:"amount",children:cn(o,i==null?void 0:i.decimals)}),w.jsx("span",{className:"symbol",children:i==null?void 0:i.symbol})]})]})]})]})}function nK({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(Yr,{src:(t=e.fromToken)==null?void 0:t.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}}),w.jsx(Yr,{src:(r=e.toToken)==null?void 0:r.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}})]}),w.jsxs("span",{className:"provider",children:[(n=Ix[e.provider])==null?void 0:n.name," "]}),!!+e.fee_rate&&w.jsxs("div",{className:"fee-tier",children:[" ",Fe(e.fee_rate).mul(100).toString(),"%"]})]})}function c3({token:e}){const{getExplorerUrl:t}=Lo();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(Yr,{src:e==null?void 0:e.logo_url,style:{width:"20px",height:"20px",borderRadius:"100%"}}),w.jsx("span",{style:{color:"#fff",fontSize:"12px"},children:On((e==null?void 0:e.symbol)||"")})]}),w.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[w.jsx("a",{onClick:Qu,href:t(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{textDecoration:"none",color:"#909ca4"},children:qs(e==null?void 0:e.coin_type)}),w.jsx(rf,{text:(e==null?void 0:e.coin_type)||""})]})]})}function iK({poolAddress:e}){const{getExplorerUrl:t}=Lo();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:Qu,href:t(e,"poolAddress"),target:"_blank",children:qs(e)}),w.jsx(rf,{text:e})]})]}),e&&w.jsx("div",{style:{width:"100%",height:"1px",marginTop:"12px",backgroundColor:"var(--cs-border)"}})]})}function u3({hasSubMenu:e,isLoading:t,formatSwapRouter:r}){var a,c,u;const[n,i]=re.useState(!1),{getTokenInfo:s}=Ys(),o=re.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(ra,{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(wc,{content:w.jsx("div",{children:Ix[l].name}),position:"top",delay:300,children:w.jsx(Yr,{src:wr[l],style:{width:"16px",height:"16px"}})},l))}),e&&w.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{width:"16px",height:"16px"},children:w.jsx("use",{xlinkHref:"#icon-spread"})})]}),n&&e&&w.jsx(rK,{data:r,isLoading:t,toBack:()=>i(!1)})]})}const AJ="",Ac=ji((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||Pi.setItem(Mx,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=tx(r.coin_type);o=i.filter(c=>tx(c.coin_type)!==a)}return s(o),Pi.setItem(Tx,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}))}}));Pi.getItem(Mx).then(e=>{e!==null&&Ac.getState().setCollectTokenMap(e,!0)}),Pi.getItem(Tx).then(e=>{e&&Ac.getState().setImportTokenList(e)});function l3(){const{setCollectTokenMap:e,collectTokenMap:t}=Ac(),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=re.useCallback(i=>t.get(i.coin_type)!==void 0,[t]);return{handleCollectToken:r,isCollectToken:n,collectTokenMap:t}}function sK(e){const{trustedTokenList:t}=bc(),{tokenBalanceObj:r,currentAccount:n}=kn(),{coinPriceObj:i}=WS(),{getTokenAmountValue:s}=Fl(),{fetchTokenInfo:o}=Ys(),{currentTypeTab:a,showTokenList:c,setShowTokenList:u,combineTokenList:l,importTokenList:f,setComBineTokenList:h,setImportToken:y,setCurrentImportTokenData:b,setImportTokenIsLoading:_,currentImportTokenData:A,searchInput:P,setSearchInput:N,importTokenIsLoading:R,showTokenListIsLoading:U,setCurrentTypeTab:L}=Ac(),[W,q]=re.useState(!1);re.useEffect(()=>{t&&(t==null?void 0:t.length)>0&&q(!0)},[t]);const[X,ie]=re.useState(!1);re.useEffect(()=>{yx(i)||ie(!0)},[i]);const ae=re.useRef({}),[ce,V]=re.useState(!1);re.useEffect(()=>{(!yx(r)||!mp(ae.current,r))&&(ae.current=r,V(!0))},[r]);const $=(v,j)=>{const ee=j&&j.toLocaleLowerCase().trim(),se=v.map(ye=>{let Ee=0,Se=0;ye.symbol.toLowerCase()===ee||ye.name.toLowerCase()===ee||ye.coin_type.toLowerCase()===ee?(Ee=1e3,Se=2):ye.symbol.toLowerCase().indexOf(ee)>-1?(Ee=100,Se=0):ye.name.toLowerCase().indexOf(ee)>-1?(Ee=10,Se=0):ye.coin_type.toLowerCase().indexOf(ee)>-1?(Ee=1,Se=0):ye.coin_type.toLowerCase()=="0x2::sui::sui"&&(Se=1);let Je=Array.isArray(ye==null?void 0:ye.coin_priority)?Number(ye.coin_priority[0])||0:Number(ye==null?void 0:ye.coin_priority)||0;return e===ye.coin_type&&!j&&(Se=12,Ee=1e3,Je=1e4),{...ye,mark:Ee,sort:Se,coin_priority_sort:Je,rateNumber:Number((ye==null?void 0:ye.rate)||"0"),balanceNumber:Number((ye==null?void 0:ye.balance)||"0")}});return eK(se,[ye=>!j&&e===ye.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(),se=["symbol","name","coin_type"];return HH(ee.length===0?l:[...l,...f],ye=>se.some(Ee=>{const Se=ye[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 if(v===P){const ee=$(j,v);u(ee)}},m=async v=>{var j;_(!0);try{if(bx(v)){const ee=v.trim(),se=Ir(ee).full_address,ve=await o(se);if(!ve){u([]);return}const ye=((j=r==null?void 0:r[ee])==null?void 0:j.totalBalanceFormat)||"0",Ee=Fe(ye).gt("0")?s(ee,ye):"0",Se={...ve,balance:ye,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),N("")}},E=v=>{const j=y(v,!1),ee=$(j,P);u(ee)},O=v=>{const j=v==="All"?[...l]:l.filter(se=>v=="Native"?!se.labels||se.labels.length==0||se.labels=="Native":se.labels&&se.labels.length>0&&se.labels[0].toLowerCase()==v.toLowerCase()),ee=$(j,P);u(ee)};re.useEffect(()=>{if(!W||!(t!=null&&t.length)){h([]);return}if(!(n!=null&&n.address))h(t);else if(n!=null&&n.address&&X){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],se=(ee==null?void 0:ee.totalBalanceFormat)||"0",ve=(ee==null?void 0:ee.displayBalance)||"0",ye=Fe(se).gt("0")?s(j==null?void 0:j.coin_type,se):"0";v.push({...j,balance:ve,rate:cn(ye,4,!0)})}h(v)}},[W,X,ce,n==null?void 0:n.address]);const C=re.useRef([]);re.useEffect(()=>{if((l==null?void 0:l.length)>0&&!XH(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=re.useMemo(()=>{if(a==="Default"){if(!U&&(c==null?void 0:c.length)===0)return!0}else if((c==null?void 0:c.length)===0&&!R)return!0;return!1},[P,c,A,R,U]);return{showTokenList:c,handleSearch:d,handleChangePlatform:O,currentImportTokenData:A,handleChangeType:x,handleImportClick:M,handleDeleteImportClick:E,isNoData:g}}function oK({tokenList:e,onHandleTokenAction:t}){return w.jsx("div",{className:"token-collect-list",children:e.map(r=>w.jsx(aK,{token:r,onHandleTokenAction:t},r.coin_type))})}function aK({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 cK=Ft("/images/img_no_data@2x.png");function uK(e){const{img:t=cK,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 lK({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 f3=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function fK(e,t){return!!(e===t||f3(e)&&f3(t))}function dK(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!fK(e[r],t[r]))return!1;return!0}function hK(e,t){t===void 0&&(t=dK);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 F0(){return F0=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},F0.apply(null,arguments)}function d3(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function U0(e,t){return U0=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},U0(e,t)}function pK(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,U0(e,t)}var h3=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function mK(e,t){return!!(e===t||h3(e)&&h3(t))}function gK(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!mK(e[r],t[r]))return!1;return!0}function z0(e,t){t===void 0&&(t=gK);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 p3(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 vK=typeof performance=="object"&&typeof performance.now=="function",m3=vK?function(){return performance.now()}:function(){return Date.now()};function g3(e){cancelAnimationFrame(e.id)}function yK(e,t){var r=m3();function n(){m3()-r>=t?e.call(null):i.id=requestAnimationFrame(n)}var i={id:requestAnimationFrame(n)};return i}var V0=-1;function v3(e){if(e===void 0&&(e=!1),V0===-1||e){var t=document.createElement("div"),r=t.style;r.width="50px",r.height="50px",r.overflow="scroll",document.body.appendChild(t),V0=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return V0}var ca=null;function y3(e){if(e===void 0&&(e=!1),ca===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?ca="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?ca="negative":ca="positive-ascending"),document.body.removeChild(t),ca}return ca}hn.env.NODE_ENV;var bK=150,wK=function(t,r){return t},nf=null,sf=null;hn.env.NODE_ENV!=="production"&&typeof window<"u"&&typeof window.WeakSet<"u"&&(nf=new WeakSet,sf=new WeakSet);function _K(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){pK(h,f);function h(b){var _;return _=f.call(this,b)||this,_._instanceProps=c(_.props,d3(_)),_._outerRef=void 0,_._resetIsScrollingTimeoutId=null,_.state={instance:d3(_),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof _.props.initialScrollOffset=="number"?_.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},_._callOnItemsRendered=void 0,_._callOnItemsRendered=z0(function(A,P,N,R){return _.props.onItemsRendered({overscanStartIndex:A,overscanStopIndex:P,visibleStartIndex:N,visibleStopIndex:R})}),_._callOnScroll=void 0,_._callOnScroll=z0(function(A,P,N){return _.props.onScroll({scrollDirection:A,scrollOffset:P,scrollUpdateWasRequested:N})}),_._getItemStyle=void 0,_._getItemStyle=function(A){var P=_.props,N=P.direction,R=P.itemSize,U=P.layout,L=_._getItemStyleCache(u&&R,u&&U,u&&N),W;if(L.hasOwnProperty(A))W=L[A];else{var q=r(_.props,A,_._instanceProps),X=i(_.props,A,_._instanceProps),ie=N==="horizontal"||U==="horizontal",ae=N==="rtl",ce=ie?q:0;L[A]=W={position:"absolute",left:ae?void 0:ce,right:ae?ce:void 0,top:ie?0:q,height:ie?"100%":X,width:ie?X:"100%"}}return W},_._getItemStyleCache=void 0,_._getItemStyleCache=z0(function(A,P,N){return{}}),_._onScrollHorizontal=function(A){var P=A.currentTarget,N=P.clientWidth,R=P.scrollLeft,U=P.scrollWidth;_.setState(function(L){if(L.scrollOffset===R)return null;var W=_.props.direction,q=R;if(W==="rtl")switch(y3()){case"negative":q=-R;break;case"positive-descending":q=U-N-R;break}return q=Math.max(0,Math.min(q,U-N)),{isScrolling:!0,scrollDirection:L.scrollOffset<q?"forward":"backward",scrollOffset:q,scrollUpdateWasRequested:!1}},_._resetIsScrollingDebounced)},_._onScrollVertical=function(A){var P=A.currentTarget,N=P.clientHeight,R=P.scrollHeight,U=P.scrollTop;_.setState(function(L){if(L.scrollOffset===U)return null;var W=Math.max(0,Math.min(U,R-N));return{isScrolling:!0,scrollDirection:L.scrollOffset<W?"forward":"backward",scrollOffset:W,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&&g3(_._resetIsScrollingTimeoutId),_._resetIsScrollingTimeoutId=yK(_._resetIsScrolling,bK)},_._resetIsScrolling=function(){_._resetIsScrollingTimeoutId=null,_.setState({isScrolling:!1},function(){_._getItemStyleCache(-1,null)})},_}h.getDerivedStateFromProps=function(_,A){return xK(_,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,N=P.itemCount,R=P.layout,U=this.state.scrollOffset;_=Math.max(0,Math.min(_,N-1));var L=0;if(this._outerRef){var W=this._outerRef;R==="vertical"?L=W.scrollWidth>W.clientWidth?v3():0:L=W.scrollHeight>W.clientHeight?v3():0}this.scrollTo(s(this.props,_,A,U,this._instanceProps,L))},y.componentDidMount=function(){var _=this.props,A=_.direction,P=_.initialScrollOffset,N=_.layout;if(typeof P=="number"&&this._outerRef!=null){var R=this._outerRef;A==="horizontal"||N==="horizontal"?R.scrollLeft=P:R.scrollTop=P}this._callPropsCallbacks()},y.componentDidUpdate=function(){var _=this.props,A=_.direction,P=_.layout,N=this.state,R=N.scrollOffset,U=N.scrollUpdateWasRequested;if(U&&this._outerRef!=null){var L=this._outerRef;if(A==="horizontal"||P==="horizontal")if(A==="rtl")switch(y3()){case"negative":L.scrollLeft=-R;break;case"positive-ascending":L.scrollLeft=R;break;default:var W=L.clientWidth,q=L.scrollWidth;L.scrollLeft=q-W-R;break}else L.scrollLeft=R;else L.scrollTop=R}this._callPropsCallbacks()},y.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&g3(this._resetIsScrollingTimeoutId)},y.render=function(){var _=this.props,A=_.children,P=_.className,N=_.direction,R=_.height,U=_.innerRef,L=_.innerElementType,W=_.innerTagName,q=_.itemCount,X=_.itemData,ie=_.itemKey,ae=ie===void 0?wK:ie,ce=_.layout,V=_.outerElementType,$=_.outerTagName,p=_.style,d=_.useIsScrolling,m=_.width,x=this.state.isScrolling,M=N==="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(re.createElement(A,{data:X,key:ae(j,X),index:j,isScrolling:d?x:void 0,style:this._getItemStyle(j)}));var ee=n(this.props,this._instanceProps);return re.createElement(V||$||"div",{className:P,onScroll:E,ref:this._outerRefSetter,style:F0({position:"relative",height:R,width:m,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:N},p)},re.createElement(L||W||"div",{children:v,ref:U,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],N=A[1],R=A[2],U=A[3];this._callOnItemsRendered(P,N,R,U)}}if(typeof this.props.onScroll=="function"){var L=this.state,W=L.scrollDirection,q=L.scrollOffset,X=L.scrollUpdateWasRequested;this._callOnScroll(W,q,X)}},y._getRangeToRender=function(){var _=this.props,A=_.itemCount,P=_.overscanCount,N=this.state,R=N.isScrolling,U=N.scrollDirection,L=N.scrollOffset;if(A===0)return[0,0,0,0];var W=o(this.props,L,this._instanceProps),q=a(this.props,W,L,this._instanceProps),X=!R||U==="backward"?Math.max(1,P):1,ie=!R||U==="forward"?Math.max(1,P):1;return[Math.max(0,W-X),Math.max(0,Math.min(A-1,q+ie)),W,q]},h}(re.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var xK=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(hn.env.NODE_ENV!=="production"){(a!=null||c!=null)&&sf&&!sf.has(l)&&(sf.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":nf&&!nf.has(l)&&(nf.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.'))}},SK=_K({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 N=Math.round(P+(A-P)/2);return N<Math.ceil(b/2)?0:N>_+Math.floor(b/2)?_:N}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(hn.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 b3(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 EK=["style"],CK=["style"];function MK(e,t){var r=e.style,n=p3(e,EK),i=t.style,s=p3(t,CK);return!b3(r,i)&&!b3(n,s)}const TK=re.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(IK,{data:a,onHandleTokenAction:i,showCollect:s,showDelete:o})})},MK),AK=hK((e,t,r,n)=>({items:e,onHandleTokenAction:t,showCollect:r,showDelete:n}));function OK({showTokenList:e,onHandleTokenAction:t,showCollect:r=!0,showDelete:n=!1}){const i=re.useRef(null);re.useEffect(()=>{i.current&&i.current.scrollTo(0)},[e.length]);const s=AK(e,t,r,n);return w.jsx("div",{className:"token-list",children:w.jsx(SK,{ref:i,style:{overflowY:"scroll",scrollbarWidth:"none",msOverflowStyle:"none",padding:"8px"},height:280,itemCount:e.length,itemData:s,itemSize:72,width:"100%",children:TK})})}function IK({data:e,showCollect:t,showDelete:r,onHandleTokenAction:n}){const{isCollectToken:i}=l3(),{getExplorerUrl:s}=Lo();return w.jsxs("div",{className:"token-list-item",onClick:o=>{t&&(o.stopPropagation(),n(e,"select_token"))},children:[w.jsx(Yr,{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:On(e.symbol)})}),w.jsx("p",{className:"token-name",children:On(e==null?void 0:e.name,20)}),w.jsxs("div",{className:"copy",children:[w.jsx("a",{onClick:Qu,href:s(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{fontSize:"12px"},children:qs(e==null?void 0:e.coin_type)}),w.jsx(rf,{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?gx(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 PK({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 jK({onClose:e,token:t,onSureClick:r}){const[n,i]=re.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."})}),w.jsxs("div",{className:"import-token-info",children:[w.jsx(Yr,{style:{marginRight:"4px",width:"30px",height:"30px",borderRadius:"36px"},src:t.logo_url}),w.jsxs("div",{className:"info",children:[w.jsx("div",{className:"name",children:w.jsxs("span",{children:[" ",t.symbol," "]})}),w.jsxs("div",{className:"address",children:[w.jsx("span",{children:qs(t.coin_type)}),w.jsx(rf,{text:t.coin_type})]})]})]}),w.jsxs("div",{className:"risk-checkbox",children:[w.jsx(xl,{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 kK({backClick:e,onSelectToken:t,currToken:r}){const{showTokenList:n,isNoData:i,handleSearch:s,handleChangePlatform:o,handleChangeType:a,handleImportClick:c,handleDeleteImportClick:u}=sK(r==null?void 0:r.coin_type),{importTokenList:l,currentTypeTab:f,setCurrentTypeTab:h,currentPlatformTab:y,setCurrentPlatformTab:b,platformList:_,isOpenImportDialog:A,setIsOpenImportDialog:P,setSearchInput:N,searchInput:R,importTokenIsLoading:U,currentImportTokenData:L,setCurrentImportTokenData:W}=Ac(),{isCustomMode:q}=Sz(),[X,ie]=re.useState(void 0);re.useEffect(()=>()=>{N(""),b("All"),h("Default"),W(void 0),ie(void 0)},[]);const{handleCollectToken:ae,collectTokenMap:ce}=l3(),V=E=>{h(E),a(E)},$=E=>{b(E),o(E)},p=()=>{c(),P(!1)},d=E=>{let O=E.replace(/[^a-zA-Z0-9\s]+$/g,"").trim();N(O),O?m(O):(m(""),V("Default"))},m=QS(E=>{bx(E)?s(gp(E,!1)):s(E)},300),x=(E,O)=>{if(O==="delete_import"){u(E);return}if(O==="collect_token"||O==="un_collect"){ae(E);return}O==="select_token"&&(q&&!E.is_trusted?(ie(E),P(!0)):(t(E),e()))},M=re.useMemo(()=>Array.from(ce.values()),[ce]);return w.jsxs("div",{className:"token-select-modal",children:[w.jsx(x0,{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:R,onChange:E=>d(E.target.value),style:{paddingRight:"40px"}}),R.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:E=>{d("")},children:w.jsx("use",{xlinkHref:"#icon-close"})})]}),M.length>0&&w.jsx(oK,{tokenList:M,onHandleTokenAction:x}),R.length===0&&w.jsx(PK,{currentType:f,changeTab:V}),R.length===0&&f==="Default"&&w.jsx(lK,{tabList:_,currentTab:y,changeTab:$})]}),i&&w.jsx(NK,{searchInputLength:R.length}),U&&w.jsx(VS,{}),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(OK,{showTokenList:n,showCollect:!L,showDelete:!L&&f==="Imported",onHandleTokenAction:x}),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:()=>{p(),x(L,"select_token")},children:"Import"})})]}),A&&X&&w.jsx(jK,{onClose:()=>{ie(void 0)},token:X,onSureClick:()=>{t(X),e()}})]})]})}function NK({searchInputLength:e}){return w.jsx("div",{style:{height:"360px"},children:w.jsx(uK,{text:e>0?"No tokens found":"No Imported Tokens",subItem:e>0?w.jsx("div",{children:w.jsx(wc,{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})})}const OJ="";function w3(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 Oc;(function(e){e.event="event",e.props="prop"})(Oc||(Oc={}));function ys(){}function RK(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 Ic(e){return!!(e||"").match(/\d/)}function ua(e){return e==null}function DK(e){return typeof e=="number"&&isNaN(e)}function _3(e){return ua(e)||DK(e)||typeof e=="number"&&!isFinite(e)}function x3(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function $K(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 BK(e,t,r){var n=$K(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 LK(e){var t=re.useRef(e);t.current=e;var r=re.useRef(function(){for(var n=[],i=arguments.length;i--;)n[i]=arguments[i];return t.current.apply(t,n)});return r.current}function q0(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 FK(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 S3(e,t,r){for(var n="",i=r?"0":"",s=0;s<=t-1;s++)n+=e[s]||i;return n}function E3(e,t){return Array(t+1).join(e)}function C3(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."+E3("0",Math.abs(o))+i:o>=a?i=i+E3("0",o-a):i=(i.substring(0,o)||"0")+"."+i.substring(o),r+i}function M3(e,t,r){if(["","-"].indexOf(e)!==-1)return e;var n=(e.indexOf(".")!==-1||r)&&t,i=q0(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=S3(l[1]||"",t,r),y=a?"-":"",b=n?".":"";return""+y+f+b+h}function ro(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 T3=RK(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}}}),UK=function(e,t){var r=Math.min(e.selectionStart,t);return{from:{start:r,end:e.selectionEnd},to:{start:r,end:t}}};function zK(e,t,r){return Math.min(Math.max(e,t),r)}function G0(e){return Math.max(e.selectionStart,e.selectionEnd)}function VK(){return typeof navigator<"u"&&!(navigator.platform&&/iPhone|iPod/.test(navigator.platform))}function qK(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function GK(e){var t=e.currentValue,r=e.formattedValue,n=e.currentValueIndex,i=e.formattedValueIndex;return t[n]===r[i]}function WK(e,t,r,n,i,s,o){o===void 0&&(o=GK);var a=i.findIndex(function(U){return U}),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 N=P===u||h[P]===-1?l:h[P];for(P=n-1;P>0&&h[P]===-1;)P--;var R=P===-1||h[P]===-1?0:h[P]+1;return R>N?N:n-R<N-n?R:N}function A3(e,t,r,n){var i=e.length;if(t=zK(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 HK(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),r=0,n=t.length;r<n;r++)t[r]=!!(Ic(e[r])||Ic(e[r-1]));return t}function O3(e,t,r,n,i,s){s===void 0&&(s=ys);var o=LK(function(b,_){var A,P;return _3(b)?(P="",A=""):typeof b=="number"||_?(P=typeof b=="number"?C3(b):b,A=n(P)):(P=i(b,void 0),A=n(P)),{formattedValue:A,numAsString:P}}),a=re.useState(function(){return o(ua(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;ua(e)&&(f=c.numAsString,h=!0);var y=o(f,h);return re.useMemo(function(){u(y)},[y.formattedValue]),[c,l]}function KK(e){return e.replace(/[^0-9]/g,"")}function XK(e){return e}function JK(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=XK);var a=e.removeFormatting;a===void 0&&(a=KK);var c=e.defaultValue,u=e.valueIsNumericString,l=e.onValueChange,f=e.isAllowed,h=e.onChange;h===void 0&&(h=ys);var y=e.onKeyDown;y===void 0&&(y=ys);var b=e.onMouseUp;b===void 0&&(b=ys);var _=e.onFocus;_===void 0&&(_=ys);var A=e.onBlur;A===void 0&&(A=ys);var P=e.value,N=e.getCaretBoundary;N===void 0&&(N=HK);var R=e.isValidInputCharacter;R===void 0&&(R=Ic);var U=e.isCharacterSame,L=w3(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),W=O3(P,c,!!u,o,a,l),q=W[0],X=q.formattedValue,ie=q.numAsString,ae=W[1],ce=re.useRef(),V=re.useRef({formattedValue:X,numAsString:ie}),$=function(_e,me){V.current={formattedValue:_e.formattedValue,numAsString:_e.value},ae(_e,me)},p=re.useState(!1),d=p[0],m=p[1],x=re.useRef(null),M=re.useRef({setCaretTimeout:null,focusTimeout:null});re.useEffect(function(){return m(!0),function(){clearTimeout(M.current.setCaretTimeout),clearTimeout(M.current.focusTimeout)}},[]);var E=o,O=function(_e,me){var Ae=parseFloat(me);return{formattedValue:_e,value:me,floatValue:isNaN(Ae)?void 0:Ae}},C=function(_e,me,Ae){_e.selectionStart===0&&_e.selectionEnd===_e.value.length||(ro(_e,me),M.current.setCaretTimeout=setTimeout(function(){_e.value===Ae&&_e.selectionStart!==me&&ro(_e,me)},0))},g=function(_e,me,Ae){return A3(_e,me,N(_e),Ae)},v=function(_e,me,Ae){var Ge=N(me),De=WK(me,X,_e,Ae,Ge,R,U);return De=A3(me,De,Ge),De},j=function(_e){var me=_e.formattedValue;me===void 0&&(me="");var Ae=_e.input,Ge=_e.source,De=_e.event,Oe=_e.numAsString,Ie;if(Ae){var Le=_e.inputValue||Ae.value,ft=G0(Ae);Ae.value=me,Ie=v(Le,me,ft),Ie!==void 0&&C(Ae,Ie,me)}me!==X&&$(O(me,Oe),{event:De,source:Ge})};re.useEffect(function(){var _e=V.current,me=_e.formattedValue,Ae=_e.numAsString;(X!==me||ie!==Ae)&&$(O(X,ie),{event:void 0,source:Oc.props})},[X,ie]);var ee=x.current?G0(x.current):void 0,se=typeof window<"u"?re.useLayoutEffect:re.useEffect;se(function(){var _e=x.current;if(X!==V.current.formattedValue&&_e){var me=v(V.current.formattedValue,X,ee);_e.value=X,C(_e,me,X)}},[X]);var ve=function(_e,me,Ae){var Ge=me.target,De=ce.current?UK(ce.current,Ge.selectionEnd):T3(X,_e),Oe=Object.assign(Object.assign({},De),{lastValue:X}),Ie=a(_e,Oe),Le=E(Ie);if(Ie=a(Le,void 0),f&&!f(O(Le,Ie))){var ft=me.target,dt=G0(ft),We=v(_e,X,dt);return ft.value=X,C(ft,We,X),!1}return j({formattedValue:Le,numAsString:Ie,inputValue:_e,event:me,source:Ae,input:me.target}),!0},ye=function(_e,me){me===void 0&&(me=0);var Ae=_e.selectionStart,Ge=_e.selectionEnd;ce.current={selectionStart:Ae,selectionEnd:Ge+me}},Ee=function(_e){var me=_e.target,Ae=me.value,Ge=ve(Ae,_e,Oc.event);Ge&&h(_e),ce.current=void 0},Se=function(_e){var me=_e.target,Ae=_e.key,Ge=me.selectionStart,De=me.selectionEnd,Oe=me.value;Oe===void 0&&(Oe="");var Ie;Ae==="ArrowLeft"||Ae==="Backspace"?Ie=Math.max(Ge-1,0):Ae==="ArrowRight"?Ie=Math.min(Ge+1,Oe.length):Ae==="Delete"&&(Ie=Ge);var Le=0;Ae==="Delete"&&Ge===De&&(Le=1);var ft=Ae==="ArrowLeft"||Ae==="ArrowRight";if(Ie===void 0||Ge!==De&&!ft){y(_e),ye(me,Le);return}var dt=Ie;if(ft){var We=Ae==="ArrowLeft"?"left":"right";dt=g(Oe,Ie,We),dt!==Ie&&_e.preventDefault()}else Ae==="Delete"&&!R(Oe[Ie])?dt=g(Oe,Ie,"right"):Ae==="Backspace"&&!R(Oe[Ie])&&(dt=g(Oe,Ie,"left"));dt!==Ie&&C(me,dt,Oe),y(_e),ye(me,Le)},Je=function(_e){var me=_e.target,Ae=function(){var Ge=me.selectionStart,De=me.selectionEnd,Oe=me.value;if(Oe===void 0&&(Oe=""),Ge===De){var Ie=g(Oe,Ge);Ie!==Ge&&C(me,Ie,Oe)}};Ae(),requestAnimationFrame(function(){Ae()}),b(_e),ye(me)},Ue=function(_e){_e.persist&&_e.persist();var me=_e.target,Ae=_e.currentTarget;x.current=me,M.current.focusTimeout=setTimeout(function(){var Ge=me.selectionStart,De=me.selectionEnd,Oe=me.value;Oe===void 0&&(Oe="");var Ie=g(Oe,Ge);Ie!==Ge&&!(Ge===0&&De===Oe.length)&&C(me,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&&VK()?"numeric":void 0,$e=Object.assign({inputMode:ht},L,{type:t,value:X,onChange:Ee,onKeyDown:Se,onMouseUp:Je,onFocus:Ue,onBlur:lt});if(r==="text")return i?re.createElement(re.Fragment,null,i(X,L)||null):re.createElement("span",Object.assign({},L,{ref:s}),X);if(n){var mt=n;return re.createElement(mt,Object.assign({},$e,{ref:s}))}return re.createElement("input",Object.assign({},$e,{ref:s}))}function I3(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=of(t),u=c.thousandSeparator,l=c.decimalSeparator,f=r!==0&&e.indexOf(".")!==-1||r&&n,h=q0(e,o),y=h.beforeDecimal,b=h.afterDecimal,_=h.addNegation;return r!==void 0&&(b=S3(b,r,!!n)),u&&(y=BK(y,u,a)),i&&(y=i+y),s&&(b=b+s),_&&(y="-"+y),e=y+(f&&l||"")+b,e}function of(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 YK(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 ZK(e,t){return new RegExp("(^-)|[0-9]|"+x3(e),t?"g":void 0)}function QK(e,t,r){return e===""?!0:!(t!=null&&t.match(/\d/))&&!(r!=null&&r.match(/\d/))&&typeof e=="string"&&!isNaN(Number(e))}function eX(e,t,r){var n;t===void 0&&(t=qK(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=of(r),y=h.allowedDecimalSeparators,b=h.decimalSeparator,_=e[f]===b;if(Ic(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}},N=P(e,l,f),R=N.hasNegation;n=N,e=n.value,l=n.start,f=n.end;var U=P(t.lastValue,c.start,c.end),L=U.start,W=U.end,q=U.value,X=e.substring(l,f);e.length&&q.length&&(L>q.length-o.length||W<s.length)&&!(X&&o.startsWith(X))&&(e=q);var ie=0;e.startsWith(s)?ie+=s.length:l<s.length&&(ie=l),e=e.substring(ie),f-=ie;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=YK(R?"-"+e:e,i),e=(e.match(ZK(b,!0))||[]).join("");var V=e.indexOf(b);e=e.replace(new RegExp(x3(b),"g"),function(x,M){return M===V?".":""});var $=q0(e,i),p=$.beforeDecimal,d=$.afterDecimal,m=$.addNegation;return u.end-u.start<c.end-c.start&&p===""&&_&&!parseFloat(d)&&(e=m?"-":""),e}function tX(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 rX(e){var t=of(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 AG(e){e=MG(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var t=e.suffix,r=e.allowNegative,n=e.allowLeadingZeros,i=e.onKeyDown;i===void 0&&(i=cs);var s=e.onBlur;s===void 0&&(s=cs);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=U8(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),w=rf(e),T=w.decimalSeparator,P=w.allowedDecimalSeparators,R=function(m){return Y8(m,e)},N=function(m,x){return EG(m,x,e)},z=ra(f)?l:f,F=h??SG(z,u,t);ra(f)?ra(l)||(F=F||typeof l=="number"):F=F||typeof f=="number";var W=function(m){return z8(m)?m:(typeof m=="number"&&(m=W8(m)),F&&typeof a=="number"?G8(m,a,!!c):m)},q=J8(W(f),W(l),!!F,R,N,y),K=q[0],te=K.numAsString,oe=K.formattedValue,H=q[1],L=function(m){var x=m.target,C=m.key,E=x.selectionStart,O=x.selectionEnd,M=x.value;if(M===void 0&&(M=""),(C==="Backspace"||C==="Delete")&&O<u.length){m.preventDefault();return}if(E!==O){i(m);return}C==="Backspace"&&M[0]==="-"&&E===u.length+1&&r&&Xs(x,1),a&&c&&(C==="Backspace"&&M[E-1]===T?(Xs(x,E-1),m.preventDefault()):C==="Delete"&&M[E]===T&&m.preventDefault()),P!=null&&P.includes(C)&&M[E]===T&&Xs(x,E+1);var g=o===!0?",":o;C==="Backspace"&&M[E-1]===g&&Xs(x,E-1),C==="Delete"&&M[E]===g&&Xs(x,E+1),i(m)},D=function(m){var x=te;if(x.match(/\d/g)||(x=""),n||(x=lG(x)),c&&a&&(x=G8(x,a,c)),x!==te){var C=Y8(x,e);H({formattedValue:C,value:x,floatValue:parseFloat(x)},{event:m,source:xc.event})}s(m)},p=function(m){return m===T?!0:Sc(m)},d=function(m){var x=m.currentValue,C=m.lastValue,E=m.formattedValue,O=m.currentValueIndex,M=m.formattedValueIndex,g=x[O],v=E[M],k=K8(C,x),ee=k.to,se=function(ge){return N(ge).indexOf(".")+u.length};return f===0&&c&&a&&x[ee.start]===T&&se(x)<O&&se(E)>M?!1:O>=ee.start&&O<ee.end&&P&&P.includes(g)&&v===T?!0:g===v};return Object.assign(Object.assign({},b),{value:oe,valueIsNumericString:!1,isValidInputCharacter:p,isCharacterSame:d,onValueChange:H,format:R,removeFormatting:N,getCaretBoundary:function(m){return CG(m,e)},onKeyDown:L,onBlur:D})}function TG(e){var t=AG(e);return ie.createElement(wG,Object.assign({},t))}function OG(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 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 T=String(b).replace(/,/g,"");if(T.startsWith("-")){s("");return}u&&(T=T.replace(u,"")),o!==void 0&&Ue(T).gt(o)?T=o.toString():a!==void 0&&Ue(T).lt(a)&&(T=a.toString()),s(String(T))}else s("")};return _.jsx(TG,{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 IG(e){const{token:t,handleTokenSelectClick:r}=e;return _.jsxs("div",{className:"token-select-block",onClick:()=>{r&&r()},children:[_.jsx("div",{className:"token-img-box",children:_.jsx(Jr,{src:t==null?void 0:t.logo_url})},t==null?void 0:t.coin_type),_.jsx("div",{className:"name",children:_.jsxs("h4",{className:"truncate-text",children:[" ",t==null?void 0:t.symbol]})}),_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-arrow"})})]})}function Z8({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}=An(),b=()=>{const T=Ue((n==null?void 0:n.totalBalanceFormat)||"0").div(2),P=nn(T.toString(),o==null?void 0:o.decimals,!0).toString();t&&Ue(P).eq(t)||i(P)},w=()=>{const T=Ue((n==null?void 0:n.totalBalanceFormat)||0),P=Ir((o==null?void 0:o.coin_type)||"").full_address===hn.SUI_TYPE_ARG,R=.05;let N=T;P&&Ue(T).gt(R)&&(N=N.sub(R)),!(t&&Ue(N).eq(t))&&Ue(N).gte(0)&&i(N.toString())};return _.jsxs("div",{className:f?"active trade-input-box":"trade-input-box",style:{backgroundColor:l?"#121719":"#161a1e"},children:[_.jsxs("div",{className:"title",children:[" ",e," "]}),_.jsxs("div",{className:"token-input",children:[a?_.jsxs("div",{style:{flex:1},children:[" ",_.jsx(Xo,{style:{width:"200px",height:"28px",flex:1}})," "]}):_.jsx(OG,{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)}),_.jsx(IG,{token:o,handleTokenSelectClick:s})]}),_.jsxs("div",{className:"info-box",children:[_.jsx("div",{className:"input-rate",children:!a&&r&&+r?L_(r,2):""}),_.jsxs("div",{style:{display:"flex",flexDirection:"row"},children:[y&&_.jsxs("div",{className:"token-balance",children:[_.jsx("svg",{className:"icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-wallet"})}),_.jsx("span",{children:(n==null?void 0:n.displayBalance)||0})]}),y&&_.jsxs("div",{className:"btn-box",children:[u&&_.jsx("button",{className:"cs-outline-btn",onClick:b,children:"HALF"}),c&&_.jsx("button",{className:"cs-outline-btn",onClick:w,children:"MAX"})]})]})]})]})}function PG({refreshCount:e,customWallet:t}){const{currentAccount:r,onWalletModal:n}=An(),{getOwnerCoinBalances:i}=$l(),{fromCoin:s,toCoin:o,fromAmount:a,toAmount:c,findRouterLoading:u,byAmountIn:l,routerData:f,isOpenSecondary:h,setIsOpenSecondary:y}=Tn(),{handleAmountChange:b,handleSelectToken:w,fromBalanceInfo:T,toBalanceInfo:P,fromAmountValue:R,toAmountValue:N,doSwapAction:z,reCalculateRouteData:F,refreshMarketPrice:W,scamsText:q}=oU(),{slippage:K}=Gr(),{amountLimit:te}=g3(K,f),{formatSwapRouter:oe}=WF(f),[H,L]=ie.useState(!1),{btnText:D,btnDisabled:p}=aU(T==null?void 0:T.totalBalanceFormat),[d,m]=ie.useState(!1),[x,C]=ie.useState(!1);ie.useEffect(()=>{h?e>=5&&E():e>=20&&E()},[e]);const E=()=>{F(),r&&i(),W()},O=()=>({...f}),M=async()=>{o&&w(o,!0)},g=ie.useMemo(()=>!(d||h),[d,h]);return _.jsxs("div",{className:"swap-trade-box",children:[_.jsxs("div",{className:"trade-form",style:{flexDirection:"column",display:g?"flex":"none"},children:[_.jsx(Z8,{loading:!l&&u,balance:T,amountValue:R,handleTokenSelectClick:()=>{C(!0),m(!0)},onInputChange:v=>{b(v,!0)},amount:a,token:s,label:"You pay"}),_.jsx("div",{onClick:M,className:"swap-icon",onMouseEnter:()=>L(!0),onMouseLeave:()=>L(!1),style:{cursor:"pointer"},children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{transform:H?"rotate(90deg)":"none",width:H?"16px":"14px",height:H?"16px":"14px"},children:_.jsx("use",{xlinkHref:H?"#icon-swap":"#icon-trade"})})}),_.jsx(Z8,{loading:l&&u,balance:P,showHalf:!1,showMax:!1,amountValue:N,handleTokenSelectClick:()=>{C(!1),m(!0)},onInputChange:v=>{b(v,!1)},inputAllowed:!1,amount:c,token:o,label:"You receive"})]}),q&&_.jsx(uU,{scamsText:q}),_.jsxs("div",{className:"swap-bottom-block",style:{border:p?"0px solid #2a3238":"1px solid #2a3238"},children:[_.jsx("button",{className:"cs-solid-btn swap-btn",style:{marginTop:"0px"},disabled:p||u,onClick:()=>{r?y(!0):t!=null&&t.connect?t.connect():n(!0)},children:u?_.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:_.jsx(_3,{})}):D}),a&&c&&+a&&+c&&_.jsxs("div",{className:"content",children:[_.jsxs("div",{className:"price-related-info",children:[f&&_.jsx(u0,{baseToken:s,quoteToken:o,baseAmount:f.fromAmountUi||"",quoteAmount:f.toAmountUi||"",loading:u}),_.jsx(S3,{isLoading:u,routerData:f})]}),_.jsx(E3,{isLoading:u,amountLimit:te}),_.jsx(I8,{hasSubMenu:!0,formatSwapRouter:oe,isLoading:u})]})]}),h&&_.jsx(CW,{data:O(),toBack:()=>y(!1),onSubmitClick:async v=>{try{await z(v)}finally{y(!1)}}}),d&&_.jsx(nG,{currToken:x?s:o,backClick:()=>m(!1),onSelectToken:v=>{w(v,x),m(!1)}})]})}function kG({initProps:e={},customWallet:t}){jF();const{ToastContainer:r}=Jo(),{fetchRouterConfig:n}=CF(),{getTokens:i}=qs(),{fetchTokenPrices:s}=Bl(),{transactionData:o,setTransactionData:a}=o0(),{isOpenSecondary:c,fromCoin:u,toAmount:l,toCoin:f,fromAmount:h}=Tn(),[y,b]=ie.useState(0),w=ie.useRef(y);kF(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]),MF({interval:1e3,callback:()=>{w.current=w.current+1,c?w.current>=5&&T():w.current>=20&&T()}});const T=()=>{w.current=20,b(20),setTimeout(()=>{w.current=0,b(0)},20)};return _.jsx(_.Fragment,{children:_.jsxs("div",{className:"swap-container",id:"cs-swap-widget",children:[_.jsx(_F,{independentWallet:!!(e!=null&&e.independentWallet),customWallet:t}),_.jsx(oF,{handleRefresh:T}),_.jsx(PG,{refreshCount:y,customWallet:t}),o&&_.jsx(xF,{transactionData:o,onClose:()=>{a(void 0)}}),_.jsx(r,{})]})})}function R0({initProps:e={},customWallet:t}){var o;const{getOwnerCoinBalances:r}=$l(),n=$r.useCurrentAccount(),{saveCurrentAccount:i}=An(),{mutate:s}=$r.useConnectWallet();return ie.useEffect(()=>{console.log("currentAccount: ",n),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:()=>console.log("connected with outside")})},[(o=t==null?void 0:t.currentAccount)==null?void 0:o.address,n==null?void 0:n.address]),_.jsx(kG,{initProps:e,customWallet:t})}function jG({initProps:e,customWallet:t}){const[r,n]=ie.useState(!0);return _.jsxs("div",{className:r?"export-modal-container":"export-modal-container none",children:[r&&_.jsx("div",{className:"swap-modal-box",children:_.jsx(R0,{initProps:e,customWallet:t})}),_.jsx("div",{className:"swap-modal-mask",onClick:()=>n(!1)})]})}function RG({size:e,direction:t,initProps:r,customWallet:n}){const[i,s]=ie.useState(!1),o=()=>{s(!i)};return _.jsxs("div",{className:"widget-btn-box",children:[_.jsx("div",{className:`img-btn ${e} ${t}`,onClick:o,children:i?_.jsx("svg",{className:"icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-unfold"})}):_.jsx("img",{src:Ft("/images/img-logo@2x.png")})}),i&&_.jsx("div",{className:`widget-modal ${t} ${e}`,children:_.jsx(R0,{initProps:r,customWallet:n})})]})}function NG({initProps:e={},customWallet:t}){const{displayMode:r,widgetBtnDirection:n,widgetBtnSize:i}=e;return _.jsxs(gl,{appearance:"dark",children:[r==="Integrated"&&_.jsx(R0,{initProps:e,customWallet:t}),r==="Widget"&&_.jsx(RG,{initProps:e,customWallet:t,direction:n||"right-bottom",size:i||"Default"}),(!r||r==="Modal")&&_.jsx(jG,{initProps:e,customWallet:t})]})}const DG=NG;Vt.CetusSwap=DG,Object.defineProperty(Vt,Symbol.toStringTag,{value:"Module"})});
|
|
114
|
+
`),s=!1),Object.assign(Object.assign({},e),{allowNegative:s})}function nX(e){e=rX(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var t=e.suffix,r=e.allowNegative,n=e.allowLeadingZeros,i=e.onKeyDown;i===void 0&&(i=ys);var s=e.onBlur;s===void 0&&(s=ys);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=w3(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),_=of(e),A=_.decimalSeparator,P=_.allowedDecimalSeparators,N=function(m){return I3(m,e)},R=function(m,x){return eX(m,x,e)},U=ua(f)?l:f,L=h??QK(U,u,t);ua(f)?ua(l)||(L=L||typeof l=="number"):L=L||typeof f=="number";var W=function(m){return _3(m)?m:(typeof m=="number"&&(m=C3(m)),L&&typeof a=="number"?M3(m,a,!!c):m)},q=O3(W(f),W(l),!!L,N,R,y),X=q[0],ie=X.numAsString,ae=X.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&&ro(x,1),a&&c&&(M==="Backspace"&&C[E-1]===A?(ro(x,E-1),m.preventDefault()):M==="Delete"&&C[E]===A&&m.preventDefault()),P!=null&&P.includes(M)&&C[E]===A&&ro(x,E+1);var g=o===!0?",":o;M==="Backspace"&&C[E-1]===g&&ro(x,E-1),M==="Delete"&&C[E]===g&&ro(x,E+1),i(m)},$=function(m){var x=ie;if(x.match(/\d/g)||(x=""),n||(x=FK(x)),c&&a&&(x=M3(x,a,c)),x!==ie){var M=I3(x,e);ce({formattedValue:M,value:x,floatValue:parseFloat(x)},{event:m,source:Oc.event})}s(m)},p=function(m){return m===A?!0:Ic(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=T3(M,x),ee=j.to,se=function(ve){return R(ve).indexOf(".")+u.length};return f===0&&c&&a&&x[ee.start]===A&&se(x)<O&&se(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:N,removeFormatting:R,getCaretBoundary:function(m){return tX(m,e)},onKeyDown:V,onBlur:$})}function iX(e){var t=nX(e);return re.createElement(JK,Object.assign({},t))}function sX(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&&Fe(A).gt(o)?A=o.toString():a!==void 0&&Fe(A).lt(a)&&(A=a.toString()),s(String(A))}else s("")};return w.jsx(iX,{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 oX(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(Yr,{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 P3({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]=re.useState(!1),{currentAccount:y}=kn(),b=()=>{const A=Fe((n==null?void 0:n.totalBalanceFormat)||"0").div(2),P=cn(A.toString(),o==null?void 0:o.decimals,!0).toString();t&&Fe(P).eq(t)||i(P)},_=()=>{const A=Fe((n==null?void 0:n.totalBalanceFormat)||0),P=Ir((o==null?void 0:o.coin_type)||"").full_address===Af,N=.05;let R=A;P&&Fe(A).gt(N)&&(R=R.sub(N)),!(t&&Fe(R).eq(t))&&Fe(R).gte(0)&&i(R.toString())};return w.jsxs("div",{className:f?"active trade-input-box":"trade-input-box",style:{backgroundColor:l?"#121719":"#161a1e"},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(ra,{style:{width:"200px",height:"28px",flex:1}})," "]}):w.jsx(sX,{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)}),w.jsx(oX,{token:o,handleTokenSelectClick:s})]}),w.jsxs("div",{className:"info-box",children:[!a&&r&&Fe(r).gt(0)?w.jsx("div",{className:"input-rate",style:{marginTop:"8px"},children:gx(r,2)}):w.jsx("div",{}),y&&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:b,children:"HALF"}),c&&w.jsx("button",{className:"cs-outline-btn",onClick:_,children:"MAX"})]})]})]})]})}function aX({refreshCount:e,customWallet:t,initProps:r}){const{currentAccount:n,onWalletModal:i}=kn(),{getOwnerCoinBalances:s}=Ll(),{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:N,fromAmountValue:R,toAmountValue:U,doSwapAction:L,reCalculateRouteData:W,refreshMarketPrice:q,scamsText:X}=Dz(),{slippage:ie}=Kr(),{amountLimit:ae}=XS(ie,h),{formatSwapRouter:ce}=_z(h),[V,$]=re.useState(!1),{btnText:p,btnDisabled:d}=$z(P==null?void 0:P.totalBalanceFormat),[m,x]=re.useState(!1),[M,E]=re.useState(!1);re.useEffect(()=>{y?e>=5&&O():e>=20&&O()},[e]);const O=()=>{W(),n&&s(),q()},C=()=>({...h}),g=async()=>{a&&A(a,!0)},v=re.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(P3,{loading:!f&&l,balance:P,amountValue:R,handleTokenSelectClick:()=>{E(!0),x(!0)},onInputChange:j=>{_(j,!0)},amount:c,token:o}),w.jsx("div",{onClick:g,className:"swap-icon",onMouseEnter:()=>$(!0),onMouseLeave:()=>$(!1),style:{cursor:"pointer"},children:w.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{transform:V?"rotate(90deg)":"none",width:V?"16px":"14px",height:V?"16px":"14px"},children:w.jsx("use",{xlinkHref:V?"#icon-swap":"#icon-trade"})})}),w.jsx(P3,{loading:f&&l,balance:N,showHalf:!1,showMax:!1,amountValue:U,handleTokenSelectClick:()=>{E(!1),x(!0)},onInputChange:j=>{_(j,!1)},inputAllowed:!1,amount:u,token:a})]}),X&&w.jsx(Lz,{scamsText:X}),w.jsxs("div",{className:"swap-bottom-block",style:{border:d?"0px solid #2a3238":"1px solid #2a3238"},children:[w.jsx("button",{className:"cs-solid-btn swap-btn",style:{marginTop:"0px"},disabled:d||l,onClick:()=>{n?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(e8,{})}):p}),c&&u&&+c&&+u&&w.jsxs("div",{className:"content",children:[w.jsxs("div",{className:"price-related-info",children:[h&&w.jsx(_0,{baseToken:o,quoteToken:a,baseAmount:h.fromAmountUi||"",quoteAmount:h.toAmountUi||"",loading:l}),w.jsx(r8,{isLoading:l,routerData:h})]}),w.jsx(n8,{isLoading:l,amountLimit:ae}),w.jsx(u3,{hasSubMenu:!0,formatSwapRouter:ce,isLoading:l})]})]}),y&&w.jsx(tK,{data:C(),toBack:()=>b(!1),onSubmitClick:async j=>{try{await L(j,r==null?void 0:r.partner)}finally{b(!1)}}}),m&&w.jsx(kK,{currToken:M?o:a,backClick:()=>x(!1),onSelectToken:j=>{A(j,M),x(!1)}})]})}function cX({initProps:e={},customWallet:t}){cz();const{ToastContainer:r}=na(),{fetchRouterConfig:n}=rz(),{getTokens:i}=Ys(),{fetchTokenPrices:s}=Fl(),{transactionData:o,setTransactionData:a}=y0(),{isOpenSecondary:c,fromCoin:u,toAmount:l,toCoin:f,fromAmount:h}=fn(),[y,b]=re.useState(0),_=re.useRef(y);az(e),re.useEffect(()=>{i(),s([]),n()},[]),re.useEffect(()=>{_.current=0},[u==null?void 0:u.coin_type,f==null?void 0:f.coin_type,h,l]),nz({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(ZU,{independentWallet:!!(e!=null&&e.independentWallet),customWallet:t}),w.jsx($U,{handleRefresh:A}),w.jsx(aX,{refreshCount:y,customWallet:t,initProps:e}),o&&w.jsx(QU,{transactionData:o,onClose:()=>{a(void 0)}}),w.jsx(r,{})]})})}function W0({initProps:e={},customWallet:t}){var o;const{getOwnerCoinBalances:r}=Ll(),n=$r.useCurrentAccount(),{saveCurrentAccount:i}=kn(),{mutate:s}=$r.useConnectWallet();return re.useEffect(()=>{i(n||void 0),r(n==null?void 0:n.address)},[n]),re.useEffect(()=>{var a;t&&((a=t==null?void 0:t.currentAccount)==null?void 0:a.address)!==(n==null?void 0:n.address)&&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(cX,{initProps:e,customWallet:t})}function uX({initProps:e,customWallet:t}){const[r,n]=re.useState(!0);return w.jsxs("div",{className:r?"export-modal-container":"export-modal-container none",children:[r&&w.jsx("div",{className:"swap-modal-box",children:w.jsx(W0,{initProps:e,customWallet:t})}),w.jsx("div",{className:"swap-modal-mask",onClick:()=>n(!1)})]})}function lX({size:e,direction:t,initProps:r,customWallet:n}){const[i,s]=re.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:Ft("/images/img-logo@2x.png")})}),i&&w.jsx("div",{className:`widget-modal ${t} ${e}`,children:w.jsx(W0,{initProps:r,customWallet:n})})]})}function fX({initProps:e={},customWallet:t}){const{displayMode:r,widgetBtnDirection:n,widgetBtnSize:i}=e;return w.jsxs(yl,{appearance:"dark",children:[r==="Integrated"&&w.jsx(W0,{initProps:e,customWallet:t}),r==="Widget"&&w.jsx(lX,{initProps:e,customWallet:t,direction:n||"right-bottom",size:i||"Default"}),(!r||r==="Modal")&&w.jsx(uX,{initProps:e,customWallet:t})]})}const dX=fX;Vt.CetusSwap=dX,Object.defineProperty(Vt,Symbol.toStringTag,{value:"Module"})});
|